/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Karma:wght@600;700&family=Mukta:wght@300;400;500;600&display=swap");
/* colors*/
/* fonts*/
/* media queries */
* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
[hidden] {
  display: none !important; }

h1 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

h2 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

h3 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

h4 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

h5 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

h6 {
  font-family: "Mukta", sans-serif;
  line-height: 1.5;
  font-weight: 600; }

a {
  font-family: "Mukta", sans-serif;
  text-decoration: none;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  color: #045D98; }
  a:hover, a:focus {
    text-decoration: none;
    color: #930228; }

textarea {
  resize: none; }

html {
  font-size: 100%;
  scroll-behavior: smooth; }
  @media (max-width: 75em) {
    html {
      font-size: 100%; } }
  @media (max-width: 63.938em) {
    html {
      font-size: 95%; } }

ul,
ol {
  margin: 0;
  padding: 0; }

iframe {
  width: 100%; }

html,
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Karma", serif;
  font-weight: 400;
  line-height: 1.6;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    html,
    body {
      font-size: 100%; } }
  html.over,
  body.over {
    overflow: hidden; }

ul,
ol {
  list-style-type: none; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding: 0 1rem; }

.df {
  display: flex; }

.dfc {
  display: flex;
  flex-direction: column; }

.mt40 {
  margin-top: 2.5rem; }
  @media (max-width: 767px) {
    .mt40 {
      margin-top: 1.7rem; } }

.mt25 {
  margin-top: 1.5rem; }
  @media (max-width: 767px) {
    .mt25 {
      margin-top: 1.2rem; } }

.mt16 {
  margin-top: 1rem; }

.gap-24 {
  grid-gap: 1.5rem; }
  @media (max-width: 767px) {
    .gap-24 {
      flex-direction: column;
      grid-gap: 1rem; } }

.gap-19 {
  grid-gap: 1.2rem; }
  @media (max-width: 767px) {
    .gap-19 {
      grid-gap: 1rem; } }

.w-100 {
  width: 100%; }

.w-75 {
  width: calc( 75% - .75rem ); }

.w-33 {
  width: calc( 33.33% - 1rem ); }

.w-25 {
  width: calc( 25% - .75rem ); }

.dim-bg {
  background-color: rgba(217, 217, 217, 0.2); }

.white-bg {
  background-color: #ffffff; }

.blue-bg {
  background-color: rgba(4, 93, 152, 0.14); }

.bg-blight {
  background-color: rgba(4, 93, 152, 0.07); }

.dg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto; }

.p7 {
  padding: .7rem 1rem; }

.p5 {
  padding: .5rem .7rem; }

.p3 {
  padding: 3rem; }
  @media (max-width: 7676px) {
    .p3 {
      padding: 1.5rem; } }

.p1 {
  padding: 1rem; }

.pb1 {
  padding-bottom: 1rem; }

@media (max-width: 767px) {
  div[class^='w-'] {
    width: 100%; } }

img {
  vertical-align: middle; }

.img-outer {
  overflow: hidden;
  position: relative; }
  .img-outer img {
    height: 100%;
    object-fit: cover;
    transition: all linear .3s;
    width: 100%; }
  .img-outer:hover img {
    transform: scale(1.01);
    transition: all linear .3s; }

.owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 7px; }
  .owl-dots .owl-dot:not(.active) {
    background-color: #9bd9ff; }
  .owl-dots .owl-dot:not(:last-of-type) {
    margin-right: 7px; }
  .owl-dots .owl-dot.active {
    background-color: #930228; }

.top {
  padding-top: .5rem;
  padding-bottom: .5rem;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .top {
      flex-direction: column;
      align-items: flex-start; } }
  .top_time {
    color: rgba(74, 74, 74, 0.5);
    font-weight: 600; }
    @media (max-width: 767px) {
      .top_time {
        margin-bottom: .4rem; } }
    @media (max-width: 540px) {
      .top_time {
        display: none; } }
  .top_logo {
    margin-right: 4rem; }
    .top_logo img {
      max-width: 330px; }
    @media (max-width: 767px) {
      .top_logo {
        display: none; } }
  .top_ul {
    grid-gap: 1rem; }
    @media (max-width: 767px) {
      .top_ul {
        display: none; } }
  .top_a {
    color: rgba(74, 74, 74, 0.4);
    font-size: 1.3rem; }

@keyframes menu-slide-right {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes menu-slide-left {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.menu {
  background-color: #FFF;
  position: relative;
  border-bottom: 1px solid #d4e5f0;
  border-top: 1px solid #d4e5f0;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .menu {
      background-color: transparent;
      border-top: 0;
      margin-top: 0;
      padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .menu_logo {
      display: none; } }
  @media (max-width: 767px) {
    .menu_logo {
      display: block;
      width: 17rem;
      margin-left: 1rem; } }
  .menu_logo img {
    max-width: 100%; }
    @media (max-width: 380px) {
      .menu_logo img {
        max-width: 85%; } }
  .menu_hide {
    display: none; }
  .menu_toggler {
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 1rem;
    right: 1.8rem;
    font-size: 1.5rem;
    background-color: transparent;
    color: #4A4A4A;
    cursor: pointer; }
    @media (min-width: 768px) {
      .menu_toggler {
        display: none; } }
    .menu_toggler:focus {
      background-color: transparent; }
    .menu_toggler.close .menu_hide {
      display: block; }
    .menu_toggler.close .menu_show {
      display: none; }
  .menu_wrap.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 7;
    background: white;
    border-bottom: 1px solid #d4e5f0; }
    @media (max-width: 767px) {
      .menu_wrap.fixed-nav {
        background-color: #ffffff;
        padding-bottom: .3rem; } }
    .menu_wrap.fixed-nav > .menu_toggler {
      position: fixed !important; }
  .menu_ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem; }
    @media (max-width: 767px) {
      .menu_ul {
        flex-direction: column;
        background-color: #F2F2F2;
        width: 18rem;
        margin-left: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        animation: .5s menu-slide-left;
        padding-top: 2.5rem;
        padding-bottom: 1rem;
        overflow-y: scroll;
        z-index: 2;
        visibility: hidden; } }
    @media (max-width: 767px) {
      .menu_ul.on_mobile {
        visibility: visible;
        animation: .5s menu-slide-right; } }
  .menu_link {
    font-weight: 600;
    font-size: 1.1rem;
    padding: .77rem 1.5rem;
    color: #165F9C;
    position: relative;
    display: block; }
    @media (max-width: 991px) {
      .menu_link {
        padding: 0.84rem;
        font-weight: 500; } }
    @media (max-width: 767px) {
      .menu_link {
        padding: .6rem 1rem; } }
    .menu_link.active, .menu_link.mactive {
      color: #165F9C; }
    .menu_link:hover {
      color: #931A2B; }
    @media (max-width: 767px) {
      .menu_link.active, .menu_link.mactive {
        font-weight: 600; } }
    .menu_link.active:before, .menu_link.mactive:before {
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #d4e5f0;
      border-width: 11px;
      bottom: -1px;
      left: calc( 50% - 15px ); }
    .menu_link.active:after, .menu_link.mactive:after {
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 9px;
      bottom: -1px;
      left: calc( 50% - 13px ); }
      @media (max-width: 767px) {
        .menu_link.active:after, .menu_link.mactive:after {
          display: none; } }
  .menu_item.drop {
    position: relative; }
    .menu_item.drop:before {
      content: "";
      border-top: 4px solid #959595;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      right: 0.5rem;
      top: calc( 50% - 2px );
      transition: all linear .2s; }
      @media (max-width: 991px) {
        .menu_item.drop:before {
          right: 0; } }
      @media (max-width: 767px) {
        .menu_item.drop:before {
          top: 19px;
          right: 1rem; } }
  .menu_item.with-drop:before {
    transform: rotate(180deg); }

.sbmnu {
  display: none; }
  .sbmnu.show {
    display: block; }
    @media (min-width: 768px) {
      .sbmnu.show {
        position: absolute;
        left: 0;
        box-shadow: 0 1px 5px 1px rgba(74, 74, 74, 0.3);
        min-width: 8rem;
        z-index: 2; } }
  @media (max-width: 767px) {
    .sbmnu_item {
      margin-left: .5rem; } }
  .sbmnu_link {
    display: block;
    font-size: 1.1rem; }
    @media (min-width: 768px) {
      .sbmnu_link {
        background-color: #930228;
        color: #D9D9D9;
        padding: .3rem .7rem; } }
    @media (max-width: 767px) {
      .sbmnu_link {
        padding: .3rem 1rem;
        color: #646464; } }
    @media (min-width: 768px) {
      .sbmnu_link:hover {
        background-color: #ffffff; } }

.over.menu_toggler {
  z-index: 3;
  color: #b8b8b8; }

.fixed-nav > .menu_toggler {
  position: fixed !important; }

.ad-wrap a {
  display: block; }
  .ad-wrap a:not(:last-of-type) {
    margin-bottom: 1rem; }
  .ad-wrap a img {
    width: 100%; }

.ad-right .right-ads:last-of-type a img {
  margin-bottom: 0 !important; }

.pub-date {
  display: block;
  padding: .4rem 0;
  color: #979494;
  font-size: 1rem;
  font-size: 1rem;
  font-family: "Mukta", sans-serif; }

.detail_content {
  margin-right: 0.5rem;
  padding-right: 2rem;
  border-right: 1px solid #ececec; }

.full-bann {
  margin-bottom: 25px;
  max-width: 1200px;
  border-radius: 5px; }
  .full-bann img {
    border-radius: 5px; }

.banner {
  position: relative;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5px;
  align-items: center;
  text-align: center; }
  .banner:not(:last-of-type) {
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .banner:not(:last-of-type) {
        margin-bottom: 1.2rem; } }
  .banner .context {
    position: absolute;
    font-family: "Mukta", sans-serif;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ebebeb;
    border-top-color: #ffffff;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    color: #930228;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .banner .sub_title {
    font-size: 1.3rem;
    margin-bottom: .75rem;
    font-weight: normal;
    color: #6f6e6e; }
  .banner.full_img {
    height: 42rem;
    z-index: 1;
    background-size: cover !important;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .banner.full_img {
        height: 38rem; } }
    @media (max-width: 767px) {
      .banner.full_img {
        height: 35rem; } }
    @media (max-width: 480px) {
      .banner.full_img {
        height: 30rem; } }
    .banner.full_img .sub_title {
      color: #FFFFFF; }
    .banner.full_img:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50%;
      z-index: 3;
      background-image: linear-gradient(to top, rgba(74, 74, 74, 0.9), rgba(74, 74, 74, 0.01));
      z-index: -1;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .banner.full_img .banner_title a {
      color: #F2FAFF; }
      .banner.full_img .banner_title a:hover {
        color: #D9D9D9; }
  .banner_title {
    font-size: 3.5rem; }
    @media (max-width: 767px) {
      .banner_title {
        font-size: 1.7rem;
        max-width: calc( 100% - 2rem ); } }
  .banner.sm_img img {
    max-width: 100%; }
  .banner.sm_img .banner_title {
    margin-bottom: .5rem; }
  .banner:not(.full_img) {
    border: 1px solid #ebebeb;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column; }
    .banner:not(.full_img):before, .banner:not(.full_img):after {
      content: "";
      display: table; }
    .banner:not(.full_img):after {
      clear: both; }

.block_top {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 1.2rem;
  width: 100%; }
  .block_top:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e3f4ff;
    position: absolute;
    left: 0;
    top: calc( 50% - .5px );
    z-index: -1; }
.block_title {
  display: inline-block;
  padding: .3rem .9rem;
  color: #4A4A4A;
  background-color: #e3f4ff;
  font-size: 1.25rem;
  border-radius: 5px; }
  .block_title a {
    color: #4D4D4D; }
    .block_title a:hover {
      color: #4A4A4A; }

.main-news {
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .main-news {
      flex-direction: column; } }
  .main-news_item .img-outer img {
    width: 100%; }
  .main-news_item-text_title a {
    color: #045D98;
    font-weight: 600; }
    .main-news_item-text_title a:hover {
      color: #930228; }
  @media (max-width: 767px) {
    .main-news_item:first-of-type {
      flex-direction: column; } }
  .main-news_item:first-of-type .img-outer {
    width: 40%;
    height: 16.25rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 767px) {
      .main-news_item:first-of-type .img-outer {
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px; } }
    @media (max-width: 767px) {
      .main-news_item:first-of-type .img-outer {
        width: 100%;
        height: auto; } }
  .main-news_item:first-of-type .main-news_item-text {
    flex: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (max-width: 767px) {
      .main-news_item:first-of-type .main-news_item-text {
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px; } }
  .main-news_item:first-of-type .main-news_item-text_title {
    font-size: 2.3rem;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .main-news_item:first-of-type .main-news_item-text_title {
        font-size: 1.8rem; } }
  .main-news_item:first-of-type p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: rgba(74, 74, 74, 0.7); }
  .main-news_item:not(:first-of-type) {
    flex-direction: column;
    width: calc( 33.33% - .8rem );
    background: #d8d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (max-width: 767px) {
      .main-news_item:not(:first-of-type) {
        width: 100%; } }
    .main-news_item:not(:first-of-type) .img-outer {
      width: 100%;
      height: 11.25rem;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media (max-width: 767px) {
        .main-news_item:not(:first-of-type) .img-outer {
          height: auto; } }
    .main-news_item:not(:first-of-type) .main-news_item-text {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .main-news_item:not(:first-of-type) .main-news_item-text_title {
      font-size: 1.25rem;
      line-height: 1.4; }
      @media (min-width: 577px) {
        .main-news_item:not(:first-of-type) .main-news_item-text_title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 3; } }
      @media (max-width: 576px) {
        .main-news_item:not(:first-of-type) .main-news_item-text_title {
          font-size: 1.4rem; } }

.stk {
  position: relative; }

.sticky-pr {
  position: absolute;
  right: 0;
  height: 100%; }
  @media (max-width: 767px) {
    .sticky-pr {
      position: relative; } }

.sticky-lr {
  position: absolute;
  left: 0;
  height: 100%; }
  @media (max-width: 767px) {
    .sticky-lr {
      position: relative; } }

.sticky {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0; }
  @media (max-width: 767px) {
    .sticky {
      position: relative; } }

.ad-right a {
  display: block; }
  .ad-right a:not(:last-of-type) {
    margin-bottom: 1rem; }
  .ad-right a img {
    max-width: 100%; }

.full {
  flex-direction: column;
  flex-wrap: wrap; }
  .full-news_item {
    flex: 0 0 calc( 50% - .6rem ); }
    .full-news_item a {
      color: #045D98;
      font-weight: 600; }
      .full-news_item a:hover {
        color: #930228; }
    .full-news_item:first-of-type {
      flex-direction: column;
      grid-row: 1/5; }
      .full-news_item:first-of-type .img-outer {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        @media (min-width: 768px) {
          .full-news_item:first-of-type .img-outer {
            height: 25rem; } }
      .full-news_item:first-of-type .full-news_item-text {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .full-news_item:first-of-type .full-news_item-text_title {
        font-size: 2.3rem;
        line-height: 1.4; }
        @media (max-width: 767px) {
          .full-news_item:first-of-type .full-news_item-text_title {
            font-size: 1.8rem; } }
    @media (max-width: 450px) {
      .full-news_item:not(:first-of-type) {
        flex-direction: column; } }
    .full-news_item:not(:first-of-type) .img-outer {
      width: 10rem;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      @media (max-width: 450px) {
        .full-news_item:not(:first-of-type) .img-outer {
          width: 100%; } }
      @media (max-width: 450px) {
        .full-news_item:not(:first-of-type) .img-outer {
          border-bottom-left-radius: 0;
          border-top-right-radius: 5px; } }
    .full-news_item:not(:first-of-type) .img-outer, .full-news_item:not(:first-of-type) .full-news_item-text {
      height: 7rem; }
      @media (max-width: 450px) {
        .full-news_item:not(:first-of-type) .img-outer, .full-news_item:not(:first-of-type) .full-news_item-text {
          height: auto; } }
    .full-news_item:not(:first-of-type) .full-news_item-text {
      flex: 1;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      @media (max-width: 450px) {
        .full-news_item:not(:first-of-type) .full-news_item-text {
          border-top-right-radius: 0;
          border-bottom-left-radius: 5px; } }
    .full-news_item:not(:first-of-type) .full-news_item-text_title {
      font-size: 1.25rem;
      line-height: 1.4; }
      @media (min-width: 577px) {
        .full-news_item:not(:first-of-type) .full-news_item-text_title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 3; } }
      @media (max-width: 576px) {
        .full-news_item:not(:first-of-type) .full-news_item-text_title {
          font-size: 1.4rem; } }
      @media (max-width: 576px) {
        .full-news_item:not(:first-of-type) .full-news_item-text_title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 3; } }
    @media (max-width: 767px) {
      .full-news_item {
        grid-column: 1/-1; } }

.searchli i {
  color: #165F9C;
  font-size: 1.3rem;
  margin-top: 17px;
  cursor: pointer;
  margin-left: 15px; }

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #165F9C;
  background-color: rgba(82, 95, 106, 0.9); }

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto; }

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white; }

.overlay .closebtn:hover {
  color: #ccc; }

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-radius: 10px; }

.overlay input[type=text]:hover {
  background: #f1f1f1; }

/* Style the submit button */
.overlay button {
  float: left;
  width: 10%;
  padding: 15px;
  background: #165F9C;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -10px; }
  .overlay button i {
    color: #ffffff; }
  @media (max-width: 768px) {
    .overlay button {
      width: 15%; } }

.one-third_item-text_title a {
  color: #045D98;
  font-weight: 600; }
  .one-third_item-text_title a:hover {
    color: #930228; }
.one-third_item:first-of-type {
  flex-direction: column; }
  .one-third_item:first-of-type .img-outer {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    @media (min-width: 768px) {
      .one-third_item:first-of-type .img-outer {
        height: 15rem; } }
  .one-third_item:first-of-type .one-third_item-text {
    min-height: 120px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .one-third_item:first-of-type .one-third_item-text_title {
    font-size: 1.5rem;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .one-third_item:first-of-type .one-third_item-text_title {
        font-size: 1.3rem; } }
@media (max-width: 450px) {
  .one-third_item:not(:first-of-type) {
    flex-direction: column; } }
.one-third_item:not(:first-of-type) .img-outer {
  width: 7rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  @media (max-width: 450px) {
    .one-third_item:not(:first-of-type) .img-outer {
      width: 100%; } }
  @media (max-width: 450px) {
    .one-third_item:not(:first-of-type) .img-outer {
      border-bottom-left-radius: 0;
      border-top-right-radius: 5px; } }
.one-third_item:not(:first-of-type) .one-third_item-text {
  flex: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media (max-width: 450px) {
    .one-third_item:not(:first-of-type) .one-third_item-text {
      border-top-right-radius: 0;
      border-bottom-left-radius: 5px; } }
.one-third_item:not(:first-of-type) .one-third_item-text_title {
  font-size: 1.3rem;
  line-height: 1.4; }
  @media (min-width: 577px) {
    .one-third_item:not(:first-of-type) .one-third_item-text_title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 3; } }

.bichar_item .img-outer {
  width: 4.5rem;
  height: 4.5rem; }
  .bichar_item .img-outer img {
    border-radius: 5px; }
.bichar_item-text {
  flex: 1;
  padding: 0 .7rem; }
  .bichar_item-text_title {
    font-size: 1.2rem; }
    @media (max-width: 576px) {
      .bichar_item-text_title {
        font-size: 1.3rem; } }
    .bichar_item-text_title a {
      color: #045D98;
      font-weight: 600; }
      .bichar_item-text_title a:hover {
        color: #930228; }
  .bichar_item-text_writer {
    color: rgba(74, 74, 74, 0.6); }

.intv_item {
  margin-top: 1.5rem;
  border-top: 1px solid #b7ddf4; }
  @media (max-width: 767px) {
    .intv_item {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .intv_item .img-outer {
      width: 16rem;
      height: auto;
      margin-top: -30px;
      margin-left: auto;
      margin-right: auto; } }
  .intv_item .img-outer img {
    border-radius: 5px; }
  .intv_item-text {
    flex: 1; }
    @media (min-width: 768px) {
      .intv_item-text {
        margin-left: .7rem; } }
    .intv_item-text_title {
      font-size: 1.7rem;
      margin-top: 10px;
      text-align: center; }
      @media (max-width: 767px) {
        .intv_item-text_title {
          margin-top: .3rem;
          text-align: left; } }
      .intv_item-text_title a {
        color: #045D98;
        font-weight: 600; }
        .intv_item-text_title a:hover {
          color: #930228; }
    .intv_item-text_writer {
      color: rgba(74, 74, 74, 0.6);
      font-weight: 700; }

.special {
  padding-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .special {
      padding-bottom: 1.5rem; } }
  .special .block_title {
    background-color: #9bcaf2;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.multi_item {
  position: relative; }
  .multi_item .img-outer {
    border-radius: 5px; }
    @media (min-width: 768px) {
      .multi_item .img-outer {
        height: 13.4375rem; } }
    @media (max-width: 767px) {
      .multi_item .img-outer {
        height: auto; } }
  .multi_item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 3;
    background-image: linear-gradient(to top, rgba(74, 74, 74, 0.9), rgba(74, 74, 74, 0.01));
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .multi_item-title {
    position: absolute;
    bottom: .5rem;
    z-index: 4;
    left: .5rem;
    right: .5rem;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center; }
    .multi_item-title a {
      color: #ffffff; }
      .multi_item-title a:hover {
        color: #D9D9D9; }

.archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto; }
  .archive_video .img-outer {
    display: block; }
  .archive_video:first-of-type {
    grid-column: 1 / -1; }
    .archive_video:first-of-type .img-outer {
      height: 25rem; }
    .archive_video:first-of-type .archive_video-title {
      font-size: 2.3rem;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .archive_video:first-of-type .archive_video-title {
          font-size: 1.8rem; } }
  .archive h2 a, .archive h3 a {
    color: #045D98;
    font-weight: 600; }
    .archive h2 a:hover, .archive h3 a:hover {
      color: #930228; }
  .archive_content {
    display: flex; }
    .archive_content:first-of-type {
      grid-column: 1 / -1; }
      @media (max-width: 576px) {
        .archive_content:first-of-type {
          flex-direction: column; } }
      .archive_content:first-of-type .img-outer {
        width: 40%;
        height: 16rem;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
        @media (max-width: 767px) {
          .archive_content:first-of-type .img-outer {
            border-bottom-left-radius: 0;
            border-top-right-radius: 5px; } }
      .archive_content:first-of-type .archive_content-text {
        flex: 1;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media (max-width: 767px) {
          .archive_content:first-of-type .archive_content-text {
            border-top-right-radius: 0;
            border-bottom-left-radius: 5px; } }
        .archive_content:first-of-type .archive_content-text p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 3; }
      .archive_content:first-of-type .archive_content-title {
        margin-bottom: .7rem;
        font-size: 2.3rem;
        line-height: 1.4; }
        @media (max-width: 767px) {
          .archive_content:first-of-type .archive_content-title {
            font-size: 1.8rem; } }
  @media (max-width: 576px) {
    .archive_video:first-of-type .img-outer, .archive_content:first-of-type .img-outer {
      width: 100%;
      height: auto; } }
  .archive_video:not(:first-of-type), .archive_content:not(:first-of-type) {
    flex-direction: column;
    transition: all linear .3s; }
    @media (max-width: 576px) {
      .archive_video:not(:first-of-type), .archive_content:not(:first-of-type) {
        grid-column: 1 / -1; } }
    .archive_video:not(:first-of-type):hover, .archive_content:not(:first-of-type):hover {
      transform: translate(-1px, 1px); }
    .archive_video:not(:first-of-type) .img-outer, .archive_content:not(:first-of-type) .img-outer {
      width: 100%;
      height: 13rem;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media (max-width: 576px) {
        .archive_video:not(:first-of-type) .img-outer, .archive_content:not(:first-of-type) .img-outer {
          height: auto; } }
    .archive_video:not(:first-of-type) .archive_content-text, .archive_content:not(:first-of-type) .archive_content-text {
      flex: 1;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .archive_video:not(:first-of-type) .archive_content-title, .archive_content:not(:first-of-type) .archive_content-title {
      font-size: 1.25rem;
      line-height: 1.4; }
      @media (min-width: 577px) {
        .archive_video:not(:first-of-type) .archive_content-title, .archive_content:not(:first-of-type) .archive_content-title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 3; } }
      @media (max-width: 576px) {
        .archive_video:not(:first-of-type) .archive_content-title, .archive_content:not(:first-of-type) .archive_content-title {
          font-size: 1.4rem; } }

.cat_title {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #D9F0FF;
  grid-column: 1 / -1; }
  .cat_title h2 {
    font-size: 1.9rem; }

.wp-caption {
  max-width: 100% !important; }

.wp-caption-text {
  color: #9E9B9B;
  font-size: 0.9rem !important;
  margin-bottom: 7px !important;
  padding-bottom: 7px;
  border-bottom: 1px solid #D1CDCD; }

.alignleft {
  float: left;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-left: 20px; }

.my_writer {
  width: 100%;
  float: left;
  padding: 10px 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px; }

.my_writer .writer_img {
  max-width: 150px;
  float: left;
  margin-right: 15px; }
  .my_writer .writer_img img {
    border-radius: 5px; }

.my_writer .writer_dec {
  padding-top: 15px; }

.paginate {
  display: flex;
  grid-gap: 3px;
  grid-column: 1 / -1; }

.page-numbers {
  color: #4A4A4A;
  display: block;
  background-color: #d9f0ff;
  padding: 0.52rem 0.73rem 0.3rem;
  border-radius: 3px;
  line-height: 1; }
  .page-numbers.current {
    color: #F2FAFF;
    background-color: #045D98; }
  .page-numbers:not(.dots):hover {
    color: #F2FAFF;
    background-color: #045D98; }

.detail_content_title {
  font-size: 3.2rem;
  color: #333; }
.detail_content .sub_title {
  font-size: 1.3rem;
  color: #165f9c;
  font-weight: 500;
  font-style: italic; }
.detail_content_info {
  align-items: center;
  grid-gap: .7rem;
  color: #bfbfbf;
  font-size: 0.7rem; }
.detail_content img {
  margin-bottom: .7rem; }
.detail .share {
  margin: .7rem auto; }
@media (min-width: 768px) {
  .detail iframe {
    height: 30rem; } }
.detail p {
  line-height: 1.7;
  font-size: 1.3rem;
  text-align: justify;
  font-family: "Mukta", sans-serif;
  margin-bottom: 1.4rem; }
.detail blockquote {
  margin: 30px 5%;
  padding-left: 2%;
  border-left: 4px solid #165f9c;
  border-radius: 5px;
  border-top-right-radius: 5px;
  background: #f2f2f2;
  padding: 20px;
  border-top-right-radius: 50px; }
.detail_bottom_title {
  font-size: 1.5rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 1.5rem;
  margin-top: 1.0rem; }

.writer {
  padding: .4rem 0;
  color: #979494;
  font-size: 1rem;
  font-size: 1rem;
  font-family: "Mukta", sans-serif;
  font-weight: 500; }

.related {
  flex-wrap: wrap; }
  .related_post {
    flex: 0 0 calc( 33.33% - .8rem ); }
    @media (max-width: 450px) {
      .related_post {
        flex: 0 0 100%; } }
    .related_post .img-outer {
      height: 10rem;
      display: block; }
      @media (max-width: 450px) {
        .related_post .img-outer {
          height: auto; } }
    .related_post_title {
      font-size: 1.3rem;
      min-height: 7.2rem; }
      .related_post_title a {
        color: #045D98;
        font-weight: 600; }
        .related_post_title a:hover {
          color: #930228; }

.side-menu {
  display: flex;
  border-bottom: 1px solid #d9f0ff;
  margin-bottom: 1.2rem;
  margin-top: 0.7rem; }
  @media (max-width: 767px) {
    .side-menu {
      margin-top: 1rem; } }
.side-item.active {
  border-bottom: 1px solid #930228; }
  .side-item.active .side-link {
    color: #930228; }
.side-link {
  display: block;
  color: #045D98;
  padding: 0 .5rem .1rem;
  font-size: 1.3rem;
  font-family: "Mukta", sans-serif;
  font-weight: 600; }
.side-content {
  display: flex;
  flex-direction: column;
  grid-gap: .7rem; }
  .side-content > li {
    display: flex; }
    .side-content > li:before, .side-content > li:after {
      content: "";
      display: table; }
    .side-content > li:after {
      clear: both; }
    .side-content > li > a {
      display: flex;
      border-bottom: 1px solid #e3f4ff;
      padding-bottom: .6rem;
      overflow: hidden;
      color: #045D98;
      font-weight: 600; }
      .side-content > li > a:hover {
        color: #930228; }
      .side-content > li > a img {
        height: 4rem;
        width: 5rem;
        object-fit: cover;
        transition: all linear .3s; }
        .side-content > li > a img:hover {
          transform: scale(1.01); }
      .side-content > li > a span {
        padding-left: .6rem;
        flex: 1;
        line-height: 1.5; }

.footer {
  background: linear-gradient(to right, #165F9C, #022740);
  background: -webkit-linear-gradient(left, #165F9C, #022740);
  background: -moz-linear-gradient(left, #165F9C, #022740);
  color: #D9D9D9;
  padding: 3rem 0 0 1rem; }
  @media (max-width: 767px) {
    .footer {
      padding: 1.5rem 0;
      font-size: 1.0rem; } }
  .footer_a {
    padding: .4rem 0;
    display: inline-block;
    color: #D9D9D9; }
    @media (max-width: 767px) {
      .footer_a {
        padding: .3rem 0; } }
    .footer_a:hover {
      color: #F2FAFF; }
  .footer_col:not(:first-of-type) {
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .footer_col:not(:first-of-type) {
        margin-top: .7rem; } }
  .footer_title {
    font-size: 1.125rem;
    font-weight: 600; }
  .footer_text {
    font-size: 1rem; }
  .footer_text, .footer_info {
    font-family: "Mukta", sans-serif; }
  .footer_info {
    display: block;
    padding: .4rem 0; }
    @media (max-width: 767px) {
      .footer_info {
        padding: .3rem 0; } }

.copyright {
  margin-top: 1.5rem;
  padding-top: 1rem;
  color: #aeaeae;
  border-top-left-radius: 100%;
  background: #023455; }
  @media (min-width: 768px) {
    .copyright {
      text-align: center; } }
  @media (max-width: 768px) {
    .copyright {
      border-top-left-radius: unset; } }

/*# sourceMappingURL=front.css.map */
