/***************************************
	Theme Name: minhduongads
	Theme URI: http://minhduongads.com
	Description: The Ultimate WordPress News Theme you have been waiting for!
	Author: minhduongads
	Author URI: http://minhduongads.com
	Version: 1.3.0
	License: GPL
	Text Domain: k
 	Domain Path: /languages
***************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,400i,600,600i,700,700i|Roboto+Condensed:400,400i,700,700i&subset=latin,latin-ext,vietnamese');
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #fcb333;
}
.mm-menu {
	background: #2e40b0;
    color: rgba(255, 255, 255, 1);
}
.mm-panel_has-navbar .mm-navbar {
    background: #17267f;
}
.mm-panel_has-navbar .mm-navbar .mm-navbar__title {
	color: #fff;
}
.mm-menu .mm-listview .mm-btn_next:after,
.mm-btn_next:after, .mm-btn_prev:before,
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #fff
}
.row {
	margin: 0 -7.5px;
}
.row.clear-col {
	margin: 0;
}
[class*=col-]:not(.col-inner) {
	padding: 0 7.5px;
}
.row.clear-col [class*=col-]:not(.col-inner) {
	max-width: 100%!important;
	-webkit-box-flex: 0!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    padding: 10px
}
.row.clear-col [class*=col-]:not(.col-inner) [class*=mb-] {
	margin-bottom: 0!important;
}
.header-address p {
	margin-bottom: 0;
}

header.header {
	background: #111;
	color:#fff;
	padding: 10px 0;
	width: 100%;
	z-index: 9;
	box-shadow: 0px 0px 10px #ccc;
}
body.admin-bar header.header {
	padding-top: 42px;
}
.search input, .search button {
	background-color: transparent;
    border-radius: 100px;
    line-height: 1.3em;
    color: #ccc;
    border-color: #393939;
}
.search input:focus, .search button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.20);
}
.search input {
	width: 350px!important;
	border-right: 0;
}
.search button {
	border-left: 0;
}
.search button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.search-result {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	display: none;
	border: 1px solid rgba(0,0,0,.125);
}
.main-menu,
.top-menu {
    height: 100%;
    position: relative;
}
.top-menu {
	margin-bottom: 15px;
}
.main-menu {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.main-menu ul,
.top-menu ul {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.main-menu>ul,
.main-menu>ul>li ul.sub-mega-thumbnail,
.top-menu>ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}
/* menu cấp 1*/
.main-menu>ul li {
	position: relative;
	align-self: flex-end!important;
}
.top-menu>ul>li {
	position: relative;
}
.top-menu>ul>li:after {
	content: "";
	position: absolute;
	margin: auto;
	height: 13px;
	width: 1px;
	background: #fff;
	right: 0;
	top: 0;
	bottom: 0;
}
.top-menu>ul>li:last-child:after {
	display: none;
}
.top-menu>ul>li>a,
.main-menu>ul>li>a {
	max-height: 70px;
	display: block;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
	position: relative;
}
.main-menu>ul>li>a>i.fa {
	font-size: 25px;
	margin-right: 5px;
}
.main-menu>ul>li:hover>a {
	color: #fcb333;
}

.main-menu>ul>li>a>span.menu-icon,
.main-menu>ul>li>a>span.menu-icon-hover {
	text-align: center;
	display: block;
}
.main-menu>ul>li>a>span.menu-icon-hover,
.main-menu>ul>li:hover>a>span.menu-icon {
	display: none;
}
.main-menu>ul>li:hover>a>span.menu-icon-hover {
	display: block;
}
.main-menu>ul>li ul.sub-mega-thumbnail [class*=column-] {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.main-menu>ul>li ul.sub-mega-thumbnail [class*=column-] li:hover a {
	color: #fcb333
}
/* menu cấp 2*/
.main-menu>ul>li>ul.sub-menu li {
	padding: 0 10px!important
}
.main-menu>ul>li>ul.sub-menu {
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 120%;
	background: rgba(255,255,255,1);
	border-top: 2px solid #f36;
	box-shadow: 0px 1px 5px 0px #333;
	width: 300px;
    transition: .3s all;
    z-index: 9999;
}
.main-menu>ul>li ul.sub-menu {
	padding: 10px 0!important;
}
.main-menu>ul>li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
    top: 100%;
}
.main-menu>ul>li>ul.sub-menu>li>a {
	font-size: 15px;
	color: #333;
	padding: 5px 0;
	display: block;
}
.main-menu>ul>li>ul.sub-menu>li:hover>a {
	color: #fcb333
}
.btn-cart {
	display: block;
    border-top: 2px solid #8e8e8e;
    border-left: 2px solid #8e8e8e;
    border-bottom: 2px solid #8e8e8e;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 135px;
    height: 46px;
    line-height: 40px;
    background: #1e1e1e;
    color: #fcb333;
    font-size: 17px;
    font-weight: 600;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    position: fixed;
    top: 150px;
    right: -85px;
    z-index: 1996;
    padding-left: 54px;
}
.btn-cart:hover {
	right: 0;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    color: #fcb333;
}
.cart-icon {
	width: 44px;
    height: 44px;
    margin-right: 15px;
    position: absolute;
    line-height: 44px!important;
    text-align: center;
    border-radius: 50%;
    border-right: 1px solid #fcb333;
    left: 0;
}
.btn-cart span.count {
	height: 20px;
    position: absolute;
    top: -5px;
    min-width: 20px;
    line-height: 20px;
    font-weight: normal;
    left: 25px;
    background: #fcb333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 10px;
	color: #fff;
	text-align: center;
	background: #353535;
	border-radius: 2px;
}
.breadcrumb-wrap {
	background: #fcb333;
	margin-bottom: 20px;
}
#breadcrumb .breadcrumb {
	background: transparent;
	font-weight: 400;
	padding-left: 0;
	color: #fff;
	padding-right: 0;
	margin: 0;
}
#breadcrumb a,
#breadcrumb .current {
	color: #fff;
	font-size: 18px;
	margin: 0 3px;
	text-decoration: none;
}
#breadcrumb .current {
	line-height: 25px;
}
.post-box {
	padding: 15px 0;
}
.post-box a img {
}
.post-box:first-child {
	padding-top: 0;
}
.post-box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.post-box h2.post-box-title {
	font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}
.post-box .post-meta,
.post-meta a {
	color: #888;
	padding: 0;
	font-size: 80%;
}
.post-meta a h2 {
	text-align: center;
}
.post-meta a:hover h2 {
	color: #ac931a;
}
.post-box .post-meta {
	margin: 10px 0;
}
.post-item {
	width: 100%;
	background: transparent;
}
.post-item img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.post-item figcaption h2 {
	display: block;
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #333;
}
.post-meta, .post-meta a {
	color: #333;
	text-decoration: none;
}
.post-meta, .post-meta p {
	font-size: 13px
}
.retail .heading {
	border-bottom: 1px solid #dbab40;
}
.retail .heading .title {
	display: inline-block;
	background: #dbab40;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px
}
.retail .block-content {
	padding-top: 10px;
/* 	-webkit-box-shadow: 0 0 5px #CACACA;
    -moz-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #CACACA;
    transition: all .4s */
}
/* HOME */

.sidebar ul {
	list-style: none
}
.sidebar ul li.widget {
	margin-bottom: 30px;
}
.sidebar ul li.widget:last-child {
	margin-bottom: 0;
}
.sidebar ul li.widget .widget-top h4 {
	padding: 12px 15px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	background-color: green;
	text-transform: uppercase;
	font-weight: normal;
}
.sidebar ul li.widget:nth-child(odd) .widget-top h4 {
	background: #fcb333;
}
.sidebar ul li div.widget-container {
	width: 100%;
    margin-bottom: 5px;
}
.sidebar ul li.widget_nav_menu ul.menu,
.sidebar ul li.widget_product_categories ul.product-categories,
.sidebar ul li.widget_categories ul,
.sidebar ul li.widget_support ul {
	padding: 0;
    margin: 0;
    list-style: none;
    color: #333;
    border-top: 0;
    border: 1px solid #ccc;
}
.sidebar ul li.widget_nav_menu ul.menu li,
.sidebar ul li.widget_product_categories ul.product-categories li,
.sidebar ul li.widget_categories ul li {
	position: relative;
}
.sidebar ul li.widget_nav_menu ul li a,
.sidebar ul li.widget_product_categories ul li a,
.sidebar ul li.widget_categories ul li a,
.sidebar ul li.widget_support ul li {
	padding: 10px 15px;
	display: block;
	width: 100%;
	height: auto;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.sidebar ul li.widget_nav_menu ul li a:hover,
.sidebar ul li.widget_product_categories ul li a:hover,
.sidebar ul li.widget_nav_menu ul li.current-menu-item > a,
.sidebar ul li.widget_product_categories ul li.current-cat > a,
.sidebar ul li.widget_categories ul li a:hover,
.sidebar ul li.widget_categories ul li.current-cat > a {
	color: #d90d0d
}
.sidebar ul li.widget_support ul li,
.sidebar ul li.widget_support ul li a {
	font-weight: 600;
	color: #2E40B0;
	text-decoration: none;
}
.sidebar ul li.widget_product_categories ul.product-categories > li > a,
.sidebar ul li.widget_categories ul > li > a,
.sidebar ul li.widget_nav_menu ul.menu > li > a {
	border-top: 1px solid #ddd;
}
.sidebar ul li.widget_nav_menu ul.menu > li:first-child > a,
.sidebar ul li.widget_product_categories ul.product-categories > li:first-child > a,
.sidebar ul li.widget_categories ul > li:first-child > a {
	border-top: none
}
.sidebar ul li.widget_nav_menu .holder,
.sidebar ul li.widget_product_categories .holder,
.sidebar ul li.widget_categories .holder {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #960f00;
    transition: all .3s;
}
.sidebar ul li.widget_nav_menu ul li .holder:before,
.sidebar ul li.widget_product_categories ul li .holder:before,
.sidebar ul li.widget_categories ul li .holder:before {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: bold;
}
.sidebar ul li.widget_nav_menu ul li .holder.rotate,
.sidebar ul li.widget_product_categories ul li .holder.rotate,
.sidebar ul li.widget_categories ul li .holder.rotate {
	transform: rotate(180deg);
}
.sidebar ul li.widget_nav_menu .sub-menu,
.sidebar ul li.widget_product_categories .children,
.sidebar ul li.widget_categories .children {
	padding: 0;
}
.sidebar ul li.widget_nav_menu .sub-menu li,
.sidebar ul li.widget_product_categories .children li,
.sidebar ul li.widget_categories .children li {
	padding-left: 20px;
}
.sidebar ul li.widget-news ul {
	padding: 0 10px!important;
}
.sidebar ul li.widget-news ul .card {
	padding: 10px 0;
	margin-bottom: 0;
	border:0;
	border-bottom: 1px dashed #d4d4d4;
}
.sidebar ul li.widget-news ul .card:last-child {
	border-bottom: 0
}
.footer-widgets-box ul {
	padding: 0;
	list-style: none;
	border: 0!important;
}
.footer-widgets-box ul .post-noi-bat {
	border-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.footer-widgets-box ul.menu,
.footer-widgets-box .textwidget ul {
    list-style: inside;
}
#theme-footer {
    position: relative;
    border-top: 1px solid red;
    padding: 20px 0 15px;
    background: #111;
    color: #fff;
}
#theme-footer .textwidget h3 {
	font-size: 17px;
}
#theme-footer .textwidget p {
	font-size: 14px;
}
#theme-footer a {
    color: #F88C00;
}

#theme-footer a:hover {
    color: #FFF;
}
.footer-bottom {
    position: relative;
    background: #2e2e2e;
    line-height: 20px;
    border-top: 1px solid #444;
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
.footer-bottom a {
	color: #ccc;
	text-decoration: none;
}
/* Footer Widgets */

.footer-widgets-box {
    float: left;
    margin-right: 4%;
    position: relative;
}

.footer-1c .footer-widgets-box {
    width: 100%
}

.footer-2c .footer-widgets-box {
    width: 48%;
}

.footer-3c .footer-widgets-box {
    width: 30.66666666666667%;
}

.footer-4c .footer-widgets-box {
    width: 22%;
}

.narrow-wide-2c #footer-first,
.wide-narrow-2c #footer-second {
    width: 32%;
}

.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-first {
    width: 64%;
}

.wide-left-3c #footer-first,
.wide-right-3c #footer-third {
    width: 46%;
}

.wide-left-3c .footer-widgets-box,
.wide-right-3c .footer-widgets-box {
    width: 23%;
}

.footer-1c .footer-widgets-box,
.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-second,
.footer-2c #footer-second,
.footer-3c #footer-third,
.footer-4c #footer-fourth,
.wide-right-3c #footer-third,
.wide-left-3c #footer-third {
    margin-right: 0;
}

.footer-widget-top h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.footer-widget-container p {
    padding-bottom: 1.0em;
}
.social-bar a {
    color: #fff!important;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    font-size: 18px;
    margin-right: 5px;
}
.social-bar.colors a.facebook,
.social-bar.colors a.twitter,
.social-bar.colors a.gplus,
.social-bar.colors a.youtube {
	background-color: rgba(118, 118, 118, 0.47);
	border-radius: 50%;
	transition: all .4s;
}
.social-bar a:hover, .social-bar.line a span, .social-bar.dark a, .social-bar.colors a, .social-bar.colors a:hover {
    color: #fff;
    border-radius: 0;
}
.social-bar a.facebook:hover {
    background: #6078aa;
}
.social-bar a.twitter:hover {
    background: #00abf0;
}
.social-bar a.gplus:hover {
    background: #d95232;
}
.social-bar a.youtube:hover {
    background: #db2828;
}
.contact-map {
    position: relative;
}
.contact-info {
    position: absolute;
    background: #fff;
    padding: 15px;
    top: 10px;
    left: 10px;
    width: 75%;
    box-shadow: 10px 10px 10px -3px;
}
.contact-info:after {
    content: "";
        border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
    bottom: -7px;
    position: absolute;
    right: 34%;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px
	}
}
@media screen and (max-width: 800px) {
	.header {
		padding: 10px 0;
		position: relative;
	}
	body.admin-bar header.header {
	    padding-top: 46px;
	}
	body.admin-bar .breadcrumb-wrap {
		padding-top: 151px;
	}
	#toggle-top {
	    display: block;
	    height: 35px;
		width: 35px;
		position: absolute;
		text-align: center;
		top: 0;
		bottom: 0;
		line-height: 35px;
		font-size: 20px;
	    margin: auto;
	    right: 15px;
	    z-index: 1000;
	    color: #333;
	    outline: 0;
	}
	table.responsive { 
        margin-bottom: 0;
        overflow: hidden; 
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
	[class*=footer-] .footer-widgets-box {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
}
@media (min-width: 800px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 35px;
		height: 35px;
		font-size: 35px;
		line-height: 10px;
		color: #fff;
		text-align: center;
		background: #353535;
		border-radius: 2px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 25px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 25px;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 480px) {
	header .logo {
	    text-align: center;
	}
	header .logo img {
		height: 80px!important;
	}
}
.fix_tel {position:fixed;bottom:30px;left:18px;z-index:999;}
.fix_tel a {
	text-decoration: none;
}
.fix_tel a .fone {
	text-decoration: none;
	display:block;
	font-size: 19px;
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 48px;
    margin: 0 0;
}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #c40101;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #c40101;
    opacity: 0.5;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #c40101;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #c40101;
}
.zalo {
	position: fixed!important;
    width: 200px!important;
    height: 200px!important;
    right: -40px;
    bottom: 70px;
    display: block;
}
.zalo .ring-alo-ph-circle {
	width: 150px;
    height: 150px;
    top: 0;
    left: 0px;
    border-color: #00aff2;
    border-color: #bfebfc;
    opacity: .5;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zalo .ring-alo-ph-img-circle {
	width: 50px;
	height: 50px;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zalo .ring-alo-ph-img-circle a img {
	width: 45px;
	height: 45px;
	padding: 0;
}
@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.2) skew(1deg);
	}
	25% {
		opacity: 0.25;
		transform: rotate(0deg) scale(0.4);
	}
	50% {
		opacity: 0.35;
		transform: rotate(0deg) scale(0.65);
	}
	75% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.85) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
.ring-alo-ph-img-circle a img {
	padding: 1px 0 12px 1px;
	width: 25px;
	position: relative;
	top: -1px;
}
/* =WordPress Core
————————————————————– */
.alignnone {
margin: 5px 20px 20px 0;
}
.content .content-text img,
.post-content img,
.alignnone,
.aligncenter,
.alignright,
.alignleft,
.commonInfo img {
  max-width: 90%;
}
.aligncenter, div.aligncenter {
display:block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float:right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin:0;
max-width: 98.5%;
padding:0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
@media screen and (max-width:767px){
	.home .page{
		background:#FFF;
		margin-bottom: -30px;
	}
	header .d-md-none p{
		margin-bottom:0px;
	}

	header .d-md-none{
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	header .d-md-none strong{
		font-family: "Roboto", sans-serif;
		margin-bottom:5px;
	}

	header .d-md-none em span{
		font-family: "Roboto", sans-serif;
	}

	header .d-md-none em span:nth-child(odd){
		margin-left:-55px;
	}

	header .d-md-none em span:nth-child(even){
		margin-left:60px;
	}
}