﻿:root {
  --maincolor-dark: #465c85;
  --maincolor-light: #768cb5;
  --secondcolor: #ca1c05;
  --sectiontitle: #465c85;
  --copyrightbg: #313131;
  --copyrightcolor: #fff;
  --linknews: #ca1c05;
  --linkblog: #465c85;
  --btncolor: #1b2e4e;
  --brand-500: #00AEEF;
  --gray-500: #636366;
  --gray-800: #363638;
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
/*************** MAINBODY *****************/
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Regular.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Regular.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Regular.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Light.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Light.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Light.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 100;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Thin.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Thin.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Thin.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Thin.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Medium.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Medium.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Medium.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-DemiBold.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-DemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-DemiBold.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-DemiBold.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-DemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Bold.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Bold.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Bold.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Heavy.eot');
  src: url('../../fonts/iranYekan/eot/IRANYekanX-Heavy.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranYekan/woff2/IRANYekanX-Heavy.woff2') format('woff2'), url('../../fonts/iranYekan/woff/IRANYekanX-Heavy.woff') format('woff'), url('../../fonts/iranYekan/ttf/IRANYekanX-Heavy.ttf') format('truetype');
  font-display: swap;
}
.meta-date > * {
  color: #636366;
}
h2,
h3,
.lora-font {
  line-height: normal;
}
/*------------------- footer -----------------*/
footer {
  position: relative;
  padding: 60px 0 0 0;
}
footer .logo-img {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
footer .logo-img img {
  width: 125px;
  height: 80px;
}
footer:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../../image/banner-footer.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #363638ed;
  filter: brightness(50%);
}
footer .footer-title {
  color: #8ADAF8;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 42px;
  padding-right: 40px;
  padding-right: 0;
}
footer .about-footer .about-desc {
  font-size: 16px;
  color: white;
  line-height: 32px;
  opacity: 0.5;
}
footer .info-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .social {
  position: relative;
}
footer .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .social ul li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8ADAF8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 8px;
}
footer .social ul .main-social {
  width: 56px;
  height: 56px;
}
footer .footer-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-link .footer-item {
  margin-bottom: 16px;
}
footer .footer-link .footer-item:hover a {
  color: #00AEEF;
}
footer .footer-link .footer-item a {
  font-size: 16px;
  color: white;
  opacity: 0.5;
  transition: 0.5s;
  text-align: right;
  display: block;
  line-height: 24px;
}
footer .information-company {
  border: 2px solid #5A5A5D;
  padding: 16px;
  border-radius: 16px;
  opacity: 0.5;
  margin-top: 15px;
}
footer .information-company > * {
  font-size: 16px;
  color: white;
}
footer .colcustom-size {
  max-width: 9%;
  padding: 0;
}
footer .copy-right {
  position: relative;
  border-top: 1px solid #5A5A5D;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copy-right > * {
  font-size: 16px;
  color: #969698;
}
/*---------------------------- Responsive ---------------------------------------*/
@media only screen and (max-width: 1200px) {
  footer .colcustom-size {
    max-width: 50%;
  }
  footer:after {
    background: url(../../image/banner-footer-vertical.png);
  }
  footer::before {
    z-index: -1;
    filter: brightness(40%);
  }
}
@media only screen and (max-width: 992px) {
  footer .about-footer .footer-title {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .copy-right {
    flex-direction: column;
  }
  footer .copy-right > * {
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  footer .social {
    margin-bottom: 24px;
  }
  footer .about-footer .about-desc {
    font-size: 14px;
    line-height: 30px;
  }
  footer .information-company {
    width: 100%;
    margin-bottom: 90px;
  }
  footer .colcustom-size {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  footer .footer-link {
    padding-right: 35px;
  }
  footer .logo-img img {
    width: 95px;
    height: 60px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-link {
    padding-right: 0;
  }
  footer .footer-title {
    font-size: 22px;
    padding-right: 0;
  }
}
html {
  scroll-behavior: smooth;
}
.btn:focus {
  box-shadow: unset;
}
button:focus {
  outline: none;
}
.button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button-group .btn-more-info {
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #6A34E8 0%, #A249ED 100%);
  padding: 16px 24px;
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
  border: none;
}
.button-group .btn-more-info:hover {
  cursor: pointer;
  background: linear-gradient(270deg, #A249ED 0%, #6A34E8 100%);
}
.button-group .btn-more-info .btn-text {
  font-size: 16px;
  color: white;
  margin-left: 16px;
}
.button-group .btn-contact {
  display: flex;
  align-items: center;
  border: 2px solid;
  border: 2px solid #6A34E8;
  background-color: white;
  padding: 16px 24px;
  border-radius: 50px;
  margin-right: 15px;
  transition: 0.5s;
}
.button-group .btn-contact:hover {
  cursor: pointer;
  background-color: #6A34E8;
}
.button-group .btn-contact:hover > * {
  color: white !important;
}
.button-group .btn-contact:hover svg path {
  stroke: white;
}
.button-group .btn-contact .btn-text {
  font-size: 16px;
  color: #363638;
  margin-right: 5px;
}
.contact-button {
  display: flex;
  align-items: center;
  background-color: var(--brand-500);
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 8px 15px;
  height: 56px;
  transition: 0.5s;
  text-align: center;
}
.contact-button span {
  margin-right: 0;
}
.contact-button:hover {
  background-color: #009ED9;
  cursor: pointer;
}
.contact-button:focus {
  outline: none;
}
.contact-button .contact-text {
  font-size: 16px;
  margin-right: 16px;
}
.base-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42%;
  margin: auto;
}
.base-header .base-title {
  font-size: 45px;
  color: black;
  line-height: 64px;
}
.base-header .base-description {
  font-size: 18px;
  color: #636366;
  text-align: center;
  line-height: 27px;
}
body {
  font-family: IRANYekan, tahoma, 'Cabin', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  color: #717171;
  font-size: 11pt;
  text-align: justify;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body:after {
  display: none;
}
body a {
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
body a:hover,
body a:focus {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: 4964;
}
body p {
  font-size: 12pt;
  color: #7e7e7e;
}
body.off .screen {
  visibility: visible;
  opacity: 1;
}
body.off .screen:before {
  visibility: visible;
  opacity: 1;
}
div.infiniteScrollLoading {
  display: none !important;
}
.custom-select-pro {
  position: relative;
  width: 218px;
  user-select: none;
}
.selected-option {
  padding: 10px;
  background: white;
  border: 1px solid #CFCFD0;
  cursor: pointer;
  border-radius: 8px;
  color: #363638;
  font-size: 18px;
}
.options {
  position: absolute;
  top: 112%;
  right: 0;
  width: 290px;
  background: #fff;
  border: 1px solid #CFCFD0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 100;
  display: none;
  max-height: 350px;
  overflow-y: auto;
  padding: 16px !important;
}
.options li {
  padding: 0 10px;
  cursor: pointer;
}
.options li:hover span {
  color: #00AEEF;
}
.custom-select-pro.open .selected-option .arrow {
  transform: rotate(180deg);
  /* Rotate arrow when dropdown is open */
}
.head-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 50px;
  gap: 32px;
  margin-top: 50px;
  overflow: hidden;
  height: 496px;
}
.head-page:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../../image/bg-head.png) no-repeat;
  z-index: -1;
}
.head-page:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 91px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.head-page .headpage-name {
  font-size: 45px;
  color: #363638;
  line-height: 64px;
  margin: 0;
  width: 55%;
  text-align: center;
}
.head-page .headpage-desc {
  font-size: 18px;
  color: #636366;
  line-height: 34px;
  margin: 0;
}
.head-page .headpage-subject {
  font-size: 18px;
  color: #009ED9;
  line-height: 27px;
}
.main-title {
  font-size: 45px;
  color: black;
  text-align: center;
  margin-bottom: 48px;
}
.sidebar {
  border: 1px solid #CFCFD0;
  padding: 25px;
  border-radius: 8px;
}
.sidebar .title {
  font-size: 18px;
  color: #363638;
  margin-bottom: 32px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 10px;
}
.sidebar ul li span {
  font-size: 14px;
  color: #363638;
}
.sidebar ul .counter {
  background-color: #EFEFF0;
  padding: 6px 10px;
  border-radius: 4px;
}
.project-section {
  position: relative;
  background-color: #F7FDFF;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
  padding: 53px 43px;
  margin: 64px auto;
}
.project-section:after {
  position: absolute;
  content: "";
  background: url(../../image/bg-sidebar.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.project-section .project-title {
  font-size: 26px;
  color: #363638;
  display: block;
  text-align: center;
  line-height: 31px;
  padding-bottom: 8px;
}
.project-section .tagline {
  font-size: 18px;
  color: #363638;
  display: block;
  text-align: center;
}
.project-section .description {
  font-size: 14px;
  color: #363638;
  text-align: center;
  display: block;
  line-height: 30px;
  margin: 16px auto;
}
.social-section .social-item {
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid #CFCFD0;
  transition: 0.5s;
}
.social-section .social-item img {
  margin: 0;
}
.social-section .social-item:hover {
  border: 1px solid #6A34E8;
}
.social-section .social-item:hover .social-name {
  color: #6A34E8;
}
.social-section .social-item .social-box {
  list-style: none;
}
.social-section .social-item .social-name {
  font-size: 14px;
  color: #363638;
  margin-right: 12px;
}
.blog-meta ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-meta ul li {
  position: relative;
}
.blog-meta ul li:not(:last-child):after {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #CFCFD0;
  width: 1px;
  height: auto;
}
.blog-meta ul li:not(:first-child) {
  padding-right: 20px;
}
.blog-meta ul .meta-date {
  display: flex;
  align-items: center;
}
.blog-meta ul .meta-date > * {
  font-size: 14px;
  color: #636366;
}
.notification-box {
  border: 1px solid #CFCFD0;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.notification-box .notification-img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
}
.notification-box .notification-name {
  font-size: 14px;
  color: #636366;
  line-height: 22px;
  text-align: right;
}
.notification-box.active {
  background-color: #f7f7f7;
  border: 1px solid transparent;
}
.form-control {
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid #D5D7DA;
  height: 48px;
  font-size: 16px;
  color: #969698;
}
textarea.form-control {
  height: 100px;
}
.form-group label {
  font-size: 14px;
  color: #2A2A2B;
  line-height: 22px;
}
.header-section {
  text-align: center;
  width: 50%;
  margin: auto;
}
.header-section .header-title {
  position: relative;
  font-size: 26px;
  color: #636366;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 30px;
  line-height: 42px;
}
.header-section .header-title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #00AEEF;
  box-shadow: 0 0 0 5px #EFEFF0;
}
.header-section .header-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #00AEEF;
  box-shadow: 0 0 0 5px #EFEFF0;
}
.header-section .header-description {
  font-size: 45px;
  color: #363638;
  line-height: 64px;
}
.header-section .header-description .highlighted-text {
  color: #00AEEF;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.paging {
  display: block;
}
.paging ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.paging ul a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13pt;
  color: #363638;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  margin: 0 8px;
  background: transparent;
}
.paging ul a:hover {
  background: var(--secondcolor);
  color: #fff;
  background: linear-gradient(270deg, #6A34E8 0%, #A249ED 100%);
}
.paging ul .mdi-chevron-left {
  background: url(/Themes/Takfam/static/image/icon/ArrowLeft-pagination.png) no-repeat;
  width: 20px;
  height: 20px;
}
.paging ul .mdi-chevron-right {
  background: url(/Themes/Takfam/static/image/icon/ArrowLeft-pagination.png) no-repeat;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.paging ul a.previuse {
  border: unset;
}
.paging ul a.active {
  color: #fff;
  background: linear-gradient(270deg, #6A34E8 0%, #A249ED 100%);
}
/*paging*/
.pagination {
  /*margin: 30px auto;*/
  display: block;
}
.pagination .pages {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.pagination .pages a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13pt;
  color: #363638;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  margin: 0 8px;
  background: transparent;
}
.pagination .pages a:hover {
  background: var(--secondcolor);
  color: #fff;
  background: linear-gradient(270deg, #6A34E8 0%, #A249ED 100%);
}
.pagination .pages a.previuse {
  border: unset;
}
.pagination .pages a.active {
  color: #fff;
  background: linear-gradient(270deg, #6A34E8 0%, #A249ED 100%);
}
/*paging*/
.paging-model2 {
  position: relative;
}
.paging-model2 .paging {
  display: block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.paging-model2 .paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.paging-model2 .paging ul li {
  display: inline-block;
  vertical-align: middle;
}
.paging-model2 .paging ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: transparent;
  color: #777777;
  font-size: 10.5pt;
  text-align: center;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.paging-model2 .paging ul li.active a,
.paging-model2 .paging ul li:hover a {
  background: var(--secondcolor);
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.paging-model2 .paging ul li:first-child a,
.paging-model2 .paging ul li:last-child a {
  position: relative;
  border: none;
  background: transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  font-size: 18pt;
}
.paging-model2 .paging ul li:first-child a:hover,
.paging-model2 .paging ul li:last-child a:hover {
  background: var(--secondcolor);
  color: #fff;
}
.paging-model2 .paging:after {
  clear: both;
  display: table;
  content: '';
}
.bread-crumb {
  position: relative;
  padding: 10px 0;
}
.bread-crumb .home-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bread-crumb ol {
  padding: 0;
  margin: 0;
  text-align: right;
}
.bread-crumb ol li {
  display: inline-block;
  position: relative;
  font-size: 10pt;
  vertical-align: middle;
  z-index: 1;
}
.bread-crumb ol li a {
  background-color: #00AEEF;
  padding: 5px 16px;
  border-radius: 50px;
  color: white;
  display: block;
  height: 32px;
}
.bread-crumb ol li a span {
  vertical-align: middle;
}
.bread-crumb ol li a:hover {
  color: var(--maincolor-dark);
}
.bread-crumb ol li .active {
  border: 1px solid #00AEEF;
  background-color: white;
  color: #00AEEF;
}
.bread-crumb ol li:last-child span {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.bread-crumb ol li:not(:last-child) {
  padding-left: 20px;
}
.bread-crumb ol li:not(:last-child):before {
  position: absolute;
  content: "";
  left: -5px;
  font-size: 13pt;
  line-height: 1.3;
  top: 15px;
  background-color: #00AEEF;
  height: 3px;
  width: 35px;
  z-index: -1;
}
.size-large {
  font-size: 21px;
}
.size-xlarge {
  font-size: 28px;
}
.size-medium {
  font-size: 17px;
}
.size-small {
  font-size: 13px;
}
.size-2xlarge {
  font-size: 60px;
}
.size-3xlarge {
  font-size: 80px;
}
.text-through {
  text-decoration: line-through;
}
.fit-cover {
  object-fit: cover;
}
input[type='checkbox'] {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
input.checkbox:checked {
  background-color: var(--maincolor-light) !important;
}
textarea {
  resize: none;
}
textarea:focus {
  border-color: var(--maincolor-light) !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.clear {
  clear: both;
  display: table;
  content: '';
}
.abs {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/**************************Responsive***************************/
@media (min-width: 1430px) {
  .container {
    max-width: 1920px;
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media (max-width: 1430px) {
  .notification-box {
    padding: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-section {
    width: 100%;
  }
  .base-header {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .header-section .header-title {
    font-size: 16px;
    line-height: 24px;
  }
  .header-section .header-description {
    font-size: 26px;
    line-height: 42px;
  }
  .head-page .headpage-name {
    font-size: 28px;
    line-height: 45px;
  }
  .head-page .headpage-desc {
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .headpage-name {
    width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .base-header .base-title {
    font-size: 26px;
    line-height: 42px;
  }
  .base-header .base-description {
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .bread-crumb ol li a span {
    font-size: 12px;
  }
  .head-page {
    padding: 0;
    gap: 10px;
    height: 430px;
  }
  .head-page .headpage-desc {
    text-align: center;
  }
  .button-group {
    flex-direction: column;
    align-items: start;
  }
  .button-group .btn-more-info {
    margin-top: 10px;
  }
  .button-group .btn-more-info .btn-text {
    font-size: 12px;
  }
  .button-group .btn-contact {
    margin-right: 0;
    margin-top: 10px;
  }
  .button-group .btn-contact .btn-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .bread-crumb ol li:not(:last-child) {
    padding-left: 5px;
  }
  .bread-crumb ol li:not(:last-child)::before {
    width: 14px;
  }
  .bread-crumb ol li a {
    padding: 5px 10px;
  }
  .pagination .pages a {
    width: 40px;
    height: 40px;
  }
  .g-recaptch {
    transform: scale(0.85);
    transform-origin: right;
  }
}
@media only screen and (max-width: 360px) {
  .header-section .header-description {
    font-size: 20px;
  }
}
/*---------------------------- menuResize ---------------------------------------*/
.menu-content {
  display: flex;
  align-items: flex-start;
  transition: 0.5s;
  padding: 16px;
}
.menu-content:hover {
  background-color: #EFEFF0;
  border-radius: 8px;
}
.menu-content .menu-icon {
  margin: 0;
}
.menu-text {
  margin-right: 16px;
}
.menu-text .menu-title {
  font-size: 16px;
  color: #363638;
  line-height: 24px;
  margin: 0;
  text-align: right;
}
.menu-text .menu-description {
  font-size: 14px;
  color: #636366;
  line-height: 22px;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Menu2 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 101;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.Menu2 .btn-close {
  font-size: 18pt;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  display: inline-block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.Menu2 .d-flex > a {
  display: block;
  margin: 30px auto;
}
.Menu2 .d-flex > a img {
  width: 100px;
}
.Menu2 > ul {
  height: 80%;
  overflow: auto;
}
.Menu2 > ul > li {
  margin-bottom: 27px;
}
.Menu2 ul {
  list-style: none;
  padding: 48px;
  margin: 0;
}
.Menu2 ul li:hover {
  cursor: pointer;
}
.Menu2 ul li:hover a {
  color: #00AEEF;
}
.Menu2 ul li a {
  padding: 10px 15px;
  color: #666;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.Menu2 ul li.haschild {
  position: relative;
  margin-right: 15px;
}
.Menu2 ul li.haschild:hover .category-item {
  color: #00AEEF;
}
.Menu2 ul li.haschild > p {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.Menu2 ul li.haschild > p a {
  width: 85%;
}
.Menu2 ul li.haschild > p i {
  width: 15%;
  font-size: 16pt;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--maincolor-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.Menu2 ul li.haschild > p i:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--maincolor-dark);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  z-index: -1;
}
.Menu2 ul li.haschild > p i:hover {
  color: #fff;
}
.Menu2 ul li.haschild > p i:hover:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.Menu2 ul li.haschild > ul {
  display: none;
  border: 1px solid #CFCFD0;
  padding: 8px;
  border-radius: 16px;
}
.Menu2 ul li.haschild.open > p i:before {
  content: '\F0143' !important;
}
.Menu2.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.Menu2.open .mdi-close {
  left: -40px;
}
/*---------------------------- header ---------------------------------------*/
.header-descktop {
  border-bottom: 2px solid #EFEFF0;
  padding: 15px 0;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .category-item {
  font-size: 16px;
  color: #00AEEF;
  margin-right: 8px;
}
.header nav .menu-nav {
  list-style: none;
  margin: 0;
}
.header nav .menu-nav .menu-item {
  padding: 0 16px;
}
.header nav .menu-nav .menu-item:hover .menu-link {
  color: #00AEEF;
}
.header nav .menu-nav .menu-item .menu-link {
  color: #363638;
  font-size: 16px;
  padding: 17px 0;
  transition: 0.5s;
  font-weight: 600;
}
.header .header-right {
  display: flex;
  align-items: center;
}
.header .header-right .logo {
  width: 66px;
  height: auto;
  margin-left: 60px;
}
.menu {
  position: relative;
}
.menu .menu-category {
  transition: 0.5s;
  padding: 32px 0;
}
.menu .menu-category:hover {
  cursor: pointer;
}
.menu .menu-category:hover .menu-bar {
  opacity: 1;
  visibility: visible;
}
.menu .menu-category:hover svg {
  transition: 0.5s;
  transform: rotate(180deg);
}
.menu .menu-category svg {
  transition: 0.5s;
}
.menu .menu-category .menu-bar {
  position: absolute;
  top: 58px;
  right: 0;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 12px 24px -6px #10182817;
  z-index: 10;
  width: 70%;
  opacity: 0;
  visibility: hidden;
}
.menu .menu-category .menu-bar .menu-content {
  padding: 0;
}
.menu .menu-category .menu-bar .menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu .menu-category .menu-bar .menu-list .menu-item {
  width: 50%;
  padding: 16px;
  display: flex;
  gap: 16px;
  transition: 0.5s;
  margin-bottom: 16px;
}
.menu .menu-category .menu-bar .menu-list .menu-item:hover {
  background-color: #EFEFF0;
  border-radius: 8px;
}
.menu .menu-category .menu-bar .menu-list .menu-item .menu-link .menu-content {
  display: flex;
  align-items: flex-start;
}
.menu .menu-category .menu-bar .menu-list .menu-item .menu-link .menu-content .menu-icon {
  margin: 0;
}
.menu .menu-category .menu-bar .menu-list .menu-item .menu-link .menu-text {
  margin-right: 16px;
}
.menu .menu-category .menu-bar .menu-list .menu-item .menu-link .menu-text .menu-title {
  font-size: 16px;
  color: #363638;
  line-height: 24px;
  margin: 0;
  text-align: right;
}
.menu .menu-category .menu-bar .menu-list .menu-item .menu-link .menu-text .menu-description {
  font-size: 14px;
  color: #636366;
  line-height: 22px;
  text-align: right;
}
.header-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header-mobile .mdi-menu {
  cursor: pointer;
}
.header-mobile .logo img {
  width: 51px;
  height: 32px;
}
/*---------------------------- Responsive ---------------------------------------*/
@media only screen and (max-width: 1530px) {
  .header nav .menu-nav {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1430px) {
  .header nav .menu-nav {
    padding-right: 5px;
  }
  .header nav .menu-nav > .menu-item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-descktop {
    display: none;
  }
  header {
    border-bottom: 2px solid #EFEFF0;
  }
  .header-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 420px) {
  .Menu2 ul {
    padding: 10px;
  }
  .Menu2 .d-flex > a img {
    width: 66px;
  }
}