/*!
Theme Name: luxegroup
Author: Nguyễn Anh Sơn
Author URI: https://linksvn.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luxegroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

luxegroup is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* SOME CSS */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.news-detail__content img { max-width: 100%; }

h2{
	font-size: 20px;
}
header .top-left h1:hover, header .top-left h1.active{
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	margin: 0px;
}
.text-uppercase{
	text-transform: uppercase;
}
.mb10{
	margin-bottom: 10px;
}
.swiper-slide,.item-banner{
	background-size: 100%;
}
.list-contact img {
	max-height: 240px;
}
@media screen and (max-width: 768px) {
	.swiper-slide,.item-banner{
		background-size: auto 100%;
	}
}

.wrap-content-detail img, .wrap-content-detail iframe {
	text-align: center;
	display: table;
	margin: 15px auto;
	height: auto;
}

/* CSS LOADER */
#page-loader {
	display: none;
	position: relative;
	z-index: 1500;
}
.sidebar-title {
	color: #ED145B;
}
.sidebar-title span {
	vertical-align: baseline;
	font-size: 0.8em;
	/*top: 3px;*/
	-webkit-text-stroke: 1px white;
}
#page-loader .loader-ov {
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=20);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
#page-loader .loader-content{
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 100001;
	width: 100%;
}

.bg_processing{
	width: 200px;
	background: #fff;
	margin: 0 auto;
	border: 10px solid #00b3f1;
	text-align: center;
	padding: 25px 0;
	line-height: 25px;
	font-family: 'Cuprum', Arial;
	font-size: 16px;
}

.cssload-loading {
	position: relative;
	width: 19px;
	height: 19px;
	background: rgb(0,0,0);
	display:block;
	margin: auto;
	animation: 1.15s cssload-spin infinite;
	-o-animation: 1.15s cssload-spin infinite;
	-ms-animation: 1.15s cssload-spin infinite;
	-webkit-animation: 1.15s cssload-spin infinite;
	-moz-animation: 1.15s cssload-spin infinite;
}
.textsp{
	min-height: 50px;
}
.cssload-loading::before, .cssload-loading::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	-o-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	-ms-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	-webkit-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	-moz-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	animation-name: cssload-blur1;
	-o-animation-name: cssload-blur1;
	-ms-animation-name: cssload-blur1;
	-webkit-animation-name: cssload-blur1;
	-moz-animation-name: cssload-blur1;
}
.cssload-loading::after {
	background: rgb(255,255,255);
	animation-name: cssload-blur2;
	-o-animation-name: cssload-blur2;
	-ms-animation-name: cssload-blur2;
	-webkit-animation-name: cssload-blur2;
	-moz-animation-name: cssload-blur2;
}







@keyframes cssload-spin {
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-blur1 {
	to {
		transform: rotate(-30deg);
	}
}

@-o-keyframes cssload-blur1 {
	to {
		-o-transform: rotate(-30deg);
	}
}

@-ms-keyframes cssload-blur1 {
	to {
		-ms-transform: rotate(-30deg);
	}
}

@-webkit-keyframes cssload-blur1 {
	to {
		-webkit-transform: rotate(-30deg);
	}
}

@-moz-keyframes cssload-blur1 {
	to {
		-moz-transform: rotate(-30deg);
	}
}

@keyframes cssload-blur2 {
	to {
		transform: rotate(-15deg);
	}
}

@-o-keyframes cssload-blur2 {
	to {
		-o-transform: rotate(-15deg);
	}
}

@-ms-keyframes cssload-blur2 {
	to {
		-ms-transform: rotate(-15deg);
	}
}

@-webkit-keyframes cssload-blur2 {
	to {
		-webkit-transform: rotate(-15deg);
	}
}

@-moz-keyframes cssload-blur2 {
	to {
		-moz-transform: rotate(-15deg);
	}
}

#back-to-top {
	position: fixed;
	bottom: 85px;
	right: 5px;
	z-index: 100;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #e0e2e0;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}
#content {
	height: 2000px;
}

.video-player__title {
	margin-bottom: 10px;
}
.video-player__desc {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 1em;
}
.news-detail__content iframe,
.news-detail__content audio {
	width: 100%;
	/*height: auto;*/
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.item-banner video {
	height: auto !important;
}

/* floating buttons */
.floating-buttons {
	position: fixed;
	/*width:60px;*/
	/*height:60px;*/
	width: auto;
	bottom: 20px;
	right: 20px;
	text-align: center;
	box-shadow: 2px 2px 3px #000 0.3;
	z-index: 20 !important;
}

.floating-buttons a {
	background: #463120;
	transition: all 0.5s ease-out;
	padding: 8px 20px;
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	/*text-decoration: none;*/
	text-transform: uppercase;
	text-align: left;
}

.floating-buttons a span {
	vertical-align: middle;
}

.floating-buttons a.contact-us {
	margin-top: 5px;
}

.floating-buttons a.shopping-online {
	background: #C99F75;
}

.floating-buttons a.shopping-online img {
	margin-top: -1px;
}

.floating-buttons a img {
	margin-right: 5px;
	vertical-align: middle;
}

.floating-buttons a:hover,
.floating-buttons a:focus {
}

/*header {*/
/*	height: 124px;*/
/*}*/

/*header .sub {*/
/*	padding-top: 35px;*/
/*}*/

.floating-buttons.bottom {
	bottom: 100px;
}

@media (max-width: 1024px) {
}

@media screen and (max-width: 992px) {
	.floating-buttons a {

	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.floating-buttons {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.floating-buttons a {
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 9px;
	}

	.floating-buttons a.contact-us {
		float: left;
		width: 50%;
		margin-top: 0;
	}

	.floating-buttons a.shopping-online {
		float: right;
		width: 50%
	}

	.floating-buttons a.shopping-online img {
		margin-top: -1px;
		width: 13px;
	}

	footer .bottom {
		padding-bottom: 40px;
	}

	#list__work .item-product__title {
		font-size: 1rem;
		/*height: 50px;*/
	}
}
.social_page-default {
	position: fixed;
	z-index: 988;
	right: 27px;
	bottom: 90px;
}
.goal-floating-facebook {
	padding: 8px 0;
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999999;
}
.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #1564a7;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 80px;
	height: 80px;
	top: 16px;
	left: 16px;
	position: absolute;
	background-color: rgba(21, 100, 167, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #1564a7;
	width: 50px;
	height: 50px;
	top: 31px;
	left: 31px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 33px;
	height: 33px;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
.animated-delay1 {
	-webkit-animation-delay: 0.15s;
	-o-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.animated-delay2 {
	-webkit-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animated-delay3 {
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animated-delay4 {
	-webkit-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.animated-delay5 {
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.animated-delay6 {
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.animated-delay7 {
	-webkit-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.animated-delay8 {
	-webkit-animation-delay: 2.1s;
	-o-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
.animated-delay9 {
	-webkit-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.animated-delay10 {
	-webkit-animation-delay: 2.7s;
	-o-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.animated-delay11 {
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
.animated-delay12 {
	-webkit-animation-delay: 3.3s;
	-o-animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	animation-delay: 3.3s;
}