@media only screen and (max-width: 1180px) {
    #owl-slider {
        & .item {
            & .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 {
        & .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 rgb(47 40 83 / 30%);
            border-bottom: 1px solid rgb(47 40 83 / 30%);
        }
    }

    .knowledge {

        & .item {
            & .box-images {
                margin-bottom: 30px;
            }
        }
    }
	.pages-content {
    & .content-header,
    .content-footer {
        & .table-scroll{
			overflow-x:scroll;
			& table{
				&> :not(caption)>*>* {
					padding: 10px 8px;
				}
			}
			&::-webkit-scrollbar-track
				{
					-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
					background-color: #F5F5F5;
				}

			&::-webkit-scrollbar
			{
				width: 6px;
				background-color: #F5F5F5;
			}

			&::-webkit-scrollbar-thumb
			{
				background-color: #000000;
			}
		}
	}
}

@media only screen and (max-width: 480px) {
    .header {
        & .logo img {
            height: 60px !important;
        }
    }

    #owl-slider {

        & .owl-next,
        .owl-prev {
            top: 20%;
        }
    }
    .support {
        width: 100%;
        right: 0;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .8);
        backdrop-filter: blur(10px);
        & ul{
             display: flex;
             justify-content: center;
             & li{
                margin: 0 8px!important;
             }
        }
    }
    #goTop{
        bottom: 8px;
    }
}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 360px) {}