.zalo-chat-widget{  
    bottom: 25px!important;  
    right: 90px!important; 
}  
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: inline;
  }
}









.highlight-news {
	background-color:#EEE;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:40px;
}
.highlight-news h3 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.highlight-news .service-post-detail {
	background:#FFF;
	padding:10px 10px;
}
.news-row {
	padding-top:5px;
	padding-bottom:5px;
}
.odd {
	background:#EEE;
}
.news-row a {
	color:#000;
}
.bottom {
	position:absolute;
	bottom:10px;
	left:10px;
}
.bottom a {
	color:#000;
}
.clear {clear:both}
.paging .breadcrumb {
	padding-left:20px;
}
.menu-right-sub {
	margin-left:15px;
	margin-top:5px;
}
.vina-menu-right {
	padding:10px 20px
}
.vina-menu-right b {
	font-size:110%;
}
.vina-menu-right p {
	margin:5px 0px;
}
.vina-menu-right-grey {
	background:#FAFAFA;
}
.vina-banner {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.vina-content {
	text-align: justify;
}
.vina-content ul {
	margin-top:10px;
}
.vina-content li {
	margin-top:7px;
}
.vina-content p {
	font-size:14px;
	margin:15px 0px;
	line-height:170%;
}
.vina-content h1 {
	font-size:18px;
	font-weight:bold;
	line-height:170%;
	color:#006633;
}
.vina-content h2 {
	font-size:16px;
	font-weight:bold;
	line-height:170%;
	color:#006633;
}
.vina-content h3 {
	font-size:14px;
	font-weight:bold;
	line-height:170%;
	color:#006633;
}
.carousel-caption {
    top: 0;
    bottom: auto;
    width:100%;
    padding:0px;
    margin:0px;
}
/*--------------------padding and margin------------------------*/
.margin-auto {
	margin: auto !important;
}
.margin-zero {
	margin: 0 !important;
}
.margin-left-0 {
	margin-left: 0 !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
.padding-zero {
	padding: 0 !important;
}
.padding-30 {
	padding: 30px !important;
}
.padding-left-0 {
	padding-left: 0 !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}
.padding-right-0 {
	padding-right: 0 !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}
.padding-bottom-0 {
	padding-bottom: 0 !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

@media (min-width:768px) {
.padding-zero-sm {
	padding: 0 !important;
}
}
/*--------------General-------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.float-none {
	float: none;
}
.display-inline-block {
	display: inline-block;
}
.text-bold {
	font-weight: 700;
}
.text-normal {
	font-weight: 400;
}
.text-italic {
	font-style: italic;
}
.btn {
	background: #2d7d4e;
	color: #fff;
	border-radius: 0;
	padding: 10px 25px;
	transition: all ease 0.3s;
}
.btn:hover {
	background: #10331f;
	color: #fff;
}
.index-1 {
	z-index: 1;
}
a {
	color: #2d7d4e;
	transition: all ease 0.3s;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}
a.reversed {
	color: #000;
}
a:focus.reversed, a:hover.reversed {
	color: #2d7d4e;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	border: 2px solid #2d7d4e !important;
	box-shadow: 0 0 5px #2d7d4e !important;
	transition: all ease 0.3s;
	outline: none;
}
input.btn:hover {
	border: 1px solid #10331f !important;
	box-shadow: none !important;
}
:focus {
	outline: none;
}
.text-underline {
	text-decoration: underline;
}
.form-control {
	margin-bottom: 15px;
}
.flex {
	display: flex;
}
.flex-center {
	align-items: center;
}

@media (max-width:768px) {
.flex-hidden-xs {
	display: block !important;
}
}
/*------------Row flex-------------*/

/*-------------Modal--------------*/
.modal-footer {
	text-align: center;
}
.contact-form .fa {
	color: #2d7d4e;
}
/*-------------------Fluid width video-----------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------Youtube change play button-----------------*/
#thumbnail {
	width: 100%;
	height: 337px;
	object-fit: cover;
	border-right: 8px solid #2e7d4e;
}
.thumbnail {
	position: relative;
	height: auto;
	margin: auto;
	text-align: center;
}
.play-button-bg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	padding: 26px 20px 26px 32px;
	border-radius: 50%;
	background: #fff;
	transition: all ease 0.3s;
	cursor: pointer;
	opacity: 0.7;
}
.play-button-bg:hover {
	opacity: 0.9;
}
#play-button {
	color: #2e7d4e;
}
/*------------------------------Menu----------------------------------*/
.top-menu {
	min-height: 35px;
	background: #2d7d4e;
}
.top-menu-wrapper {
/*float: right;*/
}
.top-menu-link, .top-menu-icon {
	/*float: left;*/
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 0;
}
.top-menu-link ul {
	margin-bottom: 0;
	text-align: right;
}
.top-menu-link ul li {
	/*float: left;*/
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	font-weight: 700;
	font-size: 13px;
}
.top-menu-link ul li::after {
	content: '|';
	margin-left: 15px;
	color: #fff;
}
.top-menu-link ul li:last-child::after {
	content: '';
	margin-left: 0;
}
.top-menu-link ul li a {
	color: #fff;
}
.top-menu-link ul li a:hover {
	opacity: 0.5;
}
.top-menu-icon {
/*margin-right: 15px;*/
}
.top-menu-icon img {
	height: 20px;
}
.top-menu-icon img:hover {
	opacity: 0.5;
}
.top-menu-search-input {
	background: none;
	border: none;
	font-weight: 700;
	width: 75%;
}
.top-menu-search-submit {
	background: none;
	border: 0;
	font-size: 16px !important;
}
.top-menu-search-form input:hover, .top-menu-search-form input:focus {
	border: none !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.top-menu-search-submit:hover {
	opacity: 0.5;
}
.top-menu-search-form {
	background: #f5f5f5;
	padding: 12px;
}
.top-menu .dropdown {
	color: #fff;
	display: inline-block;
}
.menu-large a {
	font-family:Roboto,"Segoe UI Bold", sans-serif;
	font-size:110%;
}
.dropdown-menu a {
	font-family:Roboto,"Segoe UI Regular", sans-serif;
}
.top-menu .dropdown ul li a {
	color: #333;
}

@media (max-width:768px) {
.top-menu-search {
	width: 100%;
}
.top-menu-icon {
	text-align: center;
}
.top-menu-link ul {
	text-align: left;
}
}

@media (max-width:991px) {
.top-menu-search-input {
	width: 88%;
}
.top-menu-link ul {
	padding-left: 0;
}
}
.menu-bar {
	float: right;
	margin-top: 30px;
	transition: all ease 0.3s;
}
@media (max-width: 768px) {
.menu-item-wrapper {
	height: 100%;
	max-height: 400px;
	overflow-y: auto;
}
}
@media (max-width:1200px) {
.menu-bar {
	/*float: left;*/
	margin-top: 0px;
	width: 100%;
}
.affix .menu-bar {
	margin-top: 0 !important;
}

}
.navbar-default {
	color: #000;
	background-color: #fff;
	border-bottom: solid 2px #2d7d4e;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 19px solid #fff;
	transition: all ease 0.3s;
}
.menu-hover {
	border-bottom: 19px solid #2d7d4e !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}
.navbar-toggle {
	margin-top: 35px;
}
.nav > li.dropdown > a {
	padding: 10px 0;
	margin: 0 20px;
}
.affix .nav > li.dropdown > a  {
	padding: 11px 0 10px;
}
.navbar-default .navbar-brand {
	color: #000;
}
.navbar-brand {
	float: none;
}
.navbar-brand img {
	width: 100%;
	max-width: 250px;
	margin-left: 10px;
	transition: all ease 0.3s;
}
.navbar {
	margin-bottom: 0;
}
.menu-large {
	position: static !important;
}
.megamenu {
	padding: 25px 0px;
	width: 100%;
}
.megamenu> li > ul {
	padding: 0;
	margin: 0;
}
.megamenu> li ul > li {
	list-style: none;
	margin-bottom: 5px;
	color: #000;
	font-weight: 700;
}
.megamenu> li ul > li > a {
	display: block;
	/*padding: 3px 20px;*/
	clear: both;
	line-height: 1.428571429;
	color: #000;
	white-space: normal;
}
.megamenu> li ul > li > a:hover, .megamenu> li ul > li > a:focus {
	text-decoration: none;
	color: #2d7d4e;/*background-color: #f5f5f5;*/
}
.megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
	color: #999999;
}
.megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
.dropdown-menu {
	margin-top: 0px !important;
}
.dropdown-menu ul {
	padding: 0;
}
.dropdown-header {
	padding: 0;
}
.divider-vertical {
	min-height: 150px;
	width: 1px;
	background: #ccc;
	position: absolute;
	left: 50%;
	height: 80%;
}

@media (max-width: 768px) {
.megamenu {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
}
.megamenu> li {
	margin-bottom: 30px;
}
.megamenu> li:last-child {
	margin-bottom: 0;
}
.megamenu.dropdown-header {
	padding: 3px 15px !important;
}
.navbar-nav .open .dropdown-menu .dropdown-header {
	color: #fff;
}
.intro-col-2 {
	padding: 0 15px 30px !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border-color: #2d7d4e;
}
.customer-col-2 {
	padding: 0 15px 30px !important;
}
.download-title {
	margin-top: 20px;
}
}
.customer-col-1, .intro-col-1 {
	margin: 10px 0;
}
.customer-col-2 {
	margin: 10px 0;
	padding: 0 70px 50px;
}
.customer-col-2 img {
	max-width: 150px;
}
.intro-col-2 {
	margin: 10px 0;
	padding: 0 30px 30px;
}
.intro-description {
	font-size: 12px;
	margin-top: 10px;
	text-align: justify;
}
.intro-view-more {
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}
.download-title {
	font-weight: 700;
	text-decoration: underline;
}
.download-description {
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
}
.nav-tabs > li {
	margin-bottom: 0px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #2d7d4e;
	color: #fff;
	border: solid 1px #2d7d4e;
	border-radius: 0;
}
.nav-tabs li > a {
	padding:5px 40px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
}
.service-title {
	font-weight: 700;
	margin:20px 0px 5px 0px;
	font-size:110%;
}
.service-title a {
	color: #000;
}
.service-title a:hover {
	color: #2d7d4e;
}
.service-list li {
	font-size: 13px;
	font-weight: 400 !important;
	margin-top:3px;
}
.service-list {
	margin-top:15px;
	margin-bottom: 20px;
}
.img-responsive {
	width: 100%;
}
#service-menu img {
	max-width: 150px;
	margin: 30px 0;
}
.support-menu {
	width: 100%;
}
.support-menu-location, .support-menu-phone {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
}
.support-menu-location {
	width: 70%;
}
.support-detail {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.map-title {
	font-weight: 700;
	display: inline-block;
}
#reload-map {
	padding: 10px 12px;
	float: right;
	cursor: pointer;
	transition: all ease 0.3s;
}
#reload-map:hover {
	background: #2d7d4e;
	color: #fff;
}
#map {
	height: 500px;
	width: 100%
}
.infoWindow {
	max-width: 300px;
}
.infoWindow h4 {
	line-height: 1.3;
}
.infoWindowContent {
	font-size: 14px !important;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.infoWindow p {
	margin-top: 0;
	margin-bottom: 5px;
}
.chosen-results .active-result {
	margin-left: 15px !important;
	border-bottom: 1px dashed #eee;
	border-left: 1px dashed #eee;
}
.chosen-results .active-result:first-child {
	margin-left: 0 !important;
	border-left: 2px solid green;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}
.chosen-results .active-result:last-child {
/*border: none;*/
}
.chosen-results .group-result {
	border-left: 2px solid green;
	border-bottom: 1px solid #ccc;
}
.chosen-container-single .chosen-single {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border-bottom: 2px solid #2d7d4e !important;
	color: #000 !important;
	font-size: 14px;
	height: 35px !important;
	margin-top: 10px;
}

@media (max-width:991px) {
.chosen-container-single .chosen-single {
	border: 2px solid #2d7d4e !important;
	padding-top: 3px !important;
}
.chosen-container-single .chosen-single > div > b {
	margin-top: 3px;
}
}
.chosen-container-single .chosen-drop {
	margin-top: 0 !important;
	border-radius: 0 !important;
}
.chosen-container .chosen-drop {
	border: none !important;
	box-shadow: none !important;
}
.chosen-container-single .chosen-search {
	padding: 3px 0 !important;
	font-size: 14px;
	color: #666;
}
.chosen-container .chosen-results {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	color: #666 !important;
	border: 1px solid #ccc;
}
.chosen-container .chosen-results li {
	padding: 10px 6px !important;
}
.chosen-container .chosen-results li.highlighted {
	background: #2d7d4e !important;
}
#location-detail {
	margin: 20px 0;
	/*border: 2px solid #f1f1f1;*/
	border-top: none;
	max-height: 47ex;
	overflow: hidden;
}

@media (max-width:991px) {
#location-detail {
	overflow-y: auto;
	max-height: 28ex;
}
}
#location-detail:hover {
	overflow-x: hidden;
	overflow-y: auto;
}
#location-detail .ng-scope {
/*padding: 20px 8px;*/
	/*border-bottom: 1px solid #ccc;*/
}
#location-detail .ng-scope:nth-child(odd) {
/*background: #f1f1f1;*/
}
#location-detail .ng-binding {
	margin-bottom: 5px;
}
#location-detail .fa {
	color: #2d7d4e;
}
.marker-title {
	font-size: 16px;/*margin-bottom: 10px;*/
}
/*---------Map panel style-------*/
.panel-default>.panel-heading {
	background-color: #fff;/*border-color: #fff;*/
}
/*-------------Affix--------------*/
.navbar-static-top {
	z-index: 998;
}
.affix {
	width: 100%;
	top: -200px;
	z-index: 998;
	transition: all ease 0.3s;
}
.affix.show {
	top: 0;
}
.affix + .affix-menu-easing {
	padding-top: 112px;
}
.affix .navbar-brand img {
	max-width: 165px;
}
.affix .navbar-toggle {
	margin-top: 26px;
}
.affix .menu-bar {
	margin-top: 29px;
}
.visible-none {
	visibility: hidden;
}

@media (min-width:768px) and (max-width:991px) {
.affix .navbar-brand img {
	display: none;
}
.affix .menu-bar {
	margin-top: 10px;
}
}
/*-----------------------Slider---------------------*/
.carousel-control {
	width: 5%;
	text-shadow: none;
}
.carousel-indicators li {
	border: none;
	background: #fff;
	margin-left:10px;
}
.carousel-indicators .active {
	background: #2d7d4e;
	margin-left:10px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control:focus, .carousel-control:hover {
	background: none;
}
.carousel-control span {
	background: #2d7d4e;
	font-size: 18px !important;
	padding: 5px;
}
/*-----------------------Contact----------------------*/
.contact {
	background: #f5f5f5;
	padding: 15px 0;
	font-weight: 700;
}
.contact-text {
	padding: 10px 0;
}
.contact-button {
	text-align: right;
}
.contact-button .btn {
	font-weight: 700;
}
.contact-text-item {
	display: inline-block;
	font-size: 14px;
}
.contact-text-phone {
	font-size: 25px;
	color: #2d7d4e;
	margin-top: 10px;
}
.contact-text .fa {
	color: #2d7d4e;
}
.contact-info-list {
	list-style: none;
	padding-left: 5px;
}
.contact-info-list li {
	margin-bottom: 10px;
}
.contact-info-list .fa {
	color: #2d7d4e;
}
@media (max-width:768px) {
.contact-button, .contact-text {
	text-align: center;
}
.contact-text-item {
	display: block;
}
.contact-text-phone {
	font-size: 26px;
}
}
/*-------------------Homepage Service---------------------*/
.service {
/*padding: 70px 0;*/
}
.row.intro {
	margin-top: 70px;
	margin-bottom: 70px;
}
.title {
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #2d7d4e;
}
.sub-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #838383;
}
.description {
	border-left: solid 2px #2d7d4e;
	padding-left: 70px;
}
.divider {
	height: 2px;
	background: #000;
	width: 100%;
	max-width: 150px;
	margin: 15px auto;
}
h4.title2 {
	line-height: 1.3;
	font-size:18px;
	color:#2d7d4e;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
}

@media (max-width:768px) {
.title, .sub-title {
/*text-align: center;*/
}
.description {
	border: none;
	padding: 0;
	text-align: justify;
}
.service.title, .introduction.title {
	text-align: center;
}
}
/*-----------------Homepage Service Post-------------------------*/
.service-post-detail {
	margin-top:3px;
	padding: 0px 10px 10px 10px;
	height:200px;
	border: 1px solid #eee;
}
.service-post-detail:hover {
	background:#eee;
}
.service-post {
}
.service-post h3 {
	text-transform: uppercase;
	font-family: Roboto,"Segoe UI Bold", sans-serif;
	color: #2e7d4e;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	margin-top:10px;
}
.service-post h3::before {
	border: 2px solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 35px;
	transition: all ease 0.3s;
}
/*.title-divider {
	height: 2px;
	background: #2e7d4e;
	width: 15%;
	transition: all ease 0.3s;
}*/
.service-post:hover h3::before {
	width: 80px;
}
.service-post-description {
	margin-top: 15px;
}
/*----------------Homepage Field-----------------*/
.field-wrapper {
	background: #2e7d4e;
}
.field-bg {
	background: url('/img/01 Homepage_field.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position-x: right;
}
.field-list {
	padding-top: 70px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 70px;
	background: rgba(45,125,78,0.9);
	margin-bottom: 0;
}
.field-list::before {
	content: '';
	height: 100%;
	background: rgba(45,125,78,0.9);
	width: 2000px;
	position: absolute;
	left: -1985px;
	top: 0;
}
.field-list::after {
	content: '';
	height: 100%;
	background: rgba(45,125,78,0.9);
	width: 20px;
	position: absolute;
	right: -5px;
	top: 0;
}
ul.field-list li {
	list-style: none;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
}
ul.field-list li a {
	color: #fff;
}
ul.field-list li:hover, ul.field-list li.active {
	opacity: 0.5;
}
ul.field-list li:after {
	font-family: 'fontawesome';
	content: '\f0d7';
	float: right;
}
ul.field-list li.active:after {
	content: '\f0da' !important;
}
.field-list-detail {
	width: 100%;
	max-width: 500px;
	margin: auto;
	background: rgba(255,255,255,0.8);
	padding: 20px;/*border-radius: 5px;*//*box-shadow: 0 0 1px 1px #ccc;*/
}

@media (max-width:768px) {
.field-bg {
	background: none;
}
ul.field-list li:after {
	font-family: 'fontawesome';
	content: '\f0da';
	float: right;
}
ul.field-list li.active:after {
	content: '\f0d7' !important;
}
#field-list-content {
	padding-top: 70px;
	margin-top: -70px;
}
}
/*---------------------Home Introduction----------------------*/
.event-post-area {
	padding-left:50px;
}
.introduction-col-right {
	padding-left:50px;
}

@media (max-width:768px) {
.introduction-col-right {
	text-align: justify;
}
.introduction-col-right .title {
}
}
/*---------------------Home Featured-------------------*/
.featured-slide {
	background: #f5f5f5;
	padding: 60px 0;
}
.featured-post-detail {
	padding-bottom: 30px;
	padding-top: 12px;
	margin: 0 15px;
	border-bottom: 1px solid #575757;
}
.featured-post-view-more {
	text-align: right;
	padding-right: 5px;
	font-weight: 700;
	border-left: 1px solid #575757;
}
.featured-post-wrapper {
	background: #fff;
}
.featured-post-content {
	margin: 0 15px;
	padding-bottom: 15px;
}
.featured-post-title {
	font-weight: 700;
	margin: 10px 0;
}
.featured-post-title, .featured-post-excerpt {
	text-align: justify;
}
.featured-post-excerpt::after {
	content: ' ...';
}
/*------------------Home Subscribe----------------*/
.shares {
	background: #f5f5f5;
	margin: 0;
	padding: 23px 5px;
	text-align: center;
	display: flex;
	align-items: center;
}
.subscribe-form {
	background: #f5f5f5;
	margin: 0;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	align-items: center;
}
.subscribe-form input {
	font-size: 13px;
	padding: 8px 10px;
	font-weight: 700;
	width: 100%;
}
.subscribe-form input[type=text] {
	font-style: italic;
	border: none;
}
.subscribe-form-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
}
.shares-title {
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.shares-sub-title {
	font-size: 15px;
}
.shares-number {
	font-size: 37px;
}
.shares-plus {
	color: #2e7d4e;
	font-size: 20px;
}
.shares-plus::before {
	color: #000;
	content: '('
}
.shares-plus::after {
	color: #000;
	content: ')';
}

@media (max-width:768px) {
.shares, .subscribe-form {
	display: block;
}
.subscribe-form-title {
	text-align: center;
}
.subscribe-form-title, .subscribe-form input {
	margin: 2px 0;
}
.shares-number {
	font-size: 29px;
}
}
/*--------------------Home Info---------------------*/
.info {
	padding: 40px 0;
	background: #f5f5f5;
}
.info-title {
	font-size: 16px;
	font-weight: 700;
	color: #2e7d4e;
}
.info-list {
	padding-left: 0;
}
.info-list li {
	/*list-style: none;
	float: left;
	margin-right: 15px;*/
	list-style: none;
    float: left;
    margin-right: 30px;
    background: #fff;
    padding: 6px 15px 6px 0;
}
/*.info-list li::after {
	content: '|';
	margin-left: 15px;
	font-weight: 700;
}*/
/*.info-list li:last-child::after {
	content: '';
	margin-left: 0;
}*/
.info-list .fa {
	/*color: #2d7d4e;*/
	color: #fff;
}
.info-list-icon {
	background: #2e7d4e;
    padding: 8px 7px;
    margin-right: 5px;
}
@media (max-width:991px) {
.info-list li {
	float: none;
}
.info-list li::after {
	content: '';
}
.info-list {
	margin-top: 15px;
}
}
/*---------------Footer----------------*/
.footer {
	background: #2e7d4e;
	color: #fffffd;
}
.footer-menu h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	padding-bottom: 30px;
}
.footer-menu h3::before {
	border: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 45px;
	transition: all ease 0.3s;
}
.footer-menu:hover h3::before {
	width: 90px;
}
.footer-menu-list {
	padding-left: 0;
}
.footer-menu-list li {
	list-style: none;
	padding: 6px 0;
}
.footer-menu-list li a {
	color: #fffeff;
	transition: all ease 0.3s;
}
.footer-menu-list li a:hover {
	opacity: 0.5;
}
.footer-menu-list.social li {
	float: left;
	margin-right: 5px;
}
.social .fa-stack-1x {
	color: #2e7d4e;
}
.social .fa-stack-2x {
	color: #FFF;
}
/*--------------Copyright------------------*/
.copyright {
	background: #10592e;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
}
/*---------------Breadcrumb-----------------*/
.breadcrumb {
	/*background: #fff;*/
	padding: 25px 0;
	margin-bottom: 0;
}
.breadcrumb ul {
	padding: 0
}
.breadcrumb ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
.breadcrumb ul li:last-child {
	font-weight: 700;
}
.breadcrumb ul li::after {
	content: '/';
	margin-left: 15px;
}
.breadcrumb ul li:last-child::after {
	content: '';
	margin-left: 0;
}
/*-----------------Post-----------------*/
.post h1, article h1, article h2, article h3, article h4, article h5, article h6 {
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.content {
	margin-bottom: 30px;
	margin-right: 40px;
}
article img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.post h1 {
	font-size: 20px;
	margin-top:10px;
	padding-top:0px;
}
article h1 {
	font-size: 24px;
}
article h2 {
	font-size: 22px;
}
article h4.title {
	padding: 5px 10px 5px 20px;
	border-left: 4px solid #2d7d4e;
	background: #fafafa;
	margin-top: 20px;
	margin-bottom: 20px;
}
article .excerpt p {
	font-size: 18px;
	line-height: 1.5;
}
article .box {
	background: #effff5;
	padding: 15px 45px;
}
article ul li {
	line-height: 1.5;
	margin-bottom: 10px;
}
article ul li ul {
	margin-top: 10px;
}
article td, th {
	border: 1px solid #333;
	padding: 5px 10px;
}

@media (max-width:768px) {
article td, th {
	/*white-space: nowrap;*/
}
}

@media (max-width: 1200px) {
.content {
	margin-right: 0;
}
}
/*--------------Sidebar--------------*/
.sidebar-widget {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #2d7d4e;
}
.sidebar .sidebar-widget:last-child {
	border: none;
}
.sidebar-widget-item {
/*padding-left: 20px;*/
	/*padding-right: 20px;*/
}
#widget-1 {
	background: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar-widget-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left: 4px solid #2d7d4e;
	background: #fafafa;
}
.sidebar-widget-contact-detail {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar-widget-item ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.sidebar-widget-item ul li {
	margin: 7px 0;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
	padding-top: 7px;
}
.sidebar-widget-item ul li ul {
	padding-left: 20px;
	background: #f5f5f5;
}
.sidebar-widget-item ul li.active > a {
	color: #fff;
	background: #2d7d4e;
	padding: 10px 15px;
	display: block;
	
}
.sidebar-widget-item ul li > a[aria-expanded="false"] {
	color: #000;
	background: none;
	padding: 7px 0;
	display: block;
}
.sidebar-widget-item ul li > a[aria-expanded="true"] {
	color: #fff;
	background: #2d7d4e;
	padding: 10px 15px;
	display: block;
}
.sidebar-widget-item a:hover {
	margin-left: 10px;
}
.sidebar-widget img {
	width: 100%;
}
#widget-1-2 {
	background: #d7edff;
	font-size: 13px;
}
.sidebar-widget-category-detail {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 20px 20px;
}
.sidebar-widget-title-sm {
	font-weight: 700;
	text-decoration: underline;
}
#widget-1-2 .sidebar-widget-title-sm {
	color: #9d0000;
}
.sidebar-featured img {
	height: 85px;
	object-fit: cover;
}
/*---------------Related Category------------------*/
.related-category {
	margin: 40px 0;
}
.related-category img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.related-category h4 {
	font-weight: 700;
	margin-top: 20px;
}
.related-category {
	text-align: justify;
}
.related-category-post {
	margin-bottom: 70px;
}

@media (min-width:1200px) {
.related-category > .container > .row .col-lg-3:nth-child(4n+1) {
	clear: both;
}
}

@media (min-width:991px) and (max-width:1199px) {
.related-category > .container > .row .col-lg-3:nth-child(3n+1) {
	clear: both;
}
}

@media (min-width:768px) and (max-width:990px) {
.related-category > .container > .row .col-lg-3:nth-child(2n+1) {
	clear: both;
}
}
/*-------------Scroll top-----------------*/
.scroll-top {
	display: none;
	position: fixed;
	bottom: 16%;
	right: 1%;
	background: #3ca969;
	color: #fff;
	padding: 10px 15px;
	/*box-shadow: 2px 2px 5px #666;*/
	/*border-radius: 5px;*/
	cursor: pointer;
	z-index: 997;/*transition: all ease 0.3s;*/
}
.scroll-top:hover {
	background: #10331f;
	transition: all ease 0.3s;
}
/*-------------Field List menu-----------*/
#vt_menu {
	/*width: 230px;*/
	position: relative;/*background: #333;*//*margin: 40px 40px;*/
}
#vt_menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#vt_menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	list-style: none;
	width: 100%;
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
}
#vt_menu ul li a {
	width: 100%;
	font-weight: 700;
	text-decoration: none;
	display: block;
	line-height: 55px;
	color: #fff;
	/*font-family: 'Lato', sans-serif;*/
	font-size: 14px;
	padding: 0 10px;
}
#vt_menu ul li:hover {
	background: #333333;
	background: hsla(0, 0%, 20%, 1);
}
#vt_menu li a:active {
	color: #888;
}
#vt_menu .contact {
	top: -396px;
}
#vt_menu ul li:first-child {
}
#vt_menu ul li:last-child {
}
#vt_menu i {
	margin-left: 20px;
	font-size: 17px;
	margin-right: 7px;
}
#vt_menu span.main_links_span {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 16px;
}
#vt_menu ul li ul {
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-radius: none;
	top: -1px;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: opacity .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	-moz-transition: opacity .2s ease-in, visibility 0s linear .2s, -moz-transform .2s linear;
	-o-transition: opacity .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
	-ms-transition: opacity .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
	transition: opacity .2s ease-in, visibility 0s linear .2s, transform .2s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#vt_menu ul li ul li {
	position: relative;
	display: block;
	float: none;
	background: #fff;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-left: solid 1px #e7e7e7;
	box-shadow: none;
}
#vt_menu ul ul li:last-child, #vt_menu ul ul li:first-child {
	border-radius: 0;
}
#vt_menu ul ul li:last-child {
	border-bottom: solid 1px #e7e7e7;
}
#vt_menu ul ul ul li:last-child {
}
#vt_menu ul ul ul ul li:last-child {
}
#vt_menu ul ul li a {
	color: #777;
	line-height: 42px;
	padding-left: 30px;
	width: 96%;
}
#vt_menu ul ul li:hover {
	background: #f3f3f3;
}
#vt_menu ul li:hover > ul {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#vt_menu span.span_level_1, span.span_level_2 {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 16px;
}
#vt_menu .list-top {
	width: 90%;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 15px;
}
#vt_menu .inner-list {
	margin-left: 10px;
}
#vt_menu .other_links i {
	margin-left: 0px !important;
	font-size: 13px !important;
}
#vt_menu ol li {
	box-shadow: none !important;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	width: 94%;
	padding-bottom: 3px;
	color: #666;
}
.typography_5_col {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	width: 790px;
	position: absolute;
	top: -1px;
	left: 100%;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: opacity .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	-moz-transition: opacity .2s ease-in, visibility 0s linear .2s, -moz-transform .2s linear;
	-o-transition: opacity .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
	-ms-transition: opacity .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
	transition: opacity .2s ease-in, visibility 0s linear .2s, transform .2s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#vt_menu ul li:hover > .typography_5_col {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.typography_3_col {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	width: 490px;
	position: absolute;
	top: -1px;
	left: 100%;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: opacity .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	-moz-transition: opacity .2s ease-in, visibility 0s linear .2s, -moz-transform .2s linear;
	-o-transition: opacity .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
	-ms-transition: opacity .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
	transition: opacity .2s ease-in, visibility 0s linear .2s, transform .2s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#vt_menu ul li:hover > .typography_3_col {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.typography_2_col {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	width: 340px;
	position: absolute;
	top: -1px;
	left: 100%;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: opacity .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	-moz-transition: opacity .2s ease-in, visibility 0s linear .2s, -moz-transform .2s linear;
	-o-transition: opacity .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
	-ms-transition: opacity .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
	transition: opacity .2s ease-in, visibility 0s linear .2s, transform .2s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#vt_menu ul li:hover > .typography_2_col {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.col_2_container {
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.col_3_container {
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.col_5_container {
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#vt_menu h4 {
	font-size: 18px;
	border-bottom: solid 1px #333;
	margin-bottom: 9px;
	padding-bottom: 10px;
	display: block;
	float: none;
}
.col_1 {
	width: 16.94%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_2 {
	width: 36.94%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_3 {
	width: 56.899%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_4 {
	width: 76.94%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_5 {
	width: 96.94%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_2_fullwidth {
	width: 46.96%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_3_fullwidth {
	width: 30.293%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
.col_4_fullwidth {
	width: 21.96%;
	float: left;
	padding: 1.52%;
	margin-bottom: 20px;
}
#vt_menu .typography_3_col .col_3_container .col_3_fullwidth ol li a {
	background: none;
	background-image: none;
	line-height: 22px;
	cursor: pointer;
}
#vt_menu .typography_3_col .col_3_container .col_3_fullwidth ol li {
	background: none;
	background-image: none;
}
#vt_menu .typography_3_col .col_3_container .col_3_fullwidth h4.other_links_title {
	padding-left: 0;
}
.other_links li {
	box-shadow: none !important;
}
#vt_menu .name, #vt_menu .email, #vt_menu .message, #vt_menu input, #vt_menu textarea {
	margin-top: 9px;
}
#vt_menu input {
	width: 100%;
	border: none;
	border: 1px solid #ccc;
}
#vt_menu input.input_name, #vt_menu input.input_email {
	height: 35px;
	color: #333;
}
#vt_menu textarea {
	height: 100px;
	width: 100%;
	border: none;
	border: 1px solid #ccc;
}
#vt_menu input[type=submit] {
	width: 70px;
	height: 30px;
	margin-top: 19px;
	background: #333;
	color: white;
	margin-bottom: 19px;
}
#vt_menu input[type=submit]:hover {
	background: #151515;
	cursor: pointer;
}
#vt_menu img {
	border: none;
}
#vt_menu .icons a {
	background: none;
	background-image: none;
	padding: 0;
	margin: 0;
	float: left !important;
	display: block;
	width: auto !important;
}
#vt_menu .icons i {
	margin-left: 0px;
	font-size: 30px;
	margin-right: 10px;
}
#vt_menu .icons a:hover {
	opacity: 0.5;
}
.image {
	background: gray;
	width: 260px;
	height: 140px;
	font-size: 30px;
	line-height: 130px;
	color: #444;
}
b {
/*margin-left: 23px;*/
}
#vt_menu #pull {
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 53px;
	color: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}
#vt_menu #pull:hover {
	background: #333333;
}
#vt_menu #pull i {
	margin-left: 25px;
}
#vt_menu span.pull_span {
	position: absolute;
	right: 25px;
	top: 0;
}
#vt_menu div#pull a {
	display: block;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#vt_menu div#pull a:active {
	color: #888;
}
#nav-trigger {
	display: none;
}
#jnix-menu input[type="checkbox"] {
	display: block;
	height: 48px;
	opacity: 0;
	width: 48px;
}
#jnix-menu input[type="checkbox"] {
	display: none;
}
#jnix-menu .fa-bars {
	display: none !important;
}
/*--Field Color---*/


#vt_menu {
/*background:#508B4B !important;*/
}
#vt_menu .list-top {
	background: #508B4B;
}
#vt_menu ul li:hover {
	background: #3ca969;
}
#vt_menu input {
}
#vt_menu .other_links i {
	color: #508B4B;
}
#vt_menu .other_links li:hover {
	background: #fff !important;
	cursor: pointer;
}
.first {
	background: #508B4B;
	color: #fff;
}
#vt_menu h4 {
	color: #508B4B;
	border-bottom: 1px solid #508B4B !important;
}
#vt_menu ul ul li a {
	color: #508B4B !important;
}
#vt_menu input[type="submit"] {
	background: #508B4B !important;
}
.other_links li a {
	color: #666666 !important;
	box-shadow: none !important;
}
#vt_menu .icons a {
	color: #508B4B;
}

@media screen and (max-width: 1023px) {
#jnix-menu {
	background: url(/images/list-white.png) no-repeat #508B4B;
	box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}
#jnix-menu input[type=checkbox]:checked + span {
	color: #000 !important;
}
#jnix-menu input[type=checkbox] + span {
	color: #508B4B !important;
}
}

/*Field Responsive*/
@media screen and (max-width: 1023px) {
#vt_menu {
	width: 97.5%;
	margin: 10px auto;
}
#vt_menu h4 {
	width: 100%;
}
#vt_menu ul li ul {
	position: absolute;
	left: -1px;
	top: 100%;
}
#vt_menu ul li:first-child {
	border-radius: 0;
}
#vt_menu ul li ul li:first-child {
	border-radius: 0;
}
#vt_menu ul li ul li:last-child {
}
.typography_5_col, .typography_3_col, .typography_2_col {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
	border: none;
	border-radius: 0;
	background: #F9F9F9;
}
.col_5_container, .col_3_container, .col_2_container {
	margin-bottom: 30px;
	margin-left: 3%;
	margin-top: 20px;
	width: 94%;
	overflow: hidden;
}
#vt_menu .list-top {
	width: 100% !important;
}
#vt_menu ol li {
	width: 100%;
}
.col_1, .col_2, .col_3, .col_4, .col_5 {
	width: 96.96%;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 1.52%;
	padding-right: 1.52%;
}
.col_4_fullwidth, .col_3_fullwidth, .col_2_fullwidth {
	width: 96.96%;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 1.52%;
	padding-right: 1.52%;
}
.image {
	margin-bottom: 5px;
}
#jnix-menu {
	margin: 10px;
	margin-right: 1%;
}
#jnix-menu label {
	display: block;
}
#jnix-menu label ~ input[type="checkbox"] ~ #nav-wrap #vt_menu {
	display: none;
}
#jnix-menu label ~ input[type="checkbox"]:checked ~ #nav-wrap #vt_menu {
	display: block;
}
​ /* nav-wrap */
 #nav-wrap {
	position: relative;
	margin-top: -20px;
}
#jnix-menu .fa-bars {
	display: block !important;
}
#jnix-menu input[type=checkbox] {
	display: block;
	opacity: 0;
	height: 48px;
	width: 48px;
}
#jnix-menu input[type=checkbox] + span {
	height: 31px;
	width: 31px;
	position: absolute;
	z-index: -1;
	margin-top: -50px;
	color: #159F85;
	padding: 5px;
	font-size: 35px;
	padding-top: -5px;
}
#jnix-menu input[type=checkbox]:checked + span {
	height: 31px;
	width: 31px;
	padding: 0 0 0 0px;
	color: #fff;
	padding: 5px;
	font-size: 35px;
}
#jnix-menu #nav-trigger {
	display: block;
	cursor: pointer
}
#jnix-menu #nav-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* main nav */
#vt_menu {
	margin: 0;
	/*position: absolute;*/
	z-index: 1;
}
#vt_menu:after {
	content: '';
	position: absolute;
}
#vt_menu .contact {
	top: 40px;
}
}
/*------------Form Style-------------*/
.form1-title {
	text-align: right;
	font-weight: 700;
	margin-top: 7px;
}
.form-table {
	overflow: auto;
}
.form-table table {
	table-layout: fixed;
}
.form-table textarea {
	transition: none !important;
}
.form-table textarea:focus {
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	height: 300px;
	width: 50%;
	z-index: 999;
	box-shadow: 0 0 0 700px rgba(0,0,0,0.7) !important;
}

@media (max-width:768px) {
.form1-title {
	text-align: left;
}
.form-table textarea:focus {
	width: 70%;
}
}
/*--------------Blog-------------*/
.post-list-wrap {
	margin-top: 30px;
	box-shadow: 0 5px 11px -4px #ccc;
	margin-bottom: 10px;
}
.post-list-img img {
	height: 190px;
	object-fit: cover;
}
.post-list-detail-header {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.post-list-detail-meta .date {
	padding: 8px 15px;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	top: 10px;
}
.post-list-detail-meta {
	border-bottom: 1px solid #ccc;
}
.post-list-detail-excerpt {
	margin-top: 30px;
}
.post-list-detail-viewmore {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

@media (max-width:768px) {
.post-list-detail-header {
	margin-top: 15px;
}
}
/*-----------Recruitment-------------*/
.success-img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.success-case {
	padding: 80px 10% 80px 20%;
}
#recruit-slide .carousel-indicators {
	top: 500px;
}
#recruit-slide .carousel-inner {
	background: url('/img/shutterstock_280265405.jpg') no-repeat;
	background-size: cover;
}
.success-case h2 {
	font-weight: 700;
	text-transform: uppercase;
}
.success-case p {
	font-size: 20px;
}
.success-case a {
	font-size: 20px;
}
.job-slide-img {
	height: 800px;
	width: 100%;
	object-fit: cover;
}
.job-slide {
	color: #fff;
}
.job-slide .row {
	background: #2d7d4e;
}
.job-slide-detail {
	padding: 30px 70px;/*max-width: 770px;*/
}
/*.job-slide-detail::before {
	content: '';
	background: url(/img/shutterstock_415618867.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100.3%;
	top: 0;
}*/
.job-slide-detail h2 {
	font-weight: 700;
	text-transform: uppercase;
}
.job-slide-item .row {
	margin: 0;
	background: #fff;
	color: #333;
}
.job-slide-item .slick-slide img {
	height: 155px;
}
.job-slide-item p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.job-slide-item h4 {
	font-weight: 700;
	margin-bottom: 0;
	color: #2D7D4E;
}
.job-slide-item .job-location {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
.job-location .fa {
	color: #2D7D4E;
}
.job-location::after {
	content: '';
	background: #2D7D4E;
	height: 2px;
	width: 65px;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.job-slide-item .row + .row {
/*margin-top: 20px;*/
}
.job-slide-item .slick-prev {
	left: initial;
	right: -35px;
	top: 45%;
}
.job-slide-item .slick-prev::before {
	content: '\f0d8';
}
.job-slide-item .slick-next::before {
	content: '\f0d7';
}
.slick-vertical .slick-slide {
	border: none !important;
	margin: 15px 0;
}
p.job-description {
	height: 6.67ex;
	overflow: hidden;
}
p.job-meta {
	font-weight: 700;
	font-style: italic;
}
@media (max-width:768px) {
.success-img {
	height: 400px;
}
.job-slide-img {
	height: 300px;
}
#recruit-slide .carousel-indicators {
	top: 350px;
}
.success-case {
	padding: 30px;
	background: rgba(255,255,255,0.7);
}
.success-case h2 {
	font-size: 18px
}
.success-case p {
	font-size: 14px;
}
.success-case a {
	font-size: 14px;
}
.job-slide-detail {
	padding: 20px 0;
	width: 92%;
}
}
.job-latest .featured-slide {
	background: #fff;
}
.filter-location {
	margin-top: 35px;
}
.filter-location .row {
	margin-bottom: 30px;
}
.job-filter {
	font-size: 16px;
	background: transparent;
    border: 1px solid;
    color: #2d7d4e;
    padding: 15px 20px;
    width: 100%;
    transition: all ease 0.3s;
}
.job-filter:hover, .job-filter:focus {
	background: #2d7d4e;
	color: #fff;
}
/*--------Recruitment map---------*/
.map-canvas {
	position:relative;
	height:500px;
	width:274px;
	margin: auto;
	background:url('/img/vietnam map_500.png') 0 0 no-repeat;
}
.map-link {
	position: absolute;
}
.map-link::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: red;
	transition: all ease 0.3s;
}
.map-link::before {
	content: '';
	position: absolute;
	height: 1px;
	background: #000;
}
.map-text {
	border-bottom: 1px solid #000;
	display: inline-block;
	cursor: pointer;
	color: #2d7d4e;
	transition: all ease 0.3s;
}
.map-text:hover {
	color: #000;
}
.map-link:hover::after,.map-link:focus::after {
	background: yellow;
}
#ha-noi.map-link {
	top: 81px;
	left: 2px;
	width: 141px;
	height: 38px;
}

#ha-noi.map-link::after {
	right: 0;
	top: 0;
}
#ha-noi.map-link::before {
	width: 79px;
	transform: rotate(-27deg);
	bottom: 18px;
	right: -2px;
}
#ha-noi span.map-text {
	width: 69px;
	position: absolute;
	bottom: 0;
}
#hai-phong.map-link {
	top: 90px;
	left:163px;
	width:111px;
	height:42px;
}
#hai-phong.map-link::after {
	left: 0;
	top: 0;
}
#hai-phong.map-link::before {
	width: 50px;
	transform: rotate(53deg);
	top: 21px;
	left: -9px;
}
#hai-phong span.map-text {
	width: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#quang-ninh.map-link {
	top:29px;
	left:176px;
	width:96px;
	height:41px;
}
#quang-ninh.map-link::after {
	left: 20px;
	bottom: 0;
}
#quang-ninh.map-link::before {
	width: 26px;
	transform: rotate(-127deg);
	bottom: 12px;
	left: 2px;
}
#quang-ninh span.map-text {
	width: 90px;
	position: absolute;
	right: 0;
	top: -3px;
	text-align: right;
}
#da-nang.map-link {
	top: 248px;
	left: 91px;
	width: 123px;
	height: 30px;
}
#da-nang.map-link::after {
	top: 0;
	right: 0;
}
#da-nang.map-link::before {
	width: 59px;
	transform: rotate(-27deg);
	bottom: 13px;
	right: -2px;
}
#da-nang span.map-text {
	width: 70px;
	position: absolute;
	bottom: 0;
}
#hcm.map-link {
	top: 379px;
	left: 16px;
	width: 146px;
	height: 55px;
}
#hcm.map-link::after {
	bottom: 0;
	right: 0;
}
#hcm.map-link::before {
	width: 54px;
	transform: rotate(34deg);
	bottom: 19px;
	right: 0px;
}
#hcm span.map-text {
	width: 97px;
}
.map-info {
	display: none;
}
/*---------Job subscribe form----------*/
.job-subscribe {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('/img/shutterstock_225103282.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
}
.job-subscribe h3 {
	font-weight: 700;
	text-transform: uppercase;
}
.job-subscribe-form {
	position: relative;
}
.job-subscribe-form-email {
	height: 42px;
	width: 100%;
	padding: 0 15px;
	background: transparent;
	border: 2px solid #2D7D4E;
}
.job-subscribe-form-email::placeholder {
 color: #ccc;
}
.job-subscribe-form .btn {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:768px) {
.job-subscribe {
	background-attachment: scroll;
}
}
/*----------Counting Number----------------*/
.vnc-number {
	background: #f9f9f9;
}
.vnc-number-count {
	font-size: 60px;
	font-weight: 700;
	color: #2D7D4E;
}
.vnc-number-text {
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
}
/*--------Hiring Proccess-------*/
.careers-process-steps {
	/*background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(/img/shutterstock_380437276.jpg);*/
	/*background-size: cover;*/
}
.careers-process-steps h2 {
	padding: 0 15px;
}
.careers-process-wrapper {
	padding: 0rem 5rem 3rem;
}
.list-hiring-process-steps ol {
	counter-reset: item;
}
.list-hiring-process-steps  ol li {
	display: block;
}
.list-hiring-process-steps  ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: red;
}

.careers-process-steps .list-hiring-process-steps li a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 60px;
	/*padding-left: 3.75rem;*/
	display: block;
	color: #333;
	font-family: Roboto,"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px!important;
	/*font-size: 1.125rem!important;*/
	line-height: 1.33333em !important;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}
.careers-process-steps .list-hiring-process-steps li a:hover, .careers-process-steps .list-hiring-process-steps li a:focus {
	color: #2D7D4E;
}
.careers-process-steps .list-hiring-process-steps li:before {
	float: left;
	content: counter(item);
	counter-increment: item;
	text-align: center;
	font-weight: bold;
	font-size: 12px!important;
	/*font-size: 0.75rem!important;*/
	line-height: 3.33333em !important;
	width: 40px;
	height: 40px;
	color: #fff;
	background-image: -webkit-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 18px, rgba(255,255,255,0) 18px, rgba(255,255,255,0) 100%);
	background-image: -moz-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 18px, rgba(255,255,255,0) 18px, rgba(255,255,255,0) 100%);
	background-image: -ms-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 18px, rgba(255,255,255,0) 18px, rgba(255,255,255,0) 100%);
	background-image: -o-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 18px, rgba(255,255,255,0) 18px, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 18px, rgba(255,255,255,0) 18px, rgba(255,255,255,0) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #2D7D4E;
	font-family: Roboto,"Helvetica Neue", Arial, Helvetica, sans-serif
}
.careers-process-steps .list-hiring-process-steps ol:after {
	content: '';
	display: table;
	clear: both
}

.careers-process-steps .list-hiring-process-steps li {
	position: relative;
	margin-bottom: 24px;
	margin-bottom: 1.5rem
}
.careers-process-steps .list-hiring-process-steps li:after {
	content: '';
	display: table;
	clear: both
}
@media only screen and (min-width: 750px) {
.careers-process-steps .list-hiring-process-steps {
	position: relative;
	border: 0;
	border-top: 1px solid #2D7D4E;
	margin-top: 200px;
	/*margin-top: 9.375rem;*/
	padding-bottom: 150px;
	/*padding-bottom: 22.5rem*/
}
.careers-process-steps .list-hiring-process-steps:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: -7px;
	left: -13px;
	background: #2D7D4E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.careers-process-steps .list-hiring-process-steps:after {
	content: '★';
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: -13px;
	right: -27px;
	color: #fff;
	background: #2D7D4E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 16px!important;
	/*font-size: 1rem!important;*/
	line-height: 1.6875em !important
}
.careers-process-steps .list-hiring-process-steps ol {
	-webkit-padding: 24px 0 0;
	-moz-padding: 24px 0 0;
	-ms-padding: 24px 0 0;
	-o-padding: 24px 0 0;
	padding: 24px 0 0
}
.careers-process-steps .list-hiring-process-steps li {
	position: absolute;
	width:33.33333333%;
	border-left: 1px solid #2D7D4E;
	height: 80px;
	margin: 0;
}
.careers-process-steps .list-hiring-process-steps li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding: 24px;
	/*padding: 1.5rem;*/
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.careers-process-steps .list-hiring-process-steps li:before {
	float: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	font-size: 24px!important;
	/*font-size: 1.5rem!important;*/
	line-height: 2.5em !important;
	width: 60px;
	height: 60px;
	background-image: -webkit-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 100%);
	background-image: -moz-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 100%);
	background-image: -ms-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 100%);
	background-image: -o-radial-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(center, circle, rgba(45,125,78,0.8) 0%, rgba(45,125,78,0.8) 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 100%)
}
.careers-process-steps .list-hiring-process-steps li.step-01 {
	top: 0;
	left: -8.33333333%;
	border: 0;
}
.careers-process-steps .list-hiring-process-steps li.step-03 {
	top: 0;
	left: 25%
}
.careers-process-steps .list-hiring-process-steps li.step-05 {
	top: 0;
	left: 58.33333333%;
	border-right: 1px solid #2D7D4E;
}
.careers-process-steps .list-hiring-process-steps li.step-01 a, .careers-process-steps .list-hiring-process-steps li.step-03 a, .careers-process-steps .list-hiring-process-steps li.step-05 a {
	top: 0
}
.careers-process-steps .list-hiring-process-steps li.step-01:before, .careers-process-steps .list-hiring-process-steps li.step-03:before, .careers-process-steps .list-hiring-process-steps li.step-05:before {
	top: auto;
	bottom: 100%;
	margin-bottom: 80px
}
.careers-process-steps .list-hiring-process-steps li.step-02 {
	bottom: 100%;
	left: 8.33333333%
}
.careers-process-steps .list-hiring-process-steps li.step-04 {
	bottom: 100%;
	left: 41.66666666%
}
.careers-process-steps .list-hiring-process-steps li.step-06 {
	bottom: 100%;
	left: 75%
}
.careers-process-steps .list-hiring-process-steps li.step-02 a, .careers-process-steps .list-hiring-process-steps li.step-04 a, .careers-process-steps .list-hiring-process-steps li.step-06 a {
	top: auto;
	bottom: 0
}
.careers-process-steps .list-hiring-process-steps li.step-02:before, .careers-process-steps .list-hiring-process-steps li.step-04:before, .careers-process-steps .list-hiring-process-steps li.step-06:before {
	top: 100%;
	margin-top: 80px;
	margin-left: -31px
}
}
@media (max-width:749px) {
	.list-hiring-process-steps ol {
		padding-left: 0;
		margin-top: 30px;
	}
}
/*--------Vertical Banner-----------*/
.vertocal-banner {
	display: none;
}
.vertical-banner .banner {
	height: 450px;
    width: 200px;
    background: #ccc;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 100;
	/*overflow: hidden;*/
	box-shadow: 0 0 10px #ccc;
	transition: all ease 0.3s;
}
.vertical-banner .banner.left {
	left: 0;
}
.vertical-banner .banner.left.toggle {
	left: -200px;
}
.vertical-banner .banner.right {
	right: 0;
}
.vertical-banner .banner.right.toggle {
	right: -200px;
}
.banner-toggle {
	position: absolute;
	top: 0;
}
.banner-toggle.btn {
	padding: 6px 12px;
}
.banner-toggle.left {
	right: -36px;
}
.banner-toggle.right {
	left: -36px;
}
@media (max-width:1600px) {
	.vertical-banner .banner {
		display: none !important;
	}
}
/*----------Coming Event----------*/
.event-post.title {
	margin-top: 7px;
}
.event-upcoming-text {
	position:relative
}
.event-upcoming {
	position:absolute;
	bottom:0%;
	left:0;
	width:100%;
	background:#000;
	height:30%;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.event-upcoming-content {
	color:#FFF;
	padding:15px 10px;
	position:absolute;
	bottom:0%;
	left:0;
}
.event-upcoming.date {
	display: inline-block;
	border-radius: 0 0 0 5px;
	color: #333;
	font-weight: 700;
}
.event-upcoming.more {
	display: inline-block;
	border-radius: 0 0 5px 0;
	margin-left: -4px;
	border-left: 1px solid #ccc;
}
.more-btn {
	background: #2d7d4e;
    color: #fff;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 3px;
    font-weight: 700;
    transition: all ease 0.3s;
}
.more-btn:hover {
	background: #333;
}
.event-post-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.event-post-title {
	font-size: 14px;
	font-weight: 700;
    line-height: 2.5ex;
    height: 7.5ex;
    overflow: hidden;
}
.event-post-date {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.row.event-post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 454px) {
	.event-upcoming.more {
		margin-left: 0;
		border-radius: 0 0 5px 5px;
	}
	.event-upcoming.date {
		border-radius: 0 0 5px 0;
		border-bottom: 1px solid #ccc;
	}
}
/*-----------Event Slider-----------*/
.event-carousel .slick-slide img {
	height: auto;
}

#front-carousel .item {
    position: relative;
}

#front-carousel .item a::before, #front-carousel .item a::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all ease 0.3s;
    cursor: pointer;
}

#front-carousel .item a::before {
    content: '';
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}

#front-carousel .item a::after {
    font-family: fontawesome;
    font-size: 24px;
    content: '\f00e';
    text-align: center;
    width: 25px;
    height: 25px;
    top: 100%;
    color: #fff;
}

#front-carousel .item a:hover::before, #front-carousel .item a:hover::after {
    opacity: 1;
}

#front-carousel .item a:hover::after {
    top: 0;
}
.pointer {cursor:pointer}
.service p {margin:0px;padding:0px;}
.sidebar-widget-title {text-transform:uppercase}
.borderless td {padding:20px;border:0px solid #FF0000}
.borderless th {padding:20px;border:0px solid #FF0000}
.green-hover:hover {color:#2d7d4e}
.table-p5 th {padding:5px}
.table-p5 td {padding:5px}
.table-p10 th {padding:10px}
.table-p10 td {padding:10px}
.table-p15 th {padding:15px}
.table-p15 td {padding:15px}
.borderwhite1 td {padding:15px;border:1px solid #FFFFFF}
.borderwhite1 th {padding:15px;border:1px solid #FFFFFF}
.borderwhite2 td {padding:15px;border:2px solid #FFFFFF}
.borderwhite2 th {padding:15px;border:2px solid #FFFFFF}
.borderwhite2 td p {margin:0px;padding:0px}
.borderwhite2 th p {margin:0px;padding:0px}
.borderwhite1 td p {margin:0px;padding:0px}
.borderwhite1 th p {margin:0px;padding:0px}
.table-hover {border-top:2px solid #CCC}
.table-hover p {margin:0px;padding:0px}
.table-hover td {border:0px solid #FF0000;border-bottom:1px solid #CCC}
.table-hover tr:hover {background:#EEE}


.vn-carousel-indicators1{
    height:105px;
    width: 100%;
}
.vn-carousel-indicators1 li{
    text-indent:0;
    display:inherit;
    float:left;
    width: 10%;
    height: 100px;
    margin:0px 0px 0px 5px;padding:0px;
}
.vn-carousel-indicators1 li img{
    width: 100%;
    height: 100%;
    border:2px solid #CCCCCC;
    margin:0px;padding:0px;
}
.vn-carousel-indicators1 .active img{
    border:2px solid #04BEF5;
}
.vn-carousel-indicators1 .active{
    width: 10%;
    height: 100px;
}
hr {
	margin:0px;
	padding:0px;
	border:1px solid #CCC;
}
.service .title {
	font-size:24px;
}
.event .title {
	font-size:24px;
	margin-bottom:20px;
}
.field .title {
	font-size:24px;
}
.introduction .title {
	font-size:24px;
}
.hide {
	display:none;
}
.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
}
