@charset "UTF-8";
/*
*****************************
*****************************
	  CSS Table of Content
*****************************
*****************************

--------------------------
** @typography
--------------------------
** Global style
--------------------------
** Preloader Css
--------------------------
** Breadcrumb Area Start
--------------------------
** Normalize
--------------------------
** Main Menu Area Start
--------------------------
** Hero Area Start
--------------------------
** About Area Start
--------------------------
** We are best Area Start
--------------------------
** Feature Area Start
--------------------------
** Video Area Start
--------------------------
** Deal Of the Week Start
--------------------------
** Pricing Area Start
--------------------------
** Testimonial Area Start
--------------------------
** FAQ Area Start

--------------------------
** Contact Area Start
--------------------------
** Footer Area Start
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("a8aa0e9b6cf44712a2f609006a333d17.css");

/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background: #EF0A6A;
	color: #fff;
	border: 2px solid #EF0A6A;
	border-radius: 4px;
	padding: 12px 30px;
	transition: all 0.3s ease-in;
  -webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* Internet Explorer/Edge */
	user-select: none;     
}

.mybtn1:hover{
	background: none;
	color: #EF0A6A;
}

.mybtn2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background: #EF0A6A;
	color: #fff;
	border: 2px solid #EF0A6A;
	border-radius: 4px;
	padding: 12px 30px;
	transition: all 0.3s ease-in;
}

.mybtn2:hover {
	background: none;
	color: #EF0A6A;
}

.product-features{
	position: relative;
	padding: 10px 10px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 40px;
	text-align: center;
	background-repeat:cover;
	background-position-y: 100%;
	background-position-x: 100%;
	background-size: 60%;
}

.model-name{
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 28px;
}
.function-item{
	line-height:18px;
	font-size: 14px;
	margin-top: 15px;
	text-align: left;
	color:#DADADA;
}
.function-name{
	display: inline-block;
	width: 85%;
	vertical-align: top;
}
.swiper-pagination{
	position: absolute;
	bottom: 5% !important;
}
.swiper-pagination-bullet{
	width: 80px !important;
	height: 5px !important;
	border-radius: 1px !important;
	background-color: #FFFFFF !important;
}
.swiper-pagination-bullet-active{
	background-color: #EF0A6A !important;
}
.scroll-mouse{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 8%;
	z-index: 11;
	animation: flash 2.5s infinite;
}
.product-model{
	margin-right: 40px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 60%;
	background-image: url('../images/polygon.png');
	cursor: pointer;
	transition: background-color 0.5s ease;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* Internet Explorer/Edge */
	user-select: none;         /* Non-prefixed version, currently */
}
.product-model:hover{
	background-image: url('../images/polygon-active.png');
	transition: 0.5s all;
}
.product-active{
	background-image: url('../images/polygon-active.png');
}
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes shapeani1 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes shapeani2 {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes shapeani3 {
	0% {
		transform: translateY(15px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(15px);
	}
}

@keyframes b-shadow {
	0% {
		box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
	}

	50% {
		box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1), 0px 0px 0px 75px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1), 0px 0px 0px 125px rgba(59, 38, 219, 0.1), 0px 0px 0px 150px rgba(59, 38, 219, 0.1);
	}

	100% {
		box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
	}
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

.mix {
	display: none;
}

.remove-col-padding {
	padding: 0;
}

.navbar-light .navbar-toggler {
	border: 0px;
}

.navbar-light .navbar-toggler:focus {
	outline: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}

.bottomtotop i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	background: #EF0A6A;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transform: rotate(-90deg);
	bottom: 120px;
	right: 28px;
	box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 20%);
	z-index: 999;
	transition: all linear 0.3s;
}

.br-10 {
	border-radius: 10px;
}

.section-title {
	text-align: center;
	margin-bottom: 56px;
}

.section-title.extra .title {
	margin-bottom: 24px;
	text-align: center;
}

.section-title.white .subtitle {
	color: #fff;
}

.section-title.white .title {
	color: #fff;
}

.section-title.white p {
	color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 13px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: capitalize;
}

.section-title .title span {
	background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title p {
	max-width: 650px;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0 auto;
}

.section-title.darkbg .title {
	color: #fff;
}

.section-title.darkbg .title span {
	color: #fff;
}

.section-title.darkbg p {
	color: rgba(255, 255, 255, 0.95);
}

.input-field {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 20px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.input-field::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #7E7E7E;
}

.input-field:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #7E7E7E;
}

.input-field::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #7E7E7E;
}

.input-field:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #7E7E7E;
}

.input-field.borderd {
	border: 1px solid rgba(0, 0, 0, 0);
}

.input-field.borderd:focus {
	border: 1px solid  rgba(255, 255, 255, 0.5);
	 transition:all 0.3s ease;
}

.input-field.textarea {
	min-height: 140px;
	padding: 15px 10px;
	resize: none;
}

.input-field.error {
	border: 1px solid #f56a79;
}

.input-field.error::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #f56a79;
}

.input-field.error:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #f56a79;
}

.input-field.error::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #f56a79;
}

.input-field.error:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #f56a79;
}

.input-field.error:focus {
	border-color: #f56a79;
}

.video-play-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	text-align: center;
	font-size: 26px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.video-play-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.video-play-btn i {
	color: #EF0A6A;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-name: text-color;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	position: inherit;
	z-index: 9;
}

.feature-circle-inner {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}

.feature-circle-inner:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -9;
}

.feature-circle-inner i {
	font-size: 12px;
	font-weight: 900;
	color: #f56a79;
}

.discount-circle-inner {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #EF0A6A;
	border-radius: 50%;
	position: relative;
}

.discount-circle-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 3px dashed #fff;
	animation: shapeani2 12s linear infinite;
}

.discount-circle-inner:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 120px;
	height: 120px;
	background: white;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.email-success {
	display: block;
	width: 100%;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0;
	}
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: black;
	justify-content: center;
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.preloader-inner .cancel-preloader a {
	background-color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	color: #f56a79;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
	background-color: #00aeff;
	color: #fff;
}

.cube-folding {
	width: 50px;
	height: 50px;
	display: inline-block;
	transform: rotate(45deg);
	font-size: 0;
}

.cube-folding span {
	position: relative;
	width: 25px;
	height: 25px;
	transform: scale(1.1);
	display: inline-block;
}

.cube-folding span::before {
	content: "";
	background-color: white;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
	transform-origin: 100% 100%;
	animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
	transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
	animation-delay: 0.3s;
	background-color: #f2f2f2;
}

.cube-folding .leaf3 {
	transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
	animation-delay: 0.9s;
	background-color: #f2f2f2;
}

.cube-folding .leaf4 {
	transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
	animation-delay: 0.6s;
	background-color: #e6e6e6;
}

@keyframes folding {

	0%,
	10% {
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.cube-wrapper {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.cube-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 90px;
	height: 6px;
	background-color: rgba(0, 0, 0, 0.1);
	filter: blur(2px);
	border-radius: 100%;
	z-index: 1;
	animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
	color: white;
	position: relative;
	top: 25px;
	z-index: 2;
	animation: text 0.5s ease infinite alternate;
	text-transform: uppercase;
}

@keyframes text {
	100% {
		top: 35px;
	}
}

@keyframes shadow {
	100% {
		bottom: -18px;
		width: 100px;
	}
}

.navigation.innerpage {
	background: #fff;
	border-bottom: 0px;
}

/* Breadcrumb Area Start */
.breadcrumb-area {
	padding: 177px 0px 117px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}

.breadcrumb-area .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 11px;
	color: #fff;
}

.breadcrumb-area .title.extra-padding {
	margin-bottom: 24px;
}

.breadcrumb-area .breadcrumb-list {
	margin: 0px;
	padding: 0px;
}

.breadcrumb-area .breadcrumb-list li {
	display: inline-block;
}

.breadcrumb-area .breadcrumb-list li span {
	margin: 0px 7px;
	color: #fff;
}

.breadcrumb-area .breadcrumb-list li a {
	font-size: 16px;
	transition: all 0.3s ease-in;
	color: #fff;
}

.breadcrumb-area .breadcrumb-list li a:hover {
	color: #f1f1f1;
}

.breadcrumb-area .breadcrumb-list li a.active {
	color: #f1f1f1;
}

/*====================
** Normalize
====================*/
html {
	font-family: "Roboto", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	margin: 0;
	color: #555;
	overflow-x: hidden;
	background-color: #000000
}

h1 {
	font-size: 60px;
	line-height: 1.0833333333;
}

h2 {
	font-size: 52px !important;
	line-height: 1.4444444444;
}

h3 {
	font-size: 26px;
	line-height: 1.0833333333;
}

h4 {
	font-size: 22px;
	line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242424;
	font-family: "Roboto", sans-serif;
}

p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.625;
	-webkit-hyphens: auto;
	hyphens: auto;
}

a {
	color: #242424;
	text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a i {
	padding: 0 2px;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

ul {
	padding-left: 0px;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: #FFFFFF;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}
.navbar-fixed-top.header-section{
    background-color: #FFFFFF;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}
.navbar-fixed-top ul.nav > li > a{
    color: #263b5e;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #263b5e;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0 40px;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{
    position: relative;
}
ul.nav > li > a{
    color: #263b5e;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
}

.header-right .cart-icon{
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    color: #263b5e;
    font-weight: 600;
    line-height: 80px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.header-right .cart-icon i{
    color: #622dfa;
    font-size: 18px;
}
.header-right .cart-icon .count{
    background-color: #622dfa;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 10px;
    right: -10px;
}
.cart-icon.transparent{}
.cart-icon.transparent i{
    color: #f42267;
}
.cart-icon.transparent .count{
    background-color: #f42267;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #EF0A6A !important;
    opacity: 1;
}

/* Dropdown Style
==================*/
#mainmenu li ul{
    background-color: #FEFEFE;
    width: 220px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
    visibility: hidden;
    /* opacity: 0; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
#mainmenu ul li a{
   color: #263b5e;
}
#mainmenu ul li a:hover{
   color: #EF0A6A;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 2px solid #FEFEFE;
    display: block;
    position: relative;
    padding: 0;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    font-family: 'Roboto', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #6a8695;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    background-color: #F0F0F0;
}
#mainmenu li > ul ul{
    background-color: #FEFEFE;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #FEFEFE;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}
.li-products .products-list{
    background-color: #FEFEFE;
    width: 100%;
    height: auto;
    position: fixed;
	display: flex;
    left: 0;
    top: 80px;
	padding: 0 40px;
	text-align: center;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
.li-products:hover > .products-list{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 80px;
}
.li-products .products-list div{
    position: relative;
	width: 30%;
	height: 250px;
    display: block;
    padding: 0;
}
.li-products .products-list div a{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #6a8695;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
.li-products > .products-list > div:hover{
    background-color: #F0F0F0;
	cursor: pointer;
}
.product-photo{
	position: relative;
	height: 200px;
}
.products-list div:hover a{
   color: #EF0A6A !important;
}
.li-products .products-list div a{
    position: relative;
	font-size: 16px;
	font-weight: 600;
}


/* Transparent Header
=====================*/
.header-section.transparent{
    background-color: transparent;
}
.navbar-fixed-top.header-section.transparent{
    background-color: #fff;
}

.header-section.transparent ul.nav > li > a{
    color: #ddd;
}
.header-section.transparent ul.nav > li > a:hover,
.header-section.transparent ul.nav > li > a.active{
    color: #fff;
}
.navbar-fixed-top.header-section.transparent ul.nav > li > a{
    color: #263b5e;
}
.navbar-fixed-top.header-section.transparent ul.nav > li > a:hover,
.navbar-fixed-top.header-section.transparent ul.nav > li > a.active{
    color: #EF0A6A;
}
.navbar-fixed-top.transparent .logo-dark,
.transparent .logo-light{
    display: block;
}
.navbar-fixed-top.transparent .logo-light,
.transparent .logo-dark{
    display: none;
}
.transparent .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0 2px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255,1);
    box-shadow: 0 2px 0 rgba(255,255,255,1);
    background-color: transparent;
}

/* Mobile Menu 
=================*/
.slicknav_menu {
    background: none;
    padding: 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 30%;
	background: none;
	padding: 0;
	display:none;
	z-index: 999;
}
.slicknav_btn{
    background-color: transparent;
    margin: -63px 0px 0px;
	background-color: white !important;
}
.transparent .slicknav_btn { margin: -60px 0px 0px; }
.transparent.navbar-fixed-top .slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #263b5e !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    color: #999;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 14px;
    color: #263b5e;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* Menu Button Style
==================== */
.header-right{
    display: flex;
    align-items: center;
}
.header-right .menu-btn{
    background-color: #FF3465;
    color: #fff!important;
    padding: 0 30px;
    border-radius: 3px;
    line-height: 45px;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
}
.header-right .menu-btn:hover{
    opacity: 0.8;
    color: #fff;
}


/*-----------------------------
** Hero Area Start
------------------------------*/
.hero-area {
	position: relative;
	background: #000000;
	width: 100%;
}

.hero-area .left-content .content .title {
	font-size: 56px;
	line-height: 66px;
	color: #313131;
	font-weight: 700;
}

.hero-area .left-content .content .subtitle {
	font-size: 18px;
	line-height: 28px;
	color: #313131;
	margin-top: 26px;
}

.hero-area .left-content .content .links {
	margin-top: 42px;
	padding-right: 15px;
}

.hero-area .left-content .content .links a {
	margin-left: 0px;
}

.hero-area .right-img {
	text-align: center;
	position: relative;
}

.hero-area .right-img .discount-circle {
	position: absolute;
	left: 80px;
	top: -30px;
	z-index: 96;
}

.hero-area .right-img .discount-circle .discount-circle-inner {
	text-align: center;
}

.hero-area .right-img .discount-circle .discount-circle-inner .price {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.hero-area .right-img .discount-circle .discount-circle-inner .price span {
	display: block;
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
}

.hero-area .right-img .img {
	position: absolute;
	top: -95px;
	left: 0px;
	max-width: 800px;
	width: auto;
}

/*---------------------------
** About Area Start
---------------------------*/
.about {
	padding: 110px 0px 120px;
	position: relative;
}

.about .iamge {
	display: block;
	text-align: center;
}

.about .box .inner-box {
	padding: 27px 25px 35px;
	transition: all 0.3s ease-in;
	text-align: center;
	border: 2px solid #f56a79;
	border-radius: 10px;
}

.about .box .inner-box .icon {
	font-size: 55px;
	text-align: center;
}

.about .box .inner-box .icon i {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	color: #EF0A6A;
	transition: all 0.3s ease-in;
}

.about .box .inner-box .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #242424;
	margin: 9px 0px 22px;
	transition: all 0.3s ease-in;
}

.about .box .inner-box .text {
	margin-bottom: 0px;
	transition: all 0.3s ease-in;
}

.about .box .inner-box:hover {
	background: #EF0A6A;
	border-color: #EF0A6A;
}

.about .box .inner-box:hover .title,
.about .box .inner-box:hover i,
.about .box .inner-box:hover .text {
	color: #fff;
}

.about .box.one {
	margin-bottom: 30px;
}

.about .box.two {
	margin-top: 30px;
}

.about .box.four {
	margin-top: 30px;
}

/*---------------------------
** We are best Area Start
---------------------------*/
.whaybest {
	position: relative;
	padding: 110px 0px 100px;
}

.whaybest .section-title {
	margin-bottom: 48px;
}

.whaybest .info .feature-list {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
}

.whaybest .info .feature-list li {
	display: flex;
	margin-bottom: 30px;
}

.whaybest .info .feature-list li:last-child {
	margin-bottom: 0px;
}

.whaybest .info .feature-list li .icon {
	margin-right: 30px;
}

.whaybest .info .feature-list li .icon i {
	color: #EF0A6A;
	font-size: 55px;
	line-height: 65px;
}

.whaybest .info .feature-list li .content {
	flex: 1;
}

.whaybest .info .feature-list li .content h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.whaybest .info .feature-list li .content p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
}

.whaybest .info .feature-list li:hover .icon::after {
	border-color: #EF0A6A;
	animation: shapeani2 10s linear infinite;
}

.whaybest .about-img {
	text-align: center;
	padding: 0px 90px;
	align-self: center;
	margin: 0 auto;
}

.whaybest .about-img img {
	animation: shapeani3 5s linear infinite;
}
.about-img:hover{
	cursor: pointer;
}

/*---------------------------
** Feature Area Start
---------------------------*/
.feature {
	padding: 110px 0px 95px;
	position: relative;
}

.feature .section-title {
	margin-bottom: 47px;
}

.feature .left-feature .feature-box .icon {
	margin-left: 20px;
}

.feature .left-feature .feature-box .details {
	text-align: right;
}

.feature .right-feature .center-feature {
	text-align: center;
	justify-content: center;
}

.feature .right-feature .feature-box .icon {
	margin-right: 20px;
}

.feature .right-feature .feature-box .details {
	text-align: left;
}

.feature .feature-box {
	margin-bottom: 30px;
	background: #fff;
	display: flex;
	transition: all 0.3s ease-in;
	position: relative;
}

.feature .feature-box .icon-area {
	display: flex;
}

.feature .feature-box .icon-area .icon {
	align-self: center;
}

.feature .feature-box .icon {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	text-align: center;
	line-height: 70px;
	font-size: 55px;
	border-radius: 50%;
	position: relative;
	color: #EF0A6A;
}

.feature .feature-box .details {
	flex: 1;
}

.feature .feature-box .details .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #242424;
	margin: 26px 0px 19px;
}

.feature .feature-box .details .text {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
}

.feature .feature-box .feature-circle {
	opacity: 0;
	transition: all 0.3s ease-in;
	z-index: 95;
}

.feature .feature-box:hover .feature-circle {
	opacity: 1;
}

.feature .feature-box1 .feature-circle {
	position: absolute;
	right: -90px;
	top: 170px;
}

.feature .feature-box2 .feature-circle {
	position: absolute;
	right: -90px;
	top: 80px;
}

.feature .feature-box3 .feature-circle {
	position: absolute;
	right: -90px;
	top: -5px;
}

.feature .feature-box4 .feature-circle {
	position: absolute;
	left: -120px;
	right: auto;
	top: 110px;
}

.feature .feature-box5 .feature-circle {
	position: absolute;
	left: -100px;
	top: 80px;
}

.feature .feature-box6 .feature-circle {
	position: absolute;
	left: -130px;
	top: 50px;
}

/*---------------------------
** Video Area Start
---------------------------*/
.video {
	position: relative;
	top: 80px;
}
.video .section-title {
	text-align: left;
}

.video .video-wrapper {
	position: relative;
}

.video .video-wrapper .video-box {
	position: relative;
	background: #EF0A6A;
	padding: 243px 0px;
	z-index: 99;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.video .video-wrapper .video-box::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	background-image: url(../images/video.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	z-index: -1;
}

.video .video-wrapper .video-box .overly {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #EF0A6A;
	opacity: 0.7;
}

.video .video-wrapper .video-box .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video .fun-box .inner-content {
	margin-bottom: 30px;
}

.video .fun-box .inner-content .categori {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	padding: 15px 15px;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.video .fun-box .inner-content .categori i {
	color: #EF0A6A;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}


/*-----------------------------
** Pricing Area Start
------------------------------*/
.pricing {
	padding: 110px 0px 120px;
	position: relative;
	background: #F3F3F3;
}

.pricing .product-slider .item .single-product {
	text-align: center;
	background: #fff;
	border: 2px solid rgba(245, 106, 121, 0.2);
	border-radius: 10px;
	transition: all 0.3s ease-in;
}

.pricing .product-slider .item .single-product .img {
	text-align: center;
	padding: 30px 50px 24px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pricing .product-slider .item .single-product .img .links {
	display: inline-block;
	position: absolute;
	top: 101%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in;
	opacity: 0;
}

.pricing .product-slider .item .single-product .img .links .mybtn1 {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s linear;
}

.pricing .product-slider .item .single-product .img .links .mybtn1:hover {
	color: #fff;
}

.pricing .product-slider .item .single-product .content {
	padding: 23px 30px 30px;
}

.pricing .product-slider .item .single-product .content .stars {
	padding-left: 0px;
	margin-bottom: 4px;
	margin-top: 2px;
}

.pricing .product-slider .item .single-product .content .stars li {
	display: inline-block;
	font-size: 14px;
	color: #56eb00;
}

.pricing .product-slider .item .single-product .content .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

.pricing .product-slider .item .single-product .content .price {
	margin-bottom: 20px;
}

.pricing .product-slider .item .single-product .content .price .new-price {
	display: inline-block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: #242424;
	margin-right: 7px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.pricing .product-slider .item .single-product .content .price small {
	font-size: 18px;
	font-weight: 700;
	color: #888;
	display: inline-block;
}

.pricing .product-slider .item .single-product:hover {
	border-color: #f56a79;
}

.pricing .product-slider .item .single-product:hover .img .links {
	top: 0px;
	opacity: 1;
}

.pricing .product-slider .owl-controls {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.pricing .product-slider .owl-controls .owl-nav {
	display: inline-block;
}

.pricing .product-slider .owl-controls .owl-nav div {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 41px;
	text-align: center;
	margin: 0px 5px;
	border-radius: 50%;
	font-size: 22px;
	transition: all 0.3s ease-in;
	background: rgba(255, 65, 77, 0.2);
	color: #242424;
}

.pricing .product-slider .owl-controls .owl-nav div:hover {
	background: #EF0A6A;
	color: #fff;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
/*---------------------------
** Testimonial Area Start
---------------------------*/
.testimonial-area {
	padding: 110px 0px 120px;
	position: relative;
	background: #F3F3F3;
}

.testimonial-area .section-title {
	margin-bottom: 55px;
}

.testimonial-area .testimonial-slider .owl-stage-outer {
	overflow: hidden;
}

.testimonial-area .testimonial-slider .client {
	text-align: center;
	background: #fff;
	border: 2px solid rgba(245, 106, 121, 0.2);
	border-radius: 10px;
	transition: all 0.3s ease-in;
	padding: 30px 30px 29px;
}

.testimonial-area .testimonial-slider .client .client-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 16px;
	border: 3px solid #EF0A6A;
}

.testimonial-area .testimonial-slider .client .client-image img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-area .testimonial-slider .client .client-say {
	margin-bottom: 19px;
}

.testimonial-area .testimonial-slider .client .client-name a {
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}

.testimonial-area .testimonial-slider .client .designation {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #555;
}

.testimonial-area .testimonial-slider .client:hover {
	border-color: #EF0A6A;
}

.testimonial-area .testimonial-slider .owl-controls {
	display: block;
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 91;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav {
	display: inline-block;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 41px;
	text-align: center;
	margin: 0px 5px;
	border-radius: 50%;
	font-size: 22px;
	transition: all 0.3s ease-in;
	background: rgba(255, 65, 77, 0.2);
	color: #242424;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
	background: #EF0A6A;
	color: #fff;
}

/*---------------------------
** Testimonial Area End
---------------------------*/
/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq {
	padding: 100px 0px 100px;
	position: relative;
	background: #000000;
}

.faq .right-shape {
	position: absolute;
	right: 0;
	top: 350px;
}
.faq-title{
	position: absolute;
	top: 40%;
	left: 18%;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.faq-line{
	position: absolute;
	width: 5%;
	height: 5px;
	top: 35%;
	left: 18%;
	background-color: #EF0A6A;
}
.faq .accordion {
	width: 100%;
}

.faq .accordion .panel {
	background: #1A1A1A;
	position: relative;
}

.faq .accordion .panel .panel-body {
	padding: 20px 30px;
	background-color: #2C2C2C;
	font-size: 16px;
}

.faq .accordion .panel-title {
	display: block;
	width: 100%;
	padding:30px;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 0px;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	min-height: 75px;
}

.faq .accordion .panel-title::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 100%;
	border-radius: 3px 0px 0px 3px;
	right: 0;
	top: 0;
	text-align: center;
}

.faq .accordion .panel-title::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "+";
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	text-align: center;
	z-index: 1;
	font-size: 25px;
	font-weight: 300;
	transition: 0.3s ease-in;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	color: #EF0A6A;
	margin-right: 10px;
}

.faq .accordion .panel-title[aria-expanded=true]::before {
	font-family: "Font Awesome 5 Free";
	content: "-";
}
.half-border {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  height: 1px;
  background-color: #3e3e3e;
}
.panel-body p{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
	padding: 200px 0px 120px;
	position: relative;
	background-size: 100%;
}
.contact .section-title {
	margin-top: 0%;
	text-align: left;
	/* margin-bottom: 30px; */
	margin-bottom: 0px;
	padding: 10px;
	text-align: justify;
}

.contact .address .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 17px;
	color: #FFFFFF;
}

.contact .address .list p i {
	color: #EF0A6A;
	margin-right: 10px;
}

.contact .address .list p:last-child {
	margin-bottom: 0px;
	text-align: justify;
}

.contact .contact-form-wrapper {
	/* padding: 30px 25px 30px; */
	transition: 0.3s ease-in;
}

.contact .contact-form-wrapper .section-title {
	margin-bottom: 48px;
}

.contact .contact-form-wrapper #contact-form textarea {
	margin-bottom: 9px;
}

.contact .contact-form-wrapper #contact-form .mybtn1 {
	width: 100%;
}
.address{
	padding: 10px;
}

.map_wrapper {
	padding: 0px !important;
	border: 0px !important;
	position: relative;
	bottom: -9px;
}

.map_wrapper iframe {
	width: 100% !important;
	height: 450px !important;
	margin: 0px;
	padding: 0px;
}

/*-----------------------------
** Contact Area End
------------------------------*/
.compare-section {
	padding: 90px 0px 90px;
}

.compare-section .mybtn1 {
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: rgba(255, 65, 77, 0.2);
	color: #000;
	transition: all 0.3s linear;
}

.compare-section .mybtn1:hover {
	color: #fff !important;
}

.compare-section .compare-table th,
.compare-section .compare-table td {
	font-size: 14px;
	vertical-align: middle;
}

.compare-section .compare-table .price {
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.compare-section .compare-table thead .product-image {
	padding: 30px 15px;
}

.compare-section .compare-table thead .product-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	color: #242424;
}

.compare-section .compare-table thead .product-subtitle {
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height: 24px;
	margin-bottom: 0px;
}

.compare-section .compare-table tbody th {
	width: 150px;
	color: #242424;
}

.compare-section .compare-table tfoot td {
	vertical-align: middle;
}

.compare-section .compare-table tfoot td a {
	display: block;
	margin: 0 auto;
}

.subscribe-section {
	padding: 110px 0px 120px;
}

.subscribe-section .newsletter-form-area {
	position: relative;
	text-align: center;
}

.subscribe-section .newsletter-form-area input {
	width: 100%;
	height: 60px;
	border-radius: 50px;
	border: 1px solid rgba(255, 65, 77, 0.1);
	padding: 0px 30px;
	background: none;
	color: #242424;
	background: #fff;
	box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}

.subscribe-section .newsletter-form-area button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	height: 50px;
	border-radius: 50px;
	border: 0px;
	font-size: 16px;
	padding: 0px 25px;
	background: #EF0A6A;
	color: #fff;
	border: 2px solid #EF0A6A;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.subscribe-section .newsletter-form-area button c span {
	margin-right: 5px;
}

.subscribe-section .newsletter-form-area button:hover {
	background: none;
	color: #EF0A6A;
}

.subscribe-section .newsletter-form-area button:focus {
	outline: 0px;
}
.faq-bg{
	width: 100%;
	padding: 0;
}
.faq-img{
	position: relative;
	width: 100%;
	/* top: -90px; */
	
}

/* -----------------------------
 Footer Area Start
------------------------------*/
.footer {
	overflow: hidden;
	position: relative;
	padding: 10px 0px 0px;
	background: #000000;
}

.footer .footer-info-area {
	text-align: center;
}

.footer .footer-info-area .footer-logo {
	margin-bottom: 23px;
	display: block;
}

.footer .footer-info-area .footer-logo .logo-link {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer .footer-info-area .footer-logo img {
	max-width: 260px;
}

.footer .footer-info-area .text {
	margin-bottom: 24px;
}

.footer .fotter-social-links {
	text-align: center;
	color: #FFFFFF;
}

.footer .fotter-social-links ul {
	padding-left: 0px;
	margin-left: 0px;
}

.footer .fotter-social-links ul li {
	display: inline-block;
}

.footer .fotter-social-links ul li a {
	font-size: 14px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	margin: 0px 15px;
	transition: all 0.3s ease-in;
	text-decoration:underline;
	color: #FFFFFF;
}
.footer .fotter-social-links ul li a:hover {
	color: #EF0A6A;
	cursor: pointer;
	text-decoration:underline;
}


.footer .fotter-social-links ul li a.facebook {
	background: #0069f7;
	border-color: #0069f7;
}

.footer .fotter-social-links ul li a.twitter {
	background: #00c6f7;
	border-color: #00c6f7;
}

.footer .fotter-social-links ul li a.linkedin {
	background: #007bb5;
	border-color: #007bb5;
}

.footer .fotter-social-links ul li a.dribbble {
	background: #f7007a;
	border-color: #f7007a;
}

.footer .fotter-social-links ul li a.google-plus {
	background: #d1062c;
	border-color: #d1062c;
}

/*-----------------------------
** Footer Area End
------------------------------*/
.dark {
	background: #001232;
}

.dark .feature .feature-box {
	background: #001232;
}

.dark .section-title .title,
.dark .section-title p,
.dark .about .box .inner-box .title,
.dark .about .box .inner-box i,
.dark .about .box .inner-box .text,
.dark p,
.dark .whaybest .info .feature-list li .content h4,
.dark .feature .feature-box .details .title,
.dark .pricing .product-slider .item .single-product .content .title,
.dark .pricing .product-slider .item .single-product .content .price .new-price,
.dark .testimonial-area .testimonial-slider .client .client-name a,
.dark .testimonial-area .testimonial-slider .client .designation,
.dark .subscribe-section .newsletter-form-area input,
.dark .faq .accordion .panel-title,
.dark .input-field,
.dark .contact .address .title {
	color: #fff;
}

.dark .navigation,
.dark .pricing .product-slider .item .single-product,
.dark .testimonial-area .testimonial-slider .client,
.dark .subscribe-section .newsletter-form-area input,
.dark .faq .accordion .panel-title,
.dark .faq .accordion .panel .panel-body,
.dark .faq .accordion .panel,
.dark .contact .contact-form-wrapper,
.dark .input-field,
.dark #preloader,
.dark .preloader-inner {
	background: #032055;
}

.dark .navigation .navbar #mainmenu ul .nav-item .nav-link {
	color: #fff;
}

.dark .navigation .navbar #mainmenu ul .nav-item .nav-link:hover,
.dark .navigation .navbar #mainmenu ul .nav-item .nav-link.active {
	color: #f56a79;
}

.dark .hero-area,
.dark .whaybest,
.dark .pricing,
.dark .testimonial-area,
.dark .faq,
.dark .footer {
	background: #001539;
}

.dark .pricing .product-slider .owl-controls .owl-nav div,
.dark .testimonial-area .testimonial-slider .owl-controls .owl-nav div {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.dark .pricing .product-slider .owl-controls .owl-nav div:hover,
.dark .pricing .product-slider .owl-controls .owl-nav div.active,
.dark .testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover,
.dark .testimonial-area .testimonial-slider .owl-controls .owl-nav div.active {
	background: #f56a79;
}

.dark .video .fun-box .inner-content .categori {
	color: #fff;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
}

.dark .faq .accordion .panel-title::before {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.dark .input-field.borderd {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.dark .input-field::placeholder {
	color: #858585 !important;
}

.hot-features {
	padding: 40 0px 40px 40px;
	border-radius: 5px;
	user-select: none;
}

.hot-features-area {
	overflow: hidden;
	padding: 20px 0px 0px;
}

/*section header-2*/
.section-header-2 {
	/* padding-bottom: 10px; */
}

.section-header-2 h4 {
	margin-bottom: 5px;
}

.section-header-2 {
	padding-left: 10px;
	text-align: center;
	/*margin: 0 0 5px;*/
}

.section-header-2 .section-description {
	font-size: 24px;
}

.section-header-2 .section-description {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
	text-transform: capitalize;
	color: #2A373F;
	display: inline-block;
	position: relative;
	text-align: center;
	padding-bottom: 3px;
	line-height: 45px;
}

.section-header-2 .section-description span.thin {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-size: 32px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-align: center;
	padding-bottom: 3px;
}

.section-header-2 .section-description-2 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 48px;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
	text-align: center;
	padding-bottom: 3px;
	color: #060606;
}

.hot-spots {
	padding-left: 7px;
	padding-top: 45px;
}

.hot-spots .item {
	position: relative;
}

.hot-spots .item h2 {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #333;
}

.hot-spots .item p {
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #555555;
}

.hot-spots .item .points-wrapper {
	position: absolute;
	right: -67%;
	top: 0;
	z-index: 1;
}

.hot-spots .item .points-wrapper:before {
	content: '';
	width: 144px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #EF0A6A;
	left: -100%;
	margin-left: -60px;
	z-index: -1;
}

.hot-spots .item+.item {
	margin-top: 88px;
}

.hot-spots.right-hots-items .item h2 {
	padding-top: 20px;
	text-align: left;
}

.hot-spots.right-hots-items .item p {
	text-align: left;
}

.hot-spots.right-hots-items .item .points-wrapper {
	right: auto;
	left: -67%;
	top: 20px;
}

.hot-spots.right-hots-items .item .points-wrapper:before {
	content: '';
	right: -100%;
	left: auto;
	margin-right: -60px;
}
.products-item{
	margin: 0 auto;
	height: 65vh;
	overflow: hidden;
	animation: fadeInLeft 0.5s ease-in-out forwards;
}

.dot {
	position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px auto 0;
    border-radius: 50%;
    background-color: #454545;
	top: 10px;
}

.product-model.product-active .dot {
    background-color: #EF0A6A; 
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*------hot-features-area responsive------*/
@media (max-width:1199px) {
	.hot-spots .item h2 {
		font-size: 17px;
		line-height: 30px;
	}

	.hot-spots .item .points-wrapper:before {
		width: 124px;
		left: -76%;
	}

	.hot-spots .item .points-wrapper {
		top: -13px;
	}

	.hot-spots.right-hots-items .item .points-wrapper:before {
		right: -73%;
	}
}

@media (max-width:991px) {
	.hot-spots .item h2 {
		font-size: 17px;
		line-height: 30px;
	}

	.hot-spots .item .points-wrapper:before {
		width: 54px;
		left: -36%;
	}

	.hot-spots .item .points-wrapper {
		top: -13px;
	}

	.hot-spots.right-hots-items .item .points-wrapper:before {
		right: -43%;
	}
	.btn.v1{
		margin-right: 10px !important;
		font-size: 14px !important;
		padding:6px 15px 6px;
	}
	.btn.v8{
		margin-right: 10px !important;
		font-size: 14px !important;
		padding:6px 15px 6px;
	}
}


.item:hover div.project-name {
	background: #ebb30a;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

#owl-demo .item {
	position: relative;
}

.lightbox:hover {
	opacity: 1;
}

.text-right {
	text-align: right;
}

.hot-spots .item .points-wrapper {
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 1;
}

.hot-spots .item .points-wrapper:before {
	content: '';
	width: 100px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #EF0A6A;
	left: -250%;
	margin-left: -60px;
	z-index: -1;
}
.right-bottom{
	top: 125px !important;
}

.right-top:before{
	top: 80px !important;
}
.right-bottom:before{
	top: -20px !important;
}
.left-top{
	top: 70px !important;
}
.left-bottom{
	top: -20px !important;
}
.left-top:before{
	top: -5px !important;
	left: -137px !important;
}
.left-bottom:before{
	top: 35px !important;
	left: -137px !important;
}

.tip-img{
	position: absolute;
	width: 90px;
	height: 90px;
	display: inline-block;
}
.img-right-top{
	top: 30px;
	left: -202px;
}
.img-right-bottom{
	top: 60px;
	left: -202px;
}
.img-left-top{
	top: 20px;
	right: -230px;
}
.img-left-bottom{
	top: -30px;
	right: -230px;
}

@media (max-width:1200px) {
	.img-right-top{
		left: -158px;
	}
	.img-right-bottom{
		left: -158px;
	}
	.img-left-bottom{
		right: -185px;
	}
	.img-left-top{
		right: -185px;
	}
}
@media (max-width:995px) {
	.img-right-top{
		display: none;
	}
	.img-right-bottom{
		display: none;
	}
	.img-left-bottom{
		display: none;
	}
	.img-left-top{
		display: none;
	}
	.right-top:before{
		display: none;
	}
	.right-bottom:before{
	display: none;
	}
	.left-top:before{
		display: none;
	}
	.left-bottom:before{
	display: none;
	}
	.right-bottom{
		top:!important;
	}
}

.hot-spots.right-hots-items .item .points-wrapper {
	right: auto;
	left: -95%;
	top: 0px;
}

.hot-spots.right-hots-items .item .points-wrapper:before {
	content: '';
	right:-150%;
	left: auto;
	margin-right: -175px;
}

.points-1,
.points-2 {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-indent: 9999px;
	background: rgba(239,10,106, 0.5);
	position: relative;
}


.points-1:after,
.points-2:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #EF0A6A;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	border-radius: 50%;
}

.points-1 {
	-webkit-animation: runpulse 3s infinite linear;
	-moz-animation: runpulse 3s infinite linear;
	-ms-animation: runpulse 3s infinite linear;
	-o-animation: runpulse 3s infinite linear;
	animation: runpulse 3s infinite linear;
}

.points-2 {
	-webkit-animation: runpulse 3s infinite linear;
	-moz-animation: runpulse 3s infinite linear;
	-ms-animation: runpulse 3s infinite linear;
	-o-animation: runpulse 3s infinite linear;
	animation: runpulse 3s infinite linear;
	animation-delay: 1.5s;
}

@keyframes runpulse {
	0% {
		opacity: 1;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
	}
}

.hots-img {
	text-align: center;
}

.hots-img img {
	display: inline-block;
	z-index: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.thankyou_message{
	font-size: 20px;
	padding-top: 20px;
	color: #EF0A6A;
}
.error_message{
	font-size: 20px;
	padding-top: 20px;
	color: #EF0A6A;
}
.accessories{
	margin-top: 50px;
	padding-left: 10%;
}
.accessories-title{
	display: inline-block;
	border: 1px solid #E7E7E7;
	width: 30px;
	height: 140px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	writing-mode: vertical-lr;
}
.accessories-title span{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.parts-img{
	width: 113%;
	height: 140px;
	border: 1px solid #E7E7E7;
	text-align: center;
}
.accessories-title:hover{
	color:#EF0A6A;
	border: 1px solid #EF0A6A;
}
.parts-img:hover{
	color:#EF0A6A;
	border: 1px solid #EF0A6A;
}
.parts-img:hover .parts-desc{
	color:#EF0A6A;
}

.parts-img img{
	position: relative;
}
.parts-desc{
	width: 100%;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: -40px;
	color: #000;
}
video::-webkit-media-controls-play-button {
    display: none; /* 尝试隐藏播放按钮，但可能不起作用 */
  }

.swiper-container {
    width: 100%;
    height: auto;
	background-color: #000000;
}
.swiper-wrapper{
  /* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper{
	height: 500px !important;
}
.swiper-wrapper video{
	height: 100%;
}
.main-img {
	width: 100%;
}
.mian-title-plus{
	height: 50px;
	position: absolute;
	top: 8%;
	width: 100%;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 600;
}
/* .mian-title-plus:hover .order-now-btn{
	opacity: 1;
} */
.mian-title{
	height: 50px;
	position: absolute;
	top: 17%;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}


/* //---------------------------------------------------------Nút đặt hàng ngay cho sản phẩm  A5*/
/* //Button order now */
.order-now-btn{
	height: 50px;
	position: absolute;
	top: 25% !important;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	opacity: 0;
}

.page-content-a5:hover .order-now-btn-a5,.page-content-m3:hover .order-now-btn-m3,
.page-content-m1:hover .order-now-btn-m1,.page-content-m0:hover .order-now-btn-m0,
.page-content-a5-3:hover .order-now-btn-a5-3,.page-content-m3-3:hover .order-now-btn-m3-3,
.page-content-m1-3:hover .order-now-btn-m1-3,.page-content-m0-2:hover .order-now-btn-m0-2,
.page-content-m0-3:hover .order-now-btn-m0-3,.page-content-m0-6:hover .order-now-btn-m0-6,
.page-content-a5-6:hover .order-now-btn-a5-6,.page-content-a5-2:hover .order-now-btn-a5-2,
.page-content-m3-2:hover .order-now-btn-m3-2,.page-content-m3-4:hover .order-now-btn-m3-4,
.page-content-a5-1:hover .order-now-btn-a5-1,.page-content-m3-1:hover .order-now-btn-m3-1,
.page-content-a5-4:hover .order-now-btn-a5-4,.page-content-m1-1:hover .order-now-btn-m1-1,
.page-content-m1-2:hover .order-now-btn-m1-2,.page-content-m1-2:hover .order-now-btn-m1-2
,.page-content-m1-4:hover .order-now-btn-m1-4,.page-content-m1-5:hover .order-now-btn-m1-5,
.page-content-m1-6:hover .order-now-btn-m1-6,.page-content-m0-1:hover .order-now-btn-m0-1,
.page-content-m0-4:hover .order-now-btn-m0-4,.page-content-m0-5:hover .order-now-btn-m0-5,
.page-content-a5-5:hover .order-now-btn-a5-5{
	transition: all 1s linear;
	opacity: 1;
}

/* 
//Nút khi hover vào và hiện ra */
.order-now-btn-a5,.order-now-btn-m3,.order-now-btn-m1,.order-now-btn-m0,.order-now-btn-a5,.order-now-btn-a5-3,
.order-now-btn-m3-3,.order-now-btn-m1-3,.order-now-btn-m0-2,.order-now-btn-m0-3,.order-now-btn-m0-6,.order-now-btn-a5-6,
.order-now-btn-a5-1,.order-now-btn-a5-4,.order-now-btn-a5-5,.order-now-btn-m3-1,.order-now-btn-m3-4,.order-now-btn-m1-1,
.order-now-btn-m1-4,.order-now-btn-m1-5,.order-now-btn-m0-4
{
	height: 30px;
	opacity: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF !important;
	transition: all 0.3s linear;
}

.order-now-btn-m0-3 .btn-order{
	background: #2ECC71;
}
.order-now-btn-m1{
	margin-top: 10px !important;
}
.order-now-btn-a5-2{
	text-align: center;
}
/* cuộn từ trái qua phải */
/* .order-now-btn-a5-1,.order-now-btn-a5-4,.order-now-btn-a5-5,.order-now-btn-m3-1,.order-now-btn-m3-4,.order-now-btn-m1-1,.order-now-btn-m1-4,.order-now-btn-m1-5,
.order-now-btn-m0-4{
	height: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF !important;
	transform: translateX(-150%);
	transition: all 0.5s linear;
  	cursor: pointer;
} */
/* cuộn từ phải qua trái */
/* .order-now-btn-a5-2,.order-now-btn-m3-2,.order-now-btn-m3-2,.order-now-btn-m1-2,.order-now-btn-m1-6,.order-now-btn-m0-5{
	height: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF !important;
	transform: translateX(150%);
	transition: all 0.5s linear;
  	cursor: pointer;
	text-align: center;
} */
/* .order-now-btn-m0-1{
	height: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF !important;
	transform: translateX(250%);
	transition: all 0.5s linear;
  	cursor: pointer;
	text-align: center;
} */
.order-now-btn-m0-1,.order-now-btn-m0-5,.order-now-btn-m0-6{
	text-align: left;
	
}
.order-now-btn-m3-2,.order-now-btn-m1-2,.order-now-btn-m1-5,.order-now-btn-m1-6,.order-now-btn-m3-4{
	margin-left: 20px !important;
	text-align: left;
}

/* .page-content-a5-2:hover .order-now-btn-a5-2,.page-content-m3-2:hover .order-now-btn-m3-2,.page-content-m3-4:hover .order-now-btn-m3-4,
.page-content-a5-1:hover .order-now-btn-a5-1,.page-content-m3-1:hover .order-now-btn-m3-1,.page-content-a5-4:hover .order-now-btn-a5-4,
.page-content-m1-1:hover .order-now-btn-m1-1,.page-content-m1-2:hover .order-now-btn-m1-2,.page-content-m1-2:hover .order-now-btn-m1-2
,.page-content-m1-4:hover .order-now-btn-m1-4,.page-content-m1-5:hover .order-now-btn-m1-5,.page-content-m1-6:hover .order-now-btn-m1-6,
.page-content-m0-1:hover .order-now-btn-m0-1,.page-content-m0-4:hover .order-now-btn-m0-4,.page-content-m0-5:hover .order-now-btn-m0-5,
.page-content-a5-5:hover .order-now-btn-a5-5{
	 transform: translateX(0);
} */


.order-now-bottom-btn{
	font-size: 20px !important;
}


.text-page-content-m1-2{
	text-align: left !important;
}
/* //---------------------------------------------------------Nút đặt hàng ngay cho sản phẩm */	

.section_23 {
  position: absolute;
  width: 84.03vw;
  height: 5vw;
  bottom: 5% !important;
  left: 10%;
  z-index: 10;
}

 .btn-order {
    display: inline-block;
    background: linear-gradient(to right, #FF416C, #FF4B2B);
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 1s ease;
 }
.btn-order:hover {
	color: #fff;
	transition: all 1s ease;
	opacity: 0.6;
}    


.video-txt-plus{
	height: 50px;
	position: absolute;
	top: 15%;
	width: 100%;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 600;
	z-index: 999;
}
.video-txt{
	height: 50px;
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	z-index: 999;
}
.btn-buy{
	position: relative;
	bottom: 80px;
	border: 0;
	font-size: 15px;
	padding: 5px;
	width: 230px;
	height: 40px;
	border-radius: 5px;
	color: #EF0A6A;
    display: inline-block;
}
.management-systems{
	height: 800px;
	background-image: url('../images/manager_bg.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position-x: 50%;
	background-position-y: 50%;
	padding: 110px 0px 0px;
}
.features-box{
	position: relative;
}
.features-title{
	font-size: 30px;
	color: #FFFFFF;
}
.features-title-desc{
	color: #FFFFFF;
}
.features-desc{
	font-size: 14px;
	color: #FFFFFF;
}
.btn-learn-more{
	padding: 5px 25px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 30px;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;-*/-
}
.btn-learn-more a{
	color: black;
}
.btn-learn-more:hover{
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}

.test-report{
	background-color: #FAFAFA;
	padding: 0;
}
.test-report-box img{
	max-width: 170%;
	position: relative;
	left: -25%;
} 
.test-report-desc{
	margin-top: 200px;
}
.suspension{
	animation: shapeani3 5s linear infinite;
}
.btn-buy-new{
	padding: 5px 25px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 30px;
	cursor: pointer;
	text-transform: uppercase;
	transition: box-shadow 0.3s ease-in-out;
}
.btn-buy-new a:hover{
	color: #000;
}
.btn-buy-new:hover{
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}
.product-desc{
	font-size: 13px;
	color: #666666;
}

.product-video{
  width: 101%;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: -5px;
}
.product-video::-webkit-media-controls {
    display: none; /* 隐藏控制条，包括播放按钮 */
}

.features-title span{
	background: linear-gradient(to right,#000000,#000000) no-repeat right bottom;
	background-size: 0 2px;
	transition: background-size 1300ms;
	padding-bottom: 0px;
}

.feature-img-box{
	height: 400px;
}

.wave{
  position: relative;
  width: 100%;
}

.wave img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: floatWave 3s ease-in-out infinite;
}

.distributor-panel-title{
	padding: 40px;
	color: #FFFFFF;
}
.distributor-desc{
	height: 100px;
	font-size: 16px;
	padding: 0px 40px 40px 40px;
}
.distributor-desc p{
	line-height: 25px;
	margin-bottom: 10px;
}
.distributor-desc a{
	color: #FFFFFF;
}
.distributor-desc a:hover{
	color: #EE0B6A;
}
.distributor-panel{
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #1A1A1A !important;
}
.technology-card{
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.technology-card:hover{
	border: 1px dashed #171717;
}
.technology-card:hover .technology-desc{
	background-color: #EE0B6A;
}
.technology-desc{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 80px;
	bottom: 0px;
	background-color: #171717;
	font-size: 16px;
	padding: 20px;
	font-weight: 200;
	transition: background-color 0.5s ease;
}
.technology-mask{
	position: absolute;
	width: 100%;
	background-color: black;
	height: calc(100% - 80px);
	top: 0px;
	padding: 10px;
	font-size: 12px;
	visibility: hidden;
}
.technology-card:hover .technology-mask{
	visibility: visible;
	animation: slideDown 0.3s forwards ease-out;
}
.btn-more{
	position: relative;
	padding: 10px 40px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color: #FFFFFF;
	margin:40px 0 20px;
	cursor: pointer;
}
.btn-more:hover{
	border-radius: 2px;
	background-color: #EE0B6A;
	border: 1px solid #EE0B6A;
	transition: 0.5s all;
}
.tick-ico{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border:1px solid #EE0B6A;
	border-radius: 50%;
	color: #EE0B6A;
	font-size: 12px;
	text-align: center;
	margin-right: 2px;
	vertical-align: middle;
}
.untick-ico{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 15px;
	border:1px solid #414141;
	border-radius: 50%;
	color: #414141;
	font-size: 14px;
	text-align: center;
	margin-right: 2px;
	vertical-align: middle;
}
.map-img{
	position: relative;
	top: -60px;
}
.dealer-box{
	position: absolute;
	width: 80%;
	height: 180px;
	z-index: 99;
	display: flex;
	top: 35%;
	left: 10%;
}
.indicator{
	width: 20%;
	text-align: center;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: 600;
}
.indicator div{
	font-size: 15px;
	font-weight: 100;
}
.electrode-bg{
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 400px !important;
}
.electrode-bg img{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.electrode-title{
	text-align: left;
	font-size: 30px;
	color: #FFFFFF;
}
.electrode-content{
	position: relative;
	width: 100%;
	top: -120px;
}
.electrode-row{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.electrode-col{
	position: relative;
	width: 50%;
	padding: 8% 10vw;
	background-color: #171717;
}
.electrode-bg1{
	position: relative;
	background-image: url('../images/electrode-bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 120px 60px;
}
.hand-box{
	height: 100%;
}
.foot-box{
	height: 100%;
}
.foot-box img{
	position: relative;
	top: 160px;
}
.body-box{
	margin-left: 80px;
	padding-top: 20px;
}
.feet-desc{
	position: relative;
	margin-top: 70%;
	color: white;
	text-transform: uppercase;
	padding-left: 35px;
	background-image: url('../images/lujing12@2x.png');
	background-repeat: no-repeat;
	background-size: 14%;
	background-position-y: 5px;
	background-position-x: 5px;
}
.electrode-desc{
	position: relative;
	color: white;
	text-transform: uppercase;
	padding-left: 35px;
	background-image: url('../images/lujing12@2x.png');
	background-repeat: no-repeat;
	background-size: 14%;
	background-position-y: 5px;
	background-position-x: 5px;
	margin-top: 35%;
}
.electrode-bg2{
	background-image: url('../images/electrode-bg2.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 60px;
}
.electrode-bg3{
	background-image: url('../images/electrode-bg3.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 120px 0 0 0;
}
.electrode-title-box{
	position: relative;
	top:-18vh;
	z-index: 9;
}
.fjx-box{
	margin-left: 40px;
}
#homeVideo{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto; 
	object-fit: cover; 
}
.a5-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 6%;
  background-position-x: -140%;
  background-size: 112%;
  background-image: url('../images/A5@2x.png');
}

.m3-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
	background-repeat: no-repeat;
	background-position-y: 6%;
	background-position-x: -140%;
	background-size: 112%;
	background-image: url('../images/M3@2x.png');
}
.m1-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
	background-repeat: no-repeat;
	background-position-y: 45%;
	background-position-x: 550%;
	background-size: 95%;
	background-image: url('../images/M1@2x.png');
}
.m0-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
	background-repeat: no-repeat;
	background-position-y: 66%;
	background-position-x: 120%;
	background-size: 70%;
	background-image: url('../images/M0@2x.png');
}

.a5-item:hover::before{
	opacity: 1;
	transition: opacity 0.5s ease, background-size 0.3s ease;
}
.m3-item:hover::before{
	opacity: 1;
	transition: opacity 0.5s ease, background-size 0.3s ease;
}
.m1-item:hover::before{
	opacity: 1;
	transition: opacity 0.5s ease, background-size 0.3s ease;
}
.m0-item:hover::before{
	opacity: 1;
	transition: opacity 0.5s ease, background-size 0.3s ease;
}
#homeVideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
 @keyframes slideDown {
    0% {
      top: 30%; 
      opacity: 1; /* 起始透明度 */
    }
    100% {
      top: 0;
      opacity: 0.7;
    }
  }
@keyframes floatWave {
  0%, 100% {
	transform: translateX(-50%) translateY(0);
  }
  50% {
	transform: translateX(-50%) translateY(-20px);
  }
}

@media (max-width:630px) {
	.btn-buy-new{
		display: none;
	}
}

@media (max-width:2000px) {
	.mian-title-plus{
		top: 20px;
		font-size: 45px;
	}
	.mian-title{
		top: 80px;
		font-size: 23px;
	}
	.body-box{
		margin-left: 40px;
	}
	.a5-item::before {
		 background-size: 65%;
		 background-position-x: 140%;
		 background-position-y: 20%;
	}
}
@media (max-width:1700px) {
	.mian-title-plus{
		top: 20px;
		font-size: 45px;
	}
	.mian-title{
		top: 80px;
		font-size: 23px;
	}
	.body-box{
		margin-left: 40px;
	}
	.a5-item::before {
		background-size: 40%;
		background-position-x: 100%;
		background-position-y: 24%;
	}

}

@media (max-width:1500px) {
	.mian-title-plus{
		top: 20px;
		font-size: 40px;
	}
	.mian-title{
		top: 70px;
		font-size: 23px;
	}
	.body-box{
		margin-left: 20px;
	}
	.electrode-desc{
		margin-top: 50%;
	}
	.a5-item::before {
		 background-size:50%;
		 background-position-x: 100%;
		 background-position-y: 50%;
	}
}


@media (max-width:1400px) {
	.mian-title-plus{
		top: 20px;
		font-size: 35px;
	}
	.mian-title{
		top: 60px;
		font-size: 20px;
	}
	.btn-buy{
		bottom: 50px;
	}
	.col-lg-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.a5-item::before {
		 background-size: 65%;
		 background-position-x: 140%;
		 background-position-y: 20%;
	}
	.m3-item::before {
		background-size: 65%;
		background-position-x: 140%;
		background-position-y: 20%;
	}
	.m1-item::before{
		background-size: 55%;
		background-position-x: 130%;
		background-position-y: 10%;
	}
	.m0-item::before{
		background-size: 45%;
		background-position-x: 100%;
		background-position-y: 35%;
	}

}

@media (max-width:1300px) {
	.electrode-row{
		display: block;
	}
	.electrode-col{
		width: 100%;
	}
	.electrode-desc{
		margin-top: 25%;
	}
}
@media (max-width:1260px) {
	ul.nav li a{
		font-size: 12px;
		padding-right: 10px !important;
		padding-left: 0px;
	}
}
@media (max-width:1200px) {
	.mian-title-plus{
		top: 20px;
		font-size: 30px;
	}
	.mian-title{
		top: 65px;
		font-size: 15px;
	}
	#homeVideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	}
	
}

@media (max-width:1110px) {
	ul.nav li a{
		font-size: 11px;
		padding-right: 10px !important;
		padding-left: 0px;
	}
}
@media (max-width:1000px) {
	.mian-title-plus{
		top: 20px;
		font-size: 25px;
	}
	.mian-title{
		top: 60px;
		font-size: 15px;
	}
	.indicator{
		font-size: 25px;
	}
	.indicator div{
		font-size: 12px;
	}
	.electrode-bg{
		height:400px !important;
	}
	.electrode-title-box{
		top: -25vh;
	}
	.features-title {
	    line-height: 35px;
	}
	.a5-item::before {
		 background-size: 70%;
		 background-position-x: 150%;
		 background-position-y: 50%;
	}
	.a5-item .function-name {
		font-size: 10px ;
	}
	.m3-item::before {
		background-size: cover;
		background-position-x: 20%;
		background-position-y: 0%;
	}
	.m1-item::before{
		background-size: 95%;
		background-position-x: 480%;
		background-position-y: 55%;
	}
	.m0-item::before{
		background-size: 90%;
		background-position-x: 180%;
		background-position-y: 60%;
	}
	ul.nav li a{
		font-size: 10px;
		padding-right: 10px !important;
		padding-left: 0px;
	}

}
@media (max-width:800px) {
	.electrode-title-box{
		top: -25vh;
	}
	.electrode-col{
		padding: 20px;
		top: 80px !important;
	}
	.hand-box img{
		width: 138px;
	}
	.foot-box img{
		width: 138px;
	}
	.body-box img{
		width: 100px;
		height: 260px;
	}
	.foot-box img {
		top: 110px;
	}
	.feet-desc{
		margin-top:45%;
	}
	.body-box{
		margin-left:0px;
	}
	.col-lg-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.a5-item::before {
		 background-size: 80%;
		 background-position-x: 210%;
		 background-position-y: 40%;
	}
	.m3-item::before {
		background-size: 65%;
		background-position-x: 140%;
		background-position-y: 20%;
	}
	.m1-item::before{
		background-size: 55%;
		background-position-x: 130%;
		background-position-y: 10%;
	}
	.m0-item::before{
		background-size: 45%;
		background-position-x: 100%;
		background-position-y: 35%;
	}
	#homeVideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	}
}

#mobileSlide{
	display: none;
}

@media (max-width:700px) {
	.mian-title-plus{
		display: none;
	}
	.mian-title{
		display: none;
	}
	.hot-features-area{
		padding: 0;
	}
	.features-title {
	    line-height: 55px; 
		padding-bottom: 0px;
	}
	.hero-area {
	    padding: 100px 0px 20px !important;
	}
	#homeVideo {
	    width: 100%;
		height: 100%;
	}
	.video-slide{
		display: none;
	}
	#mobileSlide{
		display: block;
	}
	.distributor-desc{
		height: auto;
	}
	.li-products:hover > .products-list{
		top:75px;
	}
	.li-products .products-list div{
		width: 100%;
		height: 200px;
	}
	.li-products .products-list{
		display: block;
	}
	.product-photo{
		height: 150px;
	}
	.management-systems{
		background-size: 200%;
	}
	.indicator{
		font-size: 18px;
	}
	.indicator div{
		font-size: 10px;
	}
	.electrode-title-box{
		top: -30vh;
	}
	.electrode-content{
		top: 0vh;
	}
	#homeVideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	}
}
@media (max-width:500px) {
	
	.electrode-bg{
		height: 200px !important;
	}
}
@media (max-width:450px) {
	.electrode-title-box{
		top: -30vh;
	}
	.electrode-col{
		padding: 20px;
	}
	.hand-box img{
		width: 100px;
	}
	.foot-box img{
		width: 100px;
		top: 90px;
	}
	.body-box img{
		width: 80px;
		height: auto;
		margin-left: 40px;
	}
	.feet-desc{
		padding-left: 25px;
	}
	.electrode-desc{
		margin-left: 20px;
		padding-left: 25px;
	}
	.fjx-box img{
		width: 80px;
	}
	.shili-box img{
		width: 150px;
	}	
	.a5-item::before {
		 background-size: 70%;
		 background-position-x: 160%;
		 background-position-y: 40%;
	}
	/* .electrode-bg{
		height: 200px;
	} */
	.btn.v1{
		margin-right: 10px !important;
		font-size: 12px !important;
		padding:4px 12px 4px;
	}
	.btn.v8{
		font-size: 12px !important;
		padding:4px 12px 4px;
	}

}
@media (max-width:350px){
	.product-features{
		padding: 10px 10px;
	}
	.comp-address-info p,.comp-address-info a{
		font-size: 12px;
	}
}
@media (max-width:300px){
	.btn.v1{
		margin-right: 10px !important;
		font-size: 11px !important;
		padding:3px 9px 3px;
	}
	.btn.v8{
		font-size: 11px !important;
		padding:3px 9px 3px;
	}
}
	
@media (min-width: 2000px) {
	.electrode-bg1{
		padding: 60px;
	}
	.electrode-col{
		padding: 120px 60px 60px;
	}
}
@media (min-width: 992px){
	form.review-form.checkout .btn:nth-child(1) {
        margin-right: 15px;
    }

}


/* ..--------------------------------------------- */
.title-product-m1,.title-product-m0,.title-product-a5,.title-product-m3 {
  text-align: center;
  margin-bottom: 30px;
  counter-reset: #333;
  font-weight: bold;
  font-size: 52px !important;
}

.footer-wrap.v2 .footer-top {
  background-color: #01060F;
}
.footer-wrap.v2 .footer-top .footer-widget-title h5 {
  color: #fff;
}
.footer-wrap.v2 .footer-top .footer-widget-title h5:before {
  background-color: #E5E53B;
}
.footer-wrap.v2 .footer-top .social-profile ul li a {
  background: transparent;
  border: 1px solid #E5E53B;
}
.footer-wrap.v2 .footer-top .social-profile ul li a:hover {
  background-color: #fff;
}
.footer-wrap.v2 .footer-top .social-profile ul li a:hover i {
  color: #E31C25;
}
.footer-wrap.v2 .footer-top .social-profile ul li a i {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-wrap.v2 .footer-top .comp-location .loc-icon {
  background: #707070;
}
.footer-wrap.v2 .footer-top .comp-location .loc-icon i {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location h6,
.footer-wrap.v2 .footer-top .comp-location span,
.footer-wrap.v2 .footer-top .comp-location p,
.footer-wrap.v2 .footer-top .comp-location a {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location span {
  opacity: 0.7;
}
.footer-wrap.v2 .footer-top .newsletter-wrap .form-group input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}
.footer-wrap.v2 .footer-top .newsletter-wrap .form-group button {
  background: #E31C25;
  border: none;
  color: #fff;
}
.footer-wrap.v2 .footer-top p,
.footer-wrap.v2 .footer-top a {
  color: #fff;
}
.footer-wrap.v2 .footer-bottom {
  background-color: #01060F;
  border-top: 1px solid #34383F;
}
.footer-wrap.v2 .footer-bottom p,
.footer-wrap.v2 .footer-bottom a {
  color: #fff;
}


.footer-wrap .footer-top {
    padding: 50px 0;
}

.footer-wrap .footer-top .footer-widget .com-address-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon {
    width: 48px;
    height: 48px;
    background: #E31C25;
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon i {
    color: #fff;
    font-size: 26px;
}

.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info {
    width: calc(100% - 60px);
}

.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
    margin: 0;
}

.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin: 0 0 20px;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title h5 {
    font-family: 'Teko', sans-serif;
    padding-left: 12px;
    line-height: 27px;
    position: relative;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title h5::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
}

.footer-wrap .footer-bottom {
    padding: 20px 0;
}

.footer-wrap .footer-bottom .copyright-text {
    text-align: center;
}

.footer-wrap .footer-bottom .copyright-text p {
    line-height: 22px;
    margin: 0;
}

.footer-wrap .footer-bottom .copyright-text p a {
    color: #E31C25;
    font-weight: 600;
}

.footer-wrap.v1 {
    background-color: #F8F8F8;
}

.footer-wrap.v1 .footer-top {
    background-color: #F8F8F8;
}

.footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5 {
    color: #000;
}

.footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5::before {
    background-color: #E31C25;
}

.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a {
    background: #F6E8E8;
}

.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a:hover {
    background-color: #fff;
}

.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a i {
    color: #E31C25;
}

.footer-wrap.v1 .footer-top .footer-widget .comp-location {
    background: #fff;
}

.footer-wrap.v1 .footer-top .footer-widget .comp-location .loc-icon {
    background: #FCE7E8;
}

.footer-wrap.v1 .footer-top .footer-widget .comp-location .loc-icon i {
    color: #E31C25;
}

.footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group input {
    border: none;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group button {
    background: #E31C25;
    border: none;
    color: #fff;
}

.footer-wrap.v1 .footer-bottom {
    background-color: #fff;
}

.footer-wrap.v1 a {
    color: #000;
}

.footer-wrap.v2 .footer-top {
    background-color: #01060F;
}

.footer-wrap.v2 .footer-top .footer-widget-title h5 {
    color: #fff;
	font-size: 28px;
}

.footer-wrap.v2 .footer-top .footer-widget-title h5::before {
    background-color: #E5E53B;
}

.footer-wrap.v2 .footer-top .footer-widget .social-profile ul li a {
    background: transparent;
    border: 1px solid #E5E53B;
}

.footer-wrap.v2 .footer-top .footer-widget .social-profile ul li a:hover {
    background-color: #fff;
}

.footer-wrap.v2 .footer-top .footer-widget .social-profile ul li a i {
    color: #fff;
}

.footer-wrap.v2 .footer-top .footer-widget .comp-location {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-wrap.v2 .footer-top .footer-widget .comp-location .loc-icon {
    background: #707070;
}

.footer-wrap.v2 .footer-top .footer-widget .comp-location .loc-icon i {
    color: #fff;
}

.footer-wrap.v2 .footer-top .footer-widget .comp-location h6,
.footer-wrap.v2 .footer-top .footer-widget .comp-location span,
.footer-wrap.v2 .footer-top .footer-widget .comp-location p,
.footer-wrap.v2 .footer-top .footer-widget .comp-location a {
    color: #fff;
}

.footer-wrap.v2 .footer-top .footer-widget .comp-location span {
    opacity: 0.7;
}

.footer-wrap.v2 .footer-top .footer-widget .newsletter-wrap .form-group input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
}

.footer-wrap.v2 .footer-top .footer-widget .newsletter-wrap .form-group button {
    background: #E31C25;
    border: none;
    color: #fff;
}

.footer-wrap.v2 p,
.footer-wrap.v2 a {
    color: #fff;
}

.footer-wrap.v2 .footer-bottom {
    background-color: #01060F;
    border-top: 1px solid #34383F;
}

.footer-wrap.v2 .footer-bottom p,
.footer-wrap.v2 .footer-bottom a {
    color: #fff;
}

.social-profile {
    margin: 25px 0 0;
}

.social-profile ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-profile ul li:last-child {
    margin-right: 0;
}

.social-profile ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #F6E8E8;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.social-profile ul li a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

.social-profile ul li a i {
    font-size: 28px;
    color: #E31C25;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer-menu ul li {
    padding-bottom: 16px;
    display: block;
}

.footer-menu ul li a {
    display: inline-block;
    text-transform: capitalize;
}

.footer-menu ul li:last-child a {
    padding-bottom: 0;
}

.instagram-photo-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
}

.instagram-photo-wrap .instagram-photo {
    display: block;
}

.instagram-photo-wrap .instagram-photo:nth-child(1) {
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.comp-location {
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 25px;
}

.comp-location h6 {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.comp-location .loc-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comp-location .loc-icon i {
    font-size: 22px;
}

.comp-location h6 {
    font-weight: 600;
}

.comp-location span {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px;
    display: block;
}

.comp-location p {
    margin-bottom: 0;
}

.newsletter-wrap .form-group {
    position: relative;
}

.newsletter-wrap .form-group input {
    height: 48px;
    width: calc(100% - 152px);
    font-size: 14px;
    padding: 10px 20px;
    text-transform: capitalize;
}

.newsletter-wrap .form-group button {
    width: 162px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.newsletter-wrap .form-group button i {
    margin-left: 5px;
}

.newsletter-wrap.search-product .form-group {
    width: 450px;
    margin: 0 auto;
}

.newsletter-wrap.search-product .form-group input {
    width: 100%;
    padding-right: 160px;
    border: none;
}

.newsletter-wrap.search-product .form-group button {
    width: 162px;
    background: #E31C25;
    color: #fff;
}


.social-profile li {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff0a;
  border-radius: 8px;
  margin-right: 10px;
}

.social-profile li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.social-profile li img,
.social-profile li svg
{
  width: 28px;
  height: 28px;
  display: block; 
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.patent-img{
	width: 100%;
	height: auto;
}
  .footer-widget{
	margin-top: 10px;
  }
@media (max-width:414px){
	.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info a{
		font-size: 14px;
	}
	.social-profile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    row-gap: 10px;     /* khoảng cách dọc giữa các dòng */
    column-gap: 10px;  /* khoảng cách ngang giữa các icon */
  }

  .social-profile li {
    width: 32px;
    height: 32px;
    margin: 0; /* xóa margin-right mặc định nếu có */
  }

  .social-profile li a {
    width: 100%;
    height: 100%;
  }

  .social-profile li img,
  .social-profile li svg {
    width: 18px;
    height: 18px;
  }

}
@media (max-width:350px){
	.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info a{
		font-size: 12px;
	}

}





















/*---------------------------------
        Blog CSS 
-----------------------------------*/
.single-blog-wrap{
	background-color: #fff;
	color: #454546;
	padding: 50px 0px;
	font-family: 'Roboto', sans-serif;	
}

.section-title.v1 h2:before {
  background-color: #E31C25;
}
/* Section Title */
.section-title h2 {
    position: relative;
    padding-left: 13px;
    font-size: 40px !important;
    line-height: 48px;
    margin: 0;
}

.section-title h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
}

/* Version 1 */
.section-title.v1 h2::before {
    background-color: #E31C25; /* Màu đỏ */
}

/* Version 2 */
.section-title.v2 h2 {
    color: #fff; /* Màu trắng */
    padding-left: 0;
}

.section-title.v2 h2::before {
    display: none;
}

/* Version 3 */
.section-title.v3 h2 {
    line-height: 50px;
    color: #fff; /* Màu trắng */
    padding-left: 13px;
}

.section-title.v3 h2::before {
    background-color: #E31C25; /* Màu đỏ */
}

.blog-post-wrap .container {
    position: relative;
    padding-top: 130px !important;
}

.blog-item-wrap.v1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.blog-item-wrap.v1 .blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item-wrap.v1 .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 30px;
    left: 30px;
}

.blog-item-wrap.v1 .blog-item .blog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 9;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.53) 34%, rgba(0, 0, 0, 0.03) 50%);
}

.blog-item-wrap.v1 .blog-item .blog-content .blog-info {
    padding: 0 30px 30px;
    transform: translateY(130px);
    transition: 0.4s;
}

.blog-item-wrap.v1 .blog-item .blog-content .blog-info p {
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.blog-item-wrap.v1 .blog-item .blog-content .blog-info .btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.blog-item-wrap.v1 .blog-item:hover .blog-info {
    transform: translateY(0);
}

.blog-item-wrap.v1 .blog-item:hover .blog-info p,
.blog-item-wrap.v1 .blog-item:hover .blog-info a.btn {
    visibility: visible;
    opacity: 1;
}

.blog-item-wrap.v2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.blog-item-wrap.v2 .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-item-wrap.v2 .blog-img img {
    transition: all 0.8s ease;
}

.blog-item-wrap.v2 .blog-item .news-date {
    position: absolute;
    top: 25px;
    right: 25px;
}

.blog-item-wrap.v2 .blog-item .blog-content .news-date {
    position: absolute;
    top: 25px;
    right: 25px;
}

.blog-item-wrap.v2 .blog-item:hover .blog-card-title {
    color: #E31C25 !important;
}

.blog-item-wrap .blog-item .blog-img img {
    transition: 0.8s;
}

.blog-item-wrap .blog-item:hover .blog-img img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.news-date h4 {
    font-size: 30px;
    color: #E31C25;
    font-weight: 700;
    margin: 0;
}

.news-date h4 span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.blog-content .blog-card-title {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
}

.blog-content p {
    color: #fff;
    margin-bottom: 25px;
}

article p {
    margin: 0 0 30px;
	color:#646464;
}

article blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 30px !important;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

article blockquote p {
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}

article img {
    margin: 0 0 30px;
}

.comment-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin: 0 0 30px;
}

.comment-box-title .comment-box-title-left p {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.comment-box-title .comment-box-title-left a {
    color: #E31C25;
    display: block;
    padding: 0 0 3px;
    border-bottom: 1px solid #E31C25;
}

.comment-box {
    padding: 30px;
    margin: 0 0 30px;
}

.comment-box .comment-author-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.comment-box .comment-author-info .ct_author_avatar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.comment-box .comment-author-info .ct_author_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-box .comment-author-info .ct_author_avatar p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 15px;
    color: #000;
}

.comment-box .comment-date {
    text-align: right;
}

.comment-box .comment-date p {
    margin: 0;
}

.comment-box.approved {
    background: #F8F8F8;
}

.comment-box.declined {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-text {
    margin: 20px 0 30px;
    color: #454546;
}

.comment-rating ul li i {
    font-size: 14px;
}

.comment-form {
    background: #F8F8F8;
    padding: 30px;
}

.comment-form .comment-form-title {
    font-size: 25px;
    line-height: 34px;
    color: #E31C25;
    margin: 0 0 20px;
    font-weight: 400;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-form .form-group {
    margin: 0 0 15px;
}

.comment-form .form-group label {
    display: block;
    margin: 0 0 8px;
}

.comment-form .form-group input {
    width: 100%;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    background: transparent;
}

.comment-form .form-group textarea {
    width: 100%;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    background: transparent;
    resize: none;
}

.comment-form .single-product-checkbox .checkbox.form-group label::before {
    top: -2px;
}

.popular-post-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.popular-post-item .post-img {
    width: 90px;
    margin-right: 10px;
}

.popular-post-item .post-info {
    width: calc(100% - 100px);
}

.popular-post-item .post-info h5 {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.popular-post-item .post-info span {
    font-size: 14px;
    color: #E31C25;
    line-height: 19px;
    display: block;
    margin: 0 0 5px;
}

.sidebar {
    margin: 0 0 35px;
}

.sidebar .sidebar-widget {
    margin: 0 0 35px;
}

.sidebar .sidebar-widget .sidebar-widget-title {
    margin: 0 0 25px;
    font-weight: 400;
}

.sidebar .sidebar-widget.search-box {
    position: relative;
}

.sidebar .sidebar-widget.search-box input {
    width: 100%;
    height: 48px;
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 60px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-widget.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: none;
    background: transparent;
}

.sidebar .sidebar-widget.search-box button i {
    color: #E31C25; /* Red Color */
    font-size: 20px;
}

.sidebar .sidebar-widget .category-box ul li {
    display: block;
}

.sidebar .sidebar-widget .category-box ul li a {
    position: relative;
    padding-left: 22px;
    font-weight: 500;
}

.sidebar .sidebar-widget .category-box ul li a::before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    background: #E31C25; /* Red Color */
    width: 5px;
    height: 1px;
}

.sidebar .sidebar-widget .category-box ul li a:hover {
    color: #E31C25; /* Red Color */
}

.sidebar .sidebar-widget .category-box ul li a:hover::before {
    background: #E31C25; /* Red Color */
}

.sidebar .sidebar-widget .tag-list ul li {
    display: inline-block;
    margin: 0 8px 12px 0;
}

.sidebar .sidebar-widget .tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px;
    border: 1px solid #646464; /* Dove Color */
    color: #646464; /* Dove Color */
    transition: 0.4s;
}

.sidebar .sidebar-widget .tag-list ul li a:hover {
    background-color: #E31C25; /* Red Color */
    color: #fff;
    border-color: transparent;
}

.comment-form .single-product-checkbox .form-group.checkbox.fn label::before {
    top: 5px;
}

.single-product-checkbox .form-group.checkbox.fn input:checked + label::after {
    top: 5px;
}




.membership-form,
.comment_form,
.contact_form {
  background-color: #F8F8F8;
  padding: 45px 60px 50px;
}
.membership-form .form-group,
.comment_form .form-group,
.contact_form .form-group {
  margin-bottom: 20px;
}
.membership-form .form-group label,
.comment_form .form-group label,
.contact_form .form-group label {
  font-weight: 500;
  color: #000;
  display: block;
  margin: 0 0 10px;
}
.membership-form .form-group input, .membership-form .form-group textarea,
.comment_form .form-group input,
.comment_form .form-group textarea,
.contact_form .form-group input,
.contact_form .form-group textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DFEDEE;
  padding: 10px 20px;
}
.membership-form .form-group input,
.comment_form .form-group input,
.contact_form .form-group input {
  height: 56px;
}
.membership-form .form-group textarea,
.comment_form .form-group textarea,
.contact_form .form-group textarea {
  height: 120px;
}

.comment-form .comment-form-title {
  padding-bottom: 15px;
  margin-bottom: 22px;
}

.check_box {
  display: block;
}
.check_box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check_box label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.check_box label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #E31C25;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.check_box input:checked + label:before {
  border-color: #E31C25;
}

.check_box input:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #E31C25;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}



@media (max-width:991px){
	.section-title h2{
		font-size: 28px !important;
	}
}
/*---------------------------------
        End Blog CSS 
-----------------------------------*/


/*---------------------------------
       Order
-----------------------------------*/


  .contact-box .contact-box-title {
  background: #000;
  padding: 15px 20px;
}
.contact-box .contact-box-title h5 {
  color: #fff;
  margin: 0;
}
.contact-box form {
  margin: 20px 0 0;
}
.contact-box form .form-group {
  margin: 0 0 20px;
}
.contact-box form .form-group input,
.contact-box form .form-group textarea {
  border-color: rgba(0, 0, 0, 0.1);
}
.contact-box form .form-group textarea {
  height: 252px;
}
.contact-box form .btn.v7 {
  width: 175px;
}
.contact-box #map {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.contact-box #map iframe {
  width: 100%;
  height: 352px;
}

.contact-box form.review-form.checkout .form-group textarea {
  height: 116px;
}

.contact-box form.review-form.checkout .select-gender {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-box form.review-form.checkout .select-gender div {
  margin-right: 20px;
}

.contact-box form.review-form.checkout input[type=radio]:checked + label::before,
.contact-box form.review-form.checkout input[type=radio]:not(:checked) + label::before {
  border-color: #E31C25;
}

.contact-box form.review-form.checkout input[type=radio]:checked + label,
.contact-box form.review-form.checkout input[type=radio]:not(:checked) + label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
 .contact-box.v1 {
    margin: 0 0 40px;
  }

.theme-dark .contact-box .contact-box-title,
.theme-dark .counter-wrap.style2 .counter-card-wrap {
  background-color: #253236;
}
.theme-dark .contact-box .contact-box-title h5
{
  background-color: #111 !important;
}

.theme-dark .contact-box form .form-group input,
.theme-dark .contact-box form .form-group textarea{
	background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.theme-dark .comment-box-title .comment-box-title-left p,
.theme-dark .contact-box form.review-form.checkout input[type=radio]:checked + label,
.theme-dark .contact-box form.review-form.checkout input[type=radio]:not(:checked) + label{
	 color: #fff !important;
}

.form-group {
    position: relative;
}
.form-group:focus,.form-group:focus{
	border:1px solid red;
}
.form-group.v1 input {
    width: 100%;
    background-color: transparent;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 10px 10px 10px 20px;
}

.form-group.v1 textarea {
    width: 100%;
    background-color: transparent;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    resize: none;
    padding: 10px 10px 10px 15px;
}


.bill-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bill-details > h5 {
    color: #fff ;
    background:#000 ;
    padding: 20px;
    margin: 0;
}

.bill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 0;
}
.bill-item-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subtotal-wrap {
    padding: 10px 20px;
}

.subtotal-wrap .subtotal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.subtotal-item-left p ,.subtotal-item-right p{
	color:#646464;
	margin-bottom: 0px !important;
}
.total-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.checkout-details .form-group input {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
}

.form-group.v1 input {
    width: 100%;
    background-color: transparent;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 10px 10px 10px 20px;
}
.checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #E31C25;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding:0 20px;
}
.bill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 0;
}

.bill-item .bill-item-name p{
    margin: 0;
	color:#646464;
}

.bill-item .bill-item-price span {
    font-weight: 700;
}
.contact-box form.review-form.checkout .form-group textarea {
    height: 116px;
}

.contact-box form.review-form.checkout .select-gender {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-box form.review-form.checkout .select-gender div {
    margin-right: 20px;
}

.contact-box form.review-form.checkout input[type="radio"]:checked + label::before,
.contact-box form.review-form.checkout input[type="radio"]:not(:checked) + label::before {
    border-color: #E31C25;
}

.contact-box form.review-form.checkout input[type="radio"]:checked + label,
.contact-box form.review-form.checkout input[type="radio"]:not(:checked) + label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.contact-box form.review-form.checkout input[type=radio]:checked + label, .contact-box form.review-form.checkout input[type=radio]:not(:checked) + label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

[type="radio"]:checked+label::before,
[type="radio"]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked+label::before {
    background-color: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    top: 6px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.btn {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    border-radius: 0;
    padding: 9px 25px 12px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.v1 {
    background-color: #E31C25 ;
    border: 1px solid transparent;
    color: #fff;
}

.btn.v1:hover {
    background: transparent;
    border-color: #E31C25 ;
    color: #E31C25 ;
}

.review-form .btn {
    margin: 10px 0 0;
}

.btn.v2 {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #E5E53B;
    color: #fff;
    font-weight: 600;
}

.btn.v2:hover {
    background: #E31C25 ;
    border-color: transparent;
}

.btn.v3 {
    background-color: transparent;
    border: 1px solid #151918;
    color: #E31C25 ;
    font-weight: 500;
}

.btn.v3:hover {
    background:#E31C25 ;
    color: #fff;
    border-color: transparent;
}

.btn.v4 {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
}

.btn.v4:hover {
    background:  #E31C25 ;
    color: #fff;
    border-color: transparent;
}

.btn.v5 {
    background-color:  #E31C25 ;
    border: 1px solid transparent;
    color: #fff;
}

.btn.v5:hover {
    background: transparent;
    border-color: #E31C25 ;
}

.btn.v6 {
    background-color: transparent;
    border: 1px solid #E5E53B;
    color: #fff;
    font-weight: 600;
}

.btn.v6:hover {
    background:#E31C25 ;
    border-color: transparent;
}

.btn.v7 {
    background-color: #E31C25 ;
    border: 1px solid transparent;
    color: #fff ;
}

.btn.v7 i {
    font-size: 24px;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.btn.v7:hover {
    background: transparent;
    border-color: #E31C25 ;
    color: #E31C25 ;
}

.btn.v8 {
    background-color: transparent;
    border: 1px solid #000 ;
    color: #000 ;
}

.btn.v8 i {
    font-size: 24px;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.btn.v8:hover {
    background: #E31C25 ;
    border-color: transparent;
    color: #fff ;
}

.btn.v9 {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff ;
    color: #fff ;
    font-weight: 600;
}

.btn.v9:hover {
    background: #fff ;
    border-color: transparent;
    color: #E31C25 ;
}

.btn.v10 {
    background-color:  #E31C25 ;
    border: 1px solid transparent;
    color: #fff ;
}

.btn.v10:hover {
    background: transparent;
    border-color: #E31C25 ;
    color:  #E31C25 ;
}

.btn.v11 {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff ;
    color: #fff ;
}

.btn.v11:hover {
    background: #E31C25; 
    border-color: transparent;
    color:  #fff ;
}

.btn.v12 {
    background-color: #E31C25;
    border: 1px solid transparent;
    color: #fff ;
}

.btn.v12:hover {
    background: transparent;
    border-color: #E31C25;
}

.btn.btn.v13 {
    border: 1px solid #000;
    background: #fff ;
}

.btn.v14 {
    background-color: #E31C25;
    border: 1px solid transparent;
    color:#fff;
    font-weight: 500;
}

.btn.v14:hover {
    background: transparent;
    border-color: #E31C25;
    color: #E31C25;
}



/*---------------------------------
      End Order
-----------------------------------*/
@media (max-width:991px) {
	.left-title-box{
		margin-top: 100px !important;
	}
	
}

@media (max-width:767px) {
	.left-title-box{
		margin-top: 50px !important;
	}	
}

@media (max-width:600px) {
	.left-title-box{
		margin-top: 100px !important;
	}
	
}
@media (max-width:450px) {
	.left-title-box{
		margin-top: 120px !important;
	}
	.Toastify__toast-container--top-center {
		top: 1em;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	

	
}
@media (max-width:414px) {
	.left-title-box{
		margin-top: 80px !important;
	}
	
}
@media (max-width:370px) {
	.left-title-box{
		margin-top: 120px !important;
	}
	
}

.img-brand{
	height: 100% !important;
	max-height: 40px !important;
	object-fit: contain;
}


@media only screen and (max-width: 480px) {
    .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
      top: 20px;
      left: 50% !important;
      transform: translateX(-50%) !important;
    }
  	.toast-container .toast-item .toast-item-body{
      font-size:10px;
  	}
	.toast-container .toast-item .toast-close {
		right: 3px !important;
		top: 20px !important;
	}
}

.list-term li a{
  font-size: 14px !important;
}