/*  */

body {
  font-family: "Battambang", Arial, Helvetica, sans-serif;
}

.mean-content {
  position: relative;
  margin-top: 15px;
}
.NavContainer {
  font-family: "sans-serif", "Koulen";
}
.fix-bg {
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.fix-bg .img {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  /* height: 100vh; */
  top: 0;
  width: calc(100% + 40px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

  filter: blur(3px);
  background-image: url(../src/image/67060290ed6b4_1728447120_IU_medium.jpeg);
}
.fix-bg .inside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(246, 246, 246, 0) 0%,
    #f6f6f6 100%
  );
}
.NavContainer {
  z-index: 1;
}
.container {
  position: relative;
  width: 1200px;
}
.container {
  margin-top: 25px;

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.single-right-content {
  width: 300px;
  float: right;
  padding: 10px;
  background-color: white;
}

.detail .nav,
.detail .home-tabs {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgb(85, 85, 85, 0.5);
}

.single-left-content {
  width: calc(100% - 325px);
  min-height: 300px;
  float: left;
  padding: 25px 35px;
  margin-bottom: 100px;
}

.title {
  font-family: "Battambang", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
}
.single-right-content .title {
  font-family: "sans-serif", "Koulen";
}
.detail > div {
  margin-bottom: 15px;
}

.content-detail p {
  margin: 20px 0;
}
.content-detail {
  font-size: 1.8rem;
}
