/**
*
--------------------------------------------------------------------------------------
فونت پیکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Yekan Bakh fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*
**/

@font-face {
  font-family: Yekan Bakh Thin;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/woff/YekanBakhFaNum-thin.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh Light;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff/YekanBakhFaNum-Light.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh Regular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/YekanBakhFaNum-Regular.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh SemiBold;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff/YekanBakhFaNum-SemiBold.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh Bold;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff/YekanBakhFaNum-Bold.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh ExtraBold;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh Black;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff/YekanBakhFaNum-Black.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh ExtraBlack;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"),
    url("../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansWeb;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2");
}

:root {
  --blue-color: #2e3192;
  --dark-blue-color: #1e205f;
  --light-blue-color: #1565d8;
  --gray-color: #393939;
  --white-color: #ffffff;
  --lighter-blue-color: #e7e7fb;
  --green-color: #119547;
  --light-gray-color: #e5e5e5;
  --light-yellow-color: #feefa1;
  --dark-yellow-color: #dab90b;
  --light-white-color: #e5eaf4;
}

body {
  font-family: "Yekan Bakh Regular", sans-serif;
  direction: rtl;
}

main {
  overflow: hidden;
}

#menu1 {
  position: absolute;
  right: -1rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

*:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
}

/* ========== start header ========== */
header {
  width: 100%;
  margin: auto;
}

.navbar,
.header {
  margin: auto;
  width: 100%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  padding: .5rem 2rem;
}

.navbar #menu1 {
  z-index: 1000;
}

.navbar {
  height: 80px;
  background-color: #F2F2F2;
}

.navbar-brand {
  display: block;
}

.navbar .navbar-brand {
  display: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  font-size: 1.2rem;
  margin-left: -10px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.login-btn,
.login-btn:focus,
.login-btn:hover {
  background-color: var(--white-color);
  color: var(--blue-color);
  border: solid 1px var(--blue-color);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.7rem 1.3rem 0.5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#navbarNav .btn-container {
  display: none;
  text-align: center;
}

#navbarNav .btn-container:last-child {
  width: 15rem;
}

#navbarNav .navbar-nav {
  column-gap: 1rem;
  row-gap: 1.5rem;
}

.nav-item {
  padding: 0 19px;
}

.nav-link {
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: fit-content;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  color: rgb(34, 34, 34);
}

.nav-link::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--blue-color);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.nav-link.active-item,
.nav-link.dropdown-toggle.show,
.nav-link:hover {
  color: #797979;
}

.nav-link.active-item::before,
.nav-link.dropdown-toggle.show::before,
.nav-link:hover::before {
  transform: scaleX(1);
}

.dropdown-menu li {
  margin-bottom: 0.3rem;
}

.dropdown-menu li a {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 14px;
}

.nav-link.dropdown-toggle {
  margin-bottom: 0;
}

.nav-link.dropdown-toggle::after,
.login-btn.dropdown-toggle::after {
  position: relative;
  left: -.5rem;
  top: 4px;
}

.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

.offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-header button {
  font-size: 12px;
}

/* ========== end header ========== */
/* ========== start slider ========== */
#slider {
  width: 100%;
  margin: 0 auto 3rem;
  height: auto;
  overflow: hidden;
}

.carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.wave {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -1.3rem;
}

.carousel-item,
.carousel-item img,
.wave img {
  width: 100%;
  height: 100%;
}

.banner-container {
  width: 100%;
  background-color: var(--dark-blue-color);
}

.banner {
  max-width: 1350px;
  width: 100%;
  padding: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.banner .box {
  width: 50%;
  position: relative;
}

.banner .box:first-of-type img:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
}

.banner .box:first-of-type img:last-of-type {
  width: 82%;
  z-index: 10;
  overflow: hidden;
  position: relative;
  margin: 1rem 1rem 0 1rem;
}

.banner .box:last-of-type {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.banner .box:last-of-type img {
  width: 63%;
}

.banner .box:last-of-type a {
  background-color: #2361c6;
  color: #fff;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  padding: .5rem 2.5rem;
  border-radius: 8px;
  font-size: 15px;
}

/* ========== end slider ========== */
/* ========== start process excellence model ========== */
#process-excellence-model {
  max-width: 1350px;
  margin: 2.5rem auto -18rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#process-excellence-model .col-lg-3 {
  width: 20%;
  border-radius: 12px;
  color: var(--gray-color);
}

#process-excellence-model .card {
  border: none;
}

#process-excellence-model .card .title {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  column-gap: 5px;
}

#process-excellence-model .card .title img {
  display: block;
  padding-bottom: 5px;
}

#process-excellence-model .card .title h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-color);
}

#process-excellence-model .col-lg-3:first-child .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#process-excellence-model .col-lg-3:first-child .card:first-child .img {
  width: 3.3rem;
  margin: 0 auto 1.5rem;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .item,
#process-excellence-model .col-lg-3:last-child .card:first-child .link {
  background-color: rgba(239, 236, 236, 0.6);
  width: 90%;
  margin: 10px auto;
  padding: 7px;
  column-gap: 6px;
  border-radius: 12px;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .item:hover,
#process-excellence-model .col-lg-3:last-child .card:first-child .link:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#process-excellence-model .col-lg-3:first-child .card:first-child .items {
  height: 11rem;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .items::-webkit-scrollbar {
  width: 0.2rem;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .items::-webkit-scrollbar-track {
  background: rgba(239, 236, 236, 0.4);
}

#process-excellence-model .col-lg-3:first-child .card:first-child .items::-webkit-scrollbar-thumb {
  background: #959191;
  border-radius: 8px;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .item img,
#process-excellence-model .col-lg-3:last-child .card:first-child .link img {
  display: block;
}

#process-excellence-model .col-lg-3:first-child .card:first-child .item h6,
#process-excellence-model .col-lg-3:last-child .card:first-child .link h6 {
  margin-top: 8px;
  font-size: 14px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: var(--gray-color);
}

#process-excellence-model .col-lg-3:first-child .card:last-child .item,
#process-excellence-model .col-lg-3:last-child .card:first-child .link,
.link {
  background-color: rgba(239, 236, 236, 0.6);
  width: 90%;
  margin: 5px auto;
  padding: 12px;
  column-gap: 6px;
  border-radius: 12px;
}

.link {
  width: 16rem;
  padding: 0;
  margin-top: 4rem;
}

.link h6 {
  font-size: 0.9rem;
}

#process-excellence-model .col-lg-3:first-child .card:last-child .item .img {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
}

#process-excellence-model .col-lg-3:first-child .card:last-child .item h5 {
  font-size: 14px;
  text-align: center;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: var(--gray-color);
}

#process-excellence-model .col-lg-3:first-child .card:last-child .item h6 {
  font-size: 13px;
  text-align: center;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #7a7a79;
}

#process-excellence-model .col-lg-3:first-child .card:last-child .items {
  height: 19rem;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#process-excellence-model .col-lg-3:first-child .card:last-child .items::-webkit-scrollbar {
  width: 0.2rem;
}

#process-excellence-model .col-lg-3:first-child .card:last-child .items::-webkit-scrollbar-track {
  background: rgba(239, 236, 236, 0.4);
}

#process-excellence-model .col-lg-3:first-child .card:last-child .items::-webkit-scrollbar-thumb {
  background: #959191;
  border-radius: 8px;
}

#process-excellence-model .col-lg-6 .title {
  height: 3.5rem;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: var(--gray-color);
  margin-bottom: 1rem;
}

#process-excellence-model .col-lg-6 .title img {
  display: block;
  padding-bottom: 5px;
}

#process-excellence-model .col-lg-6 {
  width: 55%;
  height: 46rem;
}

#process-excellence-model .col-lg-6 .container-fluid a {
  transition: all 0.2s;
  transform: scale(0.98);
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:hover {
  transform: scale(1.02);
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:last-child a {
  cursor: default;
}

#process-excellence-model .col-lg-6 .container-fluid {
  overflow: hidden;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:last-child,
#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child {
  height: 25rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:first-child {
  position: absolute;
  top: 0;
  right: -0.7rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:nth-child(2) {
  position: absolute;
  top: 11rem;
  right: -0.7rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:nth-child(3) {
  position: absolute;
  z-index: 1000;
  top: 2.3rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:nth-child(4) {
  position: absolute;
  z-index: 1000;
  top: 8.1rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:nth-child(5) {
  position: absolute;
  z-index: 1000;
  top: 13.8rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:nth-child(6) {
  position: absolute;
  top: 0;
  left: -1.3rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:first-child a:last-child {
  position: absolute;
  top: 11rem;
  left: -1.3rem;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:last-child a:first-child {
  position: relative;
  right: 10%;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:last-child a:nth-child(2) {
  position: relative;
  right: 0.3%;
}

#process-excellence-model .col-lg-6 .container-fluid>.row-container:last-child a:last-child {
  position: relative;
  left: 9%;
}

#process-excellence-model .col-lg-6>.image {
  display: none;
}

#process-excellence-model .col-lg-3:last-child .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#process-excellence-model .col-lg-3:last-child .card .items {
  height: 41rem;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#process-excellence-model .col-lg-3:last-child .card .items::-webkit-scrollbar {
  width: 0.2rem;
}

#process-excellence-model .col-lg-3:last-child .card .items::-webkit-scrollbar-track {
  background: rgba(239, 236, 236, 0.4);
}

#process-excellence-model .col-lg-3:last-child .card .items::-webkit-scrollbar-thumb {
  background: #959191;
  border-radius: 8px;
}

#process-excellence-model .col-lg-3:last-child .card a .item {
  width: 92%;
  margin: auto;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}

#process-excellence-model .col-lg-3:last-child .card a:last-child .item {
  border: none;
}

#process-excellence-model .col-lg-3:last-child .card a .item .img {
  border-radius: 12px;
  margin: 0 auto 1rem;
  overflow: hidden;
}

#process-excellence-model .col-lg-3:last-child .card .item .date {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #a09797;
  font-size: 0.8rem;
  padding-right: 6px;
}

#process-excellence-model .col-lg-3:last-child .card a .item p {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: var(--gray-color);
  font-size: 0.8rem;
  padding: 0 12px 2px;
  line-height: 1.6rem;
  word-spacing: 3px;
}

/* ========== end process excellence model ========== */
/* ========== start committee ========== */
.swiper {
  max-width: 1350px;
  margin: auto;
  height: 19rem;
}

.title {
  max-width: 1350px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding-top: 10px;
  column-gap: 6px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.title img {
  display: block;
  padding-bottom: 5px;
}

.swiper {
  width: 86%;
  height: 17rem;
  margin: 1.3rem auto 2.5rem;
}

.button-next {
  position: absolute;
  top: 50%;
  right: 3%;
}

.button-prev {
  position: absolute;
  top: 50%;
  left: 3%;
}

.swiper-slide {
  width: 255px;
  height: 17rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}

.swiper-slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(22, 50, 73, 0.4) 40%,
      rgba(21, 41, 57, 0.9) 98%);
}

.swiper-slide h5,
.swiper-slide h6 {
  z-index: 2000;
  position: relative;
  color: var(--white-color);
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 16px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-slide h5 {
  width: 100%;
  bottom: 5rem;
  text-align: center;
}

.swiper-slide h5 {
  width: 100%;
  bottom: 4rem;
  text-align: center;
  font-size: 14px;
}

.services .swiper-slide {
  padding: 0;
  border: none;
  overflow: hidden;
}

.services .swiper-slide::after {
  width: 0;
  height: 0;
}

.services .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services .swiper-slide h5 {
  bottom: 52%;
  font-size: 16px;
  font-family: "Yekan Bakh Bold", sans-serif;
}

.services .swiper-slide p {
  position: absolute;
  bottom: 0%;
  font-size: 13px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  line-height: 1.8rem;
  height: 9rem;
}

/* ========== end committee ========== */
/* ========== start latest articles ========== */
.latest-articles .swiper-slide .img,
#news .swiper-slide .img {
  width: 100%;
  height: 12rem;
  border-radius: 12px;
  overflow: hidden;
}

.latest-articles .swiper-slide .date,
#news .swiper-slide .date {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: 0.2rem;
  margin: 3px 0 0;
}

.latest-articles .swiper-slide .date img,
#news .swiper-slide .date img {
  width: 1.2rem;
}

.latest-articles .swiper-slide .date h6,
#news .swiper-slide .date h6 {
  color: var(--gray-color);
  padding-top: 0.7rem;
  font-size: 14px;
  padding-left: .5rem;
  font-family: "Yekan Bakh Regular", sans-serif;
}

.latest-articles .swiper-slide p,
#news .swiper-slide p {
  padding: 3px;
  height: 5rem;
  overflow: hidden;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: var(--gray-color);
}

.latest-articles .swiper-slide a,
#news .swiper-slide a {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: 8px;
}

.all-articles-link {
  max-width: 1350px;
  text-align: left;
  width: 85%;
  margin: 0 auto 0.3rem;
  padding: 5px;
}

.all-articles-link a {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #f3c811;
  border-bottom: 1px solid #f3c811;
  font-size: 0.9rem;
}

/* ========== end latest articles ========== */
/* ========== start footer ========== */
footer {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

footer .container-fluid {
  width: 95%;
  border-top: 1px solid #979797;
  margin: auto;
  padding: 2.5rem .7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  row-gap: 1.5rem;
}

footer .item:first-of-type p,
footer .item:last-of-type p,
footer .item:nth-of-type(2) p {
  color: var(--blue-color);
  font-family: "Yekan Bakh Bold", sans-serif;
  font-size: 17px;
}

footer .item:last-of-type p {
  color: var(--gray-color);
}

footer .item:first-of-type div {
  margin-bottom: 1rem;
  font-size: 15px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

footer .item:nth-of-type(2) p,
footer .item:last-of-type p {
  margin-bottom: 1.5rem;
  margin-top: 3px;
}

footer .item:nth-of-type(2) a {
  display: block;
  margin-bottom: 1rem;
  font-size: 15px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #212529;
}

footer .item:last-of-type div {
  width: 90%;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 1.5rem;
}

footer .item:last-of-type div input {
  width: 89%;
  border: none;
  font-size: 14px;
  padding-right: 5px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

footer .item:last-of-type a img {
  width: 33%;
}

.form-control:focus {
  box-shadow: none;
}

.copy-right {
  width: 100%;
  background-color: #F6F6F6;
  padding: 1rem;
  text-align: center;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}

/* ========== end footer ========== */
/* ========== start criterion ========== */
#criterion {
  max-width: 1350px;
  margin: auto;
  padding: 4rem 0 4rem 0;
}

#criterion .category {
  color: #67cad7;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  margin-bottom: 1rem;
}

#criterion .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding-top: 6px;
  column-gap: 8px;
  margin-bottom: 1.6rem;
}

#criterion .page-title img {
  padding-bottom: 8px;
}

#criterion .page-title h5 {
  color: var(--blue-color);
  font-size: 1.2rem;
  font-weight: bold;
}

#criterion .page-content {
  background-image: url("../images/page-content.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  min-height: 15rem;
}

#criterion .page-content p {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  line-height: 1.8rem;
  text-align: justify;
  width: 73%;
  margin: auto;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 0.4rem;
  width: 73%;
  margin: 2rem auto 0;
}

.actions .item {
  position: relative;
  width: 3.4rem;
}

.actions .item span {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  bottom: 8px;
  left: 1.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-color);
  color: var(--white-color);
  font-size: 0.7rem;
  padding-top: 4px;
}

.tooltip-inner {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 12px;
  padding: 6px 0.9rem;
  border-radius: 4px;
}

.gray-tooltip {
  --bs-tooltip-bg: var(--gray-color);
}

#criterion .subcriterions {
  margin: 1rem 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: -12rem;
}

#criterion .subcriterions>img:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

#criterion .subcriterions>img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

#criterion .subcriterions>.item {
  width: 73%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
}

#criterion .subcriterions>.item .content,
#criterion .subcriterions>.item .tips .tip {
  background-color: #fafafa;
  border: 1px solid rgba(219, 218, 218, 0.8);
  padding: 1.1rem 1.4rem;
  border-radius: 13px;
  position: relative;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}

#criterion .subcriterions>.item .content h6,
#criterion .subcriterions>.item .tips .tip h6 {
  color: var(--blue-color);
  font-family: "Yekan Bakh SemiBold", sans-serif;
  margin-bottom: 1rem;
}

#criterion .subcriterions>.item .content p,
#criterion .subcriterions>.item .tips .tip p {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  line-height: 1.8rem;
  text-align: justify;
}

#criterion .subcriterions>.item .content .actions,
#criterion .subcriterions>.item .tips .tip .actions {
  width: 100%;
}

#criterion .subcriterions>.item .content .tips-btn {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 50%;
  cursor: pointer;
}

#criterion .subcriterions>.item .tips {
  border: 1px solid rgba(219, 218, 218, 0.8);
  padding: 1rem;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  position: relative;
  bottom: 0.5rem;
  border-top: none;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}

#criterion .subcriterions>.item .tips.open {
  display: block;
}

#criterion .subcriterions>.item .tips .tip {
  width: 90%;
  margin: 0.5rem auto;
  border-radius: 7px;
  box-shadow: none;
  padding-bottom: 8px;
}

.btn:focus {
  border: none;
  box-shadow: none;
}

/* ========== end criterion ========== */
/* ========== start articles ========== */
#articles {
  max-width: 1350px;
  margin: 4rem auto;
  background-image: url("../images/articles-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 3rem;
}

#articles .page-title {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}

#articles .page-title h3 {
  color: var(--blue-color);
  font-size: 1.5rem;
  padding-top: 8px;
  font-weight: bold;
}

#articles .page-content {
  width: 83%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 4.5rem;
  row-gap: 2.5rem;
}

#articles .page-content .card {
  border: none;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2), 2px -2px 1px rgba(0, 0, 0, 0.01);
  height: 24rem;
  border-radius: 12px;
  padding-bottom: 1.3rem;
}

#articles .page-content .card .img {
  width: 92%;
  height: 12rem;
  margin: 0.7rem auto 10px;
  border-radius: 15px;
  overflow: hidden;
}

#articles .page-content .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#articles .page-content .card .date {
  width: 90%;
  margin: 0 auto 2px;
  color: #f3c811;
  display: flex;
  align-items: center;
  height: 2rem;
  column-gap: 8px;
}

#articles .page-content .card .date h6 {
  padding-top: 0.7rem;
  font-size: 14px;
}

#articles .page-content .card p {
  width: 90%;
  margin: auto;
  height: 5rem;
  overflow: hidden;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  line-height: 1.6rem;
  font-size: 15px;
}

#articles .page-content .card a {
  width: 90%;
  margin: 0 auto -0.3rem;
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 8px;
  font-size: 0.8rem;
  font-weight: bold;
}

#articles .page-content .card a span {
  color: var(--blue-color);
}

/* ========== end articles ========== */
/* ========== start article-detail ========== */
#article-detail,
.contact-us {
  max-width: 1350px;
  margin: 4rem auto 2rem;
  background-image: url("../images/articles-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

#article-detail .page-header {
  background: transparent;
  width: 79.2%;
  margin: 2rem auto 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#article-detail .page-header h4 {
  color: var(--blue-color);
  font-size: 1.2rem;
  font-weight: 600;
}

#article-detail .page-header .form-control {
  padding: 0.6rem 1rem;
  border-color: #292930;
  width: 16rem;
}

#article-detail .page-header .form-control::placeholder {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #858585;
}

#article-detail .page-content,
.contact-us .page-content {
  background-color: rgba(79, 77, 74, 0.05);
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

#article-detail .page-content .col-10 {
  width: 90%;
}

#article-detail .page-content .date {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: .5rem;
  margin-bottom: 1.5rem;
}

#article-detail .page-content .date h6 {
  font-size: 14px;
  padding-top: .6rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

#article-detail .page-content .col-10 .img {
  width: 67%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 1.4rem;
}

#article-detail .page-content .col-10 .article-action {
  width: 92%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#article-detail .page-content .col-10 .body {
  width: 95%;
  margin: 2rem auto 3rem;
  font-size: 15px;
  text-align: justify;
  line-height: 1.7rem;
  color: var(--gray-color);
}

#article-detail .page-content .col-10 .body h6 {
  color: var(--blue-color);
  font-weight: 600;
  margin: 1.2rem 0;
}

#article-detail .page-content .col-10 .body p span {
  font-weight: 600;
}

/* ========== end article-detail ========== */
.content-title {
  color: var(--blue-color);
  margin-bottom: 3rem;
  font-weight: 600;
}

.about-award,
.contact-us {
  padding-bottom: 4rem;
}

.contact-us .col-12 {
  margin-bottom: 1.5rem;
}

.contact-us .form-label {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.contact-us .form-control:focus {
  border-color: var(--blue-color);
}

.contact-us .send-btn {
  background-color: var(--blue-color);
  border: none;
  color: var(--white-color);
  padding: 0.4rem 1.6rem;
  border-radius: 8px;
}

.contact-us .col-12:last-child {
  text-align: center;
}

.about-award .page-content,
.contact-us .page-content {
  margin-top: 6rem;
  padding: 4rem 1rem;
}

.star {
  color: red;
}

.news {
  padding-bottom: 18rem;
}

.courses3 {
  padding-bottom: 0;
}

.code {
  background-color: var(--white-color);
  width: 40%;
  margin: 2rem auto;
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
  text-align: center;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.cart {
  font-size: 14px;
}

#articles .page-content .card.education {
  height: 33rem;
}

#criterion .page-content .criterion-img {
  width: 60%;
  margin: 2rem auto;
}

#criterion .page-content .criterion-img img {
  width: 100%;
}

.invoice {
  line-height: 2rem;
  margin-bottom: 2rem;
  text-align: justify;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.invoice span {
  color: var(--blue-color);
}

input[type="file"] {
  position: relative;
  color: white;
}

input[type="file"]:focus {
  color: transparent;
}

input[type="file"]::file-selector-button {
  color: transparent;
}

input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 20px;
  color: #757779;
  content: "فایلی بارگذاری نشده است";
  font-size: 0.7rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

input[type="file"].hide {
  color: black;
}

input[type="file"].hide-before::before {
  display: none;
}

input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 9px;
  right: 20px;
  color: #0964b0;
  content: "بارگذاری";
  font-size: 0.9rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 36px;
  cursor: pointer;
  background-color: white;
  margin-right: -1rem;
  transition: background-color 200ms;
}

input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.evaluation-btn {
  background-color: var(--light-blue-color);
  color: #fff;
  width: fit-content;
  margin: 0.2rem auto 0;
  border-radius: 8px;
  padding: 0.6rem 2.8rem;
}

.evaluation-text {
  color: var(--gray-color);
  text-align: center;
  padding-bottom: .7rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.evaluation-container {
  max-width: 1350px;
  width: 100%;
  background-image: url("../images/articles-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 3rem auto;
}

.evaluation-container .header {
  text-align: center;
  width: 80%;
  margin: 0 auto 3rem;
  color: var(--blue-color);
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.evaluation-container .body {
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.evaluation-container .steps {
  width: 80%;
  margin: 0 auto 5.5rem;
  height: 0.3rem;
  background-color: var(--light-gray-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.evaluation-container .step {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--light-blue-color);
  z-index: 100;
}

.evaluation-container .steps::after {
  content: "";
  width: calc(var(--progress, 25%));
  height: 0.3rem;
  background-color: var(--light-blue-color);
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.3s ease;
}

.evaluation-container .box {
  overflow: hidden;
  display: none;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease;
}

.evaluation-container .box.active {
  display: block;
  opacity: 1;
  animation: scaleUp 0.5s ease forwards;
}

.evaluation-container .introduce-text {
  width: 70%;
  margin: 3rem auto;
  background-color: var(--lighter-blue-color);
  color: var(--blue-color);
  line-height: 2.1rem;
  border-radius: 12px;
  border: 1px solid var(--blue-color);
  padding: 2.3rem;
  text-align: justify;
  font-size: 14px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

@keyframes scaleUp {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.evaluation-container .box .col-8 {
  display: flex;
  align-items: center;
}

.evaluation-container .box .col-8 p {
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #484848;
  padding: 1rem 1rem 0;
  line-height: 2.2rem;
}

.evaluation-container .box .row {
  border-top: 1px solid var(--light-gray-color);
  display: flex;
  align-items: center;
}

.evaluation-container .box .row:last-of-type {
  border-bottom: 1px solid var(--light-gray-color);
}

.evaluation-container .box .col-4 {
  text-align: center;
}

.evaluation-container #evaluation-form .box>h6,
.evaluation-container #evaluation-form .box>p {
  color: var(--blue-color);
  font-family: "Yekan Bakh SemiBold", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.evaluation-container #evaluation-form .box h6 {
  padding-top: 2.5rem;
}

.evaluation-container #evaluation-form .box p {
  font-size: 15px;
}

.evaluation-container .next {
  display: block;
  border: none;
  color: #fff;
  background-color: var(--light-blue-color);
  border-radius: 8px;
  padding: 0.5rem 2rem;
  margin: 2rem auto;
}

#box-1 {
  padding: 2rem 3rem;
}

#box-1 p {
  margin-bottom: 5rem;
}

#box-1 .form-container {
  width: 70%;
  margin: auto;
}

#box-1 .form-label {
  font-size: 14px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #484848;
}

#box-1 .form-control:focus {
  border-color: var(--blue-color);
}

#box-1 .form-control.error {
  border-color: #f5004f;
}

.evaluation-form {
  border: 1px solid var(--light-gray-color);
  border-radius: 15px;
}

.evaluation-form .form-control {
  font-size: 15px;
}

.answer-items {
  border-radius: 12px;
  border: 1px solid var(--light-gray-color);
  width: fit-content;
  margin: 1rem auto;
  padding: 0.2rem;
  position: relative;
}

.answer-items.active {
  margin-top: 2rem;
}

.answer-items.active:before {
  content: "بسیار کم";
  position: absolute;
  top: -1.4rem;
  right: 0;
  color: var(--blue-color);
  font-size: 12px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.badge {
  font-size: 9px;
  color: #f5004f;
}

.answer-items.active:after {
  content: "بسیار زیاد";
  position: absolute;
  top: -1.4rem;
  left: 0;
  color: var(--blue-color);
  font-size: 12px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.answer-items div {
  display: inline-block;
}

.answer-items input[type="radio"] {
  display: none;
}

.answer-items label {
  display: inline-block;
  cursor: pointer;
}

.answer-items span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: var(--blue-color);
  font-family: "Yekan Bakh SemiBold", sans-serif;
  transition: all 0.1s ease;
}

.answer-items input[type="radio"]:checked+label span,
.answer-items input[type="radio"]:hover+label span {
  color: #fff;
  background-color: var(--light-blue-color);
  border-color: var(--light-blue-color);
}

.result-container {
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  display: none;
}

.result-container .item {
  width: 48%;
  border-radius: 13px;
  padding: 2.5rem 2.3rem;
  font-family: "Yekan Bakh SemiBold", sans-serif;
}

.result-container .item .row:not(:last-child) {
  margin-bottom: 1.3rem;
  padding-bottom: 7px;
}

.result-container .item.bg-green {
  background-color: #bff6c3;
  color: #006769;
}

.result-container .item.bg-red {
  background-color: rgba(223, 46, 56, 0.3);
  color: #821131;
}

.chart {
  width: 60%;
  margin: 10rem auto 18rem;
  display: none;
}

.toast-container {
  z-index: 1000;
  position: absolute;
  top: 20%;
  right: 0;
}

.error-toast {
  width: 25rem;
  height: 4.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
  padding: 1rem;
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateX(100%);
  background-color: #fff;
}

.error-toast #close-btn {
  color: darkgray;
  position: absolute;
  top: 0.7rem;
  left: 1rem;
}

.error-toast p {
  padding-top: 11px;
  font-family: "Yekan Bakh SemiBold", sans-serif;
  color: #484848;
  font-size: 14px;
}

.error-toast .alert-icon i {
  font-size: 1.3rem;
  color: #f5004f;
}

.error-toast:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f5004f;
  transition: width 3s linear;
}

.error-toast.end-time:after {
  width: 0%;
}

.error-toast.show {
  transform: translateX(-8%);
  opacity: 1;
}

.hidden {
  display: none;
}

/* ========== start animations ========== */
.slide-in-top {
  -webkit-animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-top {
  -webkit-animation: slide-out-top 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

/* ========== end animations ========== */

/* start modal */
#popup {
  z-index: 100000;
}

#popup .modal-header {
  border-bottom: none;
}

#popup .modal-header button {
  font-size: 10px;
}

#popup .modal-header button:focus {
  box-shadow: none;
  outline: none;
}

#popup .col-form-label {
  color: #484848;
  font-size: 12px;
  font-family: Yekan Bakh SemiBold, sans-serif;
}

#popup .form-control {
  background-color: #F6F4F4;
  border-radius: 10px;
  font-size: 14px;
  height: 2.7rem;
}

#popup .form-control:focus {
  border-color: var(--blue-color);
}

#popup .modal-body {
  padding: 1.5rem 2rem 2rem;
}

#popup .btn-primary {
  background-color: var(--blue-color);
  font-size: 14px;
  border: none;
  padding: .5rem 1.3rem;
}

#popup .btn-secondary {
  font-size: 14px;
  border: none;
  padding: .5rem 1.3rem;
}

#popup h6 {
  color: #484848;
  font-size: 16px;
  font-family: Yekan Bakh SemiBold, sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}

/* end modal */
#col-1,
#col-3 {
  visibility: hidden;
}

#executive-elements {
  width: 95%;
  margin: auto;
}

#executive-elements .accordion-button,
#executive-elements .accordion-button:focus,
#executive-elements .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: var(--lighter-blue-color);
  color: var(--blue-color);
  font-family: "Yekan Bakh Bold", sans-serif;
  font-size: 17px;
}

#executive-elements .accordion-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

#executive-elements .accordion-body {
  padding: 1rem;
  max-height: 1000px;
  overflow-y: scroll;
}

#executive-elements .accordion-body table {
  font-size: 14px;
  text-align: center;
}

.footer-box {
  width: 100%;
  border-top: 20px solid var(--blue-color);
  padding: 1rem;
}

.footer-box img {
  display: block;
  width: 7%;
  margin: auto;
}

/* Tablet devices */
@media screen and (max-width: 998px) {
  .header {
    display: none;
  }

  .navbar {
    z-index: 1000;
  }

  .navbar .navbar-brand {
    display: block;
  }

  #navbarNav {
    padding: 1rem;
  }

  footer .item:first-of-type p {
    text-align: center;
    margin-bottom: 2rem;
  }

  footer .item:last-of-type p {
    text-align: center;
  }

  footer .item:last-of-type div {
    width: 100%;
  }

  footer .item:last-of-type a img {
    width: 30%;
  }

  #col-1,
  #col-3 {
    display: none;
  }

  #process-excellence-model {
    margin-bottom: 1rem;
  }

  .evaluation-container .introduce-text {
    width: 80%;
  }

  .chart {
    width: 70%;
    margin: 10rem auto 3rem;
  }

  .result-container {
    width: 90%;
  }

  .evaluation-container {
    background-image: none;
  }

  .evaluation-container .body {
    width: 95%;
  }

  .nav-item.dropdown .dropdown-menu {
    border: none;
  }

  #navbarNav {
    background-color: var(--white-color);
    width: 100%;
  }

  #navbarNav .btn-container {
    display: block;
    width: 11rem;
    margin: 2rem auto;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav-link.active-item:after {
    transform: scale(1);
  }

  .nav-link {
    font-size: 1rem;
  }

  #navbarNav {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .carousel-control-prev,
  .carousel-control-next {
    transform: scale(0.5);
  }

  .carousel-caption {
    display: none;
  }

  #process-excellence-model {
    flex-wrap: wrap;
  }

  #process-excellence-model .col-5 {
    width: 80%;
    margin-bottom: 2rem;
  }

  #process-excellence-model .col-5 .container-fluid {
    display: none;
  }

  #process-excellence-model .col-lg-6 {
    margin-bottom: 2.5rem;
  }

  #process-excellence-model .col-lg-6 .image {
    display: block;
    height: 33rem;
    background-image: url("../images/jayeze-taali-seramik.png");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: auto;
    position: relative;
  }

  #process-excellence-model .col-lg-6 a {
    font-family: "Yekan Bakh SemiBold", sans-serif;
    color: var(--white-color);
    font-size: 1rem;
  }

  #process-excellence-model .col-lg-6 .image a {
    display: block;
  }

  #process-excellence-model .col-lg-6 .image a:first-child {
    position: absolute;
    width: 35%;
    height: 30%;
    top: 0;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(2) {
    position: absolute;
    width: 35%;
    height: 30%;
    top: 30%;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(3) {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 0;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(4) {
    position: absolute;
    width: 30%;
    height: 10%;
    top: 30%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(5) {
    position: absolute;
    width: 30%;
    height: 10%;
    top: 40%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(6) {
    position: absolute;
    width: 30%;
    height: 35%;
    top: 0;
    right: 65%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(7) {
    position: absolute;
    width: 30%;
    height: 20%;
    top: 35%;
    right: 65%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-5:nth-child(2) {
    height: auto;
    padding-bottom: 2rem;
  }

  #process-excellence-model .col-5:last-child .card .item .img {
    height: 19rem;
  }

  #process-excellence-model .col-5:last-child .card .item p {
    font-size: 1rem;
  }

  #latest-articles .carousel-inner .carousel-item .row {
    column-gap: 1rem;
  }

  #latest-articles .carousel-inner .carousel-item .row .card {
    width: 30%;
  }

  #process-excellence-model .col-lg-6 .container {
    display: none;
  }

  #process-excellence-model .col-lg-6 .title {
    margin-bottom: 2rem;
  }

  #process-excellence-model .col-lg-6 .img {
    display: block;
  }

  .actions {
    justify-content: center;
  }

  #criterion .subcriterions>.item .content {
    padding-bottom: 3rem;
  }

  #criterion .subcriterions>.item .content .tips-btn {
    right: 45%;
    bottom: 2px;
  }

  #criterion .subcriterions>img:first-child,
  #criterion .subcriterions>img:last-child {
    display: none;
  }

  #criterion .page-content {
    background-image: none;
  }

  #articles .page-content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
  }

  #article-detail .page-content,
  #article-detail .page-header {
    width: 95%;
  }

  #article-detail .page-content .col-10 .img {
    height: auto;
  }

  .about-award,
  .contact-us {
    background-image: none;
  }

  .about-award .page-content,
  .contact-us .page-content {
    width: 90%;
  }
}

/* Mobile devices - landscape */
@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
    row-gap: 2rem;
    justify-content: center;
  }

  .banner .box:first-of-type {
    width: 80%;
  }

  .banner .box:first-of-type img:last-of-type {
    display: block;
    margin: 1rem auto;
    width: 90%;
  }

  .banner .box:last-of-type {
    width: 50%;
  }

  .banner .box:last-of-type img {
    width: 50%;
  }

  .button-prev,
  .button-next {
    display: none;
  }

  .evaluation-container .introduce-text {
    width: 90%;
  }

  .chart {
    width: 85%;
  }

  .result-container {
    width: 98%;
  }

  .result-container .item {
    width: 100%;
  }

  #process-excellence-model .col-5 {
    width: 90%;
    margin-bottom: 8rem;
  }


  #process-excellence-model .col-5:nth-child(2) .image {
    height: 28rem;
  }

  #process-excellence-model .col-5:last-child .card .items .item .img {
    height: 25rem;
  }

  #process-excellence-model .col-5:last-child .card .item .img {
    height: 15rem;
  }

  #process-excellence-model .news .item .img {
    height: 10rem;
  }

  #articles .page-content {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
  }

  #articles {
    background-image: none;
  }

  #article-detail {
    background-image: none;
  }

  #article-detail .page-content,
  #article-detail .page-header {
    width: 95%;
  }

  #article-detail .page-content .col-10 {
    width: 100%;
    margin: 1rem auto 4rem;
    padding: 0.2rem 0.5rem;
  }

  #article-detail .page-content .col-10 .img {
    height: auto;
  }

  #process-excellence-model .col-lg-6 .image a:first-child {
    position: absolute;
    width: 35%;
    height: 30%;
    top: 0;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(2) {
    position: absolute;
    width: 35%;
    height: 30%;
    top: 30%;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(3) {
    position: absolute;
    width: 30%;
    height: 25%;
    top: 0;
    right: 38%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(4) {
    position: absolute;
    width: 30%;
    height: 10%;
    top: 25%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(5) {
    position: absolute;
    width: 30%;
    height: 10%;
    top: 35%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(6) {
    position: absolute;
    width: 30%;
    height: 27%;
    top: 0;
    right: 65%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(7) {
    position: absolute;
    width: 30%;
    height: 20%;
    top: 28%;
    right: 65%;
    font-size: 0.9rem;
  }

  .news,
  .courses3,
  .about-award,
  .contact-us {
    background-image: none;
    padding-bottom: 0;
  }
}

/* Mobile devices - portrait */
@media screen and (max-width: 480px) {
  .banner .box:first-of-type {
    width: 100%;
  }

  .banner .box:first-of-type img:first-of-type {
    width: 35%;
  }

  .banner .box:last-of-type {
    width: 50%;
  }

  .banner .box:last-of-type img {
    width: 63%;
  }

  #process-excellence-model .col-5 {
    margin-bottom: 0;
  }

  #box-1 {
    width: 100%;
    padding: 0 1.6rem 1rem;
  }

  #box-1 .form-container {
    width: 100%;
  }

  .answer-items.active:before,
  .answer-items.active:after {
    display: none;
  }

  .evaluation-container .introduce-text {
    width: 100%;
    text-align: right;
    padding: 1.5rem;
  }

  .chart {
    width: 98%;
  }

  .chart th {
    font-size: 13px;
  }

  .evaluation-container .box .col-9 p {
    padding: 2.4rem 1.5rem 1.4rem 1rem;
    text-align: justify;
  }

  .copy-right {
    font-size: 13px;
    margin-bottom: 0;
  }

  #criterion .page-title {
    width: 90%;
    margin: 0 auto 3rem;
  }

  #criterion .page-title h5 {
    line-height: 1.8rem;
  }

  #articles .page-title h3 {
    font-size: 1.3rem;
  }

  #articles .page-content {
    width: 90%;
    grid-template-columns: 1fr;
  }

  #article-detail .page-header {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }

  #article-detail .page-content .col-10 .img {
    width: 90%;
    height: auto;
  }

  #article-detail .page-content .col-10 .body {
    font-size: 14px;
  }

  #process-excellence-model .col-5:nth-child(2) .image {
    height: 18rem;
  }

  .evaluation-btn {
    margin-bottom: 0;
  }

  #process-excellence-model .col-lg-6 .image a:first-child {
    position: absolute;
    width: 35%;
    height: 40%;
    top: 0;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(2) {
    position: absolute;
    width: 35%;
    height: 30%;
    top: 40%;
    right: 5%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(3) {
    position: absolute;
    width: 30%;
    height: 28%;
    top: 0;
    right: 40%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(4) {
    position: absolute;
    width: 30%;
    height: 10%;
    top: 30%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(5) {
    position: absolute;
    width: 30%;
    height: 20%;
    top: 40%;
    right: 35%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(6) {
    position: absolute;
    width: 30%;
    height: 35%;
    top: 0;
    right: 65%;
    font-size: 0.9rem;
  }

  #process-excellence-model .col-lg-6 .image a:nth-child(7) {
    position: absolute;
    width: 30%;
    height: 20%;
    top: 35%;
    right: 65%;
    font-size: 0.9rem;
  }

  .swiper-slide h5 {
    width: 100%;
    bottom: 4.4rem;
    text-align: center;
    font-size: 16px;
  }

  .swiper-slide h6 {
    width: 100%;
    bottom: 4rem;
    text-align: center;
    font-size: 14px;
  }

  .swiper {
    height: 22rem;
  }

  .all-articles-link {
    width: 85%;
  }

  .services {
    width: 75%;
    height: auto;
  }

  .services .swiper-slide {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .services .swiper-slide img{
    width: 100%;
    height: 100%;
  }

  .footer-box img {
    width: 20%; 
  }
}

#news,
.latest-articles {
  width: 87%;
  height: 25rem;
}

#news .swiper-slide,
.latest-articles .swiper-slide {
  padding: 1rem;
  border: none;
  user-select: initial;
}

#news .swiper-slide .item,
.latest-articles .swiper-slide .item {
  height: 23rem;
  padding: 0.6rem;
  border: none;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: rgba(243, 241, 241, 0.4);
}

.latest-articles .swiper-slide::after,
#news .swiper-slide::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: none;
}

#news .swiper-slide .img,
.latest-articles .swiper-slide .img {
  width: 100%;
  height: 12rem;
  border-radius: 12px;
  overflow: hidden;
}

#news .swiper-slide .item a,
.latest-articles .swiper-slide .item a {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: 8px;
  pointer-events: auto !important;
  user-select: initial;
}

#news .swiper-slide .item p {
  font-size: 15px;
}

.latest-articles .swiper-slide .date,
#news .swiper-slide .date {
  column-gap: 0;
}

#news .swiper-slide .date h6,
.latest-articles .swiper-slide .date h6 {
  position: initial;
  text-align: left;
  padding-right: 10px;
}