﻿/*
Theme Name: La Siesta Hang Be 2.3
Theme URI: http://thang.info
Author: Pham Nhat Thang
Author URI: http://thang.info
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face{
	
	font-family: 'GOODVIBESPRO';	
	src: url('/fonts/VL_GOODVIBESPRO.ttf') format('truetype');
	
}

@font-face{

	font-family: 'BVN';
	src: url('/fonts/BVN.TTF') format('truetype');
	
} 

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container-fluid,
.container,
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}
@media (max-width: 767px) {
	.container-fluid,
    .container,
    [class*='col-'] {
	    padding-left: 15px;
	    padding-right: 15px;
    }
    .site-footer::after {
        display:none;
    }
    .site-footer::before {
        display:none;
    }
    .row
    {
	    margin-left: -15px;
	    margin-right: -15px;
    }
}
/*.site-content {
margin-top:100px;
}*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*body {
	font-family: 'Roboto';
	font-size: 0.875rem;
	font-weight: 400;
	color: #212121;
    line-height: 1.6;
}*/
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}
.nav > li > a.active {
	border-bottom: 0.25rem solid #333;
	padding-bottom: 0.5rem;
}
b, strong {
	font-weight: 700 !important;
}
.site-main b, .site-main strong {
    /*color:#666;*/
}
small, .small {
	font-size: 95% !important;
}
.smaller {
	font-size: 90% !important;
}
/*h1, .h1 {
	font-size: 3.125rem;
}
h2, .h2 {
	font-size: 2.5rem;
}*/
.willgroup-font {
    font-size: 1.6rem;
}
.font-family-secondary {
	/*font-family: 'Roboto';*/
    font-family: 'Work Sans';
	/*font-family: 'BVN';*/
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.text-primary {
	color: #df771c !important;
}
a.text-primary:hover {
	color: #333 !important;
}
.text-secondary {
	color: #333 !important;
}
a.text-secondary:hover {
	color: #df771c !important;
}
.text-666 {
	color: #666 !important;
}
a.text-666:hover {
	color: #df771c !important;
}
.text-333 {
	color: #333 !important;
}
a.text-333:hover {
	color: #df771c !important;
}
.text-white {
	color: #fff !important;
}
a.text-white:hover {
	color: #fff !important;
    text-decoration:underline;
}
a.text-muted:hover {
	color: inherit !important;
}
.bg-blue {
  background-color: #0075bb;
}
.bg-green {
  background-color: #74c157;
}
.bg-333 {
  background-color: #333;
}
.bg-black {
  background-color: #000;
}
.bg-yellow {
  background-color: #df771c;
}
.bg-ser {
    background-color: #f7f6fc;
    /*background-image: url(/images/bg-services.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size:contain;*/
}
.ser-box-text {
}
.bg-service {
background-image: url(/images/bg-dich-vu.png);
}
.bg-img {
background-image: url(/images/bg-about.png);
}
.bg-y {
	background-color: #507b1c !important;
}
.bg-primary {
	background-color: #333 !important;
}
.bg-light {
	background-color: #f7f6fc !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-cover-w {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-cover-y {
	background-color: #f7f6fc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-cover-blue {
	background-color: #d2e2f1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.text-shadow {
	text-shadow: 0px 0px 10px #000000;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.border-primary {
    border-color: #909090 !important;
}
a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
	-webkit-filter: none;
    filter: none;
}
.opacity-0 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 1s ease 1s;
}
a:hover .opacity-0,
a:focus .opacity-0 {
	visibility: visible;
	opacity: 1;
}

.mh-100 {
    min-height: 100%;
}
.mn-h-50px {
    min-height:50px;    
}
.mn-h-100px {
    min-height:100px;
}
.mx-h-50px {
    max-height:50px;
}
.mx-h-100px {
    max-height:100px;
}
.h-50px {
    height: 50px;
}
.h-45px {
    height: 45px;
}
.h-40px {
    height: 40px;
}
.h-150px {
    height: 150px;
}
.h-150 {
    height: 150px;
}
.h-200px {
    height: 200px;
}
.h-200 {
    height: 200px;
}
@media (max-width: 767px) {
    .h-200 {
        height: 150px;
    }
}
.mh-55px {
    min-height: 50px;
}
.mh-50px {
    min-height: 50px;
}
.mh-45px {
    min-height: 45px;
}
.mh-100px {
    min-height: 100px;
}
.mh-120px {
    min-height: 120px;
}
.mh-150px {
    min-height: 150px;
}
.mh-160px {
    min-height: 160px;
}
.mh-195 {
    min-height: 195px;
}
.mh-0-1 {
	min-height: 10rem;
}
.mh-1 {
	min-height: 12.5rem;
}
.mh-1-5 {
    min-height: 15rem;
}
.mh-1-75 {
    min-height: 17.5rem;
}
.mh-1-8 {
    min-height: 18rem;
}
.mh-1-9 {
    min-height: 19rem;
}
.mh-20 {
    min-height: 20rem;
}
.mh-21 {
    min-height: 21rem;
}
.mh-22 {
    min-height: 22rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-3 {
	min-height: 30rem;
}
.mh-4 {
	min-height: 35rem;
}
@media (max-width: 767px) {
    .mh-195,
    .mh-0-1,
    .mh-1-5,
    .mh-1-75,
    .mh-1-8,
    .mh-1-9,
    .mh-20,
    .mh-21,
    .mh-22,
	.mh-2,                        
	.mh-3 {
		min-height: 12.5rem;
	}
	.mh-4 {
		min-height: 17.5rem;
	}
}
.lh-12 {
	line-height: 1.2;
}
.lh-body {
    line-height: 1.5;
}
.mb-fix {
    margin-bottom: 2rem !important;
}
.zoom {
   -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }
/*.zoom {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}*/
a:hover .zoom {
	transform: scale(1.1);
}
.home-rooms .slick-current a:hover .zoom {
	transform: scale(1.1) translateY(-50%) !important;
}
@media (max-width: 767.98px) {
	h1, .h1,
	h2, .h2 {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone {
	background: transparent url(/images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email {
	background: transparent url(/images/icon-email.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.625rem;
	height: 1.25rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #F00;
}
.form-control,
.custom-select,
.input-group-addon {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select,
.input-group-addon {
	height: calc(1.5em + 1rem + 2px);
    padding: .3rem .5rem;
}
textarea.form-control {
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	border-color: #333;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background: #FFF;
}
.custom-select {
	background-image: url(/images/arrow-down-black.png);
	-webkit-background-size: 0.5rem 0.25rem;
	-moz-background-size: 0.5rem 0.25rem;
	background-size: 0.5rem 0.25rem;
	padding-left: 0.5rem;
	padding-right: 1.75rem;
}
.btn {
	letter-spacing: 0.05rem;
	box-shadow: none !important;
    border-radius: 5px;
	font-size: inherit;
	font-weight: 400;
	padding: 0.4rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
.btn-lg {
	font-size: 1rem;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #df771c;
	border-color: #df771c;
    /*background: -moz-linear-gradient(top, #df771c 0%, #333 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #df771c), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #df771c 0%, #333 100%);
	background: -o-linear-gradient(top, #df771c 0%, #333 100%);
	background: -ms-linear-gradient(top, #df771c 0%, #333 100%);
	background: linear-gradient(to bottom, #df771c 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df771c', endColorstr='#333', GradientType=0 );
    border-color:none;*/
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #333;
	border-color: #333;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #333;
	border-color: #333;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #df771c;
	border-color: #df771c;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #333;
	background: transparent;
	border-color: #333;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #808080;
	border-color: #808080;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	color: inherit;
	background-color: transparent;
	border-color: #808080;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}

.btn-newletter,
.btn-newletter:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #df771c;
	border-color: #df771c;
    height:100%;
    border-radius:0;
}
.btn-newletter:hover,
.btn-newletter:focus,
.btn-newletter:not(:disabled):not(.disabled):active {
	/*background: #e29c27;
	border-color: #e29c27;*/
    color: #333;
}
.dropdown-menu {
	font-size: inherit;
	border-radius: 0;
	margin-top: 0.5rem;
}
.popover {
	font-size: inherit;
	border-radius: 0;
}
.review-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.review-popup-closer {
	font-size: 1rem;
	color: #aaa;
    background-color: rgba(0, 0, 0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
}
.review-popup-closer:hover {
	color: #fff;
}
@media (min-width: 768px) {
	.popover {
		min-width: 15rem;
		max-width: 40rem;
	}
	.review-popup {
		width: 25rem; 
		height: auto;
		margin-left: 0.25rem;
		position: absolute;
		top: 100%; 
		left: 100%; 
		transform: translateY(-25%);
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	text-align: center;
	background-color: #202022;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 16.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-title,
.page-header h1 {
	font-size: 2.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.page-desc,
.page-header p {
	color: #FFF;
	margin-top: 1.25rem;
}
/*.main-header {
background:#fff;
}*/
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item.active {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #333;
	background: transparent;
	border: 0.125rem solid #333;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #333;
	border-color: #333;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #333;
	border-color: #333;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}
.modal-header {
	justify-content: center;
	border-bottom: 0;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.modal-title {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.modal-title:after {
	content: ' ';
	background: #000;
	width: 6.25rem;
	height: 0.125rem;
	margin-top: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.modal-body {
	padding: 1.5rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
.modal-close:hover {
	background: #df771c;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #df771c;
	display: block;
	width: 2px;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal-close:before {
	transform: rotateZ(-45deg);
}
.modal-close:after {
	transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.modal-prev,
.modal-next {
	font-size: 3.75rem;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev:hover,
.modal-next:hover {
	color: inherit;
	opacity: 1;
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-review a.text-primary:hover {
	text-decoration: underline;
	color: #333 !important;
}
.modal-body img {
width:100%;
}
@media (min-width: 768px) {
	.modal-md {
		max-width: 750px;
	}
}
@media (min-width: 1200px) {
	.modal-lg {
		max-width: 1000px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}

/*--------------------------------------------------------------
## modal login
--------------------------------------------------------------*/
.modal-login .modal-close {
	color: #666;
	background: transparent;
}
.modal-login .modal-close:hover {
	color: #111;
}
.modal-login .col-left,
.modal-login .col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 35rem;
	padding: 1.25rem 2.5rem;
}
.modal-login .col-left {
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.modal-login .col-left:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.modal-login .desc {
	color: #FFF;
	position: relative;
	z-index: 11;
}
.modal-login .desc h2 {
	font-family: 'Cormorant SC', serif;
	font-size: 2.875rem;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.modal-login .desc ul {
	padding-left: 0.9375rem;
}
.modal-login .desc ul li {
	margin-bottom: 0.5rem;
}
.modal-login .logo {
	display: block;
	text-align: center;
	margin: 0px 40px 0px;
    max-width: 70%;
}
.modal-login .logo img {
	max-height: 3.75rem;
}
.modal-login .bg-line {
	display: table;
	white-space: nowrap;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, 
.modal-login .bg-line::after {
	border-top: 1px solid #C0C0C0;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.625rem;
	width: 50%;
}
.modal-login .bg-line > .title {
	color: #000;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-login .links {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.modal-login .links li + li {
	border-top: 1px solid #ddd;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
}
.modal-login .links li a {
	color: #333;
}
.modal-login .links li a:hover {
	color: #111111;
}
.modal-login .form-control,
.modal-login .btn {
	height: 3.125rem;
	line-height: 3.125rem;
}
.modal-login .form-control + .form-control {
	border-top: 0;
}
.modal-login .btn-social {
	color: #FFF;
	margin-bottom: 0.3125rem;
	position: relative;
}
.modal-login .btn-social .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	left: 0.9375rem;
	top: 0.8125rem;
}
.modal-login .btn-facebook {
	background: #3c5a98;
}
.modal-login .btn-facebook:hover {
	color: #FFF;
	background: #1A4398;
}
.modal-login .btn-google {
	background: #e74b37;
}
.modal-login .btn-google:hover {
	color: #FFF;
	background: #CC3732;
}
@media (min-width: 992px) {
	.modal-login .modal-dialog {
		max-width: 56.25rem;
	}
}
@media (max-width: 992px){
    body #lz_overlay_chat {
        display: none !important;
    }
}
@media (max-width: 991px) {
	.modal-login .modal-close,
	.modal-login .modal-close:hover	{
		color: #FFF;
	}
	.modal-login .col-left,
	.modal-login .col-right {
		min-height: 0;
		padding: 1.25rem;
	}
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before{
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	color: #fff;
    /*background:#000;*/
	background: rgba(0,0,0,0.7);
	/*background: -moz-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
}
/*.site-header .header-top
{
   background:#000;
}*/
.site-header .top-header 
{
   background:#000;
   width:100%;
   padding:10px 0 10px 0;
   display: flex;
}
.site-header.scroll .top-header 
{
   display:none;
}
.site-header .menu-header .menu-header-item
{
   margin-right: 15px;
   padding-right: 15px;
   border-right: 1px solid #cde0f2;
}
.site-header .top-header .menu-header .menu-header-item:last-child
{
   margin-right: 0;
   padding-right: 0;
   border-right: none;
}
@media only screen and (max-width: 767px) {
    .site-header .top-header 
    {
       display: none;
    }
}
.site-header .top-header a {
    color: #fff;
    font-size:13px;
    line-height:11px;
}
.site-header .top-header a.ef-search i {
	line-height:20px;
}
.site-header .top-header a:hover {
	    color: #df771c;
}
.site-header .top-header a .fab{
	font-size: 0.85rem;
    line-height:1.313rem;
}

.site-header .top-header .language-pc a i.icon-language 
{
    width:16px; height:11px;
    display:inline-block;
    float:left;
    margin:0 5px 0 0;
}
.site-header .top-header .language-pc a i.f-vi 
{
    background-image: url(/images/icon-vi.png);
}
.site-header .top-header .language-pc a i.f-en 
{
    background-image: url(/images/icon-en.png);
}
.site-header .top-header .language-pc a i.f-ja
{
    background-image: url(/images/icon-ja.png);
}
.language-pc {
    color: #fff;
    display: inline-block;
    /*font-size: 0.875rem;*/
    /*text-transform: uppercase;*/
    /*position: absolute;*/
    /*margin-left: 13.33333px;*/
    /*top: 20px;
    right: 60px;*/
}
.language-pc > a{
    border-right:1px solid #dcdcdc;
    padding: 0 10px;
    display:inline-block;
    font-size:13px;
    line-height:11px;
    text-transform:uppercase;
    color:#fff;
}
.language-pc > a:hover {
 color:#df771c;
}
.language-pc a.active {
    color:#df771c;
}
.language-pc ul {
    position: absolute;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.hbt-search-top {
    /*margin-left:10px;*/
    padding-left:10px;
    /*border-left:1px solid #cde0f2;*/
}
.hbt-search-top .ef-search {
    cursor:pointer;
    color:#fff;
}
.hbt-search-top .ef-search:hover {
    color:#df771c;
}
/*.hbt-search-top .ef-search a{
    height:42px;
    cursor:pointer;
}*/
.hbt-search-top .ef-search i{
    padding:4px 0;
    color:#fff;
}
.hbt-search-top .ef-search i:hover{
    color:#df771c;
}
.site-logo {
    padding:10px 0;
    width:100%;
}
.site-logo a{
    float:left;
}
.site-logo img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.logo_title {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    padding-left: 10px;
    /*line-height: 1.15;*/
    margin: 0;
    font-weight:600;
}
/*@media (max-width: 767px) {
    .logo_title {
        display:none;
    }
}*/
.site-logo .logo-1 {
    width: 180px;
}
.site-logo .logo-2,
.site-logo .logo-3 {
	display: none;
}
.site-hotel-menu,
.site-hotel-menu .sub-menu {
	font-weight: 600;
	color: #808080;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-hotel-menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
}
.site-hotel-menu > li > a {
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2e6;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.site-hotel-menu .sub-menu > li {
	margin-bottom: 0.5rem;
}
.site-header.scroll {
	/*color: inherit;*/
	background: #000;
	/*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
    /*height:auto;*/
    animation: slide-down 0.3s linear both;
    /*-webkit-transition:height .4s ease,opacity .3s ease;-o-transition:height .4s ease,opacity .3s ease;transition:height .4s ease,opacity .3s ease*/
	/*padding-top: 1rem;
	padding-bottom: 1rem;*/
    position: fixed; 
    z-index: 1001;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site-contact {
/*border-right:1px solid #dcdcdc;*/
}
/*.site-header.scroll .box-logo .logo_title {
    display:none;
}*/
/*.site-header.scroll .top-header{
    display:none;
    animation: slide-down 0.3s linear both;
}*/
/*.site-header.scroll .site-logo .logo-1 {
	display: none;
}
.site-header.scroll .site-logo .logo-3 {
    display: inline-block;
    height: 70px;
}*/
/*.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}*/
.site-header.scroll .popover {
	display: none;
}
@media (max-width: 991.98px) {
    .main-header {
        padding:5px 0;
    }
    .site-logo {
        padding: 5px 0;
    }
	/*.site-logo .logo-2,
	.site-logo .logo-3 {
		display: none;
	}
	.site-header.scroll .site-logo .logo-2 {
		display: none;
	}
    .site-header.scroll .site-logo .logo-1 {
    	display: none;
    }
    .site-header.scroll .site-logo .logo-3 {
    	display: block;
    }*/
    .site-logo .logo-1 {
        width: 120px;
    }
    /*.site-content {
        margin-top: 80px;
    }*/
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav {width:100%;}
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu {
	display: flex;
}
/*.site-nav .menu > li {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}*/
.site-nav .menu > li.menu-item {
	position: relative;
}
.site-nav .menu > li:hover::after {
    background:#df771c;
    color:#fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
}
.site-nav .menu > li > a {
	font-size: 0.875rem;
	text-transform: uppercase;
	display: block;
    /*font-family:"Roboto";*/
	/*font-family: 'BVN';*/
    font-weight:500;
    color:#fff;
    line-height:64px;
    /*padding: 10px 20px;*/
    /*padding: 10px 0;*/
}
.site-nav .menu > li > a:hover {
    color:#df771c;
}
.site-nav-left .menu > li {
	margin-left: 2rem;
}
.site-nav-right .menu > li {
	margin-left: 2rem;
}
.site-nav .sub-menu {
    /*border-top:2px solid #333;*/
	background-color: #fff;
	display: none;
	min-width: 10rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 0.935rem;
	white-space: nowrap;
	color: #333;
	display: block;
	padding: 0.3rem 1rem;
    /*font-family:"Roboto";*/
	/*font-family: 'BVN';*/
}
.site-nav .sub-menu > li > a:hover {
	color: #df771c;
}
/*.site-nav .menu > li.menu-item-has-children:hover:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    border-left: 8px solid transparent;
    content: " ";
    height: 0;
    left: calc(50% - 0px);
    position: absolute;
    bottom: 0;
    width: 0;
}*/
/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .site-popup {
        display: none;
    }
}
/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
}
.aside-nav {
	background: #333;
	width: 17.5rem;
	padding: 2.5rem 1.5rem 0;
	overflow: auto;
	position: fixed;
	z-index: 1003;
	top: 0; bottom: 0;
	left: -17.5rem;
	transition: all 0.3s ease 0s;
}
body.open-aside-nav .aside-nav {
	left: 0;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.aside-nav-closer {
	left: auto;
	right: 0;
}
.aside-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-nav a {
	color: #fff;
}
.aside-nav a:hover {
	color: #df771c;
}
.aside-nav .menu > li {
	border-bottom: 1px dotted #DDD;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.aside-nav .menu > li > a {
	text-transform: uppercase;
}
.aside-nav .menu > li.current-menu-item > a,
.aside-nav .menu > li.current-menu-parent > a {
	color: #C5A154;
}
.aside-nav .menu > li.menu-item-has-children:before {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	width: 1.25rem;
	height: 1.25rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0.625rem;
	transition: all 0.3s ease 0s;
    font-weight: 300;
    color:#fff;
}
.aside-nav .menu > li.menu-item-has-children.active:before {
	transform: rotateZ(180deg);
}
.aside-nav .menu > li.menu-item-has-children:hover:before {
	color: #FFF;
	background: #df771c;
}
.aside-nav .sub-menu {
	background: transparent;
	box-shadow: none;
	display: none;
	padding: 0.5rem 1rem;
	position: relative;
	top: 0;
	left: 0;
}
.aside-nav li:hover .sub-menu {
	display: none;
}
.aside-nav .sub-menu li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/*--------------------------------------------------------------
## site mobile
--------------------------------------------------------------*/
.site-mobile {
	background: transparent;
	display: flex;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 25px;
	left: 20px;
}
.site-mobile > a {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	height: 3.125rem;
}
.site-mobile > a > i {
	font-size: 0.875rem;
}
.site-mobile .open-booking {
	color: #fff;
	background: #ac162c;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
    border-radius: 25px;
}
.site-mobile .open-booking > span img {
    height: 30px;
    margin-left: 5px;
}
.site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}
.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 27px;
    right: 30px;
}
.call-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 1.875rem;
    padding: 0;
    border-radius: 50%;
}
.site-header.scroll .call-mobile {
    top: calc(50% - 20px);
    font-size: 2rem;
}
.site-header.scroll .call-mobile > a {
    color: #666;
}
.gift-mobile {
    /*position: fixed;*/
    z-index: 999;
    background: transparent;
    height: 50px;
    /*right: 100px;*/
    /*bottom: 25px;*/
    font-size: 1.875rem;
    margin-left:5px;
}
.gift-mobile > a {
    color: #fff;
    background: #ac162c;
    font-size: 1.875rem;
    padding: 11px 14px;
    border-radius: 50%;
    display:inline-block;
}
#site-popup-mobile {
    position: fixed;
    bottom: 89px;
    z-index: 999;
    top: auto !important;
    right: 95px;
}
/*--------------------------------------------------------------
# slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
	font-size: 0;
	color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	width: 1rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide-yellow.png);
	left: 1.5rem;
}
.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide-yellow.png);
	right: 1.5rem;
}
.slick-slider .slick-prev:hover {
	/*background-image: url(/images/icon-backslide-blue.png);*/
    opacity:0.5;
}
.slick-slider .slick-next:hover {
	/*background-image: url(/images/icon-nextslide-blue.png);*/
    opacity:0.5;
}
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	left: 0; 
    right: 0;
	bottom: 2rem;
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 0.3125rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	width: 0.813rem;
	height: 0.813rem;
	padding: 0;
	box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots li.slick-active button {
	background: #df771c;
	border-color: #df771c;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.site-slider .slick-dots {
	bottom: 2rem;
}
.site-slider .item {
	display: none;
}
.site-slider.slick-initialized .item {
	display: flex;
}
.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}
.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 768px) {
	.site-slider .slick-prev {
		left: 6rem;
	}
	.site-slider .slick-next {
		right: 6rem;
	}
}
@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}

/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
.site-banner {
	padding-top: 30%;
}

/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
	margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.std-cat-post .separator {
	border-color: #404040;
	transition: all 0.3s ease 0s;
}
.std-cat-post:hover .separator {
	border-color: #333;
}
@media (max-width: 991.98px){
    .full-mobile {
        width: 100%
    }
    .willgroup-font {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.std-post-book {
		position: absolute;
		top: 0.75rem;
		right: 0;
	}
	.std-post-info {
		width: 20rem;
	}
}
.m-w-full {
    margin: 1rem auto !important;
    max-width: 210px;
}
/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms,
.home-rooms .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.home-rooms .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.home-rooms .slick-slide a {
	min-height: 27rem;
}
.home-rooms .slick-slide .info {
	display: none;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
}
.home-rooms .slick-slide .bd-icon {
    display: none;
}
.home-rooms .slick-slide.slick-current .bd-icon {
    display: block;
}
.std-cat-post-gallery .slick-slide a {
    overflow: hidden;
}
.std-cat-post-gallery .slick-slide a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.std-cat-post-gallery .slick-slide a:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# home brands
--------------------------------------------------------------*/
.home-brands-thumbs:before {
	content: ' ';
	border-top: 1.5rem solid #FFF;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.home-brands-thumbs .slick-list {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# news brands
--------------------------------------------------------------*/
/*.news-brands-thumbs {
    -ms-flex: 0 0 341.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}*/
.news-brands-thumbs:before {
	content: ' ';
	border-top: 1.5rem solid transparent;
	border-bottom: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
    /*border-right: 1.5rem solid rgba(39, 153, 119,0.1);*/
	border-right: 1.5rem solid #e9eff8;
	position: absolute;
	top: 100px;
	left: -10px;
	transform: translateX(-50%);
}

.news-brands-thumbs .slick-list {
    padding: 0 !important;
}
.news-brands-thumbs .slick-list .slick-track .slick-vertical .slick-slide {
    border:none;
}
.news-brands-thumbs .slick-list .slick-track .slick-slide {
    background:#f7f6fc;
    border:none;
}
.news-brands-thumbs .slick-list .slick-track .slick-slide a {
    border-bottom:1px solid #d2e2f1;
}
.news-brands-thumbs .slick-list .slick-track .slick-slide a:hover {
    /*color:#996f30;*/
    /*background:#ececf5;*/
    background:#e9eff8;
}
.news-brands-thumbs .slick-list .slick-track .slick-slide.slick-current {
    /*background:#d2e2f1;*/
    background:#e9eff8;
    /*background: rgba(39, 153, 119,0.1);*/
    position:relative;
}
.news-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a:hover {
    /*background:#d2e2f1;*/
    background:#e9eff8;
    /*background: rgba(39, 153, 119,0.1);*/
}
/*.news-brands-thumbs .slick-list .slick-track .slick-slide.slick-current:before {
    content: ' ';
	border-top: 1.5rem solid #c4a26e;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}*/
.news-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a{
    color:#333;
    /*font-weight:bold;*/
}
.news-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a:hover{
    color:#000;
}
.news-brands-item {
    background:#f7f6fc;
}
.news-brands-item.slick-slider .slick-arrow  {
	background-color: -moz-linear-gradient(top, rgba(39,153,119) 0%, rgba(51,102,153) 100%);
	background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,153,119)), color-stop(100%, rgba(51,102,153)));
	background-color: -webkit-linear-gradient(top, rgba(39,153,119) 0%, rgba(51,102,153) 100%);
	background-color: -o-linear-gradient(top, rgba(39,153,119) 0%, rgba(51,102,153) 100%);
	background-color: -ms-linear-gradient(top, rgba(39,153,119) 0%, rgba(51,102,153) 100%);
	background: linear-gradient(to bottom, rgba(39,153,119) 0%, rgba(51,102,153) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(39,153,119)', endColorstr='rgba(51,102,153)', GradientType=0 );
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
  /*-webkit-text-fill-color: transparent;*/
}
.news-brands-item.slick-slider .slick-arrow:hover {
	background-color: -moz-linear-gradient(top, rgba(51,102,153) 0%, rgba(39,153,119) 100%);
	background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,102,153)), color-stop(100%, rgba(39,153,119)));
	background-color: -webkit-linear-gradient(top, rgba(51,102,153) 0%, rgba(39,153,119) 100%);
	background-color: -o-linear-gradient(top, rgba(51,102,153) 0%, rgba(39,153,119) 100%);
	background-color: -ms-linear-gradient(top, rgba(51,102,153) 0%, rgba(39,153,119) 100%);
	background: linear-gradient(to bottom, rgba(51,102,153) 0%, rgba(39,153,119) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(51,102,153)', endColorstr='rgba(39,153,119)', GradientType=0 );
}
.news-brands-item.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide.png);
	left: 1.5rem;
}
.news-brands-item.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide.png);
    background-repeat:no-repeat;
	right: 1.5rem;
}
.news-brands-item.slick-slider .slick-prev:hover {
	background-image: url(/images/icon-backslide.png);
}
.news-brands-item.slick-slider .slick-next:hover {
	background-image: url(/images/icon-nextslide.png);
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #333;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	/*font-family: 'Roboto';
	font-size: 1.5rem;*/
    font-weight:bold;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #333;
	padding: 1.5rem 1.5rem 0.5rem 3rem;
	position: relative;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.75rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
	background: #efefef;
	padding: 1rem 1rem;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play {
	font-size: 1rem;
	color: #FFF;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fancybox-thumbs__list a:before {
    border: 3px solid #333 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
    /*background-image: url(/images/bg-footer-left.png);*/
    background-color: #000;
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
/*.site-footer::before {
    content:'';
	background: url(/images/bg-footer-left.png) no-repeat right center;
    width: 300px;
	height: 330px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
    background-size: cover;
}
.site-footer::after {
    content:'';
	background: url(/images/bg-footer-right.png) no-repeat left center;
    width: 300px;
	height: 330px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
    background-size: cover;
}*/
.site-footer a:hover{
	color: #df771c;
}
.logo-footer {
    text-transform: uppercase;
    color: #df771c;
    font-size: 22px;
    font-weight: 600;
    line-height:20px;
    /*border-bottom:1px solid #373737;*/
}
.logo-footer a img {
    width: 200px;
}
.site-footer h4 {
    color:#df771c;
}
.header-social li {
	margin-left: 0.85rem;
    display:inline-block;
}
.header-social li a {
	font-size: 0.85rem;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li {
	margin-right: 0.5rem;
    display:inline-block;
}
.footer-social li a {
	font-size: 1.125rem;
	color: #FFF;
	/*border: 0.1875rem solid #FFF;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
}
.footer-social li a:hover {
	color: #FFF;
    opacity:0.5;
}
.footer-social li a.facebook-f {
    background:#0080ff;
}
.footer-social li a.youtube {
    background:#ff0000;
}
.footer-social li a.instagram {
    background:#ce0063;
}
.footer-social li a.twitter {
    background:#1da1f2;
}
.footer-social li a.pinterest {
    background:#e60023;
}
.footer-social li a.linkedin {
    background:#0073b1;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	/*padding: 0.625rem 0;
    border-top:1px solid #373737;*/
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 15px;
}
.footer-nav li a{
	text-transform:uppercase;
}
.footer-nav-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-nav-2 li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-nav-3 .menu > li > a {
	font-weight: 700;
}
.footer-nav-3 .sub-menu {
	margin-top: 1rem;
}
.footer-nav-3 .sub-menu > li {
	display: flex;
}
.footer-nav ul li a:hover {
color:#df771c;
}
.car-member > a > img {
    max-width: 80px;
    /*height: 35px;*/

}
@media (max-width: 415px){
    .logo-footer > img {
        max-width: 250px !important;
    }
}
.single-room-gallery .item {
	/*color: #FFF;*/
	display: block;
	position: relative;
}
/*.single-room-gallery .item:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
    box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
}*/
/*.single-room-gallery .item:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/
/*.single-room-gallery .item:hover:before {
	opacity: 1;
	visibility: visible;
}*/
.single-room-gallery .desc {
	font-size: 0.8125rem;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 11;
	left: 0;
	bottom: 0;
	padding: 0.3125rem 0.625rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-prev,
.single-room-gallery .owl-next {
	font-size: 3.75rem;
	color: #FFF;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 33%;
}
.single-room-gallery .owl-prev {
	left: 0.625rem;
}
.single-room-gallery .owl-nav span{
    width: 1rem;
    height: 2.938rem;
}
.single-room-gallery .owl-prev span.ion-arrow-left{
	background-image: url(/images/icon-backslide.png); display:inline-block;
}
.single-room-gallery .owl-next {
	right: 0.625rem;
}
.single-room-gallery .owl-next span.ion-arrow-right{
	background-image: url(/images/icon-nextslide.png); display:inline-block;
}
.single-room-gallery .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-room-gallery .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-room-gallery .owl-dot span:hover,
.single-room-gallery .owl-dot.active span {
	background: #df771c;
	border-color: #df771c;
}
@media (max-width: 767px) {
	.single-room-detail .col + .col {
		border-left: 0;
	}
}
.single-offer .owl-prev,
.single-offer .owl-next {
	font-size: 3.75rem;
	color: #333;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	/*margin-top: -4rem;*/
	position: absolute;
	z-index: 10;
	top: 45%;
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-offer .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide.png);
}
.single-offer .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide.png);
}
.single-offer .owl-stage-outer .owl-stage {
    display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; 
}
.single-offer .owl-stage-outer .owl-stage .owl-item {
    padding: 15px;
}
.single-offer .owl-stage-outer .owl-stage .owl-item .item {
    border-radius: 10px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
    /*margin: 15px;*/
    overflow:hidden;
    height:100%;

}
.single-offer .owl-stage-outer .owl-stage .owl-item .item:hover {
    /*background:#d8d0c0;*/
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.13);
}
/*single news*/
.single-news .owl-prev,
.single-news .owl-next {
	font-size: 3.75rem;
	color: #333 ;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	/*margin-top: -4rem;*/
	position: absolute;
	z-index: 10;
	top: 30%;
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-news .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-news .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide-yellow.png);
}
/*end*/
/*single Whoweserve*/
.single-Whoweserve .owl-prev,
.single-Whoweserve .owl-next {
	font-size: 3.75rem;
	color: #333 ;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	/*margin-top: -4rem;*/
	position: absolute;
	z-index: 10;
	top: 45%;
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-Whoweserve .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-Whoweserve .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide-yellow.png);
}
.single-Whoweserve .item .image span {
    background-color: #df771c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.single-Whoweserve .item:hover .image span {
    background-color: #333;
}
.single-Whoweserve .item h3 {
    color:#333;
}
.single-Whoweserve .item:hover h3 {
    color:#333;
}
/*.single-Whoweserve .item a:hover {
    color: #ef2a3d;
}*/
/*end*/
.single-cus .owl-prev,
.single-cus .owl-next {
	font-size: 3.75rem;
	color: #333;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -3.8rem;
	position: absolute;
	z-index: 10;
	/*top: 50%;*/
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-cus .owl-prev {
	left: -0.625rem;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-cus .owl-next {
	right: -0.625rem;
    background-image: url(/images/icon-nextslide-yellow.png);
}
.single-cus .owl-item .item{
    /*border-left:1px solid #dcdcdc;*/
    /*bormder-left:1px solid #dcdcdc;*/
    /*border:1px solid #dcdcdc;
    background:#fff;*/
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
/*end*/
.single-gallery .owl-prev,
.single-gallery .owl-next {
	font-size: 3.75rem;
	color: #333;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -3.8rem;
	position: absolute;
	z-index: 10;
	/*top: 50%;*/
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-gallery .owl-prev {
	left: -0.625rem;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-gallery .owl-next {
	right: -0.625rem;
    background-image: url(/images/icon-nextslide-yellow.png);
}
.single-gallery .owl-item .item{
    /*border-left:1px solid #dcdcdc;*/
    /*bormder-left:1px solid #dcdcdc;*/
    /*border:1px solid #dcdcdc;
    background:#fff;*/
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (max-width: 1199px) {
    .single-cus .owl-prev {
        margin-top: -5.5rem;
    }

    .single-cus .owl-next {
        margin-top: -5.5rem;
    }
    .single-gallery .owl-prev {
        margin-top: -5.5rem;
    }

    .single-gallery .owl-next {
        margin-top: -5.5rem;
    }
}
@media (max-width: 767px) {
.single-cus .owl-prev {
	margin-top: -4rem;
}
.single-cus .owl-next {
	margin-top: -4rem;
}
.single-gallery .owl-prev {
	margin-top: -4rem;
}
.single-gallery .owl-next {
	margin-top: -4rem;
}
.single-offer .owl-prev {
	left: 1.625rem;
}
.single-offer .owl-next {
	right: 1.625rem;
}
.single-news .owl-prev {
	left: 1.625rem;
}
.single-news .owl-next {
	right: 1.625rem;
}
.single-Whoweserve .owl-prev {
	left: -1.625rem;
}
.single-Whoweserve .owl-next {
	right: -1.625rem;
}
}

@media (max-width: 575px) {
    .single-cus .owl-prev {
        margin-top: -6rem;
    }

    .single-cus .owl-next {
        margin-top: -6rem;
    }
    .single-gallery .owl-prev {
        margin-top: -6rem;
    }

    .single-gallery .owl-next {
        margin-top: -6rem;
    }
    .single-Whoweserve .owl-prev {
        margin-top: -2rem;
    }

    .single-Whoweserve .owl-next {
        margin-top: -2rem;
    }
}
@media (max-width: 515px) {
    .single-cus .owl-prev {
        margin-top: -5rem;
    }

    .single-cus .owl-next {
        margin-top: -5rem;
    }
    .single-gallery .owl-prev {
        margin-top: -5rem;
    }

    .single-gallery .owl-next {
        margin-top: -5rem;
    }
    .single-Whoweserve .owl-prev {
        margin-top: -2rem;
    }

    .single-Whoweserve .owl-next {
        margin-top: -2rem;
    }
}
@media (max-width: 410px) {
    .single-cus .owl-prev {
        margin-top: -4rem;
    }

    .single-cus .owl-next {
        margin-top: -4rem;
    }
    .single-gallery .owl-prev {
        margin-top: -4rem;
    }

    .single-gallery .owl-next {
        margin-top: -4rem;
    }
    .single-Whoweserve .owl-prev {
        margin-top: -2rem;
    }
    .single-Whoweserve .owl-next {
        margin-top: -2rem;
    }
}
@media (max-width: 316px) {
    .single-cus .owl-prev {
        margin-top: -3.5rem;
    }

    .single-cus .owl-next {
        margin-top: -3.5rem;
    }
    .single-gallery .owl-prev {
        margin-top: -3.5rem;
    }

    .single-gallery .owl-next {
        margin-top: -3.5rem;
    }
.single-Whoweserve .owl-prev {
        margin-top: -3.5rem;
}
.single-Whoweserve .owl-next {
        margin-top: -3.5rem;
}
.single-offer .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-offer .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-offer .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #333;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-offer .owl-dot span:hover,
.single-offer .owl-dot.active span {
	background: #df771c;
	border-color: #df771c;
}
.single-offer-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
/*.single-cus .owl-prev {
	left: -1.625rem;
}
.single-cus .owl-next {
	right: -1.625rem;
}*/
}

.single-cus .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-cus .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-cus .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-cus .owl-dot span:hover,
.single-cus .owl-dot.active span {
	background: #333;
	border-color: #333;
}
.single-cus-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
/*Gallery*/
.single-gallery .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-gallery .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-gallery .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-gallery .owl-dot span:hover,
.single-gallery .owl-dot.active span {
	background: #333;
	border-color: #333;
}
.single-gallery-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
.single-news .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-news .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-news .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #fff;
	border: 1px solid #333 ;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.725rem;
	height: 0.725rem;
	padding: 0;
}
.single-news .owl-dot span:hover,
.single-news .owl-dot.active span {
	background: #ef2a3d ;
	border-color: #ef2a3d ;
}
.single-news-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
/*pa*/
.single-partners .owl-prev,
.single-partners .owl-next {
	font-size: 3.75rem;
	color: #c0272d;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	/*margin-top: -6.5rem;*/
	position: absolute;
	z-index: 10;
	top: 25%;
    width: 15px;
    height: 47px;
    text-indent:-9999rem;
}
.single-partners .owl-prev {
	left: -1.75rem;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-partners .owl-next {
	right: -1.75rem;
    background-image: url(/images/icon-nextslide-yellow.png);
}
.single-partners .owl-prev:hover {
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-partners .owl-next:hover {
    background-image: url(/images/icon-nextslide-yellow.png);
}
.single-partners .owl-item .item{
    /*border-left:1px solid #dcdcdc;*/
    /*bormder-left:1px solid #dcdcdc;*/
    /*border:1px solid #dcdcdc;
    background:#fff;*/
    /*-ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;*/
}

@media (max-width: 767px) {
.single-partners .owl-prev {
        left: -0.75rem;
    }
.single-partners .owl-next {
        right: -0.75rem;
    }
}
.owl-carousel .owl-nav .disabled {
    opacity:0.3;
}
.font-bold {font-weight:600!important;}
.img-box img {
width:100%;
}
.room-features {
    display:inline-block;
}
.room-features ul {
    list-style:none;
    margin:0;
    padding:0;
}
.room-features ul li {
    width:50%;
    float:left;
}
.form-horizontal {
border:1px solid #dcdcdc;
padding:15px;
}
@media (max-width: 767px) {
.room-features ul li {
    width:100%;
    float:none;
}
    /*.single-offer {padding:0 15px;}*/
}
/*==BEGIN: ARROW==*/
#vnt-slider-home .slick-dots {
    bottom: 20px;
    z-index: 50;
    margin: 0
}

#vnt-slider-home .slick-dots li, #vnt-slider-home .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: #ccc;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);

}
#vnt-slider-home .slick-dotted.slick-slider {
    margin-bottom: 0
}
#vnt-slider-home .slick-dots li {
    width: 16px;
    height: 16px
}

.sl-gen .slick-dots li button:before {
    font-size: 0;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #746f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#vnt-slider-home .slick-dots li.slick-active, #vnt-slider-home .slick-dots li.slick-active button {
    background-color: #333;
}

/*.sl-gen .slick-prev, .sl-gen .slick-next, .sl-gen .slick-prev:hover, .sl-gen .slick-prev:focus, .sl-gen .slick-next:hover, .slick-next:focus {
    background-image: url(../images/arr_slide.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 59px;
    z-index: 50;

    transition: All .8s ease-out;
    -webkit-transition: All .8s ease-out;
    -moz-transition: All .8s ease-out;
    -o-transition: All .8s ease-out;
    -ms-transform: All .8s ease-out;
}*/

#vnt-slider-home .slick-prev, #vnt-slider-home .slick-next {
    opacity: 0;
    margin-top: -30px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

#vnt-slider-home:hover .slick-prev, #vnt-slider-home:hover .slick-next {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.sl-gen .slick-prev:before, .sl-gen .slick-next:before {
    font-size: 0
}

.sl-gen .slick-prev:before, #vnt-slider-home .slick-next:before {
    font-size: 0
}

.sl-gen .slick-prev {
    left: 20px;
    background-position: 0 0
}

.sl-gen .slick-next {
    right: 20px;
    background-position: -18px 0
}

/*==BEGIN: SLIDER==*/

#vnt-slider-home {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0
}

#vnt-slider-home .slide.move {
    -webkit-animation: 30s linear 0s normal none infinite Bg-Animation;
    animation: 30s linear 0s normal none infinite Bg-Animation;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0
}

@-webkit-keyframes Bg-Animation {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes Bg-Animation {
    0%, 100% {
        transform: scale(1)
    }
    70% {
        transform: scale(1.1)
    }
}

#vnt-slider-home .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);

    text-align: center;
    /*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'BVN';*/
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, .4);
    color: #FFF;
}

#vnt-slider-home .caption {

    opacity: 0;
    transition: All .8s ease-out;
    -webkit-transition: All .8s ease-out;
    -moz-transition: All .8s ease-out;
    -o-transition: All .8s ease-out;
    -ms-transform: All .8s ease-out
}

#vnt-slider-home .slick-current .caption {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);

}

#vnt-slider-home .caption h2 {
    position: relative;
    max-height: 82px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 47px;
    color: #FFF;
    white-space: nowrap
}

#vnt-slider-home p {
    font-size: 22px
}

#vnt-slider-home .readmore {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    background-color: #ef528c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*==BEGIN: ABOUT==*/
#vnt-about {
    /*background-image: url(/images/bg-about.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 40px 0;
}

#vnt-about .heading-page {
    font-size: 30px;
    line-height: 40px;
    /*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'BVN';*/
    margin-bottom: 20px
}

#vnt-about .heading-page span {
    display: block;
    font-size: 45px;
    line-height: 55px;
}

#vnt-about .img-about:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    font-size: 5em;
    color: #FFF;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#vnt-about .img-about:hover .fa {
    -moz-box-shadow: 0 0 30px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, .8);
    box-shadow: 0 0 30px rgba(255, 255, 255, .8);
}

#vnt-about .info-text {
    padding-bottom: 20px;
    padding-left: 20px;
    border-left: 5px solid #333;
    font-size: 16px;
    font-style: italic;
}

.btn-about {
    padding-top: 20px
}

#vnt-about .bg-circle-wrap {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#vnt-about .bg-circle {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    padding-top: 100%;
    width: 100%;
    top: 50%;
    left: 0;
}

#vnt-about .sos {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#vnt-about .bg-circle:after {
    position: absolute;
    border: solid 2px rgba(255, 255, 255, 0.4);
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    content: "";
    border-radius: 100%;
}

#vnt-about-wrapper {
    position: relative;
}

.circles {
    position: relative;
    width: 100%;
    text-align: center;
}

.circles > div {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);

}

.circles:before {
    -webkit-animation: Ani 5s infinite linear;
    animation: Ani 5s infinite linear;
}

@keyframes Ani {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%, 100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Ani {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%, 100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cir {
    background-size:cover;
    background-position:center center;
}
.cir:before {
    content: "";
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 2px #333;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.cir:hover:before {
    opacity: 1;
    border-style: dashed !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cir .counter {
    font-weight: 600;
}

.cir-v1 {
    width: 100%;
    max-width: 180px;
    z-index: 5;
    top: 0;
    left: 50%;
}

.cir-v1 .cir {
    width: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v2 {
    width: 100%;
    max-width: 160px;
    z-index: 4;
    top: 35%;
    right: 0;
}

.cir-v2 .cir {
    width: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v3 {
    width: 100%;
    max-width: 380px;
    top: 50%;
    left: 50px;
    z-index: 1;
}

.cir-v3 .cir {
    width: 100%;
    padding-top: 100%;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v3 .cir:before {
    content: "";
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 5px #fe9c5b;
}

.cir-v3 .cir:after {
    content: "";
    top: -8%;
    right: -8%;
    bottom: -8%;
    left: -8%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 30px #feeadd;

}

.vnt-circle-slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 15px solid #fe9c5b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

div.info-v3 {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
}

.cir-v2.v4 {
    z-index: 3;
    top: 65%;
}

.cir-v1.v5 {
    z-index: 2;
    top: auto;
    bottom: 0;
}

/*******text in circle********/
.cir p {
    padding: 0;
    margin: 0
}

.cir-txt-1 {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cir-txt-1 .c1 {
    font-size: 12px;
    line-height: 20px;
}

.cir-txt-1 .c11 {
    font-size: 48px;
    line-height: 48px;
}

.cir-txt-4 .c2 .c12 {
    font-size: 24px;
}

.cir-txt-2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-2 .c2 {
    font-size: 48px;
    line-height: 56px;
    color: #;
}

.cir-txt-4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-4 .c2 {
    font-size: 48px;
    line-height: 48px;
    color: #333;
}

.cir-txt-5 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-5 .c1 {
    font-size: 48px;
    line-height: 56px;
    color: #333;
}

.cir-txt-3 {
    color: #fff;
    padding-top: 15px;
}

.cir-txt-3 .c1 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin: 0px 29px;
    padding-bottom: 15px;
    font-weight: 800;
}

.cir-txt-3 .c1 .c11 {
    font-size: 92px;
    line-height: 100px;
}

.cir-txt-3 .c1 .c12 {
    font-size: 28px;
    line-height: 36px;
}

.cir.cir-txt-3 .c2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    margin-top: 15px;
}

.cir.cir-txt-3 .c2 .c21 {
    font-size: 45px;
    line-height: 53px;
}

#vnt-circle-slide:hover,
#vnt-circle-slide:active,
#vnt-circle-slide:focus {
    cursor: none;
}

.vnt-cursor {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    width: 33px;
    height: 54px;
    margin-top: -16px;
    margin-left: -27px;
}

.vnt-cursor.isVisible {
    display: block;
}

.cursorIcon {
    width: 33px;
    height: 54px;
    pointer-events: none;
    background-image: url(images/cursor-left.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.vnt-cursor.right .cursorIcon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*==BEGIN: LEFT MENU==*/
.box_lmenu {
    background-color: #ef528c;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_lmenu h3 {
    font-size: 1.05em;
    color: #FFF;
    padding: 10px 5px;
    background-color: #2fabe1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.left_nav:not(:last-child) {
    margin-bottom: 5px
}

.left_nav li:not(:last-child) {
    border-bottom: 1px dotted rgba(255, 255, 255, .3)
}

.left_nav li a {
    position: relative;
    display: block;
    padding: 6px 10px 6px 5px;
    color: #FFF
}

.left_nav li a:hover {
    color: #2fabe1
}

.left_nav > ul > li > a i {
    color: #FFF;
    display: inline-block;
    margin-right: 6px;
    font-size: 0.8em;
    position: relative;
    top: -2px;
}

.left_nav > ul > li:hover > a i {
    color: #2fabe1
}

/*==BEGIN: AD==*/
.l_ads {
    padding: 4px;
    border: 1px solid #e3e3e3
}

/*==BEGIN: PRODUCTS==*/
#vnt-prods-index {
    background-color: #f7f6fc;
    position: relative;
    padding: 30px 0 40px;
    margin-top: 75px
}

#vnt-prods-index:before {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    content: '';
    background: url(../images/triangleBg.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.tab-pro-page {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.tab-pro-page b {
    color: #333
}

.list-prods .pro-item {

    border: 1px solid #e5e5e5;
    margin: 15px 0;
}

.pro-item .img-pro {
    text-align: center;
    overflow: hidden;
    display: block;
    position: relative;
    border-bottom: 3px solid #FFF;
}

.pro-item .img-pro > span {
    width: 100%;
    height: 100%;
    display: table
}

.pro-item .img-pro a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.pro-item .img-pro img {
    -webkit-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.pro-item .img-pro:hover img, .img_news:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pro-item img {
    max-height: 270px
}

.pro-item .pro-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px 0 25px;
    position: relative
}

.pro-item .pro-name:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #333;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.pro-item:hover .pro-name:after {
    opacity: 1;
    width: 100%
}

.pro-item .pro-name a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.pro-item:hover .pro-name a {
    color: #FFF
}

.pro-item .pro-name a:before {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 1px;
    background-color: #333;
    content: '';
}

.pro-item:hover .pro-name a:before {
    background-color: #FFF;
}

.link_all_pros {
    text-align: center;
    padding-top: 30px;
}

/*==BEGIN: CUSTOMERS==*/
#vnt-customers {
    position: relative;
    padding: 40px 0
}

.img-logo-cus {
    display: table;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
}

.img-logo-cus a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.sl-logos .slide:not(:first-child) .img-logo-cus a {
    border-right: 1px solid #ebeaea
}

.img-logo-cus img {
    display: inline-block;
    max-height: 100px
}

@media only screen and (min-width: 768px) {
    .circles {
        max-width: 650px;
        margin: 0 auto;
        height: 650px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        display: -ms-flexbox;
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        align-content: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;

    }

    .circles > div {
        position: absolute;
    }

    .circles:before {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 10%;
        border: 2px dashed #333;
        content: '';
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    .cir-v2, .cir-v3, .cir-v2.v4 {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .content-row {
        position: absolute;
        height: 650px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        display: -ms-flexbox;
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        align-content: center;
        -webkit-align-content: center;
        -ms-align-content: center;
    }

    .list-prods li:nth-child(3n+1) {
        clear: both
    }

    #vnt-copyright {
        float: right;
        text-align: right
    }

}

@media only screen and (min-width: 1349px) {
    .sl-logos .slick-prev {
        left: -50px
    }

    .sl-logos .slick-next {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circles {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .list-prods li {
        width: 50%
    }

    .list-prods li:nth-child(2n+1) {
        clear: both
    }
}

@media screen and (max-width: 1347px) {
    .sl-logos {
        padding: 0 50px
    }
}

@media screen and (max-width: 991px) {
    #vnt-slider-home .caption h2 {
        font-size: 38px
    }

    #vnt-slider-home p {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .circles > div:not(.cir-v3) {
        float: left;
        max-width: 180px;
        margin: 10px;
    }

    .cir-v3 {
        display: block;
        margin: 60px auto 30px;
    }

    .cir-v1.v5 {
        clear: both;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 380px) / 2) !important
    }

    #vnt-prods-index {
        margin-top: 40px;
    }

    #vnt-prods-index:before {
        height: 40px;
        top: -40px;
    }
}

@media only screen and (max-width: 640px) {
    .circles {
        height: 500px
    }
}

@media only screen and (max-width: 480px) {
    .tab-pro-page {
        font-size: 24px
    }

    .cir-v3 {
        width: 100%;
        max-width: 300px;
    }

    .cir-txt-3 .c1 .c11 {
        font-size: 65px;
        line-height: 73px;
    }

    .cir-txt-3 .c1 {
        font-size: 15px;
        line-height: 23px;
        margin: 0 10px;
    }

    .cir-txt-3 .c1 .c12 {
        font-size: 21px;
        line-height: 29px;
    }

    .cir.cir-txt-3 .c2 .c21 {
        font-size: 33px;
        line-height: 31px;
    }

    .cir.cir-txt-3 .c2 {
        font-size: 19px;
        line-height: 27px;
    }

    #vnt-about .heading-page {
        font-size: 22px;
        line-height: 38px;
    }

    #vnt-about .heading-page span {
        font-size: 34px;
    }

    #vnt-about .info-text {
        border: none;
    }

    #vnt-about .btn-about {
        margin-left: 20px;
        padding: 0;
    }
}

@media all and (max-width: 430px) {
    .cir-txt-3 .c1 {
        padding-bottom: 5px;
    }

    .cir.cir-txt-3 .c2 {
        margin-top: 5px;
    }

    .cir-txt-3 .c1 .c11 {
        font-size: 55px;
        line-height: 63px;
    }

    .cir-txt-3 .c1 {
        font-size: 15px;
        line-height: 23px;
    }

    .cir-txt-3 .c1 .c12 {
        font-size: initial;
        line-height: initial;
    }

    .cir.cir-txt-3 .c2 .c21 {
        font-size: initial;
        line-height: initial;
    }

    .circles > div:not(.cir-v3) {
        max-width: 150px;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 320px) / 2) !important
    }
}

@media all and (max-width: 390px) {
    .cir-txt-3 .c1 .c11 {
        line-height: 30px;
        margin-right: 5px;
    }

    #vnt-about .heading-page {
        font-size: 18px;
        line-height: 34px;
    }

    #vnt-about .heading-page span {
        font-size: 30px;
    }

    .circles > div:not(.cir-v3) {
        max-width: 120px;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 260px) / 2) !important
    }

    .cir {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
}

@media all and (max-width: 360px) {
    .cir-v3 {
        width: 100%;
        max-width: 250px;
    }

    #vnt-about .heading-page {
        line-height: 30px;
    }

    #vnt-about .heading-page span {
        font-size: 28px;
    }
}
.button-web {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-family: 'Vollkorn-Regular', sans-serif;
    background-color: #333;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.button-web span {
    position: relative
}

.button-web:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border: 1px solid transparent;
    background-color: #FFF;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.button-web:after {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    content: '';
}*/

.button-web:hover, .button-web:hover i {
    color: #333
}

.button-web:hover:after {
    background-color: #333
}

.button-web:hover:before {
    opacity: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    border-color: #333
}
.mega-menu {
width:100%;
padding:15px!important;
top:96%!important;
}
.catmenu {
border-bottom:1px dotted #dcdcdc;
padding-bottom:10px;
margin-bottom:10px;
}
.mega-menu ul li {
    padding:5px 0;
}
.mega-menu ul li a i{
    margin-right:5px;
}

.mobile-brand-list {
    display:none;
}
.mobile-brand-list a{
    font-weight:bold;
    font-size:20px;
}
.tabbox li a {
    color:#333;
    font-weight:500;
    font-size:18px;
}
.nav.tabbox > li > a.active
{
    border-bottom: 0.25rem solid #df771c;
    padding-bottom: 0.5rem;
    color:#df771c;
}
@media screen and (max-width: 768px) {
    .tabbox {
    display:none;
    }
    .tabbox li{
        font-size: 1rem;
        margin-left:0.75rem;
        margin-right:0.75rem;
    }
    .mobile-brand-list {
        display:block;
    }
}
.font13px {
    font-size: 13px !important;
}
.font14px {
    font-size: 14px !important;
}
.font15px {
    font-size: 15px !important;
}
.font16px {
    font-size: 16px !important;
}
.font17px {
    font-size: 17px !important;
}
.font18px {
    font-size: 18px !important;
}
.font19px {
    font-size: 19px !important;
}
.font20px {
    font-size: 20px !important;
}
.font30 {
    font-size: 1.875rem !important;
}
.font20 {
    font-size: 1.25rem !important;
}
#result h3.title{
    overflow: hidden;
    height: 40px;
    text-transform: none;
}
#result h3.title1{
    overflow: hidden;
    text-transform: none;
}
.has-feedback {
    position: relative;
}
.sub-search-top {
    position: absolute;
    width: 520px;
    right: 0;
    top: -145px;
    background-color: #a7bbcf;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9; }
.sub-search-top.open {
    top: -10px;
    opacity: 1;
    visibility: visible; }
.sub-search-top form {
    padding: 10px;
    background-color: #df771c;
    padding-right: 68px;
    position: relative; }
.sub-search-top .d-close {
    position: absolute;
    right: 24px;
    top: 19px;
    z-index: 99;
    cursor: pointer;
    width: 24px;
    height: 24px; }
.sub-search-top .d-close:before, .sub-search-top .d-close:after {
    content: '';
    width: 24px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
.sub-search-top .d-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.sub-search-top .d-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sub-search-top .form-group {
    margin: 0; }
.sub-search-top .form-control {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 40px;
    border: none;
    padding-right: 73px; }
.sub-search-top .btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 38px;
    width: 73px;
    color: #333;
    font-size: 18px;
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
.sub-search-top .btn:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(167, 187, 207, 0.3); }
.sub-search-top ul {
    overflow: hidden;
    padding: 19px 8px; }
.sub-search-top ul li {
    float: left; }
.sub-search-top ul li a {
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    display: block;
    padding: 8px; }
.sub-search-top ul li a:hover {
    text-decoration: underline; }
.sub-search-top ul li:last-child:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.newcir {
    width: 40px;
    height: 40px;
    /*background: #fff;*/
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
    line-height: 80px;
    text-align: center;
    float:left;
    margin-right:10px;
    border:1px solid #df771c;
}
.box-about-text {
    background-image: url(/images/bg-review.png);
    padding:35px;
}
.box-about-text1 {
    /*background-image: url(/images/bg-review.png);*/
}
.box-about-text1 > div.bg-list {
    background: url(/images/bg-newcir.png) no-repeat bottom left;
}
.box-about-text1 .counter {font-size:25px; font-weight:bold; margin-right:10px;}
.box-about-text1 .mb-2 {
    border-bottom:1px solid #ececec;
}
.box-about-text1 .mb-2:last-child {
    border-bottom:none;
}
.box-about-text1 h5{
    font-size:0.875rem;
}
.bg-fffce1 {
background:#fffce1;
}
.no-banner {
    margin-top:112px;
}
@media only screen and (max-width:667px) {
.no-banner {
    margin-top:50px;
}
}
.container_fascia_gallery {
    position: relative;
    padding-bottom: 33%;
    /*margin: 0 -1% 0 -1%;*/
}
.lazy-bg.initial, .lazy-bg.loaded {
    opacity: 1;
}

.lazy-bg {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    background-color: #f1f4f6;
}
.bg {
    background-size: cover;
    background-position: center;
}
.box_img{
	cursor: pointer;
	position: absolute;
	margin-bottom: 0px !important;
}
.img_1{
	width: 34%;
	padding-bottom: 15.6%;
	margin: 0.5%;
    left:0;
}
.img_2{
	left: 35%;
	width: 14%;
	margin: 0.5%;
	padding-bottom: 15.5%;
}
.img_3{
	left: 50%;
	width: 24%;
	margin: 0.5%;
	padding-bottom: 7.3%;
}
.img_4{
	left: 50%;
	width: 24%;
	margin: 0.5%;
	padding-bottom: 7.2%;
	top: 25.4%;
}
.img_5{
	right: 0;
	padding-bottom: 15.6%;
	width: 24%;
	margin: 0.5%;
}
.img_6{
	top: 50%;
	padding-bottom: 15.5%;
	width: 24%;
	margin: 0.5%;
    left:0;
}
.img_7{
	top: 50%;
	padding-bottom: 7.3%;
	left: 25%;
	width: 24%;
	margin: 0.5%;
}
.img_8{
	padding-bottom: 7.3%;
	left: 25%;
	width: 24%;
	margin: 0.5%;
	top: 75%;
}
.img_9{
	left: 50%;
	padding-bottom: 15.6%;
	width: 34%;
	margin: 0.5%;
	top: 50%;
}
.img_10{
	width: 14%;
	margin: 0.5%;
	padding-bottom: 15.5%;
	top: 50%;
	right: 0;
}

.box_img::after{
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../assets/images/zoom_img.svg') center center no-repeat rgba(30, 43, 49, 0.7);
	background-size: 40px;
	-webkit-transition: opacity 400ms ease;
	   -moz-transition: opacity 400ms ease;
	     -o-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}
.box_img:hover:after{
	opacity: 1;
}
@media only screen and (max-width:667px){

		.box_img{
			position: relative;
			float: left;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin-top: 1%;
		}
		
		.img_1{
			width: 69%;
			padding-bottom: 35%;
		}
		.img_2{
			padding-bottom: 35%;
			width: 29%;
			top: 0;
		}
		.img_3{
			width: 99%;
			padding-bottom: 35%;
		}
		
		.img_4,
		.img_5{
			width: 49%;
			padding-bottom: 35%;
		}
		.img_6{
			width: 99%;
			padding-bottom: 35%;
		}
		.img_7{
			width: 69%;
			padding-bottom: 35%;
		}
		.img_8{
			padding-bottom: 35%;
			width: 29%;
			top: 0;
		}
		.img_9,
		.img_10{
			display: none;
		}
/*		.img_1{
			opacity: .2;
			left: 0;
			float: left;
			position: relative;
			padding-bottom: 50%;
			width: 99%;
			background-position: 0 bottom;
		}
		.img_2,
		.img_3,
		.img_4{
			position: relative;
			float: left;
			padding-bottom: 37%;
			width: 49%;
			left: 0;
		}

		.img_5,
		.img_6,
		.img_7,
		.img_8{
			position: relative;
			float: left;
			padding-bottom: 37%;
			width: 49%;
			left: 0;
			top: 0;
		}*/
	
		
}
.td-list table {
width:100%;
}
.td-list table tr th{
background:#333;
color:#fff;
padding:10px;
border:1px solid #333;
}
.td-list table tr td{
padding:10px;
border:1px solid #dcdcdc;
}
.td-list table tr td i{
margin-right:10px;
}
.title-td {
color:#333;
}
.title-td strong {
    color:#333;
}
.td-info div i {
    color:#333;
}
.td-info div strong {
    color:#333;
}
.text-red{color:#de192c!important}
.text-yellow{color:#df771c!important}
a.text-yellow{color:#df771c!important}
.text-gray{color:#666!important}
.text-black{color:#000!important}
.banner-title {
    font-size:50px;
    color:#fff;
    font-weight:normal;
}
.banner-title a{
    font-size:50px;
}
.banner-desc {
    font-size:18px;
    color:#fff;
    font-style:italic;
}
hr.small{
    width: 105px;
    margin-left:0;
}
/*.banner-slider {
    position:relative;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}*/
.banner-caption {
    /*background-image: url(/images/banner-caption.png);*/
    background-color:rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:50px;
    text-align:center;
    border-radius: 30px;
}
.banner-caption a {
    color:#fff;
}
.banner-caption a:hover {
    color:#fff;
    text-decoration:underline;
}
.banner-caption hr {
    border-top: 1px solid #fff;
}
.banner-overlay {
    background: url(/images/banner-overlay1.png) no-repeat left bottom;
    height: 245px;
    width:100%;
    position:absolute;
    bottom:0;
}
.blue-overlay {
    background: rgba(51, 102, 153, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.position {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.info-sp-height {
    min-height: 218px;
}
.div-both {
    position: absolute;
    bottom: 22px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.bg-image-item {
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: block;
    outline: none;
    position: absolute;
    width: 100%;
}
.a-dfde {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    /*height: 38.3rem;*/
    height: 100%;
}
.boder-image-white-large {
    z-index: 9;
    top: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
    right: 1.3rem;
    position: absolute;
    border: 1px solid #fff;
}
.info-item-service-sp {
    padding: 16px;
    margin-top: 100px;
    text-align: center;
}
.btn-underline {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.wrap-item-service {
    background: #f7f6fc;
    margin-bottom: 16px;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.info-service-img-home {
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}
.full-width {
    width: 100%;
    float: left;
}
.info-tour-service {
    /*margin-top: 120px;*/
    text-align: CENTER;
    padding: 0px 15px;
}
.over-hide {
    overflow: hidden;
}
/*Du an*/

.des-body .grid {
    display: table;
    width: 100%;
    height: 100%;
    margin-top: 10px; }
.des-body .grid .col {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
.des-body .grid .col:first-child a {
    margin-left: 0; }
.des-body .grid .col a {
    display: block;
    margin: 0 0 10px 10px;
    background: #ccc;
    line-height: 0;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
.des-body .grid .col a:hover .caption {
    visibility: visible;
    opacity: 1; }
.des-body .pa-thumbnail {
    position:relative;
}
.des-body .caption {
    -webkit-transition: all 500ms ease 0ms;
    -khtml-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    /*height: 100%;
    z-index: 99;*/
    /*opacity: 0;
    visibility: hidden;*/
    /*background-color: rgba(0, 0, 0, 0.4);
    background: url(/images/1px-gradient.png) bottom repeat-x;
    color: #fff; */
    min-height:initial;
}
.des-body .caption .box-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
.des-body .caption .box-center strong {
    margin-top: 5px; }
.des-body .pa-thumbnail .caption .th-title {
        text-align:center;
    }
.coln-md-left-0 {
    padding-left: 0!important;
}
.coln-md-3ths {
    width: 40%;
    float: left;
}
.coln-md-2ths, .coln-md-3ths, .coln-md-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.coln-md-3ths-right {
    padding-right: 0;
}
.coln-md-5ths-d {
    width: 20%;
    float: left;
}
.coln-md-5ths-m, .coln-md-5ths-d {
    position: relative;
}
.coln-md-3ths-left, .coln-md-5ths-1, .coln-md-5ths-2 {
    padding-left: 10px;
}
.coln-md-5ths-m, .coln-md-5ths-d {
    position: relative;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.coln-md-3ths-left {
    padding-right: 0;
}
.coln-md-5ths-m img, .coln-md-5ths img {
    width: 100%;
}
.coln-md-5ths-m img, .coln-md-5ths img {
    width: 100%;
}
.coln-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/1px-gradient-black.png) bottom repeat-x;
}
.coln-md-3ths .style-name {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 98%;
    /*height: 110px;*/
    /*padding-top: 67px;*/
    left:0;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.coln-md-5ths .style-name, .coln-md-3ths-2 .style-name, .coln-md-5ths-1 .style-name, .coln-md-5ths-2 .style-name {
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    left:10px;
    text-align: center;
    width: 95%;
    font-size: 22px;
    color: #fff;
    height: auto;
    /*padding-top: 70px;*/
    line-height: 24px;
}
.coln-md-5ths {
    width: 20%;
    float: left;
}
@media only screen and (max-width:667px) {
    .coln-md-3ths {width:100%; margin-bottom:10px;}
    .coln-md-5ths-d{width:100%; margin-bottom:10px;}
    .coln-md-5ths {width:100%; margin-bottom:10px; padding:0;}
    .coln-md-3ths-left, .coln-md-5ths-1, .coln-md-5ths-2 {
    padding:0;
    }
    /*.about-us-img {
        display:none;
    }*/
    .box-logo {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .imgTeam {
        display:none;
    }
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.box-img {
    width: 100%;
    display: inline-block;
}
.web-icon {
    /*background: url(/images/bg-web-header-title.png) no-repeat bottom left;*/
}
.web-icon img {
    width:30px; float:left; margin-right:10px;
}
.box-giai-thuong {
    /*border:1px solid #507b1c;*/
    background-color: #f7f6fc;
    /*background-image: url(/images/bg-dich-vu.png);*/
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
.animated {
    animation-duration: 1.5s !important;
}

.blog aside {
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;*/
  margin:30px 0 0 0;
}

.blog aside .booking .booking-wrapper {
  padding: 20px;
}

.blog aside .booking .booking-wrapper .date:after {
  display: none;
}

.blog aside .booking .booking-wrapper .date .day {
  font-size: 50px;
  line-height: 55px;
}

.blog aside .booking .booking-wrapper .btn {
  font-size: 100%;
  margin-top: 15px;
}

.blog aside .box {
  /*padding: 20px;*/
  position: relative;
  /*border-bottom: 1px solid #dddddd;*/
  margin-bottom:15px;
}

.blog aside .box .title {
  padding-top: 7.5px;
  margin-bottom: 15px;
}

.blog aside .box ul {
  margin: 0;
  padding: 0;
}

.blog aside .box ul li {
  list-style-type: circle;
  margin-left: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog aside .box ul li:hover {
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.blog aside .box ul li a {
  color: black;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  font-size:15px;
}

.blog aside .box ul li.active {
  list-style-type: disc;
}

.blog aside .box ul li.active a {
  color: #000;
  opacity: 0.8;
}

.blog aside .box ul li:last-child a {
  border-bottom: 0;
}

.blog aside .box.box-search {
  padding: 0;
  position: relative;
  background-color: white;
}

.blog aside .box.box-search .form-control {
  border: 0;
}

.blog aside .box.box-search .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
}

.blog aside .box.box-posts ul li {
  list-style-type: none;
  margin-left: 0;
}

.blog aside .box.box-posts ul li a {
  position: relative;
  display: table;
  width: 100%;
}

.blog aside .box.box-posts ul li a > span {
  display: table-cell;
  vertical-align: middle;
}

.blog aside .box.box-posts ul li a .date {
  width: 40px;
  text-align: center;
  line-height: 1;
}

.blog aside .box.box-posts ul li a .date span {
  display: block;
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
  font-size: 75%;
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
}

.blog aside .box.box-posts ul li a .text {
  padding-left: 5px;
}

.blog aside .box.box-tags ul li {
  margin: 0 2px 2px 0;
  display: block;
  float: left;
}

.blog aside .box.box-tags ul li:hover {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.blog aside .box.box-tags ul li a {
  padding: 7.5px;
  border: 0;
  background-color: #000;
  color: white;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog aside .box.box-tags ul li a:hover {
  background-color: #112942;
}

@media (min-width: 768px) {
  .blog aside {
    display: block;
  }
}
.box-title-left {
    background-color: #333;
    /*background-image: url(/images/bg-title-nav-left.png);*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    padding:10px 20px;
}
.box-categories {
    padding:20px;
    background:#f7f6fc;
}
.box-posts {
    padding:20px;
}

.wrap-about-us {
    position: relative;
    float: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .wrap-about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap-about-us::before {
    border: 10px solid rgba(134,112,80,.24);
    box-sizing: border-box;
    content: "";
    height: 100%;
    position: absolute;
    display: inline-block;
    left: auto;
    right: 0;
    top: 0;
    width: 96%;
    background: #fff;
}
}
.box-about-us {
    padding-right:22px;
}
@media (max-width: 990px) {    
.box-about-us {
    padding-right:0;
    padding-top:20px;
}
}
.title-h2 {
    margin: 0em auto 0.8em;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    letter-spacing: 1px;
}
.border-color-333 {
    border-color:#333!important;
}
.font-weight-300 {
    font-weight:300!important;
}
.about-box {
 border:6px solid #f6f6f6;
 padding:3rem !important;
}
@media (max-width: 767px) {
  .about-box {
     border:0;
     padding:0 !important;
    }
}
.pager-content {
    width:100%;
}
/*.pager-content .pager-item {
    width:100%;
}*/
.pager-content ul.pager{
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
}
.pager-content ul li {
    display:inline-block;
    margin:0 10px;
}

.pager-content ul li.disabled {
    color:#999;
}
.pager-content ul li.pager-current span {
    background:#507b1c;
    color:#fff;
    text-align:center;
    padding:5px 10px;
    border:1px solid #507b1c;
}
.pager-content ul li.pager-item a {
    background:#fff;
    color:#333;
    text-align:center;
    border:1px solid #666;
    padding:5px 10px;
}
.pager-content ul li.pager-item a:hover {
    background:#507b1c;
    color:#fff;
}
.pager-content ul li.pager-item a {
    color:#333;
}
.pager-content ul li.pager-item a:hover {
    color:#333;
}
.pager-content ul li a.pager-next {
    color:#333;
}
.post_detail.post_date {
    width: 50%;
}
.post_date {
    width: 30%;
    float: none;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 10px;
}
.post_info_date {
    color:#333;
    position: relative;
    display: block;
}
.post_info_date::before {
    border-color: #333;
}
.post_info_date::before {
    content: "";
    border-bottom: 1px solid #df771c;
    border-bottom-color: rgb(190, 150, 86);
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.post_info_date span {
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
#bgDiv {
    background-color: Gray;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#Progress {
    background-color: #FFFFFF;
    border: 2px solid #bf882e;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10010;    
}
.module-content .post_detail.post_date {
    width:12.5rem!important;
}
.module-content .post_content img{
    /*width:auto;*/
    max-width:1000px!important;
    display:inherit;
    margin:0 auto;
    height:auto!important;
}
.post_list_date {
    width: 50%;
}
.post_list_date {
    width: 30%;
    float: none;
    margin-bottom: 10px;
}
.post_list_info_date {
    color: #df771c;
    position: relative;
    display: block;
}
.post_list_info_date::before {
    border-color: #df771c;
}
.post_list_info_date::before {
    content: "\f017";
    /*border-bottom: 1px solid #df771c;
    border-bottom-color: rgb(190, 150, 86);
    width: 100%;*/
    font-family:"Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size:14px;
    /*position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;*/
}
.post_list_info_date span {
    display: inline-block;
    padding: 0 0 0 0.2em;
    /*background: #ffffff;*/
    position: relative;
    z-index: 2;
    font-style:italic;
}
@media (max-width: 767px) {
.box-list-new {
    width:100%;
    text-align:center;
    padding-top:15px;
}
.post_list_date {
    width: 30%;
    float: none;
    margin: 0 auto 10px auto;
}
  .post_list_info_date::before {
    border-bottom: 1px solid #df771c;
    border-bottom-color: rgb(190, 150, 86);
    width: 100%;
    }
}
.othernews ul {
    margin:0;
    padding:0;
    display:inline-block;
    width:100%;
}
.othernews ul li {
    line-height:40px;
    list-style:none;
}
    .othernews ul li a:hover{
        color:#df771c;
    }
.othernews .viewall {
    display:inline-block;

}
.notification {
    /*background: url(/images/banner-overlay.png) no-repeat left top;*/
    padding:70px 0;
    /*background:#384147;
    padding-bottom:70px;
    margin-bottom:70px;*/
}
/*.notification:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 57px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #384147;
    z-index: 1;
}*/
/*.notification-box {
    background:#fff;
    box-shadow: 0 3px 80px rgba(0,0,0,0.75);
}*/
/*.notification-hearder {

}*/
.noti1 {
    /*background: #384147;*/
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height:80px;
    top: -8rem;
    z-index:12;
}
.noti1 span{
    padding-left:25px;
    color:#fff;
    font-weight:600;
    font-size:30px;
}
.noti2 {
    /*background: rgba(0,0,0,0.5);*/
    /*display: -ms-flexbox;
    -js-display: flex;
    display: flex;*/
    /*-ms-flex-align: center;
    align-items: center;*/
    top: -5rem;
    z-index:12;
}
.noti2 ul {
   margin:0;
   padding:0;
   list-style:none;
   display:inline-block;
   width:100%;
}
.noti2 ul li{
   width:33.333%;
   text-align:center;
   /*color:#fff;
    line-height:80px;*/
    float:left;
    background:#384147;
}
.noti2 ul li.active{
   text-align:center;
   /*color:#fff;
    line-height:80px;*/
    float:left;
    background:#df771c;
}
.noti2 ul li a{
   /*width:50%;*/
   /*text-align:center;*/
   color:#fff;
    line-height:80px;
    font-weight:600;
    font-size:20px;
    /*display:inline-block;*/
}
.col-0 {
    padding-left:0;
    padding-right:0;
}
.notification-about {
    background: url("/images/features-green-bg.jpg") center no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 30px 60px;
    /*display: -ms-flexbox;
    -js-display: flex;
    display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    color:#fff;
}
.aside-nav-toggler i {
    color:#df771c;
}
.aside-nav-toggler i:hover {
    color:#fff;
}
.search-top {
    display:none;
}
.site-header.scroll .search-top {
    display:block;
}
.box-login1 {
    display:none;
}
.box-login i {
    padding:4px 0;
}
.ef-login {
    color:#fff;
}
.ef-login:hover {
    color:#df771c;
}
.ef-login i {
    padding:4px 0;
}
.site-header.scroll .box-login1 {
    display:block;
}
.w-90 {
    width:90%;
}
.w-80 {
    width:80%;
}
.w-85 {
    width:85%;
}
.title-line {
    left: -80px;
    transform-origin: right;
    -webkit-transform-origin: right;
    height: 2px;
    background-color: #000;
    margin: 25px 0 20px 0;
    position: relative;
    width:220px;
}
.title-line-1 {
    height: 2px;
    background-color: #000;
    margin: 20px auto;
    width:110px;
}
.title-line-2 {
    height: 2px;
    background-color: #000;
    margin: 20px 0;
    width:110px;
}
.title-line-3 {
    height: 2px;
    background-color: #000;
    margin: 20px 0;
    width:110px;
}
/*.site-home {
    margin-top:-200px;
}*/
.mt-6 {
    margin-top: 5rem !important;
}
.mt-7 {
    margin-top: 6rem !important;
}
.mt-8 {
    margin-top: 7rem !important;
}
.img-about {
    /*filter: drop-shadow(-20px 20px 0px #00574e);*/
}
.bg-gray {
    background:#d8d0c0;
}
.pb-6 {
    padding-bottom: 3.5rem !important;
}
.pb-7 {
    padding-bottom: 4rem !important;
}
.pb-8 {
    padding-bottom: 4.5rem !important;
}
.pb-9 {
    padding-bottom: 5rem !important;
}
.about-home {
    text-align:center;
    font-size:18px;
}
.about-home strong{
    font-family: "GOODVIBESPRO";
    font-size:30px;
    color:#df771c;
}
.logo-contact {
    /*border-bottom:1px solid #006158;*/
}
.box-newletter {
    padding: 0 0.625rem 0 0;
    /*border-top: 1px solid #006158;*/
}

.home-left-30 {
    padding-left:30px;
}
.home-right-30 {
    padding-right:30px;
}
.home-left-40 {
    padding-left:40px;
}
.home-right-40 {
    padding-right:40px;
}
.home-left-50 {
    padding-left:50px;
}
.home-right-50 {
    padding-right:50px;
}
@media (max-width: 768px) {
.home-left-30 {
    padding-left:30px;
}
.home-right-30 {
    padding-right:30px;
}
.home-left-40 {
    padding-left:0;
}
.home-right-40 {
    padding-right:0;
}
    .home-left-50 {
    padding-left:0;
}
.home-right-50 {
    padding-right:0;
}
}
.box-duan-1 .item-duan-1 {
    margin-right:30px; }
.box-duan-1 .item-duan-2 {
    margin-left:30px; }
.box-duan-2 {
    -webkit-box-flex-direction: row-reverse;
    -moz-box-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.box-duan-2 .item-duan-1 {
    margin-left:30px; }
.box-duan-2 .item-duan-2 {
    margin-right:30px; }

@media screen and (max-width: 767px) {
      .box-duan-2 {
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } 
.box-duan-2 .item-duan-1 {
    margin-left:0; }
.box-duan-2 .item-duan-2 {
    margin-right:0; }
.box-duan-1 .item-duan-1 {
    margin-right:0; }
.box-duan-1 .item-duan-2 {
    margin-left:0; }
}
.duan-small-title {
    font-family: "GOODVIBESPRO";
    font-size: 30px;
    color: #df771c;
}
.duan-content-home {
    text-align:justify;
}
/*.img-about:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 30px;
    border: 1px #df771c solid;
    z-index: 2;
    border-radius: 10px;
}*/
.item-duan-2 .item-duan-img:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 30px;
    border: 1px #df771c solid;
    z-index: 2;
    border-radius: 10px;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-20 {
    border-radius: 20px;
}
.border-radius-30 {
    border-radius: 30px;
}
.border-radius-40 {
    border-radius: 40px;
}
.title-slide {
min-height:50px;
}
.des {
}
.des.bg-primary:hover{
    opacity:0.8;
}
.owl-carousel.single-cus .owl-item img {
    width:auto;
    height:80px;
    text-align:center;
    margin:0 auto;
}
.doi-tac-box {
}
.doi-tac-item {
    float:left;
    padding:0 15px;
}
.doi-tac-item img{
    height:30px;
}
.border-secondary {
    /*border-color: #333 !important*/
border-top-color:#df771c !important;
border-bottom-color:#333 !important;
border-left-color:#df771c !important;
border-right-color:#333 !important;
}
a.border-secondary {
    /*border-color: #333 !important*/
    border-top-color:#333 !important;
border-bottom-color:#df771c !important;
border-left-color:#333 !important;
border-right-color:#df771c !important;
}
a.border-secondary:hover {
    border-top-color:#df771c !important;
    border-bottom-color:#333 !important;
    border-left-color:#df771c !important;
    border-right-color:#333 !important;
    /*border-color: #df771c !important*/
}
a:hover i.text-secondary{
    /*color: #df771c !important*/    
    border-top-color:#333 !important;
border-bottom-color:#df771c !important;
border-left-color:#333 !important;
border-right-color:#df771c !important;
}
a:hover i.border-secondary{
    /*border-color: #df771c !important*/
    border-top-color:#333 !important;
    border-bottom-color:#df771c !important;
    border-left-color:#333 !important;
    border-right-color:#df771c !important;
}
.text-secondary-blue {
    color: #5e9add !important
}
.border-secondary-blue {
    border-color: #5e9add !important
}

a.text-secondary-blue {
    color: #333 !important
}
a.border-secondary-blue {
    border-color: #5e9add !important
}
a.text-secondary-blue:hover {
    color: #df771c !important
}
a.border-secondary-blue:hover {
    border-color: #df771c !important
}
.about-image-area .gallery-overly{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.3);
	opacity:0;
}

.about-image-area:hover .gallery-overly{
	opacity:1;
}

.about-image-area:before,
.about-image-area:after {
	position: absolute;
	top: 20px;
	right: 25px;
	bottom: 20px;
	left: 25px;
	content: '';
	opacity: 1.0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

.about-image-area:before {
	border-top: 2px solid #333;
	border-bottom: 2px solid #df771c;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.about-image-area:after {
	border-right: 2px solid #df771c;
	border-left: 2px solid #333;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.about-image-area:hover:before,
.about-image-area.hover:before
{
	border-top: 2px solid #df771c;
	border-bottom: 2px solid #333;
    opacity: 1.0;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.about-image-area:hover:after,
.about-image-area.hover:after {
	border-right: 2px solid #333;
	border-left: 2px solid #df771c;
	opacity: 1.0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.about-image-area i.fa-play:before {
	background: -moz-linear-gradient(top, #df771c 0%, #333 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #df771c), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #df771c 0%, #333 100%);
	background: -o-linear-gradient(top, #df771c 0%, #333 100%);
	background: -ms-linear-gradient(top, #df771c 0%, #333 100%);
	background: linear-gradient(to bottom, #df771c 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df771c', endColorstr='#333', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-image-area:hover i.fa-play:before {
	background: -moz-linear-gradient(top, #333 0%, #df771c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #333), color-stop(100%, #df771c));
	background: -webkit-linear-gradient(top, #333 0%, #df771c 100%);
	background: -o-linear-gradient(top, #333 0%, #df771c 100%);
	background: -ms-linear-gradient(top, #333 0%, #df771c 100%);
	background: linear-gradient(to bottom, #333 0%, #df771c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#df771c', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hoatdong:hover {
    background:#d2e2f1;
}
.ptop-0 {padding-top:0;}
.ptop-1 {padding-top:1rem;}
.ptop-2 {padding-top:2rem;}
.ptop-3 {padding-top:3rem;}
.ptop-4 {padding-top:4rem;}
.ptop-5 {padding-top:5rem;}
.ptop-6 {padding-top:6rem;}
.ptop-7 {padding-top:7rem;}
.ptop-8 {padding-top:8rem;}
.ptop-9 {padding-top:9rem;}
.ptop-10 {padding-top:10rem;}
.ptop-11 {padding-top:11rem;}
.ptop-12 {padding-top:12rem;}
.ptop-13 {padding-top:13rem;}
.ptop-14 {padding-top:14rem;}
.ptop-15 {padding-top:15rem;}
@media (max-width: 768px) {
.ptop-4 {padding-top:3rem;}
.ptop-5 {padding-top:3rem;}
.ptop-6 {padding-top:3rem;}
.ptop-7 {padding-top:3rem;}
.ptop-8 {padding-top:5rem;}
.ptop-9 {padding-top:5rem;}
.ptop-10 {padding-top:5rem;}
.ptop-11 {padding-top:7rem;}
.ptop-12 {padding-top:7rem;}
.ptop-13 {padding-top:7rem;}
.ptop-14 {padding-top:7rem;}
.ptop-15 {padding-top:7rem;}
}
.pbottom-0 {padding-bottom:0;}
.pbottom-1 {padding-bottom:1rem;}
.pbottom-2 {padding-bottom:2rem;}
.pbottom-3 {padding-bottom:3rem;}
.pbottom-4 {padding-bottom:4rem;}
.pbottom-5 {padding-bottom:5rem;}
.pbottom-6 {padding-bottom:6rem;}
.pbottom-7 {padding-bottom:7rem;}
.pbottom-8 {padding-bottom:8rem;}
.pbottom-9 {padding-bottom:9rem;}
.pbottom-10 {padding-bottom:10rem;}
.pbottom-11 {padding-bottom:11rem;}
.pbottom-12 {padding-bottom:12rem;}
.pbottom-13 {padding-bottom:13rem;}
.pbottom-14 {padding-bottom:14rem;}
.pbottom-15 {padding-bottom:15rem;}
@media (max-width: 768px) {
.pbottom-4 {padding-bottom:3rem;}
.pbottom-5 {padding-bottom:3rem;}
.pbottom-6 {padding-bottom:3rem;}
.pbottom-7 {padding-bottom:3rem;}
.pbottom-8 {padding-bottom:5rem;}
.pbottom-9 {padding-bottom:5rem;}
.pbottom-10 {padding-bottom:5rem;}
.pbottom-11 {padding-bottom:7rem;}
.pbottom-12 {padding-bottom:7rem;}
.pbottom-13 {padding-bottom:7rem;}
.pbottom-14 {padding-bottom:7rem;}
.pbottom-15 {padding-bottom:7rem;}
}
.mtop-0 {margin-top:0;}
.mtop-1 {margin-top:1rem;}
.mtop-2 {margin-top:2rem;}
.mtop-3 {margin-top:3rem;}
.mtop-4 {margin-top:4rem;}
.mtop-5 {margin-top:5rem;}
.mtop-6 {margin-top:6rem;}
.mtop-7 {margin-top:7rem;}
.mtop-8 {margin-top:8rem;}
.mtop-9 {margin-top:9rem;}
.mtop-10 {margin-top:10rem;}
.mtop-11 {margin-top:11rem;}
.mtop-12 {margin-top:12rem;}
.mtop-13 {margin-top:13rem;}
.mtop-14 {margin-top:14rem;}
.mtop-15 {margin-top:15rem;}
@media (max-width: 768px) {
.mtop-4 {margin-top:3rem;}
.mtop-5 {margin-top:3rem;}
.mtop-6 {margin-top:3rem;}
.mtop-7 {margin-top:3rem;}
.mtop-8 {margin-top:5rem;}
.mtop-9 {margin-top:5rem;}
.mtop-10 {margin-top:5rem;}
.mtop-11 {margin-top:7rem;}
.mtop-12 {margin-top:7rem;}
.mtop-13 {margin-top:7rem;}
.mtop-14 {margin-top:7rem;}
.mtop-15 {margin-top:7rem;}
}
.mbottom-0 {margin-bottom:0;}
.mbottom-1 {margin-bottom:1rem;}
.mbottom-2 {margin-bottom:2rem;}
.mbottom-3 {margin-bottom:3rem;}
.mbottom-4 {margin-bottom:4rem;}
.mbottom-5 {margin-bottom:5rem;}
.mbottom-6 {margin-bottom:6rem;}
.mbottom-7 {margin-bottom:7rem;}
.mbottom-8 {margin-bottom:8rem;}
.mbottom-9 {margin-bottom:9rem;}
.mbottom-10 {margin-bottom:10rem;}
.mbottom-11 {margin-bottom:11rem;}
.mbottom-12 {margin-bottom:12rem;}
.mbottom-13 {margin-bottom:13rem;}
.mbottom-14 {margin-bottom:14rem;}
.mbottom-15 {margin-bottom:15rem;}
@media (max-width: 768px) {
.mbottom-4 {margin-bottom:3rem;}
.mbottom-5 {margin-bottom:3rem;}
.mbottom-6 {margin-bottom:3rem;}
.mbottom-7 {margin-bottom:3rem;}
.mbottom-8 {margin-bottom:5rem;}
.mbottom-9 {margin-bottom:5rem;}
.mbottom-10 {margin-bottom:5rem;}
.mbottom-11 {margin-bottom:7rem;}
.mbottom-12 {margin-bottom:7rem;}
.mbottom-13 {margin-bottom:7rem;}
.mbottom-14 {margin-bottom:7rem;}
.mbottom-15 {margin-bottom:7rem;}
}
.brand-new-title {
display:none;
}
@media (max-width: 768px) {
    .news-brands-right {display:none;
    }
.brand-new-title {
display:block;
}
}
.news-brands-item .slick-slide .text-white:hover {
text-decoration:underline;
color:#fff!important;
}
/*teampartners*/
#teampartners {
    position:relative;
}
/*#teampartners:after {
    content:'';
    background: url("/images/Partners.jpg") left no-repeat;
    width:50%;
    position:absolute;
    top:-80px;
    bottom:-80px;
    z-index:1;
    right:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/
.box-team {
    padding-bottom:3rem;
}
.box-img-team img {
   /*width:100%;*/
}
.box-team-content {
   color:#fff;
   text-align:justify;
   width:80%;
}
.box-partners {
    /*margin-left:-50px;*/
    /*margin-right:40px;*/
    /*z-index:2;
    position:relative;*/
}
.box-partners-content {
    border:2px solid #df771c;
    padding:50px;
    /*margin-left:50px;*/
    color:#fff;
    position: relative;
}
.box-partners .box-partners-title {
    text-transform: uppercase;
    background-color: #df771c;
    color: #333;
    padding: 10px 15px;
    margin-bottom:0;
    display:inline-block;
    /*transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);*/
}
@media screen and (max-width: 991px) {
    .box-partners {
        margin-top:2rem;
        margin-left:0;
    }
    .box-partners-content {
        margin-left:0;
        padding:20px;
    }
    #teampartners {
        margin-top:0;
        margin-bottom:0;
    }
    #teampartners::after {
        background: url("/images/Partners.jpg") center no-repeat;
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 58%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    #teampartners::after {
        height: 47%;
    }
}
/*#teampartners {
    position:relative;
}
.box-team {
    border-top:2px solid #333;
    border-left:2px solid #333;
    border-bottom:2px solid #df771c;
    border-right:2px solid #df771c;
    padding:50px;
}
.box-team-title {
   background-color: #333;
    color: #fff;
    padding: 10px 15px;
}
.box-img-team img {
   width:100%;
}
.box-team-content {
   text-align:justify;
}
.box-partners {
    border-top:2px solid #df771c;
    border-left:2px solid #df771c;
    border-bottom:2px solid #333;
    border-right:2px solid #333;
    z-index:2;
    position:relative;
}
.box-partners-content {
    padding:50px;
    position: relative;
}
.box-partners-title h3{
    text-transform: uppercase;
    background-color: #df771c;
    color: #fff;
    padding: 10px 15px;
}

.single-partners .item {
    text-align:center;
}
.single-partners .item .item1{
    width:100%;
    height:100px;
}
.single-partners .item .item2{
    width:100%;
    height:100px;
}
.single-partners img {
    max-width:138px;
    width:auto!important;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .single-partners img {
        max-width: 100px;
    }
}
@media screen and (max-width: 767px) {
  .single-partners img {
    max-width:100px;
}
}*/
.home-box-reviews {
    padding: 35px 25px;
    background-image: url(/images/bg-review.png);
    /*min-height:362px;*/
}
.reviews-item-img {
    margin:0 auto;
    width:90px;
    height:90px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.09);
}
.reviews-item:last-child {

    padding-bottom: 0;
    margin-bottom: 0;

}
.reviews-item:last-child {

    border-bottom: none;

}
.reviews-item, .reviews-item .reviews-item-content .reviews-item-title a {

    color: #333;

}
.reviews-item .reviews-item-info .reviews-item-rating i {
    color: #df771c;    
	/*background: -moz-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
    }
.reviews-item .reviews-item-info {

    text-align: center;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;

}
.reviews-item .reviews-item-info img {

    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.09);

}
.reviews-item .reviews-item-info .reviews-item-info-name {

    font-size: 16px;
    padding-top: 15px;

}
.reviews-item .reviews-item-info .reviews-item-rating {

    margin-top: 5px;
    color: #ffcd47;
    font-size: 1.2em;

}
.reviews-item .reviews-item-content {

    width: 100%;
    text-align: center;

}
.reviews-item .reviews-item-content .reviews-item-title {

    margin: 10px 0;
    font-size: 1.4em;

}
.reviews-item .reviews-item-content {

    text-align: center;

}

.home-box-question {
    padding: 35px 25px;
    /*background-image: url(/images/bg-review.png);*/
}
.home-box-why {
    padding: 35px 25px;
    /*background-image: url(/images/bg-review.png);*/
}
.copyright {
    /*background:#df771c;*/
}
.copyright p{
    /*background:#df771c;*/
    border-top:1px solid #373737;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/*--------------------------------------------------------------
# Why
--------------------------------------------------------------*/

.single-box .slick-list {
    padding: 0 !important;
}
.single-box .slick-list .slick-track .slick-vertical .slick-slide {
    border:none;
}
.single-box .slick-list .slick-track .slick-slide {
    background:#f7f6fc;
    border:none;
    padding:10px 15px;
    min-height:50px;
}
.single-box .slick-list .slick-track .slick-slide:hover {
    background:#e9eff8;
}
.single-box .slick-list .slick-track .slick-slide a {
    border-bottom:1px solid #d2e2f1;
}
.single-box .slick-list .slick-track .slick-slide a:hover {
    background:#e9eff8;
}
/*.single-box .slick-list .slick-track .slick-slide.slick-current {
    background:#e9eff8;
    position:relative;
}*/
.single-box .slick-list .slick-track .slick-slide.slick-current a:hover {
    background:#e9eff8;
}
.single-box .slick-list .slick-track .slick-slide.slick-current a{
    color:#333;
    font-weight:bold;
}
.single-box .slick-list .slick-track .slick-slide.slick-current a:hover{
    color:#333;
}

.des-body .des-info {
    position:absolute;
    background: rgba(0,0,0,0.3);
    bottom:0;
    left:0;
    right:0;
    padding:15px;
    color:#fff;
    text-align:center;
}
.des-body .des-info h5{
    /*font-family: 'Roboto';*/
    /*font-family: 'Libre Baskerville';*/
	/*font-family: 'BVN';*/
    font-size:15px;
}
.des-body1 .des-info {
    position:absolute;
    background: rgba(0,0,0,0.7);
    bottom:0;
    left:0;
    right:0;
    padding:15px;
    color:#fff;
    text-align:center;
    min-height:66px;
}
.des-body1 .des-info h5{
    /*font-family: 'Roboto';*/
    /*font-family: 'Libre Baskerville';*/
	/*font-family: 'BVN';*/
    font-size:18px;
}
.video-play {
    background-image: url(/images/video-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width:60px;
    height:60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-play:hover {
    background-image: url(/images/video-play-hover.png);
}
.img-sp-box {
    width: 100%;
    position: relative;
    border: 1px solid #f1f0f1;
}
.fix-img-width {
    width:100%;
    height:auto;
}
.fix-img-height {
    height:100%;
    width:auto!important;
}
.img-circle {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.09);
}
.partners-item a {
padding:10px;
background:#fff;
}
.hr-title-footer {
border-color:#fff;
margin:20px auto;
width:100px;
}
#email-home {
border:none;
}
.single-Whoweserve .item .image{
    width:130px;
    height:130px;
    margin:0 auto;
}
.single-Whoweserve .item .image span{
    border-radius: 100%;
}
.single-Whoweserve .item .image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.single-Whoweserve .item a:hover .image img
{
    -webkit-filter:initial grayscale(100%); /* Safari 6.0 - 9.0 */
    filter:initial;
}
.input-box {
border-left:none;
border-right:none;
border-top:none;
border-bottom:1px dashed #dcdcdc;
}
.bg-fde9d9 {
    background:#fde9d9;
}
.form-hearing-sheet div table.table1 tr > td {
    padding:10px;
    border:1px solid #dcdcdc;
}
.form-hearing-sheet div table.table2 tr > td {
    padding:10px;
    border:none;
}
.bg-fac090 {
    background:#fac090;
}
.hearing-sheet div table.table1 tr > td {
    padding:10px;
    border:1px solid #dcdcdc;
}
.hearing-sheet div table.table2 tr > td {
    padding:10px;
    border:none;
}
.form-Inquiry-BDS div table.table1 tr > td {
    padding:10px;
    border:1px solid #dcdcdc;
}
.form-Inquiry-BDS div table.table2 tr > td {
    padding:10px;
    border:none;
}
.sologan{
    font-weight:bold;
}
.contact-touch-point {
    text-align: center;
    width: 79px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 9999;
}
.contact-touch-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .68em;
    line-height: 1.428571429;
}
.contact-touch-point ul li {
    height: 76px;
}
.contact-touch-point ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #333;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.contact-touch-point ul li span {
    padding-top: 15px;
    font-size: 21px;
    display: block;
}
.language-mobile {
    color: #333;
    display: inline-block;
    font-size: 0.875rem;
    position: absolute;
    margin-left: 13.33333px;
    top: 14px;
    right: 60px;
}
.language-mobile > a{
    padding: 0 10px;
    display:inline-block;
    text-transform: uppercase;
    font-size:13px;
    line-height:-2px;
    color:#fff;
    font-weight:bold;
}
    .language-mobile > a:hover {
        color:#df771c;
    }
.language-mobile a.active {
    color:#df771c;
}
.language-mobile ul {
    position: absolute;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.language-mobile ul li{
        padding:5px 10px;
}
.language-mobile ul li a:hover{
   color:#ef2a3d;
}
.language-mobile li .flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
}
.language-mobile li .f-english {
    background-image: url(/images/icon-en.png);
}
.language-mobile li .f-vietnam {
    background-image: url(/images/icon-vi.png);
}
.language-mobile li .f-japan {
    background-image: url(/images/icon-ja.png);
}
.boxsp {
    margin:10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
    display:block;
    overflow:hidden;
    background:#df771c;
}
.boxsp:hover {
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.13);
    background:#e88025;
}
.boxsp .des{
    color:#fff;
}
/*.boxsp:hover .des{
    background:#333;
}*/
.boxsp .des h3{
    color:#fff;
}
.boxsp hr{
    border-color:#ef872c;
}
/*.boxsp:hover .des h3{
    color:#333;
}*/
.camket-home {
    position:relative;
}
.camket-content {
    color:#fff;
    font-size:40px;
    font-weight:100;
}
.camket-content strong{
    color:#df771c;
}
.bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	/*z-index: 1002;*/
	top: 0;
    bottom:0;
	left: 0;
    right:0;
}
.partners-img {
    border:1px solid rgba(0, 0, 0, 0.3);
}
.uu-diem {
    background:#f7f6fc;
    padding:15px;
    height:100%;
}
.uu-diem .image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.uu-diem .image span {
    border-radius: 100%;
}
.uu-diem .image span {
    background-color: #df771c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}