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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    border-bottom: none;
}
.nav-dropdown .menu-item-has-children>a {
    font-weight: 700;
    color: #fff!important;
    font-size: 15.3px;
}
.nav-dropdown li a{
    font-size: 17px;
}
.nav-dropdown .sub-menu{
        min-width: 300px !important;
}
.nav-dropdown {
    min-width: 300px !important;
}
.nav-dropdown .menu-item-has-children>a:after {
    content: "";
    display: block;
    border-bottom: 3px solid #8ac042;
    width: 50px;
    margin-top: 5px;
}
.section-slide-duoi .flickity-page-dots {
    BOTTOM: 10%;
    RIGHT: 2%;
     LEFT: auto;
    transform: none;
    top: auto;
}
.flickity-page-dots {
    TOP: 42%;
    transform: rotate(90deg);
    BOTTOM: AUTO;
    RIGHT: 2%;
    LEFT: AUTO;
}
.article-inner {
    transition: opacity .3s, box-shadow .5s, transform .3s;
    border: 2px solid #f7d5e3;
    padding: 20px;
    border-radius: 3px;
    /* padding-top: 0; */
}
.div-no-padding{
	padding-bottom: 0px !important;
}
.section-dich-vu .icon-box img{
	    width: 90%;
    border-radius: 50%;
    margin: auto;
    padding: 4px;
    display: block;
    background: linear-gradient(to bottom,#fff,#4fa3c7);
}
.section-dich-vu .icon-box img:hover {
    background: linear-gradient(to bottom,#fff,#ffb308);
}
.section-tin-noi-bat .post-item .box-text .post-title {
    text-transform: uppercase;
    color: #06315b;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}
.post-item .box-text button {
    background: #06315b;
    border: 0;
    border-radius: 4px;
    color: white;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 14px;
}
.entry-divider{
	display: none;
}
.article-inner  h2 {
    font-family: Arial,Helvetica,sans-serif;
    color: #FF4500 !important;
    font-weight: 700;
}
.social-icons a{
    border-radius: 3px !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: #8ac042!important;
}
.section-tin-noi-bat .post-item .col-inner {
    background: white;
    padding: 25px;
    border-radius: 10px;
}
#custom_html-2{
	    border-radius: 5px;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}
#custom_html-2 h3{
	text-align: center;
}
.widget .is-divider{
	display: none;
}
.widget-title span {
    color: #2683a1;
    PADDING-BOTTOM: 20px;
    display: block;
    letter-spacing: 0;
}
.nav-dropdown {
    font-size: 100%;
    border-top: 3px solid #8ac042;
}
.nav .nav-dropdown {
    background-color: #014a81;
}
.has-format, .video-fit, .image-cover {
    margin-bottom: 10px;
    border-radius: 10px;
}
.nav > li > a {
    font-weight: 700 !important;
}
.div-form .form-dat-hang{
	background-color: rgb(27, 77, 140);
	border-radius: 10px;
	padding: 30px;

}
.header-nav-main > li > a{
	    padding: 7px 12px;
}
.header-nav-main > li > a:hover {
    color: #FFF!important;
    background-color: #9ee146;
}
h1{
	color: #06315b !important;
}
.blog-archive  .post-item .box-text .post-title {
    font-size: 18px;
    color: #2a839f;
    margin-top: 10px;
    margin-bottom: 6px;
}
.title-home{
	color: #06315b;
}
.box-text .is-divider{
	display: none;
}
.blog-archive .post-item .col-inner {
    background: #fff;
    border-radius: 8px;
    transition: .3s ease;
    min-height: 370px;
  
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.blog-archive .post-item .box-image {
    border: 10px solid white;
    box-shadow: 2px 2px 8px gray;
    border-radius: 4px;
}
.blog-wrapper .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.blog-archive .post-item .box-text {
    text-align: center;
}
.wpcf7-submit {
    background: #d24728 !important;
    display: block !important;
    margin: 0px auto !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}