/*
*******************************************
*******************************************

Template Name: Finves - Consulting Business, Finance HTML5 Template
Description: Consulting Business, Finance HTML5 Template
Vendor: Evrothemes
Vendor URL: https://www.templatemonster.com/vendors/Evrothemes/@
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - RESPONSIVE MENU CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - BTN TOP CSS
07 - HEADER CSS
08 - SLIDER CSS
09 - ABOUT AREA CSS
10 - SERVICE AREA CSS
11 - PROCESS AREA CSS
12 - INVESTMENT AREA CSS
13 - TEAM AREA CSS
14 - TESTIMONIAL AREA CSS
15 - BLOG AREA CSS
16 - FOOTER AREA CSS
17 - COUNTER AREA CSS
18 - MISSION AREA CSS
19 - PROMO AREA CSS
20 - SERVICE DETAILS PAGE CSS
21 - PROJECT STYLE ONE CSS
22 - PROJECT STYLE TWO CSS
23 - PROJECT DETAILS CSS
24 - NOT FOUND PAGE CSS
25 - FAQ PAGE CSS
26 - LOGIN PAGE CSS
27 - BLOG DETAILS PAGE CSS
28 - CONTACT PAGE CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url(https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i);
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	background-color: #fff;
	letter-spacing: 0;
	color: #3d5169;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Arial','Helvetica',sans-serif;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c;
	font-family: 'Arial','Helvetica',sans-serif;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-moz-selection {
	color: #fff;
	background-color: #cc0000;
}

::selection {
	color: #fff;
	background-color: #cc0000;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

/* li {
	list-style-type: none;
} */

.site-heading {
	text-align: center;
	width: 60%;
	margin: 0 auto 30px;
}

.site-heading h4 {
	font-size: 20px;
	font-weight: 700;
	color: #FE9347;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.site-heading h2 {
	color: #081528;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 37px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.site-heading h2 span {
	display: block
}

.finves-btn {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 20px;
	background: #a2a185 none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
}

.finves-btn:hover {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff
}

.finves-btn i {
	margin-left: 5px
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.pad-left {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - RESPONSIVE MENU CSS
==================================================*/

.finves-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #6861BC
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #6861BC none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #6861BC;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 0px;
	margin-top: 5px;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}


/*================================================
04 - PAGINATION CSS
==================================================*/

/* .pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #FE9347
}

.pagination li.active a:hover {
	border: 1px solid #FE9347
}

.pagination li a:hover {
	border: 1px solid #ddd
} */


/*================================================
05 - BREADCROMB CSS
==================================================*/

.finves-breadcromb-area {
	background: url(../img/service_bg.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.finves-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
	z-index: -1;
}

.breadcromb-box {
	text-align: center;
}

.breadcromb-box h3 {
	font-weight: 700;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 45px;
}

.breadcromb-box li {
	display: inline-block;
	margin: 0 2px;
	color: #fff !important;
	font-size: 16px
}

.breadcromb-box li a {
	color: #fff
}

.breadcromb-box li i {
	color: #FE9347
}


/*================================================
06 - BTN TOP CSS
==================================================*/

/* .btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #FE9347;
	border: 2px solid #FE9347;
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #f5600c;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
} */


/*================================================
07 - HEADER CSS
==================================================*/

.finves-header-top-area {
	padding: 10px 0;
	background: #081528 none repeat scroll 0 0;
}

.finves-header-top-area {
	position: relative;
	z-index: 1
}

.finves-header-top-area:after {
	background: #6861BC none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 70%;
	height: 100%;
	top: 0;
	right: calc(50% + 300px);
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	border-right: 4px solid #fff;
}

.header-top-left p {
	color: #fff;
	margin-top: 3px
}

.header-top-right {
	text-align: right;
}

.header-top-auth {
	display: inline-block;
	margin-right: 10px
}

.header-top-social {
	display: inline-block;
}

.header-top-social ul li {
	display: inline-block;
	margin-left: 10px
}

.header-top-auth a {
	color: rgba(255, 255, 255, .8);
	text-transform: capitalize;
}

.header-top-social ul li a {
	color: #fff;
	font-size: 16px;
}

.header-top-auth a i {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #6861BC;
	border-radius: 50%;
	margin-right: 10px;
}

.site-logo img {
	width: 75%;
	margin: 24px 0;
}

.mainmenu ul {
	text-align: right;
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul li a {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 17px;
	color: #081528;
	display: inline-block;
	padding: 30px 10px;
}

.mainmenu ul li a:hover,
.mainmenu ul li.active>a {
	color: #6861BC
}

.mainmenu ul li ul {
	position: absolute;
	top: 120%;
	width: 200px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	left: 0;
	z-index: 99;
	background: #fff none repeat scroll 0 0;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li ul li {
	display: block
}

.mainmenu ul li ul li a {
	display: block;
	padding: 12px 15px;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.mainmenu ul li ul li:last-child a {
	border-bottom: 0px
}

.mainmenu ul li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li ul li a:hover {
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
}

.header-action {
	margin: 20px 0;
}

.header-action a {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 10px;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
}

.header-action a:hover {
	background: #FE9347 none repeat scroll 0 0;
}


/*================================================
08 - SLIDER CSS
==================================================*/

.slide-item-1 {
	background: url(../img/slider-1.jpg);
}

.slide-item-2 {
	background: url(../img/slider-2.jpg);
}

.finves-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 640px;
}

.slider-content-holder {
	width: 100%;
	text-align: center
}

.slider-text {
	width: 60%;
	text-align: left
}

.finves-main-caption {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(4, 14, 39, 0.13) none repeat scroll 0 0;
	position: relative;
	z-index: 1
}

.finves-main-caption:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 47%;
	background: #081528 none repeat scroll 0 0;
	z-index: -1
}

.finves-main-caption:before {
	position: absolute;
	content: "";
	top: 0;
	left: -1%;
	width: 100%;
	height: 100%;
	background: url(../img/slider_bg.png) no-repeat scroll 0 0;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.finves-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	font-weight: 700;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 60px;
}

.slider-text h2 span {
	display: block
}

.slider-text h3 {
	text-transform: capitalize;
	color: #eee;
	padding-left: 15%;
	position: relative;
}

.slider-text h3:after {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	width: 13%;
	background: #FF973E;
	top: 30%;
}

.slider-text p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #eee;
	letter-spacing: 1px;
	width: 80%;
	text-transform: capitalize;
	margin-top: 20px;
}

.slider-text a.finves-btn {
	margin-top: 30px;
}

.finves-slide .owl-nav {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.finves-slider-area:hover .finves-slide .owl-nav {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.finves-slide .owl-prev {
	position: absolute;
	top: 45%;
	width: 55px;
	height: 55px;
	line-height: 40px;
	text-align: center;
	left: 30px;
	background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
	border-radius: 49%;
	color: #fff !important;
	z-index: 11111;
	-webkit-transition: all 0.4s ease 0s;
	;
	transition: all 0.4s ease 0s
}

.finves-slide .owl-next {
	position: absolute;
	top: 45%;
	width: 55px;
	height: 55px;
	line-height: 40px;
	text-align: center;
	right: 30px;
	background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
	border-radius: 49%;
	color: #fff !important;
	z-index: 11111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}


/*================================================
09 - ABOUT AREA CSS
==================================================*/

.about-page-left {
	position: relative;
	padding-top: 15px;
	padding-left: 15px;
}

.about-page-left:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
	background: #6861BC none repeat scroll 0 0;
	z-index: -1;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	border-top-left-radius: 10px;
}

.about-page-left img {
	width: 100%;
	border-top-left-radius: 10px
}

.popup-youtube {
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 600;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	position: absolute;
	right: -55px;
	z-index: 9;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 45%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.popup-youtube:hover {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff
}

.popup-youtube i {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin-right: 10px;
}

.about-right {
	padding-left: 80px;
	position: relative;
}

.about-right>h3 {
	text-transform: uppercase;
	font-size: 43px;
	font-weight: 700;
	position: absolute;
	left: -27%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 43%;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	color: #081528
}

.about-right h2 {
	color: #378361;
	font-family: 'UTM-HelvetIns', Arial, sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.about-right h2:before {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}

.about-right p {
	margin: 0 0 10px
}

.about-list li {
	width: 48%;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
}

.single-about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-list-left i {
	margin-right: 10px;
	color: #6861BC;
	font-size: 18px;
}

.about-list-right h4 {
	color: #081528;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 8px;
}

.call-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 20px;
}

.call-right {
	margin-left: 20px;
}

.call-right p {
	margin: 0;
	font-size: 16px;
}

.call-right p span {
	font-weight: 700;
	font-size: 20px;
	margin-left: 5px;
	color: #081528;
}


/*================================================
10 - SERVICE AREA CSS
==================================================*/

.finves-service-area {
	position: relative;
}

.service-page-area {
	padding-bottom: 40px
}

.service-page-area .single-service-box {
	margin-bottom: 30px;
	cursor: default
}

.finves-service-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 60%;
	width: 100%;
	background: url(../img/service_bg.jpg) no-repeat fixed 0 0/cover;
	z-index: -1;
}

.finves-service-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
}

.finves-service-area .site-heading h2 {
	color: #eee;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 37px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.single-service-box {
	padding: 50px 30px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 0px;
	cursor: e-resize
}

.service-icon {
	width: 65px;
	height: 65px;
	margin: 0 auto;
}

.service-icon img {
	width: 100%;
	height: 100%;
}

.service-text {
	text-align: center;
	margin-top: 20px;
}

.service-text h3 {
	color: #081528;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.service-text h3:hover {
	color: #FE9347
}

.service-text a.finves-btn {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	padding: 0px;
	background: transparent none repeat scroll 0 0;
	color: #111;
	border-radius: 0px;
	line-height: 22px;
	margin-top: 20px;
}

.service-text a.finves-btn:hover {
	background: transparent none repeat scroll 0 0;
	color: #6861BC
}

.service-slider .owl-prev {
	position: absolute;
	top: 43%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.service-slider .owl-next {
	position: absolute;
	top: 43%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.service-slider:hover .owl-prev,
.service-slider:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
}

.service-slider .owl-next:hover,
.service-slider .owl-prev:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}


/*================================================
11 - PROCESS AREA CSS
==================================================*/

.finves-process-area {
	background: #f9f9f9 none repeat scroll 0 0;
	padding-bottom: 40px
}

.finves-process-area .site-heading h2 {
	color: #081528;
	font-size: 37px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 45px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.single-process {
	padding: 40px 30px;
	background: #fff;
	box-shadow: 0px 0px 9px 2px #F5F5F5;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px
}

.process-text h3 {
	color: #081528;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 7px;
	text-transform: capitalize;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.process-icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #6861BC none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 28px;
	color: #fff;
	position: relative;
	margin: 0 auto 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-process:hover .process-icon {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff;
}

.process-icon:after {
	position: absolute;
	content: '';
	left: 50%;
	top: -3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}


/*================================================
12 - INVESTMENT AREA CSS
==================================================*/

.finves-investment-area {
	background: #6861BC none repeat scroll 0 0;
	position: relative;
	z-index: 1;
}

.finves-investment-area:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 100%;
	background: url(../img/slider_bg.png) no-repeat scroll 0 0;
	width: 100%;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	z-index: -1;
}

.morris-hover {
	position: absolute;
	z-index: 1000;
}

.morris-hover.morris-default-style {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border: 2px solid rgba(230, 230, 230, 0.8);
	border-radius: 10px;
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}

.investment-left h2,
.investment-right h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	margin-bottom: 15px;
	position: relative;
}

.investment-left form p {
	margin-top: 30px
}

.investment-left form p label {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.investment-left form p input {
	background: #5751AA none repeat scroll 0 0;
	border: 0;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	height: 45px;
	color: #fff
}

.investment-left form p .nice-select {
	background: #5751AA none repeat scroll 0 0;
	border: 0;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	height: 45px;
	color: #b4b4b4;
	line-height: 35px;
}

.investment-left form p .nice-select .option {
	color: #333
}

.investment-left form p button {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 10px;
	background: #fff none repeat scroll 0 0;
	color: #6861BC;
	border-radius: 5px;
	border: medium none;
	width: 100%;
	cursor: pointer;
	margin-top: 65px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.investment-left form p button:hover {
	background: #FE9347 none repeat scroll 0 0;
	;
	color: #fff
}

.investment-left form p input:-moz-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-left form p input::-moz-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-left form p input:-ms-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-left form p input::-webkit-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-left form p input:-ms-select-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-left form p input::-webkit-select-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.investment-right {
	padding: 30px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
}

.investment-right h2 {
	color: #111
}


/*================================================
13 - TEAM AREA CSS
==================================================*/

.finves-team-area {
	padding-bottom: 40px
}

.single-agent {
	margin-bottom: 30px;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	background: #fff none repeat scroll 0 0;
	padding: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-agent:hover {
	background: #6861BC none repeat scroll 0 0;
}

.agent-img-details img {
	width: 100%
}

.agent-image {
	position: relative;
	overflow: hidden;
}

.agent-image img {
	width: 100%;
	border-radius: 10px;
}

.agent-image .hover {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 111
}

.agent-image .hover .social-icon li+li {
	margin-top: 10px;
	display: block
}

.agent-image .hover .social-icon li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #6861BC;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.agent-image .hover .social-icon li a:hover {
	background-color: #FE9347
}

.agent-image .hover .social-icon li:nth-child(1) {
	position: absolute;
	top: 20px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.agent-image .hover .social-icon li:nth-child(2) {
	position: absolute;
	top: 60px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.agent-image .hover .social-icon li:nth-child(3) {
	position: absolute;
	top: 110px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.agent-image .hover .social-icon li:nth-child(4) {
	position: absolute;
	top: 160px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(1) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(2) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(3) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(4) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.agent-image {
	position: relative
}

.agent-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	border-radius: 10px
}

.agent-text {
	text-align: center;
	padding: 20px 15px;
}

.agent-text h3 {
	color: #081528;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.agent-text p {
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	;
	transition: all 0.4s ease 0s;
}

.agent-text h3 a {
	color: #081528;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-agent:hover .agent-text h3 a {
	color: #fff
}

.single-agent:hover .agent-text p {
	color: #fff
}

.agent-text h3 a:hover {
	color: #FE9347
}

.agent_page .pagination-box-row {
	text-align: center;
}


/*================================================
14 - TESTIMONIAL AREA CSS
==================================================*/

.finves-trestimonial-area {
	position: relative;
	background: url(../img/service_bg.jpg) no-repeat fixed 0 0/cover
}

.finves-trestimonial-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
}

.testimonial-box {
	position: relative;
	z-index: 1;
	width: 85%;
	margin: 0 auto;
}

.testimonial-box:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6861BC none repeat scroll 0 0;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
	border-radius: 30px;
}

.testimonial-sldier {
	padding: 50px;
	background: #fff;
	border-radius: 50px;
}

.single-testimonial {
	text-align: center;
	position: relative;
	cursor: e-resize
}

.testimonial-image {
	width: 120px;
	margin: 0 auto;
}

.testimonial-image img {
	border-radius: 50%;
}

.single-testimonial:before {
	top: 25px;
	content: "\f10d ";
	font-family: "FontAwesome";
	font-size: 55px;
	position: absolute;
	left: 30px;
	color: #6861BC;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.single-testimonial:before {
	top: 25px;
	content: "\f10d ";
	font-family: "FontAwesome";
	font-size: 55px;
	position: absolute;
	left: 30px;
	color: #6861BC;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.testimonial-meta {
	margin-top: 25px
}

.testimonial-meta h3 {
	color: #081528;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.testimonial-meta p {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.testimonial-sldier .owl-next {
	position: absolute;
	top: 43%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.testimonial-sldier .owl-prev {
	position: absolute;
	top: 43%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.testimonial-sldier:hover .owl-prev,
.testimonial-sldier:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.testimonial-sldier .owl-prev:hover,
.testimonial-sldier .owl-next:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}


/*================================================
15 - BLOG AREA CSS
==================================================*/

.finves-blog-area {
	padding-bottom: 40px
}

.single-blog-item {
	margin-bottom: 30px;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15)
}

.blog-image {
	position: relative
}

.blog-text {
	padding: 15px;
}

.blog-image img {
	width: 100%
}

.blog-meta {
	margin-top: -15px;
}

.blog-meta p {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	z-index: 1;
	padding: 5px 25px;
	color: #fff;
}

.blog-meta p:after {
	background: #6861BC none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	left: -10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-image:hover .blog-meta p:after {
	background: #FE9347 none repeat scroll 0 0;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.blog-text a {
	display: inline-block
}

.blog-text h3 {
	color: #081528;
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	line-height: 31px;
}

.finves-blog-page-area .blog-text h3 {
	margin-bottom: 10px
}

.blog-text h3:hover {
	color: #FE9347
}

.sidebar-search {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.sidebar-search form {
	position: relative;
}

.sidebar-search form input {
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width: 100%;
	padding: 5px 10px;
	height: 45px;
}

.sidebar-search button {
	position: absolute;
	right: 0;
	height: 100%;
	width: 15%;
	border: medium none;
	background: transparent;
	color: #6861BC
}

.Category-blog li {
	border-bottom: 1px solid #eee;
}

.Category-blog li:last-child {
	border-bottom: 0px solid #eee;
}

.Category-blog li a {
	color: #111;
	padding: 10px 0;
	display: block;
}

.Category-blog li a span {
	float: right
}

.Category-blog li a:hover {
	color: #6861BC
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #ECF1FA none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #6861BC none repeat scroll 0 0;
	color: #fff
}

.recent-post-sidebar li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	overflow: hidden
}

.recent-post-sidebar li:last-child {
	border-bottom: 0
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.recent-text h4 a {
	color: #111
}


/*================================================
16 - FOOTER AREA CSS
==================================================*/

.footer-top-area {
	padding: 50px 0;
	position: relative
}

.footer-top-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3f3f3f none repeat scroll 0 0;
	z-index: -1;
}

.single-footer {
	color: #aaaeb1;
}

.single-footer h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.single-footer h3:before {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #fff none repeat scroll 0 0;
	bottom: -1px;
}

.footer-about {
	margin-top: 20px;
}

.footer-about li {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.footer-about li i {
	width: 30px;
	height: 30px;
	text-align: center;
	background: #b00101;
	color: #fff;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 5px;
}

.footer-about li span {
	color: #fff;
	display: inline-block;
	/* width: 25%; */
	width: 90%;
}

.usefull_links {
	/* width: 45%; */
	width: 100%;
	float: left;
    list-style-type: none;
}

.usefull_links li a {
	color: #aaaeb1;
}

.usefull_links li a:hover {
	color: #fff
}

.usefull_links li {
	margin-top: 5px;
}

.usefull_links li a i {
	margin-right: 3px
}

.footer-subscribe {
	margin-top: 10px;
}

.footer-subscribe form {
	height: 40px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.footer-subscribe form input {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 5px 50px 5px 10px;
	left: 0;
	width: 100%;
	border: medium none;
	border-radius: 5px;
	color: #111;
	background: transparent
}

.footer-subscribe form button {
	position: absolute;
	right: 0;
	height: 100%;
	width: 18%;
	border: medium none;
	cursor: pointer;
	background: #FE9347 none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.footer-follow {
	/* margin-top: 20px; */
}

.footer-follow ul li {
	display: inline-block;
}

.footer-follow ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background: #111111 none repeat scroll 0 0;
	color: #eee;
	border-radius: 50%;
}

.footer-hours li {
	margin-top: 10px;
}

.footer-hours li span {
	float: right;
	color: #FE9347;
}

.copyright-area {
	padding: 12px 0;
	background: #b00101;
	border-top: 1px solid #222;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.copyright p i {
	margin: 0 5px;
	color: #FE9347;
}


/*================================================
17 - COUNTER AREA CSS
==================================================*/

.finves-counter-area {
	background: url(../img/service_bg.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 40px
}

.finves-counter-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
	z-index: -1
}

.single-counter-box {
	text-align: center;
	background: #fff no-repeat scroll 0 0;
	padding: 20px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.counter-icon {
	font-size: 35px;
	color: #6861BC;
	width: 70px;
	text-align: left;
	margin-right: 10px;
}

.counter-text h3 {
	color: #081528;
	font-weight: 700;
	font-size: 40px;
}

.counter-text {
	text-align: left
}


/*================================================
18 - MISSION AREA CSS
==================================================*/

.finves-mission-area {
	background: #f9f9f9 none repeat scroll 0 0;
}

.mission-area-left {
	position: relative;
	margin-left: 30px
}

.mission-area-left:before {
	background: #6861BC none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 2px;
}

.single-mission {
	margin-left: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
	background: #fff;
	box-shadow: 0px 0px 9px 2px #F5F5F5;
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px;
}

.single-mission:last-child {
	margin-bottom: 0
}

.single-mission>h3 {
	color: #081528;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.mission-box-one,
.mission-box-two,
.mission-box-three {
	position: relative
}

.mission-box-one:after,
.mission-box-two:after,
.mission-box-three:after {
	background: #6861BC none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 45px;
	left: -72px;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 55px;
	width: 45px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-mission:before {
	position: absolute;
	content: "";
	top: 43%;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-mission:hover.mission-box-one:after,
.single-mission:hover.mission-box-two:after,
.single-mission:hover.mission-box-three:after {
	background: #FE9347 none repeat scroll 0 0
}

.mission-box-one:after {
	content: "1"
}

.mission-box-two:after {
	content: "2"
}

.mission-box-three:after {
	content: "3"
}

.mission-area-right {
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	z-index: 1;
	margin-left: 5%
}

.mission-area-right img {
	width: 100%;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 50%;
}

.mission-area-right:after {
	position: absolute;
	content: "";
	top: 0;
	width: 95%;
	height: 95%;
	background: #6861BC none repeat scroll 0 0;
	z-index: -1;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	border-top-right-radius: 10px;
	right: 0;
}


/*================================================
19 - PROMO AREA CSS
==================================================*/

.finves-promo-area {
	position: relative;
	background: url(../img/service_bg.jpg) no-repeat fixed 0 0/cover;
}

.finves-promo-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
}

.promo-box {
	text-align: center;
}

.promo-box h2 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	line-height: 75px;
}

.promo-box h2 span {
	display: block;
}

.promo-box p {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600
}

.client-single img {
	width: 80% !important;
	margin: 0 auto;
	display: block;
}


/*================================================
20 - SERVICE DETAILS PAGE CSS
==================================================*/

.single-sidebar {
	background: #ECF1FA none repeat scroll 0 0;
	padding: 20px;
	margin-bottom: 30px
}

.single-sidebar:last-child {
	margin-bottom: 0
}

.service-menu li {
	margin: 5px 0;
}

.service-menu li a {
	display: block;
	padding: 13px 20px;
	background-color: #fff;
	color: #081528;
	font-weight: 600;
	font-size: 16px;
	border-left: 5px solid #D4DDEF;
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	z-index: 1
}

.service-menu li a:after {
	background-color: #6861BC;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: width 0.3s linear;
	transition: width 0.3s linear;
	z-index: -2;
}

.service-menu li a:hover:after {
	width: 100%;
}

.service-menu li a:hover {
	color: #fff;
	border-left: 5px solid #483fb1
}

.service-menu li.active a {
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-left: 5px solid #483fb1
}

.sidebar_contact_inn h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.single-sidebar.sidebar-contact {
	background: #6861BC;
	padding: 0;
	color: #fff;
}

.sidebar_contact_inn {
	padding: 20px;
	text-align: center
}

.sidebar_contact_inn p i {
	margin-right: 5px
}

.sidebar-broucher a {
	display: block;
	background: #483fb1 none repeat scroll 0 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.sidebar-broucher a i {
	margin-right: 5px
}

.sidebar-appointment {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.sidebar-appointment h3 {
	font-weight: 600;
	text-transform: capitalize;
	color: #081528;
	font-size: 23px;
	margin-bottom: 15px;
}

.sidebar-appointment input {
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width: 100%;
	padding: 5px 10px;
	height: 45px;
}

.sidebar-appointment textarea {
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width: 100%;
	padding: 5px 10px;
	height: 120px;
}

.sidebar-appointment button {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	border: medium none;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.sidebar-appointment button:hover {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff;
}

.service-details-right h2 {
	color: #081528;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.service-details-right h2:before {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}

.service-details-right p {
	margin: 0 0 10px
}

.list-service-details {
	margin: 20px 0
}

.list-service-details li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 8px;
	padding-left: 25px;
}

.list-service-details li:before {
	position: absolute;
	content: "\f042";
	left: 0px;
	top: 1px;
	font-size: 14px;
	font-family: 'FontAwesome';
	color: #6861BC
}

.service-right-image .col-lg-6:first-child {
	padding-right: 7px
}

.service-right-image .col-lg-6:last-child {
	padding-left: 7px
}

.service-inn,
.service_chart {
	margin-top: 20px
}

.service-inn h3,
.service_chart h3 {
	color: #081528;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.service-inn h3:after,
.service_chart h3:after {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}


/*================================================
21 - PROJECT STYLE ONE CSS
==================================================*/

.finves-project-area {
	padding-bottom: 40px
}

.finves-project-area .site-heading {
	width: 50%
}

.project-image img {
	width: 100%
}

.portfolio-filter {
	text-align: center;
	margin-bottom: 20px
}

.portfolio-filter li {
	text-transform: capitalize;
	color: #111;
	font-weight: 500;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #378361;
	margin: 0 5px;
	border-radius: 5px
}

.portfolio-filter li:after {
	position: absolute;
	right: 0;
	width: 4px;
	height: 15px;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 12px;
	left: -2px;
}

.portfolio-filter li:before {
	position: absolute;
	right: 0;
	width: 4px;
	height: 15px;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 12px;
	right: -2px;
}

.portfolio-filter li.active {
	position: relative
}

.portfolio-filter li.active:after {
	position: absolute;
	right: 0;
	width: 4px;
	height: 15px;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 12px;
	left: -2px;
}

.portfolio-filter li.active:before {
	position: absolute;
	right: 0;
	width: 4px;
	height: 15px;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 12px;
	right: -2px;
}

.portfolio-filter li:hover,
.portfolio-filter li.filter.active {
	color: #fff;
	background: #378361 none repeat scroll 0 0
}

.portfolio-warp {
	margin-top: 30px;
}

.work-item {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.project-img img {
	min-width: 100%;
}

.work-item .project-img {
	position: relative;
}

.work-item .project-img:before {
	background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.work-item:hover .project-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-item .content {
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	padding: 0 20px
}

.work-item .content>h3 {
	border-bottom: 2px solid #FE9347;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.work-item .content p {
	color: #fff;
	display: block;
	text-transform: capitalize;
}

.work-item:hover .content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}


/*================================================
22 - PROJECT STYLE TWO CSS
==================================================*/

.project-item {
	margin-bottom: 30px;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
}

.project-text {
	padding: 20px;
}

.project-text h3 {
	color: #081528;
	font-size: 1rem;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	line-height: 25px;
}

.project-text h3:hover {
	color: #cc0000;
}


/*================================================
23 - PROJECT DETAILS CSS
==================================================*/

.project-details-left img {
	width: 100%;
}

.project-details-inn {
	margin-top: 30px;
}

.project-details-inn h3 {
	color: #081528;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.project-details-inn h3:after {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}

.project-details-inn p {
	margin: 0 0 15px
}

.finves-about-project {
	background: #f9f9f9 none repeat scroll 0 0;
}

.details-project-text h3 {
	color: #081528;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	position: relative;
}

.single-sidebar.social_widget {
	background: #fff none repeat scroll 0 0;
	padding: 0;
}

.social_widget ul {
	display: inline-block
}

.social_widget ul li {
	display: inline-block;
	margin-right: 5px
}

.social_widget ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #fff
}

.social_widget ul li.facebook a {
	background: #3b5999 none repeat scroll 0 0
}

.social_widget ul li.twitter a {
	background: #55acee none repeat scroll 0 0
}

.social_widget ul li.gp a {
	background: #dd4b39 none repeat scroll 0 0
}

.social_widget ul li.linkedin a {
	background: #0077b5 none repeat scroll 0 0
}

.social_widget ul li.pinterest a {
	background: #bd081c none repeat scroll 0 0
}

.social_widget span {
	color: #081528;
	font-size: 17px;
	font-weight: 600;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
}

.project-info li {
	margin: 10px 0;
	color: #111
}

.project-info li i {
	margin-right: 5px;
	color: #6861BC;
	width: 20px
}

.project-info li span {
	float: right;
	color: #3d5169
}

.project-details-inn p:last-child {
	margin-bottom: 0
}


/*================================================
24 - NOT FOUND PAGE CSS
==================================================*/

.not-found-text {
	text-align: center
}

.not-found-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.not-found-inn img {
	margin: 0 15px;
}

.not-found-inn span {
	font-weight: 600;
	font-size: 125px;
	color: #081528;
}

.not-found-text h3 {
	color: #081528;
}

.not-found-text h3 span {
	font-weight: 600;
}

.not-found-text {
	text-align: center;
	width: 55%;
	margin: 0 auto;
}

.not-found-text p {
	margin: 20px 0;
}


/*================================================
25 - FAQ PAGE CSS
==================================================*/

.finves-single-faqs {
	margin-bottom: 25px;
}

.finves-single-faqs:last-child {
	margin-bottom: 0px;
}

.finves-single-faqs i {
	margin-right: 5px;
	color: #6861BC;
	font-size: 18px;
}

.finves-single-faqs>h3 {
	color: #081528;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
	text-transform: capitalize;
}

.finves-single-faqs>p {
	margin-left: 25px;
	margin-top: 5px;
}

.finves-faqs-right>h3 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.finves-faqs-right>form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 30px;
	padding: 30px 50px;
}

.finves-faqs-right>form p {
	margin-top: 15px;
}

.finves-faqs-right>form label {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
}

.finves-faqs-right>form textarea {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ddd;
	height: 120px;
	padding: 5px 10px;
	width: 100%;
}

.finves-faqs-right>form input {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #333;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.finves-faqs-right>form button {
	background: #e01a22 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.finves-faqs-right>form button:hover {
	background: #212121 none repeat scroll 0 0;
}


/*================================================
26 - LOGIN PAGE CSS
==================================================*/

.finves-login-page-area {
	position: relative;
}

.finves-login-page-area:after {
	background: #6861BC none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 43%;
	z-index: -1
}

.login-left>h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.login-left>p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
	text-transform: capitalize;
}

.login-left p a {
	color: #eee;
	font-style: italic;
	text-decoration: underline;
}

.login-left p a:hover {
	text-decoration: none;
	color: #fff
}

.back-log-home>a {
	border: 1px solid #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	padding: 8px 20px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}

.back-log-home>a:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #6861BC;
}

.back-log-home {
	display: inline-block;
	margin-top: 20px;
}

.login-left {
	display: inline-block;
	padding: 70px 0;
}

.finves-login-page-area:before {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 50px;
	left: 41%;
	position: absolute;
	top: 45%;
	width: 50px;
}

.login-form {
	background: #ECF1FA none repeat scroll 0 0;
	padding: 20px;
	width: 85%;
	float: right;
}

.login-form form {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.login-form form p input {
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width: 100%;
	padding: 5px 10px;
	height: 45px;
}

.login-form p {
	margin: 10px 0;
}

.login-form p a {
	color: #081528
}

.login-form p a:hover {
	color: #FE9347
}

.remember {
	display: inline-block;
	text-transform: capitalize
}

.remember>input[type=checkbox]+label {
	display: block;
	cursor: pointer;
	color: #081528
}

.remember>input[type=checkbox] {
	display: none;
}

.remember>input[type="checkbox"]+label:before {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c4c4c4;
	border-radius: 0px;
	color: transparent;
	content: "✔";
	height: 10px;
	margin-bottom: 4px;
	margin-right: 7px;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	vertical-align: bottom;
	width: 18px;
}

.remember>input[type=checkbox]+label:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.remember>input[type=checkbox]:checked+label:before {
	background-color: #6861BC;
	border-color: #6861BC;
	color: #fff;
}

.remember>input[type=checkbox]:disabled+label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	border-color: #081528;
}

.remember>input[type=checkbox]:checked:disabled+label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #6861BC;
	border-color: #6861BC;
}

.lost-pass {
	float: right;
	font-weight: 600;
	text-transform: capitalize;
}

.lost-pass>a:hover {
	color: #ff9606
}

.login-form form p button {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	border: medium none;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.login-form form p button:hover {
	background: #FE9347 none repeat scroll 0 0;
	color: #fff;
}

.inline>a {
	color: #eee;
}

.inline>a:hover {
	text-decoration: underline
}

.register-pg-rmb {
	display: block;
	text-align: center
}

.register-left-inn {
	position: relative;
	top: 15%;
}


/*================================================
27 - BLOG DETAILS PAGE CSS
==================================================*/

.single-blog-page-left h3 {
	color: #081528;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	margin-bottom: 15px;
}

.blog-post-meta {
	margin-top: 5px;
}

.blog-post-meta ul li {
	margin-right: 10px;
}

.blog-post-meta ul li a {
	color: #111
}

.dlab-post-name img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
	margin-right: 10px;
}

.post-author i,
.post-comment i {
	color: #6861BC;
	margin-right: 2px;
}

.blog-details-img {
	margin: 15px 0;
}

.blog-details-img img {
	width: 100%
}

.blog-content p {
	margin: 0 0 15px
}

.blog-content-text h3 {
	font-size: 22px
}

.blog-content-text h3 {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog-content-img {
	margin-bottom: 10px;
}

.post-share-box {
	border-bottom: 1px solid #f4f9fc;
	border-top: 1px solid #f4f9fc;
	margin-top: 30px;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #111;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right
}

.post-share-right a {
	font-weight: 500;
	color: #555
}

.finves-comment-list,
.finves-leave-comment {
	margin-top: 50px;
}

.comment-group-title h2,
.finves-leave-comment h2 {
	color: #081528;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.comment-group-title h2:after,
.finves-leave-comment h2:after {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.single-comment-box.reply-comment {
	padding-left: 100px;
}

.main-comment {
	font-size: 14px;
	padding: 30px 0 0 90px;
	position: relative;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
}

.comment-text-inner {
	margin-top: 10px;
}

.comment-info h4 {
	color: #081528;
	text-transform: capitalize;
	font-size: 19px;
	font-weight: 600;
}

.comment-info p {
	color: #7b7b7b;
}

.comment-info a {
	color: #111;
}

.comment-info a i {
	margin-right: 5px
}

.finves-leave-comment {
	padding: 20px;
	background: #ECF1FA none repeat scroll 0 0;
}

.leave-comment-inn {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.finves-leave-comment form input {
	border-bottom: 1px solid #c4c4c4;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 10px;
	font-size: 13px;
	margin: 10px 0;
	color: #111;
	border-radius: 5px;
	width: 47%;
	margin-right: 10px;
	height: 45px;
	border-radius: 0
}

.finves-leave-comment form textarea {
	border-bottom: 1px solid #c4c4c4;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 10px;
	font-size: 13px;
	margin: 10px 0;
	color: #111;
	border-radius: 5px;
	width: 96%;
	height: 175px;
	border-radius: 0
}

.finves-leave-comment form button {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
	border: medium none;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.finves-leave-comment form button:hover {
	background: #FE9347 none repeat scroll 0 0
}


/*================================================
28 - CONTACT PAGE CSS
==================================================*/

.contact-form {
	background: #ECF1FA none repeat scroll 0 0;
	padding: 30px
}

.contact-form form {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.contact-form h3,
.contact-info h3 {
	color: #081528;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.contact-info h3:before {
	position: absolute;
	content: "";
	left: 0;
	width: 15%;
	height: 2px;
	background: #FE9347 none repeat scroll 0 0;
	bottom: -1px;
}

.contact-form form .col-lg-6:first-child {
	padding-right: 7px;
}

.contact-form form .col-lg-6:last-child {
	padding-left: 7px;
}

.contact-form form p {
	margin-top: 14px;
}

.contact-form form p input {
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: transparent;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.contact-form form p textarea {
	width: 100%;
	min-height: 130px;
	border-bottom: 1px solid #c4c4c4;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: transparent;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.contact-form form p button {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	background: #6861BC none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
	border: medium none;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-form form p button:hover {
	background: #FE9347 none repeat scroll 0 0
}

.single-contact-info {
	margin-top: 30px;
}

.single-contact-info p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 7px;
	color: #111
}

.single-contact-info h4 {
	font-size: 15px;
	text-transform: capitalize;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 600;
}

.contact-social li {
	display: inline-block
}

.contact-social li a {
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	background: rgba(35, 61, 99, 0.1);
	color: #677286;
	position: relative
}

.contact-social li a:before {
	position: absolute;
	content: '';
	left: 50%;
	top: -3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
}

.contact-social li a:hover {
	background: #6861BC none repeat scroll 0 0;
	color: #fff
}



/* CSS VNLAR */
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Italic";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-Italic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-Italic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Italic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-LightItalic";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RobotoCondensed/RobotoCondensed-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/RobotoCondensed/RobotoCondensed-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons/ElegantIcons.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ElegantIcons/ElegantIcons.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ElegantIcons/ElegantIcons.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ElegantIcons/ElegantIcons.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ElegantIcons/ElegantIcons.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ElegantIcons/ElegantIcons.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ElegantIcons/ElegantIcons.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-family: "ElleFutura-Bold";
  src: url("../fonts/ElleFutura/elle-futura-bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ElleFutura/elle-futura-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ElleFutura/elle-futura-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ElleFutura/elle-futura-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ElleFutura/elle-futura-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ElleFutura/elle-futura-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ElleFutura/elle-futura-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-family: "ElleFutura";
  src: url("../fonts/ElleFutura/elle-futura.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ElleFutura/elle-futura.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ElleFutura/elle-futura.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ElleFutura/elle-futura.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ElleFutura/elle-futura.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ElleFutura/elle-futura.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ElleFutura/elle-futura.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-AgencyFB";
  src: url("../fonts/AgencyFB/SVN-AgencyFB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AgencyFB/SVN-AgencyFB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/AgencyFB/SVN-AgencyFB.otf") format("opentype"), /* Open Type Font */
    url("../fonts/AgencyFB/SVN-AgencyFB.svg") format("svg"), /* Legacy iOS */
    url("../fonts/AgencyFB/SVN-AgencyFB.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/AgencyFB/SVN-AgencyFB.woff") format("woff"), /* Modern Browsers */
    url("../fonts/AgencyFB/SVN-AgencyFB.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSFuturaStdBook";
  src: url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-BOOK.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSFuturaStdMedium";
  src: url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FSFuturaStd/FS-FUTURASTD-MEDIUM.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUBaskervilleBookItalic';
  src: url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.eot");
  src: url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.eot?#iefix") format("embedded-opentype"),
       url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.otf") format("otf"),
       url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.svg#SFUBaskervilleBookItalic") format("svg"),
       url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.ttf") format("truetype"),
       url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.woff") format("woff"),
       url("../fonts/SFUBaskervilleBookItalic/SFUBaskervilleBookItalic.woff2") format("woff2");
}
@font-face {
  font-family: 'UVNKeChuyen1';
  src: url("../fonts/UVNKeChuyen1/UVNKeChuyen1.eot");
  src: url("../fonts/UVNKeChuyen1/UVNKeChuyen1.eot?#iefix") format("embedded-opentype"),
       url("../fonts/UVNKeChuyen1/UVNKeChuyen1.otf") format("otf"),
       url("../fonts/UVNKeChuyen1/UVNKeChuyen1.svg#UVNKeChuyen1") format("svg"),
       url("../fonts/UVNKeChuyen1/UVNKeChuyen1.ttf") format("truetype"),
       url("../fonts/UVNKeChuyen1/UVNKeChuyen1.woff") format("woff"),
       url("../fonts/UVNKeChuyen1/UVNKeChuyen1.woff2") format("woff2");
}
@font-face {
  font-family: 'UTM-HelvetIns';
  src: url("../fonts/UTMHelvetIns/UTM-HelvetIns.eot");
  src: url("../fonts/UTMHelvetIns/UTM-HelvetIns.eot?#iefix") format('embedded-opentype'),
       url("../fonts/UTMHelvetIns/UTM-HelvetIns.otf") format("otf"),
       url("../fonts/UTMHelvetIns/UTM-HelvetIns.svg#UTM-HelvetIns") format("svg"),
       url("../fonts/UTMHelvetIns/UTM-HelvetIns.ttf") format("truetype"),
       url("../fonts/UTMHelvetIns/UTM-HelvetIns.woff") format("woff"),
       url("../fonts/UTMHelvetIns/UTM-HelvetIns.woff2") format("woff2");
}
@font-face {
  font-family: 'UTMImpact';
  src: url("../fonts/UTMHelvetIns/UTMImpact.eot");
  src: url("../fonts/UTMHelvetIns/UTMImpact.eot?#iefix") format('embedded-opentype'),
       url("../fonts/UTMHelvetIns/UTMImpact.otf") format("otf"),
       url("../fonts/UTMHelvetIns/UTMImpact.svg#UTMImpact") format("svg"),
       url("../fonts/UTMHelvetIns/UTMImpact.ttf") format("truetype"),
       url("../fonts/UTMHelvetIns/UTMImpact.woff") format("woff"),
       url("../fonts/UTMHelvetIns/UTMImpact.woff2") format("woff2");
}
@font-face {
  font-family: 'UTMErie';
  src: url("../fonts/UTMErie/UTMErie.eot");
  src: url("../fonts/UTMErie/UTMErie.eot?#iefix") format("embedded-opentype"),
       url("../fonts/UTMErie/UTMErie.woff2") format("woff2"),
       url("../fonts/UTMErie/UTMErie.woff") format("woff"),
       url("../fonts/UTMErie/UTMErie.ttf") format("truetype"),
       url("../fonts/UTMErie/UTMErie.svg#UTM%20Erie%20Black") format("svg"),
       url("../fonts/UTMErie/UTMErie.otf") format("otf");
}

/* @import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); */
body {
    font-size: 16px;
    /* font-family: "RobotoCondensed-Regular",sans-serif; */
    font-family: "Quicksand",sans-serif;
    font-family: 'Arial','Helvetica',sans-serif;
    /*font-family: "ElleFutura", 'Montserrat', "Helvetica", Arial, sans-serif;*/
    font-weight: 400
}
.section {
    padding: 0;
    /* background-color: #f4f3ef; */
}
.section {
    position: relative;
}
.h1-seo-title h1 {
    margin: 0 0 0;
    font-size: 13px
}
.input-group-btn .btn {
    border-width: 1px;
    padding: 6px 18px;
    /*font-family: "Open Sans",sans-serif;*/
    font-size: 14px;
}
.h1-seo-title .logo {
    height: 50px;
}

.card .card-body {
    padding: 10px;
}
.card-body-custom {
    padding: 0px !important;
}

.card-descriptions {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
    .logo-protected-group {
    text-align: right; !important;
}
}
.card .post-content p {
    /*font-family: Arial, Helvetica, sans-serif, sans-serif;*/
    margin-bottom: 10px
}

.card .post-content li {
    font-family: "Quicksand", Arial, Helvetica, sans-serif, sans-serif
}

.card .post-content tr {
    font-family: "Quicksand", Arial, Helvetica, sans-serif, sans-serif
}

.card .post-content th {
    font-family: "Quicksand", Arial, Helvetica, sans-serif, sans-serif
}

.card .post-content td {
    font-family: "Quicksand", Arial, Helvetica, sans-serif, sans-serif
}

.card .post-content td a {
    /*font-family: Arial, Helvetica, sans-serif, sans-serif;*/
    color: #006886
}
.h2,
h2 {
    font-size: 24px
}

.h3,
h3 {
    font-size: 20px
}
.h5,
h5 {
    font-weight: 400
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 400;
    margin: 0 0 15px
}

a {
    font-weight: 400;
    color: #cc0000
}
.main-title h1 a {
    color: #444
}
.main-title h1 a:hover {
    color: #002e8a
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400
}
.btn-custom {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 3px
}
/* Khi hover vào nút */
.btn-custom:hover {
    color: #ff69b4; /* Màu chữ hồng nhạt */
    background-color: #faaeb5; /* Màu nền đỏ nhạt */
}
.card .btn {
    text-shadow: none;
    font-size: 16px;
}

/* .card h3 {
    font-size: 1.25rem !important
} */

.bg-custom {
    background-color: #cc0000 !important;
    box-shadow: 0 8px 8px -4px #ddd;
    /* border-bottom: 3px solid #da0000; */
}

.card-custom {
    padding: 25px;
    width: fit-content;
    height: fit-content
}

.card.shadow {
    box-shadow: 0 20px 16px -15px rgba(165, 165, 165, .3)!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    min-height: 222px
}

.card .card-title {
    font-family: "RobotoCondensed-Bold",sans-serif;
    font-size: 1.5em;
    line-height: 1.4em !important;
    -webkit-letter-spacing: -1px;
    -moz-letter-spacing: -1px;
    -ms-letter-spacing: -1px;
    -o-letter-spacing: -1px;
    letter-spacing: -1px
}

.card-title a {
    font-size: 20px;
    font-weight: 700
}

.card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Roboto Slab';
}
.card .card-descriptions {
    font-family: 'Roboto Slab';
}
@media (max-width: 767px) {
  .card .card-body {
      padding: 10px !important;
  }
  .phonefixed .col-4{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fixedtwo {
    display: none;
  }
  .fixedthree {
    display: none;
  }
  .logo {
      margin-left: 0px;
  }
  .logo-protected-group {
    text-align: left !important;
  }
  .article {
      padding: 10px 30px;
  }
  .project_c .c-project-inner {
    padding: 50px 10px 10px 10px !important;
  }
  .project_c .c-project .project-title {
    height: auto;
    width: 100% !important;
  }
  .project_c.project-container {
    padding: 0 !important;
  }
  .project_c .project-box {
    width: 100% !important;
    margin: auto !important;
    padding: 20px 15px !important;
  }
  .footer__info {
    background-color: #002e8a !important;
    padding: 10px !important;
    text-align: center !important;
    position: relative !important;
  }
  .service-basic-wrap {
    display: none;
  }
  .sticky_prj {
      top: 63px !important;
  }
  .project_c .c-project .project-title {
      height: 52px !important;
  }
  .button-add {
    padding: 12px 0px !important;
  }
  .card-price {
      min-height: 52px;
      align-content: center;
  }
  .main_title .title-h2 {
      font-size: 1.6rem !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
    .logo-protected-group {
    text-align: left !important;
    }
    .article {
        padding: 15px;
    }
    .main-title h3 {
    font-size: 26px !important;
    }
}

.btn-search-custom {
    color: #FFF;
    background-color: #02c58a;
    opacity: 1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    padding: 6px 11px
}

.card .category {
    color: #ccc5b9
}

.h6 h6 {
    font-weight: 600
}

.updated-at {
    font-size: 12px
}

a:hover,
a:focus {
    text-decoration: none
}

h6,
.h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px
}

.widget .card-header {
    font-weight: 700;
    font-size: 1.1em;
    color: #333;
    text-transform: uppercase
}

.widget-heading h3 {
    line-height: 1.3;
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #444
}

.list-group-item a {
    color: #222
}

.list-group-item a:hover {
    color: #a94442
}

h1.heading {
    font-size: 2.0em;
    margin: 0;
    margin-bottom: 5px
}

.footer-big .copyright {
    margin: 25px 0 10px
}

.footer-big {
    padding: 20px 0
}

.card:not(.card-plain):hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0)
}
.footer .copyright {
    font-size: 15px
}

.footer nav>ul a:not(.btn) {
    color: #A49E9E;
    font-size: 15px;
    text-transform: none
}

pre {
    position: relative;
    margin: 2em 0;
    border-left: 5px solid #358ccb;
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .05) 0);
    background-size: 3em 3em;
    background-origin: content-box;
    width: 100%;
    color: #333;
    padding: 9.5px;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.hljs {
    padding: 0;
    background: transparent
}

pre code {
    font-size: 1em!important;
    overflow-y: auto
}
/* .card .post-content img {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
} */
.card .cart-content {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
}
.card-header {
    border-bottom: none
}

.widget-heading {
    border-left: 5px solid #9e0000;
    border-right: 5px solid #9e0000
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /*font-family: "Open Sans",sans-serif;*/
    font-size: 14px;
}

.view-count {
    font-size: 14px;
    font-weight: 700;
    color: #d82758;
    margin-left: 5px;
}
@media (max-width:1200px) {
    .btn {
        margin-bottom: 10px
    }
    .card h3 {
        margin-top: 10px;
        line-height: 20px;
    }
    .card .count-post h3 {
        margin-top: 0;
        padding: 4px 0 4px 0
    }
    .card>.post-content>.title {
        font-size: 1.4em!important
    }
    .card>.post-content>p {
        font-size: 1em!important
    }
    .card .card-body .card-body-content {
        padding: 10px
    }
    .nav-child{
        display: none;
    }
    .container {
    max-width: 100%;
    }
    .max800 {
        max-width: 800px;
    }
    .logo {
      margin-left: 0px;
    }
    .sticky_prj {
        top: 131px !important;
    }
    .button-add {
      padding: 12px 0px !important;
    }
    .header {
        justify-content: flex-end !important;
    }
    .brand {
        font-size: 35px !important;
    }
    .owl-carousel .owl-next {
	    right: 1rem !important;
	}
	.owl-carousel .owl-prev {
	    left: 1rem !important;
	}
}
@media (max-width:767px) {
    .btn {
        margin-bottom: 10px
    }
    .card h3 {
        margin-top: 10px
    }
    .card .count-post h3 {
        margin-top: 0;
        padding: 4px 0 4px 0
    }
    .card>.post-content>.title {
        font-size: 1.4em!important
    }
    .card>.post-content>p {
        font-size: 1em!important
    }
    .container .logo {
        max-width: 100%;
        margin-left: 0px;
    }
    .card-custom {
        padding: 0;
        width: fit-content;
        height: fit-content
    }
    .section {
        background-color: #fff
    }
    .card .card-footer {
        padding: 0 0 15px 0
    }
    .card .card-body .card-body-content {
        padding: 10px
    }
    .card .card-body .card-search {
        padding: 15px
    }
    .h1-seo-title .logo {
    height: 35px;
    }
    .card-text {
        margin-bottom: 0px;
    }
    .card-more {
        margin-bottom: 0px;
    }
    .logo {
      margin-left: 0px;
    }
    .logo-protected-group {
    text-align: left !important;
    }
    .article {
        padding: 10px 30px;
    }
    .project {
    margin: 0px 20px !important;
    }
    .card .post-content {
    padding: 10px !important;
    }
    .main-title h1 {
    font-size: 20px !important;
    }
    .des__field h3 {
    font-size: 18px !important;
    line-height: 28px !important;
    }
    .main-title h2 {
        font-size: 26px !important;
    }
    .project_name {
        width: 94.2% !important;
    }
    .card-body h5 {
      font-size: 15px !important
    }
}
@media (max-width:763px) {
    .sticky_prj {
    top: 63px !important;
    }
    .project_c .c-project .project-title span {
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    top: -2px !important;
    }
}
@media (max-width:653px) {
    .sticky_prj {
    top: 63px !important;
    }
}
@media (max-width:600px) {
    .sticky_prj {
    top: 63px !important;
    }
}
@media (max-width:500px) {
    .btn {
        margin-bottom: 10px
    }
    .card h3 {
        margin-top: 10px
    }
    .card .count-post h3 {
        margin-top: 0;
        padding: 4px 0 4px 0
    }
    .card>.post-content>.title {
        font-size: 1.4em!important
    }
    .card>.post-content>p {
        font-size: 1em!important
    }
    .card-custom {
        padding: 0;
        width: fit-content;
        height: fit-content
    }
    .section {
        background-color: #fff
    }
    .card .card-footer {
        padding: 0 0 15px 0
    }
    .card .card-body .card-body-content {
        padding: 10px
    }
    .card .card-body .card-search {
        padding: 15px
    }
    .h1-seo-title .logo {
    height: 35px;
    }
    .logo {
      margin-left: 0px;
    }
    .logo-protected-group {
    text-align: left !important;
    }
    .article {
        padding: 10px 30px;
    }
    .sticky_prj {
    top: 63px !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0
}
/*404 pages css*/
#notfound {
    position: relative;
    height: 100vh;
    background: #030005
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    z-index: -1
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -12px;
    color: #030005;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #8400ff, 1px 1px 0 #ff005a;
    letter-spacing: -20px
}

.notfound .notfound-404 h2 {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #8400ff;
    letter-spacing: 13px;
    margin: 0
}

.notfound a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #ff005a;
    text-decoration: none;
    border: 2px solid;
    background: transparent;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.notfound a:hover {
    color: #8400ff
}
@media only screen and (max-width:767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px
    }
    .article {
        padding: 10px 30px;
    }
}

@media only screen and (max-width:480px) {
    .notfound .notfound-404 h1 {
        font-size: 182px
    }
    .article {
        padding: 10px 30px;
    }
}
/* End 404 pages css*/

.card>.post-content>.title {
    /*font-size: 2em!important;*/
    margin-top: 0!important;
    font-weight: 700
}

.photo-gallery {
    color: #313437;
    background-color: #fff
}

.photo-gallery p {
    color: #7d8285
}

.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.photo-gallery .intro p {
    margin-bottom: 0
}

.photo-gallery .photos {
    padding-bottom: 20px
}

.photo-gallery .item {
    padding-bottom: 30px
}

.card .post-content {
    padding: 20px;
    max-width: 100%
}

.card>.post-content>.title-categories {
    font-size: 1.1em;
    margin-top: 0!important
}

.card {
    color: #252422;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(107, 106, 106, 0.28);
    box-shadow: 0px 0px 21px 0px rgba(107, 106, 106, 0.28);
    border: 0 none;
    /* border-top-left-radius: 0 !important; */
    /* border-top-right-radius: 0 !important; */
}

.btn-success {
    background-color: #6bd098;
    border-color: #6bd098;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* .card:not(.card-plain):hover {
    box-shadow: 0 12px 19px -7px rgba(0,0,0,.3);
} */
.card .shadow:not(.card-plain):hover {
    box-shadow: 0 12px 19px -7px rgba(0,0,0,.3);
}

.card-title a {
    color: #444
}

.card>.post-content>.title {
    font-size: 2em;
    margin-top: 0!important;
    font-weight: 700
}

.article-tag {
    display: inline-flex;
    list-style-type: none
}

.tag-custom {
    background: #51cbce;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 5px 15px 9px 15px;
    margin-right: 5px!important
}

.tag-custom a {
    color: #ffffff!important
}

.card>.post-content>.title {
    padding: 6px 0 0
}
/*content-box*/
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif, sans-serif
}

.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3
}

.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96
}

.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3
}

.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98
}

.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif, sans-serif
}

.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3
}

.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be
}

.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd
}

.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191
}

.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96
}

.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e
}

.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9
}

.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7
}

.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3
}

.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787
}

.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98
}

.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870
}
/*End content-box*/

.nav-child .top-nav {
    display: contents;
    line-height: 36px;
}.nav-child .top-nav a {
    color: #ff6000;
}
@media (min-width: 1200px){
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}
}
.nav-child .top-nav a i:hover {
    color: red !important;
}
.footer-htkh li a {
    color: #fff;
}
.footer-htkh li a:hover {
    color: #feb600;
}
@media only screen and (max-width: 767px) {
    .nav-child{
        display: none;
    }
    .container {
    	max-width: 100%;
    }
    .article {
        padding: 10px 30px;
    }
    .header {
    	height: 46px !important;
    }
    .header__logo > a img {
        width: 66px !important;
        padding: 5px !important;
    }
}
h2 .title-center {
  text-align: center !important;
}
.footer-big {
    background-color: #cc0000;
}
dl, ol, ul {
    list-style-type: square;
}
.footer__info {
    /*padding-bottom: 20px;
    border-bottom: 1px solid #feb600;*/
    font-family: "Quicksand",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.footer__info a {
    font-family: "Quicksand",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.htkh {
    font-weight: bold;
    color: #fff;
}
.htkh:hover {
    color: #feb600;
}
.footer-big .copyright {
    margin: 0 0 -20px;
}

.footer .copyright {
background-color: #1f1f1f;
padding: 12px 0;
color: #fff;
font-size: 15px;
}
.footer .copyright p {
  margin-bottom:  0;
  font-family: Roboto, Arial, sans-serif;
}
ul .footer-htkh {
  display: block !important;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
body {
background: #fff;
font-size: 16px;
color:#444;
margin: 0;
padding: 0;
}
/*swiper slider*/
.swiper-container {
width: 100%;
height: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
}
.swiper-slide {
height: auto !important;
}
.swiper-container .swiper-slide {
height: 300px;
}
.swiper-container .swiper-slide:nth-child(2n) {
height: 500px;
}
/*end swiper slider*/
.card a:not(.btn) {
    color: #444;
}

.card .category a {
    color: #00a774;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.card a:not(.btn):focus, .card a:not(.btn):hover {
    color: #cc0000;
}
/*phone*/
.alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 35px;
    left: 35px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAADP0lEQVRoge3ZTYhVdRjH8Y+VOHo1E6MRiXITwUhCCrNRrMHKyoW6EKw2NQoJ0Upq72amVfiCi1oVFUptalMyUb4FutCdBr1Y9LYRX5FIHRtbPPfi8c7/Xs+5M/d4L90vnMX5P/9zeH7n//Y8z6FHjx7/C+4t2L+CZ7Ec4zg/7R6VwEacw3Uh4Cb2CXFdwyu4gaOYXW1bhV9wBHPvkl+FeEFMo90YrbM9jJ9wWIeL6cNf2JNpW4GXMvddIWYLLmBhpq1eCLeL6cg1c1hMqRQvV68aNTHfYmab/SrEo5jAYAP7iupV/8wlvN5GvwqzHT/m6DeCDZn7vdjfFo+acF8T2/P4Msc79uFs5n4C90zFqemkgqti683LAWwWh+Ub7XCqFV7ENcwp8MygWOzfYVY7nGqFpWKKPJmzfz9O4zjmt8upVvkGH+To19EiYEjEV4836fMQTuEEFpThVKscxEcNbF0jAp4SozKQsI3gb10gosYYPk+0L8IVDJfrTusMiGRqXcK2Q0THHRkopngXP7uVVNWYh99NzlM6looQsjNhe0aso9WlejQFatvxUML2nhDaNQt/D37Dg3XtFbENH9RB4Ukz+oTDYyaXkhaL9fIxZhR87yy8ic/wKbYpITlbIspCqQW+DJeFmLwjc78INM9hlxj1iyLTbPtuuFZUVrYmbMvEyBxy5zUzH8dE1Lw50/6IEmsArwkxGxO2xTiJM1jZ4PmaiNMiBfiqzl5qQeNt/IM1CVsF7wux79Q5kxXRn2nvx/rMfaliRoSY1MgQ0/APEQEMi+mWEgFPVN+XpVQxb4kvv6WBfa4IZ66IQPN7k0VkSRUBz+CTKXuag1eFmFGNq/yLxBdvJoJ0EXCVyFofa93F/DwnttGvTT40WyFbBJwhamabUh2nu2wzJr7mA2LXSoUzRfihehHroyLOqdLoE6XWGyLQrI+aizIqDs2zilV2po0h/CoCylQ+k5dd4qNsuFPHdjJP5DPX8YUoNeVloQhZxsXPpo5gqdgE/hWxWLPdZ1BMzQv4U5RvO47VItwfx4eiCDhbOLtTHH4T4gAc1gVpwdOiCHhTlGevihHbLn5PdB0DYiPomgJGjx497iL/AVO8rY6Wo1PEAAAAAElFTkSuQmCC') no-repeat center center;
    background-size: contain;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
    animation: alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 0;
    bottom: 0;
}

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

.alo-phone:hover {
    opacity: 1
}

.alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: alo-circle-anim 1.2s infinite ease-in-out;
    animation: alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone:hover .alo-ph-circle,
.hotline>a:hover .alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.alo-phone.alo-green:hover .alo-ph-circle,
.hotline>a:hover .alo-ph-circle {
    border-color: #04AFEF;
    border-color: #baf5a7 9;
    opacity: .5
}

.alo-phone.alo-green .alo-ph-circle {
    border-color: #ffbc0a;
    border-color: #bfebfc 9;
    opacity: .5
}

.alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone:hover .alo-ph-circle-fill,
.hotline>a:hover .alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: .75!important
}

.alo-phone.alo-green:hover .alo-ph-circle-fill,
.hotline>a:hover .alo-ph-circle-fill {
    background-color: rgba(4, 175, 239, 0.5);
    background-color: #baf5a7 9;
    opacity: .75!important
}

.alo-phone.alo-green .alo-ph-circle-fill {
    background-color: rgba(255, 188, 10, 0.5);
    background-color: #ffbc0a 9;
    opacity: .75!important
}

.alo-phone:hover .alo-ph-img-circle,
.hotline>a:hover .alo-ph-img-circle {
    background-color: #00aff2
}

.alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.alo-phone.alo-green:hover .alo-ph-img-circle,
.hotline>a:hover .alo-ph-img-circle {
    background-color: #04AFEF;
    background-color: #04AFEF 9
}

.alo-phone.alo-green .alo-ph-img-circle {
    background-color: #ffbc0a;
    background-color: #ffbc0a 9
}

@-moz-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

#alo-fixed {
    visibility: visible;
    opacity: 0;
    position: fixed;
    right: -100px;
    top: 100px;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s linear 0;
    transition: all .4s linear 0
}

#alo-fixed.show {
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .4s linear 0;
    transition: all .4s linear 0
}
/*end phone*/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 3px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: none;
    z-index: 99999999;
    background-color: #002e8a;
    cursor: pointer;
    border: 1px dashed;
}
/*dropdown menu hover*/
/*.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
}*/
/*custom nav*/
.navbar-dark .navbar-nav .nav-link {
    color: #eaeaea;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: bold;
}
.dropdown-toggle::after {
    margin-bottom: -2px;
}
.dropdown-menu {
    background-color: #FFFCF5;
}
.dropdown-item:focus, .dropdown-item:hover {
    font-weight: 600;
}
.dropdown-item {
    padding: .4rem 1.5rem;
}
.dropdown-item:active {
    background-color: #dd1a5b;
}
.dropdown-item:hover {
    color: #ffffff;
    font-weight: normal;
    background-color: #002e8a;
}
/*end*/
/*zalo*/
.zalo {
    width: 50px;
    height: 50px;
    right: 26px;
    bottom: 100px;
    background: #0068ff;
    position: fixed;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px
}

.zalo:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #0068ff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: .6;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
/*view__cart*/
.view__cart {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 346px;
    background: -webkit-linear-gradient(to right, #0575E6, #021B79);
    background: linear-gradient(to right, #0575E6, #021B79);
    position: fixed;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px
}

.view__cart:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background: -webkit-linear-gradient(to right, #0575E6, #021B79);
    background: linear-gradient(to right, #0575E6, #021B79);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: .6;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.hot-phone {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 100px;
    background: #e92427;
    position: fixed;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px
}

.hot-phone:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #e92427;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: .6;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hot-phone2 {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 95px;
    background: #f79421;
    position: fixed;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px
}

.hot-phone2:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #f79421;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: .6;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(.3);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.6);
        opacity: .6
    }
    75% {
        -webkit-transform: scale(.9);
        opacity: .3
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0
    }
    25% {
        transform: scale(.3);
        opacity: 1
    }
    50% {
        transform: scale(.6);
        opacity: .6
    }
    75% {
        transform: scale(.9);
        opacity: .3
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}
/*end zalo*/
.info a {
    font-weight: 600 !important;
    color: #00a774 !important;
}
.info a:hover {
    color: #dd1a5b !important;
}
.info i {
    font-weight: 600 !important;
}
.info {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
    color: #ccc5b9;
}
.card .list-group-item h3 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
}
.list-group-item {
   display: flex !important;
}
.search-cus {
    border-radius: 1.25rem;
}
.alert-search h3 {
    margin-bottom: 0px;
}
.card-author {
    padding: 20px;
}
.author {
    font-size: 2.0rem;
    margin-bottom: 0px;
}
.phonefixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #dd1a5b;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-size: 1.2em;
}
.main-fixed {
    padding: 15px 0;
    text-align: center;
    font-family: "RobotoCondensed-Regular",sans-serif;
    border-right: 1px dotted #ccc;
}
.main-fixed a {
    color: #ffffff;
}
.main-fixed a:hover {
    color: #faff00;
}
/*bootstrap 4 5 col*/
.col-2dot4, // extra small
.col-sm-2dot4, // small
.col-md-2dot4, // medium
.col-lg-2dot4, // large
.col-xl-2dot4 { // extra large
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*end bootstrap 4 5 col*/
.thumbnail img {
    width: 62px;
    height: 62px;
    border: none;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
}
.swiper-slide-cus {
    background: none;
}
/* footer#footer::before {
    position: absolute;
    width: 1200px;
    height: 1200px;
    top: -280px;
    left: 50%;
    margin-left: -600px;
    content: "";
    background: transparent url(/storage/images/trongdong.png) no-repeat center center;
    background-size: 100% auto;
    opacity: 0.3;
} */
#footer {
    /* background: url(/frontend/images/bg_footer.png) repeat-y top; */
    /* padding: 50px 0px; */
    position: relative;
    overflow: hidden;
    background-size: cover;
}
/* footer#footer::before {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
} */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

.main-step
main-step
main-step
main-step
main-step
main-step
main-step
main-step
main-step
main-step {
    width: 100%;
    /*margin-top: 140px;*/
    display: flex;
    flex-wrap: wrap
}

.step-img {
    width: 100%;
    display: flex;
    justify-content: center
}
.step-imgs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.step-img img {
    background: #444;
    transition: all 0.3s;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #FFF
}
.step-imgs span {
    background: #444;
    transition: all 0.3s;
    border-radius: 50%;
    padding: 18px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #FFF
}
.step-img img.active {
    background: #c30e13;
    border: 3px solid #c30e13
}
.step-imgs span.actives {
    background: #e91e63;
    border: 3px solid #c30e13
}
.step-img img {
    height: auto
}
.step-imgs span {
    height: auto
}
.email-wrap-bg:before {
    content: "";
    opacity: .87;
    filter: alpha(opacity=87);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.website-wrap-bg:before {
    content: "";
    /* background-color: #e01818; */
    opacity: .87;
    filter: alpha(opacity=87);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.ads-wrap-bg:before {
    content: "";
    background-color: #e01818;
    opacity: .87;
    filter: alpha(opacity=87);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.email-wrap-bg {
    background: url(/frontend/images/bg_contact.png) center bottom/cover no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
}
.website-wrap-bg {
    background: url(/frontend/images/bg_about.png) center bottom/cover no-repeat #e06d18;
    color: #fff;
    position: relative;
    z-index: 1;
}
.ads-wrap-bg {
    background: url(/storage/images/background-ads.png) center bottom/cover no-repeat #e06d18;
    color: #fff;
    position: relative;
    z-index: 1;
}
.partner-wrap-bg {
    background-color: #70a1d3;
}
.service-basic-wrap {
    padding: 50px 0;
    margin-bottom: 80px;
}
.txt-green {
    color: #1eba5c!important;
}

/*domain*/
.domain {
    border-color: #65afa8;
    border-style: dashed;
    border-width: 1px;
    text-align: center;
    font-family: "RobotoCondensed-Bold",sans-serif;
    cursor: pointer;
}
.domain-type p {
    font-size: 18px;
    line-height: 29px;
    font-family: "RobotoCondensed-Bold",sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}
.domain-price {
    color: #999;
    font-size: 16px;
    line-height: 28px;
}
/*hosting*/
.panel
{
    text-align: center;
    margin-bottom: 30px;
}
.panel:hover { /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);*/box-shadow: 0 5px 15px rgba(125, 125, 125, 0.5);
 }
.panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    /*background-color: rgba(220,220,220,.17);*/
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 5px;
    margin: 0;
    position: relative;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding        to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then            container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make                 it look like the ribbon wraps round it's                container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
.button-addtocart {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 350px;
}
.button-addtocart select {
    height: 36px;
    margin: 0;
    outline: none;
    border-radius: 0;
    padding-right: 30px;
    border: 1px solid #0ca54a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -5px;
    box-shadow: 0 5px 15px rgba(12,165,74,.21);
}
.button-addtocart .btn-addcart {
    flex: auto 1;
    white-space: nowrap;
    margin: 0;
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.button-green {
    background: #0fa54a;
    border: 1px solid #0fa54a;
}

/*custom nav offcanvas*/

/*menu aib*/

/*custom step*/
.step-title h3 {
    font-family: "RobotoCondensed-Regular",sans-serif;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
}
.title-index h3 {
    font-family: "RobotoCondensed-Bold",sans-serif;
    font-weight: bold;
    -webkit-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -moz-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -ms-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -o-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    text-shadow: 1px 2px 0 rgba(0,0,0,.15);
}
.title-index-cus h2 {
    font-family:"RobotoCondensed-Bold",sans-serif;
    font-weight: bold;
    -webkit-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -moz-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -ms-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -o-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    color: #ffffff;
}
.main-title p {
    font-family: 'UTM-HelvetIns', Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
}
.about h2 {
    font-family: 'Roboto';
    color: #2e3094;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
    background: url(/images/line_bottom.png) bottom left no-repeat;
    padding-bottom: 15px;
}
.main-title {
    margin-bottom: 25px;
    background:url(/images/line_bottom.png) bottom center no-repeat;
    padding-bottom: 20px;
}
.main-title h1 {
    color: #444;
    font-family: 'UTMErie', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0;
}
.main-title h1 a {
    font-weight: bold;
}
.title-index-why h2 {

    font-family:"RobotoCondensed-Bold",sans-serif;
    font-weight: bold;
    -webkit-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -moz-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -ms-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -o-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    text-shadow: 1px 2px 0 rgba(0,0,0,.15);
}
.title-whyisvnlar h2 {
    font-family: "RobotoCondensed-Regular",sans-serif;
    font-weight: bold;
    color: #2D2926;
}
.text-search .form-control {
    font-family: "RobotoCondensed-Regular",sans-serif;
    color:#a6a6a6;
}
.form-control {
    height: calc(1.5em + .75rem + 5px);
}
.sub-title h3 {
    font-family: "RobotoCondensed-Regular",sans-serif;
}
.description-index p {
    font-family: "RobotoCondensed-Regular",sans-serif;
    font-size: 18px;
    line-height: 23px;
}
.descriptions-why p {
    font-family: "RobotoCondensed-Regular",sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #2D2926;
}
.cus-review p {
    color: #050505;
    font-family: Quicksand,sans-serif;
    font-size: 16px;
    text-align: right;
}
.thumbnail-why img {
    margin-bottom: 10px;
}
.lang {
    background-color: rgba(128,128,128,0.16);
    padding: 5px;
    margin: 0;
    display: flex;
    align-self: center;
    height: 27px;
    right:  0px;
    position: absolute;
}
.lang .lang-vi {
    width: 25px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}
.lang .lang-en {
    width: 25px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}
.lang .vi {
    background: url(/storage/images/icon_lang_vn.svg) left center no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.lang .en {
    background: url(/storage/images/icon_lang_us.svg) left center no-repeat;
    background-size: 100%;
}
.banner-top {
        padding: 5px 5px;
        position: relative;
}
.logo {
    width: 200px;
    position: absolute;
    margin-top: 12px;
    margin-left: 9px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.banner img {
    max-width: 100%;
    height: auto;
}
/*.table-responsive {
    display: table;
}*/
.table td, .table th {
    border: 1px solid #999;
}
.table td, .table th {
    vertical-align: middle;
}
.table .thead-dark th {
    vertical-align: middle;
}
.btn-update-cart {
    border: none;
}

button, input {
    outline: none !important;
}
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

/*hosting custom*/
.panel-heading h3 {
    font-weight: bold;
    color: #525252;

    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    -ms-text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    -o-text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    /*-webkit-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -moz-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -ms-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    -o-text-shadow: 1px 2px 0 rgba(0,0,0,.15);
    text-shadow: 1px 2px 0 rgba(0,0,0,.15);*/
}
.card .hosting-price p {
    /*font-family: Arial, Helvetica, sans-serif, sans-serif;*/
    margin-bottom: 0px;
    padding: 10px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.hosting-title h1 {
    padding: 20px !important;
}
.breadcrumb {
    background-color: #ffffff;
}
.main-content {
    margin: 0 auto;
}
.memory {
    /*font-family: Roboto,sans-serif;*/
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}
.memory-cus {
    /*font-family: Roboto,sans-serif;*/
    color: #ffffff;
    font-size: 17px;

}
.price-m {
    /*font-family: Roboto,sans-serif;*/
    font-weight: 600;
    color: #d63d36;
    font-size: 20px;
}
.p-month {
    /*font-family: Roboto,sans-serif;*/
    font-weight: 600;
    color: #585857;
    font-size: 16px;
    /*position: absolute;
    margin-left: 5px;
    margin-top: 6px;*/
}
.the-price h3 {
    margin: 10px;
}
.panel .panel-primary:before {
    content: "";
    background: url(/storage/images/we-recommend.svg) top center no-repeat;
    position: absolute;
    top: -52px;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 4;
}
.main-footer ul {
    list-style-type: none;
    padding-left: 0px;
    /*font-family: "Open Sans",sans-serif;*/
    font-size: 16px;
}
.main-footer ul li {
    padding: 6px 0px;
}
.main-footer ul li a {
    color: #ffffff;
}
.main-footer ul li a:hover {
    color: #f79420;
    text-shadow: 1px 1px #000;
}
.ti-angle-right {
    font-size: 10px;
}
.info-company p {
    /*font-family: "Open Sans",sans-serif;*/
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 16px;
}
.hotline {
    font-size: 14px;
}
.title-whyisvnlar h3 {
    font-family: "RobotoCondensed-Regular",sans-serif;
    font-weight: bold;
    color: #444;
}
.social-icon-group {
    font-size: 16px;
}
.social-icon-group a {
    color: #ffffff;
}
.social-icon-group a:hover {
    color: #002e8a;
}
footer#footer .social {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    text-align: center;
    line-height: 35px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
footer#footer .social:hover {
    border: 1px solid #002e8a;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.4);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
div.box-hosting {
    padding: 0px;
    margin-bottom: 20px;
}
div.box-hosting .panel {
    position: relative;
    /*border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #f2f2f2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 1;
}
div.box-hosting .panel:hover {
    transform: scale(1.03);
    z-index: 10;
}
.navbar {
    padding: 0.3rem 1rem;
}
.swiper-button-next, .swiper-button-prev {
    outline: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #ffffff;
}
:root {
    --swiper-theme-color: #ffffff;
}
.logo-protected-group img {
    padding: 0 10px;
}
a:hover {
    color: #ad161e;
}
/*cart custom*/
.border-ship {
    border: 1px dashed #002e8a;
    padding: 15px;
}
.form-control {
    border: 1px solid #999;
    border-radius: 0px;
}
.form-control:focus {
    box-shadow: none;
}
.info-products {
    border-left: 1px dashed #002e8a;
    padding-left: 10px;
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
          animation: .95s ease-in-out 0s normal none 1 running fadeInDown; */
  z-index: 999;
  /* -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); */
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #cc0000;
  /* border-bottom: 1px solid #da0000; */
}

.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
  color: #444;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
  background-color: #444;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
  color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
  color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
  color: #000000;
}

.header-area .is-sticky .header-search-form .search-form-top .style-02 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000;
}

.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333;
}

.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}

.header-area .is-sticky .header__logo .light-logo {
  display: none;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
  color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #333;

}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

.header-area .is-sticky .header-search-form-two.white-icon a {
  color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
            animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important;
  }
}

.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static;
  }
}

.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header-area--default {
  border-color: #E4E8F6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
  /* logo */
}

.header__logo {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  padding: 2px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    justify-content: center;
}

.header__logo.top-logo {
  padding: 25px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .header__logo.top-logo {
    padding: 15px 0;
  }
}

.header__logo > a img {
  width: 95px;
  padding: 15px;
}

.header__logo .dark-logo {
  display: none;
}

.header__logo .light-logo {
  display: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit;
  }
  .header__logo .light-logo {
    display: none;
  }
}

.header.default-menu-style .header__logo {
  -webkit-flex-basis: 23.5%;
      -ms-flex-preferred-size: 23.5%;
          flex-basis: 23.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header.default-menu-style .header-midle-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header.default-menu-style .header-right-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 23.5%;
      -ms-flex-preferred-size: 23.5%;
          flex-basis: 23.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.header.default-menu-style .header-right-box .header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box .header-right-inner {
    margin: auto;
  }
}

/*======================
    - language
=======================*/
.language-menu {
  padding-right: 25px;
}

.language-menu > ul > li {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
}

.language-menu > ul > li > a {
  padding: 0 10px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

.language-menu > ul > li > a span {
  margin-left: 10px;
}

.language-menu > ul > li > a::after {
  content: '\f078';
  font-size: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.language-menu > ul > li ul {
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 102;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.language-menu > ul > li ul li a {
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
}

.language-menu > ul > li ul li a span {
  margin-left: 10px;
}

.language-menu > ul > li ul li a img {
  width: 24px;
  height: auto;
}

.language-menu > ul > li ul li a:hover {
  background: #EEEEEE;
}

.language-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 575px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-top-info-slider-werap {
  overflow: hidden;
  max-width: 770px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-slider-werap {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info-slider-werap {
    max-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    max-width: 100%;
  }
}

.header-top-info-slider-werap {
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    padding: 0 0px;
  }
}

.header-top-info-inner .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 19px;
}

.header-top-info-inner .info-item .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}

.header-top-info-inner .info-item .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-top-info-inner .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}

.header-top-info-inner .info-item .info-content .info-sub-title {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 20px;
  }
}

.header-top-info-inner.default-color .info-item .info-icon {
  color: #086AD8;
}

.top-info-slider__container {
  cursor: w-resize;
}

.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none;
}

.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 10px;
}

.header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom-left-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-search-form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.header-search-form .search-form-top {
  position: relative;
  background-color: rgba(0, 47, 166, 0.3);
}

.header-search-form .search-form-top .search-field {
  width: 270px;
  border-radius: 0;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 10px;
  color: #fff;
}

.header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333;
}

.header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333;
}

.header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333;
}

.header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333;
}

.header-search-form .search-form-top input::placeholder, .header-search-form .search-form-top textarea::placeholder {
  color: #333;
}

.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.header-search-form .search-form-top.style-02 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.header-search-form .search-form-top.style-02 .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
  color: #333;
}

.header-search-form .search-form-top.style-02 .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #000000;
}

.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
  color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-moz-placeholder {
  color: #ddd;
}

.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
  color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
  color: #ddd;
}

.header-search-form .search-form-top.style-03 input::placeholder {
  color: #ddd;
}

.header-search-form.default-search {
  height: 100%;
}

.header-search-form.default-search .search-form-top {
  background: transparent;
  border-left: 1px solid #eee;
  margin-right: -15px;
}

@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee;
  }
}

.header-search-form.default-search .search-form-top .search-field {
  max-width: 225px;
  color: #333;
  min-height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px;
  }
}

.header-search-form.default-search .search-form-top .search-submit {
  color: #000000;
}

.header-search-form-two {
  padding-left: 24px;
  display: block;
}

.header-search-form-two a {
  line-height: 0;
  font-size: 18px;
}

.header-search-form-two a:hover {
  -webkit-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

.header-search-form-two.white-icon a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search-form-two.white-icon a {
    color: #333;
  }
}

.top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top-bar-left .top-bar-text {
  font-size: 14px;
  line-height: 1.78;
}

.top-bar-left .top-bar-text .font-medium {
  font-weight: 500;
}

.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
  margin-left: 0;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
  margin-right: 5px;
  font-size: 14px;
}

.top-message {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.78;
}

.top-message a {
  color: #002FA6;
  font-weight: 500;
}

.top-message a:hover {
  color: #d2a98e;
}

/*==============================
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-menu > ul > li {
  margin: 0 14px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 14px;
  }
}

.navigation-menu > ul > li > a {
  display: block;
  color: #fff;
  padding: 10px 8px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
}

.navigation-menu > ul > li > a > span {
  transition: all 0.2s ease-in-out;
  line-height: 2;
}

.navigation-menu > ul > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #fff7b3;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navigation-menu > ul > li.has-children > a {
  position: relative;
}

.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}

.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #fff7b3;
  font-weight: bold;
}

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
  color: #fff7b3;
  /* font-weight:  bold; */
}

.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px;
}

.navigation-menu--text_white > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.navigation-menu--text_white > ul > li > a:before {
  background-color: #ffffff;
}

.navigation-menu--text_white > ul > li.active > a {
  color: #ffffff;
}

.navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
  color: #ffffff;
}

.navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
  color: #ffffff;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 8px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  text-transform: none;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #cc0000;
  background-color: #FFFCF5;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 250px;
  padding: 0px 0;
  z-index: 9;
}

.submenu > li {
  position: relative;
  list-style-type: none;
}

.submenu > li > a {
  display: block;
  /* padding: 5px 30px; */
  padding: .3rem 1.5rem;
  color: #212529;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.submenu > li > a > span {
  position: relative;
}

/* .submenu > li > a > span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */

.submenu > li > a:hover {
    color: #fff !important;
    background-color: #5C5C5B;
    /* border-left: 3px solid;
    border-left-color: #5C5C5B; */
}

.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.submenu > li.active > a {
  color: #6d0024;
}

.submenu > li.has-children > a {
  position: relative;
  /* -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); */
}

.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}

.submenu > li.has-children > a:hover:after {
  color: #fff;
}

.submenu > li.has-children.active > a {
  color: #086AD8;
}

.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
  overflow-y: scroll;
  max-height: 300px;
  min-width: 250px;
}

.submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 0%;
  left: 0;
}

.menu-style-three .submenu.left, .menu-style-four .submenu.left {
  left: -100px;
}

.menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-four .navigation-menu > ul > li > a {
  color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #d2a98e;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px;
  }
}

.megamenu--mega > li {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu--mega > li .page-list-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}

.megamenu--mega > li > ul > li > a {
  padding: 10px 0;
  color: #ababab;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.megamenu--mega > li > ul > li > a:hover {
  color: #086AD8;
}

.megamenu--mega > li > ul > li > a:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.megamenu--mega > li > ul > li > a > span {
  position: relative;
}

.megamenu--mega > li > ul > li > a > span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.megamenu--mega > li > ul > li.active > a {
  color: #086AD8;
}

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px;
  }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  padding: 20px 0px;
}

.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #086AD8;
}

.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;
  width: 60%;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}

.page-open-off-sidebar:hover i {
  width: 100%;
}

.page-open-off-sidebar:hover i:before {
  width: 100%;
}

.page-open-off-sidebar:hover i:after {
  width: 100%;
}

.page-open-off-sidebar i {
  width: 100%;
  background-color: #333;
}

.page-open-off-sidebar i:before {
  width: 70%;
  background-color: #333;
}

.page-open-off-sidebar i:after {
  width: 70%;
  background-color: #333;
}

.hidden-icons-menu {
  margin-left: 15px;
}

.hidden-icons-menu a {
  color: #6D70A6;
  font-size: 20px;
}

.hidden-icons-menu a:hover {
  color: #086AD8;
}

/*================================
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/icons/light-close.png) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #cc0000;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}

@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 300px;
  }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
  background-color: #cc0000;
  padding: 0px 0;
  border-bottom: 1px solid #fff;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 0px 40px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: '\f106';
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 0 0 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  max-width: 84%;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 700;
}

/*======================================
    - offset search
======================================*/
.page-oppen-off-sidebar {
  right: 0;
}

.page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 400px;
  float: right;
  background: #ffffff;
}

@media only screen and (max-width: 479px) {
  .page-oppen-off-sidebar__inner {
    width: 300px;
  }
}

.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.page-oppen-off-sidebar__header {
  background: #ffffff;
  padding: 15px 35px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
  color: #6d70a6;
  min-width: calc(1em + 18px);
  font-size: 16px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
  color: #38cb89;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
  overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
  line-height: 17px;
}

/*===============================
    - search overlay
===============================*/
.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__inner {
  width: 100%;
  height: 100%;
  cursor: default;
  background: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-overlay.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.search-overlay__header {
  background-color: #ffffff;
  padding: 15px 0;
}

.search-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 48px;
  width: 48px;
  line-height: 48px;
  display: inline-block;
}

.search-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 28px;
  left: 0px;
  content: '';
  width: 42px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 28px;
  left: 0px;
  content: '';
  width: 42px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}

.search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.search-overlay__body {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 75px;
}

.search-overlay__form {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}

.search-overlay__form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #086AD8;
  border-radius: 0;
  padding: 15px 50px 15px 0;
  width: 100%;
  color: #ffffff;
  font-size: 72px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .search-overlay__form input {
    font-size: 30px;
    height: 60px;
  }
}

.search-overlay__form input::-webkit-input-placeholder {
  color: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-moz-placeholder {
  color: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input:-ms-input-placeholder {
  color: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-ms-input-placeholder {
  color: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::placeholder {
  color: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input[type="text"]:focus {
  color: #086AD8;
  border-color: #086AD8;
}

.header__navigation.preview-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__navigation.preview-menu .navigation-menu-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.preview-header-inner {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .preview-header-inner {
    padding: 0;
  }
}

.preview-header-inner.is-sticky {
  padding: 0px 0;
}

.preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
  color: #333;
}

.preview-header-inner.is-sticky .header__actions--preview .ht-btn {
  background: transparent;
  border: 1px solid #086AD8;
  color: #086AD8;
  line-height: 42px;
  height: 43px;
}

.preview-header-inner .header__actions--preview .ht-btn {
  background: #086AD8;
  border: 1px solid #086AD8;
  color: #ffffff;
}

.preview-header-inner .header__actions--preview .ht-btn:hover {
  background: #ffffff;
  color: #086AD8;
}

/*=====  End of Header  ======*/

.tab-content ul li {
    list-style-type: disc;
    margin-bottom: 0px !important;
}
.tab-content ul {
    padding-left: 25px;
}
.tab-content {
	padding: 10px;
}
ul {
    margin-bottom: 0px !important;
}
nav ul {
    padding-left: 0px;
}
.api-cus a {
    color: white;
    font-weight: bold;
}
.btn-search {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 24px;
}
.navigation-menu {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.b-hotline {
    position: fixed;
    padding: 2px 36px;
    top: 30px;
    right: 0;
    cursor: pointer;
    background: #b00b2d;
    z-index: 1000;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.b-hotlinefix {
    box-shadow: 0 0 20px 0.5px rgba(0, 0, 0, .1);
}

.b-hotline a {
    text-transform: capitalize !important;
}

.b-hotline a:hover {
    color: #111 !important;
}

.b-hotline span {
    color: #fff;
    font-family: SVN-AgencyFB, sans-serif;
    font-size: 28px;
    line-height: 54px;
}

.b-hotline img {
    width: auto;
    height: auto;
    margin: auto;
    -webkit-animation: right 0.5s infinite ease-in-out;
    -moz-animation: right 0.5s infinite ease-in-out;
    animation: right 0.5s infinite ease-in-out;
}
.about__us {
  font-family: Quicksand,sans-serif;
  font-size: 15px;
}
.advisory {
  font-family: Quicksand,sans-serif;
  color:red;
  font-size: 18px;
  font-weight: 600;
}
/* .main-title h2:after {
    content: '';
    display: block;
    margin: 10px auto;
    padding: 0 0 10px 0;
    background: url(/frontend/images/title-line.png) bottom center no-repeat;
} */
.about h4 {
    font-family: "FSFuturaStdBook",sans-serif;
}
.about__value {
    font-family: "FSFuturaStdMedium",sans-serif;
    font-size: 66px;
}
.about h4:after {
    content: '';
    display: block;
    margin: 10px auto;
    padding: 0 0 10px 0;
    background: url(/frontend/images/title-line-white.png) bottom center no-repeat;
}
.introduce h3 {
  font-size: 30px !important;
  font-family: "FSFuturaStdBook",sans-serif;
  color: #002e8a;
  line-height: 35px;
}
.introduce h3:after {
  content: '';
  display: block;
  margin: 10px auto;
  padding: 0 0 10px 0;
  background: url(/frontend/images/title-line.png) bottom center no-repeat;
}
.des__field h3 {
  font-family: "FSFuturaStdBook",sans-serif;
  font-size: 38px;
  line-height: 50px;
}
/* .main-title h1:after {
  content: '';
  display: block;
  margin: 10px auto;
  padding: 0 0 10px 0;
  background: url(/frontend/images/title-line.png) bottom center no-repeat;
} */
.main-title h3 {
    font-family: "Quicksand",sans-serif;
    font-weight: bold;
    color: #444;
    font-size: 28px;
    margin-bottom: 0;
}
/* .main-title h3:after {
  content: '';
  display: block;
  margin: 10px auto;
  padding: 0 0 10px 0;
  background: url(/frontend/images/title-line.png) bottom center no-repeat;
} */
.project {
  margin: 0px 71px;
}
.project_c.project-container {
    padding: 5% 5% 0 5%;
}
.project_c .c-project {
    /* background-image: url(/wp-content/themes/builder/images/bg.jpg); */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project_c .c-project:before {
    content: '';
    background-color: #002e8a;
    position: absolute;
    width: 100%;
    height: 100%;
}
.project_d .v-address .add-title span {
    font-family: 'UTM Avo', sans-serif;
    margin-left: 10px;
    font-size: 33px;
}
.project_c .c-project-inner {
    position: relative;
    padding: 80px 35px;
}
.container:before{
  display: table;
    content: " ";
}
.project_c .c-project .project-title {
    font-family: 'utmavo', sans-serif;
    width: 60%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    height: 133px;
    border: 2px solid #fff;
    border-radius: 10px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.project_c .c-project-bg {
    /* background-image: url(/wp-content/themes/builder/images/bg.jpg); */
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 1px;
}
.project_c .project-box {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: -60px;
    text-align: center;
}
.project_c .c-project-bg:after {
    content: '';
    /* background-image: url(img/project.svg); */
    display: block;
    height: 80px;
    width: 95px;
    bottom: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.project_c .c-project-inner {
    position: relative;
    padding: 66px 35px 30px;
}
.project_c .c-project .project-title span {
    /* background: #808284; */
    margin-bottom: 6px;
    padding: 11px 25px;
    position: relative;
    top: 13px;
    font-family: 'Quicksand', sans-serif;
}

.project_d .v-address .v-item-left {
    padding: 7%;
}

.view__all {
  margin-bottom: 25px;
}
.project__item {
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}
.project_name {
  background-color: rgb(0 0 0 / 61%);
  position: absolute;
  bottom: 10px;
  width: 96.5%;
  padding: 10px 5px 4px;
}
.btn__view_all {
  padding: 7px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #002e8a;
  border-color: #005f51;
}
.btn__re {
    padding: 4px 40px;
    color: #fff !important;
    background-color: #d00031;
    border: 2px solid #d00031;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.btn__zalo {
    padding: 4px 40px;
    color: #fff !important;
    background-color: #d00031;
    border: 2px solid #d00031;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.btn__buy {
  padding: 7px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: #e52d27;
  background: -webkit-linear-gradient(to right, #b31217, #e52d27);
  background: linear-gradient(to right, #b31217, #e52d27);
  background: linear-gradient(to right, #b31217, #e52d27);
}
.btn__re:hover{
    opacity: .9;
    color: #fff;
    background-color: #ea0038;
    border: 2px dashed #ea0038;
}
.btn__zalo:hover{
    opacity: .9;
    color: #fff;
    background-color: #ea0038;
    border: 2px dashed #ea0038;
}
.btn__buy:hover {
    color: #ffca00;
}
.btn__view_all:hover{
  background-color: #0fb9a2;
  border-color: #007362;
}
.title__news h3 {
  font-size: 16px;
  font-family: "FSFuturaStdBook",sans-serif;
  margin-bottom: 0px;
}
.title__news h3 a {
  color: #050505;
  font-family: 'Arial','Roboto',sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.title__news h3 a:hover {
  color:#cc0000;
}
.des_news p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4em;
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: none;
  color: #050505;
}
.time-author span {
  font-size: 13px;
  font-family: Quicksand,sans-serif;
  color: #050505;
}
.time-author {
  text-align: center;
  margin-bottom: 8px;
}
.title-field h3 {
  font-family: "FSFuturaStdBook",sans-serif;
  font-size: 18px;
  margin-top: 30px;
}
.main-prj {
  margin-right: 0;
  margin-left: 0;
}
.card img {
  max-width: 100%;
  height: auto;
}
.name_team h5 {
  font-size: 14px;
  font-family: Quicksand,sans-serif;
}
.cus-name p {
  font-family: Prompt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.news__description {
  font-family: Quicksand,sans-serif;
  font-size: 14px;
  color: #050505;
  margin-bottom: 15px;
}
@media (min-width: 576px){
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
.main-title-services h2 {
  font-family: Prompt;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-transform: uppercase;
}
.title_pro a {
  font-family: Quicksand;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #050505;
}
.card-body h3 {
  margin-bottom: 6px;
}
.info_project h2 {
  font-family: Prompt;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.6em;
  text-transform: capitalize;
}
.view__buy__cart a:hover{
  color: #f8f9fa !important;
}
.hot__phone {
  background-color: #05598b;
  padding: 6px 12px;
  border-radius: 18px;
  margin-left: 50px;
  font-weight: bold;
  bottom: 36px;
  left: 20px;
  position: fixed;
  color: #ffffff;
  z-index: 9;
}
.hot__phone2 {
  background-color: #05598b;
  padding: 6px 12px;
  border-radius: 18px;
  margin-left: 50px;
  font-weight: bold;
  bottom: 101px;
  left: 20px;
  position: fixed;
  color: #ffffff;
  z-index: 9;
}
.service-description img {
  max-width: 100%;
  height: auto;
}
/* slick-slide */
.wrapper-slider{
  width:100%;
  overflow: hidden;
}
.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
  outline: none;
}
.slick-slide img{
  width:100%;
  cursor: pointer;
  /* border: 2px solid #fff; */sds
}
.slick-prev:before, .slick-next:before {
  color: red;
}
/* end */
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 58px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis_three_row {
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_two_row {
    display: -webkit-box;
    max-width: 100%;
    height: 54px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* nav */
.pro_categories {
  background-color: #00beb3;
  color: #fff;
  padding: 12px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.nav-menu,.nav-menu ul,.nav-menu li,.nav-menu a { margin: 0; padding: 0; line-height: normal; list-style: none; display: block; position: relative; }
.nav-menu ul { opacity: 0; position: absolute; top: 100%; left: -9999px; z-index: 999; -webkit-transition: opacity .3s; transition: opacity .3s; }
.nav-menu li:hover > ul { left: 0; opacity: 1; z-index: 1000; }
.nav-menu ul li:hover > ul { top: 0; left: 100%; }
.nav-menu li { cursor: default; float: left; white-space: nowrap; }
.nav-menu ul li { float: none; }

/* sub width */
.nav-menu ul { min-width: 12em; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25); box-shadow: 2px 2px 2px rgba(0,0,0,0.25); }

/* center */
.nav-center { float: right; right: 50%; }
.nav-center > li { left: 50%; }

/* root */
.nav-menu a {
  padding: 0 10px;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

/* root: active */
.nav-menu > li > .nav-active { background-color: rgba(0,0,0,0.05); }

/* root: hover/persistence */
.nav-menu a:hover,.nav-menu a:focus,.nav-menu li:hover a {
  background: #00beb3;
  color: #FFF;
}

/* 2 */
.nav-menu li li a,.nav-menu li:hover li a {
  padding: 10px 10px;
  background: rgb(6 102 160);
  color: #FFF;
  font-size: 16px;
  line-height: normal;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover,.nav-menu li:hover li a:focus,.nav-menu li:hover li:hover a {
  background: #0b7dc3;
}

/* 3 */
.nav-menu li:hover li:hover li a {
  background: #a1d85e;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,.nav-menu li:hover li:hover li a:focus,.nav-menu li:hover li:hover li:hover a {
  background: #333;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
  background: #333;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover,.nav-menu li:hover li:hover li:hover li a:focus {
  background: #222;
}

/* vertical */
.nav-vertical { max-width: 270px;background-color: #c6eaff;}
.nav-vertical ul { top: 0; left: -9999px; }
.nav-vertical li { width: 100%; float: none; }
.nav-vertical li:hover > ul { left: 100%; }
.nav-active a {
  background-color: #029087;
  color: white;
}
.ellipsis-product {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-project {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 76px;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video__cat {
  position: relative;
  display: inline-block;
}
.video__cat > a > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
  font-size: 46px !important;
  color: #fe0200;
}
.header_top {
  background-color: #ededed;
  padding: 8px 0;
}
.contact p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}
.contact a {
    color: #fff;
}
.partner_css {
    border: 1px solid #d0d0d0;
    padding: 5px;
    border-radius: 0px !important;
}
.advanced-icon-box .icon-wrapper {
    color: #ffffff;
    background-color: #01beb2;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: rgba(255,255,255,0.5);
    border-radius: 100% 100% 100% 100%;
    overflow: hidden;
    font-size: 35px;
    width: 35px;
    transform: rotate(0deg);
    display: inline-block;
    line-height: 1;
    transition: all 350ms cubic-bezier(.24, .85, .58, 1);
    height: auto;
    text-align: center;
    position: relative;
    box-sizing: content-box;
}
.advanced-icon-box:hover .icon-wrapper {
    box-shadow: 0px 0px 1px 20px #9bdfd869;
}
.advanced-icon-box-title {
  font-size: 16px;
  font-weight: bold;
}
.advanced-icon-box-title a {
  font-weight: bold;
}
.icon-wrapper {
  background-color: #8fc74a;
  padding: 26px 26px 26px 26px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #8fc74a;
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  overflow: hidden;
  margin-bottom: 30px;
  transform: rotate(0deg);
  display: inline-block;
  line-height: 1;
  transition: all 350ms cubic-bezier(.24, .85, .58, 1);
  color: #818a91;
  font-size: 48px;
  width: 80px;
  height: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}
.icon-box-title a{
  font-weight: bold;
}
.icon-wrapper img {
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  overflow: hidden;
  transform: rotate(0deg);
  transition-duration: 0.3s;
  position: relative;
  display: block;
  transition: transform 350ms cubic-bezier(.24, .85, .58, 1);
  z-index: 1;
}
.shadow-sm {
    border-radius: 0.25rem !important;
}
.buy_now_css {
  padding: 8px 0px;
  background: #11998e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11998e, #38ef7d);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11998e, #38ef7d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.add_to_cart_css {
  padding: 8px 0px;
  background: #e52d27;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.services {
  position: relative;
  text-align: center;
  color: white;
}
.centered a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 500;
  font-family: Roboto;
  color: #fff;
  width: 90%;
}
.featured_service h3 a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}
.featured_service h3 a::after {
    border-bottom: 2px solid #000;
}
.featured_service h3 {
    display: inline-block;
    position: relative;
}
/* scroll top ------> */
.scroll-top {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 105%;
    right: 13px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #e52d27;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: 1s ease;
}
.scroll-top:hover{
    background: #11998e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #11998e, #38ef7d);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #11998e, #38ef7d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top.open {
    bottom: 30px;
}

button.scroll-top:focus {
    outline: none;
}
button.scroll-top{
    border: none;
}
.bg-red-form {
  padding: 25px 0;
  background-color: #ba0103;
}

.bg-red-form .title {
  width: 100%;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.bg-red-form .description {
  line-height: 70px;
  width: 100%;
  font-size: 38px;
  color: white;
  font-weight: bold;
}

.bg-red-form .content p {
  width: 100%;
  color: white;
  text-align: left;
}
.bg-red-form .form-contact {
  width: 100%;
  background-color: white;
  padding: 10px 30px;
}
.contact_title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
}

.button-send-quote {
    font-weight: bold;
    padding: 7px 20px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #c10000;
    border: 2px solid #a90000;
}

.button-send-quote:hover {
  font-size: 15px;
  transition: 0.3s;
  padding: 7px 19px;
  color: #c10000;
  background-color: white;
  border: 2px dashed #c10000;
}

.form-send-small {
  color: #767676;
  font-size: 15px;
}

.form-control {
  border-radius: 0;
}
.service_item {
    background-color: #ba0103;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.service_item:hover {
    background-color: #5c5c5c;
}
.service_item img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    height: 100%;
    transform: translate( -50%, -50% );
}
.featured_category {
    background-color: #fbfbfb;
    padding: 25px 0;
    margin-bottom: 25px;
}
.btn-category {
    background-color: #ff6365;
    color: #fff;
    padding: 4px 15px;
    font-family: Roboto, Arial, sans-serif;
}
.btn-category:hover {
    background-color: #5c5c5c;
    color: #fff;
}
.partner {
    background-color: #fbfbfb;
    padding: 25px 0;
}
.info__company {
    padding: 25px 0;
    margin-bottom: 0;
    color: #ba0103;
}
.info__company p {
    margin-bottom: 0;
}
.company {
    color: #fff;
}
.company h3 {
    font-family: 'UTM-HelvetIns', Arial, sans-serif;
    font-size: 38px;
    line-height: 55px;
}
.recapcha img {
    width: 151px;
    border: 1px solid #dadada;
}
.zoom_img{overflow: hidden;position: relative;}
.zoom_img img{-webkit-transition:all 0.5s linear;
transition:all 0.5s linear;}
.zoom_img:hover img{-webkit-transform:scale(1.2,1.2);
-moz-transform:scale(1.2,1.2);
-o-transform:scale(1.2,1.2);
-ms-transform:scale(1.2,1.2);
transform:scale(1.2,1.2);}
.language a {
    line-height: 44px;
}
[aria-current="disabled"]{pointer-events:none;cursor:default;text-decoration:none;color:#000}
.service_item a i {
    font-size: 64px;
    padding: 18px 0;
    color: #fff;
}
.refereshrecapcha img {
    max-width: 100%;
}
.brand {
    /* text-shadow: 2px 2px 3px rgba(2, 2, 2, 0.35); */
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0 0 #a9a6a6, 0px 0 0 #a9a6a6, 0 1px 0 #a9a6a6, 0 3px 0 #a9a6a6, 1px 1px #a9a6a6, -1px -2px 0 #a9a6a6, 2px -1px 0 #a9a6a6, 2px 3px 0 #a9a6a6;
    font-family: "UTMCooperBlack";
    font-size: 37px;
    font-weight: bold;
    line-height: 34px;
    text-align: right;
    color: #0c4ca3;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.slogan span {
  margin-bottom: 0px;
  color: #434343;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
.hotline {
    font-family: 'UTM-HelvetIns', Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #d50000;
/*     text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0 0 #a9a6a6, 0px 0 0 #a9a6a6, 0 1px 0 #a9a6a6, 0 3px 0 #a9a6a6, 1px 1px #a9a6a6, -1px -2px 0 #a9a6a6, 2px -1px 0 #a9a6a6, 2px 3px 0 #a9a6a6; */
}
.header_top span a {
    color: #fff;
}
.social a {
    border-left: 1px solid #ffffff38;
    padding: 8px;
}
.social a:last-child {
  border-right: 1px solid #ffffff38;
}
.social a {
    transition: width 2s, height 2s, transform 2s;
}
.social a:hover {
    transform: rotate(180deg);
}
figure {
    margin: 0;
    padding: 0;
    /* background: #fff; */
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
/* Circle */
.hover15 figure {
    position: relative;
}

.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.main_title_black h2 {
    color: #378361;
    font-size: 2rem;
    font-family: 'UTM-HelvetIns', Arial, sans-serif;
    -border-radius
}
.main_title_black {
    margin-bottom: 20px;
    background: url(/images/line_bottom.png) bottom center no-repeat;
    padding-bottom: 10px;
}
.product-content h3 a:hover{
	color: #378361;
}
.hvr-glow {
    border-radius: calc(0.3rem - 1px);
    width: 100%;
}
.box__shadow {
    transition: box-shadow .3s;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    height: 100%;
}
.project___item h3 {
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: #a2a185;
    padding: 10px;
}
.project___item h3 a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
/* .product-slider {
		padding: 20px;
		border-radius: 20px
	} */
.product-slider .owl-next {
		right: 10px
	}
	.product-slider .owl-prev {
			left: 10px
		}
		/* .product-slider {
		padding: 20px;
		border-radius: 20px
	} */
	.product-slider .owl-next {
			right: 10px
		}
		.product-slider .owl-prev {
			left: 10px
		}
/* .product-slider {
	padding: 50px;
	background: #fff;
	border-radius: 50px;
} */
.product-slider .owl-next {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-slider .owl-prev {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-slider:hover .owl-prev,
.product-slider:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.product-slider .owl-prev:hover,
.product-slider .owl-next:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}


.product-isFeatured .owl-next {
		right: 10px
	}
	.product-isFeatured .owl-prev {
			left: 10px
		}
	.product-isFeatured .owl-next {
			right: 10px
		}
		.product-isFeatured .owl-prev {
			left: 10px
		}
.product-isFeatured .owl-next {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-isFeatured .owl-prev {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-isFeatured:hover .owl-prev,
.product-isFeatured:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.product-isFeatured .owl-prev:hover,
.product-isFeatured .owl-next:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}


.banner .owl-next {
		right: 10px
	}
	.banner .owl-prev {
			left: 10px
		}
		/* .banner {
		padding: 20px;
		border-radius: 20px
	} */
	.banner .owl-next {
			right: 10px
		}
		.banner .owl-prev {
			left: 10px
		}
/* .banner {
	padding: 50px;
	background: #fff;
	border-radius: 50px;
} */
.banner .owl-next {
	position: absolute;
	top: 44%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.banner .owl-prev {
	position: absolute;
	top: 44%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.banner:hover .owl-prev,
.banner:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.banner .owl-prev:hover,
.banner .owl-next:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}


/* news slider */
.news-slider .owl-next {
		right: 10px
	}
	.news-slider .owl-prev {
			left: 10px
		}
	.news-slider .owl-next {
			right: 10px
		}
		.news-slider .owl-prev {
			left: 10px
		}
.news-slider .owl-next {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	right: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.news-slider .owl-prev {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	font-size: 22px !important;
	background: #FE9347 none repeat scroll 0 0 !important;
	color: #fff !important;
	border-radius: 50%;
	left: -20px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.news-slider:hover .owl-prev,
.news-slider:hover .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.news-slider .owl-prev:hover,
.news-slider .owl-next:hover {
	background: #6861BC none repeat scroll 0 0 !important;
}
/* end news slider */
.search input ::placeholder {
  color: #828283;
}

.button_follow_facebook {
    background: 0 0;
    width: 95px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 0;
}
.follow_facebook_none {
    display: none;
}
.btn-quick-alo-phone.btn-quick-alo-show {
    visibility: visible;
}
.btn-quick-alo-ph-img-circle {
    width: 75px;
    height: 75px;
    top: 70px;
    left: 70px;
}
.btn-quick-alo-phone {
    position: fixed;
    visibility: hidden;
    cursor: pointer;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    bottom: 95px;
    right: 0;
}
.btn-quick-alo-ph-circle,
.btn-quick-alo-phone {
    background-color: transparent;
    width: 80px;
    height: 80px;
}
.btn-quick-alo-ph-circle {
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #bfebfc;
    opacity: 0.1;
    -webkit-animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.btn-quick-alo-phone.btn-quick-alo-green .btn-quick-alo-ph-circle {
    border-color: #00a1ff;
    opacity: 0.5;
}
.btn-quick-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: btn-quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    animation: btn-quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.btn-quick-alo-phone.btn-quick-alo-green .btn-quick-alo-ph-circle-fill {
    background-color: rgba(0, 161, 255, 0.5);
    background-color: #a6e3fa;
    opacity: 0.75 !important;
}
.btn-quick-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    background-size: 30px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -webkit-animation: btn-quick-alo-circle-img-anim 1s ease-in-out infinite;
    animation: btn-quick-alo-circle-img-anim 1s ease-in-out infinite;
    transform-origin: 50% 50%;
}
.btn-quick-alo-phone.btn-quick-alo-green .btn-quick-alo-ph-img-circle {
    background-color: #00a1ff;
}
.btn-quick-alo-phone.btn-quick-alo-hover,
.btn-quick-alo-phone:hover {
    opacity: 1;
}
.btn-quick-alo-phone.btn-quick-alo-green.btn-quick-alo-hover .btn-quick-alo-ph-img-circle,
.btn-quick-alo-phone.btn-quick-alo-green:hover .btn-quick-alo-ph-img-circle {
    background-color: #ff5a00;
}
.btn-quick-alo-phone.btn-quick-alo-green.btn-quick-alo-hover .btn-quick-alo-ph-circle-fill,
.btn-quick-alo-phone.btn-quick-alo-green:hover .btn-quick-alo-ph-circle-fill {
    background-color: rgba(255, 118, 0, 0.5);
    background-color: #baf5a7;
    opacity: 0.75 !important;
}
.btn-quick-alo-ph-circle {
    border-color: #00a1ff;
    opacity: 0.5;
}
@-webkit-keyframes btn-quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes btn-quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes btn-quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-webkit-keyframes btn-quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    to {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
.btn-quick-mail-phone.btn-quick-mail-show {
    visibility: visible;
}
.btn-quick-mail-ph-img-circle {
    width: 75px;
    height: 75px;
    top: 70px;
    left: 70px;
}
.btn-quick-mail-phone {
    position: fixed;
    visibility: hidden;
    cursor: pointer;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    right: 0;
    bottom: 180px;
}
.btn-quick-mail-ph-circle,
.btn-quick-mail-phone {
    background-color: transparent;
    width: 80px;
    height: 80px;
}
.btn-quick-mail-ph-circle {
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #bfebfc;
    opacity: 0.1;
    -webkit-animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.btn-quick-mail-phone.btn-quick-mail-green .btn-quick-mail-ph-circle {
    border-color: #00a1ff;
    opacity: 0.5;
}
.btn-quick-mail-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: btn-quick-mail-circle-fill-anim 2.3s ease-in-out infinite;
    animation: btn-quick-mail-circle-fill-anim 2.3s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.btn-quick-mail-phone.btn-quick-mail-green .btn-quick-mail-ph-circle-fill {
    background-color: rgba(0, 161, 255, 0.5);
    background-color: #a6e3fa;
    opacity: 0.75 !important;
}
.btn-quick-mail-ph-img-circle {
    width: 40px;
    height: 40px;
    background-size: 30px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -webkit-animation: btn-quick-mail-circle-img-anim 1s ease-in-out infinite;
    animation: btn-quick-mail-circle-img-anim 1s ease-in-out infinite;
    transform-origin: 50% 50%;
}
.btn-quick-mail-phone.btn-quick-mail-green .btn-quick-mail-ph-img-circle {
    background-color: #00a1ff;
}
.btn-quick-mail-phone.btn-quick-mail-hover,
.btn-quick-mail-phone:hover {
    opacity: 1;
}
.btn-quick-mail-phone.btn-quick-mail-green.btn-quick-mail-hover .btn-quick-mail-ph-img-circle,
.btn-quick-mail-phone.btn-quick-mail-green:hover .btn-quick-mail-ph-img-circle,
.edit_btn_quick_mess_phone:hover .icon-facebook {
    background-color: #ff5a00 !important;
}
.btn-quick-mail-phone.btn-quick-mail-green.btn-quick-mail-hover .btn-quick-mail-ph-circle-fill,
.btn-quick-mail-phone.btn-quick-mail-green:hover .btn-quick-mail-ph-circle-fill {
    background-color: rgba(255, 118, 0, 0.5);
    background-color: #baf5a7;
    opacity: 0.75 !important;
}
.btn-quick-mail-ph-circle {
    border-color: #00a1ff;
    opacity: 0.5;
}
@-webkit-keyframes btn-quick-mail-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes btn-quick-mail-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes btn-quick-mail-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-webkit-keyframes btn-quick-mail-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    to {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
#chat-f-b img.chat-logo {
    padding-right: 15px;
    max-width: 40px;
    max-height: 40px;
}
.quick-alo-show {
    width: 80px;
    height: 80px;
    z-index: 200000 !important;
    bottom: 265px;
    right: 0;
    position: fixed;
}
#b-c-facebook {
    position: fixed;
    right: 10px;
    background: #3a5897;
    bottom: 0;
    z-index: 9999999999;
    width: 250px;
    height: auto;
    max-height: 375px;
    min-height: 38px;
    box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#b-c-facebook .f-chat-conent {
    float: left;
    width: 100%;
    height: 335px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    position: relative;
}
#b-c-facebook .chat-f-b label {
    width: 185px;
}
#b-c-facebook .chat-f-b,
#b-c-facebook .chat-f-b label {
    line-height: 20px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
#b-c-facebook .chat-f-b {
    float: left;
    padding: 0 25px 0 15px;
    width: 250px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    background-color: #00b6dc;
    border: 0;
    z-index: 9999999;
    margin-right: 12px;
}
#b-c-facebook .chat-f-b label {
    position: absolute;
    top: 10px;
}
.title-f-chat-icon {
    margin-left: -10px;
}
#t_f_chat {
    float: left;
    position: absolute;
    right: 15px;
    top: 0;
}
#t_f_chat a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.chat-left-5 {
    margin-left: 5px;
}
#chat_f_close {
    opacity: 0.5;
}
#chat_f_close:hover {
    opacity: 1;
}
#fb_alert_num {
    background-color: #ff0;
    padding: 0 7px;
    color: red;
    border-radius: 40px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    position: absolute;
    right: 55px;
    top: 12px;
    height: 20px;
    line-height: 20px;
    display: none !important;
}
.quick-alo-green .quick-alo-ph-circle {
    border-color: #6bdfff;
    opacity: 0.99;
}
.quick-alo-ph-circle {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #bfebfc;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s ease-in-out infinite;
    animation: quick-alo-circle-anim 1.2s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #00c7ff;
    opacity: 0.75 !important;
}
.quick-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    animation: quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00a1ff !important;
    background-size: 32px;
}
.quick-alo-ph-img-circle {
    width: 42px;
    height: 42px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -webkit-animation: quick-alo-circle-img-anim 1s ease-in-out infinite;
    animation: quick-alo-circle-img-anim 1s ease-in-out infinite;
    transform-origin: 50% 50%;
}
.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #00b0ff;
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    to {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.position_0 {
    bottom: 95px;
}
.position_1 {
    bottom: 200px;
}
.position_2 {
    bottom: 265px;
}
.position_3 {
    bottom: 350px;
}
.position_4 {
    bottom: 435px;
}
.position_0.left_position {
    bottom: 45px;
}
.position_1.left_position {
    bottom: 130px;
}
.position_2.left_position {
    bottom: 215px;
}
.position_3.left_position {
    bottom: 300px;
}
.position_4.left_position {
    bottom: 385px;
}
.big_size_button.position_0 {
    bottom: 120px;
}
.big_size_button.position_1 {
    bottom: 210px;
}
.big_size_button.position_2 {
    bottom: 300px;
}
.big_size_button.position_3 {
    bottom: 390px;
}
.big_size_button.position_4 {
    bottom: 480px;
}
.big_size_button.position_0.left_position {
    bottom: 45px;
}
.big_size_button.position_1.left_position {
    bottom: 135px;
}
.big_size_button.position_2.left_position {
    bottom: 225px;
}
.big_size_button.position_3.left_position {
    bottom: 315px;
}
.big_size_button.position_4.left_position {
    bottom: 405px;
}
.big_size_button .edit_btn_quick_ph_img_circle {
    width: 50px;
    height: 50px;
}
.big_size_button .edit_btn_quick_ph_circle_fill {
    width: 80px;
    height: 80px;
    top: 55px;
    left: 55px;
}
.big_size_button .edit_btn_quick_ph_circle {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 45px;
    top: 0;
    left: 0;
}
.big_size_button .edit_btn_quick_ph_circle_fill {
    top: 10px;
    left: 10px;
}
.big_size_button .btn-quick-alo-ph-img-circle,
.big_size_button .btn-quick-mail-ph-img-circle,
.big_size_button .quick-alo-ph-img-circle {
    top: 25px;
    left: 25px;
    background-size: 40px;
}
.big_size_button.btn-quick-alo-phone,
.big_size_button.btn-quick-mail-phone,
.big_size_button.quick-alo-show {
    right: 15px;
}
.btn-quick-alo-phone.left_position,
.btn-quick-mail-phone.left_position,
.quick-alo-show.left_position {
    left: 15px;
}
.copyright a {
	color: #fff;
}
.fa-fzalo-oa {
    vertical-align: middle;
    width: 20px;
}
.footer-follow li a .fa-fzalo-oa path {
    fill: #fff;
}
.main_title .title-h2 {
    color: #fff;
    line-height: 35px;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    background: #378361;
    z-index: 1;
}
.main_title .title-h2 h3 {
    color: #fff;
}
.main_title .title-h2 a:hover {
    color: #00bbff;
}
.main_title.text-center .title-h2 {
    padding: 15px 5px;
    z-index: 1;
    text-align: center;
    font-family: 'UTMErie', Arial, sans-serif;
    text-transform: capitalize;
    background: url(/images/line_bottom.png) bottom center no-repeat;
}
.main_title .title-h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 3px 12px 3px 20px;
}
.main_title .title-h2 {
    color: #b11e24;
    line-height: 35px;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    background: #378361;
    z-index: 1;
}
.main_title .title-h2 h3 {
    color: #fff;
}
.main_title.lt .title-h2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    right: -35px;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 36px;
    border-color: transparent transparent transparent #378361;
}
.main_title .title-h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 3px 12px 3px 20px;
}
.grecaptcha-badge {
    display: none;
}
.address {
	border: 1px solid;
    border-radius: 3px;
    padding: 3px 7px;
}
.email {
	border: 1px solid;
    border-radius: 3px;
    padding: 3px 4px;
}
.main-hotline {
	justify-items: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart {
	background-color: #d00031;
    border-radius: 3px;
    padding: 3px 10px;
}
.cart a {
	color: #fff;
}
.product-item {
	border: 1px solid #ff5050;
    border-radius: calc(0.3rem - 1px);
    background-color: #fff;
}
.circle {
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 15px;
    display: inline-block;
}
.search-input {
    height: 32px;
    width: 72%;
    border: 1px #ed1b24 solid;
    font-style: italic;
    color: #333;
    padding-left: 10px;
}
.search-input::placeholder {
    color: #cdcdcd;
    font-style: italic;
    font-size: 13px;
}
.search-input,
.search-button {
    height: 30px; /* Thiết lập chiều cao */
    line-height: 30px; /* Đảm bảo nội dung được căn giữa theo chiều dọc */
}

.search-input {
    width: 66%; /* Thiết lập chiều rộng của ô nhập liệu */
    border: 1px #ed1b24 solid;
}

.search-button {
    background-color: #ed1b24;
    width: 34%; /* Thiết lập chiều rộng của nút tìm kiếm */
    border: none;
    color: #fff;
    padding: 0 10px; /* Thêm padding để nút trở nên mềm mại hơn */
}
.search-text {
    font-family: 'Roboto', sans-serif; /* Đặt font chữ là Roboto Regular */
}
.product-item:hover {
    box-shadow: 0 0 10px rgba(237, 27, 36, 0.5); /* Thêm box shadow màu đỏ nhạt */
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}


.category-item {
    display: inline; /* Hiển thị các phần tử trên cùng 1 hàng */
}

.category-item h3 {
    margin: 0; /* Loại bỏ khoảng trắng mặc định của h3 */
}

.category-item:not(:last-child) h3::after {
    content: "|"; /* Thêm dấu "|" sau mỗi phần tử, trừ phần tử cuối cùng */
    margin-left: 5px; /* Khoảng cách giữa dấu "|" và nội dung */
}
.cart span {
	font-size:  14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
.best_seller {
	background-image: url(/images/bg_best_seller.png);
}
.order {
	font-size: 12px;
	color: #fff;
}
.zalo_chat {
	font-size: 12px;
	color: #fff;
}
.buy_now {
	font-size: 12px;
	color: #fff;
}
.category-item h3 a:hover {
	color: #b11e24;
}
.mt-10 {
	margin-top: 10px;
}
.hover14 figure {
    position: relative;
}

.hover14 .sale {
    position: absolute;
    top: 12px;
    right: 12px;
    color: white; /* Màu văn bản cho biểu tượng giảm giá */
}

.hover14 .sale img {
    vertical-align: middle;
}
.sale {
	position: relative;
	display: inline-block;
	background: #d50000;
	color: white;
	height: 2.5rem;
	width: 2.5rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5rem;
	transform: rotate(-20deg);
	animation: beat 1s ease infinite alternate;
	&:before,
	&:after {
		content:"";
		position: absolute;
		background: inherit;
		height: inherit;
		width: inherit;
		top: 0;
		left: 0;
		z-index: -1;
		transform: rotate(30deg);
	}
	&:after {
		transform: rotate(60deg);
	}
}
.sale span {
	display: inline-block;
	transform: rotate(20deg); /* Xoay lại về bình thường */
	font-size: 1rem; /* Điều chỉnh kích thước font theo nhu cầu */
}
@keyframes beat {
	from {	transform: rotate(-20deg) scale(1); }
	to {	transform: rotate(-20deg) scale(1.1); }
}

.main-title h2 {
	font-family: 'UTMErie', sans-serif;
	font-size: 1.6rem;
}
.maps {
	display: flex;
    align-items: center;
}
.single-footer p {
	font-size: 25px;
	font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
}
.fa-cart-plus {
	color: #fff;
}
.alert-info ul li {
	list-style-type: unset;
	margin-left: 25px;
}
.list-inline li {
	border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    min-width: 67px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    position: relative;
}

    .list-inline-item.active {
            border: 1px solid #2f80ed;
        }
        .list-inline-item.active a {
            color: #2f80ed; /* Đặt màu chữ của thẻ <a> khi <li> là active */
        }
._51m-._2pir._51mw {
    display: none !important;
}
#sale-price {
	color: #d0021c;
	font-size: 20px;
}
#variant-info .sale-price {
	color: #d0021c !important;
	font-size: 20px !important;
}
#base-price {
	color: #666;
	font-size: 16px;
}
#sale-price-accessory {
	color: #d0021c;
	font-size: 20px;
}
#base-price-accessory {
	color: #666;
	font-size: 16px;
}
#accessory-info {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

#accessory-info.show {
    max-height: 200px; /* Bạn có thể điều chỉnh giá trị này tùy thuộc vào nội dung */
    opacity: 1;
}
.fa-phone-square:before {
	color: #fff;
}
.fa-info-circle:before {
	color: #fff;
}
.product-item .card-body {
	padding-bottom: .4rem !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background: #e52d27;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#nav-tab a:hover {
	color: #fff;
}
#myTab a:hover {
	color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #ff5050;
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #e52d27 #e52d27 #fff;
}
.news-container {
    overflow: hidden;
    height: 318px; /* Adjust the height as needed */
}
.news-marquee {
    display: flex;
    flex-direction: column;
}
.img-fluid {
	width: 100%;
    height: auto;
}
#previewImage {
    width: 470px;
    height: 264px;
    object-fit: cover; /* Giữ tỉ lệ hình ảnh và cắt nếu cần để khớp với kích thước */
}
.form-control {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.payment-methods ul li {
	list-style-type: none;
}
.mobile-menu-overlay ul li {
	list-style-type: none;
}
.post-content ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.payment-methods ul li {
	list-style-type: none;
	margin-left: 0;
}
