/*
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.   ***************/
.large-12.text-center.col {
    border: 1px solid #8b0d0d;
    border-radius: 10px;
	padding: 30px;
}
.row.row-large.row-divided {
    margin-top: 40px;
}
#wide-nav {
    background: #680000;
}
.widget .is-divider {
    margin-top: 0.4em;
}
.is-divider {
    background-color: rgb(97 69 69 / 99%);
}
body {
	color: #000;
}

.khung{
	border: 2px solid #c40000;
    border-radius: 20px;
    padding: 15px;
}
.row.large-columns-3.mb-0 {
    color: #fff;
}
.khungcuon {
    height: 450px;
    overflow: auto;
    padding: 1%;
    border: 2px solid #c40000;
    border-radius: 10px;
}
img.size-full.alignnone {
    margin-bottom: 0em;
}

.khungcuon::-webkit-scrollbar-thumb {
    background: #c40000;
    border-radius: 10px;
    border: 2px solid #fff;
}

.khungcuon::-webkit-scrollbar {
    width: 10px;
}
.section-title {
padding: 10px;
}
h1 {
    padding: 10px;
}
ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before {
	color: #fff;
}
.page-title {
    font-size: 27px;
    font-weight: bolder;
}
.col-inner {
    margin-bottom: 0px;
}
.container.section-title-container {
    margin-bottom: 0;
}
.entry-content {
	padding-top: 0;
}
.header-button .button {
    display: inline-block;
    padding: 5px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: gold;
    background: linear-gradient(141deg, #b90202 0%, #370000 60%, #c42400);
    border: 2px solid gold;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation: tada 1.2s infinite;
    transition: transform 0.3s, box-shadow 0.3s;
}
.is-medium:after, .is-shade:after {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    box-shadow: inset 0 1.2em 0 0 hsla(0, 0%, 100%, .1);
}
a.button.alert:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgba(255, 215, 0, 0.8);
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%, 20% {
        transform: scale3d(1, 1, 1) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
    }
    100% {
        transform: scaleX(1);
    }
}

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
