html,body{
    margin:0;
    padding:0;
    font-size:0;
    color: #4F4E4C;
    background-color:#FAFAFA;
}
div{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.post, .page{
    margin:0;
}
img{
    max-width:100%;
    width:100%;
}

h1{
    font-size:32px;
}
h2{
    font-size:28px;
}
h3{
    font-size:24px;
    padding:0;
    margin:0;
}
h4{
    color:#E39C5D;
    font-size:18px;
    padding:0;
    margin:0;
}
p{
    font-size:18px;
}

header{
    position:relative;
    display:block;
    background-color:#FAFAFA;
    border-bottom:3px solid #B8AC8C;
    height:80px;
    width:100%;
    text-align: center;
}
header .home{
    position:absolute;
    display:block;
    height:40%;
    top:30%;
    left:20px;
}
header .logo{
    position:absolute;
    display:inline-block;
    height:90%;
    top:5%;
    left:0;
    right:0;
}
header img{
    max-width:unset;
    width:unset;
    max-height:100%;
    height:100%;
}

.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}



section{
    width:100%;
    max-width:1200px;
    margin:auto;
}

.content_holder{
    position:relative;
    display: block;
}
.bannerSwiper{
    border-bottom:5px solid #B8AC8C;
}
.categorySwiper{
    text-align:center;
    width:calc(100% - 20px);
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
}
.categorySwiper .swiper-slide{
    font-size:18px;
    padding:5px;
    border-bottom:5px solid #FAFAFA;
    color:#4F4E4C;
    text-decoration: none;
}
.categorySwiper .swiper-slide:hover{
    border-bottom:5px solid #B8AC8C;
}
.categorySwiper .swiper-active{
    border-bottom:5px solid #B8AC8C;
}

.each_news{
    padding:10px 20px;
    margin-bottom:0px;
}
.each_news a{
    text-decoration: none;
    color:#4F4E4C;
}
.each_news p{
    padding:0px;
    margin:0px;
}
.each_news .news_list_holder{
    padding:0px 5%;
    background-image: url("../images/box2.png");
    background-size:100% 100%;
}


.article_holder{
    padding-left:20px;
    padding-right:20px;
}
.article_holder li{
    font-size:14px;
}
ol{
    padding:0;
    padding-left:20px;
}
ul {
    padding:0;
    padding-left:10px;
    margin: 0;
    list-style-type: none;
}
li{
    padding-top:5px;
    padding-bottom:5px;
}
ul > li {
    text-indent: -5px;
}
ul > li:before {
  content: "-";
  text-indent: -5px;
  padding-right:10px;
}
.article_holder h4{
    font-size:16px;
}
.article_holder h4:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #E39C5D;
}
.article_holder p{
    font-size:14px;
    padding:0;
    margin:10px 0;
}


@media screen and (max-width: 768px) {
    h1{
        font-size:22px;
    }
    h2{
        font-size:22px;
    }
    h3{
        font-size:16px;
    }
    h4{
        font-size:12px;
    }
    p{
        font-size:14px;
    }
    .categorySwiper .swiper-slide{
        font-size:14px;
    }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}