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

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

.duvion {
	text-align: center;
	font-family: "Baloo";
	color: #085b8b;
	font-weight: normal
}
.html_topbar_right .duvion {
	font-size: 30px;
	padding-top: 10px
}
.header-bottom-nav.nav > li > a {
	padding: 10px
}
.header-bottom-nav.nav > li > a:hover,.header-bottom-nav.nav > li.active > a {
	background-color: #376092;
	    border-radius: 5px;
}
.clduvion h1 {
	font-family: "Baloo";
    font-size: 40px;
    color: #085b8b;
	font-weight: normal;
}
.acduvion .accordion-title span {
	font-family: "Baloo";
	font-weight: normal;
	color: #085b8b;
	font-size:30px;
	text-transform:uppercase
}
.acduvion .accordion-title button {
	display: none
}
.acduvion a.accordion-title {
    background: url(https://duvion.vn/wp-content/uploads/2019/12/cauvong.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
	    border: none;
}
.flickity-page-dots .dot {
	border-color: #085b8b
}
.flickity-page-dots .dot.is-selected {
    background-color: #085b8b;
}
.recent-blog-posts-li .post_comments {
	display: none;
}
.fitwp_question {
    border: 1px solid #00b9eb;
	background-color:#a3dff5;
	clear: both;
	margin: 0 0 20px;
	padding: 10px;
	text-align: justify;
	border-radius: 5px;
}
.single-fitwp_question h1.entry-title {
    background: url(images/bg-user.png) no-repeat left 10px top;
    padding-left: 75px;
    min-height: 70px;
}
.entry-content p {
    margin: 0 0 25px;
    text-align: justify;
}
.answer-content {
    background-color: #fff;
margin: 10px 0;
padding: 10px;
overflow: hidden;
border: 1px solid #00b9eb;
border-radius: 5px;
}
.form-left {
    width: 47%;
    float: left;
    margin-right: 6%;
}

.form-right {
    width: 47%;
    float: left;
}
input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 5px;
    border: solid 1px #00b9eb;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #f15900;
	border: none;
	border-radius: 20px;
}
#header .header-search i.icon-search {
	font-size:  200%!important;
}

.bluebg {
	border: 1px solid #00b9eb;
	/*background-color: #a3dff5;*/
	background-color: #d3f3ff;
	padding: 10px;
	border-radius: 5px;
}
.topdiv{text-align: right;}
.topdiv a.content-top{    background: #00b9eb;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
	font-size: 12px;
    border-radius: 5px;
    text-align: right;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.html_topbar_right .duvion {
	font-size: 20px;
	padding-top: 10px
}
.acduvion .accordion-title span {
		font-size:25px;
}
.header.show-on-scroll,.has-sticky .stuck .header-main {
     height: 52px!important;
}
.stuck .header-main #logo img {
    max-height: 52px!important;
}

}

@media only screen and (min-width: 48em) {
	#header .header-search a::before {
		content: 'Tìm kiếm';
		padding-right: 10px;
	}
}