﻿/*
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: 'Montserrat';	
	src: url('/fonts/Montserrat.ttf') format('truetype');
	
}*/
/*@font-face{
	
	font-family: 'UTM-Avo';	
	src: url('/fonts/UTM-Avo.ttf') format('truetype');
	
}
@font-face{
	
	font-family: 'UTM-AvoBold';	
	src: url('/fonts/UTM-AvoBold.ttf') format('truetype');
	
}
@font-face{
	
	font-family: 'UTM-AvoItalic';	
	src: url('/fonts/UTM-AvoItalic.ttf') format('truetype');
	
}
@font-face{
	
	font-family: 'UTM-AvoBold_Italic';	
	src: url('/fonts/UTM-AvoBold_Italic.ttf') format('truetype');
	
}
@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
--------------------------------------------------------------*/
/*.site {
    background-color:#000;
}*/
/*.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: 1190px;
	}
}*/
.container-full{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.container-md{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.container-lg{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container-full{max-width:540px;padding: 0 15px;}.container-lg{max-width:540px;padding: 0 15px;}.container-md{max-width:540px;padding: 0 15px;}}
@media (min-width:768px){.container-full{max-width:720px;padding: 0 15px;}.container-lg{max-width:720px;padding: 0 15px;}.container-md{max-width:720px;padding: 0 15px;}}
@media (min-width:992px){.container-full{max-width:960px;padding: 0 15px;}.container-lg{max-width:960px;padding: 0 15px;}.container-md{max-width:960px;padding: 0 15px;}}
@media (min-width:1200px){.container-full{max-width:100%;padding: 0 15px;}.container-lg{max-width:1340px;padding: 0 15px;}.container-md{max-width:1280px;padding: 0 15px;}}
@media (min-width:1500px){.container-full{max-width:100%;padding: 0 90px;}}
@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: 'Montserrat';
	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: #666666;
}
.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: 'Montserrat';
    /*font-family: 'Work Sans';*/
	/*font-family: 'BVN';*/
}
.font-family-primary {
	font-family: 'UTM-AvoBold';
    /*font-family: 'Work Sans';*/
	/*font-family: 'BVN';*/
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-normal {
	font-weight: normal !important;
}
.text-primary {
	color: #212121 !important;
}
a.text-primary:hover {
	color: #f7a700 !important;
}
.text-secondary {
	color: #f7a700 !important;
}
a.text-secondary:hover {
	color: #212121 !important;
}
.text-999 {
	color: #999 !important;
}
a.text-999:hover {
	color: #f7a700 !important;
}
.text-666 {
	color: #666 !important;
}
a.text-666:hover {
	color: #f7a700 !important;
}
.text-333 {
	color: #333 !important;
}
a.text-333:hover {
	color: #f7a700 !important;
}
.text-white {
	color: #fff !important;
}
a.text-white:hover {
	color: #f7a700 !important;
    /*text-decoration:underline;*/
}
a.text-muted:hover {
	color: inherit !important;
}
.bg-blue {
  background-color: #0075bb;
}
.bg-xanh-den {
  background-color: #212936;
}
.bg-green {
  background-color: #74c157;
}
.bg-333 {
  background-color: #333;
}
.bg-131215 {
  background-color: #131215;
}
.bg-black {
  background-color: #000;
}
.bg-yellow {
  background-color: #f7a700;
}
.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-submain {
    background-color:#262529!important;
}
.bg-primary {
	background-color: #333 !important;
}
.bg-light {
	background-color: #fbfbfb !important;
}
.bg-light1 {
	background-color: #eeeeee !important;
}
.bg-light2 {
	background-color: #94989b !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-dark-70 {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-dark-60 {
	background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-40 {
	background-color: rgba(0, 0, 0, 0.4) !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;
}
.bg-1a191d {
    background-color:#1a191d!important;
}
.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;
}
.mn-h-80px {
    min-height:80px;
}
.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-04 {
	min-height: 4rem;
}
.mh-05 {
	min-height: 5rem;
}
.mh-06 {
	min-height: 6rem;
}
.mh-07 {
	min-height: 7rem;
}
.mh-08 {
	min-height: 8rem;
}
.mh-09 {
	min-height: 9rem;
}
.mh-10 {
	min-height: 10rem;
}
.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-23 {
    min-height: 23rem;
}
.mh-24 {
    min-height: 24rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-3 {
	min-height: 30rem;
}
.mh-4 {
	min-height: 35rem;
}
@media (max-width: 767px) {
    .mh-05.mh-06,.mh-07,.mh-08,.mh-09,.mh-10,
    .mh-195,
    .mh-0-1,
    .mh-1-5,
    .mh-1-75,
    .mh-1-8,
    .mh-1-9,
    .mh-20,
    .mh-21{
		min-height: 12.5rem;
	}
	.mh-22,
	.mh-23,
	.mh-24,
	.mh-2,                        
	.mh-3 {
		min-height: 15rem;
	}
	.mh-4 {
		min-height: 17.5rem;
	}
    .project-box .mh-23,
	.project-box .mh-24,
	.project-box .mh-2,                        
	.project-box .mh-3 {
		min-height: 20rem;
	}
}
.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: 9px 20px;
}
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: #f7a700;
	border-color: #f7a700;
    /*background: -moz-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7a700), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -o-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -ms-linear-gradient(top, #f7a700 0%, #333 100%);
	background: linear-gradient(to bottom, #f7a700 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a700', endColorstr='#333', GradientType=0 );
    border-color:none;*/
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #1a191d;
	border-color: #1a191d;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #f7a700;
	border-color: #f7a700;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #1a191d;
	border-color: #1a191d;
}
.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: #f7a700;
	border-color: #f7a700;
    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-box {
}
.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	/*margin-bottom: 1rem;*/
    /*width:300px;*/
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item {
	text-transform:uppercase;
    font-weight:500;
}
.breadcrumb-item a {
	color: #151515;
}
.breadcrumb-item.active {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
}
@media (max-width: 768px) {
	.breadcrumb-nav {
		width: auto; display:none;
	}
    .breadcrumb-box {
        display:none;
    }
}
/*--------------------------------------------------------------
# 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: #f7a700;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #f7a700;
	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);
	}
}
.gallery-service3 .container {
    max-width:1340px;
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header .container {
    max-width:1340px;
}
.site-header {
    background:#1a191d;
	width: 100%;
    position:relative;
	/*-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);*/
}
/*.site-header .header-top
{
   background:#000;
}*/
.site-header .top-header 
{
   /*background:#333;*/
   width:100%;
   padding:10px 0 10px 0;
   display: flex;
}
.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: #f7a700;
    font-size:13px;
    line-height:11px;
}
.site-header .top-header a.ef-search i {
	line-height:20px;
}
.site-header .top-header a:hover {
	    color: #f7a700;
}
.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:#f7a700;
}
.language-pc a.active {
    color:#f7a700;
}
.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:#f7a700;
}
/*.hbt-search-top .ef-search a{
    height:42px;
    cursor:pointer;
}*/
.hbt-search-top .ef-search i{
    padding:4px 0;
    color:#f7a700;
}
.hbt-search-top .ef-search i:hover{
    color:#fff;
}
.site-logo {
    padding:10px 0 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 {
    height: 40px;
}
.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 {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    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*/
    position: fixed; 
    z-index: 9999;
	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-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;
}
.site-contact a.tel span{
    border:1px solid #383838;
    border-radius: 50%;
    width:20px;
    height:20px;
    display:inline-block;
    padding:3px;
}
.site-contact a.tel span i{
    font-size:11px;
}
@media (min-width: 1200px) {
    .site-contact {
        /*border-right:1px solid #dcdcdc;*/
        min-height:64px;
        display:flex !important;
    }
}
@media (min-width: 991.98px) {
    .box-logo {
        width:300px;
    }
}
@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;*/
        height:35px;
        max-width:initial;
    }
    /*.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:#f7a700;
    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: 13px;
	text-transform: uppercase;
	display: block;
    font-weight:500;
    color:#fff;
    padding: 20px 0;
    font-family: 'Montserrat';
    letter-spacing: 2px;
}
.site-nav .menu > li > a:hover {
    color:#f7a700;
}
.site-nav .menu > li > a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    border-top:2px solid #f7a700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-nav .menu > li > a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
/*.site-nav .menu > li:hover > a:before {
    content:"";
    border-bottom:2px solid #383838;
    position:absolute;
    bottom:15px;
    z-index:9999;
    width:100%;
}*/
.site-nav-left .menu > li {
	margin-left: 2rem;
}
.site-nav-right .menu > li {
	margin-left: 2rem;
}
.site-nav .sub-menu {
	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;
    border-top:3px solid #f7a700;
}
.site-nav .sub-menu > li {
	padding: 0.3rem 1.25rem;
    border-bottom:1px solid #dcdcdc;
}
.site-nav .sub-menu > li:hover {
	background-color:#f7a700;
}
.site-nav .sub-menu > li > a {
	font-size: 0.935rem;
	white-space: nowrap;
	color: #212121;
	display: block;
}
.site-nav .sub-menu > li > a:hover {
	color: #fff;
}
/*.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: #1a191d;
	width: 100%;
	padding: 2.5rem 1.5rem 0;
	overflow: auto;
	position: fixed;
	z-index: 9999;
	top: 0; bottom: 0;
	left: 100%;
	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;
    color:#fff;
}
.modal-close.aside-nav-closer::before, .modal-close.aside-nav-closer::after {
    background:#fff;
}
.modal-close.aside-nav-closer:hover{
    background:#1a191d;
    color:#fff;
}
.aside-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-nav a {
	color: #f7a700;
    font-family:"Montserrat", serif;
    font-size:20px;
    /*font-weight:bold;*/
}
.aside-nav a:hover {
	color: #fff;
    /*text-decoration:underline;*/
}
.aside-nav .menu > li {
	border-bottom: 1px solid #323232;
	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: 1.5rem;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 14px;
	transition: all 0.3s ease 0s;
    font-weight: 300;
    color:#f7a700;
    background-color:#1a191d;
}
.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-color: #383838;*/
}
.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);
}
.home-brands-thumbs.slick-slider .slick-arrow {
	top:62%;
}
.home-brands-thumbs.slick-slider .slick-prev {
	background-image: none;
	left: -5px;
    width:30px;
    height:30px;
}
.home-brands-thumbs.slick-slider .slick-next {
	background-image: none;
	right: -5px;
    width:30px;
    height:30px;
}
.home-brands-thumbs.slick-slider .slick-arrow i {
    color: #f7a700;
    font-size: 30px;
}
.slick-slider .slick-dots li.slick-active button {
	background: #f7a700;
	border-color: #f7a700;
}
.home-brands-thumbs .slick-list .slick-track .slick-slide {
    color:#fff;
    font-size: 18px;
    font-weight: 500;
}
.home-brands-thumbs .slick-list .slick-track .slick-slide a{
    position:relative;
    padding-bottom:1.5rem;
}
.home-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a{
    color:#f7a700;
}

@media (min-width: 767px) {
.home-brands-thumbs .slick-list .slick-track .slick-slide a{
    position:relative;
}
.home-brands-thumbs {
    margin-bottom:10px;
}
.home-brands-thumbs .slick-list .slick-track:before{
    content:'';
    background: transparent;
	border-bottom: 1px solid #fff;
    width:100%;
    display:inline-block;
    position:absolute;
    z-index:88;
    bottom:7px;
    left:0;
    right:0;
    margin:0 auto;
}
    .home-brands-thumbs .slick-list .slick-track .slick-slide a:before{
        content:'';
        background: #ffffff;
	    border: 1px solid #151515;
        width:15px;
        height:15px;
	    border-radius: 50%;
        display:block;
        position:absolute;
        z-index:99;
        bottom:0;
        left:0;
        right:0;
        margin:0 auto;
    }
    .home-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a:before {
        content: '';
        /*border-bottom: 1.5rem solid #f5f5f5;
        border-left: 1.5rem solid transparent;
        border-right: 1.5rem solid transparent;*/
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background:#f7a700;
    }
    /*.home-brands-thumbs .slick-list .slick-track .slick-slide.slick-current a:before {
        content: '\f0d8';
        width: 90px;
        height: 83px;
        display: block;
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color:#f5f5f5;
        font-size:80px;
    }*/
}
.home-brands-images {
padding:80px 0 0 0;
}
@media (max-width: 991px) {
    .home-brands-thumbs .slick-list .slick-track .slick-slide a {
        min-height: 70px;
        line-height:22px;
        padding-bottom:0;
    }
}
/*@media (max-width: 768px) {
    .home-brands-thumbs .slick-list .slick-track .slick-slide a {
        min-height: 70px;
        padding-bottom:0;
    }
}*/
@media (max-width: 767px) {
    .brands-text {
        padding-top:15px;
    }
    .home-brands-images .slick-list .slick-track .slick-slide {
        /*background:#f5f5f5;*/
    }
    .timeline-box {
        padding-bottom:3rem!important;
    }
    .home-brands-images {
padding:25px 0 0 0;
}
}
.box-header {
    position:relative;
z-index:2;
}
/*--------------------------------------------------------------
# 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: 35%;
}

/*--------------------------------------------------------------
# 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;
}
@media (max-width: 768px) {
    .home-rooms .slick-slide a {
	    min-height: 15rem;
    }
    .home-rooms .slick-slide .h5 {
        font-size:1.2rem;
    }
}
.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;
}

.home-rooms.slick-slider .slick-arrow {
    background-image: none;
}
.home-rooms.slick-slider .slick-arrow i{
    color:#fff;
    font-size:30px;
}
.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
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .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: 'Montserrat';
	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 {
    background-image: url(/images/bg-footer.png);
    background-color: #1a191d;
    background-position:right top;
    background-repeat:no-repeat;
    background-size:contain;
	color: #fff;
    line-height:30px;
}
@media (max-width: 767px) {
    .site-footer {
        text-align:center;
    }
}
/*.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: #f7a700;
}
.logo-footer {
    /*text-transform: uppercase;*/
    color: #383838;
    font-size: 16px;
    font-weight: 500;
    /*line-height:20px;*/
    /*border-bottom:1px solid #373737;*/
}
.logo-footer img {
    width: 220px;
}
.site-footer h4 {
    color:#f7a700;
}
.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-social li a.zalo{
   width:35px;
   position:relative;
}
.footer-social li a.zalo i{
}
.footer-social li a.zalo i:before{
   content:'';
	background-image: url(/images/support_icon_zalo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    width: 35px;
	height: 35px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 0;
}
.footer-social li a.zalo img{
    width:100%;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	/*padding: 0.625rem 0;
    border-top:1px solid #234F96;*/
    /*margin-bottom: 1rem;
    display: inline-block;
    padding: 0 15px;*/

}
.footer-nav li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #f7a700;
  margin-right: 14px;
  vertical-align: middle;
  transition: all 200ms linear 0s;
}
.footer-nav li:hover:before { 
  background-color: #fff;
}
.footer-nav li a{
	/*text-transform:uppercase;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    line-height:30px;
}

@media (max-width: 768px) {
.head-mn-footer {
    border-bottom:1px solid #dcdcdc;
}
    .footer-nav li {
        border-bottom:1px solid #dcdcdc;
    }
}
.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:#f7a700;
}
.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: #bf882d;
	border-color: #bf882d;
}
@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: -20px;
    background-image: url(/images/icon-backslide-yellow.png);
}
.single-offer .owl-next {
	right: -20px;
    background-image: url(/images/icon-nextslide-yellow.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);
}

/*blog1*/
.single-blog1 .item{
    padding:2px;
}
.single-blog1 .owl-prev,
.single-blog1 .owl-next {    
    border-radius: 50%;
	color: #383838;
	background: rgba(255,255,255,0.5);
	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: 28%;
    padding:10px;
    width: 50px;
    height: 50px;
}
.single-blog1 .owl-prev {
    left: -47px;
    background-image: none;
}
.single-blog1 .owl-next {
	right: -47px;
    background-image: none;
}
.single-blog1 .owl-prev i{
	font-size:30px;
}
.single-blog1 .owl-next i{
	font-size:30px;
}
@media (max-width: 767px) {
    .single-blog1 .owl-prev {
	left: 1.625rem;
}
.single-blog1 .owl-next {
	right: 1.625rem;
}
}
.single-blog1 .owl-dots {
	text-align: center;
	list-style: none;
	padding: 2px;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-blog1 .owl-dot {
	display: inline-block;
	margin: 5px 3px;
	padding: 3px;
}
.single-blog1 .owl-dot.active {
	/*background: #f7a700;*/
	border: 1px solid #b2b2b2;
	padding: 2px;
}
.single-blog1 .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #b2b2b2;
	/*border: 1px solid #CCCCCC;*/
	/*border-radius: 50%;*/
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-blog1 .owl-dot span:hover,
.single-blog1 .owl-dot.active span {
	background: #f7a700;
	border-color: #f7a700;
}
/*blog*/
.single-blog .item{
    padding:2px;
}
.single-blog .owl-prev,
.single-blog .owl-next {    
    /*border-radius: 50%;*/
	color: #fff;
	background: #f7a700;
	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: 28%;
    padding:10px;
    width: 50px;
    height: 50px;
}
.single-blog .owl-prev {
    left: -27px;
    background-image: none;
}
.single-blog .owl-next {
	right: -27px;
    background-image: none;
}
.single-blog .owl-prev i{
	font-size:30px;
}
.single-blog .owl-next i{
	font-size:30px;
}
@media (max-width: 767px) 
{
.single-blog .owl-prev {
	left: 1.625rem;
}
.single-blog .owl-next {
	right: 1.625rem;
}
}
.single-blog .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-blog .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-blog .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-blog .owl-dot span:hover,
.single-blog .owl-dot.active span {
	background: #3f2832;
	border-color: #3f2832;
}
/*single news*/
.single-news .owl-prev,
.single-news .owl-next {
    border-radius: 50%;
	/*font-size: 3.75rem;*/
	color: #383838;
	background: rgba(255,255,255,0.5);
	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: 35%;
    padding:10px;
    width: 50px;
    height: 50px;
    /*text-indent:-9999rem;*/

}
.single-news .owl-prev {
	left: -47px;
    /*background-image: url(/images/icon-backslide-yellow.png);*/
}
.single-news .owl-next {
	right: -47px;
    /*background-image: url(/images/icon-nextslide-yellow.png);*/
}
.single-news .owl-prev i{
	font-size:30px;
}
.single-news .owl-next i{
	font-size:30px;
}
/*single dichvu*/
.single-dichvu .owl-prev,
.single-dichvu .owl-next {
	/*font-size: 3.75rem;*/
	color: #fff;
	background: #f7a700;
	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: 35%;
    padding:10px;
    width: 50px;
    height: 50px;
    /*text-indent:-9999rem;*/

}

.single-dichvu .owl-prev:hover,
.single-dichvu .owl-next:hover {
    color:#212121;
}
.single-dichvu .owl-prev {
	left: -27px;
    /*background-image: url(/images/icon-backslide-yellow.png);*/
}
.single-dichvu .owl-next {
	right: -27px;
    /*background-image: url(/images/icon-nextslide-yellow.png);*/
}
@media (max-width: 1499px) {
    .single-dichvu .owl-prev {
	left: -15px;
}
.single-dichvu .owl-next {
	right: -15px;
}
}
.single-dichvu .owl-prev i{
	font-size:30px;
}
.single-dichvu .owl-next i{
	font-size:30px;
}
/*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: #f7a700;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.single-Whoweserve .item:hover .image span {
    background-color: #f7a700;
}
.single-Whoweserve .item h3 {
    color:#f7a700;
}
.single-Whoweserve .item:hover h3 {
    color:#f7a700;
}
/*.single-Whoweserve .item a:hover {
    color: #f7a700;
}*/
/*end*/
.single-cus .owl-prev,
.single-cus .owl-next {
	color: #fff;
    background: rgba(247,167,0,.5);
    border: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 10;
    top: 35%;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-cus .owl-prev {
	left: -45px;
}
.single-cus .owl-next {
	right: -45px;
}
.single-cus .owl-prev:hover, .single-cus .owl-next:hover {
	background: #f7a700;
}
.single-cus .owl-item .item{
    /*border-left:1px solid #dcdcdc;*/
    /*bormder-left:1px solid #dcdcdc;*/
    /*border:1px solid #f7a700;*/
    /*background:#fff;*/
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.single-cus .owl-prev i, .single-cus .owl-next i {
  font-size: 30px;
}
@media (max-width: 1199px) {
    .single-cus .owl-prev {
        margin-top: -5.5rem;
    }

    .single-cus .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-offer .owl-prev {
	left: -10px;
}
.single-offer .owl-next {
	right: -10px;
}
.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-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-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-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-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: #f7a700;
	border-color: #f7a700;
}
.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: #f7a700;
	border: 1px solid #f7a700;
	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: #f7a700;
	border-color: #f7a700;
}
.single-cus-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: #f7a700 ;
	border-color: #f7a700 ;
}
.single-news-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
/*review*/
.single-reviews {
    background-color:#262529;
}
/*single reviews*/
.single-reviews .owl-prev,
.single-reviews .owl-next {
	/*font-size: 3.75rem;*/
	color: #fff;
	background: #f7a700;
	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: 35%;
    padding:10px;
    width: 50px;
    height: 50px;
    /*text-indent:-9999rem;*/

}

.single-reviews .owl-prev:hover,
.single-reviews .owl-next:hover {
    color:#212121;
}
.single-reviews .owl-prev {
	left: -27px;
}
.single-reviews .owl-next {
	right: -27px;
}
.single-reviews .owl-prev i{
	font-size:30px;
}
.single-reviews .owl-next i{
	font-size:30px;
}
/*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: 'Montserrat', 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: 'Montserrat', 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:15px;
}
.nav.tabbox > li > a.active
{
    border-bottom: 0.25rem solid #f7a700;
    padding-bottom: 0.5rem;
    color:#f7a700;
}
@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;
}
.font22px {
    font-size: 22px !important;
}
.font24px {
    font-size: 24px !important;
}
.font25px {
    font-size: 25px !important;
}
.font26px {
    font-size: 26px !important;
}
.font27px {
    font-size: 27px !important;
}
.font28px {
    font-size: 28px !important;
}
.font29px {
    font-size: 29px !important;
}
.font30px {
    font-size: 30px !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: #f7a700;
    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: 60px;
    height: 60px;
    /*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 #f7a700;
}
.box-about-text {
    background-image: url(/images/bg-review.png);
    padding:35px;
}
.box-about-text1 {
    /*background-image: url(/images/bg-review.png);*/
    background:#fbfbfb;
    padding-top:15px;
}
.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:1rem;
}
.bg-fffce1 {
background:#fffce1;
}
.no-banner {
margin-top:85px;
}
.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:#f7a700;
font-weight:bold;
}
.title-td strong {
    color:#333;
}
.td-info div i {
    color:#f7a700;
}
.td-info div strong {
    color:#f7a700;
}
.td-info div span {
    color:#fff;
}
.text-red{color:#de192c!important}
.text-yellow{color:#f7a700!important}
a.text-yellow{color:#f7a700!important}
.text-gray{color:#666!important}
.text-black{color:#000!important}
.banner-title {
    font-size:50px;
    color:#333;
    font-family:"Playfair Display";
    font-weight:normal;
}
.banner-title a{
    font-size:50px;
}
.banner-desc {
    font-size:16px;
    font-family:"Raleway";
    /*font-family:"GOODVIBESPRO";*/
    color:#000;
    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-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:100px 0;
}
.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 {
}*/

.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: 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;
  list-style:none;
}

/*.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: #1a191d;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #eaeaea;
  font-size:13px;
  text-transform:uppercase;
  font-weight:500;
}
.blog aside .box ul li a:hover {
  color: #fff;
  background-color:#f7a700;
}
.blog aside .box ul li.active {
  list-style-type: disc;
}

.blog aside .box ul li.active a {
  color: #f7a700;
  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: #1a191d;
    /*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:#94989b;*/
}
.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 5px;
}

.pager-content ul li.disabled {
    color:#999;
}
.pager-content ul li.pager-current span {
    background:#383838;
    color:#fff;
    text-align:center;
    padding:5px 10px;
    border:1px solid #383838;
}
.pager-content ul li.pager-item a {
    background:#fff;
    color:#383838;
    text-align:center;
    border:1px solid #666;
    padding:5px 10px;
}
.pager-content ul li.pager-item a:hover {
    background:#666;
    color:#fff;
}
.pager-content ul li.pager-item a {
    color:#333;
}
.pager-content ul li.pager-item a:hover {
    color:#fff;
}
.pager-content ul li a.pager-next {
    color:#333;
}
.pager-content ul li.pager-item span {
    background:#fff;
    color:#383838;
    text-align:center;
    border:1px solid #666;
    padding:5px 10px;
    cursor:pointer;
}
.pager-content ul li.pager-item span:hover {
    background:#666;
    color:#fff;
}
.pager-content ul li item.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 #bf882d;
    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: 30%;*/
    /*float: none;*/
    margin-bottom: 10px;
    font-size:14px;
    color:#9b9b9b;
}
.post_list_info_date {
    color: #f7a700;
    position: relative;
    display: block;
}
.post_list_info_date::before {
    border-color: #f7a700;
}
.post_list_info_date::before {
    content: "\f017";
    /*border-bottom: 1px solid #bf882d;
    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 #bf882d;
    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:#f7a700;
    }
.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:#f7a700;
}
.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:#f7a700;
}
.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:#f7a700;
}
.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;
}
.site-home {
    /*margin-top:-200px;*/
    background-color:#1a191d;
}
.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:#f5f5f5;
}
.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:#f7a700;
}
.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: #f7a700;
}
.duan-content-home {
    text-align:justify;
}
/*.img-about:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 30px;
    border: 1px #f7a700 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 #f7a700 solid;
    z-index: 2;
    border-radius: 10px;
}
.border-radius-10 {
    border-radius: 10px;
}
.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:#f7a700 !important;
border-bottom-color:#333 !important;
border-left-color:#f7a700 !important;
border-right-color:#333 !important;
}
a.border-secondary {
    /*border-color: #333 !important*/
    border-top-color:#333 !important;
border-bottom-color:#f7a700 !important;
border-left-color:#333 !important;
border-right-color:#f7a700 !important;
}
a.border-secondary:hover {
    border-top-color:#f7a700 !important;
    border-bottom-color:#333 !important;
    border-left-color:#f7a700 !important;
    border-right-color:#333 !important;
    /*border-color: #f7a700 !important*/
}
a:hover i.text-secondary{
    /*color: #f7a700 !important*/    
    border-top-color:#333 !important;
border-bottom-color:#f7a700 !important;
border-left-color:#333 !important;
border-right-color:#f7a700 !important;
}
a:hover i.border-secondary{
    /*border-color: #f7a700 !important*/
    border-top-color:#333 !important;
    border-bottom-color:#f7a700 !important;
    border-left-color:#333 !important;
    border-right-color:#f7a700 !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: #f7a700 !important
}
a.border-secondary-blue:hover {
    border-color: #f7a700 !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: 25px;
	right: 25px;
	bottom: 25px;
	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 #f7a700;
	border-bottom: 2px solid #f7a700;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.about-image-area:after {
	border-right: 2px solid #f7a700;
	border-left: 2px solid #f7a700;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.about-image-area:hover:before,
.about-image-area.hover:before
{
	/*border-top: 2px solid #f7a700;
	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 #f7a700;*/
	opacity: 1.0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.about-image-area i.fa-play:before {
	background: -moz-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7a700), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -o-linear-gradient(top, #f7a700 0%, #333 100%);
	background: -ms-linear-gradient(top, #f7a700 0%, #333 100%);
	background: linear-gradient(to bottom, #f7a700 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a700', 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%, #f7a700 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #333), color-stop(100%, #f7a700));
	background: -webkit-linear-gradient(top, #333 0%, #f7a700 100%);
	background: -o-linear-gradient(top, #333 0%, #f7a700 100%);
	background: -ms-linear-gradient(top, #333 0%, #f7a700 100%);
	background: linear-gradient(to bottom, #333 0%, #f7a700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#f7a700', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hoatdong:hover {
    background:#d2e2f1;
}
.ptop-0 {padding-top:0;}
.ptop-05 {padding-top:.5rem;}
.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-05 {padding-bottom:.5rem;}
.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-05 {margin-top:.5rem;}
.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-05 {margin-bottom:.5rem;}
.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 #f7a700;
    padding:50px;
    /*margin-left:50px;*/
    color:#fff;
    position: relative;
}
.box-partners .box-partners-title {
    text-transform: uppercase;
    background-color: #f7a700;
    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 #f7a700;
    border-right:2px solid #f7a700;
    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 #f7a700;
    border-left:2px solid #f7a700;
    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: #f7a700;
    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-box {
margin-top:-50px;
}
.reviews-item-img {
    margin:0 auto;
    width:70px;
    height:70px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.09);
}
.reviews-item-img img{
    width:100%;
}
.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: #f7a700;    
	/*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: 25px;
    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;
    font-size:18px;
    font-style:italic;
}
.reviews-item .reviews-item-content .reviews-item-title {
    margin: 10px 0;
    font-size: 1.4em;
}

.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);*/
}
.footer-bottom {
    background:#131215;
    padding:10px 0;
}
.copyright p{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin:0;
}

/*--------------------------------------------------------------
# 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(247,167,0,0.7);
    bottom:0;
    left:0;
    right:0;
    padding:15px;
    color:#fff;
    text-align:center;
}
.des-body .des-info h5{
    color:#fff;
    font-size:16px;
}
.des-body1 .des-info {
    position:absolute;
    background: rgba(247,167,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: 'Montserrat';*/
    /*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 {
    width:100%;
    /*height:auto;*/
}
.fix-img-height {
    /*height:100%;*/
    /*width:auto!important;*/
    width:80%;
}
.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);
}
.img-circle1 {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    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: #f7a700;
    display: inline-block;
    font-size: 0.875rem;
    position: absolute;
    margin-left: 13.33333px;
    top: 22px;
    right: 60px;
}
.language-mobile > a{
    padding: 0 10px;
    display:inline-block;
    text-transform: uppercase;
    font-size:15px;
    line-height:-2px;
    color:#f7a700;
    font-weight:bold;
}
    .language-mobile > a:hover {
        color:#f7a700;
    }
.language-mobile a.active {
    color:#f7a700;
}
.language-mobile ul {
    position: absolute;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 115px;
    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:#f7a700;
}
.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);
}
#mobilelanguage li a {
    font-weight:bold;
}
.boxsp {
    margin:10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
    display:block;
    overflow:hidden;
    background:#f7a700;
}
.boxsp:hover {
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.13);
}
.boxsp .des{
    background:#f7a700;
}
/*.boxsp:hover .des{
    background:#333;
}*/
.boxsp .des h3{
    /*color:#fff;*/
    line-height:26px;
}
.boxsp .des h3.text-white-secondary{
    color:#fff;
}
.boxsp:hover .des h3.text-white-secondary{
    color:#f7a700;
}
.boxsp .des h3.text-secondary-white{
    color:#f7a700;
}
.boxsp:hover .des h3.text-secondary-white{
    color:#fff;
}
.boxsp:hover .des hr{
    border-color:#ffc72b;
}
.boxsp .des p {
    color:#f7a700;
}
.boxsp:hover .des .title-sp {
    color:#fff;
}
.boxsp:hover .des p {
    color:#fff;
}
/*Item SP*/
.itemsp {
    margin:10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
    display:block;
    overflow:hidden;
}
.itemsp:hover {
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.13);
}
.itemsp .des{
    /*background:#f7a700;*/
}
/*.itemsp:hover .des{
    background:#333;
}*/
.itemsp .des h3{
    color:#f7a700;
}
.itemsp:hover .des h3{
    color:#fff;
}
.itemsp:hover .des hr{
    border-color:#ffc72b;
}
.itemsp:hover .des .title-sp {
    color:#fff;
}
.camket-home {
    position:relative;
}
.camket-content {
    color:#fff;
    font-size:40px;
    font-weight:100;
}
.camket-content strong{
    color:#f7a700;
}
.bg-overlay {
	background: rgba(0, 44, 115, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	/*z-index: 1002;*/
	top: 0;
    bottom:0;
	left: 0;
    right:0;
}
.doi-tac {
    position:relative;
    overflow:hidden;
    border-radius: 50%;
}
.partners-img {
    /*border:1px solid #f7a700;*/
    width:100%;
}
.partners-img img{
    width:100%;
}
.std-cat-post .new-item {
    border-radius: 10px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
    /*margin: 15px;*/
    overflow: hidden;
    height: 100%;
}
.services-list {
    padding:5rem 0;
}

.services-info-box {
    margin: 4rem 0;
}
.services-info .services-info-des{
    margin-bottom:3rem;
}
.col-md-6.large-order-2 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-left:2rem !important;
    padding-right:8rem !important;
    text-align:left;
}
.col-md-6.large-order-1 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-right:2rem !important;
    padding-left:8rem !important;
    text-align:right;
}
.col-md-8.large-order-2 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-left:2rem !important;
    /*padding-right:3rem !important;*/
    text-align:left;
}
.col-md-8.large-order-1 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-right:2rem !important;
    /*padding-left:3rem !important;*/
    text-align:right;
}
.col-md-4.large-order-2 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-left:2rem !important;
    /*padding-right:3rem !important;*/
    text-align:left;
}
.col-md-4.large-order-1 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-right:2rem !important;
    /*padding-left:3rem !important;*/
    text-align:right;
}
.col-md-7.large-order-1 .services-info {
    padding-top:2rem !important;
    /*padding-bottom:2rem !important;*/
    padding-right:2rem !important;
    padding-left:13rem !important;
    text-align:right;
}
.col-md-7.large-order-2 .services-info {
    padding-top:2rem !important;
    padding-left:13rem !important;
    padding-right:2rem !important;
    text-align:left;
}
@media (max-width: 768px) {
    .services-list {
        padding:3rem 0;
    }
.services-info .services-info-des{
    margin-bottom:1.5rem;
}
.services-info-box {
    margin:2rem 0;
}
.col-md-7.large-order-1 .services-info {
    padding-top:2rem !important;
    padding-right:0 !important;
    padding-left:0 !important;
    text-align:left;
}
.col-md-7.large-order-2 .services-info {
    padding-top:2rem !important;
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:left;
}
.col-md-8.large-order-2 .services-info {  
    padding:2rem 0 0 0 !important;
    text-align:left;
}
.col-md-8.large-order-1 .services-info {
    padding:2rem 0 0 0 !important;
    text-align:left;
}
.col-md-6.large-order-2 .services-info {
    padding:2rem 0 0 0 !important;
    text-align:left;
}
.col-md-6.large-order-1 .services-info {
    padding:2rem 0 0 0 !important;
    text-align:left;
}
.col-md-4.large-order-2 .services-info {
    padding:2rem 0 0 0 !important;
    text-align:left;
}
.col-md-4.large-order-1 .services-info {
        padding:2rem 0 !important;
        text-align:left;
    }
}
.pl-02, .px-02 {
    padding-left: -0.5rem !important;
}
.pr-02, .px-02 {
    padding-right: -0.5rem !important;
}
@media (min-width: 768px) {
    .large-order-2 {
        order: 2;
    }

    .large-order-1 {
        order: 1;
    }
}
.home-gallery .home-gallery-list .container{
    max-width: 1340px;
}
.col-gallery{position:relative;width:100%;padding-right:10px;padding-left:10px}
@media (min-width:380px) {
    .col-gallery {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*@media (min-width:860px) {
    .col-gallery {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}*/
@media (min-width:680px) {
    .col-gallery {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width:992px) {
    .col-gallery {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width:1200px) {
    .col-gallery {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.contact-home {
    padding:5rem;
}
.formcontact-home {
    padding:0 140px;
}
.formcontact-home .form-group .form-control {
    border-top:0;
    border-left:0;
    border-right:0;
}
@media (max-width:767px) {
.contact-home {
    padding:3rem 0;
}
    .formcontact-home {
        padding:0;
    }
}
.dichvu-info {
    width:300px;
}
@media (max-width: 768px) {
.dichvu-info {
    width:auto;
}
}
.other-header {
    /*position:relative;*/
    display:inline-block;
    width:100%;
    margin-bottom:15px;
}
.other-header h2{
    float:left;
}
.other-header a.other-all{
    float:right;
}
.clear {
    clear: both;
}
.smartsoft{bottom: 30px; left:0px; display: block;}
.smartsoft-phone.smartsoft-static {opacity: 0.8;}.smartsoft-phone.smartsoft-hover {opacity: 0.5;}
.smartsoft-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 160px;left: 20px;opacity: 0.1;position: absolute;top: 20px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 160px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;}
.smartsoft-phone.smartsoft-static .smartsoft-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;}
.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(232, 192, 78, 1);opacity: 0.5;}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(236,16,25, 1);opacity: 0.5;}
.smartsoft-phone.smartsoft-green .smartsoft-ph-circle {border-color: rgba(232, 192, 78, 1);opacity: 0.5;}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(246, 65, 17, 0.96);opacity: 0.5;}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle {border-color: rgba(236,16,25, 1);opacity: 0.5;}
.smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 100px;left: 50px;opacity: 0.1;position: absolute;top: 50px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 100px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-circle-fill {animation: 1.7s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;}
.smartsoft-phone.smartsoft-static .smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;opacity: 0 !important;}
.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(232,192,78, 1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(232,192,78, 1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-green .smartsoft-ph-circle-fill {background-color: rgba(232,192,78, 1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(204, 204, 204, 0.5);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle-fill {background-color: rgba(232,192,78, 1);opacity: 0.75 !important;}
.smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;background-color: rgba(30, 30, 30, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 70px; /*opacity: 0.9;*/position: absolute;top: 70px;transform-origin: 50% 50% 0;width: 60px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}
/*.smartsoft-phone.smartsoft-static .smartsoft-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}*/
.smartsoft-phone.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(232,192,78, 1);}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(232,192,78, 1);}
.smartsoft-phone.smartsoft-green .smartsoft-ph-img-circle {background-color: #cc9c12;/*background-color: rgba(233,48,0, 1);*/}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(246, 65, 17, 0.96);}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-img-circle {background-color: rgba(236,16,25, 1);}
.smartsoft-phone {background-color: transparent;cursor: pointer;height:160px;width:160px;position:fixed;transition: visibility 0.5s ease 0s;visibility: hidden;z-index: 100 !important;}
.smartsoft-phone.smartsoft-show {visibility: visible;}
@keyframes smartsoft-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .1;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-fill-anim {
    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }
    0%, 100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media (max-width: 939px) {
.smartsoft{bottom: 0; left:0px; display: block;}
    .smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 50px;left: 25px;opacity: 0.1;position: absolute;top: 25px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 50px;}
.smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;background-color: rgba(30, 30, 30, 0.1);background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 30px;left: 35px;/*opacity: 0.7;*/position: absolute;top: 35px;transform-origin: 50% 50% 0;width: 30px;background-size:25px 25px;}
.smartsoft-phone {background-color: transparent;cursor: pointer;height: 100px;position: fixed;transition: visibility 0.5s ease 0s;visibility: hidden;width: 100px;z-index: 100 !important;}.smartsoft-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 80px;left: 10px;opacity: 0.1;position: absolute;top: 10px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}}


#social {
    /*position: fixed;
    right: 0;
    top: 45% !important;
    z-index: 99;*/
    position:fixed;top:150px;right:-2px;cursor:pointer;z-index:9;background:#fff;border-right:0;width:40px;
    /*height:150px;*/
    padding:5px 0;text-align:center;border-radius:5px 0 0 5px;box-shadow:0 3px 15px rgba(0,0,0,.1);line-height:1.4;-webkit-transform:translate(0px,0px);-moz-transform:translate(0px,0px);transform:translate(0px,0px);-webkit-transition:-webkit-transform .6s ease;-moz-transition:transform .6s ease;-o-transition:-o-transform .6s ease;transition:transform .6s ease
}
#social .social-top {
    width: 40px;
    background:#fff;
    /*border: 1px dashed #a5a5a5;*/
}
#social .social-top a {
   display:inline-block;
   /*margin-bottom:10px;*/
   padding:12px 5px;
   width:100%;
}
/*#social .social-top a div{
   background-color: rgba(64,40,53,0.9);
   border-radius: 100%;
}*/
/*#social .social-top a:hover div{
   background-color: #3f2832;
}*/
#social .social-top .icon {
            /*height: 16px;
            width: 16px;*/
            text-align: center;
            margin: 0 auto;
            background-position: left top;
            -webkit-transition: width .2s;
            position: relative;
            right: 0;
            font-size: 20px !important;
            /*border-right: 1px dashed #a5a5a5;
            border-top: 1px dashed #a5a5a5;*/
}

#social .social-top .icon span{
    display:none;
    position:absolute;
    left:62px; top:14px;
    color:#3f2832;
    font-size:14px;
    font-weight:500;
    font-family: 'Work Sans';
    border-radius:30px ;
    background-color: rgba(64,40,53,0.9);
    color:#fff;
    padding:5px 20px;
}
#social .social-top .icon:hover span{
    display:block;
}
#social .social-top .icon i{
   color:#383838;
}
/*#social .social-top .icon:last-child {
    border-bottom: 1px dashed #a5a5a5;
}*/
/*#social .social-top .App {
    color: #fff;
    border-top: 1px dashed #a5a5a5;
}
#social .social-top .App:hover 
{
    color: #fff;
    background: #fc3400;
    border-left: 1px solid #fc3400;
    border-top: 1px dashed #fc3400;
    border-bottom: 1px dashed #fc3400;
}
#social .social-top .Linkedin {
    color: #fff;
}
#social .social-top .Linkedin:hover 
{
    color: #fff;
    background: #0a66c2;
    border-left: 1px solid #0a66c2;
    border-top: 1px dashed #0a66c2;
    border-bottom: 1px dashed #0a66c2;
}
#social .social-top .Tripadvisor {
    color: #fff;
}
#social .social-top .Tripadvisor:hover 
{
    color: #fff;
    background: #00af87;
    border-left: 1px solid #00af87;
    border-top: 1px dashed #00af87;
    border-bottom: 1px dashed #00af87;
}
#social .social-top .Instagram {
    color: #fff;
}
#social .social-top .Instagram:hover 
{
    color: #fff;
    background: #cd0079;
    border-left: 1px solid #cd0079;
    border-top: 1px dashed #cd0079;
    border-bottom: 1px dashed #cd0079;
}
#social .social-top .Facebook 
{
    color: #fff;
}
#social .social-top .Facebook-f:hover 
{
    color: #fff;
    background: #3b5897;
    border-left: 1px solid #3b5897;
    border-top: 1px dashed #3b5897;
    border-bottom: 1px dashed #3b5897;
}
#social .social-top .Google-Plus 
{
    color: #fff;
}
#social .social-top .Google-Plus:hover 
{
    color: #fff;
    background: #f0433a;
    border-left: 1px solid #f0433a;
    border-top: 1px dashed #f0433a;
    border-bottom: 1px dashed #f0433a;
}
#social .social-top .Twister 
{
    color: #fff;
}
#social .social-top .Twister:hover 
{
    color: #fff;
    background: #1da1f2;
    border-left: 1px solid #1da1f2;
    border-top: 1px dashed #1da1f2;
    border-bottom: 1px dashed #1da1f2;
}
#social .social-top .Youtube 
{
    color: #fff;
}
#social .social-top .Youtube:hover 
{
    color: #fff;
    background: #cb2027;
    border-left: 1px solid #cb2027;
    border-top: 1px dashed #cb2027;
    border-bottom: 1px dashed #cb2027;
}
#social .social-top .Guide 
{
    color: #fff;
}
#social .social-top .Guide:hover 
{
    color: #fff;
    background: #fc7700;
    border-left: 1px solid #fc7700;
    border-top: 1px dashed #fc7700;
    border-bottom: 1px dashed #fc7700;
}
#social .social-top .Messenger 
{
    color: #fff !important;
}
#social .social-top .Messenger:hover 
{
    color: #fff;
    background: #0084ff;
    border-left: 1px solid #0084ff;
    border-top: 1px dashed #0084ff;
    border-bottom: 1px dashed #0084ff;
}
#social .social-top a .Messenger:hover 
{
    color: #fff !important;
}
#social .social-top .Gallery 
{
    color: #fff;
}
#social .social-top .Gallery:hover 
{
    color: #fff;
}
#social .social-top .Location 
{
    color: #fff;
}
#social .social-top .Location:hover 
{
    color: #fff;
}*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*.project-item {
  position:relative;
  display: none;
  animation: blur .7s ease-out ;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}*/
.project-box {
}
.project-info {
    /*display:none;*/
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 10;
    background-color:rgba(47,57,95,0.9);
    color:#fff;
    opacity:0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*transition: .3s;*/
}
.project-box:hover .project-info {
    /*display: -ms-flexbox !important;
    display: flex !important;*/
    opacity:1;
   -webkit-transform:translateX(0);
 -ms-transform:translateX(0);
 -o-transform:translateX(0);
 transform:translateX(0)

}
.project-info h3{
    color:#fff;
}
.project-info h4{
    color:#fff;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
#loadMore {
  /*width: 200px;*/
  color: #fff;
  /*display: block;*/
  text-align: center;
  font-size: 1rem;
  /*margin: 20px auto;*/
  padding: 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
  /*border-radius: 10px;*/
  border: 1px solid transparent;
  background-color: #151515;
  margin:0 auto;
  /*animation: blur .75s ease-out ;*/
  /*text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;*/
  transition: .3s;
}
#loadMore:hover {
  color: #fff;
  background-color: #151515;
  border: 1px solid #151515;
  text-decoration: none;
}
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark button {
    border:none;
}
.butn-dark a, .butn-dark button {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #f7a700;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
/*.butn-dark a:hover {color: #212121;}*/
.butn-dark a:after, .butn-dark button:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    color: #212121;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span, .butn-dark button span{
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after, .butn-dark button:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span,.butn-dark button:hover span  {
    color: #212121;
}
/* dark1 */
.butn-dark1 {
    position: relative;
    line-height: 1.2em;
}
.butn-dark1 a, .butn-dark1 button {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #f7a700;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
/*.butn-dark1 a:hover {color: #212121;}*/
.butn-dark1 a:after, .butn-dark1 button:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #212121;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark1 a span, .butn-dark1 button span{
    position: relative;
    z-index: 2;
}
.butn-dark1 a:hover:after, .butn-dark1 button:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark1 a:hover span, .butn-dark1 button:hover span {
    color: #fff;
}
a.butn {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    background-color: #f7a700;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
a.butn:hover {
    color:#212121;
}
a.butn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background-color: #fff;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.butn span {
    position: relative;
    z-index: 2;
}
a.butn:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
a.cta {
  text-align: center;
  display: inline-block;
  /*float: left;*/
  clear: both;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  color: #212121;
  font-weight:400;
}
a.cta::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f7a700;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

a.cta:hover {
    text-decoration: none;
}
a.cta:hover::after {
      visibility: visible;
      width: 100%;
}

a.cta1 {
  text-align: center;
  display: inline-block;
  /*float: left;*/
  clear: both;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  color: #3d3935;
  font-weight:400;
  letter-spacing:1px;
  font-size:18px;
}
a.cta1::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    /*width: 0;*/
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #d3b5a3;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
  }

a.cta1:hover {
    color: #d3b5a3;
    text-decoration: none;
}

a.cta2 {
  text-align: center;
  display: inline-block;
  /*float: left;*/
  clear: both;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  color: #3d3935;
  font-weight:400;
  letter-spacing:1px;
  font-size:18px;
}
a.cta2::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    /*width: 0;*/
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #3d3935;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
  }

a.cta2:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.home-contact-box {
    height:80px;
    position:relative;
}
.cms-contact-box 
{
  position:absolute;
  background-color: #f7a700;
  color: #fff;
  right:0;
  bottom:0px;
  padding: 32px 80px 32px 40px;
  z-index:99;
}
.cms-contact-box .info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  /*padding-right: 80px;*/
}
.cms-contact-box .info-item + .info-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,.35);
}
.cms-contact-box .info-item .inner-icon {
  font-size: 22px;
  flex: none;
  margin-right: 12px;
}
.cms-contact-box .info-item .inner-icon {
  font-size: 22px;
}
.cms-contact-box .info-item .inner-text {
  font-family: 'Montserrat', serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3px;
}
.cms-contact-box .info-item .inner-text a {
  color:#fff;
}
.cms-contact-box .info-item .inner-text a:hover {
  color:#fff;
  text-decoration:underline;
}
@media screen and (max-width: 767px) {
    .home-contact-box {
        /*display:none;*/
        height:auto;
    }
    .cms-contact-box 
{
  position:inherit;
  padding:15px;
}
}
.fix-title-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-2 
{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.bg-slide {    
	background-image: url(/images/bee_overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
.elementor-column-gap-default{    
	background-image: url(/images/bee_overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
.section-subtitle {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    /*color: #fefefe;*/
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.section-subtitle span {
 color: #3d3935;
}
.section-title {
    font-size: 35px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    color: #3d3935;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.section-title span {
    color: #fff;
}
.section-title1 {
    font-size: 30px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    color: #3d3935;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.section-title1 span {
    color: #fff;
}
.main-title {
    font-size: 45px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    color: #f7a700;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-transform:uppercase;
}
@media screen and (max-width: 1200px) {
    .section-title {
        font-size: 35px;
    }
    .section-title1 {
        font-size: 25px;
    }
.main-title {
    font-size: 30px;
}
    .section-subtitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {    
    .section-subtitle {
        font-size: 18px;
    }
.main-title {
    font-size: 25px;
}
    .section-title1 {
        font-size: 25px;
    margin-bottom: 20px;
    }
    .section-padding {
        padding:30px 0;
    }
.section-title {font-size: 30px;
}
}
.main-title span {
    color: #fff;
}
.entry-readmore {
  display: inline-block;
  margin-top: 17px;
}
.cms-service-grid.layout2 .grid-item-inner{background-color:rgba(255,255,255,10%);overflow:hidden;padding:35px 25px;transition:all 300ms ease 0s}
.cms-service-grid.layout2 .grid-item-inner .entry-body .service-icon{margin-bottom:23px}
.cms-service-grid.layout2 .grid-item-inner .entry-body .service-icon img{max-height:50px;width:auto;filter:brightness(0)invert(1);opacity:.5;transition:all 300ms ease 0s}
.cms-service-grid.layout2 .grid-item-inner .entry-body .entry-title{font-size:15px;letter-spacing:.02em;color:#fff; text-transform:uppercase;}
.cms-service-grid.layout2 .grid-item-inner .entry-body .entry-content{color:#ededed;transition:all 300ms ease 0s;margin-top:13px}
.cms-service-grid.layout2 .grid-item-inner .entry-body .action-buttons{margin-top:5px}
.cms-service-grid.layout2 .grid-item-inner .entry-body .action-buttons .btn{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:40px;height:40px;padding:0;line-height:1;background-color:#fff;color:#1a191d; position:relative;}
    .cms-service-grid.layout2 .grid-item-inner .entry-body .action-buttons .btn:hover {border-color:#212121;
    }
.cms-service-grid.layout2 .grid-item-inner .entry-body .action-buttons .btn i{font-size:18px;margin:11px auto;}
.cms-service-grid.layout2 .grid-item-inner:hover{background-color:#fff}
.cms-service-grid.layout2 .grid-item-inner:hover .entry-body .service-icon img{filter:none;opacity:1;transform:rotateY(360deg)}
.cms-service-grid.layout2 .grid-item-inner:hover .entry-body .entry-title{color:#1a191d}
.cms-service-grid.layout2 .grid-item-inner:hover .entry-body .entry-content{color:#666}
.cms-service-grid.layout2 .grid-item-inner:hover .entry-body .action-buttons .btn{background-color:#f7a700;color:#fff;}
.action-buttons .btn:after {
  content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background-color: #212121;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action-buttons .btn:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.action-buttons .btn:hover i {
    position:relative;
    z-index:2;
    color: #fff;
}
.chuky-box {
position:absolute;
left:0;
right:0;
bottom:0;
}
.chuky-box .chuky-content {
        background-color:#fff;
        padding:20px 25px;
}
.chuky-content-1 {
    padding-left:15px;
    border-left:3px solid #f7a700;
}
@media screen and (max-width: 991px) {
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
.about-content-home {
    margin: 0% 18% 0% 5%;
    -e-column-margin-right: 18%;
    -e-column-margin-left: 5%;
}
@media screen and (max-width: 767px) {
    .about-content-home {
    margin: 0%;
    -e-column-margin-right: 0%;
    -e-column-margin-left: 0%;
}
}
.type13 {
    background-image: url(/images/bee_overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-overlay-img {
    background-image: url(/images/bee_overlay.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}
.kinhnghiem-item + .kinhnghiem-item {
  margin-top: 34px;
}
.kinhnghiem-item .kinhnghiem-title {
  font-family: 'Montserrat', serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}
.kinhnghiem-item .kinhnghiem-rating {
    position:relative;
width:100%;
background-color:#5B5B5D;
height: 6px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.kinhnghiem-item .kinhnghiem-rating span {
    background-color:#f7a700;
    display:block;
    height:6px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.kinhnghiem-item .kinhnghiem-rating .percentage {
  position: absolute;
  top: -39px;
  padding: 0;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 26px;
  background-color: #1a191d;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  background-color:#fff;
  color: #212121;
}
.font-40 {font-size:40px!important;}
.font-35 {font-size:35px!important;}
.font-34 {font-size:34px!important;}
.font-33 {font-size:33px!important;}
.font-32 {font-size:32px!important;}
.font-30 {font-size:30px!important;}
.font-28 {font-size:28px!important;}
.font-27 {font-size:27px!important;}
.font-26 {font-size:26px!important;}
.font-25 {font-size:25px!important;}
.font-24 {font-size:24px!important;}
.font-22 {font-size:22px!important;}
.font-20 {font-size:20px!important;}
.font-19 {font-size:19px!important;}
.font-18 {font-size:18px!important;}
.font-17 {font-size:17px!important;}
.font-16 {font-size:16px!important;}
.font-15 {font-size:15px!important;}
.font-14 {font-size:14px!important;}
.font-13 {font-size:13px!important;}
.dichvu-item {
    position:relative;
    /*padding-bottom:40px;*/
}
.dichvu-content {
    position:absolute;
    left:0px;
    right:0;
    bottom:0px;
}
.dichvu-content {
    color:#fff;
}
.box-des {
    color:#666;
}
/* video section */
.video-wrapper {
    min-height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width:767px) {
.dichvu-content {
    background-color:#000 !important;
    position:inherit;
}
    .video-wrapper {
        min-height: initial;
        background-attachment:inherit;
    }
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
/*.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}*/
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: #f7a700;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    /*border: 1px solid #eee;*/
    border-radius: 50%;
    z-index: -1;
    transition: all 200ms;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #212121;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    /*-webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);*/
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-auto {
  background-size: auto;
  background-repeat: no-repeat;
}
.heading-underline {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.heading-underline span {
  background-color: #999999;width: 336px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 224px;
  height: 2px;
  background-color: #dedede;
  position: relative;
}
.heading-underline span::before {
  content: "";
  display: block;
  width: 112px;
  height: 4px;
  position: absolute;
  /*left: 0;*/
  top: -1px;
  background-color: #f7a700;
  left: 50%;
    transform: translateX(-50%);
}
/*layout1*/.cms-service-grid.layout1 .grid-item-inner,.cms-service-grid.layout1 .carousel-item-inner{/*margin-bottom:30px;*/overflow:visible;transition:all 300ms linear 0ms;position:relative; border:1px solid #dedede;}
@media screen and (max-width:767px){.cms-service-grid.layout1 .grid-item-inner,.cms-service-grid.layout1 .carousel-item-inner{margin-right:10px}}
.cms-service-grid.layout1 .grid-item-inner:before,.cms-service-grid.layout1 .carousel-item-inner:before{content:"";display:block;height:10px;background-color:#dedede;position:absolute;bottom:-9px;left:10px;right:-1px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);-khtml-clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);-moz-clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);-ms-clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);-o-clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);clip-path:polygon(0 0,100% 0,100% 100%,6px 100%);transition:all 350ms ease-in-out 0ms}
.cms-service-grid.layout1 .grid-item-inner:after,.cms-service-grid.layout1 .carousel-item-inner:after{content:"";display:block;width:10px;background-color:#dedede;position:absolute;top:15px;bottom:-9px;right:-10px;-webkit-clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);-khtml-clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);-moz-clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);-ms-clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);-o-clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);clip-path:polygon(0 0,100% 6px,100% 100%,0 100%);transition:all 350ms ease-in-out 0ms}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured,.cms-service-grid.layout1 .carousel-item-inner .entry-featured{position:relative;margin-bottom:0;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured .post-image,.cms-service-grid.layout1 .carousel-item-inner .entry-featured .post-image{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;position:relative}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured .post-image img,.cms-service-grid.layout1 .carousel-item-inner .entry-featured .post-image img{-webkit-transition:all .4s;-khtml-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured .post-image:after,.cms-service-grid.layout1 .carousel-item-inner .entry-featured .post-image:after{content:"";display:block;width:75px;height:15px;background-color:#fff;position:absolute;bottom:0;right:-1px;-webkit-clip-path:polygon(12px 0,75px 0,75px 15px,0 15px);-khtml-clip-path:polygon(12px 0,75px 0,75px 15px,0 15px);-moz-clip-path:polygon(12px 0,75px 0,75px 15px,0 15px);-ms-clip-path:polygon(12px 0,75px 0,75px 15px,0 15px);-o-clip-path:polygon(12px 0,75px 0,75px 15px,0 15px);clip-path:polygon(12px 0,75px 0,75px 15px,0 15px)}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured .service-icon-wrap,.cms-service-grid.layout1 .carousel-item-inner .entry-featured .service-icon-wrap{position:absolute;top:15px;left:15px;flex:none;width:60px;height:60px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;align-items:center;justify-content:center;background-color:#f7a700;overflow:hidden}
    .cms-service-grid.layout1 .grid-item-inner .entry-featured .service-icon-wrap img,.cms-service-grid.layout1 .carousel-item-inner .entry-featured .service-icon-wrap img{max-height:36px;filter:brightness(0)invert(1);transition:all 400ms ease-in-out 0s}
    .cms-service-grid.layout1 .grid-item-inner .entry-body,.cms-service-grid.layout1 .carousel-item-inner .entry-body{background-color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;/*border:1px solid #dedede;border-top:none;border-right:none;*/padding:27px 25px 28px;transition:all 250ms linear 0ms}
    .cms-service-grid.layout1 .grid-item-inner .entry-body .entry-body-inner .entry-title,.cms-service-gheading-underline solidid.layout1 .carousel-item-inner .entry-body .entry-body-inner .entry-title{font-size:16px;color:#1a191d;padding-bottom:16px;margin-bottom:14px;position:relative; text-transform:uppercase;}
    .cms-service-grid.layout1 .grid-item-inner .entry-body .entry-body-inner .entry-title:before,.cms-service-grid.layout1 .carousel-item-inner .entry-body .entry-body-inner .entry-title:before{content:"";position:absolute;left:0;bottom:0;display:block;width:65px;height:1px;background-color:#f7a700;z-index:1}
    .cms-service-grid.layout1 .grid-item-inner .entry-body .entry-body-inner .entry-title:after,.cms-service-grid.layout1 .carousel-item-inner .entry-body .entry-body-inner .entry-title:after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:1px;background-color:#dedede}
    .cms-service-grid.layout1 .grid-item-inner .entry-content,.cms-service-grid.layout1 .carousel-item-inner .entry-content{margin-bottom:3px}
    .cms-service-grid.layout1 .grid-item-inner:hover:before,.cms-service-grid.layout1 .carousel-item-inner:hover:before,.cms-service-grid.layout1 .grid-item-inner:hover:after,.cms-service-grid.layout1 .carousel-item-inner:hover:after{background-color:#f7a700}
    .cms-service-grid.layout1 .grid-item-inner:hover .entry-featured .post-image img,.cms-service-grid.layout1 .carousel-item-inner:hover .entry-featured .post-image img{opacity:.9;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}
    .cms-service-grid.layout1 .grid-item-inner:hover .entry-body,.cms-service-grid.layout1 .carousel-item-inner:hover .entry-body{border-color:transparent}
    .cms-service-grid.layout1 .grid-item-inner:hover .service-icon-wrap img,.cms-service-grid.layout1 .carousel-item-inner:hover .service-icon-wrap img{transform:rotateY(360deg)}
    .cms-service-grid.layout1 .grid-item-inner:hover .btn-more,.cms-service-grid.layout1 .carousel-item-inner:hover .btn-more{color:#f7a700}
    .cms-service-grid.layout1 .grid-item-inner:hover .btn-more:after,.cms-service-grid.layout1 .carousel-item-inner:hover .btn-more:after{opacity:0;visibility:hidden}
    .cms-service-grid.layout1 .grid-item-inner:hover .btn-more i,.cms-service-grid.layout1 .carousel-item-inner:hover .btn-more i{visibility:visible;opacity:1}
/*layout3*/
.cms-service-carousel.layout3 .service-carousel-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;flex-wrap:wrap}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap{width:56%;padding-right:60px}
@media screen and (max-width:767px){.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap{width:100%;padding-right:0}}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel.arrow-on{padding-bottom:18px;border-bottom:1px solid #dedede}
@media screen and (max-width:767px){.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-arrow{opacity:1;visibility:visible}}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-arrow:after{content:"";display:block;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;border-radius:50%;transition:all 300ms ease 0s;opacity:0;background-color:#f7a700}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-arrow:hover:after{-webkit-animation:nav-pulse 1.1s linear 0s infinite;-khtml-animation:nav-pulse 1.1s linear 0s infinite;-moz-animation:nav-pulse 1.1s linear 0s infinite;-ms-animation:nav-pulse 1.1s linear 0s infinite;-o-animation:nav-pulse 1.1s linear 0s infinite;animation:nav-pulse 1.1s linear 0s infinite}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-prev{display:flex!important;left:auto;right:50%;width:32px;height:32px;transform:translate(42px,50%);top:auto;bottom:0;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-prev:before{content:'\f303';font-size:16px}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-prev:hover:before{animation:none}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-next{display:flex!important;left:50%;right:auto;width:32px;height:32px;transform:translate(-42px,50%);top:auto;bottom:0;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-next:before{content:'\f2fe';font-size:16px}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .cms-nav-carousel .slick-next:hover:before{animation:none}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .entry-body{position:relative;border:1px solid #dedede;background-color:#fff;margin-bottom:30px;cursor:move;transition:all 300ms ease 0s}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .entry-body .body-top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;align-items:center}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .entry-body .body-bottom{padding:25px 35px 28px}
@media screen and (max-width:767px){.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .entry-body .body-bottom{padding:25px 25px 28px}}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .slick-current .entry-body{background-color:#1a191d}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .slick-current .entry-body .entry-title,.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .slick-current .entry-body .btn-more{color:#fff}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-nav-wrap .slick-current .entry-body .entry-content{color:#ededed}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-primary{width:44%}
@media screen and (max-width:767px){.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-primary{width:100%;margin-top:50px}}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-primary .service-featured{position:relative;padding-right:25px;margin-bottom:25px}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-primary .service-featured:after{content:"";display:block;position:absolute;top:25px;right:0;bottom:-25px;left:25px;background-color:#f7a700;background-image:url(/images/service-overlay.png);background-position:50%;background-repeat:no-repeat}
.cms-service-carousel.layout3 .service-carousel-inner .cms-slick-primary .service-featured .post-image{position:relative;z-index:1}
.cms-service-carousel.layout3 .service-carousel-inner .service-icon-wrap{width:70px;height:70px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;flex:none;align-items:center;justify-content:center;background-color:#f7a700;overflow:hidden;margin-right:25px}
.cms-service-carousel.layout3 .service-carousel-inner .service-icon-wrap img{max-height:36px;width:auto;filter:brightness(0)invert(1);transition:all 400ms ease-in-out 0s}
.cms-service-carousel.layout3 .service-carousel-inner .entry-title{font-size:20px;text-transform:uppercase}
.cms-service-carousel.layout3 .service-carousel-inner .entry-title a{transition:all 300ms ease 0s}
.cms-service-carousel.layout3 .service-carousel-inner .entry-content{font-size:15px;line-height:24px;color:#666;transition:all 300ms ease 0s}

.cms-post-carousel.layout3 .carousel-item-inner{position:relative}
.cms-post-carousel.layout3 .carousel-item-inner .entry-featured{margin-bottom:0}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-image:-webkit-gradient(linear,top bottom,from(transparent),to(#1a191d));background-image:-webkit-linear-gradient(top,transparent 10%,#1a191d 100%);background-image:-moz-linear-gradient(top,transparent 10%,#1a191d 100%);background-image:-ms-linear-gradient(top,transparent 10%,#1a191d 100%);background-image:-o-linear-gradient(top,transparent 10%,#1a191d 100%);background-image:linear-gradient(top,transparent 10%,#1a191d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)',endColorStr='#1a191d')}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner{padding:45px 25px 0;transition:all 300ms linear 0s;position:absolute;top:0;left:0;background-color:#fff;bottom:0;opacity:0;visibility:hidden}
@media screen and (max-width:767px){.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner{padding:35px 25px 0}}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner .post-date{font-size:13px;color:#666;text-transform:uppercase;margin-bottom:20px}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner .post-date i{font-size:15px;margin-right:7px;position:relative;top:1px}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner .entry-content{font-size:15px;line-height:24px;color:#666;padding-top:20px;margin-top:17px;position:relative}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-body-inner .entry-content:before{content:"";position:absolute;display:block;width:52px;height:2px;background-color:#f7a700;top:0;left:0}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-title,.cms-post-carousel.layout3 .carousel-item-inner .entry-body .title-display{font-size:20px;line-height:30px}
@media screen and (max-width:767px){.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-title,.cms-post-carousel.layout3 .carousel-item-inner .entry-body .title-display{font-size:17px;line-height:27px}}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .title-display{position:absolute;bottom:42px;left:25px;right:25px;color:#fff;-webkit-transition:all 200ms ease 0s;-khtml-transition:all 200ms ease 0s;-moz-transition:all 200ms ease 0s;-ms-transition:all 200ms ease 0s;-o-transition:all 200ms ease 0s;transition:all 200ms ease 0s}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-readmore{display:inline-block;position:absolute;bottom:0;right:0;opacity:0;visibility:hidden;transition-delay:.1s;-webkit-transition:all 300ms linear 0s;-khtml-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-ms-transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;transition:all 300ms linear 0s}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-readmore a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:50px;height:50px;background-color:#f7a700;color:#fff;align-items:center;justify-content:center;font-size:25px}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body .entry-readmore a:hover i{-webkit-animation:flyLeftToRight .3s forwards;-khtml-animation:flyLeftToRight .3s forwards;-moz-animation:flyLeftToRight .3s forwards;-ms-animation:flyLeftToRight .3s forwards;-o-animation:flyLeftToRight .3s forwards;animation:flyLeftToRight .3s forwards}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body:hover{background-color:#1a191d}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body:hover .entry-body-inner{opacity:1;visibility:visible}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body:hover .title-display{opacity:0;visibility:hidden}
.cms-post-carousel.layout3 .carousel-item-inner .entry-body:hover .entry-readmore{opacity:1;visibility:visible}
.single-blog1 .item {
    background-color: #262529;
}
.cms-client-list .client-image{border:1px solid #dedede;padding:30px 15px;position:relative;-webkit-transition:all 300ms linear 0s;-khtml-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-ms-transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;transition:all 300ms linear 0s; /*margin:30px 0*/}
.cms-client-list .client-image:before{content:"";display:block;width:17px;height:17px;background-color:initial;position:absolute;top:-1px;left:-1px;border-top:3px solid #f7a700;border-left:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;-khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;-ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:0}
.cms-client-list .client-image:after{content:"";display:block;width:17px;height:17px;background-color:initial;position:absolute;bottom:-1px;right:-1px;border-right:3px solid #f7a700;border-bottom:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;-khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;-ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:0}
.cms-client-list .client-image a{text-align:center;display:block}
.cms-client-list .client-image a img{display:inline-block;max-height:55px;width:auto!important;opacity:.7;-webkit-transition:all 300ms linear 0s;-khtml-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-ms-transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;transition:all 300ms linear 0s}
.cms-client-list .client-image a:hover img{opacity:1}
.cms-client-list .client-image:hover{-webkit-box-shadow:0 3px 25px 0 rgba(0,0,0,.2);-khtml-box-shadow:0 3px 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 3px 25px 0 rgba(0,0,0,.2);-ms-box-shadow:0 3px 25px 0 rgba(0,0,0,.2);-o-box-shadow:0 3px 25px 0 rgba(0,0,0,.2);box-shadow:0 3px 25px rgba(0,0,0,.2);border-color:transparent}
.cms-client-list .client-image:hover:before,.cms-client-list .client-image:hover:after{opacity:1}
.cms-client-list .client-image.image-white{border-color:transparent}
.cms-client-list .client-image.image-white img{filter:brightness(0)invert(1);opacity:1!important}
.cms-client-list .slick-track{display:flex;flex-wrap:wrap;align-items:center}
.entry-featured .post-image {
  overflow: hidden;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.dau-an-item {
    position:relative;
}
.dau-an-item:before{content:"";display:block;width:17px;height:17px;background-color:initial;position:absolute;top:0px;left:0px;border-top:3px solid #f7a700;border-left:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;-khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;-ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:1}
.dau-an-item:after{content:"";display:block;width:17px;height:17px;background-color:initial;position:absolute;bottom:0px;right:0px;border-right:3px solid #f7a700;border-bottom:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;-khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;-ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:1}
/*.dau-an-item:nth-child(1) {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.dau-an-item:nth-child(2) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.dau-an-item:nth-child(3) {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.dau-an-item:nth-child(4) {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}*/
@media screen and (max-width:767px) {
    .dau-an-box {
        margin-bottom:15px;
    }
}
.other {
border-left:3px solid #f7a700;
margin-top:50px;
}
.other ul li a{
color:#999;
}
.other ul li a:hover{
color:#f7a700;
}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] .h1,
[data-overlay-dark] span {
  color: #f7a700;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] .h1,
[data-overlay-darkgray] span {
  color: #f7a700;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] .h1,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
.banner-header {
  height: 50vh;
}
.section-padding {
  padding: 60px 0;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-more{font-family:"Montserrat",serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;letter-spacing:.08em;font-weight:700;text-transform:uppercase;color:#1a191d;position:relative;-webkit-transition:all 250ms ease 0s;-khtml-transition:all 250ms ease 0s;-moz-transition:all 250ms ease 0s;-ms-transition:all 250ms ease 0s;-o-transition:all 250ms ease 0s;transition:all 250ms ease 0s}
/*.btn-more:after{content:"\f178";font-family:"Font Awesome 5 Pro";font-size:16px;color:#f7a700;position:absolute;line-height:1;top:0;right:0;-webkit-transition:all 250ms ease 0s;-khtml-transition:all 250ms ease 0s;-moz-transition:all 250ms ease 0s;-ms-transition:all 250ms ease 0s;-o-transition:all 250ms ease 0s;transition:all 250ms ease 0s}
.btn-more i{font-size:16px;position:relative;top:1px;margin-left:1px;color:#f7a700;-webkit-transition:all 250ms ease 0s;-khtml-transition:all 250ms ease 0s;-moz-transition:all 250ms ease 0s;-ms-transition:all 250ms ease 0s;-o-transition:all 250ms ease 0s;transition:all 250ms ease 0s;visibility:hidden;opacity:0}
.btn-more:hover:after{opacity:0;visibility:hidden}
.btn-more:hover i{visibility:visible;opacity:1}*/
/*.grid-item-sp {
    position:relative;
}
.grid-item-sp:after {
    content:"";
background-color:#fff;
height:30%;
position:absolute;
left:0;
right:0;
bottom:0;
}*/
.bg-tranfer-top {
    background: rgba(0,0,0,0.6);
    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(1000%, 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 top, 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;
}
.thu-ngo{padding:30px;position:relative;}
.thu-ngo:before{
    content:"";display:block;width:50px;height:50px;background-color:initial;
    position:absolute;top:-1px;left:-1px;border-top:2px solid #f7a700;
    border-left:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;
    -khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;
    -ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:1}
.thu-ngo:after{content:"";
               display:block;width:50px;height:50px;background-color:initial;position:absolute;bottom:-1px;right:-1px;
               border-right:3px solid #f7a700;border-bottom:3px solid #f7a700;-webkit-transition:all 350ms ease 0s;-khtml-transition:all 350ms ease 0s;-moz-transition:all 350ms ease 0s;
               -ms-transition:all 350ms ease 0s;-o-transition:all 350ms ease 0s;transition:all 350ms ease 0s;opacity:1}
.tong-quan {
padding:0 50px;
}
.tong-quan1 {
border-bottom:3px solid #f7a700;
padding-bottom:20px;
}
@media screen and (max-width:767px) {
    .tong-quan {
padding:0;
}
}
.box-img1 {
    /*border-top:3px solid #f7a700;
    border-bottom:3px solid #f7a700;
    padding-top:15px;
    padding-bottom:15px;*/
}
.box-img1 img{
    width:100%;
}
.su-menh .entry-content {
    position:absolute;
    z-index:2;
    padding:60px 60px 60px 200px;
}
@media screen and (max-width:767px) {
.su-menh .entry-content {
padding:15px 15px 15px 15px;
}
}
.co-cau-to-chu {
    background-color: #fff;
    /*background-image: url(/images/bg-content.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;*/
}
.nang-luc-nhan-su .entry-content
{
    background-color:#262529;
    padding: 50px;
}
.nang-luc-tai-chinh .entry-content
{
    background-color:#f7a700;
    padding: 50px;
}
.nang-luc {
    position:relative;
    padding-top:100px;
}
.nang-luc .nang-luc-content {
    z-index:2;
    width:70%;
    padding:60px;
}
.onlinesupport {
    text-align: center;
    width: 60px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index:9999;
    /*padding-right:20px;*/
}
.onlinesupport > .support-top.collapsed {
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
    background-size: 100% !important;
    /*border: 2px solid #fff;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(/images/support_icon_chat.png);
}
.onlinesupport > .support-top {
    width: 25px !important;
    height: 25px !important;
    margin: 0px auto;
    background-size: 100% !important;
    /*border: 2px solid #caa978;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(/images/close-chat.png);
}
.onlinesupport > div.support-box > a {
    width: 50px !important;
    height: 50px !important;
    margin: 5px !important;
    background-size: 100% !important;
    /*border: 2px solid #fff !important;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    display:inline-block;
}
.onlinesupport .support-call {
    background-image: url(/images/support_icon_call.png);
}
.onlinesupport .support-zalo {
    background-image: url(/images/support_icon_zalo.png);
}
.onlinesupport .support-skype {
    background-image: url(/images/support_icon_skype.png);
}
.onlinesupport .support-viber {
    background-image: url(/images/support_icon_viber.png);
}
.onlinesupport .support-messenger {
    background-image: url(/images/support_icon_messenger.png);
}
.onlinesupport .support-whatsapp {
    background-image: url(/images/support_icon_whatsapp.png);
}
.aml-tooltip .aml-tooltiptext {
    background: #73adff;
    color: #fff;
}
.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
/*.aml-tooltip .aml-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}*/
.aml-tooltip:hover .aml-tooltiptext {
 right: 120%;
 visibility:visible;
 opacity:1
}
.slideshow__slide-caption-content {
    font-size:25px;
    font-weight:400;
}
.js-parallax-content ul {
    margin:0;
    padding:0;
    list-style:none;
}
.js-parallax-content ul li{
    padding-left: 30px;
    color:#fff;
    font-size:25px;
    position:relative;
    font-weight:400;
    background-image: url(/images/Icon-Services.png);
    background-repeat: no-repeat;
    background-size:20px;
    background-position:left;
}
/*.js-parallax-content ul li:before{
   content: '';
	background-image: url(/images/Icon-Services.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:left center;
    position:absolute;
	width: 20px;
	height: 20px;
	left:0;
    top:30%;
}*/
.elementor-counter-number {
    font-size:3rem;
}
@media screen and (max-width:767px) 
{
    .js-parallax-content ul li {
        font-size:15px;
    background-position:left top 2px;
    line-height:1.5;
    margin-bottom:8px;
    }
    .elementor-counter-number {
    font-size:2rem;
}
    .elementor-section-height-default .container-full {
        padding:0;
    }
}
.bg-work-overlay {
    background-image: url(/images/work-overlay.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:bottom left;
}
.heading-underline1 {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.heading-underline1 span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 224px;
  height: 2px;
  background-color: #dedede;
  position: relative;
}
.heading-underline1 span::before {
  content: "";
  display: block;
  width: 112px;
  height: 4px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #f7a700;
}
.tab-content ul li {
    display:flex;
}
.tab-content ul li a {
    border-bottom:0.25rem solid #dedede;
    padding-bottom:20px;
    padding-left:15px;
    padding-right:15px;
    color:#fff;
}
.tab-content ul li a.active {
    color:#f7a700;
    border-bottom:0.25rem solid #f7a700;
    padding-bottom:20px;
}
/*.tab-content ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom:0;
  background-color: #dedede;
}
.tab-content ul li a.active:before {
  height: 4px;
  bottom:0;
  background-color: #f7a700;
}*/
.tab-content > .tab-pane {
    background-color:#000;
}
.position-content {
position:relative;
}
.gtcl-content {
    padding:80px 50px;
}
.gtcl-content1 {
    padding:50px;
}
.gtcl-content1-item + .gtcl-content1-item {
    border-left:1px solid #fff;
}
@media screen and (max-width:767px) {
    .gtcl-content {
        padding:50px 15px;
    }
    .gtcl-content {
        padding:15px;
    }
.gtcl-content1-item + .gtcl-content1-item {
    border-left:none;
}
}
.lvkd-content {
    overflow:hidden;
    position:relative;
}
.lvkd-content .con {
    padding: 20px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*text-align: center;*/
    z-index: 2;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.lvkd-content .con h6,
.lvkd-content .con h6 a {
    position: relative;
    color: #fff;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.lvkd-content .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.lvkd-content .con h5,
.lvkd-content .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.lvkd-content .con p {
    color: #fff;
    font-size: 20px;
}
.lvkd-content .con i {
    color: #fff;
    font-size: 15px;
}
.lvkd-content .con i:hover {
    color: #fff;
    cursor:pointer;
}
.lvkd-content .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.lvkd-content .con .butn-light:hover {
    border-color: #1f3d7c;
}
.lvkd-content:hover .con {
    display:none!important;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lvkd-content .con-content{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 9;
    background-color:rgba(33,33,33,0.7);
    padding:25px;
    color:#fff;
    opacity:0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lvkd-content:hover .con-content  {
    opacity:1;
   -webkit-transform:translateX(0);
     -ms-transform:translateX(0);
     -o-transform:translateX(0);
     transform:translateX(0)
}
.lvkd-content .con-content .con-content-box a {
    color: #fff;
    font-size:18px;
}
.lvkd-content .con-content .con-content-box a:hover {
    color: #f7a700;
}
@media screen and (max-width:767px) {
    .lvkd-content .con-content {
        position:inherit;
    opacity:1;
    }
    .lvkd-content .con {
        display:none;
    }
    .lvkd-content .zoom:hover {
        -ms-transform:inherit;
        -webkit-transform: inherit; /* Safari 3-8 */
        transform: inherit;
    }
    }
.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-radius-5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border-radius-6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.border-radius-8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.border-radius-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.border-radius-15px {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.border-radius-20px {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.border-radius-20 {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}
.border-radius-30 {
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
}
.border-radius-40 {
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    border-radius: 40%;
}
.border-radius-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.border-radius-60 {
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%;
}
.vct1 {
    text-align:right;
}
.vct2 {
    text-align:left;
}
.vct3 {
    text-align:center;
}
@media screen and (max-width:767px) {
.vct1 {
    text-align:center;
}
.vct2 {
    text-align:center;
}
.vct3 {
    text-align:center;
}
}
.tree-tong {
    /*padding:0 15px;*/
    position:relative;
}
/*.tree-tong:before {
    content: '';
	background: #fff;
	display: block;
	width: 2px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 50%;
}*/
.tree-phong 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#f7a700;
    color:#fff;
    padding:10px 20px;
    font-size:18px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
}
.tree-phong-child {
    padding:0 15px;
}
.tree-phong-child .tree-phong-child-item 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#fff;
    color:#383838;
    padding:10px 20px;
    margin-top:20px;
    font-size:16px;
    font-weight:600;
    text-align:center;
    position:relative;
}
.tree-phong-child .tree-phong-child-item:before {
    content: '';
	background: #fff;
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 50%;
}
.tree-item {
        margin-top:50px
    }

.sp-item {
    background-image: url(/images/bg-content.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:cover;
    padding:0 0 20px 0;
    border-bottom:5px solid #f7a700;
    /*margin-bottom:50px;*/
}
/*.sp-item .col-md-7{
    background-image: url(/images/bg-sp1.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:cover;
}
.sp-item .col-md-5{
    background-image: url(/images/bg-sps.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:cover;
}*/
.content-sp table td {
    border-top:1px solid #dcdcdc;
}
.sp-title span{
    display:block;
    font-size:70%;
}
.box-price {
    font-size:22px;
}
.box-price strong{
   color:red;
}
.box-price span{
   color:red;
   font-weight:600;
}
.sticky-left.sticky-top {
  background-color: #fff;
  top: 80px;
}
.widget {
    /*border: 1px solid #e0e4e6;*/
    margin-bottom: 15px; }
.widget h4 {
    /*font-size: 18px;*/
    padding: 10px 15px;
    background-color: #4C4247;
    font-weight: 700; 
    color:#fff;
    margin:0;
}
.widget .widget-body {
    padding: 15px 10px 20px; }
.widget .img-circle {
    border: 1px solid #e0e4e6;
    padding: 5px;
    width: 106px!important;
    height: 106px;
    display: block;
    margin: 0 auto 10px; }

.widget-speak {
    margin-top: 45px; }
.widget-speak .btn {
    padding: 8px 30px;
    margin-top: 15px; }
.img-circle {
  border-radius: 50%;
}

/*sync1*/
#sync1 .owl-item {background-color:#fff;}
#sync1 .owl-prev,
#sync1 .owl-next {
	font-size: 3.75rem;
	color: #E6AE0A;
	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:48%;
	/*bottom: 82px;*/
    width: 35px;
    height: 35px;
    text-indent:-9999rem;
    background-color:rgba(0,0,0,0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:24%;
}
#sync1 .owl-prev {
	left: 0;
    background-image: url(/images/icon-backslide-yellow.png);
}
#sync1 .owl-next {
	right: 0;
    background-image: url(/images/icon-nextslide-yellow.png);
}
/*@media (max-width: 767px) {
    #sync1 .owl-prev {
	left: 1.625rem;
    }
    #sync1 .owl-next {
	    right: 1.625rem;
    }
}*/
#sync1 .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
#sync1 .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
#sync1 .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;
}
#sync1 .owl-dot span:hover,
#sync1 .owl-dot.active span {
	background: #E6AE0A;
	border-color: #E6AE0A;
}
.sync-xs-wrap {
    margin-top:5px;
}
/*sync-xs*/
#sync2 {background-color:#fff; padding:0 15px;}
#sync2 .owl-item{cursor:pointer; padding:10px;}
#sync2 .owl-item .item > div{min-height: 4rem;}
@media screen and (max-width:767px) {
    #sync2 .owl-item .item > div{min-height: 2rem;}
}
#sync2 .owl-prev,
#sync2 .owl-next {
	font-size: 3.75rem;
	color: #E6AE0A;
	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;
	/*bottom: 82px;*/
    width: 35px;
    height: 35px;
    text-indent:-9999rem;
    background-color:rgba(0,0,0,0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:24%;
}
#sync2 .owl-prev {
	left: 0;
    background-image: url(/images/icon-backslide-green.png);
}
#sync2 .owl-next {
	right: 0;
    background-image: url(/images/icon-nextslide-green.png);
}
/*@media (max-width: 767px) {
    #sync2 .owl-prev {
	    left: 1.625rem;
    }
    #sync2 .owl-next {
	    right: 1.625rem;
    }
}*/
#sync2 .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
#sync2 .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
#sync2 .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;
}
#sync2 .owl-dot span:hover,
#sync2 .owl-dot.active span {
	background: #E6AE0A;
	border-color: #E6AE0A;
}
#sync2-wrap {
    margin-top:5px;
}
.bg-support {
    background-color:#1a191d;
    background-image: url(/images/widget_plane.png);
    background-position:bottom right;
    background-repeat:no-repeat;
}
.entry-title span {
    display:block;
    font-size:70%;
}
.bg-tai-sao {
    position:relative;
}
.bg-tai-sao:before {
    content:'';
    background-color:#1a191d;
    background-image: url(/images/about_why_overlay.png);
    background-position:bottom right;
    background-repeat:no-repeat;
    background-size:cover;
    height:75%;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    right:0;
}
.tai-sao-2-item {
    background-color:#fff;
    padding:4.5rem 1.5rem;
    box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.caption .des-caption {
    position:relative;
    padding:15px;
}
.caption .des-caption:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: initial;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 3px solid #f7a700;
  border-left: 3px solid #f7a700;
  -webkit-transition: all 350ms ease 0s;
  -khtml-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  opacity: 1;
}
.caption .des-caption:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: initial;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 3px solid #f7a700;
  border-bottom: 3px solid #f7a700;
  -webkit-transition: all 350ms ease 0s;
  -khtml-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  opacity: 1;
}

.bg-contact {
    background-image: url(/images/world_contact.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
}
.form-contact {
    width:85%;
}
@media screen and (max-width:767px) {
.form-contact {
    width:100%;
}
}

.bg-contact .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin,15px);
  margin-left: 0;
  margin-bottom: unset;
  display: inline-flex;
flex: 0 0 auto;
line-height:1;
}
.elementor-icon-box-icon .elementor-icon {
  fill: #EDEDED;
  color: #EDEDED;
  border-color: #EDEDED;
  font-size: 44px;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
    transition-duration: 0.3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
}

.bg-contact .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
  display: flex;
        align-items: flex-start;
}
.elementor-icon i, .elementor-icon svg {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  display: block;
}
.post-image img {
  width: 100%;
}
.scale-hover img {
  -webkit-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.entry-meta {
    margin: 0 0 20px;
list-style: none;
font-size: 14px;
padding-bottom: 20px;
position: relative;
}
.entry-meta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 103px;
  height: 1px;
  background-color: #f7a700;
  z-index: 1;
}
.entry-meta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 216px;
  height: 1px;
  background-color: #dedede;
}
#secondary .widget, .elementor-widget-sidebar .widget, .elementor-widget .e-sidebar-widget {
  /*padding: 30px 24px;*/
  margin-bottom: 35px;
  border: 1px solid #dedede;
  overflow: hidden;
}
#secondary .widget .widget-title, .elementor-widget-sidebar .widget .widget-title, .elementor-widget .e-sidebar-widget .widget-title {
  background-color: #1a191d;
  color: #fff;
  padding: 20px 25px;
  /*margin: -30px -24px 30px -24px;*/
  text-transform: capitalize;
}
.widget .widget-title, .e-sidebar-widget .widget-title {
  font-size: 20px;
  position: relative;
  /*margin-bottom: 20px;*/
  color: #1a191d;
  font-weight: bold;
}
.widget .widget-title h2, .e-sidebar-widget .widget-title h2 {
  font-size: 20px;
  color: #fff;
}
.widget_search .search-field {
  padding: 5px 50px 5px 5px !important;
  border: 1px solid #dedede;
  font-style: italic;
}
.widget_search .search-submit {
  border: none;
  background-color: #f7a700;
  color: #fff;
  padding: 0;
  height: 39px;
  line-height: 38px;
  width: 38px;
  position: absolute;
  top: 49%;
  right: 5px;
  transform: translateY(-49%);
}
.searchform-wrap {
position:relative;
}
#content .widget_categories ul{
  margin:0;
  padding:0;
}
#content .widget_categories ul li{
  font-size: 0;
  line-height: 0;
}
#content .widget_categories ul li a {
  font-size: 17px;
  text-transform: capitalize;
  color: #1a191d;
  display: block;
  padding: 25px 24px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  position: relative;
}
#content .widget_categories ul li a:hover {
  background-color: #f7a700;
}
.recent-posts-text {
    line-height:22px;
}
.entry-social-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
.entry-social-share span {
  font-family: 'Google Sans', serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a191d;
  font-size: 17px;
  font-weight: bold;
  margin-right: 15px;
}
.entry-social-share ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.entry-social-share ul li {
  margin: 0 3px;
}
.entry-social-share ul li:first-child {
  margin-left: 0;
}
.entry-social-share ul li:last-child {
  margin-right: 0;
}
.entry-social-share ul li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background-color: #cd0001;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.entry-social-share ul li a.fb-social {
  background-color: #3b5998;
}
.entry-social-share ul li a.tw-social {
  background-color: #00acee;
}
.entry-social-share ul li a.pin-social {
  background-color: #e60023;
}
.entry-social-share ul li a.it-social {
  background-color: #3f729b;
}
.entry-social-share ul li a:hover {
  opacity: 0.8;
}
.entry-social-share ul li a i {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.tuyendung-info {
border-left:1px solid #999;
}
.btslide {
    margin-top:3rem;
}
@media screen and (max-width:767px) {
    .cty-footer {
        text-align:center;
        margin-top:15px;
    }
.btslide {
    margin-top:1rem;
}
}