.banner {
  position: relative;
}
.banner .icon1 {
  position: absolute;
  top: 25%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 38px;
}
.banner .banner_text {
  padding-right: 17rem;
}
.banner .banner_text h1 {
  margin-bottom: 2.4rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2.25rem;
}
.banner .banner_text h1 span.highlighted {
  color: #6F2AF5;
  position: relative;
}
.banner .banner_text h1 span.highlighted::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #6F2AF5;
}
.banner .banner_form {
  display: flex;
  position: relative;
  max-width: 35rem;
  margin-top: 2.5rem;
}
.banner .banner_form .form-control {
  height: 4rem;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.5rem 11rem 0.5rem 2rem;
  line-height: 1;
}
.banner .banner_form .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_form .btn svg {
  width: var(--font_small);
  height: var(--font_small);
}
.banner .banner_bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.banner .banner_bottom .banner_b_left {
  display: flex;
  max-width: 68%;
  padding-right: 1rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img {
  margin-right: 1rem;
  display: flex;
}
.banner .banner_bottom .banner_b_left .banner_b_img img {
  margin-left: -1.2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img img:first-child {
  margin-left: 0;
}
.banner .banner_bottom .banner_b_left p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  max-width: calc(100% - 10rem + 1rem);
}
.banner .banner_bottom .banner_b_left p span {
  color: #6F2AF5;
}
.banner .banner_bottom .banner_b_right {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  color: #2f2f2f;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner .banner_bottom .banner_b_right:hover {
  color: #002280;
}
.banner .banner_bottom .banner_b_right .banner_b_play {
  border: 2px solid;
  border-color: #FE492E #fff #FE492E #FE492E;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play svg {
  color: #2f2f2f;
  fill: #2f2f2f;
  transform: rotate(180deg);
  width: 1.2rem;
  height: 1.2rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right p,
.banner .banner_bottom .banner_b_right a {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right .icon2 {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  height: 5rem;
}
.banner .banner_images .banner_right_images img:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .banner.section_pad_top {
    padding-top: 3rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .banner.section_pad_top {
    padding-top: 2rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 2rem;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 72%;
  }
}
@media (max-width: 1199px) {
  .banner .banner_text {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .banner .banner_text {
    padding-right: 30px;
  }
  .banner .banner_bottom {
    display: flex;
    flex-flow: column;
    justify-content: start;
  }
  .banner .banner_bottom .banner_b_left {
    max-width: 100%;
  }
  .banner .banner_bottom .banner_b_right {
    display: inline-flex;
    justify-content: start;
    margin-top: 16px;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 10%;
    left: 100%;
    z-index: -1;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.2rem;
  }
  .banner .banner_bottom .banner_b_right p,
  .banner .banner_bottom .banner_b_right a {
    font-size: 1.4rem;
  }
  .banner .banner_form .form-control {
    height: 4rem;
    padding: 10px 150px 10px 20px;
  }
  .banner .banner_form .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .banner .banner_form .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner .icon1 {
    top: 7%;
    left: 92%;
  }
  .banner .banner_images {
    display: none;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    width: 80px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .banner .banner_text {
    padding-right: 0;
  }
  .banner .banner_form {
    width: 100%;
  }
  .banner .banner_form .form-control {
    padding: 10px 65px 10px 20px;
  }
  .banner .banner_form .btn span {
    display: none;
  }
}
.brand-ban {
  padding: 18px 0;
  background: #0a5f59;
}

.brand_list_slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.brand_list_slider .brand_item {
  padding: 0 20px;
}
.brand_list_slider .brand_item img {
  height: 20px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 576px) {
  .brand_list_slider {
    margin: 0;
  }
}
.top-heading {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1.2rem;
}
.top-heading h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.article {
  background: #F2F7FF;
}
.article .article_user {
  margin-bottom: 1.2rem;
}
.article .article_user .a_user_image {
  padding-right: 1.2rem;
  width: 150px;
}
.article .article_user .a_user_image img {
  border-radius: 50%;
}
.article .article_user .a_user_text {
  border-bottom: 1px solid #cdcdcd;
  width: calc(100% - 150px);
}
.article .article_user .a_user_text h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.article .article_user .a_user_text h2 .primary_text {
  color: #FE492E;
}
.article .article_user .a_user_text h2 .green_text {
  color: #0a5f59;
}
.article .article_brand {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1.4rem;
  margin-bottom: 1.2rem;
}
.article .article_brand .brand_image {
  width: 160px;
  padding-right: 1rem;
}
.article .article_brand .brand_text {
  width: calc(100% - 180px);
}
.article .article_brand .brand_text .brand_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.article .article_brand .brand_text .brand_heading h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.article .article_brand .brand_text .brand_heading .brand_list {
  display: flex;
}
.article .article_brand .brand_text .brand_heading .brand_list .brand_item {
  border-right: 2px solid #0a5f59;
  padding: 0 0.5rem;
  line-height: 1;
}
.article .article_brand .brand_text .brand_heading .brand_list .brand_item a {
  color: #0a5f59;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.article .article_brand .brand_text .brand_heading .brand_list .brand_item a:hover {
  text-decoration: underline;
}
.article .article_brand .brand_text .brand_heading .brand_list .brand_item:last-child {
  border-right: 0;
}
.article .article_brand .brand_text p {
  line-height: 1.4rem;
}
.article .article-list .article-box {
  border-bottom: 1px solid #dedede;
  padding: 0.6rem;
  height: 100%;
}
.article .article-list .article-box .article-img {
  margin-bottom: 0.8rem;
  position: relative;
}
.article .article-list .article-box .article-img img {
  aspect-ratio: 26/14;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.article .article-list .article-box .article-img .hightlight-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #6F2AF5;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  box-shadow: none;
  border: 0;
}
.article .article-list .article-box h3 {
  font-size: 1.2rem;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
}
.article .article-list .article-box h3:hover {
  color: #002280;
}
.article .article-list .article-box p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 46px;
}
.article .article-list .article-box .article-last {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 100%;
}
.article .article-list .article-box .article-last .article-l-left {
  display: flex;
  align-items: center;
}
.article .article-list .article-box .article-last .article-l-left img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 8px;
}
.article .article-list .article-box .article-last .article-l-left .cat {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}
.article .article-list .article-box .article-last .article-l-left .cat a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #505050;
}
.article .article-list .article-box .article-last .article-l-left .cat a:hover {
  text-decoration: underline;
}
.article .article-list .article-box .article-last .article-l-right {
  display: flex;
  align-items: center;
}
.article .article-list .article-box .article-last .article-l-right img {
  margin-bottom: 0;
  margin-right: 9px;
}
.article .article-list .article-box .article-last .article-l-right .green-label {
  background: #0a5f59;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
}
.article .article-list .article-list-box {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding: 0.6rem;
}
.article .article-list .article-list-box .list-b-img {
  margin-right: 15px;
}
.article .article-list .article-list-box .list-b-img img {
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.article .article-list .article-list-box .list-b-text {
  width: 94%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.article .article-list .article-list-box .list-b-text h4 {
  font-size: 1.1rem;
  color: #2f2f2f;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 45px;
}
.article .article-list .article-list-box .list-b-text h4:hover {
  color: #002280;
}
.article .article-list .article-list-box .list-b-text .cat {
  display: block;
  font-size: 0.9rem;
}
.article .article-list .article-list-box .list-b-text .cat a {
  font-size: 0.9rem;
  color: #505050;
}
.article .article-list .article-list-box .list-b-text .cat a:hover {
  text-decoration: underline;
}
.article .pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.article .pagination .page-item {
  margin: 0 0.3rem;
}
.article .pagination .page-item .page-link {
  color: #FE492E;
  font-weight: 700;
  border-radius: 8px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.article .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.article .pagination .page-item .page-link:hover {
  background: #FE492E;
  color: #fff;
}
.article .pagination .page-item .page-link.active {
  background: #002280;
  color: #fff;
}
.article .pagination .page-item:first-child .page-link, .article .pagination .page-item:last-child .page-link {
  background: transparent;
  border: 0;
}
.article .pagination .page-item:first-child .page-link span, .article .pagination .page-item:last-child .page-link span {
  font-size: 25px;
  line-height: 1;
}

.topic .top-heading {
  display: flex;
  justify-content: space-between;
}
.topic .top-heading h2 {
  margin-bottom: 0.6rem;
}
.topic .top-heading .btn-black {
  font-size: 0.9rem;
  padding: 0.6rem 1.6rem;
  margin-bottom: 0.4rem;
}
.topic .top-heading .dropdown-menu {
  background: #d5d5d5;
}
.topic .top-heading .dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 0.9rem;
}
.topic .topic-box {
  border: 1px solid #0a5f59;
  box-shadow: 2px 2px 8px rgba(115, 115, 115, 0.4);
  padding: 2rem 2.5rem;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.topic .topic-box img {
  width: 2.25rem;
  margin-right: 1rem;
}
.topic .topic-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2f2f2f;
}
.topic .topic-box:hover h3 {
  color: #002280;
}

@media (max-width: 1199px) {
  .article .article-list .article-box {
    padding: 0;
  }
  .article .article-list .article-list-box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .article .article_user {
    margin-bottom: 1.2rem;
  }
  .article .article_user .a_user_image {
    padding-right: 1.2rem;
    width: 150px;
  }
  .article .article_user .a_user_image img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article .article_user .a_user_text {
    border-bottom: 1px solid #cdcdcd;
    width: calc(100% - 150px);
  }
  .article .article_user .a_user_text h2 {
    color: #2f2f2f;
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .article .article_user .a_user_text h2 .primary_text {
    color: #FE492E;
  }
  .article .article_user .a_user_text h2 .green_text {
    color: #0a5f59;
  }
  .article .article_brand .brand_image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.2rem;
  }
  .article .article_brand .brand_text {
    width: 100%;
  }
  .article .article_brand .brand_text .brand_heading .brand_list .brand_item a {
    font-size: 1rem;
  }
  .article .article-list .article-box h3 {
    font-size: 1.2rem;
  }
  .article .article-list .article-box p {
    font-size: 1.2rem;
  }
  .article .article-list .article-box .article-last .article-l-left .cat {
    font-size: 1rem;
  }
  .article .article-list .article-box .article-last .article-l-left .cat a {
    font-size: 1rem;
  }
  .article .article-list .article-list-box .list-b-text h4 {
    font-size: 1.2rem;
  }
  .article .pagination-box .page-link.active {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .article .article_user .a_user_text h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .article .article_user .a_user_image {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .article .article_user .a_user_text {
    width: 100%;
  }
}
.review {
  background: #F2F7FF;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.review .review_text h3 {
  font-size: 2rem;
  color: #2f2f2f;
  font-weight: 800;
  margin-bottom: 0.6rem;
  text-align: center;
}
.review .review_text h3 span {
  color: #6F2AF5;
}
.review .review_text p {
  margin-bottom: 2.5rem;
  text-align: center;
}
.review .review_slider {
  margin: 0 -1rem 0;
}
.review .review_slider .slick-slide {
  margin: 0.5rem 1rem;
}
.review .review_slider .slick-slide .review_box {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  padding: 2rem;
}
.review .review_slider .slick-slide .review_box .review_icon {
  margin-bottom: 1rem;
}
.review .review_slider .slick-slide .review_box .review_icon .rating {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  font-size: 1.4rem;
  color: #FFBD13;
  margin-bottom: 0;
}
.review .review_slider .slick-slide .review_box .review_icon .rating svg {
  fill: #FFBD13 !important;
  width: 1.2rem;
}
.review .review_slider .slick-slide .review_box .review_icon .rating .star {
  cursor: pointer;
}
.review .review_slider .slick-slide .review_box p {
  font-size: 1rem;
}
.review .review_slider .slick-slide .review_box .review_bottom {
  display: flex;
  margin-top: 20px;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-image {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-details h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2f2f;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-details p {
  font-weight: 400;
}
.review .review_slider .slick-slide .review_box .review_bottom p {
  font-size: 0.9rem;
}
.review .review_slider .slick-slide:nth-child(odd) {
  margin-top: 70px;
}
.review .review_slider .slick-slide:nth-child(even) {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .review .review_slider .slick-slide .review_box p {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details h4 {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details p {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .review .review_slider .slick-slide:nth-child(odd) {
    margin-top: 10px;
  }
  .review .review_slider .slick-slide:nth-child(even) {
    margin-bottom: 10px;
  }
  .article .article_brand .brand_text .brand_heading {
    flex-flow: column;
    align-items: start;
    margin-bottom: 1.2rem;
  }
  .article .article_brand .brand_text .brand_heading h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .banner .banner_bottom .banner_b_left p {
    font-size: 1.4rem;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .banner_text p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-control,
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-select,
  .banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    font-size: 1.4rem;
  }
  .article .article-list .article-box h3 {
    font-size: 1.6rem;
  }
  .article .article-list .article-box .article .article-list .article-box p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=blog-category.css.map */