/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

p {
    margin-top: 0;
    margin-bottom: .5em !important;
}
header {
    display: none !important;
}
.img, .img img {
    width: 100%;
    border-radius: 15px !important;
}
.is-outline {
    color: #fff;
}
.col, .columns, .gallery-item {
    margin: 0;
    padding: 0 15px 15px;
    position: relative;
    width: 100%;
}
.pt-half {
	padding-top: 0px;
}
a.button.alert.is-outline {
    width: 320px;
}
.button, button, fieldset, input, select, textarea {
    margin-bottom: 1.5rem;
}
.logo1 {
	width: 90%;
    height: 90%;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 28%);
    border: 5px solid #d7d7d7;
}
h2 {
    color: #b20000;
    border-left: 3px solid #b20000;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(215, 237, 255, 0) 0%, rgb(253 230 230) 100%);
    padding: 10px;
    text-align: left;
}
.khung{
	border: 2px dashed #b20000;
    padding: 15px;
    border-radius: 8px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.col1 {
		padding: 0 !important;
	}
	.row1 {
		margin-bottom:	10px !important;
	}
}
@media only screen and (max-width: 48em) {
    .row1 {
        margin-bottom: 20px !important;
    }
}