.s_product_image p {
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.left-ser {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 100px;
  background: #01143f;
  height: 100%;
}
.itemList .desc.subtitle,
.itemList .heading.t3,
.itemList .desc.sumary {
  color: #172942;
}

.ser-name {
  color: #ffcf01;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ser-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.right-ser {
  height: 100%;
}
.bee {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-ser img:last-child {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.description {
  margin: 70px 0;
}

.description p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

.e-heading {
  color: #ffcf01;
  font-size: 38px;
  font-weight: 48;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.effectiveness-wrap {
  background: conic-gradient(
    from 30.22deg at 31.45% 10.08%,
    #00143f -4.91deg,
    #005091 25.16deg,
    #00143f 355.09deg,
    #005091 385.16deg
  );

  padding: 70px 0;
}
.btn-expert a {
  width: 300px;
}
.bee-desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bee-title {
  color: #002559;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bee-detail ol {
  list-style: numeric inside;
}
.bee-detail {
  line-height: 1.5 !important;
  color: #000;
  font-weight: 500 !important;
}
.bee-detail span{
  line-height: 1.5 !important;
  color: #000;
  font-weight: 500 !important;
}
.bee-detail p{
  line-height: 1.5 !important;
  color: #000;
  font-weight: 500 !important;
}
.bee-detail li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.formContact .form-check label {
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}

.bee-contact .formContact .form-check label {
  font-size: 14px;
  padding-left: 20px;
}

.nav-wrap .nav {
  justify-content: flex-end;
  padding-right: 15%;
}

.nav-wrap {
  background-color: #002559;
}
.nav-pills .nav-link {
  color: #000;
  padding: 10px 20px;
  border-right: 1px solid #002559;
  border-radius: unset;
}
.nav-pills .nav-link:hover {
  color: #002559!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}


.line-wrap {
  display: grid;
  grid-template-columns: 65% 35%;
}

.product-header {
  box-shadow: unset;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #002559;
  font-weight: 600;
  background-color: unset;
}

.container .bee-row:nth-child(odd) .col-lg-4 {
  order: 2;
}

.e-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
}

.e-desc {
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 50px;
}
.tab-pane .container-fluid {
  overflow: hidden;
}
.img-mobile {
  display: none !important;
}
.nav-wrap2 {
  display: none;
}
.hq2 {
  display: none;
}

#homepage .feedback .feedbackSilde .boxContent {
  background: unset;
  background-size: cover;
  display: grid;
  grid-template-columns: 30% 65%;
  align-items: center;
  gap: 62px;
  color: #fff;
  padding: 0 83px;
}

.feedbackSilde .heading.t3 {
  color: #163663 !important;;
}
#homepage .feedback .feedbackSilde .job {
  color: #163663 !important;
  font-style: italic;
}

.cmt.desc {
  color: #163663 !important;
  text-align: justify !important;
}
#homepage .feedback .feedbackPagination {
  top: 78%;
  z-index: 100;
  left: 50%;
  width: fit-content;
  transform: translateX(-100%);
}
.news-main-text img {
  margin-bottom: 20px;
}

@media (max-width: 962px) {
  .container .bee-row:nth-child(odd) .col-lg-4 {
    order: unset;
  }
  .container .bee-row {
    margin-bottom: 30px;
  }
  .news .itemList {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 762px) {
  .line-wrap {
    display: unset;
    /* grid-template-columns: 65% 35%; */
  }
  #companyPage .StoryBannerTop .content .heading {
    width: unset;
  }
  .feedbackSilde .leftSide,
  .bannerTop .frame1 {
    display: block;
  }
  .news .itemList {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .news .item {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    width: 85%;
    margin: 0 auto;
  }
  .ct2 .heading.t1 {
    font-size: 34px;

    margin-top: 30px;
  }
  .ct2 .desc.t2 {
    font-size: 16px;
    color: #ffffffbf;
  }
  .content.ct2 {
    background: #021b3d;
  }
  .selectBox .boxContent {
    grid-template-columns: 1fr;

    gap: 20px;
  }
  .selectBox {
    background: #021b3d;

    padding: 0 20px 50px 20px;
  }
  .frame1 {
    display: none;
  }
  .StoryBannerTop .content .heading {
    text-transform: unset;
    text-align: center;
  }
  #homepage .feedback .feedbackSilde .boxContent {
    background: linear-gradient(285.72deg, #01143f 43.98%, #014c8c 82.08%);
  }
  .e-heading {
    font-size: 30px;
  }

  .e-item {
    position: relative;
  }

  .hq2 .e-title {
    text-align: left;
    position: relative;
    width: 90%;
    font-size: 20px;
  }
  .hq2 .e-title::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    right: -20px;
    transition: 0.3s ease;
  }
  .hq2 .e-title.item-active::before {
    transform: rotate(180deg) !important;
  }
  .hq2 .e-desc {
    width: 100%;
    display: none;
  }
  .hq1 {
    display: none;
  }
  .hq2 {
    display: block;
  }
  .contactProfessor {
    /* padding: 72px 0 39px; */
    padding: 72px 20px;
  }
  .contactProfessor .heading.t1 {
    font-size: 35px;
  }
  .row.bee-row {
    margin-bottom: 40px;
  }
  .container .bee-row:nth-child(odd) .col-lg-4 {
    order: unset;
  }
  .img-mobile {
    display: block !important;
  }
  .img-pc {
    display: none !important;
  }
  .ser-desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
  }
  .left-ser {
    position: relative;
  }
  .nav-wrap {
    display: none;
  }
  .nav-wrap2 {
    display: block;
    position: absolute;
    top: 266px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .left-ser {
    padding: 60px;
    padding-top: 120px;
    background: linear-gradient(
      168.41deg,
      #162649 -38.92%,
      #01143f -14.78%,
      #132e75 83.75%
    );
  }
  .ser-name {
    text-align: center;
    font-size: 30px;
  }
  .omni {
    /* width: 100%; */
  }
  .omni .col-lg-6:first-child {
    order: 2;
  }
  .nav-wrap .nav {
    justify-content: center;
    padding-right: 0;
  }
  .nav-pills .nav-link {
    font-size: 14px;
  }
  .bee {
    position: absolute;
    top: 55%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: 15%;
  }
}

.eff {
  display: none;
}

.mailIconMb {
  display: none;
}

.news-dashboard ol {
  list-style: numeric inside;
  margin-top: 10px;
}
.news-dashboard {
  position: sticky;
  top: 90px;
  width: 90%;
  margin: 0 auto;
}
.main-title {
  color: #172942;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}
.short-des {
  margin: 20px auto;
  color: #172942;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.news-main-text p {
  color: #172942;
  line-height: 1.5;
  margin-bottom: 20px;
}

.breadcrumb {
  margin-bottom: 20px;
}

.line {
  color: #172942;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news-dashboard ol li a {
  color: #172942;
  line-height: 1.5;
}
.news-dashboard ol li {
  /* margin-bottom: 10px; */
}

@media (max-width: 1200px) {
  .mailIconMb {
    display: block;
  }
}

@media (max-width: 992px) {
  .omni .col-lg-6.d-flex.align-items-center.px-0 {
    order: 2;
  }
  .mailIconMb {
    display: block;
  }
  #homepage .bannerTop .sildeItem .leftSide .title {
    font-size: 44px;
    margin-bottom: 0;
  }
  #homepage .bannerTop .sildeItem.padding .rightSide {
    padding-left: 0px;
  }
  #homepage .bannerTop .sildeItem .leftSide .title {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1.5;
    margin: 20px 0;
  }
  .heading.t3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  #homepage .effective {
    background: var(--bg-color);
    padding: 84px 0 80px;
    overflow: hidden;
  }
  .heading.t2 {
    font-size: 27px;
    font-weight: 800;
  }
  .heading.t1.t11 {
    font-size: 48px;

    margin-bottom: 30px;
  }
  #homepage .feedback .feedbackSilde .boxContent {
    padding: 30px 83px;
  }
  #homepage .feedback {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 50px;
  }
  #homepage .feedback .feedbackPagination {
    top: 90%;
  }
  .leftSide {
    display: none;
  }
  .StoryBannerTop {
    order: 2;
  }
  #contact .StoryBannerTop .frame {
    left: unset;
    height: unset;
    transform: unset;
    top: unset;
  }
  .StoryBannerTop .content {
    position: unset;
    transform: unset;
    padding: 0 30px 30px;
  }
  .StoryBannerTop .frame img {
    height: unset;
    object-fit: unset;
    width: 100%;
  }
  .news .itemList {
    gap: 50px;
  }
  .feedbackSilde .leftSide {
    display: block;
  }
  .nav-wrap .nav {
    justify-content: center;
    padding-right: 0%;
  }
  .nav-wrap.nav-wrap2 .nav {
    justify-content: center;
    padding-right: 0%;
  }

  .main-title {
    font-size: 35px;
  }

  .news-dashboard {
    position: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 762px) {
  .nav-wrap2 .nav {
    justify-content: center;
    padding-right: 0%;
  }

  .leftSide {
    display: none;
  }
  .StoryBannerTop {
    order: 2;
  }
  #contact .StoryBannerTop .frame {
    left: unset;
    height: unset;
    transform: unset;
    top: unset;
  }
  .StoryBannerTop .content {
    position: unset;
    transform: unset;
    padding: 0 30px 30px;
  }
  .StoryBannerTop .frame img {
    height: unset;
    object-fit: unset;
    width: 100%;
  }
  #homepage .feedback .feedbackPagination {
    top: 78%;
    z-index: 100;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
  }
  #homepage .feedback .feedbackSilde .job {
    color: #fff !important;
  }
  #homepage .feedback {
    background: linear-gradient(285.72deg, #01143f 43.98%, #014c8c 82.08%);
  }
  .feedbackSilde .heading.t3 {
    color: #fff !important;
  }
  .cmt.desc {
    color: #ffffffa8 !important;
  }
  #companyPage .cmt.desc {
    color: #163663 !important;
  }
  #homepage .feedback .feedbackSilde .boxContent {
    display: flex;
    flex-direction: column;
  }
  #homepage .feedback .feedbackSilde .boxContent {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .eff {
    display: block;
  }
  #homepage .bannerTop .sildeItem .leftSide .title {
    font-size: 45px;
  }

  #homepage .bannerTop .leftSide .listChannel {
    flex-direction: row;
    gap: 10px;
  }
  #homepage .bannerTop .listChannel .channel {
    font-size: 12px;
    font-weight: 100;
  }
  #homepage .bannerTop .sildeItem {
    padding-top: 210px;
  }
  .left-wrapper {
    position: absolute;
    top: 40px;
  }
  #homepage .bannerTop .sildeItem .leftSide .subtitle {
    font-size: 17px;
  }
  #homepage .bannerTop .sildeItem .leftSide .subtitle {
    width: 85%;
    margin: 0 auto;
  }
  a.buttonType1 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #homepage .bannerTop {
    padding-bottom: 10px;
  }

  a.buttonType1.contactMb {
    width: 100%;
  }
  #homepage .bannerTop .swiper-pagination {
    margin-bottom: 10px;
  }

  #homepage .bannerTop .sildeItem .leftSide .title.title2 {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 20px;
  }
  #homepage .bannerTop .sildeItem .rightSide .frame1 img {
    width: 80%;
    object-fit: cover;
  }
  .frame2 {
    margin-top: 50px;
  }
  #homepage .services .boxContent {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #homepage .services .boxContent .item {
    padding: 20px 30px;
  }
  .desc {
    font-weight: lighter;
  }
  #homepage .services .boxContent .item .desc {
    margin: 10px 0 15px 0;
  }
  #homepage .heading.t1 {
    text-align: left;
    line-height: 56px;

    padding-left: 30px;
    font-size: 49px;
  }
  #homepage .services .heading.t1 {
    margin-bottom: 5px;
  }
  #homepage .eff .item-title {
    width: 100%;
    position: relative;
    font-family: "Moulpali";
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin: 30px 0;
    color: #ffcf01;
  }
  .eff .heading.t2 {
    text-align: center;
  }
  .eff .item {
    background: #ffffff12;
    padding: 30px;
    height: 520px;
  }
  #homepage .effective .boxContent {
    display: none;
  }
  .eff p.desc {
    text-align: center;
    margin-top: 30px;
  }
  .eff {
    margin-top: 50px;
  }
  #homepage .heading.t1.t11 {
    text-align: center;

    padding-left: 0px;
  }
  /* #homepage .feedback .feedbackSilde .boxContent {
    background: unset;
  }
  #homepage .feedback {
    background: url(../img/bgfeedback.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
  } */
  #homepage .feedback .feedbackPagination {
    bottom: 20px;
    top: unset;
    z-index: 100;
  }
  .swiper-slide.item {
    background: #ffffff12;
  }
  .storySilde .heading.t3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  #homepage .story .listItem .heading.t3 {
    padding: 40px 20px 0px 20px;
  }
  #homepage .story .listItem .desc {
    padding: 20px;
    margin-bottom: 0;
  }
  #homepage .story .listItem .heading.t3 {
    display: block;
    margin: 40px 0 20px;
    margin: 0;
  }
  #homepage .heading.t1.sstory {
    text-align: center;

    padding-left: 0px;
  }
  a.uppercase.buttonType2 {
    display: block;
    text-align: center;
    /* padding-left: 20px; */
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #homepage .story .buttonType1 {
    margin-top: 40px;
  }
  #homepage .heading.t1.t1end {
    text-align: center;

    padding-left: 0px;
  }
  footer .copyright {
    flex-direction: column;
    gap: 12px;
  }
  footer .copyright .privacy {
    display: block;
  }
  footer {
    background-color: #01143f;
    padding: 68px 30px;
  }
  .copyright .desc {
    color: #c8c3c3bd;
  }
  footer .boxContent .itemCol {
    align-items: start;
  }
  footer .boxContent .itemCol:first-child {
    /* align-items: center; */
    grid-column: 1/3;
    /* grid-row: 3/4; */
  }

  footer .logoBox {
    margin: 0;
  }
  footer .boxContent .itemCol a,
  footer .boxContent .itemCol p {
    font-weight: lighter;
  }

  .main-title {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 546px) {
  #homepage .bannerTop .sildeItem .leftSide .title.title2 {
    font-size: 25px;
  }
  #homepage .bannerTop .sildeItem .leftSide .subtitle {
    font-size: 13px;
  }
  #homepage .bannerTop .sildeItem .leftSide .title {
    font-size: 35px;
  }
  #homepage .bannerTop .leftSide .listChannel {
    flex-direction: row;
    gap: 5px;
  }
  #homepage .heading.t1 {
    text-align: center;

    padding-left: 0px;
  }
  #homepage .heading.t1 {
    font-size: 40px;
  }
  #homepage .heading.t1.t11 {
    font-size: 50px;
  }
  .heading.t2 {
    font-size: 30px;
  }
  #homepage .story .listItem .heading.t3 {
    padding: 20px 20px 0px 20px;
  }
  .storySilde .heading.t3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
}
/* Login */
.login-button{
  display: inline-block;
  padding: 10px 16px;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-left: 81px;
}
.login-button:hover{
  font-weight: 700;
  color:#ffcf01!important
}

a.btn-selection-db {
  color: #fff;
  background-color: #003a8c;
  border-color: #003a8c;
}
a.btn-selection-db:hover {
  background-color: #002559;
  border-color: #002559;
}
.focus-login:focus {
  color: #212529;
  background-color: white;
  border-color: #003a8c;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #003a8c;
}
button.btn-login-db {
  color: #fff;
  background-color: #003a8c;
  border-color: #003a8c;
}
button.btn-login-db:hover {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
}
button.btn-login-db:active {
  color: #fff;
  background-color: #002559;
  border-color: #002559;
}
button.o_website_btn_loading {
  background-color: #002559;
  border-color: #002559;
}
button.o_website_btn_loading:visited {
  background-color: #002559;
  border-color: #002559;
}
button.o_website_btn_loading:active {
  background-color: #002559;
  border-color: #002559;
}
.dont-have-account {
  color: #003a8c;
}
.dont-have-account:hover {
  color: #002559;
  box-shadow: 0 0 0 0.25rem white;
}
.dont-have-account:active {
  border-color: none;
  box-shadow: none;
}
.dont-have-account:focus {
  border-color: white;
  box-shadow: none;
}
.reset-password {
  color: #003a8c;
}
.reset-password:hover {
  color: #002559;
}
.reset-password:active {
  border-color: none;
}
.reset-password:focus {
  border-color: white;
}
button.btn-reset-password {
  background-color: #002559;
  border-color: #002559;
}
button.btn-reset-password:visited {
  background-color: #002559;
  border-color: #002559;
}
button.btn-reset-password:active {
  background-color: #002559;
  border-color: #002559;
}
button.btn-reset-password:hover {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
  box-shadow: 0 0 0 0.25rem #002559;
}
button.btn-reset-password:focus {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
  box-shadow: 0 0 0 0.25rem #002559;
}
input#login:focus {
  color: #212529;
  background-color: white;
  border-color: #003a8c;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #003a8c;
}
input#name:focus {
  color: #212529;
  background-color: white;
  border-color: #003a8c;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #003a8c;
}
input#password:focus {
  color: #212529;
  background-color: white;
  border-color: #003a8c;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #003a8c;
}
input#confirm_password:focus {
  color: #212529;
  background-color: white;
  border-color: #003a8c;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #003a8c;
}
.back-to-login {
  color: #003a8c;
}
.back-to-login:hover {
  color: #002559;
}
div.oe_login_buttons button {
  background-color: #003a8c;
  box-shadow: none !important;
}
div.oe_login_buttons button:visited {
  background-color: #002559;
  border-color: none !important;
}
div.oe_login_buttons button:active {
  background-color: #002559;
  border-color: #002559;
  box-shadow: none !important;
}
div.oe_login_buttons button:hover {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
  box-shadow: none !important;
}
div.oe_login_buttons button:focus {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
  box-shadow: none !important;
}
div.oe_login_buttons button.btn-sm {
  background-color: white;
  border-color: white;
  color: #002559;
}
div.oe_login_buttons button.btn-sm:hover {
  border-color: white;
  box-shadow: 0 0 0 0.25rem white;
}
div.oe_login_buttons button.btn-sm:active {
  border-color: white;
  box-shadow: 0 0 0 0.25rem white;
}
div.oe_login_buttons button.btn-sm:focus {
  border-color: white;
  box-shadow: 0 0 0 0.25rem white;
}
div.oe_login_buttons a {
  color: #003a8c;
}
div.oe_login_buttons a:hover {
  color: #002559;
}
div.oe_login_buttons a.btn-sm {
  box-shadow: none;
}
.o_cookies_bar_text_policy{
  color:#163663 !important
}
.cookies-consent-essential:hover{
  color: white !important;
  border-color: #163663 !important;
}
.cookies-consent-essential{
  color: #163663 !important;
  border-color: #163663 !important;
}

.cookies-consent-essential:hover{
  color: white !important;
  background: #163663 !important;
  border-color: #163663 !important;
}
.cookies-consent-essential{
  color: #163663 !important;
  border-color: #163663 !important;
}
.cookies-consent-all:hover{
  color: white !important;
  background: #163663 !important;
  border-color: #163663 !important;
}
.cookies-consent-all{
  color: #163663 !important;
  border-color: #163663 !important;
}