/*!
Theme Name: Custom theme
Author: NamHuy
Author URI: ....
Description: A custom website theme for Vietnamese Brands.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: ...
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* reset
--------------------------------------------- */
:root {
	--color-blue: #35b729;
	--color-red: #D80027;
	--color-yellow: #FFDA44;
	--font-text: 'Open Sans', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	font-size: 14px;
	font-family: var(--font-text);
}

a {
	text-decoration: none !important;
}

img,
a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="tel"], input[type="url"] {
		font-size: 16px;
	}
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="tel"], input[type="url"] {
		font-size: 16px;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Navigation
--------------------------------------------- */
.pages, .page-numbers {
	text-align: center;
	margin-top: 0 !important;
}
.pages ul, .page-numbers ul {
	border: 0 !important;
}
.pages ul li, .page-numbers ul li {
	display: inline-block;
	margin: 0px 2.5px !important;
	border: 0 !important;
}
.pages ul li a, .page-numbers ul li a {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 7px 15px;
	border: 1px solid #ddd;
	color: #465363;
}
.pages ul li a:hover, .page-numbers ul li a:hover {
	border: 1px solid var(--color-blue);
	background-color: var(--color-blue);
	color: white;
}
.pages ul li span, .page-numbers ul li span {
	display: block !important;
	background: var(--color-blue) !important;
	color: #fff !important;
	padding: 7px 15px !important;
	border: 1px solid var(--color-blue) !important;
}
.pages ul li a, .page-numbers ul li a {
	background: none !important;
	padding: 7px 15px !important;
}
.pages ul .active a, .page-numbers ul .active a {
	border: 1px solid var(--color-blue);
	background: var(--color-blue) !important;
	color: white;
}

.list-content-products .woocommerce-pagination ul {
	margin-top: 20px;
	text-align: center;
	border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li {
	display: inline-block;
	padding: 0px 2.5px !important;
	border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li a, .list-content-products .woocommerce-pagination ul li span {
	display: block !important;
	font-size: 14px !important;
	text-align: center !important;
	padding: 7px 15px !important;
	border: 1px solid #ddd !important;
	color: #465363 !important;
}
.list-content-products .woocommerce-pagination ul li a:hover, .list-content-products .woocommerce-pagination ul li span:hover {
	border: 1px solid var(--color-blue) !important;
	background-color: var(--color-blue) !important;
	color: white !important;
}
.list-content-products .woocommerce-pagination ul li .current {
	border: 1px solid var(--color-blue) !important;
	background-color: var(--color-blue) !important;
	color: white !important;
}
.list-content-products .woocommerce-pagination ul .active a {
	border: 1px solid var(--color-blue) !important;
	background-color: var(--color-blue) !important;
	color: white !important;
}

/* general
--------------------------------------------- */
.breadcrumbs {
	background: #fff;
	padding: 10px 0px;
	margin: 0;
}
.breadcrumbs p {
	margin: 0;
	font-size: 15px;
	color: #a7a9ac;
}
.breadcrumbs p a {
	padding-right: 5px;
	color: #a7a9ac;
}
.breadcrumbs p a:hover {
	color: var(--color-blue);
}
.breadcrumbs p .separator {
	padding-right: 5px;
}
.breadcrumbs p .last {
	color: var(--color-blue);
}
.breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--color-blue);
	font-weight: bold;
}
.breadcrumbs .woocommerce-breadcrumb a {
	font-weight: 400;
}

.single-post .breadcrumbs, .category-tin-tuc .breadcrumbs {
	border-bottom: 1px solid var(--color-blue);
}

.page-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none !important;
}
.page-banner .title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.page-banner {
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	.page-banner {
		height: 150px;
	}
}
.site-main {
	padding: 30px 0px;
}
.site-main .page-header {
	margin-bottom: 20px;
}
.site-main .page-header .page-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.site-main .page-header .page-title span {
	color: var(--color-blue);
}

.btn-custom {
	height: 40px;
	line-height: 40px;
	background: var(--color-blue);
	min-width: 115px;
	padding: 0px 10px;
	font-size: 15px;
	color: #fff;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	border: 1px solid var(--color-blue);
}
.btn-custom:hover {
	background: #fff;
	color: var(--color-blue);
}

.title-main {
	text-align: center;
	margin-bottom: 30px;
	text-align: center;
}
.title-main .heading {
	font-size: 25px;
	font-weight: bold;
	color: #333;
}

.mb-30 {
	margin-bottom: 30px;
}

.scroll-top {
	display: none;
}

.active-scroll {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 100px;
	z-index: 9999999999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.active-scroll a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	background: var(--color-blue);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.active-scroll a i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active-scroll a img {
	width: 30px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
	background: var(--color-blue);
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
	background: var(--color-blue);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.hc-offcanvas-nav a {
	border-bottom: 1px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
	border-left: 0;
	width: 25px;
	height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
	margin-left: -10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -13px;
	margin-left: -1px;
}

.nav-close a {
	padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
	text-transform: uppercase;
}

.full-search {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(2, 2, 2, 0.8);
	left: 0;
	top: 0;
	z-index: 999999999;
	display: none;
}
.full-search .input-search {
	width: 70%;
	margin: 20% auto;
	border-bottom: 1px solid #ffff;
}
.full-search .input-search input {
	width: 100%;
	outline: none;
	background: none;
	width: calc(100% - 110px);
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	border-top: 0px;
	border-left: 0;
	border-right: 0;
	padding: 20px 20px;
	border: 0;
}
.full-search .input-search input:focus {
	color: #fff;
}
.full-search .input-search input::-webkit-input-placeholder {
	color: #fff;
}
.full-search .input-search input:-ms-input-placeholder {
	color: #fff;
}
.full-search .input-search input::-ms-input-placeholder {
	color: #fff;
}
.full-search .input-search input::placeholder {
	color: #fff;
}
.full-search .input-search button {
	width: 100px;
	color: #fff;
	font-size: 20px;
	background: none;
	outline: none;
	cursor: pointer;
	border-top: 0px;
	border-left: 0;
	border-right: 0;
	padding: 20.6px 20px;
	border: 0;
}
.full-search .times-search {
	position: absolute;
	top: 50px;
	right: 50px;
}
.full-search .times-search a {
	color: #fff;
	font-size: 30px;
}

.archive-lq .heading2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #222;
}

/* Posts and pages
--------------------------------------------- */
.the_content {
	text-align: justify;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}
.the_content h2, .the_content h3, .the_content h4 {
	font-weight: bold;
	color: #000;
	margin-bottom: 1rem;
}
.the_content h6 {
	font-size: 15px;
}
.the_content h5 {
	font-size: 15px;
}
.the_content h4 {
	font-size: 15px;
}
.the_content h3 {
	font-size: 18px;
}
.the_content h2 {
	font-size: 20px;
	line-height: 1.5;
}
.the_content h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 1rem;
}
.the_content p {
	color: #000;
	line-height: 1.5;
	margin-bottom: 1rem;
	font-size: 15px;
}
.the_content p:last-child {
	margin-bottom: 0;
}
.the_content p a {
	color: var(--color-blue);
}
.the_content ul {
	list-style: disc;
	padding-left: 18px;
	padding-bottom: 5px;
}
.the_content ul li {
	color: #000;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 15px;
}
.the_content ul li a {
	color: #ff5912;
}
.the_content ol {
	list-style: decimal;
	padding-left: 18px;
	padding-bottom: 5px;
}
.the_content ol li {
	color: #000;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 15px;
}
.the_content ol li a {
	color: #ff5912;
}
.the_content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eb2b2d;
}
.the_content blockquote p {
	margin: 0 !important;
}
.the_content code {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	font-size: .85rem;
	color: #e83e8c;
	font-size: 15px;
	line-height: 1.5;
}
.the_content table > tbody > tr > td, .the_content table > tbody > tr > th, .the_content table > tfoot > tr > td, .the_content table > tfoot > tr > th, .the_content table > thead > tr > td, .the_content table > thead > tr > th {
	border: 1px solid #ddd;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 1.5;
}
.the_content iframe {
	margin: auto;
}
.the_content .syntaxhighlighter {
	padding: 10px 0;
}

/* Header
--------------------------------------------- */
.header {
	background: var(--color-blue);
}
.header .slogan {
	line-height: 32px;
}
.header .slogan span {
	font-size: 15px;
	color: #ececec;
}
.header .infomation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header .infomation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .infomation ul li {
	font-size: 14px;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	color: #ececec;
}
.header .infomation ul li i {
	padding-right: 5px;
}
.header .infomation .mxh {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
.header .infomation .mxh a {
	font-size: 15px;
	padding-left: 10px;
	color: #ececec;
}
.header .infomation .mxh a:hover {
	color: var(--color-red);
}

.header-mid .logo {
	padding: 10px 0px;
}

.header__content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__content .items i {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	background: var(--color-blue);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}
.header__content .items .text {
	padding-left: 15px;
}
.header__content .items .text p {
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
.header__content .items .text span {
	display: block;
	font-size: 13px;
	color: #000;
}

.header-menu {
	background: var(--color-blue);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-menu .menu .nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu .menu .nav-menu li {
	line-height: 50px;
	padding-left: 20px;
	position: relative;
}
.header-menu .menu .nav-menu li:first-child {
	padding-left: 0;
}
.header-menu .menu .nav-menu li:hover .sub-menu {
	display: block;
}
.header-menu .menu .nav-menu li a {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.header-menu .menu .nav-menu li a:hover {
	color: #245a05;
}
.header-menu .menu .nav-menu li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 180px;
	max-width: 200px;
	background: var(--color-blue);
	display: none;
	z-index: 9999;
}
.header-menu .menu .nav-menu li .sub-menu li {
	line-height: 1.5;
	padding: 10px 10px;
	border-bottom: 1px solid #fbfbfb;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header-menu .menu .nav-menu li .sub-menu li:hover {
	background: #fff;
}
.header-menu .menu .nav-menu li .sub-menu li:hover a {
	color: var(--color-blue);
}
.header-menu .menu .nav-menu li .sub-menu li:last-child {
	border-bottom: 0;
}
.header-menu .menu .nav-menu li .sub-menu li a {
	text-transform: none;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.header-menu .menu .nav-menu li .sub-menu li a:after {
	display: none;
}
.header-menu .menu .nav-menu .current-menu-item a {
	color: #245a05;
}
.header-menu .menu .nav-menu .menu-item-has-children a:after {
	content: "\f107";
	font-family: fontawesome;
	padding-left: 5px;
}
.header-menu .menu__icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu .menu__icon .icon-mobile {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	min-width: 1px;
	width: auto;
	min-height: 1px;
	height: auto;
}
@media screen and (max-width: 991px) {
	.header-menu .menu__icon .icon-mobile {
		display: block;
	}
}
.header-menu .menu__icon li {
	padding: 0px 10px;
}
.header-menu .menu__icon li svg {
	fill: #fff;
	width: 20px;
}
.header-menu .menu__icon li svg path {
	fill: #fff;
}
.header-menu .menu__icon li a {
	color: #222;
}
.header-menu .menu__icon .li-search {
	position: relative;
}
.header-menu .menu__icon .li-search span {
	font-size: 16px;
	color: #222;
	display: block;
	cursor: pointer;
}
.header-menu .menu__icon .li-search span svg {
	width: 17px;
	fill: #fff;
}
.header-menu .menu__icon .li-search .search-js {
	position: absolute;
	top: 30px;
	right: -100px;
	width: 300px;
	z-index: 99;
	display: none;
}
.header-menu .menu__icon .li-search .search-js form {
	width: 100%;
	position: relative;
}
.header-menu .menu__icon .li-search .search-js form input {
	height: 40px;
	border-radius: 0;
	font-size: 15px;
	padding-left: 10px;
	border-radius: 0;
	border: 0;
	background: var(--color-blue);
	color: #fff;
}
.header-menu .menu__icon .li-search .search-js form input::-webkit-input-placeholder {
	color: #fff;
}
.header-menu .menu__icon .li-search .search-js form input:-ms-input-placeholder {
	color: #fff;
}
.header-menu .menu__icon .li-search .search-js form input::-ms-input-placeholder {
	color: #fff;
}
.header-menu .menu__icon .li-search .search-js form input::placeholder {
	color: #fff;
}
.header-menu .menu__icon .li-search .search-js form input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-menu .menu__icon .li-search .search-js form button {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	background: none;
	border: 0;
	outline: none;
	color: #333;
	text-align: center;
	padding: 0;
	cursor: pointer;
	line-height: 40px;
}
.header-menu .menu__icon .li-search .search-js form button svg {
	width: 15px;
	fill: #fff;
}
.header-menu .menu__icon .li-cart a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header-menu .menu__icon .li-cart a span {
	padding-left: 5px;
	font-size: 12px;
	color: black;
	position: absolute;
	top: -6px;
	right: -13px;
}

/* Home
--------------------------------------------- */
.pd-main {
	padding: 30px 0px;
}

.bg-main {
	background: #ececec;
}

.site-banner {
	padding: 20px 0px;
}
.site-banner .slick-prev {
	left: 10px;
}
.site-banner .slick-prev:before {
	content: "\f104";
}
.site-banner .slick-next {
	right: 10px;
}
.site-banner .slick-next:before {
	content: "\f105";
}
.site-banner .slick-arrow {
	z-index: 9;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.site-banner .slick-arrow:before {
	font-family: fontawesome;
	font-size: 40px;
	color: #222;
}
.site-banner .slick-gallery:hover .slick-arrow {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.content-products {
	background: #fff;
	padding: 10px;
}
.content-products .row-custom {
	margin: 0px -7.5px;
}
.content-products .row-custom .col-custom {
	padding: 0px 7.5px;
}
.content-products .list-items {
	margin-bottom: 20px;
}
.content-products .title-home {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--color-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--color-blue);
	border-radius: 3px;
}
.content-products .title-home .heading {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.content-products .title-home .more {
	font-size: 14px;
	color: #fff;
}

.items-products {
	margin-bottom: 15px;
	text-align: center;
}
.items-products:hover h3 a {
	color: var(--color-blue);
}
.items-products .sale-off{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	background: var(--color-red);
	border-radius: 50%;
	font-size: 13px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.items-products .images {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 96%;
}
.items-products .images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.items-products h3 {
	min-height: 50px;
}
.items-products h3 a {
	display: block;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin: 10px 0px;
}
.items-products .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.items-products .price del {
	font-size: 14px;
	color: var(--color-red);
	padding-right: 10px;
	opacity: 0.5;
}
.items-products .price ins {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-red);
	text-decoration: none;
}
.items-products .quantity {
	display: none;
}
.items-products .add-to-cart-button, .items-products .add_to_cart_button, .items-products .button {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 110px;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	background: var(--color-blue);
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
	border: 1px solid var(--color-blue);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	margin: 0 auto;
}
.items-products .add-to-cart-button:hover, .items-products .add_to_cart_button:hover, .items-products .button:hover {
	background: #fff;
	color: var(--color-blue);
}

.site-content {
	padding-bottom: 20px;
}

.widget-area {
	background: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.widget-area .widget {
	margin-bottom: 10px;
}
.widget-area .widget:first-child .widget-title {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.widget-area .widget-title {
	background: var(--color-blue);
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget-area ul li {
	padding: 10px 10px;
	border-top: 1px dotted #ececec;
}
.widget-area ul li:first-child {
	border-top: 0;
}
.widget-area ul li a {
	font-size: 14px;
	color: #0A0204;
}
.widget-area ul li a:hover {
	color: var(--color-blue);
}
.widget-area .content {
	padding: 0px 10px;
}
.widget-area .items {
	margin-bottom: 10px;
}
.widget-area .items:hover .text h3 a {
	color: var(--color-blue);
}
.widget-area .items:last-child {
	margin-bottom: 0;
}
.widget-area .items .text {
	padding-left: 10px;
}
.widget-area .items .text h3 a {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 600;
}
.widget-area .items .text .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}
.widget-area .items .text .price del {
	font-size: 13px;
	color: var(--color-red);
	padding-right: 10px;
	opacity: 0.5;
}
.widget-area .items .text .price ins {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-red);
	text-decoration: none;
}

/* Footer
--------------------------------------------- */
.footer {
	border-top: 1px solid var(--color-blue);
	padding: 30px 0px;
	padding-bottom: 10px;
}
.footer__content {
	margin-bottom: 20px;
}
.footer__content .menu {
	margin-bottom: 20px;
}
.footer__content .menu:last-child {
	margin-bottom: 0;
}
.footer__content ul li {
	font-size: 14px;
	padding-bottom: 10px;
}
.footer__content ul li:last-child {
	padding-bottom: 0;
}
.footer__content ul li a {
	color: #333;
}
.footer__content ul li a:hover {
	color: var(--color-blue);
}
.footer .header-ft {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.footer .maps iframe {
	width: 100%;
	height: 250px;
}

.coppyright {
	background: #222;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
}

/* Footer
--------------------------------------------- */
/* Woocommerce
--------------------------------------------- */
/* Update */
body.woocommerce-cart,
body.woocommerce-checkout {
	min-height: 100%;
	line-height: normal;
	background: #fff;
	padding: 0 !important;
	font-family: "Roboto", sans-serif;
	margin: 0 !important;
}

body.woocommerce-cart .quantity .screen-reader-text,
body.woocommerce-checkout .quantity .screen-reader-text {
	width: 100%;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #a3a3a3;
	font-size: 14px;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%;
}

.bs-wizard > .bs-wizard-step > .progress {
	height: 3px;
	margin: 22px 0;
	background: #b9b9b9;
	position: relative;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	line-height: 20px;
	color: #fff;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	font-size: 12px;
	text-align: center;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	background: #fff;
	font-size: 14px;
	color: #000;
	border: 2px solid #35c4f6;
	line-height: 23px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	width: 26px;
	height: 26px;
	display: block;
	top: 40px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	text-align: center;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%;
}

.woocommerce-cart .bs-wizard > .bs-wizard-step.step-1 > .bs-wizard-dot,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-1 > .bs-wizard-dot,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-2 > .bs-wizard-dot,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-1 > .bs-wizard-dot,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-2 > .bs-wizard-dot,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-3 > .bs-wizard-dot {
	background: var(--color-blue);
	font-size: 15px;
	color: #fff;
	border: none;
	line-height: 26px;
	-webkit-box-shadow: #666 0 0 2px;
	box-shadow: #666 0 0 2px;
}

.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-2 > .progress > .progress-bar {
	width: 50%;
}

.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-1 > .progress > .progress-bar,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-2 > .progress > .progress-bar {
	width: 100%;
}

.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-3 > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: var(--color-blue);
	-webkit-transition: none;
	transition: none;
}

.woocommerce-cart .bs-wizard > .bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-2 .bs-wizard-stepnum,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-3 .bs-wizard-stepnum {
	color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table,
.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals table {
	border: none;
	margin: 0;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a {
	color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-thumbnail img {
	width: 100px;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a:hover {
	color: var(--color-blue);
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table thead th {
	font-weight: bold;
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table th {
	font-weight: normal;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .coupon button[name="update_cart"] {
	display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
	background-color: #fffbfb;
	border-color: #ff959c;
	color: #ff3b27;
	border: 1px solid #ff3b27;
	border-radius: 4px;
}

.woocommerce-info {
	border-top-color: #ff3b27;
}

.woocommerce-message::before {
	color: #ff3b27;
}

.woocommerce-info::before {
	color: #ff3b27;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	color: #fff;
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	padding: 15px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #ff699d;
	border-color: #c2000c;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-title {
	font-size: 17px;
	color: #000;
	font-weight: 400;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body input {
	width: 65%;
	padding: 0 10px;
	border: 1px solid #c8c8c8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-radius: 0;
}

.product-quantity .quantity {
	margin-bottom: 0;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body button {
	width: 35%;
	font-weight: normal;
	font-size: 16px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
	font-weight: normal;
}

.woocommerce-cart .cart-collaterals .order-total span.woocommerce-Price-amount,
.woocommerce-checkout .order-total span.woocommerce-Price-amount {
	color: #fe3834;
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-checkout form .form-row {
	width: 100%;
}

.select2-container--default .select2-selection--single {
	width: 100% !important;
}

.woocommerce-checkout form .form-row label,
#billing_address_2_field > label {
	width: 40% !important;
}

.woocommerce-checkout form .form-row span,
.woocommerce form .form-row.address-field .select2-container {
	width: 70%;
	border-radius: 0;
}

.woocommerce form .form-row.address-field .select2-container {
	width: 70% !important;
}

.woocommerce form .form-row.address-field#billing_state_field > .woocommerce-input-wrapper > .select2-container {
	width: 100% !important;
}

.woocommerce-checkout #place_order {
	width: 100%;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-column__title {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 12px;
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	padding: 0;
	margin-bottom: 20px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum a {
	color: #a3a3a3;
	font-size: 14px;
}

.woocommerce-cart .bs-wizard > .bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard > .bs-wizard-step.step-2 .bs-wizard-stepnum a,
.woocommerce-order-received .bs-wizard > .bs-wizard-step.step-3 .bs-wizard-stepnum a {
	color: #000;
}

.woocommerce form .form-row input.input-text {
	border-color: #d6d6d6 !important;
	height: 40px;
	padding-left: 10px;
	font-size: 15px;
}

.woocommerce form .form-row textarea {
	border-color: #d6d6d6;
	min-height: 80px;
	padding-left: 10px;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222;
}

.woocommerce-LostPassword a {
	color: var(--color-blue);
}

.woocommerce form .form-row .required {
	color: #ff9e00;
}

.woocommerce-MyAccount-navigation ul {
	background: #fff;
	width: 90%;
}

.woocommerce-MyAccount-navigation ul li {
	font-size: 15px;
	color: #333;
	padding: 15px 20px;
	border-bottom: 1px solid #ffeded;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #333;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--color-blue);
}

.woocommerce-MyAccount-content {
	padding: 20px;
	background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
	padding: 0;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content input {
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
}

.woocommerce form .form-row {
	width: 100%;
	padding: 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last {
	width: 48%;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
	color: #fff;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.quantity {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quantity span {
	margin-right: 40px;
	line-height: 33px;
}

.quantity input {
	border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
	border-radius: unset;
	background: #fff;
}

.quantity input[type="button"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.quantity input[type="number"] {
	border-radius: unset;
	border-left: none;
	border-right: none;
	max-width: 50px;
	text-align: center;
}

.quantity input[type="number"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-Address-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-Address-title h3 {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.bs-wizard > .bs-wizard-step > .progress {
		height: 6px;
		margin: 20px 0;
		background: #ebebeb;
	}

	.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
		font-size: 15px;
		background-color: #fff;
		color: #000;
		border: none;
		line-height: 26px;
		-webkit-box-shadow: #666 0 0 2px;
		box-shadow: #666 0 0 2px;
	}

	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-info {
		background-color: var(--color-blue);
		border-color: #3d9cd2;
		color: #fff;
		border-left: 5px solid #4a7b01;
		border-radius: 0px;
		margin-bottom: 40px;
	}

	.woocommerce-info a {
		color: #fff;
	}

	.woocommerce-info a:hover {
		color: #393d3d;
	}

	.woocommerce-info::before {
		color: #fff;
	}

	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		background: #fff;
		border: 1px solid var(--color-blue);
		margin: 15px 0px;
	}

	.woocommerce form .form-row label {
		display: block;
		margin-bottom: 7px;
		font-size: 14px;
		color: #000;
		font-weight: 600;
		width: 100%;
	}

	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
		padding-left: 10px;
	}

	.woocommerce form .show-password-input,
	.woocommerce-page form .show-password-input {
		top: 10px;
	}
}
@media (max-width: 768px) {
	.quantity {
		max-width: 100px;
		padding-left: 10px;
	}

	.woocommerce-checkout form .form-row label,
	#billing_address_2_field > label {
		width: 100% !important;
	}

	.woocommerce-checkout form .form-row span,
	.woocommerce form .form-row.address-field .select2-container {
		width: 100%;
		border-radius: 0;
	}

	.woocommerce form .form-row.address-field .select2-container {
		width: 100% !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-top: 20px;
	}
}
.u-column1.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.the_content .woocommerce .woocommerce-ResetPassword {
	max-width: 500px;
	margin: auto;
	text-align: center;
}

.the_content .woocommerce .woocommerce-ResetPassword #user_login {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last {
	width: 100%;
}

.the_content .woocommerce button.button, .the_content .woocommerce .woocommerce-Button.button, .the_content .woocommerce a.button, .the_content .woocommerce-Address-title a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: auto;
	padding: 14px 20px;
	background: #436f00 !important;
	color: #fff;
	margin-bottom: 5px;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce table thead {
	background: transparent;
	color: #222;
}

.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table tbody th {
	font-weight: 600;
	border: none;
	font-size: 16px;
}

.woocommerce table.shop_table td {
	border: none;
}

.woocommerce table.shop_table td a {
	color: #222;
	font-weight: 600;
}

.woocommerce-cart td.product-thumbnail {
	text-align: center;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-right: 8px;
}

.woocommerce-cart-form__cart-item.cart_item td {
	font-weight: 600;
}

.woocommerce .quantity .qty {
	width: 1.631em;
}

input.btn.minus, input.btn.plus {
	font-size: 16px;
	min-width: 25px;
	height: 37px;
}

@media screen and (min-width: 768px) {
	body.woocommerce-cart .woocommerce .cart-collaterals {
		width: 35%;
		float: left;
		padding: 0 0 0 10px;
	}

	body.woocommerce-cart form.woocommerce-cart-form {
		width: 65%;
		float: left;
	}

	body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
		width: 100%;
		float: left;
		padding: 30px 25px 15px 25px;
		border: 6px solid #E5E5E5;
		border-radius: 10px;
	}

	body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table th {
		padding: 10px 0;
		border: none;
	}

	body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
		text-align: right;
	}

	body.woocommerce-cart .woocommerce table.shop_table tbody tr {
		border-bottom: 1px solid #d3ced2;
		padding: 5px 0;
	}

	body.woocommerce-cart .woocommerce table.shop_table thead {
		border-bottom: 1px solid #d3ced2;
	}

	body.woocommerce-cart .woocommerce table.shop_table td {
		padding-left: 0;
		padding-right: 15px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals tr th {
		border-top: none;
	}

	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
		top: 10px;
	}
}
@media screen and (min-width: 992px) {
	body.woocommerce-cart .woocommerce .cart-collaterals {
		padding: 0px 0px 0px 50px;
	}
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border: none;
}

body.woocommerce-cart .woocommerce table.shop_table tr:first-child td {
	border-top: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table td {
	border-bottom: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table tr:last-child td {
	border: none;
}

body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr:first-child td {
	border: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
}

.the_content #order_review table > thead > tr > th, .the_content #order_review table > tfoot > tr > th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: none;
	border-bottom: 1px solid #ccc;
}

.woocommerce-account .title-main {
	display: none;
}

.page-defure {
	position: relative;
	z-index: 9;
}

.page-defure__content {
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 0px 15px;
	padding-top: 50px;
}

@media screen and (min-width: 1200px) {
	.page-defure__content {
		max-width: 1340px;
	}
}
.page-defure .custom-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.page-defure .custom-input .input-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0;
	height: 26px;
}
.page-defure #coupon_code {
	height: 43px;
}

.page-defure .quantity span {
	display: none !important;
}

.page-defure .title-main {
	margin-bottom: 30px;
}

.woocommerce-page .the_content p:last-child {
	margin-bottom: 1rem;
}

.woocommerce-page .the_content .woocommerce-error {
	padding-left: 35px;
}

.page-defure .product-remove a {
	width: 20px;
	height: 20px;
	border: 1px solid #BDBDBD;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #BDBDBD !important;
}

.page-defure .product-remove a:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: #fff !important;
}

.page-defure input.btn.minus, .page-defure input.btn.plus {
	font-size: 16px;
	min-width: 25px;
	padding: 0;
	max-width: 30px;
	height: 26px;
}

.page-defure .woocommerce .quantity .qty {
	width: 40px;
}

.page-defure .woocommerce-notices-wrapper .woocommerce-message, .page-defure .woocommerce-info {
	background: var(--color-blue);
	color: #fff;
	border-color: #4a7b01;
	border-left: 5px solid #4a7b01;
}

.page-defure .woocommerce-message::before {
	color: #fff;
}

.page-defure .woocommerce-order p {
	color: #152464;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.page-defure .woocommerce table.shop_table th {
	padding: 10px 5px;
}

.page-defure .woocommerce table.shop_table .woocommerce-table__product-name, .page-defure .woocommerce table.shop_table .woocommerce-table__product-table, .page-defure .woocommerce table.shop_table .woocommerce-table__product-total {
	border: 0;
	border-bottom: 1px solid #ddd;
}

.page-defure .woocommerce table.shop_table .woocommerce-Price-amount {
	color: var(--color-blue);
}

.page-defure .woocommerce ul.order_details {
	padding-left: 0;
	margin-bottom: 20px;
}

.page-defure .woocommerce ul.order_details li {
	font-size: 14px;
}

.page-defure .woocommerce ul.order_details strong {
	margin-top: 10px;
	color: var(--color-blue);
	font-size: 16px;
}

.page-defure .input-text {
	font-style: italic;
}

.page-defure .cart_totals h2 {
	color: #152464;
	padding-bottom: 1rem;
	border-bottom: 1px solid #BDBDBD;
}

.page-defure .cart_totals table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-defure .cart_totals table tr:last-child {
	border-bottom: 0 !important;
}

.page-defure .cart_totals .wc-proceed-to-checkout {
	padding-top: 0;
}

.page-defure .coupon {
	margin-top: 20px;
}

.page-defure .tab-login .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 0;
}

.page-defure .tab-login .nav li {
	padding: 0px 15px;
}

.page-defure .tab-login .nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #4F4F4F;
	padding: 5px 0;
}

.page-defure .tab-login .nav li a h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4F4F4F;
	margin-bottom: 0;
}

.page-defure .tab-login .nav li .active {
	color: var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

.page-defure .tab-login .nav li .active h2 {
	color: var(--color-blue);
}

.page-defure .woocommerce form.checkout_coupon, .page-defure .woocommerce form.login, .page-defure .woocommerce form.register {
	padding: 0;
	border: 0;
}

.page-defure .woocommerce-form-login__submit {
	margin-top: 10px !important;
}

.page-defure .tab-content input {
	border-color: #d6d6d6 !important;
}

.page-defure .heading-lost-password {
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: var(--color-blue);
	display: inline-block;
	position: relative;
}

.page-defure .heading-lost-password:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--color-blue);
}

.page-defure .woocommerce table.shop_table td {
	padding: 10px 0;
}

.page-defure .content-checkout {
	border: 6px solid #E5E5E5;
	padding: 30px;
	border-radius: 10px;
}

.page-defure #add_payment_method #payment ul.payment_methods, .page-defure .woocommerce-cart #payment ul.payment_methods, .page-defure .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: 0;
}

.page-defure #add_payment_method #payment div.form-row, .page-defure .woocommerce-cart #payment div.form-row, .page-defure .woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.page-defure #add_payment_method #payment, .page-defure .woocommerce-cart #payment, .page-defure .woocommerce-checkout #payment {
	background: none;
}

.page-defure #add_payment_method #payment div.payment_box, .page-defure .woocommerce-cart #payment div.payment_box, .page-defure .woocommerce-checkout #payment div.payment_box {
	background: var(--color-blue);
	color: #fff;
	border-color: #4a7b01;
	border-left: 5px solid #4a7b01;
	color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box p:last-child, .page-defure .woocommerce-cart #payment div.payment_box p:last-child, .page-defure .woocommerce-checkout #payment div.payment_box p:last-child {
	color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box::before, .page-defure .woocommerce-cart #payment div.payment_box::before, .page-defure .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--color-blue);
}

.page-defure .woocommerce-info a {
	color: #fff;
}

.page-defure .woocommerce-info::before {
	color: #fff;
}

.woocommerce-error:before {
	top: 15px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 0;
}

@media screen and (max-width: 1199px) {
	.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	body.woocommerce-cart .woocommerce table.shop_table td {
		border: 0;
		border-top: 0 !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table tbody tr {
		padding: 0;
		border: 0;
	}

	body.woocommerce-cart .woocommerce table.shop_table td.actions {
		padding: 5px 5px !important;
	}

	.page-defure .coupon {
		margin-top: 0;
		padding: 0;
		padding-bottom: 0 !important;
	}

	body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
		padding: 15px;
		border-width: 2px;
	}

	body.woocommerce-cart .woocommerce table.shop_table td {
		width: 100%;
	}

	body.woocommerce-cart .woocommerce table.shop_table td {
		padding-left: 5px;
	}

	.page-defure .cart_totals .wc-proceed-to-checkout {
		padding-bottom: 0;
	}

	.page-defure__content {
		max-width: 95%;
		padding-top: 30px;
	}

	.page-defure {
		padding: 30px 0px;
	}

	.page-defure .content-checkout {
		padding: 15px;
		border-width: 2px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 35%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 65%;
	}
}
@media screen and (max-width: 767px) {
	.page-defure__content {
		padding: 0;
		padding-top: 30px;
	}

	body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
		padding: 0;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100% !important;
		float: none;
	}

	.woocommerce-page table.cart td.actions .button {
		float: none !important;
		margin-top: 5px;
	}

	body.woocommerce-cart .woocommerce table.shop_table td {
		display: block;
	}

	body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
		text-align: left !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail:before {
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}
.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-content {
	background: transparent !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	display: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--color-blue) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border: 0 !important;
}

.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart {
	margin-bottom: 0 !important;
}

.quantity span {
	margin-right: 20px;
	line-height: 33px;
	font-weight: bold;
}

.quantity input {
	border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
	border-radius: unset;
	background: #fff;
}

.quantity input[type="button"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.quantity input[type="number"] {
	border-radius: unset;
	border-left: none;
	border-right: none;
	max-width: 30px;
	text-align: center;
}

.quantity input[type="number"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.filter-products {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.site-products-page {
		padding: 30px 0px;
	}

	.site-products-page .title-top {
		display: block;
	}

	.site-products-page .title-top .title {
		margin-bottom: 10px;
	}

	.page-products .page-products-content .top .woocommerce-ordering select {
		max-width: 150px;
	}
}
.devvn_woocommerce_price_filter ul {
	background: white;
}

.devvn_woocommerce_price_filter ul li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	padding: 0;
}
.devvn_woocommerce_price_filter ul li .count {
	padding-left: 10px;
}
.devvn_woocommerce_price_filter ul li:last-child {
	margin-bottom: 0;
}

.devvn_woocommerce_price_filter ul li a {
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.devvn_woocommerce_price_filter ul li a .woocommerce-Price-currencySymbol {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 15px;
}
.devvn_woocommerce_price_filter ul li a .woocommerce-Price-amount:last-child {
	padding-left: 3px;
}

.devvn_woocommerce_price_filter ul li a:hover {
	text-decoration: none;
	color: #b70000 !important;
}

.devvn_woocommerce_price_filter ul li a {
	padding-left: 30px !important;
}

.devvn_woocommerce_price_filter ul .active a {
	color: #e03232;
}
.devvn_woocommerce_price_filter ul .active a:before {
	content: '\f00c';
	color: #e03232;
	font-size: 13px;
	position: absolute;
	border-color: #999;
	line-height: 20px;
	text-align: center;
	font-family: FontAwesome;
}

.devvn_woocommerce_price_filter ul li a::before {
	content: '';
	font-size: 15px;
	color: #222;
	position: absolute;
	left: 15px;
	width: 20px;
	height: 20px;
	border-radius: 0px;
	border: 1px solid #999;
}

.devvn_woocommerce_price_filter ul li a:hover::before {
	content: '\f00c';
	color: #e03232;
	font-size: 13px;
	position: absolute;
	border-color: #999;
	line-height: 20px;
	text-align: center;
	font-family: FontAwesome;
}

.filter-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}
.filter-top .heading {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}
.filter-top .woocommerce-ordering {
	float: none;
	margin-bottom: 0;
}
.filter-top .woocommerce-ordering select {
	height: 40px;
	border: 0;
	border-bottom: 1px solid #000;
	background-size: 12px;
	font-size: 14px;
}

.page-products .page-products-content {
	background: #fff;
	padding: 15px;
}
.page-products .page-products-content .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-blue);
}
.page-products .page-products-content .top .woocommerce-ordering {
	margin: 0 !important;
}
.page-products .page-products-content .top .woocommerce-ordering select {
	height: 30px;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	background: transparent;
	margin: 0;
}
.page-products .page-products-content .top h2 {
	font-size: 25px;
	color: #222;
	font-weight: 600;
}
.page-products .items-products {
	margin-bottom: 20px;
}
.page-products .items-products .add-to-cart-button, .page-products .items-products .add_to_cart_button, .page-products .items-products .button {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 110px;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	background: var(--color-blue);
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
	border: 1px solid var(--color-blue);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	margin: 0 auto;
}
.page-products .items-products .add-to-cart-button:hover, .page-products .items-products .add_to_cart_button:hover, .page-products .items-products .button:hover {
	background: #fff;
	color: var(--color-blue);
}

.page-products-view {
	padding: 30px 0px;
	background: #fff;
}
.page-products-view .items-products {
	background: #f4f4f4;
	padding: 10px;
}
.page-products-view .giniit-title {
	text-align: center;
	margin-bottom: 30px;
}
.page-products-view .giniit-title h2 {
	font-size: 32px;
	color: #222;
}
.page-products-view .items-products .add_to_cart_button {
	margin: 0 auto;
	margin-top: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	min-width: 110px;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--color-blue);
}
.page-products-view .items-products .add_to_cart_button:hover {
	background: var(--color-red);
}
.page-products-view .items-products .added_to_cart {
	display: block;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	color: var(--color-red);
}

.single-products {
	padding-bottom: 50px;
}
.single-products .product-galerry {
	height: 100%;
}
.single-products .product-galerry .item {
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.single-products .content-single h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #222;
	font-weight: bold;
}
.single-products .content-single .price {
	font-size: 32px;
	color: var(--color-red);
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-products .content-single .price del {
	color: var(--color-red);
	font-weight: 400;
	padding-right: 15px;
	font-size: 20px;
}
.single-products .content-single .price ins {
	text-decoration: none;
}
.single-products .content-single .label {
	display: none !important;
}
.single-products .content-single .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-products .content-single .single_add_to_cart_button {
	height: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
	border-radius: 30px;
	background: var(--color-blue) !important;
	margin-left: 20px;
	outline: none !important;
}
.single-products .content-single .value select {
	height: 40px;
	border: 1px solid #ccc;
	min-width: 200px;
	outline: none;
	border-radius: 30px;
	padding-left: 10px;
}
.single-products .content-single .value .reset_variations {
	padding-left: 10px;
	font-weight: bold;
}
.single-products .content-single .woocommerce-variation-price .woocommerce-Price-amount {
	margin: 10px 0px !important;
	display: block;
}
.single-products .content-single .variations {
	margin-bottom: 20px;
}
.single-products .content-single .quantity {
	margin-bottom: 0;
}
.single-products .content-single .quantity .qty {
	width: 65px;
	max-width: 200px;
	height: 37px;
	border-color: #222;
}
.single-products .content-single input.btn.minus {
	border-right: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-color: #222;
}
.single-products .content-single input.btn.plus {
	border-left: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-color: #222;
}
.single-products .content-single .woocommerce-variation-add-to-cart {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-products .content-single .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	height: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 335px;
	flex: 0 0 335px;
	max-width: 335px;
	border-radius: 30px;
	background: var(--color-blue) !important;
	margin-left: 20px;
}
.single-products .content-single .thong-tin .title {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
}
.single-products .content-single .woocommerce-product-details__short-description {
	font-size: 14px;
	color: #000;
}
.single-products .content-single .woocommerce-product-details__short-description h3 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 1rem;
}
.single-products .content-single .woocommerce-product-details__short-description p {
	font-size: 14px;
	margin-bottom: 1rem;
	color: #000;
	line-height: 1.5;
}
.single-products .content-single .woocommerce-product-details__short-description ul li, .single-products .content-single .woocommerce-product-details__short-description ol li {
	font-size: 14px;
	margin-bottom: 1rem;
	color: #000;
	line-height: 1.5;
}
.single-products .content-single .btn-custom {
	display: none;
}

.infomation-cat {
	border: 1px dashed var(--color-blue);
	padding: 10px;
}
.infomation-cat h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 10px;
}
.infomation-cat p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.infomation-cat span {
	font-size: 14px;
	display: block;
}

.single-content {
	background: #fff;
	padding: 10px;
	height: 100%;
}

.description {
	margin-top: 30px;
}
.description .heading {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: var(--color-blue);
	padding: 10px 15px;
	color: #fff;
}

.page-defure .woocommerce:after {
	content: "";
	clear: both;
}

.page-defure .woocommerce-cart-form:after {
	content: "";
	clear: both;
}

.clear {
	clear: both;
}

.page-archive .items-news {
	background: url(../images/bg.jpg);
	height: 100%;
}

.page-single .date {
	font-size: 14px;
	color: #757575;
	font-style: italic;
}
.page-single .title-single {
	font-size: 42px;
	color: #222;
	font-weight: bold;
	margin: 15px 0px;
}
@media screen and (max-width: 991px) {
	.page-single .title-single {
		font-size: 20px;
	}
}

.archive-lq {
	background: #FAFEFE;
}
.archive-lq .title-lq {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	margin-bottom: 30px;
	text-align: center;
}

.page-contact {
	padding: 30px 0px;
}
.page-contact__content .des {
	text-align: center;
	margin-bottom: 30px;
}
.page-contact__content .des h2 {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 15px;
}
.page-contact__content .des p {
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: var(--color-blue);
	position: relative;
}
@media screen and (max-width: 767px) {
	.page-contact .form-contact {
		padding: 20px 10px;
		padding-bottom: 0;
	}
}
.page-contact .form-contact h2 {
	text-align: center;
	color: var(--color-blue);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-contact .form-contact .contact-address {
	background: #fff;
	padding: 20px;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.page-contact .form-contact .contact-address {
		padding: 20px 10px;
		margin-bottom: 20px;
		height: auto;
	}
}
.page-contact .form-contact .contact-address h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-blue);
	font-weight: bold;
	margin-bottom: 15px;
}
.page-contact .form-contact .contact-address ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.page-contact .form-contact .contact-address ul li:last-child {
	margin-bottom: 0;
}
.page-contact .form-contact .contact-address ul li .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	height: 40px;
	border: 1px solid var(--color-blue);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-blue);
	font-size: 17px;
}
.page-contact .form-contact .contact-address ul li .icon svg {
	width: 16px;
	fill: var(--color-blue);
}
.page-contact .form-contact .contact-address ul li .text {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding-left: 20px;
}
.page-contact .form-contact .contact-address ul li .text span {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	display: block;
	margin-bottom: 5px;
}
.page-contact .form-contact .contact-address ul li .text p {
	font-size: 14px;
	color: #333;
}
.page-contact .form-contact .contact-address form p {
	margin-bottom: 0;
	position: relative;
}
.page-contact .form-contact .contact-address form input {
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 15px;
}
.page-contact .form-contact .contact-address form textarea {
	border-radius: 3px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 15px;
	height: 150px;
}
.page-contact .form-contact .contact-address form .btn-custom {
	cursor: pointer;
	background: var(--color-blue);
	border: 1px solid var(--color-blue);
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0;
	line-height: 40px;
	width: 100%;
}
.page-contact .form-contact .contact-address form .btn-custom:hover {
	background: #fff;
	color: var(--color-blue);
}
.page-contact .form-contact .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 10px;
	margin-top: 10px;
}
.page-contact .form-contact .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.page-contact .form-contact .ajax-loader {
	margin: 0;
	position: absolute;
	top: 8px;
	left: 20px;
}
.page-contact .maps {
	margin-top: 30px;
}
.page-contact .maps iframe {
	width: 100%;
	height: 300px;
}

.items-news {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	height: 100%;
}
.items-news:hover .text h3 a {
	color: var(--color-blue);
}
.items-news .images {
	position: relative;
	display: block;
	padding-bottom: 70%;
	overflow: hidden;
}
.items-news .images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.items-news .text {
	padding: 10px;
}
.items-news .text h3 a {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #222;
	line-height: 1.5;
	font-weight: bold;
}
.items-news .text p {
	font-size: 14px;
	color: #757575;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.items-news .text .btn-more {
	font-size: 14px;
	font-weight: bold;
	color: var(--color-blue);
}
.items-news .images {
	position: relative;
}
.items-news .images .date {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: var(--color-blue);
	padding: 20px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.items-news .images .date span {
	display: block;
	margin-bottom: 10px;
}
.items-news .images .date span:last-child {
	margin-bottom: 0;
}

.sidebar-news .heading2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.sidebar-news .items-news-lq {
	margin-bottom: 15px;
}
.sidebar-news .items-news-lq:hover .text h3 a {
	color: var(--color-blue);
}
.sidebar-news .items-news-lq .text {
	padding-left: 15px;
}
.sidebar-news .items-news-lq .text h3 a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	margin-top: -3px;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.sidebar-news .items-news-lq .text span {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #757575;
}

.phone {
	position: fixed;
	bottom: 110px;
	left: -20px;
	z-index: 999;
	width: 100px;
	height: 100px;
}

.quick-alo-phone .quick-alo-show {
	visibility: visible;
}

.quick-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	height: 200px;
	width: 82px;
	height: 64px;
	right: 150px;
	top: 60%;
	cursor: pointer;
	z-index: 200000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	transition: visibility .5s;
}

.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
	border-color: var(--color-blue);
	opacity: 0.5;
}

.quick-alo-ph-circle {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 50px;
	left: 50px;
	border: 2px solid var(--color-blue);
	background-color: transparent;
	border-radius: 100%;
	opacity: .1;
	-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
	background-color: #f6ca62;
	opacity: .75 !important;
}

.quick-alo-ph-circle-fill {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 80px;
	left: 80px;
	background-color: rgba(0, 161, 255, 0.5);
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color: var(--color-blue);
}

.quick-alo-ph-img-circle {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 100px;
	left: 100px;
	background: var(--color-blue) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .99;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
	background-color: #ff0101;
}

@-webkit-keyframes quick-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 quick-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-webkit-keyframes quick-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);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 991.5px) {
	.phone {
		bottom: 90px;
		left: -60px;
	}

	.quick-alo-ph-circle {
		display: none;
	}
}
.header-menu .tc{
	font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}
.tien-ich{
	display: none;
}
.tien-ich .header__content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tien-ich .header__content .items i {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	background: var(--color-blue);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}
.tien-ich .header__content .items .text {
	padding-left: 15px;
}
.tien-ich .header__content .items .text p {
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
.tien-ich .header__content .items .text span {
	display: block;
	font-size: 13px;
	color: #000;
}
.zalo{
	position: fixed;
    bottom: 10px;
    right: 20px;
}
.zalo a{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    background: #35b729;
    align-items: center;
    justify-content: center;
}
.zalo img{
	width: 30px;
	    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
/*# sourceMappingURL=style.css.map */