.owl-arrow{}
.owl-arrow .owl-next{top: calc(50% - 20px);
    right: -50px;background: #ccc !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50%;
    position: absolute;}
.owl-arrow .owl-prev{background: #ccc !important;width: 40px;height: 40px;line-height: 40px !important;border-radius: 50%;position: absolute;top: calc(50% - 20px);left: -50px;}
.owl-arrow i{color: #a53822;}





.index-title .ititle{
    display: inline-block;
    position: relative;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 1.8rem;
}
.index-title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=#000000)";/*IE 8*/
    text-shadow: 2px 0 4px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.index-title .ititle:after{content:"";background: #f1b315;position: absolute;bottom: -5px;/*IE 8*//* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ /*IE 5.5-7*/width: 10px;height: 10px;top: -10px;right: -10px;}

#section-about{position: relative;margin-bottom: 30px;}
.block-why-us{}
.block-why-us a:hover img{
    top: -10px;
}
.service-item{
    text-align: center;
}
.service-item img{
    transition: 0.4s ease;
}
.service-item a:hover img{
    transform: scale(1.1);
}
.service-item div{overflow:hidden}
.service-item a{
    text-decoration: none !important;
    display: block;
    overflow: hidden;
}
.service-item h4{
    margin: 10px 0;
    font-size: 19px;
    font-weight: normal;
    color: #333;
    transition: 0.4s ease;
}
.service-item a:hover{}
.service-item a:hover h4{
    color: #E8921F;
}
.block-why-us a img{
    transition: 0.4s ease;
    position: relative;
    top: 0;
    right: 0;
}
.block-why-us a{
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    text-decoration: none !important;
    height: 100%;
}
.block-why-us a:hover h3{
    text-indent: 15px;
    color: #E8921F;
}
.block-why-us h3{
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-decoration: none !important;
    transition: 0.4s ease;
}
.slick-gallery .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .slick-gallery .slick-list {
      margin: 0 -10px;
  }
.section-process{
    margin-bottom: 40px;
}
.section-process .in-process div{margin-bottom: 83px;position: relative;background: #111;color: #fff;height: 80px;border-radius: 50px;text-align: center;}
.section-process p{margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 20px;}
.section-process .part-2 span{
    left: -20px;
    right: auto;
}
.title-background{
    position: relative;
}
.news-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    height: 155px;
}
.news-item .thumbnail{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}
.section-news .change-video{
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 10px 0;
}
.news-item .post-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}
.news-item .post-content .title{
    font-size: 14px;
    font-weight: 600;
}
.news-item .post-content .title a{
    color: #333;
}
.news-item .post-content .title:hover a{color:#FCD30A;text-decoration:none}
.news-item .post-content .description {
    font-size: 13px;
    margin-bottom: 0;
}
.news-item .post-content .btn-view-more{
    color: #FCD30A;
}
.title-background .index-title .ititle{color:#fff}
.title-background .index-title{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
.section-process span{
    position: absolute;
    top: 14px;
    right: -20px;
    color: #464646;
    background: -webkit-linear-gradient(#FCD30A , #E28126);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-weight: bold;
    font-size: 22px;
}
.about-block{
    max-width: 300px;
    margin: auto;
}
.about-block .head-block{
    font-size: 14px;
}
.about-block .head-block img{
    float: left;
    padding-right: 10px;
    /* padding-bottom: 10px; */
}
.about-block .body-block{
    margin: 10px 0;
}
.about-block .body-block .view-more{}
.about-block .body-block .view-more a{}
#section-about .inner-desc{
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
#section-about .title{position: relative;font-weight: bold;display: inline-block;color: #0b6740;}


#section-about .view-more{
    margin-top: 10px;
    text-align: center;
}
#section-about .view-more a{
    background: url(../images/vector.png) no-repeat left;
    display: inline-block;
    padding: 10px 30px 11px 16px;
    border-radius: 30px;
    color: #111;
    text-decoration: none;
    background-size: 36px;
    font-size: 14px;
}

.slick-news .itemz {
    padding-bottom: 10px;
border-bottom: 1px solid rgb(204 204 204 / 33%);padding-top: 10px;}
.slick-news .itemz.odd  .photo{float: right;}
.slick-news .itemz.odd .topz{padding-left: 0;padding-right: 20px;}
.slick-news .itemz .photo{
    width: 150px;
    float: left;
}
.slick-news .itemz .topz h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 20px;        /* fallback */
    max-height: 43px;
    margin-bottom: 10px !important;
}
.slick-news .itemz .topz .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 16px;        /* fallback */
    max-height: 48px;
}

.slick-news .itemz .topz{
    width: calc(100% - 150px);
    float: right;
    
    margin: 0 !important;
padding-left: 20px;}

.itemz{
    /* background: #f4f4f4; */
}
.itemz .topz{
    /* height: 160px; */
}
.itemz .topz .date{color: #8d8d8d;}
.itemz .topz a{
    color: #a53823;
    font-weight: normal;
    
text-decoration: none !important;}
.itemz .topz h3{
    
    font-weight: normal;
    margin-top: 0;
}
.itemz .topz .desc{}

#most-event{
    position:relative;
    padding-bottom: 20px;
    margin-top: 35px;
    }
#most-event .title span{
    position: relative;
}
#most-event .title span:after{content:"";width: 70px;height: 2px;position: absolute;right: -90px;background: #ccc;top: 14px;}
#most-event .title span:before{content:"";width: 70px;height: 2px;position: absolute;left: -90px;background: #ccc;top: 14px;}
#most-event .title{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
#most-event .itemz:hover .topz{/* border-bottom-color: #2e3192; */}

#most-event .topz h3{
    color: #333;
    margin:0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}
#most-event .topz small{color:#333;margin-bottom:2px;display:block}
#most-event .topz .desc{
    color: #5a5a5a;
    font-size: 13px;
}



.item-hover img{
    filter: invert(46%) sepia(76%) saturate(5100%) hue-rotate(-150deg) brightness(106%) contrast(106%);
    transition: 0s ease !important;
}

.item-hover:hover img{filter: invert(70%) sepia(45%) saturate(5100%) hue-rotate(50deg) brightness(170%) contrast(106%);transition: unset !important;}
.title-index .title:before{content: "";background: #fde73f;width: 40%;left: 30%;height: 4px;position: absolute;bottom: -7px;}
.title-index .title:after{content: "";
    background: #176bb4;
    width: 70%;
    left: 15%;
    height: 4px;
    position: absolute;
    bottom: 0;}
    .product-section .title-index .title{font-size:27px;padding-bottom:5px}
.title-index .title{
    display: inline-block;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    bottom: -2px;
    font-weight: 500;
    padding-bottom: 15px;
}
.title-index{
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
.title-index span a{text-decoration:none;color:#333} 
.title-index span{
   
color: #176bb4;
}
#section-why-us .title-index span{
   
color: #fde73f;
}
.product-block .title{
    display: inline-block;
    position: relative;
    color: #0b6740;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=#000000)";
    text-shadow: 2px 0 4px rgb(0 0 0 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
}
.product-block .desc{}

@media(max-width:1230px){
#section-about .img-about{z-index:1;}
		.owl-arrow .owl-next{right:0}
	.owl-arrow .owl-prev{left:0}
}
.time-main{display: none !important;}
.news-item{height: auto;}
@media(max-width:768px){
    .about-block{max-width: none;}
    .time-main span{display: none;}
    .news-item .post-content .btn-view-more,.news-item .post-content .description{display: none;}
    .title-background{
    min-height: 100px;
    overflow: hidden;
}
    .title-background img{
    position: absolute;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
}
    .section-process .in-process div{
    margin-bottom: 10px;
    padding-left: 73px;
}
    .section-process span{
    right: auto !important;
    left: 15px !important;
}
    .block-why-us h3{
    font-size: 13px;
}
    .index-title .ititle{font-size: 1.3rem}
	#section-about{margin-bottom: 10px;}
	#section-about:before{z-index: 0;}
	#section-about .img-about{display:none}
	#section-about:after{width:100%}

    .title-index .title,.title-index span{
    font-size: 24px;
}
.news-section .desc-wrap{
    padding: 5px;
    padding-top: 10px;
}
.news-section .desc-wrap .head{
    margin-bottom: 5px;
}
.news-section .desc-wrap .head i{
    color: #c46b15;
}
.news-section .desc-wrap h4{
    font-size: 18px;
    line-height: 1.3;
}
.news-section .desc-wrap h4 a{color: #c46b15;text-decoration: none;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* number of lines to show */line-height: 17px;        /* fallback */max-height: 35px;}
.news-section .desc-wrap h4:hover a{}
.news-section .desc-wrap .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 14px;        /* fallback */
    max-height: 42px;
}
}

form.form-newsletter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.newsletter-input {
    width: 49%;
}

.newsletter-input:first-child, .newsletter-input:nth-child(4) {
    width: 100%;
}

.newsletter-input input, .newsletter-input textarea {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    background: #F9F4EC;
    border: none;
    font-size: 14px;
    padding: 12px 10px;
}

.newsletter-button {
    width: 100%;
    text-align: center;
}

.newsletter-button input[type="submit"] {
    background: linear-gradient(90deg, #FCD30A 0%, #E28126 100%);
    border: 0;
    padding: 8px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}