@media only screen and (max-width: 1180px) {
    #owl-slider,.banner-category {
		& .images {
			padding-top: 66% !important;
			background-size: auto 100% !important;
			background-color: #fff;
			background-position: center;
		}

		& .caption {
			right: 80px;
			bottom: 60px;
		}
    }
}

@media only screen and (max-width: 980px) {
    .header {
        & .mainSeach {
            & .form-search {
                min-width: 200px;
            }
        }
    }


}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {
    #owl-slider,.banner-category {
        & .item {
            & .caption {
                position: relative;
                text-align: center;
                width: 100% !important;
                left: 0;
                bottom: 0;
                background-color: #fbf9f4;
                padding-bottom: 40px;
                right: 0;
                bottom: 0;
            }
        }

        & .owl-next,
        .owl-prev {
            top: 30%;
        }

        & .owl-dots {
            background-color: #fbf9f4;
            padding: 10px;
            bottom: -20px;
            border-top: 1px solid #f6d6f9;
            border-bottom: 1px solid #f6d6f9;
        }
    }

    .knowledge {

        & .item {
            & .box-images {
                margin-bottom: 30px;
            }
        }
    }
	.overflow-table{
		overflow-x:scroll;
		max-width:100%;
	}
}

@media only screen and (max-width: 480px) {
    .header {
        & .logo img {
            height: 120px !important;
        }
    }

    #owl-slider {

        & .owl-next,
        .owl-prev {
            top: 20%;
        }
    }
}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 360px) {}