/***************************************
	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: 2.0
	License: GPL
***************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}
.mm-menu {
	color: #000;
    font-weight: 500;
    font-size: 18px;
}
.mm-panel_has-navbar .mm-navbar {
    background: #0076bc;
}
.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 {
	border-color: #000
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #fff
}
.row {
	margin: 0 -7.5px;
}
[class*=col-] {
	padding: 0 7.5px;
}
.header .logo {
	    padding: 20px 0;
}
header .fix_tel {
    position: relative;
    left: auto;
    bottom: auto;
}
.search input, .search button {
	border-radius: 0;
	background-color: #fff;
	border-color: #0076BC
}
.search button {
	background-color: #0076BC;
	color: #fff;
}
.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-wrapper {
	background: #0076BC;
	box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.4);
}
.main-menu,
.top-menu {
    height: 100%;
    position: relative;
    z-index: 9;
}
.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-menu,
.main-menu>ul>li.mega-columns-2>ul.menu-sub-content>li>ul.menu-sub-content {
	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;
}
/* menu cấp 1*/
.main-menu>ul li:not(.mega-menu) {
	position: relative;
}
.main-menu>ul>li>a {
	min-height: 40px;
	display: block;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 1rem;
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.main-menu>ul>li:last-child>a {
	border-right: 0;
}
.main-menu>ul>li.current-menu-item>a,
.main-menu>ul>li:hover>a {
	background-color: #1f9ae3;
}
.main-menu>ul>li.menu-item-has-children>a:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 104%;
    position: absolute;
    transition: all 0.3s;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #01649f;
}
.main-menu>ul>li.menu-item-has-children.current-menu-item>a:after,
.main-menu>ul>li.menu-item-has-children:hover>a:after {
	top: 80%!important
}
/* menu cấp 2*/
.main-menu>ul>li>ul.menu-sub-content:not(.sub-mega-menu) li {
	padding: 0 10px!important
}
.main-menu>ul>li>ul.menu-sub-content,
.main-menu>ul>li>ul.menu-sub-content:not(.sub-mega-menu)>li ul.sub-menu {
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 5px;
	top: 120%;
	background: rgba(255,255,255,1);
	border-top: 2px solid #01649f;
	box-shadow: 0px 1px 5px 0px #333;
	width: 300px;
    transition: .3s all;
}
.main-menu>ul>li ul.menu-sub-content:not(.sub-mega-menu) {
	padding: 10px 0!important;
}
.main-menu>ul>li>ul.sub-mega-menu {
	left: 0;
	width: 100%;
    transition: .3s all;
    margin: 0 15px;
}
.main-menu>ul>li.menu-item-has-children:hover>a:after,
.main-menu>ul>li:hover ul.menu-sub-content {
	visibility: visible;
	opacity: 1;
    top: 100%;
}
.main-menu>ul>li>ul.menu-sub-content>li>a {
	font-size: 15px;
	color: #333;
	padding: 5px 0;
	display: block;
	font-weight: 600;
}
.main-menu>ul>li>ul.sub-mega-menu>li.menu-item-has-children>a {
	font-weight: 600;
    border-bottom: 1px solid #ccc;
}
/* menu cấp 3*/
.main-menu>ul>li>ul.menu-sub-content:not(.sub-mega-menu)>li ul.sub-menu {
	left: 100%;
}
.main-menu>ul>li>ul.menu-sub-content:not(.sub-mega-menu) li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: -12px;
}
.main-menu>ul>li>ul.menu-sub-content>li ul.menu-sub-content a {
	color: #333;
	padding: 5px 0;
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
	display: block;
	transition: .3s all;
	text-decoration: none;
}
.main-menu>ul>li>ul.menu-sub-content>li a:hover,
.main-menu>ul>li>ul.menu-sub-content li.current-menu-item>a{
	color: #c40101!important;
}
/* columns for mega menu */
.main-menu>ul>li[class*=mega-columns-]>ul.sub-mega-menu>li {
	height: 100%;
	padding: 0 5px;
}
.main-menu>ul>li.mega-columns-2>ul.sub-mega-menu>li,
.main-menu>ul>li.mega-columns-2>ul.menu-sub-content>li>ul.menu-sub-content li {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.main-menu>ul>li.mega-columns-3>ul.sub-mega-menu>li {
	-ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.main-menu>ul>li.mega-columns-4>ul.sub-mega-menu>li {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.main-menu>ul>li.mega-columns-5>ul.sub-mega-menu>li {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.main-menu>ul>li.mega-columns-6>ul.sub-mega-menu>li {
	-ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.heading {
	border-bottom: 1px solid #0076BC;
	margin-bottom: 15px;
}
.heading .title {
	background-color: #0076BC;
	line-height: 36px;
    padding: 10px;
    color: #fff;
}
.product .figure .product-item {
	transition: .5s all;
	border: 1px solid #ccc
}
.product .figure .product-item:hover {
	box-shadow: 0px 0px 10px 2px #afafaf;
}
.product .thumb {
	width: 100%;
	overflow: hidden;
	border-bottom:1px solid #ddd;
	margin-bottom: .5rem;
	position: relative;
}
.product .figure img {
	width: 100%;
	height: 200px;
	margin-bottom: 0;
	    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.product .figure:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product .figure h2 {
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	height:50px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #333;
}
.product .figure a:hover h2 {
	color: #b53737;
}
.product-item .price {
	height: 50px;
	align-items: center;
	display: grid;
	justify-content: center
}
.product-item .price div {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #FF8A00
}
.product-item .price div ins {
	color: #FF3300;
	text-decoration: none
}
.product-item .price div del {
	color: #7A7A7A;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 12px;
}
.textwidget p {
	margin-bottom: 0;
}
.tu-van .card {
	margin-bottom: 5px
}
.tu-van .card .card-text {
	display: none;
}
.videos {
	position: relative;
}
.videos .icon-play {
	position: absolute;
	text-align: center;
    color: #d12121;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.videos .icon-play .fa {
	position: absolute;
    line-height: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 50px;
    width: 50px;
    height: 50px;
}
.videos img {
	width: 100%;
	height: auto!important;
}
.product-page .price-box {
	background: #f6f7f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ffd664;
    margin-bottom: 15px;
}
.product-page .price-box .current-price {
	font-weight: 600;
    font-size: 16px;
    color: #777;
    margin: 4px 0px;
}
.product-page .price-box .current-price ins {
	font-size: 20px;
	text-decoration: none;
    color: #ff7800;
}
.product-page .price-box .current-price.green ins {
	font-size: 16px;
	color: green;
}
.product-page .info h1 {
	font-size: 25px;
}
#breadcrumb {
	margin-top: 20px;
}
#breadcrumb .breadcrumb {
	background: #fff;
	font-weight: 400;
	padding-left: 0;
	padding-right: 0;
}
#breadcrumb a,
#breadcrumb .current {
	color: #333;
	font-size: 14px;
	margin: 0 3px;
	text-decoration: none;
}
#breadcrumb .current {
	line-height: 25px;
}
.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 .widgettitle	{
	padding: 12px 15px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	background-color: #0684b4;
	text-transform: uppercase;
	font-weight: normal;
}
.sidebar ul li div {
	width: 100%;
    margin-bottom: 5px;
}
.sidebar ul li.widget_nav_menu ul.menu,
.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 {
	position: relative;
}
.sidebar ul li.widget_nav_menu 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: 500;
    font-size: 16px;
}

.sidebar ul li.widget_nav_menu ul li a:hover {
	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_nav_menu ul.menu > li > a {
	border-top: 1px solid #ddd;
}
.sidebar ul li.widget_nav_menu ul.menu > li:first-child > a {
	border-top: none
}
.sidebar ul li.widget_nav_menu ul.sub-menu li a {
	/*margin-left: 30px;*/
}
.sidebar ul li.widget_nav_menu .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 {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: bold;
}
.sidebar ul li.widget_nav_menu ul li .holder.rotate {
	transform: rotate(180deg);
	/*content: "\f106";
	font-family: 'FontAwesome';
	font-weight: bold;*/
}
.sidebar ul li.widget_nav_menu .sub-menu {
	/*display: none;*/
	padding: 0;
	margin-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 {
    background: #474747;
    padding: 30px 0;
    margin-top: 30px;
}
.footer-widgets-box ul {
	padding: 0;
	list-style: none;
}
.footer-widgets-box ul.menu,
.footer-widgets-box .textwidget ul {
    list-style: inside;
}
.footer .widgettitle {
    position: relative;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.footer .widgettitle:after {
    position: absolute;
    content: "";
    background-color: #dd9933;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
.footer-widgets-box ul h2.widgettitle {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
	text-transform: uppercase;
    font-weight: 700
}
.footer-widgets-box h4 {
	font-size: 15px;
	margin-top: 15px;
}
.footer, .footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
	line-height: 30px;
}
.footer-bottom {
    background: #3d3d3d;
    color: #dd9933
}
.social-bar a {
    color: #8c8c8c;
    background: #ebebeb;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.social-bar a:hover, .social-bar.line a span, .social-bar.dark a, .social-bar.colors a, .social-bar.colors a:hover, .social .btn {
    color: #fff;
}
.social-bar a.facebook:hover, .social-bar.colors a.facebook, a.btn-fb {
    background: #6078aa;
}
.social-bar a.twitter:hover, .social-bar.colors a.twitter, a.btn-tw {
    background: #00abf0;
}
.social-bar a.gplus:hover, .social-bar.colors a.gplus, a.btn-gg {
    background: #d95232;
}
.social-bar a.youtube:hover, .social-bar.colors a.youtube {
    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 screen and (max-width: 800px) {
	.header {
		padding: 10px 0;
		position: relative;
	}
	.header .logo {
		display: block;
	}
	#toggle-top {
	    display: block;
	    height: 50px;
	    width: 50px;
	    line-height: 50px;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    bottom: 0;
	    font-size: 25px;
	    margin: auto;
	    right: 15px;
	    z-index: 1000;
	    color: #333;
		border: 1px solid #0076bc;
	}
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	.footer section {
		width: 100%;
		float: none;
	}
}
@media (max-width: 480px) {
	header .logo {
	    text-align: center;
	}
}
@media screen and (max-width: 330px) {
}
.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;
}
@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;
}



/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}

p.nameuser,p.nameuser a{
    color: #fff;
}

.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
    background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/



.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    overflow: hidden;
}


/*them nut call*/

.alo-floating.call-zalo {

    bottom: 92px;

    background:#0156c4;

}



.alo-floating.call-skype {

    bottom: 130px;

    background: #243fc0;

}



.alo-floating {

    display: block;

    left: 15px;

    bottom: 10px;

    position: fixed;

    z-index: 9999;

    text-align: center;

    height: 40px;

    line-height: 40px;

    font-size: 14px;

    font-weight: 700;

    border-radius: 40px;

    cursor: pointer;

    padding-right: 5px;

    max-width: 250px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    background: #e42222;

    padding: 0 10px;

}



.alo-floating a {

    color: #FFF;

}

.zalo-share-button {
    width: 75px !important;
    height: 20px !important;
font-size: 15px;
background: #03a5fa;
color: #fff;
line-height: 20px;
display: inline-flex;
margin-bottom: 2px;
    border-radius: 3px;
    margin-left: 3px;
}

.zalo-share-button i {
display: block;
width: 40px;
height: 40px;
background: url(../../../share/logo_blue_l.jpg);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 1px;
}

.zalo-share-button span {
background: #03a5fa;
    color: #fff;
}