/*
Template Name: Pitron 
Template URI: http://capricorn-theme.net/html/pitron
Description: Law Firm & Lawyer HTML Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color  
## Background Image  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Hero Area Slider
## About Section
## Service Section 
## Case Study Section 
## Feature Section 
## CTA Area  
## Team Section 
## Testimonial Section 
## Blog Section 
## Footer Area 

## Info Section 
## Service Section # 02
## About Section # 02
## Process Section 
## Choose Us Section
## Testimonial Section # 02

## Promo Section 
## About Section # 03
## Service Section # 03
## Achievement Section
## Process Section # 02
## CTA Area # 02
## Price Section 
## Contact Section 

## Breadcrumb Section 


/* Google Font Import 
======================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");


/*	Theme Main Color:#7C0412
	Theme Secondary Color: #262B3E*/

/* Common CSS 
============== */

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: bold;
	margin: 0;
	color: #221E20;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #7C0412;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	color: #777;
}

	p.highlight {
		color: #898a9c;
		font-size: 16px;
		line-height: 27px;
	}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

	input:focus::-webkit-input-placeholder,
	textarea:focus::-webkit-input-placeholder {
		color: transparent;
	}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #eee;
}

.fix {
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
	padding: 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/*	.section-padding {
		padding: 60px 60px;
	}*/

	.spacer.section-padding {
		padding: 0;
		margin: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}

/*Margin & Padding */

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mt-150 {
	margin-top: 150px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}


.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.spacer {
	margin-top: 100px;
}

/*Section Title */


.section-title {
	position: relative;
	margin-bottom: 0;
}

	.section-title h1 b {
		color: #C79C65;
		font-style: italic;
		font-weight: 400;
	}

	.section-title h1 strong {
		color: #C79C65;
		font-weight: 400;
	}

	.section-title h2 {
		font-size: 40px;
		font-weight: bold;
		line-height: 65px;
		margin: 20px 0;
		color: #2f3140;
	}

		.section-title h2 b {
			color: #7C0412;
			font-weight: 400;
		}

		.section-title h2 strong {
			color: #7C0412;
			font-style: italic;
			font-weight: 400;
		}

	.section-title h6 {
		color: #7C0412;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.section-title p {
		margin-bottom: 2rem;
	}

/*Button Style */

.main-btn {
	display: inline-block;
	background: #7C0412;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 12px 35px;
	border: 2px solid #7C0412;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

	.main-btn.transparent {
		background: transparent;
		color: #fff;
		margin-right: 20px;
		border: 2px solid #fff;
	}

	.main-btn:hover {
		background-color: #fff;
		color: #25283a;
		border-color: #fff;
	}

/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
}

textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #7C0412;
	color: #fff;
	padding: 15px 30px;
	margin: 27px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}


/*Bootstrap CSS*/


.container-fluid {
	padding: 0 20px;
}


/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
	background: #F6F6F6!important;
}

.white-bg {
	background: #fff;
}

.dark-bg {
	background: #1F2839;
}

.sky-bg {
	background: #ECF0F9;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(34 47 70 / 72%);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-0 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(124, 4, 18, .6);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #002c42;
	opacity: .7;
	top: 0;
	left: 0;
	z-index: -1
}


.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #191f2d;
	opacity: .9;
	top: 0;
	left: 0;
	z-index: -1
}

/* Pre-Loader CSS 
============== */
#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #262B3E;
	z-index: 999999;
}

.sk-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

	.sk-circle .sk-child {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-circle .sk-child:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #fff;
			border-radius: 100%;
			-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
			animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		}

	.sk-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}

@-webkit-keyframes sk-circleBounceDelay {

	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {

	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* Scroll Top 
============== */
.go-top {
	background-color: #7C0412;
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-1.header-area .is-sticky .sticky-area {
	animation: none;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
}

#header-3.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: rgb(255 255 255 / 1);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}

.header-area .is-sticky .navigation {
	margin-top: 0;
}

/* Header Top Area
============== */

.header-top {
	background: #221E20;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0;
}

.contact-info i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 2px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

	.site-info .social-area i {
		font-size: 17px;
		color: #8D9CC5;
		padding-left: 10px;
	}

/* Header Area 
============== */

.header-area .logo img {
	margin: 15px 0;
}

.header-area .navigation {
	padding: 0px 30px;
	height: 90px;
	position: relative;
	z-index: 9;
}

#header-2.header-area .navigation {
	background: none;
}

#header-3.header-area .navigation {
	background: #00000040;
}

#header-1 .container-fluid {
	padding: 0;
}

#header-1 .navigation {
	background: #1F2839;
}

/*
#header-1 .logo {
	text-align: right;
}
*/

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: .3s;
	transition: .3s;
}

#header-3.header-area.absolute-header {
	top: 30px;
	padding: 0;
}

.responsive-logo {
	display: none;
}

.sub-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

	.sub-title p {
		margin-top: 30px;
		font-size: 18px;
	}

	.sub-title:before {
		position: absolute;
		content: "";
		top: 60%;
		left: -35px;
		height: 40px;
		border-left: 2px solid #eee;
		margin-top: -20px;
	}


/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 20px;
	color: #fff;
}

	.search-box button:hover {
		cursor: pointer;
	}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

	.search-popup .search-back-drop {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

	.search-popup .upper-text .text {
		font-size: 18px;
		letter-spacing: 1px;
	}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

	.search-popup .form-group input[type="text"],
	.search-popup .form-group input[type="search"] {
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 25px;
		color: #333333;
		padding: 10px 14px;
		height: 45px;
		width: 100%;
		background-color: transparent;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		border: none;
		margin-bottom: 5px;
	}

	.search-popup .form-group input[type="submit"],
	.search-popup .form-group button {
		position: absolute;
		right: 14px;
		top: -15px;
		background: transparent;
		text-align: center;
		font-size: 24px;
		line-height: 45px;
		color: #333333;
		padding: 0;
		background: none;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}


/* Header Aside */

#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 25px;
}

	#header-aside .aside-content .info-wrap {
		display: table;
		overflow: hidden;
		width: 100%;
		margin-right: 15px;
	}

	#header-aside .aside-content .info-i,
	#header-aside .aside-content .info-c {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}

		#header-aside .aside-content .info-c span {
			opacity: .5;
		}

	#header-aside .aside-content .info-i {
		width: 45px;
	}

		#header-aside .aside-content .info-i span {
			position: relative;
			z-index: 1;
			font-size: 30px;
			color: #7C0412;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			display: inline-block;
			margin-right: 10px;
		}

			#header-aside .aside-content .info-i span i::before {
				font-size: 36px;
			}

			#header-aside .aside-content .info-i span:after {
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				z-index: -1;
				border: 1px dashed transparent;
				background-color: transparent;
			}

	#header-aside .aside-content .inner > div {
		float: left;
		display: block;
		position: relative;
		color: #777;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		margin-left: 25px;
		border-right: 2px solid #eee;
	}

		#header-aside .aside-content .inner > div:last-child {
			border: 0;
		}

/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 30px;
}

	.main-menu li.nav-item:last-child {
		margin-right: 0;
	}

.main-menu .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
	display: block;
	padding: 35px 0;
}

	.main-menu .navbar-nav .nav-link img {
		width: 25px
	}

.main-menu .navbar-nav .nav-link {
	padding: 35px 0;
}

.header-right-content .main-btn {
	margin-top: 15px;
}

.main-menu .navbar-nav .nav-link.active {
	color: #cb2727 !important;
}

.main-menu .navbar-nav .nav-link:hover {
	color: #cb2727 !important;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 90px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

	.sub-menu::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		top: 0;
		left: 0;
		background: #7C0412;
		visibility: hidden;
		opacity: 0;
	}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

	.main-menu li:hover .sub-menu::after {
		opacity: 1;
		visibility: visible;
	}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

	.main-menu .sub-menu li a {
		font-size: 14px;
		font-weight: 400;
		display: block;
		padding: 12px;
		color: #2f3140;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.main-menu .sub-menu li:hover > a {
		color: #7C0412;
	}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

/*Header Right Content */

.header-right-content .main-btn {
	padding: 10px 16px;
	margin-top: 24px
}

/* Hero Area Slider 
==================*/

.single-slide-item {
	background-image: url(../img/slider/1.jpg);
}

.hero-area-bg-2 {
	background-image: url(../img/slider/2.jpg);
}

#home-2 .single-slide-item {
	background-image: url(../images/banner-1.jpg);
}

#home-2 .hero-area-bg-2 {
	background-image: url(../images/banner-2.jpg);
}

#home-3 .single-slide-item {
	background-image: url(../img/slider/5.jpg);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../img/slider/6.jpg);
}

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 800px;
	display: table;
	position: relative;
	z-index: 1;
}

	.single-slide-item h1 {
		color: #fff;
		font-size: 80px;
		font-weight: 600;
		letter-spacing: 1px;
		position: relative;
	}

/*
.homepage-slides .section-title h6 {
	color: #bfbdbd;
}
*/

#home-2 .single-slide-item h6 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 60px;
}

	#home-2 .single-slide-item h6:before {
		position: absolute;
		content: "";
		width: 40px;
		height: 2px;
		left: 0;
		top: 50%;
		background: #7C0412;
		margin-top: -1px;
	}

#home-3 .single-slide-item {
	height: 900px;
}

#home-2 .single-slide-item {
	height: 800px;
}

.single-slide-item p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #7C04128c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #7C0412;
	color: #fff;
	border-color: #7C0412;
	opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

	.hero-area-content .main-btn {
		margin: 25px 0;
		margin-right: 15px;
	}

/* About Section 
============== */

.about-area {
	/*	background-image: url(../img/about/about-bg.jpg);*/
	position: relative;
}

	.about-area .section-title {
		margin-bottom: 30px;
	}

.about-img {
	padding-left: 100px;
	position: relative;
	z-index: 1;
}

.founded-year {
	position: absolute;
	bottom: -30px;
	right: -30px;
	border: 10px solid #fff;
	box-shadow: 0 1px 4px -2px #6e7b71;
}

	.founded-year i {
		background: #C89D65;
		color: #fff;
		width: 200px;
		height: 155px;
		text-align: center;
		text-transform: uppercase;
		font-style: normal;
		font-weight: 500;
		padding: 20px 35px;
	}

		.founded-year i:before {
			font-size: 50px;
			line-height: 65px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 14px;
		}

.about-content-area {
	padding-left: 40px;
	padding-right: 40px;
}

	.about-content-area .section-title h2 {
		position: relative;
	}

	.about-content-area p.highlight {
		position: relative;
		padding-left: 35px;
		margin: 20px 0;
	}

		.about-content-area p.highlight:before {
			position: absolute;
			content: "";
			width: 15px;
			height: 15px;
			top: 5px;
			left: 0;
			background: #7C0412;
		}

.founded {
	padding-top: 15px;
}

.founded-text p {
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	color: #1A3759;
	font-weight: 500;
	padding: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	border-top: 5px dotted #7C0412;
	border-bottom: 5px dotted #7C0412;
	margin-top: 10px;
}

.about-img img {
	border-radius: 5px;
	box-shadow: 0 1px 73px 0 rgb(38 43 62 / 0.1);
}

/* Service Section 
============== */

.services-area {
	position: relative;
}

	.services-area .section-title h2 {
		color: #fff;
	}

	.services-area:after {
		position: absolute;
		content: " ";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #020E28;
		opacity: .5;
		z-index: -1;
	}

.single-service-area {
	text-align: center;
	background: #fff;
	padding: 20px 0 20px 8px;
	border-left: 4px solid #7C0412;
	position: relative;
	z-index: 1;
}

.single-service-area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%
}

	.single-service-area .content h4 {
		margin: 0;
		margin-left: 10px;
		font-size: 20px;
		font-weight: 700;
	}

	.single-service-area:hover .content h4,
	.single-service-area:hover .content p {
	}

	.single-service-area .service-icon img {
		min-width: 50px
	}

.service-icon i:before {
	font-size: 50px;
	color: #7C0412;
}

.single-service-area h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #221E20;
	margin: 30px 0 20px;
}

.single-service-area p {
	color: #221E20;
	font-size: 14px;
}

.single-service-area:hover {
	border-left: 4px solid #ffffff;
}

.single-service-area:before {
	background-image: url(/content/images/linhvuc/linhvuc-6.jpg);
}

.service-2:before {
	background-image: url(/content/images/linhvuc/linhvuc-6.jpg);
}

.service-3:before {
	background-image: url(../images/linhvuc/linhvuc-5.jpg);
}

.service-4:before {
	background-image: url(../images/linhvuc/linhvuc-4.jpg);
}

.service-5:before {
	background-image: url(../images/linhvuc/linhvuc-2.jpg);
}

.service-6:before {
	background-image: url(../images/linhvuc/linhvuc-1.jpg);
}

.single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	background-size: cover;
	background-position: center;
}

.single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #03102A;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-out;
}

.single-service-area:hover::before {
	visibility: visible;
	opacity: 1;
}

.single-service-area:hover::after {
	visibility: visible;
	opacity: .8;
}

/* Case Study Section 
============== */

.case-bg {
	background-image: url(../images/vuviec/vuviec-1.jpg);
}

.case-bg-2 {
	background-image: url(../images/vuviec/vuviec-2.jpg);
}

.case-bg-3 {
	background-image: url(../images/vuviec/vuviec-3.jpg);
}

.case-bg-4 {
	background-image: url(../images/vuviec/vuviec-4.jpg);
}

.case-bg-5 {
	background-image: url(../images/vuviec/vuviec-5.jpg);
}

.case-bg-6 {
	background-image: url(../images/vuviec/vuviec-6.jpg);
}

.single-case-item {
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #262B3E;
	overflow: hidden;
}

	.single-case-item.bg-cover {
		height: 450px;
	}

	.single-case-item:hover {
		border-bottom: 4px solid #7C0412;
	}


.case-inner .hover-info h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}

.case-inner .hover-info {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(50px);
	width: 100%;
	z-index: 2;
	padding: 35px 40px 35px 38px;
	max-width: 500px;
	transition: all ease 0.3s;
	transition-delay: 0.07s;
}

.single-case-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0);
}

.case-inner:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / 70%);
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	transition: all ease 0.3s;
}

.single-case-item:hover .case-inner:after {
	opacity: 1;
}

.case-inner .hover-info h6 {
	color: #7C0412;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
}

.case-inner .hover-info p {
	color: #eee;
}

.case-inner .hover-info a {
	color: #7C0412;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
}

.case-inner .case-icon {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	transition: all ease 0.3s;
	font-size: 30px;
	cursor: pointer;
	background: #7C0412;
	color: #fff;
	padding: 15px;
	transform: translate3d(0, -100%, 0);
	transition: .3s;
}

.single-case-item:hover .case-icon {
	opacity: 1;
	transform: translate(0, 0);
}

.case-area.home3 .section-title {
	margin-bottom: 50px;
}

#case-page .single-case-item {
	margin-bottom: 50px;
}

.case-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #b1adad;
	margin-right: 10px;
	margin-top: 40px;
}

.case-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #7C0412;
}

.case-slider .owl-dots {
	text-align: center;
}

/* Feature Section 
============== */

.single-feature-item {
	position: relative;
}

	.single-feature-item .feature-icon {
		background: #7C0412;
		color: #fff;
		display: inline-block;
		padding: 30px 0;
		width: 80px;
		height: 80px;
		text-align: center;
		float: left;
		position: absolute;
		top: 0;
	}

.feature-icon i:before {
	font-size: 50px;
}

.feature-image {
	position: relative;
	z-index: 1;
	margin-top: 50px;
}


	.feature-image:after {
		position: absolute;
		content: " ";
		width: 100%;
		height: 100%;
		top: -40px;
		right: -40px;
		border: 10px solid #7C0412;
		z-index: -1;
	}

.feature-content {
	margin: 40px 0;
	padding-left: 15px;
}

	.feature-content h5 {
		font-size: 20px;
		padding-left: 100px;
		margin-bottom: 8px;
	}

	.feature-content p {
		padding-left: 100px;
	}

/* CTA Section 
============== */

.cta-area {
	background-image: url(../img/divider.jpg);
	background-attachment: fixed;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

	.cta-area .section-title {
		margin-bottom: 0;
	}

	.cta-area h2 {
		font-size: 45px;
		line-height: 65px;
		color: #fff;
		font-weight: 600;
	}

	.cta-area h6 {
		color: #7C0412;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.cta-area p {
		color: #cacaca;
		margin: 12px 0;
	}

	.cta-area .contact-info {
		margin-top: 60px;
	}

		.cta-area .contact-info i {
			font-size: 50px;
			float: left;
			padding-right: 10px;
		}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area h5 {
	color: #fff;
	font-size: 25px;
	margin-top: 50px;
}

.cta-area p.tel {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0;
}

.evalution-form {
	background: #fff;
	text-align: center;
	padding: 20px 40px;
	box-shadow: 0 1px 6px -2px #6e7b71;
	margin-top: -150px;
}

	.evalution-form h5 {
		color: inherit;
		margin: 30px 0;
	}

	.evalution-form input[type="submit"] {
		width: 100%;
	}

	.evalution-form input,
	textarea,
	select {
		padding: 13px 30px;
		margin-bottom: 15px;
	}

		.evalution-form input::placeholder,
		.evalution-form textarea::placeholder {
			color: inherit;
		}

		.evalution-form input[type="submit"]:hover {
			border: none;
			background: #1F2839;
			color: #fff;
		}

/* Team Section 
===========================*/

.team-member-bg {
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 320px;
	border-radius: 5px;
	filter: grayscale(50%);
	margin-bottom: 80px;
}

/*.team-member-bg {
	background-image: url(/content/images/team/1.jpg);
}*/

.team-bg-2 {
	background-image: url(/content/images/team/2.jpg);
}

.team-bg-3 {
	background-image: url(/content/images/team/3.jpg);
}

.team-bg-4 {
	background-image: url(/content/images/team/4.jpg);
}

.team-bg-5 {
	background-image: url(/content/images/team/5.jpg);
}

.team-bg-6 {
	background-image: url(/content/images/team/6.jpg);
}

.team-bg-7 {
	background-image: url(/content/images/team/7.jpg);
}

.team-bg-8 {
	background-image: url(/content/images/team/8.jpg);
}

.single-team-member {
	position: relative;
}

	.single-team-member .team-content {
		position: absolute;
		bottom: -75px;
		background: #fff;
		text-align: center;
		width: 100%;
	}

.team-content .team-title {
	font-weight: 500;
}

	.team-content .team-title a {
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 0.3px;
		color: #191919;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		margin: 16px 0 5px;
	}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

	.team-content .team-subtitle p {
		margin: 0;
		color: #333E38;
	}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.team-social ul li {
		display: inline-block;
	}

		.team-social ul li a {
			font-size: 18px;
			padding: 10px;
			transition: all .3s ease-out;
		}

.team-social {
	position: absolute;
	top: 0;
	left: -35px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-2px);
	transition: all .4s;
}

	.team-social ul li {
		display: block;
	}

	.team-social i {
		color: #7C0412;
	}

.single-team-member:hover .team-social {
	visibility: visible;
	opacity: 1;
	left: 0;
	transform: translateY(0);
}

.single-team-member:hover .team-member-bg {
	filter: grayscale(0);
}


/* Testimonial Section 
============== */

.testimonial-area {
	background-image: url(../img/consult-bg.jpg);
	position: relative;
	z-index: 1;
}

	.testimonial-area .section-title h2 {
		color: #fff;
	}

.single-client-item {
	background: #fff;
	padding: 50px 50px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	border-bottom: 5px solid #fff;
	transition: .3s;
}

	.single-client-item:hover {
		border-bottom: 5px solid #C79C65;
	}

	.single-client-item img {
		max-width: 70px;
		height: auto;
		float: left;
		border-radius: 50%;
	}

.author-desc {
	margin-top: 30px;
}

	.author-desc h5 {
		font-size: 18px;
		padding-left: 80px;
	}

	.author-desc span {
		font-size: 90%;
		color: #C79C65;
		padding-left: 10px;
	}

.testimonial-icon i {
	font-size: 25px;
	background: #C79C65;
	padding: 10px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
}

.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #C79C65;
}

.testimonial-area .client-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
}

/* Blog Section 
============== */

.single-blog-item {
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-radius: 5px;
	margin-bottom: 30px;
}

	.single-blog-item.large {
		width: 100%;
		height: auto;
	}

	.single-blog-item.small {
		height: 160px;
		margin-bottom: 55px;
	}

		.single-blog-item.small .blog-bg img {
			height: 160px;
		}

	.single-blog-item .blog-content {
		padding: 20px 40px 20px;
	}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	border-radius: 5px 5px 0px 0px;
	transition: transform ease 0.3s;
}

.blog-area .blog-bg img:hover {
	transform: scale(1.2);
	transition: all 2s ease-out;
	border-radius: 5px 5px 0px 0px;
}


.single-blog-item.small .blog-bg img {
	border-radius: 5px 0px 0px 5px;
}

.blog-meta p i {
	color: #7C0412;
	font-size: 20px;
	margin-right: 10px;
}

.blog-meta p {
	color: #333E38;
}

.single-blog-item.large .blog-content a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #221E20;
}

	.single-blog-item.large .blog-content a:hover {
		color: #7C0412;
	}

.single-blog-item.small .blog-content a {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #221E20;
}

	.single-blog-item.small .blog-content a:hover {
		color: #7C0412;
	}

.blog-area .main-btn.transparent {
	background: #fff;
	color: #333;
	border: 2px solid #fff;
	margin-right: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

/* Footer Area
======================== */

.footer-area {
	background-image: url(/content/images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}

	.footer-area h5 {
		color: #BEBEBE;
		margin: 20px 0;
	}

	.footer-area p {
		margin-top: 16px;
		color: #ffffff;
	}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	display: block;
	color: #d7d7d7;
	padding: 7px 0;
}

.footer-up ul li a span {
	color: #7C0412;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #7C0412;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #7C0412;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

	.subscribe-form input {
		border: 0;
		background: #221E20;
	}

		.subscribe-form input::placeholder {
			color: #797A7E;
			font-size: 14px;
		}

.footer-up {
	padding: 80px 0;
}

	.footer-up .logo {
		text-align: center;
	}

.social-area a.item {
	background: #7c0412;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 2px;
	padding: 8px 0;
}

.social-area a {
	margin: 2px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 30px;
	margin: auto
}

.footer-bottom {
	padding: 10px 0;
	background: #221E20;
}

	.footer-bottom p {
		margin: 0;
		color: #707579;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}

p.privacy {
	text-align: right;
}


/*==============================HOME # 02 =================================*/

/* Info Section
============== */

.info-area {
	z-index: 9;
	padding: 90px 0;
	background: #ECF0F9;
}

	.info-area .container {
		display: grid;
		grid-template-columns: 50% 50%;
	}

		.info-area .container .info {
			padding: 50px
		}

			.info-area .container .info .content {
				font-size: 3rem;
				line-height: 3.2rem;
				font-weight: bold;
			}

			.info-area .container .info .control a {
				font-size: 1.5rem;
				margin-top: 30px;
			}

		.info-area .container .image {
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			max-height: 450px;
		}

.info-bg {
	background-image: url(../img/info-bg.jpg);
}

@media only screen and (max-width: 768px) {
	.info-area .container {
		display: grid;
		grid-template-columns: 100%;
	}

		.info-area .container .image {
			grid-column: 1;
			grid-row: 1;
			height: 300px;
		}

		.info-area .container .info {
			grid-column: 1;
			grid-row: 2;
		}
}

.info-bg.bg-cover {
	height: 256px;
	background-position: top center;
}

.info-content {
	padding: 50px;
	border-left: 10px solid #C89D65;
	height: 100%;
}

	.info-content h5 {
		font-size: 38px;
		font-weight: 500;
		line-height: 48px;
		margin-bottom: 10px;
	}

		.info-content h5 span {
			color: #7C0412;
		}

	.info-content a {
		font-size: 20px;
		letter-spacing: 0px;
		color: #7C0412;
		margin: 15px 0;
	}

.info-inner {
	background: #fff;
	box-shadow: 0 1px 4px -2px #6e7b71;
}

.info-founder {
	background: #C89D65;
	height: 100%;
	text-align: center;
	padding: 28px;
	box-shadow: 0 1px 4px -2px #6e7b71;
	border: 10px solid #fff;
}

	.info-founder i:before {
		font-size: 45px;
	}

	.info-founder p.highlight {
		font-size: 55px;
		font-weight: 500;
		color: #fff;
		margin: 30px 0 30px;
	}

	.info-founder p {
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #333;
	}

/* Service Section # 02
============== */

#service-2.services-area {
	background: #fff;
}

#service-2 .section-title h2 {
	color: inherit;
}

.single-service-area.service-2,
.single-service-area.service-4,
.single-service-area.service-6 {
	background: #7C0412;
}

#service-2 .single-service-area h4 {
	color: #fff;
}

#service-2 .single-service-area p {
	color: #fff;
}

#service-2 .single-service-area.blue-bg {
	background: #222235;
}

	#service-2 .single-service-area.blue-bg h4 {
		color: #fff;
	}

#service-2 .single-service-area:hover h4 {
	color: #fff;
}

.single-service-area.service-2 .service-icon i:before,
.single-service-area.service-4 .service-icon i:before,
.single-service-area.service-6 .service-icon i:before {
	color: #fff;
}

/*About Section # 02*/

#about-2.about-area {
	background-image: none;
}

.about-content-wrapper {
	background: #fff;
	padding: 30px;
	padding-left: 70px;
	margin-right: -70px;
}

.about-bg-wrapper {
	background: linear-gradient(to right, #221E20, #7C0412);
	padding: 10px;
	position: relative;
	z-index: 9;
	margin-left: -70px;
	margin-right: -50px;
}

.about-bg-innner {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-content-wrapper .key-feature {
	margin-top: 20px;
}

	.about-content-wrapper .key-feature h4 {
		font-size: 20px;
		font-weight: 600;
		margin: 30px 0 20px;
	}

.about-icon img {
	width: 50px;
}

.img-content img {
	width: 185px;
}

.text-content {
	padding-left: 60px;
	position: relative;
}

	.text-content h6 {
		font-size: 18px;
	}

	.text-content p {
		font-size: 16px;
	}

	.text-content:before {
		position: absolute;
		content: "";
		width: 2px;
		height: 50px;
		background: #eee;
		top: 0;
		left: 24px;
	}


/* Process Section
============== */

.featured-process-area {
	/*background-image: url(../img/choose-us-bg.jpg);*/
}

.process-grids {
	position: relative;
	z-index: 1;
}

.featured-process-area .process-grids .grid {
	width: 25%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.featured-process-area .process-grids .inner {
	padding: 60px 20px 100px;
	position: relative;
	top: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-process-area .process-grids .count {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}

.featured-process-area .process-grids h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.featured-process-area .process-grids p {
	color: #777;
	margin-bottom: 0;
	padding-bottom: 2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.featured-process-area .process-grids .inner > a {
	position: relative;
	top: 100px;
}

.featured-process-area .process-grids .grid:hover .inner > a {
	top: 0;
}

.featured-process-area .process-grids .grid:hover .inner {
	top: 0;
}




/* Choose Us Section 
============== */

.choose-us-area {
	background-image: url(../img/about/law-watermark.jpg);
	position: relative;
	z-index: 1;
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
}

.choose-us-wrapper {
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 30px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

	.choose-us-inner h5 {
		font-size: 22px;
		margin: 40px 0 20px;
	}

	.choose-us-inner:nth-last-child(4) {
		border-right: none;
	}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

	.choose-us-icon:after {
		position: absolute;
		content: "";
		top: 0;
		left: 50px;
		width: 80px;
		height: 80px;
		background: #f6f6f6;
		border-radius: 50%;
		z-index: -1;
		transition: .3s;
	}

.choose-us-inner:hover .choose-us-icon:after {
	width: 100px;
	height: 100px;
	top: -18px;
	left: 65px;
	background: #ce9040;
	opacity: .2;
}


/*Testimonial Section # 02*/

.testimonial-area-2 {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

	.testimonial-area-2 .overlay {
		background-color: #252531de;
	}

.testimonial-avatar img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #7C0412;
}

.single-testimonial-item {
	text-align: center;
}

.testimonial-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #f5f3f3;
	margin: 25px 0;
}

.testimonial-content h4 {
	font-size: 20px;
	color: #fff;
	margin: 40px 0;
}

	.testimonial-content h4 span {
		display: block;
		font-size: 16px;
		margin-top: 15px;
		font-style: normal;
	}

.testimonial-carousel .owl-dots button {
	width: 15px;
	height: 15px;
	background: #999;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}

	.testimonial-carousel .owl-dots button.active {
		background: #DFB163;
	}

.testimonial-carousel .owl-dots {
	display: none;
	text-align: center;
	margin: 30px;
}

.testimonial-area-2 .testimonial-icon-before i {
	font-size: 30px;
	background: none;
	padding: 10px;
	position: absolute;
	top: 72px;
	color: #fff;
	z-index: 9;
	left: -10px;
	color: #DFB163;
}

.testimonial-area-2 .testimonial-icon-after i {
	font-size: 30px;
	background: none;
	padding: 10px;
	position: absolute;
	bottom: 72px;
	color: #fff;
	z-index: 9;
	right: -10px;
	color: #DFB163;
}


/*=============================HOME # 03 ==================================*/


/* Promo Section
============== */

.single-promo-item {
	text-align: center;
	padding: 50px;
	position: relative;
	z-index: 1;
	background: #191D33;
	height: 280px;
	margin-top: -120px;
	transition: .5s;
}


	.single-promo-item h5 {
		font-size: 24px;
		font-weight: 500;
		color: #fff;
		margin: 30px 0 25px;
	}

	.single-promo-item p {
		color: #fff;
		font-weight: 400;
	}

	.single-promo-item.spro {
		background: #C79C65;
		color: #fff;
	}

		.single-promo-item.spro h5 {
			color: #fff;
		}

		.single-promo-item.spro p {
			color: #fff;
		}

		.single-promo-item.spro .promo-icon {
			color: #fff;
		}

			.single-promo-item.spro .promo-icon i:before {
				color: #fff;
			}

	.single-promo-item i {
		position: relative;
	}

.promo-icon i:before {
	font-size: 50px;
	font-weight: 400;
	color: #C79C65;
}

/* About Section # 03
============== */

.about-key {
	overflow: hidden;
}

	.about-key li {
		margin-bottom: 16px;
		float: left;
		width: 50%;
	}

		.about-key li i {
			position: relative;
		}

			.about-key li i:before {
				font-size: 25px;
				color: #7C0412;
				margin-right: 10px;
				position: absolute;
				top: -18px;
			}

		.about-key li p {
			display: inline-block;
			font-size: 17px;
			font-weight: 500;
			color: #262B3E;
			position: relative;
			padding-left: 35px;
			margin: 0;
		}

.about-content-area .main-btn {
	margin: 35px 0;
	margin-left: 25px;
}

	.about-content-area .main-btn:hover {
		background: #10102D;
		color: #fff;
		border: 2px solid #10102D;
	}

.call-us .icon i {
	font-size: 45px;
	margin-top: 4px;
	margin-right: 18px;
	display: inline-block;
	color: #C79C65;
}

.mobile-number p {
	color: #232323;
	font-size: 20px;
	font-weight: 500;
}

.mobile-number h5 {
	color: #898989;
	margin-bottom: 5px;
}


/* Service Section # 03  
==================== */

.single-serv-wrapper {
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 40px;
}

.single-serv-bg {
	background-image: url(../images/linhvuc/linhvuc-9.jpg);
	height: 325px;
}

.serv-bg-2 {
	background-image: url(../images/linhvuc/linhvuc-12.jpg);
}

.serv-bg-3 {
	background-image: url(../images/linhvuc/linhvuc-11.jpg);
}

.serv-bg-4 {
	background-image: url(../images/linhvuc/linhvuc-10.jpg);
}

.serv-bg-5 {
	background-image: url(../images/linhvuc/linhvuc-8.jpg);
}

.serv-bg-6 {
	background-image: url(../images/linhvuc/linhvuc-7.jpg);
}

#service-3 .single-serv-area {
	height: 325px;
	padding: 40px;
	margin-top: 0;
	text-align: center;
	background: #fff;
	box-shadow: none;
	transition: .3s;
}

.single-serv-area h5 {
	font-size: 24px;
	margin: 20px 0;
}

#service-3 .serv-icon i:before {
	color: #002C42;
}

#service-3 .single-serv-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
}

#service-3 .single-serv-area:hover {
	background-color: rgba(124, 4, 18, .8);
}

	#service-3 .single-serv-area:hover .service-icon img {
		filter: invert(1) grayscale(1) contrast(5);
	}

	#service-3 .single-serv-area:hover .service-icon i:before {
		color: #fff;
	}

	#service-3 .single-serv-area:hover h5 {
		color: #fff;
	}

	#service-3 .single-serv-area:hover a.read-more {
		color: #fff;
	}

	#service-3 .single-serv-area:hover p {
		color: #fff;
	}

/*Achievement Section
==============*/

.skill-bg {
	background-image: url(/content/images/gioithieu-1.jpg);
}

.skill-bg {
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

.skill-content {
	width: 50%;
	padding: 80px 100px 50px;
	padding-bottom: 60px;
	background: #2f3140;
}

	.skill-content p {
		font-size: 16px;
		color: #c5c2c2;
	}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.skill-content {
		padding: 26px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 80px;
	}
}

@media (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 50px;
	}
}

.skill-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	.skill-area .section-title {
		margin-bottom: 30px;
	}

		.skill-area .section-title h2 {
			color: #fff;
		}

	.skill-area .single-counter-box {
		border-bottom: 1px solid #5a5a5a;
		border-right: 1px solid #5a5a5a;
		padding-bottom: 20px;
		border-left: 1px solid #5a5a5a;
		border-top: 1px solid #5a5a5a;
		padding: 20px;
		text-align: center;
	}

.single-counter-box.one {
	border-top: none;
	border-left: none;
}

.single-counter-box.two {
	border-top: none;
	border-right: none;
	border-left: none;
}

.single-counter-box.three {
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding-top: 25px;
}

.single-counter-box.four {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding-top: 25px;
}

.skill-area .fact-icon i:before {
	font-size: 45px;
	line-height: 40px;
	margin: 10px 0;
	color: #ffffff;
}

.skill-area .single-counter-box .counter-number span {
	font-size: 40px;
	font-weight: 600;
	margin: 25px 0 5px;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
	color: #fff;
	font-weight: 500;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #C79C65;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #C79C65;
	cursor: pointer;
	z-index: 9;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #FCD1C1;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/*Process Section # 02 */

.process-item-wrap {
	margin-top: 50px;
}

.single-process-item {
	text-align: center;
}

.process-num {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 9;
	background: #7C0412;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s;
}

	.process-num p {
		font-size: 15px;
		font-weight: 500;
		color: #fff;
	}

.process-icon {
	border: 10px solid #ddd;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 35px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: .3s;
}

	.process-icon img {
		padding-left: 10px;
	}

.single-process-item h5 {
	font-size: 20px;
	margin: 25px 25px;
	line-height: 27px;
}

.single-process-item:hover .process-icon {
	border-color: #2f3140;
	opacity: .8;
}

/*CTA Area # 02 */

.cta-area-2 {
	background-color: #580e18;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	padding: 50px 0
}

	.cta-area-2 .logo-item {
		padding-bottom: 20px
	}

		.cta-area-2 .logo-item img {
			width: 150px
		}

	.cta-area-2 h2 {
		font-size: 38px;
		line-height: 44px;
		color: #fff;
		font-weight: 600;
	}

		.cta-area-2 h2 b {
			color: #ffffff;
			font-weight: 400;
		}

	.cta-area-2 h6 {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.cta-area-2 p {
		color: #cacaca;
		margin: 12px 0;
	}

	.cta-area-2 .contact-info {
		margin-top: 40px;
	}

		.cta-area-2 .contact-info i {
			font-size: 50px;
			float: left;
			padding-right: 20px;
		}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area-2.white {
	background: rgba(124, 4, 18, .8);
	height: 220px;
}

	.cta-area-2.white h6 {
		color: #fff;
	}

	.cta-area-2.white h2 b {
		color: #fff;
		opacity: .8;
	}

	.cta-area-2.white .contact-info p {
		color: #fff;
	}

	.cta-area-2.white .contact-info i {
		color: #fff;
		padding-right: 20px;
	}

/* Price Section 
============== */

.single-price-item {
	background: #fff;
	text-align: center;
	padding: 30px 50px;
	margin-top: 50px;
	border: 7px solid #eee;
	transition: .3s;
}

	.single-price-item h5 {
		font-size: 20px;
		font-weight: 600;
		position: relative;
		margin: 20px 0;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.single-price-item h6 {
		font-size: 17px;
		line-height: 22px;
		color: #777;
	}

	.single-price-item h5:before {
		position: absolute;
		content: "";
		width: 54px;
		height: 2px;
		bottom: -10px;
		left: 0;
		right: 0;
		background: #C79C65;
		margin: 0 auto;
	}

	.single-price-item p b {
		font-size: 35px;
		color: #C79C65;
		margin-right: 10px;
	}

	.single-price-item p {
		font-size: 18px;
		margin: 40px 0px;
	}

.price-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.price-list ul li {
		display: block;
		margin: 30px 0;
		color: $gray;
		font-size: 15px;
		letter-spacing: 1px;
		position: relative;
		padding-left: 20px;
		transition: .3s;
	}

.single-price-item .main-btn {
	display: inline-block;
	margin: 30px 0 0;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-price-item.active {
	border: 7px solid #C79C65;
}


/* Contact Section 
==================== 
*/

.contact-section {
	background-image: url(/content/images/contact-bg.jpg);
	background-attachment: fixed;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #C79C65;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

	.contact-inner h6 {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		padding-left: 100px;
	}

	.contact-inner p {
		padding-left: 100px;
	}

.contact-section button.main-btn {
	border: none;
}

	.contact-section button.main-btn:hover {
		background: #25283a;
		color: #fff;
	}

.contact-form {
	margin-top: 80px;
}


/* Breadcrumb 
============== */

.breadcroumb-area {
	background-image: url(../img/bread-bg.jpg);
}

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: left top;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
		font-weight: 700;
		letter-spacing: 1px;
		position: relative;
		padding-left: 30px;
	}

		.breadcroumb-area .breadcroumb-title h1:before {
			position: absolute;
			content: " ";
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-left: 5px solid#7C0412;
		}

	.breadcroumb-area h6 {
		color: #221E20;
		font-size: 16px;
		margin-top: 25px;
	}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/* Blog-Classic  
============== */

#blog-page .single-blog-item {
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

#blog-page .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

	#blog-page .blog-content a:hover {
		color: #7C0412;
	}

	#blog-page .blog-content a.read-more {
		text-transform: uppercase;
		font-size: 16px;
		color: #7C0412;
	}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 15px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

	.blog-search button i {
		color: #191919;
		font-size: 20px;
		opacity: .5;
		position: absolute;
		top: 18px;
		right: 28px;
	}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

	.blog-category a:hover,
	.archive a:hover {
		color: #F35E27;
	}

	.blog-category a.active,
	.archive a.active {
		color: #7C0412;
	}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
	font-size: 15px;
	line-height: 1.5;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

	.single-recent-post .recent-post-content {
		display: block;
		padding-left: 110px;
	}

	.single-recent-post h6 a {
		color: #221E20;
		line-height: 1.5;
	}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #7C0412;
}

.popular-tag span:hover {
	background: #7C0412;
}

	.popular-tag span:hover a {
		color: #fff;
	}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

	.single-comments-section p b {
		color: #333;
	}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

	.author-info h6 {
		margin: 10px 0;
	}

.single-comments-section p span {
	font-size: 15px;
	display: block;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(../img/helpline.jpeg);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

	.pagination-block .page-numbers {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		display: inline-block;
		color: #656c76;
		font-size: 15px;
		font-weight: 600;
		border: 1px solid #e9eef6;
		border-radius: 3px;
		margin: 0 3px;
		padding: 0;
		transition: all 0.3s ease 0s;
	}

.page-numbers.current {
	background: #7C0412;
	color: #fff;
	border-color: #7C0412;
}

.pagination-block .page-numbers:hover {
	background: #7C0412;
	color: #fff;
	border-color: #7C0412;
}

/* Blog-Grid 
============== */

.blog-content a {
	color: #494c50;
	font-size: 20px;
	line-height: 26px;
	margin: 10px 0;
}

.blog-content i {
	font-size: 22px;
	margin-right: 7px;
}

.blog-content a.read-more {
	text-transform: uppercase;
	font-size: 17px;
	color: #7C0412;
}

/* Single Blog Page 
============== */

.single-blog-wrap .blog-meta {
	margin: 20px 0;
}

	.single-blog-wrap .blog-meta span i {
		color: #7C0412;
		font-size: 20px;
		margin-right: 10px;
	}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}

/* Single Service Page
============== */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

	.service-list h5 {
		margin: 30px 0;
	}

	.service-list a {
		display: block;
		color: #333;
		padding: 14px;
		margin-bottom: 20px;
		background: #fff;
	}

		.service-list a.active {
			background: #7C0412;
			color: #fff;
		}

		.service-list a span {
			float: right;
		}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.helpline-section h4 {
		color: #fff;
		margin-top: 15px;
		line-height: 1.5;
	}

	.helpline-section button {
		margin-top: 15px;
	}

/* Single Case Page 
============== */

.case-single-section h3 {
	font-size: 35px;
	margin: 30px 0;
}

.case-info {
	border: 1px solid #ddd;
	padding: 30px;
	margin-bottom: 50px;
}

	.case-info h5 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.case-info p {
		margin: 25px 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}

		.case-info p b {
			color: #222;
		}

	.case-info span {
		float: right;
	}

	.case-info .main-btn {
		padding: 12px 18px;
		font-size: 15px;
		margin: 20px 0;
		width: 60%;
		margin-left: 20%;
	}

.case-overview h5 {
	margin: 30px 0;
}

.case-overview p:last-child {
	margin-bottom: 40px;
}


/* FAQ Page 
============== */

.styled-faq {
	margin-top: 50px;
}

	.styled-faq .panel-group .panel {
		border-radius: 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		margin-bottom: 30px;
	}

	.styled-faq .panel-default > .panel-heading {
		background: none;
		padding: 0;
		border: 1px solid #ddd;
	}

		.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top: none;
			padding: 10px;
		}

	.styled-faq .panel .panel-heading h6 {
		font-weight: 600;
	}

		.styled-faq .panel .panel-heading h6 a {
			display: block;
			text-decoration: none;
			padding: 12px;
			color: #191919;
		}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

	.question-section h6 {
		margin-bottom: 20px;
	}

	.question-section input,
	.question-section textarea {
		background: #fff;
		color: #191919;
		border: none;
	}

		.question-section input::placeholder,
		.question-section textarea::placeholder {
			font-size: 15px;
			color: #191919;
		}

	.question-section button {
		font-size: 14px;
		letter-spacing: 1px;
	}

/* Contact Page  
============== */

.contact-us-area {
	background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}

	.contact-us-inner:nth-last-child(4) {
		border-right: none;
	}

	.contact-us-inner h5 {
		margin: 40px 0 20px;
	}

	.contact-us-inner a {
		text-transform: uppercase;
		color: #7C0412;
		font-size: 17px;
		font-weight: 500;
		margin: 20px 0 10px;
	}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

	#contact-us .info-i i:before {
		font-size: 50px;
		color: #7C0412;
	}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.contact-section .section-title h2 {
	color: #fff;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}


.giaodien-mobile {
	display: none
}

.height-unset {
	height: unset !important;
}

@media only screen and (max-width: 991px) {
	.giaodien-mobile {
		display: block
	}

	.giaodien-pc {
		display: none;
	}
}

.gioihang-3dong {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 80px;
	margin: 0 auto;
	line-height: 26px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-uppercase {
	text-transform: uppercase;
}

.font-size-24 {
	font-size: 24px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.header-area .logo img {
	max-height: 60px;
	margin: 0;
	opacity: 2;
}

.content-area {
	position: relative;
	z-index: 1;
}

.header-area.absolute-header .sticky-area {
	background: rgb(255 255 255 / 0.6);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}

.section-title.custom div {
	color: #221E20;
	font-size: 24px;
}

.section-title.custom h1 strong {
	font-weight: bold;
	font-size: 72px;
	background: linear-gradient(to right, #7C0412, #380000, #1a0000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title.custom p {
	margin: 0 !important;
	font-weight: bolder;
	font-size: 35px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.section-title.custom p {
		font-size: 20px;
	}
}


.bg-text-slider {
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.1), rgba(255,255,255,.2), rgba(255,255,255,.3), rgba(255,255,255,.4));
	padding: 80px 0;
}

.service-home-page {
	position: relative;
	margin-bottom: 1rem;
}

	.service-home-page .content-service {
		position: absolute;
		z-index: 9;
		bottom: 0;
		width: 100%;
		background-color: rgba(34, 30, 32,.7);
		color: white;
		text-align: center;
		padding: .75rem 0;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.service-home-page:hover .content-service {
		animation: animateService .3s linear;
		height: 100%;
	}

	.service-home-page .content-service h2 {
		font-size: 20px;
		text-transform: uppercase;
		color: white;
	}

	.service-home-page:hover .content-service h2 {
		margin: 0.75rem 0;
	}

	.service-home-page .content-service .excerpt-service {
		display: none;
	}

	.service-home-page:hover .content-service .excerpt-service {
		display: block;
	}

	.service-home-page .content-service .icon-service {
		display: none;
	}

	.service-home-page:hover .content-service .icon-service {
		display: block;
	}

.icon-service-home-page {
	height: 50px;
	width: 50px;
	filter: invert(1) grayscale(1) contrast(5);
}

@keyframes animateService {
	0% {
		height: 50px;
	}

	100% {
		height: 100%;
	}
}

.bg-about-page {
	background-color: #221E20;
}

.box-about-home > .container > .umb-grid > .container-fluid > .row {
	align-items: center;
}

.box-about-home .section-title h2 {
	font-size: 35px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 10px;
}

.box-about-home .section-title .border-about-content {
	border-top: 4px solid #7C0412;
	width: 75px;
}

.box-about-home .about-content-wrapper .key-feature h4 {
	text-transform: uppercase;
	color: #221E20;
	font-size: 16px;
}

.box-about-home .container-fluid {
	padding: 0;
}

@media only screen and (min-width: 1500px) {
	.about-content-wrapper {
		margin-right: -130px;
		padding: 50px;
		padding-left: 100px;
	}

	.about-bg-wrapper {
		margin-left: -130px;
	}
}

@media only screen and (max-width: 1366px) {
	.about-content-wrapper {
		margin-right: -20px;
		padding-left: 120px;
	}

	.about-bg-wrapper {
		margin-left: -20px;
		margin-right: -100px;
	}
}

@media only screen and (max-width: 992px) {
	.about-content-wrapper {
		margin-right: 0;
		padding-left: 30px;
	}

	.about-bg-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.service-home-page .content-service.ver-2 {
	background-color: rgba(124, 4, 18,.7);
}

.bg-cover-process {
	background-size: cover;
	background-position-y: top;
	background-position-x: center;
	background-repeat: no-repeat;
	width: 100%;
}

.featured-process-area .process-grids {
	padding: 0 20px;
}

.choose-us-inner p {
	text-align: justify;
}

.bg-cover-testimonial {
	background-size: cover;
	background-position-y: center;
	background-position-x: left;
	background-repeat: no-repeat;
	width: 100%;
}

.skill-area .section-title h6 {
	color: #ffffff
}

.tuyen_bo {
	padding: 20px;
	background-color: rgba(206, 0, 24, .6);
	color: #fff;
	margin-top: 25px;
}

	.tuyen_bo:hover {
		color: #fff;
	}


	.breadcroumb-title h6 a {
		color: #7C0412
	}

.footer-area {
	background-color: #fff
}

.footer-up .footer-item {
	padding: 10px 0
}

	.footer-up .footer-item h5,
	.footer-up .footer-item p,
	.footer-up .footer-item a.item {
		color: #060606
	}

.setting-none {
	display: none
}

.list-social-network {
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.list-social-network ul {
		margin: 0;
		padding: 0;
		margin-top: -80px;
	}

		.list-social-network ul li {
			list-style-type: none;
			margin: 8px 0;
			background: #f2f2f2;
			width: 36px;
			height: 36px;
			border-radius: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
		}

			.list-social-network ul li:hover {
				background: #ff0000;
			}

			.list-social-network ul li img {
				width: 36px;
			}

			.list-social-network ul li a {
				cursor: pointer;
			}

			.list-social-network ul li i {
				font-size: 18px;
				transition: .3s;
			}

			.list-social-network ul li:hover i {
				color: #fff !important;
			}

.cursor-pointer {
	cursor: pointer
}

.privacy-policy {
	position: fixed;
	z-index: 9;
	top: 40%;
	width: 800px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	left: calc(50vw - 400px);
	box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
}

	.privacy-policy .title {
		font-size: 1.5rem;
		padding: 15px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		color: #221E20
	}

	.privacy-policy .content {
		font-size: 1rem;
		padding: 15px 0;
		color: #221E20
	}

	.privacy-policy .button-group a {
		font-size: 1rem;
		padding: 5px 50px;
		color: #221E20;
		background-color: rgb(206, 0, 24);
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px
	}

		.privacy-policy .button-group a:hover {
			color: #fff;
		}

.single-service-area:hover h4,
.single-service-area:hover p {
	color: #fff
}

.breadcroumb-area-no-image {
	margin-top: 110px;
	padding-bottom: 10px;
}


	.breadcroumb-area-no-image h6 {
		color: #221E20;
		font-size: 16px;
		margin-top: 25px;
	}

	.breadcroumb-area-no-image .breadcroumb-title h1 {
		font-size: 45px;
		font-weight: 700;
		letter-spacing: 1px;
	}

.new-style .title {
	font-size: 1.5rem;
	text-align: center;
	line-height: 2rem;
	margin-bottom: 15px;
}

.new-style .description {
	position: relative;
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0
}

	.new-style .description p {
		font-size: 0.9rem;
		font-style: italic;
		text-align: center;
		padding-bottom: 30px;
		margin-bottom: 0
	}

	.new-style .description:before {
		background-color: #54be73;
		bottom: 0;
		content: " ";
		display: block;
		height: 2px;
		left: 50%;
		margin: 0 0 0 1px;
		position: absolute;
		width: 24px;
	}

.new-style .icon-service-home-page {
	height: auto;
	width: 100%;
	max-height: 250px;
	filter: none
}

.new-style .description:after {
	background-color: #54be73;
	bottom: 0;
	content: " ";
	display: block;
	height: 2px;
	margin: 0 1px 0 0;
	position: absolute;
	right: 50%;
	width: 24px;
}

.new-style .choose-us-wrapper {
	box-shadow: unset;
	margin-top: 0;
}

.new-style .choose-us-inner {
	text-align: center;
	position: relative;
	padding: 0;
	border-right: none
}

	.new-style .choose-us-inner h5 {
		font-size: 1.1rem;
		text-align: center;
		padding-top: 110px;
		padding-bottom: 20px;
		margin: 0
	}

	.new-style .choose-us-inner p {
		font-size: 1rem;
		text-align: center
	}

	.new-style .choose-us-inner .decoration {
		position: relative;
		padding-top: 20px;
		text-align: center;
		height: 4px;
		width: 30px;
		margin: auto;
	}

		.new-style .choose-us-inner .decoration:after {
			content: "";
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			text-indent: 0;
			top: 4px;
			width: 30px;
			background: #dacdc2;
		}

		.new-style .choose-us-inner .decoration:before {
			content: "";
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			text-indent: 0;
			top: 0;
			width: 30px;
			background: #dacdc2;
		}

	.new-style .choose-us-inner img {
		width: 100px;
		opacity: 0.1;
		position: absolute;
		top: 40px;
		left: calc(50% - 50px);
	}

.new-style .home-service-group {
	margin-top: 40px
}

.new-style .owl-theme .owl-controls .owl-page {
	display: inline-block;
}

	.new-style .owl-theme .owl-controls .owl-page span {
		background: none repeat scroll 0 0 #869791;
		border-radius: 20px;
		display: block;
		height: 12px;
		margin: 5px 7px;
		opacity: 0.5;
		width: 12px;
	}

.new-style .home-service-group .owl-item h2 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 30px
}


.new-style .home-service-group .excerpt-service {
	font-size: 1rem;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	color: #777;
	margin-top: 15px;
	padding-bottom: 30px;
}

.new-style .home-service-group .excerpt-service:after {
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	text-indent: 0;
	bottom: 4px;
	width: 30px;
	background: #dacdc2;
}

.new-style .home-service-group .excerpt-service:before {
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	text-indent: 0;
	bottom: 0;
	width: 30px;
	background: #dacdc2;
}

.new-style .about-content-wrapper .section-title h6 {
	color: #c7b3a2;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
}

.new-style .about-content-wrapper .section-title h2 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
	line-height: 2rem;
	margin-top: 15px;
	margin-bottom: 20px;
	text-transform: none;
}


.new-style.about-area img {
	width: 100%
}

.new-style .about-icon img {
	width: 60px;
	height: auto;
}


.new-style .about-content-wrapper p {
	font-size: 0.95rem;
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.3rem;
}

	.new-style .about-content-wrapper p.description {
		font-size: 0.95rem;
		font-style: italic;
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 25px;
		position: relative
	}

		.new-style .about-content-wrapper p.description:before {
			background-color: #54be73;
			bottom: 0;
			content: " ";
			display: block;
			height: 2px;
			left: 50%;
			margin: 0 0 0 1px;
			position: absolute;
			width: 24px;
		}

		.new-style .about-content-wrapper p.description:after {
			background-color: #54be73;
			bottom: 0;
			content: " ";
			display: block;
			height: 2px;
			margin: 0 1px 0 0;
			position: absolute;
			right: 50%;
			width: 24px;
		}

@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}

.new-style .about-content-wrapper .key-feature {
	margin-top: 40px;
}

	.new-style .about-content-wrapper .key-feature .about-icon {
		text-align: center
	}

	.new-style .about-content-wrapper .key-feature h4 {
		font-size: 1rem;
		font-weight: 500;
		margin-top: 30px;
		text-align: center;
		text-transform: unset;
		margin-bottom: 10px;
	}

.new-style .case-slider {
	margin-top: 30px;
}

.new-style .single-case-item.bg-cover img {
	max-height: 500px;
}

.new-style.bg-about-page {
	background-color: #fff;
}

.new-style.box-about-home > .container > .umb-grid > .container-fluid > .row {
	align-items: normal
}

.new-style .about-content-wrapper {
	background: #fff;
	padding: 50px 30px;
	margin-right: 0;
}

.new-style .single-case-item:hover {
	border-bottom: none;
}

.new-style .single-case-item {
	border-bottom: none;
	height: auto
}

	.new-style .single-case-item .case-inner{
		text-align: center
	}

		.new-style .single-case-item .case-inner h6 {
			font-size: 1.1rem;
			font-weight: 400;
			margin-top: 10px;
		}

		.new-style .single-case-item .case-inner h4 {
			font-size: 1rem;
			font-weight: 400;
			font-style: initial;
			margin-top: 10px;
		}

.new-style.featured-process-area .process-grids .grid {
	width: 25%;
	float: left;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	-ms-transition: unset;
	transition: unset;
	overflow: hidden;
}

.new-style.featured-process-area .process-grids .inner > a {
	position: relative;
	top: 30px;
}


.new-style.featured-process-area .process-grids .grid:hover .inner {
	top: 20px;
}

.new-style.featured-process-area .process-grids .inner {
	top: 20px;
	padding: 20px 20px 50px;
	position: relative;
}
.new-style.featured-process-area .process-grids h3 {
	font-size: 1.1rem;
	color: #000;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center
}

.new-style.featured-process-area .process-grids p {
	font-size: 0.9rem;
	text-align: center
}


	.new-style.featured-process-area .process-grids p:after {
		content: "";
		display: block;
		height: 1px;
		left: calc(50% - 15px);
		position: absolute;
		text-indent: 0;
		bottom: 4px;
		width: 30px;
		background: #dacdc2;
	}

	.new-style.featured-process-area .process-grids p:before {
		content: "";
		display: block;
		height: 1px;
		left: calc(50% - 15px);
		position: absolute;
		text-indent: 0;
		bottom: 0;
		width: 30px;
		background: #dacdc2;
	}

.new-style .testimonial-carousel{
	margin-top: 45px
}

.new-style .testimonial-content h4{
	font-size: 1.1rem;
	color: #000;
	margin-top: 25px;
	font-weight: 500;
}
	.new-style .testimonial-content h4 span {
		font-size: 0.9rem;
		font-style: italic;
		font-weight: 400;
		margin-top: 7px;
	}

.new-style .home-blog-group {
	margin-top: 40px;
}

.new-style .blog-content a {
	font-size: 1.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-style .blog-content .blog-meta{
	font-size: 0.9rem;
}

.new-style .blog-content .blog-meta i{
	font-size: 1.2rem;
}

.new-style .blog-content .blog-des {
	font-size: 0.9rem;
}

.breadcroumb-area-no-image .breadcroumb-title h1{
	font-size: 1.5rem;
}
.breadcroumb-area-no-image .breadcroumb-title h6{
	font-size: 0.9rem;
	margin-top: 10px;
}

.breadcroumb-area-no-image {
	background-color: #fafafa !important
}


.breadcroumb-title {
	text-align:center;
	padding: 30px;
}