/*ctda-slide*/
.animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
}  
.owl-animated-out {
	z-index : 1 
}
.owl-animated-in {
	z-index : 0 
}
.fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
	0% {
	opacity : 1   ;
	}  
	100% {
	opacity : 0   ;
	}  
}
@keyframes  fadeOut  {
	0% {
	opacity : 1   ;
	}  
	100% {
	opacity : 0   ;
	}  
}

.ctda-slide-inner{
	max-width: 100%;
	margin: 0 auto 40px;
}

.sync1 .item img{
	height: 612px;
	object-fit: cover;
}

.sync1.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    margin: 0;
    font-size: 42px;
}
.sync1 .owl-nav .owl-prev {
    left: 10px;
}
.sync1 .owl-nav .owl-next {
    right: 10px;
}
.sync1.owl-theme .owl-nav [class*='owl-']:hover{
	color: var(--main-color);
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
.fancybox-thumbs__list a:before{
	border-color: var(--main-color);
}
.fancybox-thumbs__list{
	margin: auto;
	text-align: center;
	
}
.fancybox-thumbs__list a{
	float: initial;
    display: inline-block;
}
.sync2.owl-carousel .owl-item img{
	height: 122px;
	object-fit: cover;
}
.sync2 .owl-item .item a{
	position: relative;
	display: block;
}
.sync2 .owl-item .item a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	opacity: 0.3;
	content: "";
	display: none;
	z-index: 2;
}
.sync2 .owl-item.current .item a:before{
	display: block;
}

.related{
    margin-bottom: 40px;
}
.related-title {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-main);
    color: var(--color-main);
}
.mt-24 {
    margin-top: 24px;
}
.col1-item-img {
    display: block;
    position: relative;
}
.col1-item-img img{
    border-radius: 8px;
    width: 100%;
    position: relative;
}
.col1-item-name{
    margin: 15px 0 7.5px 
}
.col1-item-name a{
    font-size: 14px;
    line-height: 17px;
    min-height: 35px;
    letter-spacing: .09px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: var(--color-main);
}
.col1-item-name a:hover{
    color: var(--color-red);
}
.col1-item-des{
    font-size: 13px;
    color: #969696;
    line-height: 17px;
    letter-spacing: .06px;
    margin-bottom: 1.23076923rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 34px;
}

@media(max-width: 767px){
	.sync1 .item img{
		height: 300px;
	}
	.sync2.owl-carousel .owl-item img{
		height: 60px;
	}
}