
body{
	background-color: #F5F5F5;
}
.single-product{
	font-size: 15px;
}
/*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   ;
	}  
}
@media(min-width: 1400px){
    .container{
        max-width: 100%;
        width: 100%;
        padding: 0 200px;
/*        padding: 0 75px;*/
    }
    .ctda-tab .container .row{
        padding: 0 120px !important;
    }
    .ctda-bottom .des-content-margin{
    	margin: 0 120px !important;
    }
    .ctda-form .ctda-form-inner .wpcf7 {
		/*padding: 0 90px;*/
		padding: 0 125px;
	}
    /*Sửa padding*/
}
.ctda-slide-inner{
/*	width: 1102px;*/
	max-width: 100%;
	margin: 0px auto 42px;
}
#breadcrumb {
    margin: 10px 0;
}

.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{
    width: 100%;
    height: auto;
	/*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;
}
/*End ctda-slide*/

/*ctda-tab*/
.ctda-nav li.active a{
	color: var(--main-color);
}
.des-content-box{
	padding: 15px;
    border: 1px solid #858383;
    background: #fff;
}
.des-content-box p span, 
.des-content-box p span *, 
.des-content-box p em, 
.des-content-box p strong {
    color: #ff6600 !important;
}
.ctda-bottom .wp-caption-text {
    margin: 10px 0 0;
    font-style: italic;
}
@media(min-width: 769px){
	.ctda-minimize-box .container .row {
		padding: 0 72px;
	}
}
/*End ctda-tab*/

/*ctda-form*/
.ctda-form-inner{
	margin: 40px auto;
	width: 70%;
}
.ctda-form-inner>div{
	width: 100%;
}
.ctda-form-inner form{
	display: flex;
}
.ctda-form-inner .wpcf7 form .wpcf7-response-output{
	margin: 0;
}
.ctda-fl{
	border-radius: 8px;
    border: 1px solid #858383;
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
    margin-right: 15px;
}
.ctda-form-span {
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    flex: 0 0 105px;
}
.ctda-form-span:before {
    background: var(--main-color);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
}
.ctda-form-inner input:not([type=submit]){
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border: 0;
    padding: 0px 15px;
    flex: 1;
}
.flex-1{
	flex: 1;
}
.ctda-form-inner input[type=submit]{
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    background: var(--main-color);
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    border: none;
    width: 230px;
    text-align: center;
}
.ctda-form-inner input[type=submit]:hover{
	opacity: 0.8;
}
@media(max-width: 1199px){
	.ctda-form-inner,
	.ctda-form-inner form{
		flex-direction: column;
		align-items: center;
	}
	.ctda-form-inner input[type=submit]{
		margin: 20px 0;
	}
}
@media(max-width: 991px){
	.ctda-form-inner form{
		flex: none;
	}
	.ctda-fl{
		flex-direction: column;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	.ctda-form-span{
		flex: none;
	}
	.ctda-form-inner input:not([type=submit]){
		padding: 0 0 10px;
	}
	.ctda-form-inner{
		width: calc(100% - 16px);
		margin-bottom: 0;
	}
	.sync1 .item img{
		/*height: 300px;*/
	}
	/*.sync2.owl-carousel .owl-item img{
		height: 60px;
	}*/
}
@media(min-width: 768px) {
	.ctda-form .ctda-form-inner .wpcf7 {
		padding: 0 90px;
	}
}
/*End ctda-form*/
@media(min-width: 991px) {
	.ctda-bottom .des-content-margin {
		margin: 0 72px;
	}
}
