body {
	font-size: 16px !important;
	line-height: 160% !important;
	font-family: "Open Sans" !important;
	color: #000;
	margin: 0;
	background-color: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:000;
 opacity: 1; /* Firefox */
}
h2, .h2 {
	font-size: 24px;
}
img {
	max-width: 100%;
}
.pagedetailcontent img {
	max-width: 100%;
	height: auto;
}
.background-grey {
	background-color: rgb(241, 241, 241);
	padding-top: 60px;
	padding-bottom: 60px;
}
.background-primary {
	background-color: #8a7663;
	padding-top: 60px;
	padding-bottom: 60px;
}
.background-black {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
}
.background-black * {
	color: #FFF;
}
.background-default {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pointhand {
	cursor: pointer;
	cursor: hand;
}
div.linetop {
	padding-top: 20px;
	top: 0;
	z-index: 11;
	right: 0;
}
.texthotline {
	font-weight: bold;
	font-size: 3em;
	color: transparent;
	text-align: center;
	animation: effect 2s linear infinite;
}
 @keyframes effect {
 0% {
 background: linear-gradient(  #BD0003, #FF0004);
 -webkit-background-clip: text;
}
 100% {
 background: linear-gradient(  #FF9600, #FFCD63);
 -webkit-background-clip: text;
}
}
.bold {
	font-weight: bold !important;
}
.error {
	color: #F00;
}
td, th {
	padding: 5px;
}
.img {
	max-width: 100%;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.inline-block {
	display: inline-block;
}
.colimgright {
	float: right !important;
}
.container {
	max-width: 1366px;
}
.container-page {
	max-width: 1170px;
	position: relative;
}
.container_pagedetail {
	max-width: 840px;
}
a {
	color: #5c4e41;
}
a:hover {
	color: #5c4e41;
	text-decoration: none;
}
.btn-white {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-white:hover {
	color: #FFF;
	border: 1px solid #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.14), 0 5px 5px -2px rgba(0,0,0,.2), 0 5px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-orange {
	color: #FFF;
	background-color: #9b8066;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-orange {
	color: #FFF;
	background-color: #9b8066;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-primary {
	color: #977e62 !important;
	font-size: 16px;
	background-color: transparent;
	border-radius: 0;
	border-color: #c6a47e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.onhover {
	background: #c6a47e;
	color: #fff !important;
	border-color: #c6a47e;
}
.f-center {
	text-align: center;
}
.f-left {
	text-align: left;
}
.f-right {
	text-align: right;
}
.boxwidgetlist {
	margin-bottom: 30px;
}
.sectionpagedetail {
	margin: 20px 0;
}
.text-outside-line-full-parent {
	overflow: hidden;
	position: relative;
}
.text-outside-line-full {
	position: relative;
	display: inline-block;
}
.text-outside-line-full::before {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 99%;
	color: #c6a47e;
	display: block;
	border-bottom: 2px solid #c6a47e;
	right: 100%;
	margin-right: 25px;
	opacity: .3;
}
.section_content_home h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	color: #00af0c;
	background: -webkit-linear-gradient( 0deg, #c6a47e, #c6a47e );
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-outside-line-full::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 99%;
	color: #c6a47e;
	display: block;
	border-bottom: 2px solid #c6a47e;
	left: 100%;
	margin-left: 25px;
	opacity: .3;
}
.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 93px;
	height: 93px;
	text-align: right;
}
.ribbon span {
	font-size: 0.8rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	transform: rotate(45deg);
	width: 125px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#9bc90d 0%, #79a70a 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 17px;
	right: -29px;
}
.ribbon span::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}
.ribbon span::after {
	content: '';
	position: absolute;
	right: 0%;
	top: 100%;
	z-index: -1;
	border-right: 3px solid #79A70A;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}
.red span {
	background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
	border-left-color: #8f0808;
	border-top-color: #8f0808;
}
.red span::after {
	border-right-color: #8f0808;
	border-top-color: #8f0808;
}
.blue span {
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.blue span::before {
	border-left-color: #1e5799;
	border-top-color: #1e5799;
}
.blue span::after {
	border-right-color: #1e5799;
	border-top-color: #1e5799;
}
.foo {
	clear: both;
}
.bar {
	content: "";
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79a70a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79a70a;
}
.baz {
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#9bc90d 0%, #79a70a 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 100px;
	left: 1000px;
}
.ribbon-wrapper.ribbon-xl {
	height: 180px;
	width: 180px;
}
.section-breadcrumbs {
	position: relative;
	background-color: #FFF;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	box-shadow: 0 5px 10px rgba(129, 126, 126, 0.31);
}
.b-breadcrumbs {
	margin: 3px 0 3px;
	padding: 0;
}
.b-breadcrumbs ul {
	margin: 10px 0 9px;
	padding: 0;
}
.b-breadcrumbs li {
	display: inline-block;
	margin-right: 4px;
}
.b-breadcrumbs li:not(:first-child) i {
	margin-right: 7px;
}
.b-breadcrumbs li:first-child i:before {
	top: 1px;
}
.b-breadcrumbs i {
	margin-right: 10px;
}
.b-breadcrumbs i:before {
	position: relative;
	top: 2px;
}
.f-breadcrumbs {
	color: #000;
	font-size: 12px;
	text-transform: uppercase !important;
}
.f-breadcrumbs li:first-child i:before {
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}
.f-breadcrumbs i:before {
	font-size: 1.38462em;
	line-height: 1.2;
	color: #000;
}
.f-breadcrumbs a, .f-breadcrumbs span {
	font-size: 12px;
	line-height: 2;
}
.f-breadcrumbs a {
	color: #000;
}
.f-breadcrumbs a:hover {
	color: #000;
}
.f-breadcrumbs a:hover i:before {
	color: #000;
}
.b-breadcrumbs li a {
	display: inline-block;
}
.modal-header {
	border-bottom: 1px solid #9D8268;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	color: #FFF;
}
.modal-content {
	border-radius: 0;
	background-color: #fffcf9;
	border: 1px solid rgba(191, 171, 150, 0.2);
}
.modal-title {
	text-transform: uppercase !important;
	color: #5c4e41 !important;
	font-weight: 500;
}
.modalbodyform{
	padding-right: 30px;
	padding-top: 30px;
}
.modalbodycontent{
	margin-top: 30px;
}
.modalbodycontent h4{
	margin-bottom: 30px;
}
.form-control {
	border: 1px solid #9D8268;
	border-radius: 0px;
	padding: 25px 25px;
	outline: none;
	color: #9D8268;
}
.form-control.error {
	border: 1px solid #9D8268;
	border-radius: 0px;
	padding: 25px 25px;
	outline: none;
	background-color: #FBEFEF;
	color: #9D8268;
}
.form-control:focus {
	outline: none;
}
input.form-control::placeholder, textarea.form-control::placeholder, input, textarea {
 color: #9D8268;
}
.form-transparent {
	background-color: transparent;
}
.form-transparent .form-control {
	background-color: transparent;
	color: #9D8268;
}
.form-transparent input.form-control::placeholder, .form-transparent textarea.form-control::placeholder, .form-transparent input, .form-transparent textarea {
 color: #9D8268;
}
.page-contact {
	margin-top: 30px;
}
.widgetcontact {
	margin-bottom: 30px;
}
.boxcontactform {
	background-color: #E7D9BD;
	padding: 15px;
}
.boxcontactform .form-control {
	border: none;
}
.boxcontact-header {
	padding: 15px 0;
	text-transform: uppercase;
}
.contact-info ul, .contact-info li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info li {
	margin: 0 0 15px 0;
}
.circle-icon {
	background-color: #9b8066;
	font-size: 14px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: .5em;
	display: inline-block;
	line-height: 1;
	color: #fff;
	fill: #fff;
}
.contact-info li label {
	margin-left: 15px;
}
/******** PAGE WIZARD  **************/
.boxwidget-header {
}
.tilte-dark {
	color: #FFF;
}
.boxwidget-header >h2 {
	font-size: 1.875rem;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	position: relative;
	text-transform: none;
	text-align: center;
	font-weight: 600;
}
.boxwidget-header >h2::after {
	content: '';
	width: 50px;
	height: 6px;
	background: #B39B82;
	border-radius: 10px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.boxwidget-slider {
	padding-bottom: 30px;
}
.box-wrapper-col {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.box-wrapper-col >div {
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.box-text-wrapper {
	padding: 15px;
}
.box-text-wrapper h4 {
	border-bottom: none;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 20px;
}
.box-content {
	font-size: 16px;
	line-height: 1.6;
}
/******** RESPONSIVE  **************/
.block_more_info {
	display: none;
}
.block_close_menu {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none
}
.menusubsmall {
	margin: 5px 0 0 0;
}
.list_item_panel {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #9b8066;
}
.list_item_panel li {
	float: left;
	width: 100%
}
.list_item_panel li img {
	float: left
}
.list_item_panel li ul {
	margin: 0 0 0 0;
	padding: 0;
	display: none;
	background: #FFF;
}
.list_item_panel li span {
	display: inline-block;
	position: relative;
	padding-left: 4%;
	background: none;
	border-bottom: 1px solid #000;
}
.list_item_panel li span.b-ico-dropdown {
	float: right;
	z-index: 1000;
}
.list_item_panel li a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	border-bottom: none;
}
.list_item_panel li a:active {
	background-color: none;
}
.list_item_panel li ul li a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	display: block;
	width: 100%;
	float: left;
	font-weight: 500;
	color: #000!important;
}
.list_item_panel li a span {
	padding: 0 0 0 10px;
	border-bottom: none;
}
.list_item_panel li.active a {
	border-left: 5px solid #9f224e;
	width: 235px
}
.list_item_panel li.end a {
	border: none
}
.ui-body-a .list_item_panel li a.ui-link {
	color: #fff
}
.list_item_panel #active span {
	background: none;
	cursor: pointer !important;
	float: none;
	padding-left: 4%;
	text-decoration: none;
	text-transform: capitalize;
}
.list_item_panel #active span a {
	background: none;
	color: #fff;
	cursor: pointer !important;
	float: left;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0 0;
}
.list_item_panel ol li .itemwrap a {
	background: none !important;
}
.list_item_panel ol li h2 {
	font-size: 18px;
	margin-top: 7px;
}
/************   LIST MENU DROPDOWN ACTION BAR  *************/
.hidden_web {
	display: none;
}
.dropdown {
	cursor: hand !important;
	cursor: pointer !important;
}
.list_item_action {
	width: 100%;
	float: left;
	border: 1px solid #e6e8ea;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
	background-color: #FFF;
	display: none;
}
.list_item_action li {
	float: left;
	width: 100%
}
.list_item_action li a {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #e6e8ea;
}
.list_item_action li a span {
	padding: 0 10px 0 0;
}
.list_item_action li.end a {
	border: none
}
.dbox {
	width: 100%;
	margin-bottom: 25px;
	padding: 0 20px;
}

@media (min-width: 768px) {
.dbox {
	margin-bottom: 0;
	padding: 0;
}
}
.dbox p {
	margin-bottom: 0;
}
.dbox p span {
	font-weight: 500;
	color: #000;
}
.dbox p a {
	color: #2553b8;
}
.dbox .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #2553b8;
	margin: 0 auto;
	margin-bottom: 20px;
}
.dbox .icon span {
	font-size: 20px;
	color: #fff;
}
.dbox .text {
	width: 100%;
}
.overhidden {
	overflow: hidden;
}
#framemenuresponsive {
	position: absolute;
	top: 50px;
	z-index: 1000000;
	background-color: #FFF;
}
#menuresponsive {
	background-color: #000000;
	margin-top: 0;
	padding-top: 0;
}
.menuresponsivevrowse {
	background-color: #000000;
	padding: 10px 10px 20px 15px;
}
.mainmenuresponsive {
	background-color: #FFF;
}
.side-menu .navbar {
	border: none;
	padding: 0;
}
.side-menu .navbar-header {
	width: 100%;
	border-bottom: none !important;
	background-image: none !important;
}
.side-menu .list_item_panel .active a {
	background-color: transparent;
	margin-right: -1px;
	border-right: 5px solid #9b8066;
}
.side-menu .list_item_panel li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.side-menu .list_item_panel li a {
	font-size: 12px;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.side-menu .list_item_panel li a:hover {
	background-color: #F4F4F4;
	color: #9b8066 !important;
}
.side-menu .list_item_panel li a .glyphicon {
	padding-right: 10px;
}
.side-menu .product_cats {
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.side-menu .caret {
	float: right;
	margin: 9px 5px 0;
}
.side-menu .product_cats .indicator {
	float: right;
}
.side-menu .product_cats > a {
	border-bottom: 1px solid #9b8066;
}
.side-menu .product_cats .panel-body {
	padding: 0;
	background-color: #000;
}
.side-menu .product_cats .panel-body .list_item_panel {
	width: 100%;
}
.side-menu .product_cats .panel-body .list_item_panel li {
	padding-left: 15px;
	border-bottom: 1px solid #9b8066;
}
.list_item_panel li a {
	color: #000;
}
.side-menu .product_cats .panel-body .list_item_panel li:last-child {
	border-bottom: none;
}
.side-menu .product_cats .panel-body .panel > a {
	margin-left: -20px;
	padding-left: 35px;
}
.side-menu .product_cats .panel-body .panel-body {
	margin-left: -15px;
}
.side-menu .product_cats .panel-body .panel-body li {
	padding-left: 30px;
}
.side-menu .product_cats .panel-body .panel-body li:last-child {
	border-bottom: 1px solid #9b8066;
}
.side-menu .headerrighticonmobile {
	background-color: transparent;
	border: 0;
	height: 50PX;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	padding: 15px 5px 15px 10px;
}
.side-menu .headericonbasketmobile {
	color: #000;
}
.side-menu #search-trigger {
	background-color: transparent;
	border: 0;
	height: 80PX;
	border-radius: 0;
	color: #000;
	padding: 15px 10px 15px 10px;
}
.side-menu #search-trigger:hover {
	border: none;
}
.navbar-default .navbar-toggle:hover {
	border: none !important;
}
.headermobile-wrapper {
	height: 50px;
}
.side-menu .brand-name-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 50px;
	height: 50px;
	text-align: center;
}
.navbar-brand {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.side-menu .brand-name-wrapper .navbar-brand.logomobile {
	float: none;
	padding-top: 0;
}
.side-menu .brand-name-wrapper .navbar-brand.logomobile img {
	max-height: 40px;
}
.side-menu .brand-name-wrapper .navbar-brand {
	text-align: center;
	display: block;
	color: #FFF;
	text-transform: uppercase;
}
.side-menu #searchresponsive {
	position: relative;
	z-index: 1000;
}
.side-menu #searchresponsive .panel-body {
	padding: 0;
}
.side-menu #searchresponsive .panel-body .navbar-form {
	padding: 0;
	padding-right: 50px;
	width: 100%;
	margin: 0;
	position: relative;
	border-top: 1px solid #9b8066;
}
.side-menu #searchresponsive .panel-body .navbar-form .form-group {
	width: 100%;
	position: relative;
}
.side-menu #searchresponsive .panel-body .navbar-form input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}
.side-menu #searchresponsive .panel-body .navbar-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	color: #FFF;
	background-color: #000;
	padding: 10px 18px;
}
.section-title-divider {
	width: 50px;
	height: 3px;
	background: #9b8066;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #9b8066 !important;
}
.linkseemore {
	text-align: center;
}
.profile-header {
	min-height: 300px;
	display: flex;
	position: relative !important;
	padding: 20px 0;
	align-content: center;
	justify-content: center;
	background-color: #978169;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.profile-background {
	position: relative;
	top: 0;
	left: 0;
	height: 300px;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	transform: translate3d(0px, 0.19px, 0px);
	backface-visibility: hidden;
	background-image: url("../images/background.jpg") !important;
}
.profile-header .section-content {
	position: relative;
	z-index: 2;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFF;
	font-size: 18px;
}
.nav-item .nav-link.active, .nav-item .nav-link:hover {
	color: #fffc27 !important;
}
.nav-item {
	margin-left: 20px;
}
.bg-orange {
	background-color: #9b8066;
	color: #FFF;
}
.bg-black {
	background-color: #000;
}
.bfh-selectbox-option i, .bfh-selectbox-options i {
	display: inline-block;
}
.headergroup {
	flex-direction: row !important;
	display: flex !important;
	position: relative;
}
.heaaderinfo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.heaaderinfo h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #9D8268;
}
.heaaderinfo h6 {
	text-align: center;
	text-transform: uppercase;
	color: #9D8268;
	font-size: 14px;
	margin-top: 0;
	padding-bottom: 5px;
	font-style: normal;
	line-height: 1.8;
	font-weight: 700;
}
.heaader-boxsearch {
	padding-top: 15px;
}
.heaader-boxsearch .form-control {
	border-radius: 0px;
	padding: 10px 25px;
}
label.error {
	color: #FFED00;
}
.footerinfo {
	text-align: left;
}
.footer-logo {
	text-align: left;
}
.footerinfo h5 {
	font-weight: 600;
	font-size: 15px;
	color: #c6a47e;
	line-height: 1.8;
}
.footerinfo h5 >span {
	width: 100px;
}
.footerinfo h6 {
	text-align: center;
	color: #c6a47e;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 5px;
	font-style: normal;
	line-height: 1.8;
	font-weight: 700;
}
.heaaderhotline {
	text-align: center;
	position: relative;
}
header .header-logo {
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.header-logo img {
	max-height: 100px;
}
.menutop {
	float: right;
	margin-top: 20px;
}
header {
	position: relative;
}
.headerframefixedscroll {
	border-bottom: 1px solid #FFF;
	height: 45px;
	margin-bottom: 1px;
}
header .header-logo .logoleft {
}
header .header-logo .logoright {
	float: right;
}
.active_after {
	position: relative;
	background: #BF9074;
}
.linetop {
	text-align: right;
}
.framemenutop {
	text-align: center;
	position: relative;
}
.navigation-wrapper, .sf-menu li {
	position: relative;
	background: linear-gradient(0deg, #957A60 0%, #BDA287 100%);
}
.sf-menu li.hotitem {
	background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.navigation-wrapper {
	position: relative;
	width: 100%;
	border-top: 1px solid #B39B82 !important;
	border-bottom: 1px solid #AA8F73 !important;
}
.sf-menu {
	margin-bottom: 0;
	float: none;
	display: flex;
}
.linkregister {
	margin-left: auto;
}
.linkregister a > i {
	margin-right: 6px;
}
.framemenutop .sf-menu li > a {
	color: #ffffff !important;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.navigation-wrapper .sf-menu a:hover, .navigation-wrapper .sf-menu .current-menu-item a:hover {
	color: #FFF;
}
.navigation-wrapper .sf-menu li li a:hover,  .navigation-wrapper .sf-menu .current-menu-item li a:hover,  .navigation-wrapper .sf-menu .current-menu-item li li a:hover {
	color: #FFF !important;
}
.framemenutop .sf-menu > li > a {
	border-right: 1px solid #222 !important;
	border-left: 1px solid #666 !important;
}
.sf-menu li a {
	padding: 11px 20px 11px 20px;
	line-height: 24px;
	text-decoration: none;
}
.sf-menu li a .fa {
	font-size: 30px;
}
.sf-sub-indicator {
	margin-left: 2px;
}
.sf-menu li li {
	background-color: #000 !important;
	border-color: #555 !important;
}
.sf-menu li li a {
	line-height: auto;
	height: auto;
	text-align: left;
	border: 0px !important;
	padding-left: 15px;
	border-right: none !important;
	border-left: none !important;
}
ul.sf-menu li li {
	border-bottom: 1px solid;
	border-bottom-color: currentcolor;
	border-color: inherit;
}
.sf-menu li a:hover {
	background-color: #000 !important;
	color: #FFF;
}
.sfHover > a, .sfHover > a:hover {
	background-color: #E2B524 !important;
	color: #FFF;
}
.sfHover a:hover {
	background-color: #E2B524 !important;
	color: #FFF;
}
.navigation-wrapper .sf-menu li li a {
	text-transform: capitalize;
	color: #fff !important;
}
.header-logo img {
}
.positionmenutop {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.headerpcsite {
	position: relative;
	display: block;
	background-color: #FFF;
}
.headerpagedetail {
	padding: 30px 0;
	color: #FFF;
}
.bannerproduct {
	background-image: url(../images/shop.jpg);
	text-align: center;
	background-size: cover;
	width: 100%;
}
.slidehome .slide_content {
	color: #FFF;
	font-weight: 700px;
}
.slidehome .slide_content .slide_description {
	font-size: 18px;
	margin: 15px 0;
	line-height: 1.8;
}
.slide_content h5 {
	font-weight: 600;
	line-height: 1.6;
	font-style: italic;
	font-size: 22px;
}
.slide_content h4 {
	font-weight: 700;
	font-style: italic;
	font-size: 32px;
	color: #fffc27;
}
.headerslider {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page_wizard_about  .wizard-banner{
	position: relative;
	display: block;
	
}
.photo-img-medium{
	text-align: center;
}
.photo-img-medium img{
	max-width: 50%;
}
.page_wizard_about .about-banner-description{
	position: absolute;
	bottom: 0;
	left: 50px;
  width: 800px;
  padding: 50px 30px;
  color: #FFF;
  font-weight: bold;
}
.about-banner-description h2{
	font-size: 40px;
	line-height: 1.8;
	text-transform: uppercase;
	font-weight: bold;
	
}
.about-banner-description h5{
	font-size: 20px;
	line-height: 1.8;
	
}
.container-full{
	max-width: 1600px;
	padding: 0 30px;
	position: relative;
}
.container-bannerfull{
	max-width: 1910px;
	padding: 0 0;
	position: relative;
}
/******* SLIDE HOME ************/
.sectionbanner {
	/*background-color: #E2B524 ;*/
	padding: 0 0;
	margin-bottom: 30px;
	position: relative;
}
.sectionbanner .frame-search {
	position: absolute;
	bottom: 50px;
	left: 100px;
	padding: 20px;
	background-color: #E2B524;
	width: 400px;
	background: rgb(226, 181, 36, .5);
}
.slideoneimage{
	width: 100%;
	position: relative;
	text-align: center;
}
.slideoneimage > img{
	max-width: 100%;
	width: 100%;
}
.slideone {
	position: relative;
	height: 600px;
}
.slideone .overlay {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 1;
	left: 0;
}
.slideone a {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	position: relative;
}
.slideone img {
	max-width: 100%;
	width: 100%;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('../images/preloader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, 0%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
	z-index: 100;
}
[dir='rtl'] .slick-prev {
	/*right: -25px;*/
	left: auto;
}
.slick-prev:before {
}
[dir='rtl'] .slick-prev:before {
}
.slick-next {
	right: -25px;
	z-index: 100000;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -0;
}
.slick-next:before {
	content: url(../images/icon/next_w.png);
}
[dir='rtl'] .slick-next:before {
	content: url(../images/icon/prev_w.png);
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 10px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: url(../images/icon/menu-list-style.png);
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slider {
	width: 100%;
	margin: 0 auto 0 auto;
}
.slick-slide {
	margin: 0px 0;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
/*.stroies-block {
    overflow: hidden;
    width: 9999px;
}*/
.stroies-block {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.stroies-block .col {
	padding-left: 0;
	padding-right: 0;
}
.story-post {
	/*    width: 340px;*/
	height: 277px;
	/*    float: left;*/
	position: relative;
	z-index: 1;
}
.story-post:before {
	position: absolute;
	content: "";
	top: 50%;
	z-index: -1;
	bottom: auto;
	left: 0;
	right: 0;
	background: #cecece;
}
.story-post:before {
	height: 1px;
}
.story-post .stroy-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.story-post .stroy-box {
	display: block;
	bottom: auto;
	border: 1px solid #cecece;
	background: #fff;
	padding: 6px 2px 8px 11px;
	overflow: hidden;
	transition: all 0.4s ease;
}
.story-post .stroy-box:hover {
	text-decoration: none;
}
.story-post .stroy-box .alignleft {
	float: left;
	border: 1px solid #b3b3b3;
	width: 72px;
	margin-right: 12px;
}
.story-post .stroy-box .txt-box {
	font-size: 1rem;
	color: #555;
	overflow: hidden;
}
.story-post .stroy-box .txt-box p {
	margin: 0;
	text-align: left;
	line-height: 1.4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	word-break: break-word;
}
.story-post .strory-years {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.story-post .strory-years {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	top: auto;
	bottom: 70px;
}
.story-post .strory-years .years {
	display: block;
}
.story-post .circle {
	border: 3px solid #cecece;
	background: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -10px;
	display: block;
	z-index: 1;
}
.story-post .circle:after {
	animation-duration: 1s;
	border: 6px solid #ec9b53;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 50%;
	visibility: hidden;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
}
.story-post.story-post-bottom .stroy-box {
	top: auto;
	bottom: 0;
}
.story-post.story-post-bottom .strory-years {
	bottom: auto;
	top: 70px;
}
.story-post:hover .stroy-box {
	color: #fff;
	background: #ec9b53;
}
.story-post:hover .stroy-box .txt-box {
	color: #fff;
}
.story-post:hover .circle:after {
	visibility: visible;
	animation-name: hvr-ripple-out;
}
@keyframes hvr-ripple-out {
 100% {
 top: -20px;
 right: -20px;
 bottom: -20px;
 left: -20px;
 opacity: 0;
}
}
/************ CONTENT HOME PAGE  ******************/
.section_content_home {
	margin: 30px 0;
}
.section_content_home .panel-title {
	text-align: center;
}
.panel-title > h4 {
	width: 850px;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.6;
	padding: 15px 0;
	margin: 0 auto;
	color: #4b4b4b;
	text-align: center;
}
.bg-blue {
	background-color: #9b8066;
	padding: 30px 0;
	margin-top: 15px;
}
.bg-blue h3 {
}
.panel-content {
	margin: 40px 0 0 0;
	position: relative;
}
.panel-image {
	text-align: center;
}
.section_content_home h5 {
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
}
.section-box-wrapper {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}
.section-box-wrapper:hover {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}
.section-box {
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
	padding: 20px 15px;
	margin: 0 5px;
	margin-bottom: 0px;
	margin-bottom: 15px;
}
.section-box:hover {
	webkit-box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
	-moz-box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
	box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
}
.section-box-icon {
	margin-bottom: 15px;
}
.section-box-icon .item-icon {
	background-color: #9b8066;
	font-size: 80px;
	border-radius: 50%;
	padding: .5em;
	display: inline-block;
	line-height: 1;
	color: #fff;
	fill: #fff;
}
.section-box-icon .item-icon.rotate i {
	transform: rotate(0deg);
}
.section-box-text h4 {
	margin-top: 30px;
	color: #9b8066;
	font-size: 14px;
	font-weight: 600;
}
.section-box-text {
	line-height: 1.8;
	font-size: 14px;
}
.box-blue .section-box-icon .item-icon {
	background-color: #9b8066;
}
.box-blue .section-box-text h4 {
	color: #9b8066;
	line-height: 2;
}
.box-green .section-box-icon .item-icon {
	background-color: #00af0c;
}
.box-green .section-box-text h4 {
	color: #00af0c;
}
.box-red .section-box-icon .item-icon {
	background-color: #d32f2f;
}
.box-red .section-box-text h4 {
	color: #d32f2f;
}
section.sectionframe {
	margin: 40px 0;
}
.section-intro {
	text-align: center;
	padding: 30px 0;
	position: relative;
	margin-bottom: 20px;
}
.section-intro h5 {
	text-align: center;
	color: #f0ff00;
	font-size: 24px;
	font-style: normal;
	padding-bottom: 10px;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: 700;
}
.section-intro h6 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 10px;
	font-style: normal;
	line-height: 1.8;
	font-weight: 700;
}
.introducehome h3.labelsubject {
	color: #9b8066;
	font-size: 20px;
}
.introducehome .description {
	font-size: 14px;
}
.introducehome ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.introducehome ul li {
	margin-bottom: 40px;
}
.listingname {
	color: #000;
}
.listingprice {
	color: #DF0003;
	font-weight: bold;
	font-size: 20px;
}
/************ END CONTENT HOME PAGE  ******************/

.listnews .newsone {
	margin-bottom: 30px;
}
.section-box-image {
	height: 250px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
	justify-content: center;
}
.section-box-image a {
	display: flex;
	max-width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
}
.section-box-image img {
	width: auto !important;
	min-width: 100%;
	min-height: 100%;
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
.section-box-image:hover img {
	transform: scale(1.2)
}
.section_contact h3 {
	text-transform: uppercase;
	font-size: 22px;
	color: #00af0c;
	font-weight: 600;
}
.section_contact .head-panel {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.section-slider-clients {
	margin: 20px 0;
}
.swiper-slide img {
	max-width: 100%;
	height: 100%;
}
.swiper-slide-image {
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: top;
	justify-content: center;
}
.swiper-slide .name {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}
.swiper-slide .phone {
	font-size: 16px;
	color: #AB0000;
	font-weight: bold;
	text-transform: uppercase;
}
.swiper-box {
	width: 100%;
	height: 100%;
}
.section_banner_slide_widget {
	height: 100vh;
	position: relative
}
.section_banner_slide_widget .swiper-box {
	width: 100%;
	height: 100%
}
.section_banner_slide_widget .swiper-box .swiper-wrapper {
	width: 100%;
	height: 100%
}
.section_banner_slide_widget .swiper-box .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.section_banner_new {
	height: 100vh;
	position: relative
}
.section_banner_new .swiper-container {
	width: 100%;
	height: 100%
}
.section_banner_new .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%
}
.section_banner_new .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-slide ._item {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.swiper-slide ._item img {
	display: none;
}
.swiper-slide ._item:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: ''
}
.swiper-slide ._title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	z-index: 100;
	padding-right: 140px
}
.swiper-slide ._title .inner_text_slide {
	width: 100%;
	text-align: right;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
	transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}
.swiper-slide ._title .inner_text_slide .heading_text {
	text-shadow: 0 3px 6px rgba(0,0,0,0.69)
}
.swiper-slide.swiper-slide-active ._title .inner_text_slide {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.swiper-container .image, .swiper-container .text {
	width: 50%;
	height: 100%;
	position: relative;
}
.swiper-container .text {
	padding: 100px 8.3333333333% calc(18% + 30px);
}
.section_banner_slide_widget .swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	height: 100%;
	position: relative;
}
.section_banner_slide_widget .swiper-slide {
	background-color: transparent;
}
.section_banner_slide_widget .pagination-default {
	bottom: 23% !important;
	right: auto;
	left: 48%;
	transform: rotate(90deg) translateX(-50%);
	transform-origin: 0%;
}
.blockfilter {
	width: 100%;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}
.framefilter {
	width: auto;
	display: inline-block;
}
.boxfilterpage {
	padding: 10px 0;
}
.boxfilterpage select {
	margin: 0 0 0 20px;
	min-width: 150px;
	font-size: 14px;
}
.boxfilterpage select:first-child {
	margin-left: 0;
}
.eventrefeshcapcha {
	font-size: 28px;
	padding: 0 15px;
	color: #223d6a;
}
.eventrefeshcapchaimg {
	border: 1px solid #DDD;
}
.pagination-default .swiper-pagination-bullet {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	background-color: transparent;
	outline: none;
	opacity: 1 !important;
	border: 1px solid transparent;
}
.pagination-default .swiper-pagination-bullet::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 50%;
}
.pagination-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #FEDA00;
}
.swiper-container .image {
	height: 100%;
}
.swiper-container .image .item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
}
.swiper-container .image .item img {
	display: none;
	height: auto;
	width: 100%;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.bounce_mouse {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -14px;
	z-index: 1;
}
.flexslider {
	margin: 0 0 10px;
	position: relative;
	zoom: 1;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider ul {
	margin: auto 0;
}
.flexslider.slider_estate {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.frame_estetedetail_photos {
	height: 550px;
	margin-top: 20px;
}
.flexslider.slider_estate li {
	background: #fff;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden !important;
}
.flexslider.slider_estate img {
	height: 400px !important;
	width: auto !important;
	display: inline-block !important;
	position: relative;
	z-index: 2;
}
.flexslider.slider_estate .overlay {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0.2;
	left: 0;
}
.flex-active-slide {
	text-align: center;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
	list-style: none;
}
#carousel .flex-viewport li {
	height: 100px;
	overflow: hidden;
	text-align: center;
}
#carousel li img {
	height: 100px;
}
.slider {
	margin: 50px 0 10px!important;
}
#carousel li {
	margin-right: 5px;
}
#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
}
#carousel img:hover {
	opacity: 1;
}
#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.flex-direction-nav {
 *height: 0;
	list-style: none;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	font-size: 0;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	padding: 14px 0 0 0;
	display: inline-block;
	content: url(../images/icon/next.png);
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: url(../images/icon/next.png);
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a .flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.product_detail {
	line-height: 1.8;
}
.product_detail h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.productlabel {
	font-size: 25px;
	line-height: 32px;
	color: #06C;
	margin: 8px 0;
	overflow: hidden;
	word-break: break-word;
	padding: 0;
}
.listgrid-four {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	height: 100%;
}
.collumn-inner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	margin-right: 15px;
	position: relative;
	flex-basis: 25%;
	max-width: 25%;
}
.collumn-inner:last-child {
	margin-right: 0;
}
.widgetgridone {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
	min-height: 100%;
}
.grid-image {
	width: 100%;
	text-align: center;
}
.grid-title {
	width: 100%;
	color: #000;
}
.grid-title > h4 {
	font-size: 22px;
	color: #000;
	text-align: center;
}
.grid-content {
	width: 100%;
	text-align: justify;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	word-break: break-word;
}
.listlogopartner {
	display: flex;
	flex-wrap: wrap;
}
.boxpartnerlogo {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%;
}
.partnerlogo img {
	filter: grayscale(100%);
}
.partnerlogo img:hover {
	filter: none;
}
/************ FOOTER  ******************/
footer {
	background-color: #5c4e41;
	padding: 20px 0 0 0;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer .brand-logo-light {
	max-width: 150px;
}
.footercopyright {
	background-color: #57493B;
	padding: 10px 0;
	margin-top: 20px;
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 10px;
	left: -10px;
	z-index: 99
}
.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: -15px;
	left: 9px;
	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: .5
}
.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 0;
	left: 24px;
	position: absolute;
	background-color: rgba(230,8,8,.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: 11px;
	left: 36px;
	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,.75);
	height: 40px;
	width: 170px;
	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,.25), 0 10px 10px rgba(0,0,0,.1);
	border-radius: 50px!important;
	left: 32px;
	bottom: 62px
}
.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-indent: 36px;
	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(.5) skew(1deg);
 -webkit-opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 -webkit-opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 -webkit-opacity:.1
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
 0% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.6
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 opacity:.6
}
 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.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)
}
}
.icon-footer-facebook {
	background-image: url("data:image/svg+xml,%3Csvg id='facebook' data-name='facebook' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.42 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f1f1f1;%7D.cls-2%7Bfill:%231a4828;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-facebook%3C/title%3E%3Cpath class='cls-1' d='M178.91,66A17.21,17.21,0,1,0,159,83V71h-4.37V66H159V62.21c0-4.31,2.57-6.7,6.5-6.7a26.17,26.17,0,0,1,3.85.34v4.23h-2.17a2.49,2.49,0,0,0-2.8,2.69V66h4.77l-.76,5h-4V83a17.21,17.21,0,0,0,14.52-17' transform='translate(-144.49 -48.79)'/%3E%3Cpath class='cls-2' d='M168.4,71l.76-5h-4.77V62.77a2.49,2.49,0,0,1,2.8-2.69h2.18V55.85a26.4,26.4,0,0,0-3.86-.34c-3.93,0-6.5,2.38-6.5,6.7V66h-4.37v5H159V83a17.33,17.33,0,0,0,5.38,0V71Z' transform='translate(-144.49 -48.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-contact-facebook {
	background-image: url("data:image/svg+xml,%3Csvg id='facebook' data-name='facebook' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.42 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231a4828;%7D.cls-2%7Bfill:%23f1f1f1;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-facebook%3C/title%3E%3Cpath class='cls-1' d='M178.91,66A17.21,17.21,0,1,0,159,83V71h-4.37V66H159V62.21c0-4.31,2.57-6.7,6.5-6.7a26.17,26.17,0,0,1,3.85.34v4.23h-2.17a2.49,2.49,0,0,0-2.8,2.69V66h4.77l-.76,5h-4V83a17.21,17.21,0,0,0,14.52-17' transform='translate(-144.49 -48.79)'/%3E%3Cpath class='cls-2' d='M168.4,71l.76-5h-4.77V62.77a2.49,2.49,0,0,1,2.8-2.69h2.18V55.85a26.4,26.4,0,0,0-3.86-.34c-3.93,0-6.5,2.38-6.5,6.7V66h-4.37v5H159V83a17.33,17.33,0,0,0,5.38,0V71Z' transform='translate(-144.49 -48.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-footer-youtube {
	background-image: url("data:image/svg+xml,%3Csvg id='youtube' data-name='youtube' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.43 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f1f1f1;%7D.cls-2%7Bfill:%231a4828;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-youtube%3C/title%3E%3Cpath class='cls-1' d='M178.76,72a17.22,17.22,0,1,1-17.21-17.21A17.21,17.21,0,0,1,178.76,72' transform='translate(-144.33 -54.79)'/%3E%3Cpath class='cls-2' d='M172.54,66.48a2.85,2.85,0,0,0-2-2c-1.79-.48-9-.48-9-.48s-7.18,0-9,.48a2.87,2.87,0,0,0-2,2,32,32,0,0,0,0,11,2.87,2.87,0,0,0,2,2c1.79.48,9,.48,9,.48s7.17,0,9-.48a2.85,2.85,0,0,0,2-2,32,32,0,0,0,0-11m-13.29,9V68.56l6,3.44Z' transform='translate(-144.33 -54.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-contact-youtube {
	background-image: url("data:image/svg+xml,%3Csvg id='youtube' data-name='youtube' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.43 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231a4828;%7D.cls-2%7Bfill:%23f1f1f1;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-youtube%3C/title%3E%3Cpath class='cls-1' d='M178.76,72a17.22,17.22,0,1,1-17.21-17.21A17.21,17.21,0,0,1,178.76,72' transform='translate(-144.33 -54.79)'/%3E%3Cpath class='cls-2' d='M172.54,66.48a2.85,2.85,0,0,0-2-2c-1.79-.48-9-.48-9-.48s-7.18,0-9,.48a2.87,2.87,0,0,0-2,2,32,32,0,0,0,0,11,2.87,2.87,0,0,0,2,2c1.79.48,9,.48,9,.48s7.17,0,9-.48a2.85,2.85,0,0,0,2-2,32,32,0,0,0,0-11m-13.29,9V68.56l6,3.44Z' transform='translate(-144.33 -54.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-footer-tiktok {
	background-image: url("data:image/svg+xml,%3Csvg id='tiktok' data-name='tiktok' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.42 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f1f1f1;%7D.cls-2%7Bfill:%231a4828;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-tiktok%3C/title%3E%3Cpath class='cls-1' d='M161.61,89.21A17.21,17.21,0,1,1,178.83,72a17.22,17.22,0,0,1-17.22,17.19M165.1,68.7l.36.24a9.07,9.07,0,0,0,4.19,1.39c.26,0,.36,0,.35-.32,0-.71,0-1.43,0-2.14,0-.55,0-.55-.53-.64l-.3,0a4.46,4.46,0,0,1-3.61-2.82,6.37,6.37,0,0,1-.43-1.65c0-.21-.09-.28-.3-.28-.8,0-1.61,0-2.41,0-.34,0-.39.1-.39.4q0,6.23,0,12.43a5.72,5.72,0,0,1,0,.58,2.87,2.87,0,0,1-5.72,0,2.89,2.89,0,0,1,2.28-3.05,4.69,4.69,0,0,1,1.18,0c.32,0,.38-.1.37-.39,0-.54,0-1.09,0-1.64,0-.34.15-.79-.07-1s-.63,0-1,0a5.94,5.94,0,1,0,.63,11.85A5.87,5.87,0,0,0,165.06,76c.09-2.26,0-4.53,0-6.8V68.7' transform='translate(-144.41 -54.79)'/%3E%3Cpath class='cls-2' d='M165.1,68.7v.54c0,2.27.05,4.54,0,6.8a5.87,5.87,0,0,1-5.34,5.51,5.94,5.94,0,1,1-.63-11.85c.33,0,.77-.11,1,0s.07.65.07,1c0,.55,0,1.1,0,1.64,0,.29,0,.41-.37.39a4.69,4.69,0,0,0-1.18,0,2.87,2.87,0,0,0,.66,5.68A2.85,2.85,0,0,0,162,75.84a5.72,5.72,0,0,0,0-.58q0-6.21,0-12.43c0-.3.05-.41.39-.4.8,0,1.61,0,2.41,0,.21,0,.28.07.3.28a6.37,6.37,0,0,0,.43,1.65,4.46,4.46,0,0,0,3.61,2.82l.3,0c.53.09.53.09.53.64,0,.71,0,1.43,0,2.14,0,.28-.09.34-.35.32a9.07,9.07,0,0,1-4.19-1.39l-.36-.24' transform='translate(-144.41 -54.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-contact-tiktok {
	background-image: url("data:image/svg+xml,%3Csvg id='tiktok' data-name='tiktok' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.42 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231a4828;%7D.cls-2%7Bfill:%23f1f1f1;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-tiktok%3C/title%3E%3Cpath class='cls-1' d='M161.61,89.21A17.21,17.21,0,1,1,178.83,72a17.22,17.22,0,0,1-17.22,17.19M165.1,68.7l.36.24a9.07,9.07,0,0,0,4.19,1.39c.26,0,.36,0,.35-.32,0-.71,0-1.43,0-2.14,0-.55,0-.55-.53-.64l-.3,0a4.46,4.46,0,0,1-3.61-2.82,6.37,6.37,0,0,1-.43-1.65c0-.21-.09-.28-.3-.28-.8,0-1.61,0-2.41,0-.34,0-.39.1-.39.4q0,6.23,0,12.43a5.72,5.72,0,0,1,0,.58,2.87,2.87,0,0,1-5.72,0,2.89,2.89,0,0,1,2.28-3.05,4.69,4.69,0,0,1,1.18,0c.32,0,.38-.1.37-.39,0-.54,0-1.09,0-1.64,0-.34.15-.79-.07-1s-.63,0-1,0a5.94,5.94,0,1,0,.63,11.85A5.87,5.87,0,0,0,165.06,76c.09-2.26,0-4.53,0-6.8V68.7' transform='translate(-144.41 -54.79)'/%3E%3Cpath class='cls-2' d='M165.1,68.7v.54c0,2.27.05,4.54,0,6.8a5.87,5.87,0,0,1-5.34,5.51,5.94,5.94,0,1,1-.63-11.85c.33,0,.77-.11,1,0s.07.65.07,1c0,.55,0,1.1,0,1.64,0,.29,0,.41-.37.39a4.69,4.69,0,0,0-1.18,0,2.87,2.87,0,0,0,.66,5.68A2.85,2.85,0,0,0,162,75.84a5.72,5.72,0,0,0,0-.58q0-6.21,0-12.43c0-.3.05-.41.39-.4.8,0,1.61,0,2.41,0,.21,0,.28.07.3.28a6.37,6.37,0,0,0,.43,1.65,4.46,4.46,0,0,0,3.61,2.82l.3,0c.53.09.53.09.53.64,0,.71,0,1.43,0,2.14,0,.28-.09.34-.35.32a9.07,9.07,0,0,1-4.19-1.39l-.36-.24' transform='translate(-144.41 -54.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-footer-zalo {
	background-image: url("data:image/svg+xml,%3Csvg id='zalo' data-name='zalo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.49 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f1f1f1;%7D.cls-2%7Bfill:%231a4828;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-zalo%3C/title%3E%3Cpath class='cls-1' d='M180.29,65.43v1.14l0,0h0c-.05.07,0,.15,0,.22A17.21,17.21,0,1,1,165.82,49a16.84,16.84,0,0,1,12.61,9.32,16.64,16.64,0,0,1,1.78,6.89c0,.06-.07.18.08.19m-26.42,3.36a2,2,0,0,1,.15-.21l2.86-3.77c.47-.62.94-1.23,1.39-1.87a1.09,1.09,0,0,0,0-1.41,1.31,1.31,0,0,0-1.06-.38l-4.45,0a2.88,2.88,0,0,0-1.2.19.84.84,0,0,0-.52.83.82.82,0,0,0,.52.81,1.77,1.77,0,0,0,.6.15c.92.06,1.85,0,2.78,0,.15,0,.37-.1.43.05s-.09.31-.19.45l-3.85,5a2.19,2.19,0,0,0-.39.72,1,1,0,0,0,.88,1.41l.39,0c1.39,0,2.78.07,4.17,0,.47,0,.94,0,1.42,0a.92.92,0,0,0,.95-.89,1,1,0,0,0-.87-1.1,6,6,0,0,0-1,0h-2.95m11.44-1.43c0-.78,0-1.57,0-2.35a.93.93,0,0,0-.6-.94.91.91,0,0,0-1.11.23c-.18.21-.34.15-.54,0a2.71,2.71,0,0,0-3.11.09,3.75,3.75,0,0,0-1.3,3.93c.52,2.08,2.72,3.27,4.49,2a.32.32,0,0,1,.46.07.89.89,0,0,0,.53.3,1,1,0,0,0,1.19-1V67.36m6.47-3.47a3.29,3.29,0,0,0-3.41,3.45,3.4,3.4,0,1,0,6.8,0,3.31,3.31,0,0,0-3.39-3.48m-5.91,2h0c0,.52,0,1,0,1.56,0,.75,0,1.51,0,2.27a.92.92,0,0,0,.85,1,.91.91,0,0,0,1.09-.82,1.93,1.93,0,0,0,0-.42V62.22a.93.93,0,0,0-.63-1,1,1,0,0,0-1.35,1c0,1.25,0,2.51,0,3.77' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M153.87,68.79h2.95a7.23,7.23,0,0,1,1,0,1,1,0,0,1,.87,1.1.91.91,0,0,1-.95.89c-.48,0-.95,0-1.42,0-1.39,0-2.78,0-4.17,0a2.6,2.6,0,0,1-.39,0,1,1,0,0,1-.88-1.41,2.19,2.19,0,0,1,.39-.72l3.85-5c.1-.14.26-.3.19-.45s-.28-.06-.43-.05c-.93,0-1.85,0-2.78,0a1.56,1.56,0,0,1-.6-.15.82.82,0,0,1-.52-.81.84.84,0,0,1,.52-.83,3.05,3.05,0,0,1,1.2-.19l4.45,0a1.31,1.31,0,0,1,1.06.38,1.09,1.09,0,0,1,0,1.41c-.44.64-.92,1.25-1.39,1.87L154,68.58l-.15.21' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M165.31,67.36v2.35a1,1,0,0,1-1.19,1,.89.89,0,0,1-.53-.3.32.32,0,0,0-.46-.07c-1.77,1.25-4,.06-4.49-2a3.75,3.75,0,0,1,1.3-3.93,2.71,2.71,0,0,1,3.11-.09c.2.13.36.19.54,0a.91.91,0,0,1,1.11-.23,1,1,0,0,1,.61.94v2.35m-2,.07a2,2,0,0,0-.18-1,1.24,1.24,0,0,0-1.17-.75,1.21,1.21,0,0,0-1.15.73,2,2,0,0,0-.1,1.59,1.31,1.31,0,0,0,2.51,0,2.24,2.24,0,0,0,.09-.6' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M171.78,63.89a3.31,3.31,0,0,1,3.39,3.48,3.4,3.4,0,1,1-6.8,0,3.29,3.29,0,0,1,3.41-3.45m-1.36,3.5a1.58,1.58,0,0,0,.12.73,1.3,1.3,0,0,0,2.39.12,2,2,0,0,0,.06-1.62,1.29,1.29,0,0,0-1.2-.89,1.26,1.26,0,0,0-1.23.83,1.78,1.78,0,0,0-.14.83' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M165.87,65.93c0-1.26,0-2.52,0-3.77a1,1,0,0,1,1.35-1,.93.93,0,0,1,.63,1v7.26a1.93,1.93,0,0,1,0,.42.91.91,0,0,1-1.09.82.92.92,0,0,1-.85-1c0-.76,0-1.52,0-2.27,0-.52,0-1,0-1.56Z' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-1' d='M163.27,67.43a2.24,2.24,0,0,1-.09.6,1.31,1.31,0,0,1-2.51,0,2,2,0,0,1,.1-1.59,1.21,1.21,0,0,1,1.15-.73,1.24,1.24,0,0,1,1.17.75,2,2,0,0,1,.18,1' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-1' d='M170.42,67.39a1.78,1.78,0,0,1,.14-.83,1.26,1.26,0,0,1,1.23-.83,1.29,1.29,0,0,1,1.2.89,2,2,0,0,1-.06,1.62,1.3,1.3,0,0,1-2.39-.12,1.58,1.58,0,0,1-.12-.73' transform='translate(-145.8 -48.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.icon-contact-zalo {
	background-image: url("data:image/svg+xml,%3Csvg id='zalo' data-name='zalo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.49 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231a4828;%7D.cls-2%7Bfill:%23f1f1f1;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-zalo%3C/title%3E%3Cpath class='cls-1' d='M180.29,65.43v1.14l0,0h0c-.05.07,0,.15,0,.22A17.21,17.21,0,1,1,165.82,49a16.84,16.84,0,0,1,12.61,9.32,16.64,16.64,0,0,1,1.78,6.89c0,.06-.07.18.08.19m-26.42,3.36a2,2,0,0,1,.15-.21l2.86-3.77c.47-.62.94-1.23,1.39-1.87a1.09,1.09,0,0,0,0-1.41,1.31,1.31,0,0,0-1.06-.38l-4.45,0a2.88,2.88,0,0,0-1.2.19.84.84,0,0,0-.52.83.82.82,0,0,0,.52.81,1.77,1.77,0,0,0,.6.15c.92.06,1.85,0,2.78,0,.15,0,.37-.1.43.05s-.09.31-.19.45l-3.85,5a2.19,2.19,0,0,0-.39.72,1,1,0,0,0,.88,1.41l.39,0c1.39,0,2.78.07,4.17,0,.47,0,.94,0,1.42,0a.92.92,0,0,0,.95-.89,1,1,0,0,0-.87-1.1,6,6,0,0,0-1,0h-2.95m11.44-1.43c0-.78,0-1.57,0-2.35a.93.93,0,0,0-.6-.94.91.91,0,0,0-1.11.23c-.18.21-.34.15-.54,0a2.71,2.71,0,0,0-3.11.09,3.75,3.75,0,0,0-1.3,3.93c.52,2.08,2.72,3.27,4.49,2a.32.32,0,0,1,.46.07.89.89,0,0,0,.53.3,1,1,0,0,0,1.19-1V67.36m6.47-3.47a3.29,3.29,0,0,0-3.41,3.45,3.4,3.4,0,1,0,6.8,0,3.31,3.31,0,0,0-3.39-3.48m-5.91,2h0c0,.52,0,1,0,1.56,0,.75,0,1.51,0,2.27a.92.92,0,0,0,.85,1,.91.91,0,0,0,1.09-.82,1.93,1.93,0,0,0,0-.42V62.22a.93.93,0,0,0-.63-1,1,1,0,0,0-1.35,1c0,1.25,0,2.51,0,3.77' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M153.87,68.79h2.95a7.23,7.23,0,0,1,1,0,1,1,0,0,1,.87,1.1.91.91,0,0,1-.95.89c-.48,0-.95,0-1.42,0-1.39,0-2.78,0-4.17,0a2.6,2.6,0,0,1-.39,0,1,1,0,0,1-.88-1.41,2.19,2.19,0,0,1,.39-.72l3.85-5c.1-.14.26-.3.19-.45s-.28-.06-.43-.05c-.93,0-1.85,0-2.78,0a1.56,1.56,0,0,1-.6-.15.82.82,0,0,1-.52-.81.84.84,0,0,1,.52-.83,3.05,3.05,0,0,1,1.2-.19l4.45,0a1.31,1.31,0,0,1,1.06.38,1.09,1.09,0,0,1,0,1.41c-.44.64-.92,1.25-1.39,1.87L154,68.58l-.15.21' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M165.31,67.36v2.35a1,1,0,0,1-1.19,1,.89.89,0,0,1-.53-.3.32.32,0,0,0-.46-.07c-1.77,1.25-4,.06-4.49-2a3.75,3.75,0,0,1,1.3-3.93,2.71,2.71,0,0,1,3.11-.09c.2.13.36.19.54,0a.91.91,0,0,1,1.11-.23,1,1,0,0,1,.61.94v2.35m-2,.07a2,2,0,0,0-.18-1,1.24,1.24,0,0,0-1.17-.75,1.21,1.21,0,0,0-1.15.73,2,2,0,0,0-.1,1.59,1.31,1.31,0,0,0,2.51,0,2.24,2.24,0,0,0,.09-.6' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M171.78,63.89a3.31,3.31,0,0,1,3.39,3.48,3.4,3.4,0,1,1-6.8,0,3.29,3.29,0,0,1,3.41-3.45m-1.36,3.5a1.58,1.58,0,0,0,.12.73,1.3,1.3,0,0,0,2.39.12,2,2,0,0,0,.06-1.62,1.29,1.29,0,0,0-1.2-.89,1.26,1.26,0,0,0-1.23.83,1.78,1.78,0,0,0-.14.83' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-2' d='M165.87,65.93c0-1.26,0-2.52,0-3.77a1,1,0,0,1,1.35-1,.93.93,0,0,1,.63,1v7.26a1.93,1.93,0,0,1,0,.42.91.91,0,0,1-1.09.82.92.92,0,0,1-.85-1c0-.76,0-1.52,0-2.27,0-.52,0-1,0-1.56Z' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-1' d='M163.27,67.43a2.24,2.24,0,0,1-.09.6,1.31,1.31,0,0,1-2.51,0,2,2,0,0,1,.1-1.59,1.21,1.21,0,0,1,1.15-.73,1.24,1.24,0,0,1,1.17.75,2,2,0,0,1,.18,1' transform='translate(-145.8 -48.79)'/%3E%3Cpath class='cls-1' d='M170.42,67.39a1.78,1.78,0,0,1,.14-.83,1.26,1.26,0,0,1,1.23-.83,1.29,1.29,0,0,1,1.2.89,2,2,0,0,1-.06,1.62,1.3,1.3,0,0,1-2.39-.12,1.58,1.58,0,0,1-.12-.73' transform='translate(-145.8 -48.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.footerlinkedin {
	width: 20px;
	height: 20px;
	background-color: #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BD7947;
	border-radius: 50%;
}
.icon-zalo {
	background-image: url("../images/icon/icon-zalo.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-linkein {
	display: block;
	font-size: 48px;
}
.icon-facebook {
	background-image: url("data:image/svg+xml,%3Csvg id='facebook' data-name='facebook' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.42 34.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230866ff;%7D.cls-2%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efooter-facebook%3C/title%3E%3Cpath class='cls-1' d='M178.91,66A17.21,17.21,0,1,0,159,83V71h-4.37V66H159V62.21c0-4.31,2.57-6.7,6.5-6.7a26.17,26.17,0,0,1,3.85.34v4.23h-2.17a2.49,2.49,0,0,0-2.8,2.69V66h4.77l-.76,5h-4V83a17.21,17.21,0,0,0,14.52-17' transform='translate(-144.49 -48.79)'/%3E%3Cpath class='cls-2' d='M168.4,71l.76-5h-4.77V62.77a2.49,2.49,0,0,1,2.8-2.69h2.18V55.85a26.4,26.4,0,0,0-3.86-.34c-3.93,0-6.5,2.38-6.5,6.7V66h-4.37v5H159V83a17.33,17.33,0,0,0,5.38,0V71Z' transform='translate(-144.49 -48.79)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-time {
	background-image: url("data:image/svg+xml,%3Csvg id='time' data-name='time' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23282525;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etime%3C/title%3E%3Cpath class='cls-1' d='M329.92,475a12.5,12.5,0,1,1,12.5-12.5,12.52,12.52,0,0,1-12.5,12.5m0-24.39a11.89,11.89,0,1,0,11.89,11.89,11.9,11.9,0,0,0-11.89-11.89' transform='translate(-317.42 -450)'/%3E%3Cpolygon class='cls-1' points='12.5 12.5 12.5 4.27 11.89 4.27 11.89 12.5 11.89 12.8 11.89 13.11 17.68 13.11 17.68 12.5 12.5 12.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 40px;
	height: 30px;
}
.icon-gmail {
	background-image: url("../images/icon/icon-gmail.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-phone {
	background-image: url("../images/icon/icon-phone.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-create-future {
	background-image: url("../images/icon/icon-create-future.png");
	background-size: 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-fbmessage {
	background-image: url("../images/icon/facebook-messenger-icon.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.contactboxpc {
	display: block;
	position: fixed;
	top: 30%;
	bottom: 50%;
	right: 20px;
	z-index: 99;
}
.contactboxpc ul>li {
	padding: 5px 0;
}
.contactboxpc ul>li a i.icon-map {
	display: block;
	font-size: 28px;
	color: #EC2A2D;
}
.contactboxpc li .button {
	background: transparent;
}
.contactboxpc ul>li a i.contactboxpc-icon {
	width: 33px;
	height: 33px;
	display: block;
	margin: auto;
}
.contactboxpcul li .button .btn_phone_txt {
	position: relative;
	top: 35px;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}
.contactboxpcul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}
.contactboxpc ul>li a.chat_animation svg {
	margin: -13px 0 -20px;
}
.contactboxpc ul>li a i.icon-messenger {
	background: url(../images/icon-messenger.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}
.contactboxpc ul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}
.contactboxpcul>li a i.ticon-chat-sms {
	background: url(../images/icon-sms.jpg) no-repeat;
	background-size: contain;
	width: 38px;
	height: 36px;
	display: block;
}
.contactboxpc ul>li a i.icon-phone-w {
	background: url(../images/icon-phone.png) no-repeat;
	background-size: contain;
}
.contactboxpc ul li .button .btn_phone_txt {
	position: relative;
}
.contactboxpc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contactboxpc li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.contactboxpc ul>li a i {
	margin-bottom: 10px !important;
	color: #cc853a;
}
.contactboxpc ul {
	padding: 5px 5px;
}
.contactboxmobile-nav {
	display: none;
}
.boxwidget-abouttext{
	margin-bottom: 20px;
}
@media (max-width:768px) {
	.boxwidget-header > h2{
		font-size: 18px;
	}
	.container-full{
		padding: 0 15px;
	}
	.page_wizard_about .about-banner-description{
		position: relative;
		left: 0;
		bottom: auto;
		width: 100%;
		padding:15px;
	}
	.page_wizard_about .about-banner-description h2{
		font-size: 18px;
	}
	.page_wizard_about .about-banner-description h5{
		font-size: 14px;
	}
.scrolltype {
	display: none;
}
.hotline-phone-ring-wrap {
	left: auto;
	right: 10px;
}
.phone-mobile {
	display: none;
}
.contactboxmobile-nav {
	display: block;
	position: fixed;
	right: 15px;
	background: #fff;
	border-radius: 5px;
	width: auto;
	z-index: 150;
	bottom: 50px;
	padding: 10px 0;
	border: 1px solid #f2f2f2;
}
.contactboxmobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contactboxmobile-nav ul li {
	list-style: none!important;
}
.contactboxmobile-nav ul>li a {
	border: none;
	padding: 3px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #515151;
	font-weight: 700;
	max-width: 72.19px;
	max-height: 54px;
	text-decoration: none;
}
.contactboxmobile-nav ul>li .chat_animation {
	display: none
}
.contactboxmobile-nav ul>li a i.ticon-heart {
	background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-map.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}
.contactboxmobile-nav ul>li a i.ticon-zalo-circle2 {
	background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-zalo.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}
.contactboxmobile-nav li .button {
	background: transparent;
}
.contactboxmobile-nav ul>li a i.ticon-angle-up {
	background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-angle-up.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}
.contactboxmobile-nav ul>li a i {
	width: 33px;
	height: 33px;
	display: block;
	margin: auto;
}
.contactboxmobile-nav ul li .button .btn_phone_txt {
	position: relative;
	top: 35px;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}
.contactboxmobile-nav ul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}
.contactboxmobile-nav ul>li a.chat_animation svg {
	margin: -13px 0 -20px;
}
.contactboxmobile-nav ul>li a i.ticon-messenger {
	background: url(../images/icon/facebook-messenger-icon.svg) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}
.contactboxmobile-nav ul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}
.contactboxmobile-nav ul>li a i.ticon-chat-sms {
	background: url(../images/icon-sms.jpg) no-repeat;
	background-size: contain;
	width: 38px;
	height: 36px;
	display: block;
}
.contactboxmobile-nav ul>li a i.icon-phone-w {
	background: url(../images/icon-phone.png) no-repeat;
	background-size: contain;
}
.contactboxmobile-nav ul li .button .btn_phone_txt {
	position: relative;
}
}

@media only screen and (max-width: 600px) {
.contactboxmobile-nav li .chat_animation {
	display: block !Important
}
.contactboxmobile-nav li .button .phone_animation {
	box-shadow: none;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #eb1c24;
	line-height: 15px;
	border: 2px solid white;
}
.contactboxmobile-nav ul>li a {
	padding: 0;
	margin: 0 auto
}
.contactboxmobile-nav {
	background: white;
	width: 100%;
	border-radius: 0;
	color: #fff;
	height: 60px;
	line-height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 5px;
	margin: 0;
	box-shadow: 0 4px 10px 0 #000;
}
.contactboxmobile-nav li {
	float: left;
	width: 20%;
	position: relative;
	list-style: none;
	height: 50px;
}
.phone-mobile {
	display: block !important
}
}
a.numberzalo {
	bottom: 10px;
	position: relative;
	left: 50px;
	cursor: pointer;
	z-index: 9999;
}
a.numberzalo img {
	width: 50px;
	border-radius: 50%;
}
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#scrollUp {
	background: #97bc23;
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	right: 100px;
	text-align: center;
	border-radius: 5px;
	width: 40px;
}
.scrolltype {
	position: absolute;
	right: 20px;
	bottom: 80px;
	width: 40px;
	background: #9b8066;
	padding: 10px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	color: #FFF;
	border-radius: 5px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scrolltype:hover {
	background: rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scrolltype:hover .fa {
	padding-top: -10px;
}
.scrolltype .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
/************ END FOOTER  ******************/


.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.paging_simple_numbers {
	text-align: center;
	justify-content: center;
	display: flex;
}
.boxuserdetail {
	border: 1px solid #ccc;
	margin-top: 15px;
}
.boxuserdetail .panel-heading {
	padding: 15px 0;
	background-color: #B4997F;
	margin-bottom: 15px;
}
.boxavatar {
	display: inline-block;
	height: 200px;
	width: 200px;
	border: 2px solid #B4997F;
	border-radius: 50%;
	overflow: hidden;
}
.profile-user-img {
	max-width: 200px;
	margin: 0 auto;
}
.boxuserdetail .panel-title {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
.boxinfousercontact div {
	line-height: 2;
	margin-bottom: 10px;
}
.boxinfouser {
	text-align: center;
	padding-bottom: 20px;
}
.boxinfouser .fullname {
	text-transform: uppercase;
	font-weight: 600;
	color: #B4997F;
}
.boxinfouserdetail {
	text-align: center;
}
.boxinfouserdetail .fullname {
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	margin: 15px 0 10px 0;
	font-size: 30px;
}
.boxinfouserdetail .email {
	text-transform: lowercase;
	font-weight: 600;
	color: #FFF;
	margin: 15px 0 10px 0;
}
.boxinfouserdetail .email a {
	color: #FFF;
	font-size: 20px;
}
.pagedetailtitle {
	margin: 15px 0;
}
.pagedetailtitle h1 {
	font-size: 24px;
	line-height: 2;
	color: #B4997F;
}
.content-section {
	min-height: 1000px;
}
.sidebar-section {
	position: absolute;
	height: 100%;
	width: 100%;
}
.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 15px;
}
/* Ignore This, just coloring */
body {
	background: #fff;
}
article {
	background: #f1f1f1;
	border-radius: 12px;
	padding: 25px 0 600px;
}
.title-section, .content-section, .sidebar-section {
	background: #fff;
}
.title-section {
	text-align: center;
	padding: 50px 15px;
	margin-bottom: 30px;
}
.content-section h2 {
	text-align: center;
	margin: 0;
	padding-top: 200px;
}
.sidebar-item {
	text-align: center;
}
.boxwidget-abouttext{
		padding: 50px 0;
	}
.wizard-abouttext-text{
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 1.8;
	padding: 0 30px;
}
@media only screen and (max-width:991px) {
	.photo-img-medium img{
		max-width: 100%;
	}
	.wizard-abouttext-text {
  
	  font-size: 17px;
	}
	.boxwidget-abouttext{
		padding: 50px 0;
	}
	.container-bannerfull{
	}
	.boxwidget-header > h2{
		font-size: 25px;
	}
	.container-full{
		padding: 0 15px;
	}
	.page_wizard_about .about-banner-description{
		left: 50px;
		width: 500px;
		padding:25px;
	}
	.page_wizard_about .about-banner-description h2{
		font-size: 18px;
	}
	.page_wizard_about .about-banner-description h5{
		font-size: 14px;
	}
	
	
.sectionbanner .frame-search {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 20px;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
}
.box-wrapper-col {
	flex-wrap: wrap;
}
.box-wrapper-col > div {
	width: 100%;
}
.listgrid-four {
	flex-wrap: wrap;
}
.listgrid-four .collumn-inner {
	max-width: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.boxpartnerlogo {
	flex-basis: 50%;
	max-width: 50%;
}
.footer-logo {
	text-align: center;
}
}
.zalo-container {
	display: none;
}

@media (max-width: 1199px) {
	.positionmenutop{
		padding-left: 0;
		padding-right: 0;
	}
	#menutopfish > li:first-child{
		display: flex;
	}
	.heaaderinfo h5{
		font-size: 14px;
	}
	.heaaderinfo h6{
		font-size: 12px;
		font-weight: normal;
	}
	.sf-menu li a .fa{
		font-size: 16px;
	}
	.framemenutop .sf-menu li > a {
	  color: #ffffff !important;
	  line-height: 20px;
	  font-size: 11px;
		padding-left: 15px;
		padding-right: 15px;
	
	}
	.heaader-boxsearch .form-control {
	  padding: 5px 10px;
		font-size: 12px;
		height: calc(1.8rem + 2px);
	}
	.heaader-boxsearch .btn_search {
		font-size: 13px;
	}
.contactboxpc {
	display: none;
}
.sidebar-item {
	position: relative;
	height: auto;
	margin-bottom: 15px;
}
.hotline-phone-ring-wrap {
	left: auto;
	right: 0;
	bottom: 0;
}
.hotline-bar {
	right: 38px;
	left: auto;
}
.hotline-bar > a {
	text-indent: 10px;
}
.zalo-container img {
	max-width: 100%;
	height: auto;
	padding: 5px
}
.zalo-container {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 130px;
	z-index: 9999999;
	right: 40px;
}
.zalo-container a {
	display: block
}
.zalo-container span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1182fc;
	position: relative
}
 @keyframes zoomIn_zalo {
 from {
 opacity:0;
 transform:scale3d(.3, .3, .3)
}
 50% {
 opacity:1
}
}
.zoomIn_zalo {
	animation-name: zoomIn_zalo
}
.animated_zalo {
	animation-duration: 1s;
	animation-fill-mode: both
}
.animated_zalo.infinite {
	animation-iteration-count: infinite
}
.cmoz-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(17,130,252,.8);
	opacity: .1;
	border-color: #1182fc;
	opacity: .5
}
.cmoz-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(17,130,252,.45);
	opacity: .75;
	right: -10px
}
 @-webkit-keyframes pulse_zalo {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
}
 @keyframes pulse_zalo {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
}
.pulse_zalo {
	-webkit-animation-name: pulse_zalo;
	animation-name: pulse_zalo
}

.headerpcsite {
	position: relative;
}
.slideone {
	height: auto;
}
.navbar-fixed-top, #framemenuresponsive {
	position: fixed;
	z-index: 1000;
}
#framemenuresponsive {
	height: 100%;
	overflow-y: scroll;
}
#framemenuresponsive_content {
	padding-bottom: 20px;
}
.side-menu .list_item_panel .b-top-nav__2level_wrap {
	margin: 0;
	padding: 0;
}
.side-menu .list_item_panel .b-top-nav__2level_wrap li a {
	display: block;
}
#framemenuresponsive_content {
	padding: 0 0 0 0;
}
.slidecollection-subject {
	padding: 0.8em;
	font-size: 15px;
}
.respmenu-wrap {
	padding-top: 0;
}

.side-menu {
	position: relative;
	width: 100%;
	border-right: 0;
	border-bottom: none;
}
.side-menu .brand-name-wrapper .navbar-brand {
	display: inline-block;
}
/* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
.side-menu-container.slide-in {
	position: relative;
	-moz-animation: slidein 300ms forwards;
	-o-animation: slidein 300ms forwards;
	-webkit-animation: slidein 300ms forwards;
	animation: slidein 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.side-menu-container {
	/* Add position:absolute for scrollable menu -> see top comment */
	position: fixed;
	z-index: 10000;
	left: -300px;
	width: 270px;
	top: 0;
	height: 100%;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	-moz-animation: slideout 300ms forwards;
	-o-animation: slideout 300ms forwards;
	-webkit-animation: slideout 300ms forwards;
	animation: slideout 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #fff;
}
.list_item_panel {
	margin-right: 0 !important;
	margin-top: 0;
	padding-top: 0;
}
.side-menu-container > .list_item_panel {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 !important;
}
/* Slide side body*/
.side-body {
	margin-left: 5px;
	margin-top: 70px;
	position: relative;
	-moz-animation: bodyslideout 300ms forwards;
	-o-animation: bodyslideout 300ms forwards;
	-webkit-animation: bodyslideout 300ms forwards;
	animation: bodyslideout 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.body-slide-in {
	-moz-animation: bodyslidein 300ms forwards;
	-o-animation: bodyslidein 300ms forwards;
	-webkit-animation: bodyslidein 300ms forwards;
	animation: bodyslidein 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/* Hamburger */
.navbar-toggle {
	display: block;
	position: relative;
	border: 0 !important;
	float: left;
	padding: 10px;
	z-index: 100;
	margin: 0;
	border-radius: 0;
	background-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
/* Search */
#searchresponsive .panel-body .navbar-form {
	border-bottom: 0;
}
#searchresponsive .panel-body .navbar-form .form-group {
	margin: 0;
}
.navbar-header {
	/* this is probably redundant */
	position: relative;
	z-index: 3;
	background-color: #FFF;
}
}

@media (max-width: 768px) {
	.block_more_info {
		display: block;
		z-index: 10000;
	}
	
	.headerpcsite {
		position: relative;
		display: none;
	}
.slide_content {
	text-align: center;
	margin-bottom: 10px;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
