@charset "UTF-8";
*, body, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 990px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .container {
    width: 100%;
  }
}
header {
  background-color: #fff;
}
header #header-ads .container figure {
  width: 100%;
  height: 90px;
}
header #header-ads .container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header #exchange-rate .line {
  background-color: #00978e;
  height: 1px;
}
header #head .container .row {
  display: flex;
  align-items: end;
  margin: 8px 0 14px 0;
}
header #head .container .row .social-medias .date p {
  font-size: 14px;
  font-weight: 600;
  color: #01978c;
  margin-bottom: 30px;
}
header #head .container .row .social-medias ul {
  display: flex;
  gap: 15px;
}
header #head .container .row .social-medias ul li a {
  color: #c3c3c3;
}
header #head .container .row .social-medias ul li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
header #head .container .row .social-medias ul li a:hover {
  color: #01978b;
  transition: 0.5s;
}
header #head .container .row .search .top {
  margin-bottom: 10px;
  text-align: end;
}
header #head .container .row .search .top a {
  color: #01978b;
  font-weight: bold;
}
header #head .container .row .search .bottom {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  gap: 5px;
}
header #head .container .row .search .bottom .search-btn:hover {
  background-color: #01978b;
  transition: 0.5s;
  color: #fff;
}
header #head .container .row .search .bottom .input {
  width: 218px;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #f3f3f4;
  color: #0d0c22;
  transition: 0.3s ease;
}
header #head .container .row .search .bottom .input::-moz-placeholder {
  color: #9e9ea7;
}
header #head .container .row .search .bottom .input::placeholder {
  color: #9e9ea7;
}
header #head .container .row .search .bottom .input:focus, header #head .container .row .search .bottom .input:hover {
  outline: none;
  border-color: rgba(1, 151, 139, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(1, 151, 139, 0.1);
}
header #head .container .row .search .bottom .search-active {
  width: 218px;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #f3f3f4;
  color: #0d0c22;
  transition: 0.3s ease;
}
header #head .container .row .search .bottom .search-active::-moz-placeholder {
  color: #9e9ea7;
}
header #head .container .row .search .bottom .search-active::placeholder {
  color: #9e9ea7;
}
header #head .container .row .search .bottom .search-active:focus, header #head .container .row .search .bottom .search-active:hover {
  outline: none;
  border-color: rgba(1, 151, 139, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(1, 151, 139, 0.1);
}
header #head .container .row .search .bottom .icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  width: 1rem;
  height: 1rem;
}
header #head .container .row .search .bottom button {
  background-color: #fff;
  border: 1px solid #e1e3e7;
  border-radius: 5px;
  padding: 12px;
}
header #head .container .row .search .bottom #hamburger-btn-res {
  display: none;
  padding: 10px 12px;
}
header #head .container .row .logo figure {
  width: 320px;
}
header #head .container .row .logo figure .logo-white {
  display: none;
}
header #head .container .row .logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header #nav-menu {
  background-color: #01978b;
}
header #nav-menu .container .row {
  display: flex;
}
header #nav-menu .container .row nav ul {
  display: flex;
  padding: 15px 0;
}
header #nav-menu .container .row nav ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  position: relative;
}
header #nav-menu .container .row nav ul li:hover .sub-menu {
  display: block;
  z-index: 9;
}
header #nav-menu .container .row nav ul li:hover .sub-menu li {
  position: relative;
}
header #nav-menu .container .row nav ul li:hover .sub-menu li:hover .second-sub-menu {
  display: block;
}
header #nav-menu .container .row nav ul li:hover .sub-menu li:hover a {
  color: #000;
}
header #nav-menu .container .row nav ul li:hover .sub-menu:hover {
  display: block;
}
header #nav-menu .container .row nav ul li:hover .sub-menu .second-sub-menu {
  padding: 15px 0;
  position: absolute;
  display: block;
  background-color: #01978b;
  left: 180px;
  padding: 0 10px 0 10px;
  top: 0;
  width: 200px;
  display: none;
}
header #nav-menu .container .row nav ul li a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
header #nav-menu .container .row nav ul li a i {
  font-size: 13px;
}
header #nav-menu .container .row nav ul li:first-child {
  padding: 0 28px 0 0;
}
header #nav-menu .container .row nav ul li:last-child {
  padding: 0 0 0 28px;
  border-right: none;
}
header #nav-menu .container .row nav ul li .sub-menu {
  display: none;
  z-index: 9;
  position: absolute;
  background-color: #01978b;
  padding: 0 10px;
  left: -10px;
  width: 200px;
  top: 22px;
}
header #nav-menu .container .row nav ul li .sub-menu li {
  padding: 10px 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
}
header #nav-menu .container .row nav ul li .sub-menu li:last-child {
  border-bottom: none;
}
header #nav-menu .container .row nav ul li .sub-menu li a {
  justify-content: space-between;
}
header #nav-menu .container .row nav ul .current-exchange {
  display: none;
}
header #nav-menu .container .row .hamburger-btn {
  border: none;
  padding: 9px 13px;
  background-color: #fff;
  border-radius: 5px;
}
header #nav-menu .container .row .hamburger-btn i {
  font-size: 22px;
}
header #nav-menu .container .row .hamburger-btn:hover {
  background-color: #f5f5f5;
}
header #nav-menu .container .row .hamburger-btn:hover i {
  transform: scale(1.2);
  transition: 0.5s;
}

@media only screen and (max-width: 1024px) {
  header #header-ads .container {
    padding: 0 30px;
  }
  header #head .container {
    padding: 0 30px;
  }
  header #head .container .row {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: center;
  }
  header #head .container .row .social-medias {
    grid-column: 1/3;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header {
    background: none;
  }
  header #header-ads, header #exchange-rate, header #nav-menu {
    display: none;
  }
  header #head .container .row {
    margin: 0;
    background-color: #01978b;
  }
  header #head .container .row .social-medias {
    background-color: #007067;
    height: 35px;
    padding: 0 10px;
    align-items: center;
  }
  header #head .container .row .social-medias .date p {
    margin: 0;
    color: #fff;
  }
  header #head .container .row .social-medias ul li a i {
    color: #fff;
  }
  header #head .container .row .logo, header #head .container .row .search {
    margin: 14px 10px;
  }
  header #head .container .row .logo figure .logo-normal {
    display: none;
  }
  header #head .container .row .logo figure .logo-white {
    display: block;
  }
  header #head .container .row .search .bottom {
    position: relative;
    border: none;
    transition: 0.5s;
    z-index: 11;
    justify-content: end;
  }
  header #head .container .row .search .bottom .search-btn {
    display: none;
  }
  header #head .container .row .search .bottom input {
    position: absolute;
    top: 50px;
    right: 56px;
    width: 0;
    border: none;
  }
  header #head .container .row .search .bottom .input {
    width: 0;
    padding: 0;
    border: none;
  }
  header #head .container .row .search .bottom .search-active {
    width: 218px;
    height: 40px;
    padding-left: 1.2rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: 0.3s ease;
  }
  header #head .container .row .search .bottom .search-active::-moz-placeholder {
    color: #9e9ea7;
  }
  header #head .container .row .search .bottom .search-active::placeholder {
    color: #9e9ea7;
  }
  header #head .container .row .search .bottom .search-active:focus, header #head .container .row .search .bottom .search-active:hover {
    outline: none;
    border-color: rgba(1, 151, 139, 0.4);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(1, 151, 139, 0.1);
  }
  header #head .container .row .search .bottom svg {
    display: none;
  }
  header #head .container .row .search .bottom #hamburger-btn-res {
    display: flex;
  }
}
@media only screen and (max-width: 550px) {
  header #head .container {
    padding: 0 5px;
  }
  header #head .container .row .social-medias {
    justify-content: end;
  }
  header #head .container .row .social-medias ul .twitter, header #head .container .row .social-medias ul .email, header #head .container .row .social-medias ul .youtube, header #head .container .row .social-medias ul .rss {
    display: none;
  }
  header #head .container .row .social-medias .date {
    display: none;
  }
  header #head .container .row .logo {
    width: 190px;
  }
  header #head .container .row .logo figure {
    width: 100%;
  }
  header #head .container .row .search .top {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  header #head .container .row .logo {
    width: 41.026vw;
  }
}
footer #footer-top {
  margin-top: 35px;
  width: 100%;
  background-color: #01978c;
}
footer #footer-top .container {
  padding: 8px 0 17px 0;
}
footer #footer-top .container .row .left .logo figure {
  width: 200px;
  height: 100%;
}
footer #footer-top .container .row .left .logo figure img {
  width: 100%;
  height: 100%;
}
footer #footer-top .container .row .left .copyright {
  margin-top: 12px;
  color: #fff;
  width: 600px;
}
footer #footer-top .container .row .right .phone-num, footer #footer-top .container .row .right .email {
  color: #fff;
}
footer #footer-top .container .row .right ul {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
footer #footer-top .container .row .right ul li a {
  color: #fff;
  font-size: 18px;
}
footer #end {
  text-align: center;
  padding: 15px 0 20px 0;
}
footer #end p:first-child {
  color: #01978c;
  font-size: 16px;
}
footer #end p:last-child {
  color: #cbcbcb;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 0 30px;
  }
  footer #footer-top .container {
    padding: 12px 10px;
  }
  footer #footer-top .container .row {
    flex-direction: column;
    align-items: flex-start;
  }
  footer #footer-top .container .row .left .copyright {
    width: 100%;
    font-size: 13px;
  }
  /* footer #footer-top .container .row .right .phone-num, footer #footer-top .container .row .right .email {
    display: none;
  } */
  footer #footer-top .container .row .right ul .email, footer #footer-top .container .row .right ul .youtube, footer #footer-top .container .row .right ul .rss {
    display: none;
  }
  footer #end {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  footer {
    padding: 0;
  }
}
.container-wrapper {
  max-width: 1255px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.container-wrapper aside {
  position: relative;
}
.container-wrapper aside figure {
  width: 125px;
  height: 470px;
  position: sticky;
  top: 10px;
}
.container-wrapper aside figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-wrapper aside:first-child figure {
  left: 141px;
}
.container-wrapper main {
  position: relative;
}
.container-wrapper main #search-responsive {
  display: none;
  margin-top: 15px;
  /* style for both icons -- search,close */
  /* search icon */
  /* arrow-icon*/
  /* close button */
}
.container-wrapper main #search-responsive .form {
  --input-bg: #FFf;
  --padding: 1em;
  --rotate: 80deg;
  --gap: 2em;
  --icon-change-color: #15A986;
  --height: 40px;
  width: 100%;
  padding-inline-end: 1em;
  background: var(--input-bg);
  position: relative;
  border-radius: 4px;
  border: 1px solid #c9c8c8;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.container-wrapper main #search-responsive .form .search {
  height: 25px;
  font-size: 16px;
}
.container-wrapper main #search-responsive .form label {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--height);
}
.container-wrapper main #search-responsive .form input {
  width: 100%;
  padding-inline-start: calc(var(--padding) + var(--gap));
  outline: none;
  background: none;
  border: 0;
  margin-top: 0;
}
.container-wrapper main #search-responsive .form svg {
  /* display: block; */
  color: #111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  height: 15px;
}
.container-wrapper main #search-responsive .icon {
  position: absolute;
  right: 20px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-wrapper main #search-responsive .swap-off {
  transform: rotate(-80deg);
  opacity: 0;
  visibility: hidden;
}
.container-wrapper main #search-responsive .close-btn {
  /* removing default bg of button */
  background: none;
  border: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  padding: 0.1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  position: absolute;
  left: 8px;
}
.container-wrapper main #search-responsive .close-btn svg {
  right: 395px;
  position: unset;
}
.container-wrapper main #search-responsive .form input:focus ~ .icon {
  transform: rotate(var(--rotate)) scale(1.3);
}
.container-wrapper main #search-responsive .form input:focus ~ .icon .swap-off {
  opacity: 1;
  transform: rotate(-80deg);
  visibility: visible;
  color: var(--icon-change-color);
}
.container-wrapper main #search-responsive .form input:focus ~ .icon .swap-on {
  opacity: 0;
  visibility: visible;
}
.container-wrapper main #search-responsive .form input:valid ~ .icon {
  transform: scale(1.3) rotate(var(--rotate));
}
.container-wrapper main #search-responsive .form input:valid ~ .icon .swap-off {
  opacity: 1;
  visibility: visible;
  color: var(--icon-change-color);
}
.container-wrapper main #search-responsive .form input:valid ~ .icon .swap-on {
  opacity: 0;
  visibility: visible;
}
.container-wrapper main #search-responsive .form input:valid ~ .close-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0s;
}

#news-top .row {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 7px;
}
#news-top .row a {
  flex: 25%; /* 33.33% - (2 * 15px gap) */
}
#news-top .row a .card-item {
  padding: 4px 4px 15px 4px;
}
#news-top .row a .card-item figure {
  width: 100%;
  height: 130px;
}
#news-top .row a .card-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
#news-top .row a .card-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 7px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 500;
}
#news-top .row a:hover .card-item p {
  color: #01978B;
}
#news-top .row a:hover .card-item figure {
  overflow: hidden;
}
#news-top .row a:hover .card-item figure img {
  transform: scale(1.06);
  transition: 0.5s;
}

#news-slider .row {
  height: 450px;
  margin-top: 15px;
  gap: 20px;
  padding: 0 8px;
  align-items: start;
}
#news-slider .row .right-news {
  background-color: #fff;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
#news-slider .row .right-news a {
  width: 290px;
}
#news-slider .row .right-news a .card-item {
  padding: 4px 4px 15px 4px;
}
#news-slider .row .right-news a .card-item figure {
  width: 100%;
  height: 155px;
}
#news-slider .row .right-news a .card-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
#news-slider .row .right-news a .card-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 7px;
  font-size: 17px;
  color: #3e3e3e;
  font-weight: 500;
}
#news-slider .row .right-news a:hover .card-item p {
  color: #01978B;
}

#news-list .container {
  margin-top: 20px;
  height: 830px;
}
#news-list .container .row {
  align-items: start;
  gap: 20px;
  height: 100%;
}
#news-list .container .row .news-categories {
  width: 680px;
}
#news-list .container .row .news-categories figure {
  height: 90px;
  width: 100%;
}
#news-list .container .row .news-categories figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
#news-list .container .row .news-categories .news-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 25px;
}
#news-list .container .row .news-categories .news-cards a {
  width: 325px;
}
#news-list .container .row .news-categories .news-cards a .card-item {
  background-color: #fff;
  height: 345px;
  border-radius: 8px;
  overflow: hidden;
}
#news-list .container .row .news-categories .news-cards a .card-item .top {
  height: 208px;
  position: relative;
}
#news-list .container .row .news-categories .news-cards a .card-item .top figure {
  width: 100%;
  height: 100%;
}
#news-list .container .row .news-categories .news-cards a .card-item .top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#news-list .container .row .news-categories .news-cards a .card-item .top .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #01978b;
  color: #fff;
  padding: 8px;
}
#news-list .container .row .news-categories .news-cards a .card-item .content {
  padding: 15px 10px;
}
#news-list .container .row .news-categories .news-cards a .card-item .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
#news-list .container .row .news-categories .news-cards a .card-item .ads figure {
  width: 100%;
  height: 100%;
}
#news-list .container .row .news-categories .news-cards a .card-item .ads figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-list .container .row .news-categories .news-cards a:hover {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(1.05);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#news-list .container .row .news-categories .news-cards a:hover .card-item .content p {
  color: #01978b;
}
#news-list .container .row .news-feed {
  height: 94%;
}
#news-list .container .row .news-feed .lists {
  background-color: #fff;
  width: 285px;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#news-list .container .row .news-feed .lists .title {
  position: absolute;
  width: inherit;
  background-color: #01978b;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #Fff;
  font-size: 18px;
  padding: 15px 0;
}
#news-list .container .row .news-feed .lists ul {
  margin-top: 50px;
  padding: 12px 10px;
  overflow: hidden;
}
#news-list .container .row .news-feed .lists ul li {
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0 20px 0;
}
#news-list .container .row .news-feed .lists ul li a {
  color: #000;
  line-height: 23px;
}
#news-list .container .row .news-feed .lists ul li a .date {
  margin-right: 5px;
  background-color: #01978b;
  color: #fff;
  padding: 5px;
}
#news-list .container .row .news-feed .lists ul li a .video {
  color: #ff0000;
}
#news-list .container .row .news-feed .lists ul li a:hover {
  color: #01978B;
}
#news-list .container .row .news-feed .all-news {
  margin-top: 10px;
}
#news-list .container .row .news-feed .all-news a {
  --color: rgb(1, 151, 139);
  font-family: inherit;
  display: inline-block;
  width: 100%;
  height: 2.6em;
  line-height: 2.5em;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
}
#news-list .container .row .news-feed .all-news a::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 500px;
  height: 110px;
  z-index: -1;
  border-radius: 50%;
}
#news-list .container .row .news-feed .all-news a:hover {
  color: white;
}
#news-list .container .row .news-feed .all-news a::before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}
#news-list .container .row .news-feed .all-news a:hover::before {
  top: -30px;
  left: -30px;
}
#news-list .container .row .lists::-webkit-scrollbar {
  width: 8px;
  padding-top: 10px;
}
#news-list .container .row .lists::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, lighten, soft-light;
  background-color: grey;
  border-radius: 10px;
}

#exchange-rate-responsive {
  display: none;
}

#news-detail .container {
  margin: 20px 8px;
}
#news-detail .container .row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#news-detail .container .row .news-detail {
  width: 685px;
}
#news-detail .container .row .news-detail .detail {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
}
#news-detail .container .row .news-detail .detail .title {
  font-size: 28px;
}
#news-detail .container .row .news-detail .detail .date {
  margin: 14px 0 17px 0;
  color: #505050;
}
#news-detail .container .row .news-detail .detail .content-image figure {
  width: 100%;
  height: 340px;
}
#news-detail .container .row .news-detail .detail .content-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#news-detail .container .row .news-detail .detail .content-image .date {
  display: none;
}
#news-detail .container .row .news-detail .detail .desc {
  margin-top: 15px;
}
#news-detail .container .row .news-detail .detail .desc > * {
  font-size: 18px;
  line-height: 30px;
  max-width: 100% !important;
}
#news-detail .container .row .news-detail .detail .desc-responsive {
  display: none;
}
#news-detail .container .row .news-detail .detail .social-medias {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
#news-detail .container .row .news-detail .detail .social-medias p {
  margin-bottom: 5px;
}
#news-detail .container .row .news-detail .detail .social-medias ul {
  display: flex;
  gap: 5px;
}
#news-detail .container .row .news-detail .detail .social-medias ul li {
  background-color: #f7f7f7;
  padding: 5px;
}
#news-detail .container .row .news-detail .detail .social-medias ul li a {
  color: #01978c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
#news-detail .container .row .news-detail .detail .social-medias ul li a i {
  font-size: 25px;
}
#news-detail .container .row .news-detail .detail .social-medias ul li:hover {
  background-color: #01978c;
}
#news-detail .container .row .news-detail .detail .social-medias ul li:hover a {
  color: #f7f7f7;
}
#news-detail .container .row .news-detail .detail .image-gallery {
  margin-top: 20px;
  position: relative;
}
#news-detail .container .row .news-detail .detail .youtube {
  margin: 20px 0 0 0;
  width: 100%;
  height: 400px;
}
#news-detail .container .row .news-detail .detail .youtube iframe {
  width: 100%;
  height: 100%;
}
#news-detail .container .row .news-detail .categories {
  margin-top: 20px;
}
#news-detail .container .row .news-detail .categories .title h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 685px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a {
  width: 325px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item {
  height: 345px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .top {
  height: 208px;
  position: relative;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .top figure {
  width: 100%;
  height: 100%;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .top .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #01978b;
  color: #fff;
  padding: 8px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .content {
  padding: 15px 10px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .ads figure {
  width: 100%;
  height: 100%;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a .card-item .ads figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a:hover {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(1.05);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#news-detail .container .row .news-detail .categories .cards-wrapper a:hover .card-item .content p {
  color: #01978b;
}
#news-detail .container .row .news-detail .title p {
  font-size: 25px;
  margin-bottom: 10px;
}
#news-detail .container .row .news-detail .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 685px;
}
#news-detail .container .row .news-detail .row a {
  flex: calc(50% - 30px); /* 33.33% - (2 * 15px gap) */
}
#news-detail .container .row .news-detail .row a .card-item {
  height: 345px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
#news-detail .container .row .news-detail .row a .card-item .top {
  height: 208px;
  position: relative;
}
#news-detail .container .row .news-detail .row a .card-item .top figure {
  width: 100%;
  height: 100%;
}
#news-detail .container .row .news-detail .row a .card-item .top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-detail .container .row .news-detail .row a .card-item .top .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #01978b;
  color: #fff;
  padding: 8px;
}
#news-detail .container .row .news-detail .row a .card-item .content {
  padding: 15px 10px;
}
#news-detail .container .row .news-detail .row a .card-item .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
#news-detail .container .row .news-detail .row a .card-item .ads figure {
  width: 100%;
  height: 100%;
}
#news-detail .container .row .news-detail .row a .card-item .ads figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-detail .container .row .news-detail .row a:hover {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(1.05);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#news-detail .container .row .news-lists .lists {
  background-color: #fff;
  width: 285px;
  border-radius: 8px;
  height: 825px;
  overflow: hidden;
  overflow-y: scroll;
}
#news-detail .container .row .news-lists .lists .title {
  background-color: #01978b;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #Fff;
  font-size: 18px;
  padding: 15px 0;
  position: absolute;
  width: inherit;
}
#news-detail .container .row .news-lists .lists ul {
  margin-top: 50px;
  padding: 12px 10px;
  overflow: hidden;
}
#news-detail .container .row .news-lists .lists ul li {
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0 20px 0;
}
#news-detail .container .row .news-lists .lists ul li a {
  color: #000;
  line-height: 23px;
}
#news-detail .container .row .news-lists .lists ul li a span {
  margin-right: 5px;
  padding: 5px;
}
#news-detail .container .row .news-lists .lists ul li a .date {
  background-color: #01978b;
  color: #fff;
}
#news-detail .container .row .news-lists .lists ul li a .video {
  color: #ff0000;
}
#news-detail .container .row .news-lists .lists ul li a:hover {
  color: #01978B;
}
#news-detail .container .row .news-lists .lists::-webkit-scrollbar {
  width: 8px;
  padding-top: 10px;
}
#news-detail .container .row .news-lists .lists::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, lighten, soft-light;
  background-color: grey;
  border-radius: 10px;
}
#news-detail .container .row .news-lists .ads {
  margin-top: 20px;
}
#news-detail .container .row .news-lists .ads figure {
  width: 285px;
  height: 305px;
}
#news-detail .container .row .news-lists .ads figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-detail .container .row .news-lists .all-news {
  margin-top: 10px;
}
#news-detail .container .row .news-lists .all-news a {
  --color: rgb(1, 151, 139);
  font-family: inherit;
  display: inline-block;
  width: 100%;
  height: 2.6em;
  line-height: 2.5em;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
}
#news-detail .container .row .news-lists .all-news a::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 500px;
  height: 110px;
  z-index: -1;
  border-radius: 50%;
}
#news-detail .container .row .news-lists .all-news a:hover {
  color: white;
}
#news-detail .container .row .news-lists .all-news a::before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}
#news-detail .container .row .news-lists .all-news a:hover::before {
  top: -30px;
  left: -30px;
}

#ads .container {
  margin-top: 25px;
}
#ads .container figure {
  width: 100%;
  height: 90px;
}
#ads .container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#title {
  margin: 15px 0;
  font-size: 22px;
}

#news-cards .container {
  margin-top: 17px;
}
#news-cards .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#news-cards .container .row a {
  width: 310px;
}
#news-cards .container .row a .card-item {
  background-color: #fff;
  height: 345px;
  border-radius: 8px;
  overflow: hidden;
}
#news-cards .container .row a .card-item .top {
  height: 208px;
  position: relative;
}
#news-cards .container .row a .card-item .top figure {
  width: 100%;
  height: 100%;
}
#news-cards .container .row a .card-item .top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
#news-cards .container .row a .card-item .top .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #01978b;
  color: #fff;
  padding: 8px;
}
#news-cards .container .row a .card-item .content {
  padding: 15px 10px;
}
#news-cards .container .row a .card-item .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
#news-cards .container .row a .card-item .ads figure {
  width: 100%;
  height: 100%;
}
#news-cards .container .row a .card-item .ads figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-cards .container .row a:hover {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(1.05);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#news-cards .container .row a:hover .card-item .content p {
  color: #01978b;
}

#pagination .container {
  margin: 30px 0 0 0;
}
#pagination .container ul {
  display: flex;
  justify-content: center;
}
#pagination .container ul li {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 37px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination .container ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  color: #01978c;
  font-size: 17px;
  width: 100%;
  height: 100%;
}
#pagination .container ul li a:hover {
  color: #fff;
  background-color: #01978c;
}
#pagination .container ul li .active {
  background-color: #01978c;
  color: #Fff;
}

.circle-top {
  z-index: 9;
  width: 75px;
  height: 75px;
  background-color: #01978b;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 145px;
  bottom: 110px !important;
  scroll-behavior: smooth;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.circle-top a {
  font-size: 45px;
  color: #fff;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .container-wrapper {
    padding: 0 30px;
    display: block;
  }
  .container-wrapper aside {
    display: none;
  }
  .container-wrapper main #news-top {
    display: none;
  }
  .container-wrapper main #news-slider .row {
    padding: 0;
  }
  .container-wrapper main #news-slider .row .right-news {
    display: none;
  }
  .container-wrapper main #news-list {
    display: none;
  }
  .container-wrapper main #news-cards .container .row a {
    flex: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .container-wrapper main #news-detail .container .row .news-detail {
    padding: 0;
    width: 100%;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .title, .container-wrapper main #news-detail .container .row .news-detail .detail .date {
    display: none;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc-responsive {
    display: block;
    padding: 10px 15px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc-responsive h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias {
    padding: 0 15px 10px 15px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc {
    display: none;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image {
    position: relative;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image .date {
    background-color: #01978c;
    position: absolute;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin: 0;
    bottom: 5px;
  }
  .container-wrapper main #news-detail .container .row .news-lists {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .container-wrapper {
    padding: 0 10px;
  }
  .container-wrapper main #search-responsive {
    display: block;
  }
  .container-wrapper main #news-slider .row {
    height: 260px;
  }
  .container-wrapper main #exchange-rate-responsive {
    display: block;
  }
  .container-wrapper main #exchange-rate-responsive ul {
    margin-bottom: 17px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 20px;
  }
  .container-wrapper main #exchange-rate-responsive ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8eaf0;
    padding: 15px 0;
  }
  .container-wrapper main #exchange-rate-responsive ul li p {
    font-size: 16px;
  }
  .container-wrapper main #exchange-rate-responsive ul li p:first-child {
    color: #666666;
  }
  .container-wrapper main #exchange-rate-responsive ul li p span:first-child {
    color: #666666;
  }
  .container-wrapper main #exchange-rate-responsive ul li p .rise-down {
    color: #31d031;
    margin: 0 7px 0 15px;
  }
  .container-wrapper main #exchange-rate-responsive ul li p i {
    color: #31d031;
  }
  .container-wrapper main #exchange-rate-responsive ul li:first-child {
    padding: 0 0 15px 0;
  }
  .container-wrapper main #exchange-rate-responsive ul li:last-child {
    border-bottom: none;
    padding: 15px 0 0 0;
  }
  .container-wrapper main #news-cards .container .row a {
    flex: calc(100% - 30px);
  }
  .container-wrapper main #news-cards .container .row a .card-item .top {
    height: 250px;
  }
  .container-wrapper main #news-cards .container .row a .card-item .content p {
    -webkit-line-clamp: 2;
  }
  .container-wrapper main #news-detail .container {
    margin: 20px 0;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail {
    padding: 0;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image figure {
    height: 255px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc-responsive h2 {
    font-size: 4.727vw;
  }
  .container-wrapper main #news-detail .container .row .news-detail .categories .cards-wrapper {
    width: 100%;
  }
  .container-wrapper main #news-detail .container .row .news-detail .categories .cards-wrapper a {
    flex: 100%;
  }
  .container-wrapper main #news-detail .container .row .news-detail .youtube {
    margin: 20px 20px 0 20px;
    height: 300px;
  }
  .container-wrapper main .circle-top {
    right: 0;
    width: 65px;
    height: 65px;
  }
  .container-wrapper main .circle-top a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 390px) {
  .container-wrapper main #news-detail .container {
    margin: 20px 0;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image figure {
    height: 210px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .content-image .date {
    font-size: 15px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc-responsive {
    padding: 10px 0;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .desc-responsive h2 {
    font-size: 5.727vw;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias {
    gap: 15px;
    padding: 0 0px 10px 0px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias .left ul li a, .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias .right ul li a {
    width: 30px;
    height: 30px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias .left ul li a i, .container-wrapper main #news-detail .container .row .news-detail .detail .social-medias .right ul li a i {
    font-size: 20px;
  }
  .container-wrapper main #news-detail .container .row .news-detail .detail .youtube {
    height: 250px;
  }
}
.mySwiper-exchange {
  width: 100%;
  height: 100%;
  margin: 12px 0 6px 0;
  position: relative;
}
.mySwiper-exchange::before, .mySwiper-exchange::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0px;
  height: 100%;
  box-shadow: 0 0 30px 50px rgb(255, 255, 255);
  z-index: 11;
}
.mySwiper-exchange::before {
  left: 0;
}
.mySwiper-exchange::after {
  z-index: 11;
  right: 0;
}
.mySwiper-exchange .swiper-slide {
  text-align: center;
  font-size: 13px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #c3c3c3;
  color: #6b6b6b;
  cursor: pointer;
}
.mySwiper-exchange .swiper-slide span, .mySwiper-exchange .swiper-slide i {
  color: #01c501;
}
.mySwiper-exchange .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper-image-gallery {
  height: 80px;
  width: 100%;
  margin: 10px 0;
  position: unset !important;
}
.mySwiper-image-gallery .swiper-wrapper {
  position: unset !important;
}
.mySwiper-image-gallery .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mySwiper-image-gallery .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper-image-gallery .swiper-button-next, .mySwiper-image-gallery .swiper-button-prev {
  top: 185px;
}

.mySwiper-image-gallery2 {
  height: 400px;
  width: 100%;
  background-color: #e1e1e1;
}
.mySwiper-image-gallery2 .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.mySwiper-news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 680px;
  margin: 0;
}
.mySwiper-news .swiper-wrapper {
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
}
.mySwiper-news .swiper-wrapper .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.mySwiper-news .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.mySwiper-news .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper-news .swiper-wrapper .swiper-slide .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
  color: #fff;
}
.mySwiper-news .swiper-wrapper .swiper-slide .content a {
  color: #fff;
}
.mySwiper-news .swiper-wrapper .swiper-slide .content a p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 28px;
  margin: 0 15px;
  line-height: 40px;
  font-weight: 600;
}
.mySwiper-news .swiper-wrapper .swiper-slide .content a p span {
  color: #e10000;
}
.mySwiper-news .swiper-wrapper .swiper-slide:hover .content a p {
  color: #e10000;
}
.mySwiper-news .swiper-pagination {
  bottom: 109px;
  left: 10px;
  text-align: unset;
}
.mySwiper-news .swiper-pagination span {
  background-color: #01978b;
  width: 25px;
  height: 25px;
  opacity: 1;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  line-height: 25px;
}
.mySwiper-news .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 0, 0);
  color: #fff;
}
.mySwiper-news .swiper-button-next, .mySwiper-news .swiper-button-prev {
  bottom: 100px;
  top: unset;
}
.mySwiper-news .swiper-button-next::after, .mySwiper-news .swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
  font-weight: 800;
}
.mySwiper-news .swiper-button-next {
  right: 0;
}
.mySwiper-news .swiper-button-prev {
  right: 30px;
  left: unset;
}

@media only screen and (max-width: 768px) {
  .mySwiper-news .swiper-wrapper .swiper-slide .content p {
    font-size: 24px;
  }
  .mySwiper-news .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .mySwiper-news .swiper-wrapper .swiper-slide .content {
    height: 80px;
    box-shadow: 0 0 30px 20px rgb(0, 0, 0);
  }
  .mySwiper-news .swiper-wrapper .swiper-slide .content p {
    font-size: 19px !important;
    line-height: normal !important;
  }
  .mySwiper-news .swiper-button-next::after, .mySwiper-news .swiper-button-prev::after {
    font-size: 18px;
  }
  .mySwiper-news .swiper-button-prev {
    right: 25px;
  }
  .mySwiper-image-gallery2 {
    height: 300px;
  }
  .mySwiper-image-gallery {
    height: 55px;
  }
  .mySwiper-image-gallery .swiper-button-next, .mySwiper-image-gallery .swiper-button-prev {
    top: 150px;
  }
}
@media only screen and (max-width: 390px) {
  .mySwiper-image-gallery2 {
    height: 260px;
  }
  .mySwiper-image-gallery {
    height: 55px;
  }
  .mySwiper-image-gallery .swiper-button-next, .mySwiper-image-gallery .swiper-button-prev {
    top: 140px;
  }
  .mySwiper-image-gallery .swiper-button-next::after, .mySwiper-image-gallery .swiper-button-prev::after {
    font-size: 30px;
  }
}
.circle-top {
  width: 75px;
  height: 75px;
  background-color: #01978b;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 160px;
  bottom: 200px;
  scroll-behavior: smooth;
}
.circle-top a {
  font-size: 45px;
  color: #fff;
}

.responsive-menu {
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  display: flex;
  transition: 0.5s;
  justify-content: end;
  z-index: 9999;
  right: -150%;
  overflow: scroll;
  overflow-x: hidden;
  transition: 0.5s;
}
.responsive-menu .responsive-modal {
  background-color: #01978b;
  display: flex;
  width: 330px;
  height: 100%;
  overflow: auto;
}
.responsive-menu .responsive-modal .menu {
  padding: 13px 7px;
  width: 100%;
  height: 100%;
}
.responsive-menu .responsive-modal .menu .menu-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  padding-left: 10px;
}
.responsive-menu .responsive-modal .menu ul {
  margin-top: 14px;
}
.responsive-menu .responsive-modal .menu ul li {
  border-bottom: 1px solid #39a5dd;
  padding: 13px 15px;
  color: #fff;
}
.responsive-menu .responsive-modal .menu ul li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.responsive-menu .responsive-modal .menu ul li p a {
  color: #fff;
}
.responsive-menu .responsive-modal .menu ul li p button {
  border: none;
  background: none;
  color: #fff;
}
.responsive-menu .responsive-modal .menu ul li .responsive-submenu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease; /* Geçiş efekti */
  margin-top: 0;
}
.responsive-menu .responsive-modal .menu ul li .responsive-submenu li:last-child {
  border-bottom: none;
}
.responsive-menu .responsive-modal .menu ul li i {
  cursor: pointer;
}
.responsive-menu .responsive-modal .menu ul li .fa-minus {
  display: none;
}
.responsive-menu .responsive-modal .social-medias {
  width: 50px;
  width: 48px;
  background-color: #00c7b7;
  text-align: center;
  height: -moz-min-content;
  height: min-content;
}
.responsive-menu .responsive-modal .social-medias li {
  border-bottom: 1px solid #3171a5;
  padding: 13px 15px;
}
.responsive-menu .responsive-modal .social-medias li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .responsive-menu .responsive-modal {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */