@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&family=Oswald:wght@500&display=swap');

body {
  color: #56463E;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  padding: 0;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff #002e1c;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(86, 70, 62, 0.11);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(86, 70, 62, 0.4);
  border-radius: 20px;
}

a {
  color: #EE3E18;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  display: inline-block;
}

.journal-block .btn-read {
  background-color: #545454;
  color: #fff;
  display: inline-block;
  padding: 15px 45px;
}

.header {
  background-color: #00644c;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}

.header .logo-text span{
  font-size: 52px;
  font-weight: 400;
  margin: 25px 0;
  color: #fef343;
  padding-left: 0;
}

.header .logo-text a:hover{
  text-decoration: none;
}

.header .right-wrap {
  text-align: right;
  position: relative;
}

.header .right-wrap .link a {
  color: #fff;
}

.header .right-wrap .link li {
  margin-left: 25px;
}

.header .right-wrap .lang {
  margin-top: 55px;
}

.header .right-wrap .lang li {
  position: relative;
  padding: 0 15px;
  margin-right: 0;
  margin-left: 0;
}

.header .right-wrap .lang li::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #fff;
  top: 3px;
  right: 0;
}

.header .right-wrap .lang li:last-child {
  padding-right: 0;
}

.header .right-wrap .lang li:last-child::before {
  opacity: 0;
}

.header .right-wrap .lang .active {
  font-weight: 800;
}

.top-menu-wrap ul {
  border-bottom: 1px solid #b9b9b9;
  text-align: center;
  position: relative;
  padding: 25px 0 15px;
}

.top-menu-wrap ul li {
  padding: 15px;
  position: relative;
}

.top-menu-wrap ul li a {
  color: #56463E;
}

.top-menu-wrap ul li::before {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 20px;
}

.top-menu-wrap ul li:last-child::before {
  opacity: 0;
}

.top-menu-wrap ul li.first {
  position: absolute;
  background-image: url("../img/kisi-logo.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
}

.top-menu-wrap ul li.first::before {
  opacity: 0;
}

.top-menu-wrap ul li.active a {
  font-weight: 600;
}

.body .title {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

.body .journal-block {
  margin-top: 35px;
}

.body .journal-block .img {
  width: 37%;
  display: inline-block;
}

.body .journal-block .img img {
  width: 100%;
}

.body .journal-block .content {
  width: 60%;
  vertical-align: top;
  display: inline-block;
  padding-left: 25px;
}

.body .content-block {
  margin: 0 0 55px;
}

.body .content-block .title {
  margin: 0 0 45px;
  font-family: Oswald;
}

.body .content-block .title-sm {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.body .content-block .block-two {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
}

.right-block-wrap {
  margin-top: 35px;
}

.right-block-wrap .block{
  border: 1px solid #ccc;
  height: 120px;
  position: relative;
  padding: 35px 35px 35px 25px;
  margin: 10px 0;
}

.right-block-wrap .block .icon{
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  background-position: 10px 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 25px;
}

.right-block-wrap .block .icon.icon-2 {
  background-position: -40px 0;
}

.right-block-wrap .block .icon.icon-3 {
  background-position: -90px 0;
}

.right-block-wrap .block .icon.icon-4 {
  background-position: -140px 0;
}

.right-block-wrap .block .title {
  font-size: 20px;
}

.right-block-wrap .block .btn-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 55px solid #545454;
  border-left: 55px solid transparent;
}

.right-block-wrap .block .btn-more::before{
  content: '';
  position: absolute;
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  background-position: -190px 0;
  width: 30px;
  height: 25px;
  right: 0;
  top: 25px;
  z-index: 2;
}

.right-block-wrap .block-content {
  margin: 45px 0;
}

.right-block-wrap .block-content .title {
  margin-bottom: 45px;
  font-family: Oswald;
}

.right-block-wrap .block-content .block-journal .img {
  width: 45%;
  display: inline-block;
  padding: 10px;
}

.right-block-wrap .block-content .block-journal .img img {
  width: 100%;
}

.right-block-wrap .block-content .block-journal .content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-top: 25px;
}

.right-block-wrap .block-content .block-journal .content .title-sm {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
}

.right-block-wrap .block-content .block-journal .content .link {
  font-weight: 40;
  margin-top: 55px;
  display: block;
}

.footer {
  background-color: #333333;
  color: #9c9c9c;
  padding: 55px 0;
}
.footer a{
  color: #9c9c9c;
}

.footer .block-wrap {
  text-align: right;
}

.footer .social-wrap {
  display: inline-block;
  text-align: right;
  margin-bottom: 35px;
}

.footer .social-wrap li {
  background-image: url("../img/social-sprite.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 35px;
  vertical-align: top;
}

.footer .social-wrap li.tw {
  background-position: -60px 0;
}

.footer .social-wrap li.age {
  border: 1px solid #9c9c9c;
  background-position: 50px 0;
  width: 40px;
  text-align: center;
  margin-right: 0;
}

.footer .zerone {
  margin: 25px 0 0;
}


.right-block .pkp_block{
  width: 100%;
  flex-basis: 100%
}
.top-menu-wrap .dropdown-menu{
  background-color: #f1f1f1;
  color: #fff;
  /* border: none; */
}
.top-menu-wrap .dropdown-item:hover, 
.top-menu-wrap .dropdown-item:focus{
  background-color: #002e1c;
  border-color: #002e1c;
}

body .alert-primary{
  background-color: #ffffff;
  color: #000;
  border-color: #ff9f9f;
}
body .alert-primary a{
  color: #000;
}

/* right ul menu style */


.navbar-rightNav li {
  border: 1px solid #ccc;
  height: 120px;
  position: relative;
  padding: 25px 55px 35px 25px;
  margin: 10px 0;
  width: 100%;
}

.navbar-rightNav li a {
  font-size: 20px;
  color: #545454;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  padding: 0;
}

.navbar-rightNav li::before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  background-position: 5px 0;
}

.navbar-rightNav li:nth-child(1)::before {
  background-position: 5px 0;
}

.navbar-rightNav li:nth-child(2)::before {
  background-position: -45px 0;
}

.navbar-rightNav li:nth-child(3)::before {
  background-position: -95px 0;
}

.navbar-rightNav li:nth-child(4)::before {
  background-position: -145px 0;
}

.navbar-rightNav li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 55px solid #545454;
  border-left: 55px solid transparent;
}

.navbar-rightNav li:hover::after {
  border-bottom-color: #EE3E18;
}

.navbar-rightNav li a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  background-position: -185px 0;
  z-index: 3;
}

.search-wrap {
  position: absolute;
  right: 0;
  top: 40px;
}
.kisi-link-wrap{
  position: absolute;
  top: 25px;
  z-index: 3;
}


.block_custom .block-content {
  margin: 45px 0;
}

.block_custom .block-content .title {
  margin-bottom: 45px;
  font-family: Oswald;
}

.block_custom .block-content .block-journal .img {
  width: 45%;
  display: inline-block;
  padding: 10px;
}

.block_custom .block-content .block-journal .img img {
  width: 100%;
}

.block_custom .block-content .block-journal .content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-top: 25px;
}

.block_custom .block-content .block-journal .content .title-sm {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
}

.block_custom .block-content .block-journal .content .link {
  font-weight: 40;
  margin-top: 55px;
  display: block;
}
/*# sourceMappingURL=style.css.map */