/*
Theme Name: LIGHTUP
Theme URI: https://muatheme.com/san-pham/theme-wordpress-cho-thue-di-chung-xe-oto-mau-so-3/
Author: MuaTheme.com
Author URI: https://themeforest.net
Description: LIGHTUP VIETNAM
Template: flatsome
Version: 1.0.0
*/

/**
* Global
*/
p {
	margin-bottom: 10px;
}

.mh-no-margin {
	margin: 0 !important;
}

.mh-no-padding {
	padding: 0 !important;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-font-size-x-large {
	font-size: 25px !important;
}

.mh-font-size-large {
	font-size: 22px;
}

.mh-font-size-normal {
	font-size: 19px !important;
}

.mh-font-size-small {
	font-size: 17px !important;
}

.mh-font-small {
	font-size: 14px;
}

.mh-font-normal {
	font-weight: normal !important;
}

.mh-font-bold {
	font-weight: bold;
}

.mh-font-italic {
	font-style: italic;
}

.mh-color-primary {
	color: var(--primary-color) !important;
}

/*
.mh-color-secondary {
	color: #042e37 !important;
}

.mh-background-success {
	background-color: #e5c71f !important;
}
*/

.mh-text-justify {
	text-align: justify;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
}

.mh-map::before,
.menu-item-map a::before {
 content: "\f3c5";
}

.mh-hotline::before,
.menu-item-hotline a::before {
 content: "\f2a0";
}

.mh-phone::before,
.menu-item-phone a::before {
 content: "\f3cd";
}

.mh-mail::before,
.menu-item-mail a::before {
 content: "\f2b6";
}

.mh-flex-row {
	display: flex !important;
	flex-direction: row;
}

.mh-list {
	list-style-type: none;
}

.mh-list > li {
	margin: 0;
}

/* Form */

select {cursor: pointer;}

select, input, textarea,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
	font-weight: 300;
}

.wpcf7-form {
	margin-bottom: 0;
}

.mh-form-2-col,
.mh-form-3-col {
	justify-content: space-between;
	align-items: center;
}

.mh-form-2-col > label {
	flex-basis: 49%;
}

#wpcf7-f650-p651-o1 span.wpcf7-form-control-wrap {display: inline;}

.mh-form-50w {
	width: 49% !important;
}

#mfcf7_zl_add_file.button {background-color: #5c88c1 !important; width: 100% !important;}

/* UX Theme */

.mh-display-none {
	display: none !important;
}

.mh-col-no-divider .is-divider {
	display: none;
}

.mh-sec-color > .bg {
	background: #fdb21d;
	/*background: linear-gradient(to right, #0f959b, #064a50);*/
}

.mh-col-radius > .col-inner {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

.mh-col-shadow > .col-inner {
	box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-moz-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-webkit-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-o-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.normal .section-title,
.mh-title-simple.normal .section-title-main {
	font-weight: 400;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

	/* Icon */
.mh-icon-left {
	align-items: center;
}

.mh-icon-center .icon-box-img img,
.mh-icon-left .icon-box-img img {
	padding: 0;
}

.mh-icon-left .icon-box-text {
	padding-left: 30px !important;
}

.mh-icon-center h5.uppercase,
.mh-icon-left h5.uppercase {
	text-transform: initial;
	font-size: 17px;
}

.mh-icon-center .icon-box-img{
	margin-bottom: 20px;
}

	/* Button */
.mh-buton-color {
    background: #feb313;
    font-weight: normal;
    margin: 0;
    border: 0;
    min-height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.mh-buton-color:hover {
	background: #954704;
}

	/* Carousel */
.mh-carousel .flickity-slider {
	padding-top: 10px !important;
}

	/* Page title */
.mh-page-title {
	background-color: transparent !important;
}

.mh-page-title > .page-title-bg {
	display: none;
}

.mh-page-title .page-title-inner  {
	padding-bottom: 0;
	padding-top: 0;
	justify-content: flex-start !important;
}

.mh-page-title .page-title-inner .title-content {
	display: none;
}

.mh-page-title .mh-archive-title,
.mh-page-title .page-title-inner .title-wrapper h1 {
	color: #fff;
	background-color: transparent;
	text-transform: uppercase;
}

/**
 * Header
 */
#masthead .html.header-button-1 {
	margin: 0 40px;
}

#masthead .header-button > a {
	border: 0;
	font-weight: 500;
	text-transform: initial;
	/*background: linear-gradient(to right, #feb313, #ec781f);*/
	background: #000;
	min-height: 45px;
	line-height: 45px;
	font-size: 14px;
}

#masthead .header-button > a:hover {
    background: linear-gradient(to left, #ec781f, #feb313);
}

.header-main li.html.custom{
    display: inline-block !important;
    width: 30px;
    text-align: right;
}

/* Logo */

#logo {position: relative;}

#logo img:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/**
 * Footer
 */
/* Main */

.mh-col-footer .dark,
.mh-col-footer .dark p{
	color: #fff;
}

.mh-col-footer p,
.mh-col-footer a,
.mh-col-footer span,
.mh-col-footer li {
	font-size: 14px;
	margin-bottom: 0;
}

.mh-col-footer ul {
	list-style-type: none;
	margin-bottom: 0;
}

.mh-col-footer li {
	margin-left: 0 !important;
	margin-bottom: 5px;
}

.mh-col-footer li i {
	margin-right: 10px;
	font-size: 17px;
}

.mh-col-footer li a span {
	color: #fff;
}

.mh-col-footer .social-icons a {
	background-color: #222;
	color: #fff;
	margin: 0 10px;
}

.mh-col-footer .social-icons a:first-child {
	margin-left: 0;
}

.mh-col-footer .widget {
	padding: 0;
	margin: 0;
}

.mh-col-footer .widget ul.menu li {
	border: 0;
}

.mh-col-footer .mh-input,
.mh-col-footer .mh-submit {
	border: 0;
	min-height: 38px;
	line-height: 38px;
	font-size: 13px;
	font-weight: normal;
	text-transform: initial;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.mh-col-footer .mh-submit {
	margin: 0;
	background: #222 !important;
}

.mh-col-footer .mh-submit:hover {
    background: #777;
}

/* Bottom */
.absolute-footer {
	display: none;
}

/**
 * Sidebar
 */
span.widget-title {
	display: inline-block;
	color: var(--primary-color);
	line-height: 1.3;
}

.post-sidebar aside.widget {
	background-color: #fff;
	box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-moz-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-webkit-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-o-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 15px;
}

.post-sidebar aside.widget li,
.post-sidebar aside.widget a,
.post-sidebar aside.widget p,
.post-sidebar aside.widget span {
	font-size: 14px;
}

/**
 * Blog
 */
/* Widget */
.mh-blog .box-blog-post {
	-moz-box-shadow: 0px 0px 11px #ccc;
	-webkit-box-shadow: 0px 0px 11px #ccc;
	box-shadow: 0px 0px 11px #ccc;
}

.mh-blog .box-blog-post .box-text {
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
}

.mh-blog .box-blog-post .post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 16px;
}

.mh-blog .box-blog-post .post-meta {
	font-size: 14px;
}

/* Blog */
.blog-wrapper .is-divider,
.blog-wrapper .badge {
	display: none;
}

.blog-archive .post-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
	font-size: 13px;
}

.blog-wrapper > .row > .col {
	padding: 0 15px 30px;
}

.blog-wrapper.blog-single article.post .article-inner,
.blog-archive .col:not(.post-sidebar) .col.post-item .box-blog-post {
	background-color: #fff;
	box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-moz-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-webkit-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-o-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}


/* Archive */
.blog-archive .col:not(.post-sidebar) .col.post-item .image-cover img {
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text {
	vertical-align: top;
	padding-top: 25px;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .post-title {
	font-weight: 600;
	margin: 0 0 10px;
	font-size: 16px;
	order: 1;
	color: #333;
	text-transform: uppercase;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta,
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	margin: 0;
	font-size: 15px;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta {
	order: 2;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	order: 3;
}

/* Single */
.blog-wrapper.blog-single article.post .article-inner {
	padding: 15px;
}

.blog-wrapper.blog-single .entry-content.single-page {
	padding-bottom: 0;
}

.blog-wrapper.blog-single .entry-header-text {
	padding-bottom: 0;
}

.blog-wrapper.blog-single .entry-title {
	font-size: 22px;
	text-transform: initial;
	margin: 0 0 5px;
	color: var(--primary-color);
}

.blog-wrapper.blog-single .entry-category,
.blog-wrapper.blog-single .entry-meta .byline {
	display: none;
}

.blog-wrapper.blog-single .entry-meta span,
.blog-wrapper.blog-single .entry-meta a {
	font-size: 14px;
	color: #8a8a8a;
	opacity: 1;
	text-transform: initial;
}

.blog-wrapper.blog-single .entry-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 3px;
	font-size: 13px;
	color: #8a8a8a;
}

/**
 * Woocommerce
 */

/* Archive Product */

@media only screen and (min-width: 1400px) {
	.category-page-row #products-list {padding-left: 20px}
}


/* Single */
.mh-col-info-product .product-title {
	text-transform: uppercase;
	color: var(--primary-color);
}

.mh-col-info-product p.price {font-size: 1.3rem; color: #f00; margin-top: 10px;}
.mh-col-info-product p.price span.amount {color: #f00;}

.mh-info-product > .col > .col-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.mh-info-product > .col > .col-inner::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/uploads/2022/08/all-icon-yellow.png');
	background-repeat: no-repeat;
	margin-right: 15px;
}

.mh-info-product .ic-fuel::before {
	background-position: 0 0;
}

.mh-info-product .ic-piston::before {
	background-position: -38px 0;
}

.mh-info-product .ic-tms::before {
	background-position: -75px -1px;
}

.mh-info-product .ic-seat::before {
	background-position: -111px -2px;
}

.mh-info-product .ic-car::before {
	background-position: -150px -2px;
}

.mh-info-product .ic-gauge::before {
	background-position: -186px -2px;
}

.mh-product-single h5.uppercase {
	margin-bottom: 15px;
}

.mh-info-product .mh-feature-1::before {
	background-position: -222px -2px;
}

.mh-info-product .mh-feature-2::before {
    background-position: -259px -2px;
}

.mh-info-product .mh-feature-3::before {
	background-position: 0px -37px;
}

.mh-info-product .mh-feature-4::before {
    background-position: -39px -39px;
}

.mh-info-product .mh-procedure-1::before {
	width: 32px !important;
	background-position: -80px -40px;
}

.mh-info-product .mh-procedure-2::before {
	background-position: -210px -40px;
}

.mh-info-product .mh-procedure-3::before {
	width: 32px !important;
	background-position: -162px -40px;
}

.mh-info-product .mh-procedure-4::before {
    background-position: -125px -40px;
}

.mh-info-product .mh-accept-payment::before {
	background-position: -210px -40px;
}

.mh-product-single .woocommerce-tabs > ul {
	display: none;
}

.mh-product-single .woocommerce-tabs .tab-panels {
	padding-top: 0;
}

.mh-col-form-contact label span:nth-child(1) {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
}

.mh-col-form-contact label input {
	min-height: 45px;
	border-color: #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: normal;
}

.mh-col-form-contact label select {
	min-height: 45px;
	border-color: #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: normal;
}

.mh-col-form-contact label .mh-submit {
    margin: 20px 0;
    border: 0;
    background: #feb313;
    width: 100%;
}
.mh-col-form-contact label .mh-submit:hover {
	background: #a18342;
}

.mh-col-form-contact .mh-submit {
    margin: 20px 0;
    border: 0;
    background: #feb313;
    width: 100%;
}

.mh-col-form-contact .mh-submit:hover {
	background: #a18342;
}

/* Box product */
.product-small.box {
	background-color: #fff;
	box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-moz-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-webkit-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	-o-box-shadow: 0 0px 10px 0 rgba(31, 28, 38, 0.35);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 15px;
	display: flex;
    flex-direction: column-reverse;
}

.box-text-products {
	padding: 15px 0 0;
	background-color: #fff;
}

.box-text-products .title-wrapper {
	display: flex;
	flex-direction: row;
}

.box-text-products .name.product-title {
	margin: 0 15px 0 0;
	
}

.box-text-products .name.product-title a {
	margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.box-text-products .mh-info-product > .col > .col-inner {
	margin: 0;
	padding: 0 5px 5px;
}

.box-text-products .mh-info-product > .col > .col-inner::before {
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

.box-text-products .mh-info-product .ic-small-fuel::before {
	background-position: 0 -75px;
}

.box-text-products .mh-info-product .ic-small-piston::before {
	background-position: -100px -75px;
}

.box-text-products .mh-info-product .ic-small-tms::before {
	background-position: -73px -75px;
}

.box-text-products .mh-info-product .ic-small-seat::before {
	background-position: -35px -76px;
}

.box-text-products .mh-info-product > .col > .col-inner p {
	font-size: 12px;
	margin: 0;
}

.box-text-products .price-wrapper {
	display: none;
}

.mh-box-price {
	width: 100%;
	font-size: 15px;
	margin: 20px 0 0;
}

.mh-box-price span {
	color: #fff;
	font-weight: 600;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Đối tác ... */
.mh-col-icon-partner .col-inner {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-o-box-shadow: 0px 0px 11px #ccc;
	-moz-box-shadow: 0px 0px 11px #ccc;
    -webkit-box-shadow: 0px 0px 11px #ccc;
    box-shadow: 0px 0px 11px #ccc;
}

.mh-col-icon-partner .icon-box-img {
	margin-bottom: 0;
}

.mh-col-icon-partner .icon-box-img img {
	padding: 0;
}

/* Sản phẩm ... */
.mh-product-slider .flickity-viewport {
	padding-top: 10px;
}

/**
 * Page: Về chúng tôi
 */
.mh-col-introduce p {
	font-size: 15px;
	text-align: justify;
}

.mh-col-introduce p span.ti-check {
	margin-right: 10px;
}

/**
 * Page: Hỗ trợ
 */
.mh-support-question .accordion-item {
	-o-box-shadow: 0 0 10px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.16);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.16);
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border: 2px solid #dcdcdc;
	margin-bottom: 15px;
}

.mh-support-question .accordion-item,
.mh-support-question .accordion-item a {
	min-height: 80px;
}

.mh-support-question .accordion-title {
	border: 0;
	font-size: 15px;
	padding: 15px 55px 15px 15px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
}

.mh-support-question .accordion-title.active {
	font-weight: normal;
	color: #fff;
	background-color: var(--primary-color);
}

.mh-support-question .accordion-title.active .toggle {
	color: #fff;
	border-color: #fff;
}

.mh-support-question .accordion-title .toggle {
	right: 15px;
	left: auto;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-o-border-radius: 100% !important;
	opacity: 1;
	min-width: 36px;
	margin: 0;
	top: 15px;
}

.mh-support-question .accordion-inner {
	padding: 15px;
	font-size: 15px;
	text-align: justify;
}

.mh-support-question .accordion-inner p {
	margin-bottom: 0;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
	.mh-col-mobile-padding-small > .col-inner {
		padding: 20px 15px 15px !important;
	}
}

/* .giuseart-nav */

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.giuseart-nav {
	
    position: fixed;
    right: 13px;
    background: transparent;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 10%;
    padding: 10px 0;
    /*border: 1px solid #f2f2f2;*/
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.ticon-heart {
    background: url(images/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(images/zalo_icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
}.giuseart-nav li .button {
    background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(images/icon-angle-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.giuseart-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
    background: url(images/messenger-icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-hotline {
    background: url(images/hotline-icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: none;
}

.giuseart-nav ul>li a i.ticon-instagram {
    background: url(images/instagram_icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
}
.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(images/icon-sms-1.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
    background: url(images/hotline-icon.png) no-repeat;
    background-size: contain;}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}
@media only screen and (max-width: 600px){
	.phone-mobile {
    display: block;
}
	
	.giuseart-nav ul>li a i.ticon-hotline {
    background: url(images/hotline-icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
}
	
.giuseart-nav li .chat_animation{display:block !Important}
 
.giuseart-nav li .button .phone_animation {box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
}
.giuseart-nav ul>li a{padding:0; margin:0 auto}
.giuseart-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.giuseart-nav li {
    float: left;
    width: 25%;
    list-style: none;
    height: 50px;
	}}
/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Homepage */
	/* Blog */
	.mh-blog .flickity-button {
		display: none;
	}

/* Woocommerce */
	
	/* Sort title bar */
	.form-flat {display: none;}
	
	/* Widget */
	.mh-product-slider .flickity-button {
		display: none;
	}

	/* Box products */
	.box-text-products .title-wrapper {
		flex-direction: column;
	}

	.box-text-products .name.product-title {
		margin: 0 0 20px;
		text-align: center;
	}
	.box-text-products .name.product-title a {
		font-size: 18px;
	}

	.box-text-products .mh-info-product > .col > .col-inner {
		padding: 0 0 10px;
	}

	.box-text-products .mh-info-product > .col > .col-inner::before {
		margin-right: 10px;
	}

	.box-text-products .mh-info-product > .col > .col-inner p {
		font-size: 15px;
	}
	
	.box-text-products .mh-info-product > .small-12 {
		max-width: 50% !important;
		padding-left: 11% !important;
	}
	
	/* Single Product */
	
	.mh-col-info-product {
		padding-bottom: 10px;
	}

	.mh-col-info-product .small-12 {
		max-width: 50%;
	}
}

@media only screen and (max-width: 320px) {

}

/* Box product in category page */

.category-page-row .product-small.box {padding: 10px;}
.category-page-row .box-text-products .mh-info-product > .col > .col-inner {padding: 0}
.category-page-row .box-text-products .mh-info-product > .col > .col-inner p {font-size: 9px;}

/* Box product in category page */

/* Form Đăng ký tư vấn Homepage */

.form-top {
	position:absolute;
	top: 0;
	right: 10%;
}

@media only screen and (min-width: 1600px){
	.form-top {
		position:absolute;
		top: 10%;
		right: 13%;
	}
}

@media only screen and (max-width: 600px){
	.form-top {
		position: relative;
		right: 0%;
		margin-top: -30px !important;
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 994px){
	.form-top {
		position: absolute;
		top: 5%;
		right: 10%;
		width: 50%;
	}
	.form-homepage {
		min-width: 100%;
	}
}

.form-homepage {
	display: inline-block;
    max-width: 100%;
    padding: 25px 20px 25px;
    background-color: #feb313;
    text-align: left;
}

.form-homepage .wpcf7 input[type="text"],
.form-homepage .wpcf7 input[type="email"],
.form-homepage .wpcf7 textarea{
	margin: 1em 0 0.5em;
	border: 0;
	height: 40px;
}

.form-homepage .mh-submit {
	padding: 5px 20px 5px 20px;
    font-size: 14px;
    background-color: #273f44 !important;
    box-shadow: 0 2px 0 #1f3236 !important;
    color: #fff !important;
    line-height: 14px;
    letter-spacing: .1rem;
    margin-top: 20px;
	margin-right: 0px;
}
.form-homepage .mh-submit:hover {
	 background-color: #666 !important;
}
.form-homepage .wpcf7-spinner {
	display: block;
}
.form-homepage .wpcf7 form .wpcf7-response-output {
    margin: 0.5em;
    padding: 0.2em 1em;
    border: 2px solid #273f44;
}

/* Chat Bubble */
._bc_cbb {
    bottom: 20% !important;
}

._bc_cbb ._bc_cbb_btn--chat {
	border-radius: 50% !important;
}
/* Chat Bubble */

/* Box About Us */

.box-about {
	margin: 0px 0px 10px;
	box-shadow: 1px 4px 9px #777;
}

/* Box About Us */

/* Bảo Hiểm */

.div_border .col-inner{
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
height: 330px;
padding-top:12px;
}
.div_border .col-inner .icon-box-text{
padding:6px;
}

/* Bảo hiểm */