
/*---giới hạn chữ tên sản phẩm---*/
p.name.product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 10px;
}
/*---style product price---*/
.price-wrapper{
    display: table; 
}
.price-wrapper .price{
    height: 1.3em;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    line-height: 120%;
}
.product-short-description {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

/*---style related product---*/
.related-products-wrapper .product-small.box {
    background-color: #fff;
    /*box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
		border: 2px solid #ddd;
}
/*
.related-products-wrapper .product-small.box:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/
.related-products-wrapper .box-text.box-text-products {
    padding: 15px;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,0);
    margin: 0 !important;
}
/*---end style related product---*/

/*-style tiêu đề bài viết trước sau-*/
.nav-previous,
.nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
}
/*---style giới hạn chữ bài viết---*/
.blog-archive h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
}
.blog-archive p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

/*---style shop and product sidebar---*/
#shop-sidebar ul,
#product-sidebar ul,
.post-sidebar ul {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    background-color: rgba(221, 221, 221, 0.1);
}

#shop-sidebar ul li+li,
#product-sidebar ul li+li,
.post-sidebar ul li+li {
    border-top: 1px dashed #ececec;
}

#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
		margin-top: 0px;
    background-color: rgba(0,0,0,0);
}

#shop-sidebar ul.product_list_widget li a:not(.remove),
#product-sidebar ul.product_list_widget li a:not(.remove) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
}
#shop-sidebar .recent-blog-posts a,
#product-sidebar .recent-blog-posts a,
.post-sidebar .recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
    color: #444;
		padding-top: 0.2em;
}
#shop-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.oppercase.op-7.block.is-xsmall,
.post-sidebar span.post_comments.op-7.block.is-xsmall {
    display: none;
}

.post-sidebar input.search-field.mb-0 {
    height: 40px;
    border-radius: 3px 0 0 3px;
		box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 40px;
    height: 40px;
    border-radius: 0 3px 3px 0;
}
/*---end style shop and product sidebar---*/
/*---style filter in sidebar---*/
ul.woocommerce-widget-layered-nav-list {
    max-height: 300px;
    overflow: auto;
    padding-right: 20px;
}
ul.product_list_widget {
    font-size: 14px;
}
/*---end style filter in sidebar---*/
/*---style act_product---*/
.acf_product {
    font-size: 12px;
    display: block;
    background: #fffee7;
    border: 1px solid #ccc;
    padding: 10px !important;
    border-radius: 5px;
    max-height: 125px !important;
    overflow-y: auto !important;
    margin-bottom: 2em;
}
.acf_product a {
    color: #fa5400;
}

/*---z-index sidebar mobile---*/
.mfp-wrap {
		z-index: 900001;
}
/*--------end global--------*/


/*---------header-----------*/
.header-top .social-icons a {
	font-size: 16px !important;
	margin-left: 10px !important;
}
.header-top .social-icons a:hover {
	color: #EC4933;
}
/*---style mona_html---*/
.mona_html {
    font-size: 14px;
}
.mona_html:before {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #777;
}
.mona_html.showroom:before {
    content: "\f015";
}
.mona_html.hotline:before {
	content: "\f095";
	font-family: FontAwesome;
}
.mona_html.email:before {
	content: "\f003";
	font-family: FontAwesome;
}
.mona_html a {
	color: #777;
	font-weight: bold;
}
.mona_html a:hover {
	color: #EC4933;
}
/*---style active nav---*/
.header-main .nav > li:hover > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-parent > a,
.header-main .nav > li.current-post-parent > a,
.header-main .nav > li.current-product-parent > a,
.header-main .nav > li.current_page_parent > a,
.header-main .nav > li.current-product-ancestor > a {
    color: #EC4933;
}

.header-main .nav > li.menu-item > ul.nav-dropdown > li.current-menu-item > a, 
.header-main .nav > li.menu-item > ul.nav-dropdown > li:hover > a {
	color: #EC4933 !important;
}
.header-main .nav > li.menu-item > ul.nav-dropdown {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	width: 500px;
}
/*--------end header--------*/


/*---------content-----------*/
/*---------Slider-----------*/
.sec_slide h3 {
	color: #EC4933;
	font-size: 2.5em;
}
.sec_slide h1 {
	font-size: 3.5rem;
	margin: 20px 0;
}
.sec_slide h1, .sec_slide p {
	color: #333;
}
/*---------End Slider-----------*/

/*---------About-----------*/
.sec_about {
	height: max-content;
}
.sec_about .col-left {
	padding: 2% 5% 0 5% !important;
}
.sec_about .col-left h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
}
.sec_about .col-right h3 {
	color: #333;
	font-size: 2.8em;
	font-weight: 300;
}
.sec_about .col-left .icon-box-img {
	padding: 15px 0;
}
/*---------End About-----------*/

/*---------Feature-----------*/
.sec_feature .name {
	position: absolute !important;
	bottom: -1%;
	left: 0;
	right: 0;
	margin: auto;
}
.sec_feature h3 {
	font-weight: 300;
	font-size: 1.5em;
}

/*---------End Feature-----------*/

/*---------Hotline-----------*/
.sec_hotline h3 {
	color: #EC4933;
}
.sec_hotline h1 {
	font-size: 2em;
}
.sec_hotline p.icon {
	color: #EC4933;
	font-size: 3em;
}
.sec_hotline p.icon i {
	vertical-align: middle;
	margin-top: 15px;
}
.sec_hotline p.icon:before {
	content: "";
	height: 2px;
	background: #dedede;
	width: 40%;
	margin-right: 30px;
	display: inline-block;
}
.sec_hotline p.icon:after {
	content: "";
	height: 2px;
	background: #dedede;
	width: 40%;
	margin-left: 30px;
	display: inline-block;
}

/*---------End Hotline-----------*/

/*---------Area-----------*/
.sec_area h1 {
	font-size: 2em;
}
.sec_area .col-left {
	padding-top: 30% !important;
}
/*---------End Area-----------*/

/*-----------Testimonial & News-----------*/
.sec_testimonial_news h1 {
	font-size: 2em;
}
.sec_testimonial_news .col-testimonial p.speech {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(209,207,209,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(209,207,209,1);
	box-shadow: 2px 2px 5px 0px rgba(209,207,209,1);
}
.sec_testimonial_news .col-testimonial p.speech:before {
	content: "\f0d9";
	font-family: FontAwesome;
	color: #fff;
	font-size: 2em;
	left: -2.8%;
	position: absolute;
}
.sec_testimonial_news .col-testimonial h3 {
	color: #EC4933;
	margin-bottom: 0;
}
.sec_testimonial_news .post-item {
	border-bottom: solid 1px #dedede;
}
.sec_testimonial_news .post-item:last-child {
	border: none;
}
/*-----------End Testimonial & News-----------*/

/*-----------Lawyer-----------*/
.sec_lawyer h1 {
	font-size: 2em;
}
.sec_lawyer h3 {
	font-weight: bold;
}
.sec_lawyer p.des {
	margin-bottom: 10px;
}
/*-----------End Lawyer-----------*/

/*-----------Booking-----------*/
.sec_booking h1 {
	font-size: 2em;
}
.sec_booking .wpcf7 .wpcf7-text, 
.sec_booking .wpcf7 .wpcf7-textarea, 
.sec_booking .wpcf7 .wpcf7-submit#bt-gui {
	border-radius: 3px;
}
/*-----------End Booking-----------*/

/*-----------Client-----------*/
.sec_client h1 {
	font-size: 2em;
}
/*-----------End Client-----------*/

/*-----------Page About-----------*/
.sec_page_about {
	height: max-content;
}
.sec_page_about .col-left {
	padding: 2% 5% 0 5% !important;
}
.sec_page_about .col-left h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
}
.sec_page_about .col-right h3 {
	color: #333;
	font-size: 2.8em;
	font-weight: 300;
}
.sec_page_about .col-left .icon-box-img {
	padding: 15px 0;
}
.sec_page_about .banner p {
	font-size: 16px;
	color: #000;
}
.sec_progress_bar .has-block, .sec_progress_bar code {
	background: none !important;
	border: none;
}
.sec_progress_bar .skillbar-title em {
	color: #fff !important;
}
.sec_progress_bar .skillbar {
	margin-bottom: 0;
	height: 10px;
}
.sec_progress_bar .skillbar-bar {
	height: 10px;
}
.sec_progress_bar .skillbar-percent {
	display: none;
}
em span {
   text-transform: lowercase !important;
   color: #fff !important;
}
/*-----------End Page About-----------*/

/*-----------Page Contact-----------*/
.sec_lien_he a:hover {
	color: #EC4933;
}
.sec_lien_he .social-icons a {
	font-size: 18px;
	margin-right: 20px;
	color: #353535;
}
.sec_lien_he .social-icons a:hover {
	color: #EC4933;
}
/*-----------End Page Contact-----------*/

/*-----------Page Service-----------*/
.sec_service_detail .wpcf7 .form-row {
	width: 100% !important;
}
.sec_service_detail .col-right .col-inner {
	border: solid 2px #EC4933;
	padding: 7%;
	height: max-content;
}
/*-----------End Page Service-----------*/
/*-----style contact form-----*/
.form-ct {
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.form-ct .form-row {
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-ct .form-row.w50 {
    width: 50%;
}
.form-ct input,
.form-ct textarea{
    margin-bottom: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.form-ct .center-txt {
    text-align: center;
}
.form-ct .center-txt input{
    min-width: 50%;
}
.form-ct .wpcf7-form-control:focus {
    border-color: #f8b742;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
}
/*---end style contact form---*/

/*---style mona_title---*/
.mona_title {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    position: relative;
    margin: 0;
    margin-bottom: 0.8em;
    padding-bottom: 1.3em;
}
.mona_title:before {
    position: absolute;
    bottom: 0.75rem;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right,#76a03f 0%,#76a03f 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#76a03f 75%);
}
.mona_title:after {
    position: absolute;
    bottom: 0;
    content: '\f296';
    font-family: FontAwesome;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    line-height: 1;
    color: #76a03f;
}

/*--------end content--------*/

/*---------footer-----------*/
.sec_footer p{
    color: #a4a4a4;
    font-size: 14px;
    margin-bottom: 0.8em;
}
.sec_footer a{
    color: #a4a4a4;
    font-size: 14px;
}
.sec_footer a:hover{
    color: #EC4933 !important;
}
.sec_footer .icon-box-img {
    width: 14px !important;
}
.sec_footer .social-icons a {
	font-size: 16px;
	margin-right: 20px;
}
.mona_sidebar_footer ul {
    margin: 0;
}
.mona_sidebar_footer ul.menu>li+li, 
.mona_sidebar_footer .widget>ul>li+li {
	border-top: 0px dashed rgba(238, 238, 238, 0.3);
}
/*
.mona_sidebar_footer ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 15px 0 5px;
}
.mona_sidebar_footer ul li:hover a:before {
		animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.mona_sidebar_footer ul li a:after {
    content: "\f0fb";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 15px;
		position: absolute;
		right: 0;
		transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}
.mona_sidebar_footer ul li:hover a:after {
		-webkit-animation:spin 1s;
    -moz-animation:spin 1s;
    animation:spin 1s;
		right: 30%;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }
*/
.mona_sidebar_footer ul > li:hover > a,
.mona_sidebar_footer ul > li.current-menu-item > a,
.mona_sidebar_footer ul > li.current-menu-parent > a,
.mona_sidebar_footer ul > li.current-post-parent > a,
.mona_sidebar_footer ul > li.current_page_parent > a,
.mona_sidebar_footer ul > li.current-product-parent > a,
.mona_sidebar_footer ul > li.current-product-ancestor > a {
    color: #EC4933;
}
.mona_sidebar_footer ul {
	display: grid;
	grid-template-columns: repeat(2, 50%);
}
/*---style form dang ky---*/
.sec_footer form.wpcf7-form {
    margin-bottom: 0;
}
.sec_footer .wpcf7 p {
    display: inline-flex;
}
.sec_footer input#email-dang-ky {
    height: 40px;
    border-radius: 3px 0 0 3px;
		border-right: 0;
		box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.sec_footer input#btn-gui {
    height: 40px;
    border-radius: 0 3px 3px 0;
}
.mona-hiden{
		display:none !important;
}
#btn-gui-icon {
    height: 40px;
    border-radius: 0 3px 3px 0;
    color: #EC4933;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
/*--------end footer--------*/

/*-----style Desktop mode-----*/
@media only screen and (min-width: 2560px) {
	.sec_about .col-left, .sec_page_about .col-left {
		padding: 1.5% 1% 0 25% !important;
	}
	.sec_about .banner .text-box, .sec_page_about .banner .text-box {
		width: 35% !important;
		left: 20%;
	}
}

@media only screen and (max-width: 1920px) {

}

@media only screen and (min-width: 1440px) {

}
/*-----End style Desktop mode-----*/

/*-----style Laptop mode-----*/
@media (min-width: 1281px) {
	.sec_booking .wpcf7 .form-row {
		width: 100% !important;
		margin-bottom: 10px;
	}
}
/*-----end style Laptop mode-----*/

/*-----style Tablet mode-----*/
@media screen and (max-width: 849px){
	.sec_slide p {
		font-size: 1.5em;
	}
	.sec_about .col-right h1 {
		font-size: 1.5em;
	}
	.sec_about .col-left {
		padding: 20px !important;
	}
	.sec_area h3 {
		font-size: 1.5em;
	}
	.sec_testimonial_news .col-testimonial p.speech:before {
		content: "\f0d9";
		font-family: FontAwesome;
		color: #fff;
		font-size: 2em;
		left: -2.2%;
		position: absolute;
	}
	.sec_testimonial_news .post-item {
		margin: 10px 0;
		padding-bottom: 20px;
	}
	.mona_sidebar_footer ul {
		display: grid;
		grid-template-columns: repeat(3, 35%);
	}
}
/*---end style Tablet mode---*/

/*-----style Mobile mode-----*/
@media screen and (max-width: 549px){
	.sec_slide h1 {
		font-size: 3rem;
		margin: 20px 0;
	}
	.sec_slide p {
		font-size: 1.2em;
	}
	.sec_about .col-left h3 {
		font-size: 1.2em;
		font-weight: 500;
	}
	.sec_about .col-left {
		padding: 20px !important;
	}
	.sec_feature .name {
		position: absolute !important;
		bottom: -5%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.sec_feature .name h3 {
		margin-bottom: 0;
	}
	.sec_hotline p.icon:before {
		content: "";
		height: 2px;
		background: #dedede;
		width: 30%;
		margin-right: 30px;
		display: inline-block;
	}
	.sec_hotline p.icon:after {
		content: "";
		height: 2px;
		background: #dedede;
		width: 30%;
		margin-left: 30px;
		display: inline-block;
	}
	.sec_hotline h1 {
		font-size: 1.5em;
	}
	.sec_area h3 {
		line-height: 20px;
		font-size: 1.2em;
	}
	.sec_testimonial_news .col-testimonial p.speech:before {
		content: "\f0d8";
		font-family: FontAwesome;
		color: #fff;
		font-size: 2em;
		top: -10.2%;
		left: 23%;
		position: absolute;
	}
	.sec_testimonial_news .col-testimonial h3 {
		font-size: 1.2em;
	}
	.sec_testimonial_news .post-item h5.post-title {
		font-size: 1.2em;
	}
	.sec_lawyer h3 {
		font-size: 1.2em;
	}
	.mona_sidebar_footer ul {
		display: grid;
		grid-template-columns: repeat(3, 35%);
	}
	.sec_booking .wpcf7 .form-row {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.sec_progress_bar .has-block, .sec_progress_bar code {
		padding: 0;
	}
	.sec_service_detail .col-right h3 {
		font-size: 1.5em;
	}
}
/*---end style Mobile mode---*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}