.field-activity-number span {
  line-height: 1.0;
}

.field-activity-number {
  margin-bottom: 30px;
}

.box-card__content .line {
  width: 80px;
  height: 2px;
  margin-right: 30px;
  background-color: var(--bg-1);
}

.box-card__content h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  /*padding: 10px 0px 15px;*/
	color: #333;
}
.page-field-activity .box-card{
  margin-bottom: 20px;
  background: #f4f4f4;
  border-radius:3px;
  padding: 25px 30px 30px 30px;
  text-align: center;
}
.page-field-activity .box-card__img {
	margin-bottom: 20px;
	transition: all 0.8s;
	background-repeat: no-repeat;
	width: 120px;
	height: 110px;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/bg-service.png);
	margin: 0 auto;
	margin-bottom: 20px;
}
.page-field-activity .box-card__img img {
	width: 67px;
}
.field-activity-btn{
  margin-top: 30px;
}
.field-activity-number span{
  color: var(--color-6);
}
.field-activity-number__title:last-child{
  color: var(--color-second);
  font-weight: 600;
}
.page__title .line {
    width: 2px;
    height: 27px;
    background-color: var(--bg-1);
}
.title-section__big {
	margin-bottom: 20px;
}
.page__title {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
} 
.title-sectiom__small {
	text-align: center;
}
.news__usertime_news {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	color: var(--color-7);
  	font-weight: 400;
	padding: 0 10px;
}
.more__in {
	margin-top: 20px;
}
.more__in a {
	text-align: center;
	text-transform: uppercase;
	color: var(--color-5);
	font-weight: 500;
}
.more__in a svg {
	padding-top: 5px;
	fill:var(--color-5);
}
.item-conten{
    align-items: center;
    margin-bottom: 70px;
}

.ani-right,
.ani-left{
    position: relative;
    display: block;
    z-index: 1;
    background: #000;
    margin-top: 10px;
    visibility: hidden;

}

.item-conten>.col-lg-7>a:hover span{
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;

}


.item-conten>.col-lg-7>a:hover>img{
opacity: 0.76;
}

.item-right{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    min-height: 100%;
    background: none;
    color: #092620;
    padding-left: 45px;
    margin: 0;
    display: block;
    animation-name: fadeInLeft ;


}

.item-right>h1{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    line-height: 1.35;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.text-item-right{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
    max-height: 150px;
    overflow: hidden;
    letter-spacing: 0.5px;

    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-right>h1::before
{
    content: '';
    position: absolute;
    left: -47px;
    margin-top: 22px;
    display: block;
    width: 40px;
    height: 2px;
    background: var(--color-5);
    margin-bottom: 5px;
}

.a-ct{
    font-style: normal;
    font-size: 18px;
    color: var(--color-5);
}

.item-conten:nth-child(2)
{
    flex-direction: row-reverse;
    text-align: right;
}

.item-conten:nth-child(2) .bor-line{
    inset: -10px 10px 10px -10px;
}

.item-conten:nth-child(2) .item-right > h1::before{
    right: -47px;
    left: auto;
}

h1.h1-item-right{
    margin-bottom: 0;
}

.item-right .h3-item-right{
    color: var(--color-5);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.item-conten-right{
    text-align: right;
    flex-direction: row-reverse;
}
.bor-line {
    position: absolute;
    top: -15px;
    bottom: 15px;
    left: 15px;
    right: -15px;
    border: 2px solid var(--color-5);
    transition: all 0.3s;
}
.ani-right.active-ani {
    animation: fadeInRight 1s linear;
    visibility: visible;
}
.item-conten:nth-child(2) .bor-line {
    inset: -10px 10px 10px -10px;
}
.heading {
    text-transform: uppercase;
    color: #092620;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    font-family: inherit;
}
.heading::before {
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    margin: 0px auto 25px auto;
    background: #092620;
    position: relative;
    z-index: 1;
}
.heading::after {
    content: '';
    display: block;
    margin: 22px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170,142,96,0.1),#fff,rgba(170,142,96,0.1));
}
.silder-cht{
    position: relative;
    margin-bottom: 5px;
}
.date {
    font-style: italic;
    color: #092620;
    margin-bottom: 20px;
    display: block;
}
.descripti {
    background: #fff;
    border: solid 1px #cdcdcd;
    padding: 20px 20px 20px 90px;
    font-size: 19px;
    line-height: 2;
    position: relative;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
}
.descripti::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 25px solid #aa8e60;
    border-right: 25px solid transparent;
}
.phay {
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 35px;
}
.phay span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    border: solid 1px #aa8e60;
    text-align: center;
    line-height: 48px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.title-if {
    font-weight: bold;
    color: #092620;
    line-height: 1.39;
    font-size: 19px;
    margin-bottom: 20px;
}
.line-if {
    font-size: 16px;
    color: #092620;
    margin-bottom: 16px;
    position: relative;
    min-height: 22px;
    padding-left: 145px;
}
.line-if label {
    width: 130px;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.line-if label i {
    width: 25px;
    text-align: center;
    margin-right: 5px;
    color: var(--ryu);
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.div1 .post{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.div1 .post img{
    width: 130px;
    height: 90px;
    margin-right: 10px;
}
.div1 .post .title-post-h3{
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.div1 .tirl {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 19px;
}
