html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  padding: 0;
  margin: 0;
  color: #222222;
}

body {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
h1, h2, h3 { font-family: 'Merriweather', serif; }
body, p, li { font-family: 'Inter', sans-serif; }


h1{
  color: #0E3A34;
}
h2{
  color: #145A52;
}
h3{
  color: #1F7A6A;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

.main-container{
  width: 1280px;
  margin: 0 auto;
}
header {
  width: 100%;
}
header .header-top {
  width: 100%;
  box-shadow:
      0px 4px 8px rgba(17, 17, 26, 0.1);
}
header .header-top .login {
  height: 38px;
  line-height: 38px;
  padding: 0 18px;

  background-color: #FFFFFF;
  color: #0E3A34;

  border: 1.5px solid #1F7A6A;
  border-radius: 10px;

  font-weight: 600;
  cursor: pointer;

  transition: all .2s ease;
}
header .header-top .login:hover {
  background-color: #1F7A6A;
  color: #FFFFFF;
  border-color: #1F7A6A;
}
header .header-top .login:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31,122,106,0.25);
}

.account{
  display: none;
}


.header-top .header-top-container {
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header-top .menu {
  display: none;
  width: 60px;
  height: 60px;
  height: 60px;
  background-image: url('/img/bars-solid-full.svg');
  background-image: url('/img/menu-hamburger-1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  cursor: pointer;
}.header-top .logo {
  margin: 0 25px 0 5px;
}
.header-top .logo a {
  display: inline-block;
}
.header-top .logo a img {
  height: 40px;
  width: auto;
      margin-top: 4px;
}.header-top .search {
  flex: 1;
}.header-top .search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}.header-top .search input {
  height: 38px;
  width: 100%;
  max-width: 420px;
  padding: 0 14px;

  background-color: #F3F7F6;
  border: 1px solid #CFE3DD;
  border-radius: 10px;

  color: #0E3A34;
  font-size: 14px;

  transition: all .2s ease;
}
.header-top .search input:focus {
  outline: none;
  background-color: #FFFFFF;
  border-color: #1F7A6A;
  box-shadow: 0 0 0 3px rgba(31,122,106,0.15);
}
.header-top .search input::placeholder {
  color: #8FA9A3;
}

.header-top .search button {
  width: 30px;
  height: 40px;
  padding: 0;
  border: 0;
  margin-left: -40px;
  background-image: url('/img/search-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    cursor: pointer;
    background-color: transparent;
}
header .main-nav {
  background-color: #0B4F4A;
}
header .main-nav ul {
  width: 1280px;
  height: 40px;
  margin: 0 auto;
  background-color: #0B4F4A;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* list-style: none; */
  padding: 0;
}
header .main-nav ul li {
  margin-left: 5px;
  margin-right: 20px;
}
header .main-nav ul li::marker {
  color: #565656;
}
header .main-nav ul li:first-child {
  list-style: none;
  margin-left: 0;
}
header .main-nav ul li:last-child {
  margin-right: 0;
}header .main-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
}header .main-nav ul li a:hover {
  color: #fff;
}
header .main-nav ul li .selected {
  color: #6FE3C1;
}


.content-area{
  width: 1280px;
  margin: 0 auto;
  display: flex;
      flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 15px;
}.content-left {
  width: 820px;
}.content-right {
  width: 380px;
}.content-right h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.content-title{
  
}
.content-image{
  max-width: 100%;
  height: auto;
  display: block;
}
.content{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.recommended-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommended-list li {
    margin-bottom: 24px;
}

.recommended-list a {
    text-decoration: none;
    color: inherit;
}

.recommended-list .category-content-list {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 15px;
}
.recommended-list .category-content-list img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recommended-list h3 {
    margin: 0;
    margin-top: 15px;
    line-height: 1.4;
    font-weight: 700;
}

footer{
  position: relative;
    width: 100%;
    border-top: 7px solid #2c2c2c;
    padding-bottom: 15px;
    color: #222222;
    font-size: 15px;
}
footer .footer-left a{
    text-decoration: none;
    color: #222222;
    padding: 0 7px;
    border-left: 1px solid #878787;
}
footer .footer-left a:hover{
    text-decoration: underline;
    color: #272727;
}
footer .footer-left a:first-child{
    margin-left: 7px;
}
.footer-left{
  display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.footer-lang-selector{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.footer-lang-selector div{
    line-height: 30px;
}
.footer-lang-selector div:last-child{
    margin-left: 10px;
    padding-right: 25px;
    background-image: url(/img/chevron-down-solid-full.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    cursor: pointer;
}
.footer-lang-selector div:last-child:hover{
  text-decoration: underline;
}
.footer-lang-popup{
  display: none;
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}
.footer-lang-popup ul{
    list-style: none;
    padding: 20px 15px;
    margin: 0;
}
.footer-lang-popup ul li a{
  width: 100%;
  display: block;
    text-decoration: none;
    line-height: 30px;
    color: #222222;
}
.footer-lang-popup ul li a:hover{
    text-decoration: underline;
    color: #7173f5;
}

.page-category .page-category-main{
  width: 100%;
}
.page-category .page-category-main header{
  border-bottom: 2px solid #2c2c2c;
  margin-bottom: 50px;
}
.page-category .page-category-main section{
  display: flex;
  flex-wrap: wrap;
    gap: 50px;
}
.page-category .page-category-main section article{
  width: calc(50% - 25px);
  margin-bottom: 10px;
}
.content-list article:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}
.page-category .page-category-main section article .category-content-list{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 15px;
}
.page-category .page-category-main section article .category-content-list img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-category .page-category-main section article a{
    color: #222222;
    text-decoration: none;
}
.page-category .page-category-main section article h2{
    margin: 0;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
    text-decoration: none;
}

.category-content-date{
      margin-top: 15px;
    font-weight: 700;
    color: rgba(20, 90, 82, 0.55);
}

.first-content{
  width: 885px;
}
.first-content .category-content-list{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 15px;
}
.first-content img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.first-content a{
    color: #222222;
    text-decoration: none;
}
.first-content h3{
    font-size: 25px;
}

.home-content-list{
  display: flex;
  flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}
.home-content-list article{
  width: calc(50% - 25px);
  margin-bottom: 10px;
}
.home-content-list article:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}
.home-content-list article .category-content-list{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 15px;
}
.home-content-list article .category-content-list img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-content-list article a{
    color: #222222;
    text-decoration: none;
}
.home-content-list article h2{
    margin: 0;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
    text-decoration: none;
}

.category-content-category-name{
  margin-right: 10px;
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 18px;
  color: #1F7A6A !important;
}