@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('//theme.hstatic.net/200000978093/1001337086/14/glyphicons-halflings-regular.eot?v=404');
	src: url('//theme.hstatic.net/200000978093/1001337086/14/glyphicons-halflings-regular.eot?v=404') format('embedded-opentype'), url('//theme.hstatic.net/200000978093/1001337086/14/glyphicons-halflings-regular.woff?v=404') format('woff'), url('//theme.hstatic.net/200000978093/1001337086/14/glyphicons-halflings-regular.ttf?v=404') format('truetype'), url('//theme.hstatic.net/200000978093/1001337086/14/glyphicons-halflings-regular.svg?v=404') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('//theme.hstatic.net/200000978093/1001337086/14/fontawesome.eot?v=404');
	src: url('//theme.hstatic.net/200000978093/1001337086/14/fontawesome.eot?v=404') format('embedded-opentype'), url('//theme.hstatic.net/200000978093/1001337086/14/fontawesome.woff?v=404') format('woff'), url('//theme.hstatic.net/200000978093/1001337086/14/fontawesome.ttf?v=404') format('truetype'), url('//theme.hstatic.net/200000978093/1001337086/14/fontawesome.svg?v=404') format('svg');
	font-weight: normal;"
	font-style: normal;
}

@font-face {
	font-family: 'BrandonText';
	src: url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.eot');
	src: url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.woff') format('woff'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.svg#brandon_textbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BrandonText';
	src: url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.eot');
	src: url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.woff') format('woff'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.svg#brandon_textregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*========================================================== GENERAL ==========================================================*/ 
.glyphicon{font-family: 'Glyphicons Halflings'!important;} .fa{font-family: 'FontAwesome'!important;}
a, a:hover,a:focus{  text-decoration:none; outline:none; } img, iframe{ max-width:100% }
table{width:100%;} 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
body {font-size: 14px;position: relative;overflow-x: hidden;overflow-y: auto;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {margin-bottom: 10px;line-height: 24px;}
img {border: none;max-width: 100%;height: auto;} 
a {text-decoration: none;}
a:focus {text-decoration: none;color: inherit;outline: none;}
a, button, input {transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;} 
input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea {border: 1px solid #b5b5b5;padding: 8px 15px;font-size: 14px;color: #757575;border-radius: 0;}
button,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {border-color: #C1BCBC;outline: none;}
fieldset legend {display: inline-block;color: inherit;background: none;vertical-align: top;} 
.translateY-50{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}
/* ----------------------------------- TEMPLLATE CSS ------------------------------- */
/* Loading */
#insLoading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #f47e20;
}
#insLoading .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);

}
.square-split .loader {
	width: 100px;
	height: 100px;
}

.square-split .loader > div {
	float: left;
	width: 50%;
	height: 50%;
}

.square-split .loader > div::after {
	content: '';
	display: block;
	margin: 50% 0 0 50%;
	width: 50%;
	height: 50%;
	background: #FFF;
	animation: squareSplit 2s infinite ease-in-out alternate;
}

.square-split .loader .square-2 {
	transform: rotate(90deg);
}

.square-split .loader .square-3 {
	transform: rotate(270deg);
	animation-direction: reverse;
}

.square-split .loader .square-4 {
	transform: rotate(180deg);
	animation-direction: reverse;
}

@keyframes squareSplit {
	20% {
		transform: rotate(0deg);
		margin: 50% 0 0 50%;
	}

	50% {
		transform: rotate(90deg);
		margin: 0px;
	}

	80% {
		transform: rotate(180deg);
		margin: 50% 0 0 50%;
	}

	100% {
		transform: rotate(180deg);
		margin: 50% 0 0 50%;
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
/* End loading*/
/*========================================POPUP - đâu trang=========================================*/
.engo-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	z-index: 15;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto;
}
.engo-popup .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.engo-popup.active .overlay {
	width: 100%;
	height: 100%;
}
.engo-popup .content {
	//max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	//min-width: 490px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active .content {
	max-height: 100%;
}
@media screen and (min-width: 1200px){
	.engo-popup .content {
		max-width: 1024px;
		width: 900px;
	}
}
#popup-newletter {
	background: url(//theme.hstatic.net/200000978093/1001337086/14/pnewletter_bg.jpg?v=404) no-repeat scroll bottom right #fff;
	text-align: left;
	padding: 20px;
	min-width: 600px;
	min-height: 350px;
	overflow: hidden;
	background-size: cover;
}
#popup-newletter h3 {
	font-size: 22px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#popup-newletter .pnewle-message {
	width: 55%;
	color: #333;
}
#popup-newletter .pnewle-message span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5;
}
#popup-newletter .pnewle-message p {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#popup-newletter .pnewle-message ul {
	margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
	width: 53%;
}
#popup-newletter .pnewle-form .newsletter-input {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	display: inline-block;
	width: calc(100% - 75px);
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#popup-newletter .pnewle-form .btn {
	background-color: #f47e20;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	position: relative;
	padding: 5px 12px;
	display: inline-block;
	width: 70px;
	height: 33px;
	vertical-align: top;
	border-radius: 0;
	outline: none;
}
.social-icons {
	width: 53%;
	margin-top: 20px;
}
.social-icons .block_content ul {
	margin: 0px;
}
.social-icons .block_content ul li {
	width: 20%;
	text-align: center;
	padding: 0px;
	height: 40px;
	float: left;
}
.social-icons .block_content ul li a {
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px;
	color: #767676;
	border: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
	line-height: 35px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.social-icons .block_content ul li.facebook a:hover {
	border-color: #428bca;
}
.social-icons .block_content ul li.twitter a:hover {
	border-color: #5bc0de;
}
.social-icons .block_content ul li.rss a:hover {
	border-color: #0eba9e;
}
.social-icons .block_content ul li.youtube a:hover {
	border-color: #CC181E;
}
.social-icons .block_content ul li.google-plus a:hover {
	border-color: #4387fd;
}

.social-icons .block_content ul li span {
	font-size: 0px;
}
#popup-newletter .pnewle-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 3px;
	left: 10px;
}
#popup-newletter .pnewle-message ul li {
	font-size: 12px;
	position: relative;
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
	padding: 0;
}
#popup-newletter .pa-header {
	background: rgba(255,255,255, .7);
	padding: 10px;
}
.closePopup {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url('fancybox_sprite.png') top left no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: none;
	outline: none;
}
@media screen and (min-width: 1200px){
	.newletter-popup.engo-popup .content {
		width: 650px;
	}
}
@media screen and (max-width: 767px){
	.engo-popup .content {
		width: 90%;
	}
	#popup-newletter {
		min-width: auto;
		min-height: auto;
		padding: 5px;
	}
}
@media screen and (max-width: 479px){
	#popup-newletter .pnewle-message,
	.social-icons,
	#popup-newletter .pnewle-form {
		width: 100%;
	}
}
/*================================end New seletter====================================*/
/* ----------------------- BREADCRUMB ------------------------ */
.insBreadcrumb {
	background: #efefef;
	margin-bottom: 20px;
}
.insBreadcrumb .breadcrumb {
	margin: 0;
	background: transparent;
	padding: 0;
}
.insBreadcrumb .breadcrumb li {
	display: inline-block;
	background-color: #e1e1e1;
}
.insBreadcrumb .breadcrumb li a,
.insBreadcrumb .breadcrumb li span {
	position: relative;
	background: #efefef;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-right: 10px;
	color: #999;
	margin-right: 23px;
	font-size: 13px;
	font-weight: 300;
}
.insBreadcrumb .breadcrumb li span {
	margin-right: 0;
}
.insBreadcrumb .breadcrumb li a:before,
.insBreadcrumb .breadcrumb li a:after,
.insBreadcrumb .breadcrumb li span:before,
.insBreadcrumb .breadcrumb li span:after{
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #efefef;
	border-width: 20px 7px 20px 17px;
	width: 0;
	height: 0;
}
.breadcrumb-wrap .breadcrumb li:first-child a:before, .breadcrumb-wrap .breadcrumb li:first-child span:before, .breadcrumb-wrap .breadcrumb li:last-child a:after, .breadcrumb-wrap .breadcrumb li:last-child span:after {
	border: none;
}
.breadcrumb-wrap .breadcrumb li:nth-child(even) a:before, .breadcrumb-wrap .breadcrumb li:nth-child(even) span:before {
	border-color: #efefef #efefef #efefef transparent;
}
.breadcrumb-wrap .breadcrumb li:nth-child(even) a:after, .breadcrumb-wrap .breadcrumb li:nth-child(even) span:after {
	border-left-color: #efefef;
}
.insBreadcrumb .breadcrumb li a:before,
.insBreadcrumb .breadcrumb li span:before{
	left: -26px;
	border-left-color: transparent;
}
.insBreadcrumb .breadcrumb li span:before {
	//left: -27px;
}
.insBreadcrumb .breadcrumb li a:after,
.insBreadcrumb .breadcrumb li span:after{
	right: -23px;
	border-color: transparent transparent transparent #efefef;
}
.insBreadcrumb .breadcrumb >li+li:before{
	display: none;
}
/* ----------------------- END BREADCRUMB ------------------------ */
/*Paginate*/
.content_sortPagiBar .pagination {
	margin: 0px;
	float: right
}

.content_sortPagiBar .pagination>li {
	float: left;
	padding: 0px 2px
}
.pagination>li>a, .pagination>li>span {
	padding: 5px 10px;
}
.content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span {
	font-size: 12px;
	color: #f47e20;
	border-color: #f47e20;
	background: #ffffff;
}

.content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span {
	color: #ffffff;
	border-color: #f47e20;
	background: #f47e20;
}

.content_sortPagiBar .pagination>li:hover>a:before,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a:before,.content_sortPagiBar .pagination>li:focus span {
	color: #ffffff;
}

.content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span {
	color: #ffffff;
	border-color: #f47e20;
	background: #f47e20;
}

.content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span {
	color: #ffffff;
	background: #f47e20;
	border-color: #f47e20;
}

.content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_previous>a:before,.content_sortPagiBar .pagination .pagination_previous span:before {
	content: "Trước";
	font-weight: 300;
	font-size: 12px;
	color: #f47e20;
	display: block
}

.content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #ffffff;
	background: #f47e20;
	border-color: #f47e20;
}
.content_sortPagiBar .pagination .pagination_next:hover>a:before,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a:before,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #ffffff;
}

.content_sortPagiBar .pagination .pagination_next>a,.content_sortPagiBar .pagination .pagination_next span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_next>a:before,.content_sortPagiBar .pagination .pagination_next span:before {
	content: "Sau";
	font-weight: 300;
	font-size: 12px;
	color: #f47e20;
	display: block
}
.content_sortPagiBar.pagi {
	padding: 20px 10px;
	display: block;
	border: none;
}
.content_sortPagiBar .pagination>li.pagination_previous>a, .content_sortPagiBar .pagination>li.pagination_previous span, .content_sortPagiBar .pagination>li.pagination_next>a, .content_sortPagiBar .pagination>li.pagination_next span {
	color: #f47e20;
	background: #ffffff;
	border-color: #f47e20;
}
.content_sortPagiBar .pagination>li.pagination_previous.disabled, .content_sortPagiBar .pagination>li.pagination_next.disabled {
	display: none;
}
.page-selector .pages-box .content_sortPagiBar {
	margin: 0;
	padding: 0;
}
.page-selector .pages-box .content_sortPagiBar li.pagination_previous, .page-selector .pages-box .content_sortPagiBar li.pagination_next {
	//display: none;
}
/*end pagi*/
/* 1. PUBLIC CSS PAGE */
body{
	font-family: Open Sans, sans-serif!important;
	background: #ffffff;
	color: #555555;
	overflow-x: hidden;
}
a{
	color: #333333;
}
a:hover{
	color: #f47e20;
}
img {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.notStyle{
	padding: 0;
	margin: 0;
	list-style: none;
}
.blockMore {
	margin: 30px 0px;
}
.dura10 {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

.zoomInZ {
	-webkit-animation-name: zoomInZ;
	animation-name: zoomInZ;
}
.dura20 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes zoomInZ {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
}

@keyframes zoomInZ {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
}
@media screen and (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
.smooth {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul.list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.btnOutline {
	display: inline-block;
	background: #f47e20;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 35px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #f47e20;
box-shadow: none;
}
.btnOutline:hover{
	color: #f47e20;
	background: #fff;
}
.dev-20 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}
.bgs {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.bgStyle {
	background: #ededed;
	background: -webkit-linear-gradient(#ededed, #fff);
	background: -o-linear-gradient(#ededed, #fff);
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
}
.md-head {
	margin-top: 50px;
	margin-bottom: 50px;
}
.md-head .title {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.md-head .s-content {
	line-height: 1.8;
	max-width: 700px;
	font-size: 16px;
}
.flower {
	position: absolute;
	top: -150px;
	right: 0;
}
.flower > img {
	display: block;
}
.flower .fl img {
	position: absolute;
	display: block;
	display: none;
	bottom: 0;
}
.flower .fl img:first-child {
	left: 5%;
	margin-bottom: 5%;
}
.flower .fl img:nth-child(2) {
	left: 15%;
	margin-bottom: 10%;
}

.flower .fl img:nth-child(3) {
	left: 25%;
	margin-bottom: 7%;
}

.flower .fl img:nth-child(4) {
	left: 35%;
	margin-bottom: 8%;
}

.flower .fl img:nth-child(5) {
	left: 42%;
	margin-bottom: 10%;
}

.flower .fl img:nth-child(6) {
	left: 50%;
	margin-bottom: 2%;
}

.flower .fl img:nth-child(7) {
	left: 65%;
	margin-bottom: 5%;
}

.flower .fl img:nth-child(8) {
	left: 80%;
	margin-bottom: 6%;
}

.flower .fl img:nth-child(9) {
	left: 85%;
	margin-bottom: 9%;
}

.rotate3d1.in, .rotate3d2.in, .rotate3d3.in, .rotate3d4.in {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
}

.rotate.in {
	-webkit-animation-name: flRotate;
	animation-name: flRotate;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

@-webkit-keyframes flRotate {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes flRotate {
	100% {
		transform: rotate(-360deg);
	}
}

.rotate3d1.in {
	-webkit-animation-name: fl1Rotated;
	animation-name: fl1Rotated;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

@-webkit-keyframes fl1Rotated {
	100% {
		-webkit-transform: rotateX(70deg) rotateY(50deg) rotateZ(-70deg) translateX(50px);
	}
}

@keyframes fl1Rotated {
	100% {
		transform: rotateX(70deg) rotateY(50deg) rotateZ(-70deg) translateX(50px);
	}
}

.rotate3d2.in {
	-webkit-animation-name: fl2Rotated;
	animation-name: fl2Rotated;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

@-webkit-keyframes fl2Rotated {
	100% {
		-webkit-transform: rotateX(60deg) rotateY(-50deg) rotateZ(70deg) translateX(-50px);
	}
}

@keyframes fl2Rotated {
	100% {
		transform: rotateX(60deg) rotateY(-50deg) rotateZ(70deg) translateX(-50px);
	}
}

.rotate3d3.in {
	-webkit-animation-name: fl3Rotated;
	animation-name: fl3Rotated;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

@-webkit-keyframes fl3Rotated {
	100% {
		-webkit-transform: rotateX(40deg) rotateY(50deg) rotateZ(270deg) translateX(-50px);
	}
}

@keyframes fl3Rotated {
	100% {
		transform: rotateX(40deg) rotateY(50deg) rotateZ(270deg) translateX(-50px);
	}
}

.rotate3d4.in {
	-webkit-animation-name: fl4Rotated;
	animation-name: fl4Rotated;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}

@-webkit-keyframes fl4Rotated {
	100% {
		-webkit-transform: rotateX(60deg) rotateZ(-70deg) translateX(40px);
	}
}

@keyframes fl4Rotated {
	100% {
		transform: rotateX(60deg) rotateZ(-70deg) translateX(40px);
	}
}

.rotate3d5.in {
	-webkit-animation-name: fl5Rotated;
	animation-name: fl5Rotated;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

@-webkit-keyframes fl4Rotated {
	100% {
		-webkit-transform: rotateY(40deg) rotateZ(-70deg) translateX(40px);
	}
}

@keyframes fl4Rotated {
	100% {
		transform: rotateY(40deg) rotateZ(-70deg) translateX(40px);
	}
}

.owlDesign .owl-controls .owl-nav > div {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;      
	-moz-opacity: 0.6;       
	opacity: 0.6;  
}
.owlDesign .owl-controls .owl-nav > div:hover{
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity: 1; 
}
.owlDesign .owl-controls .owl-nav > div.owl-next {
	left: auto;
	right: -40px;
}
/* END PUBLIC CSS PAGE */

/* 2. HEADER PAGE */

/* Topbar */
#topbar{
	background: #f1f1f1;
}
#topbar .topbarInfo ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0px;
	margin-right: 10px;
}
#topbar .topbarInfo ul li.social a {
	display: inline-block;
	margin-right: 5px;
}
/* End topbar*/
/* Logo & menu*/
#headerLogo, #headerNav {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: static;
}
#headerNav {
	margin-left: -5px;
}
#headerLogo .logo {
	margin: 5px 0px;
}
#headerLogo .logo p {
	margin: 0;
}
#mainNav .list {
	display: inline-block;
}
#mainNav ul {
	list-style: none;
}
#mainNav > ul > li {
	display: inline-block;
	vertical-align: middle;
}
#mainNav ul li a {
	display: block;
	//text-transform: uppercase;
}
.navSiteMain ul.nav-navbar li.active > a {
	color: #f47e20;
}
/* End logo & menu */
/* END HEADER PAGE */

/* 3. SEASION SLIDER */
#mainSider img {
	width: 100%;
}
#mainSider .caption {
	position: absolute;
	left: 8%;
	top: 50%;
	color: #fff;
	width: 580px;
	max-width: 84%;
	margin-top: -130px;
}
#mainSider .caption h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 52px;
	margin-bottom: 10px;
	color: #fff;
}
#mainSider .caption p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 75px;
}
#mainSider .caption .more {
	display: inline-block;
	background: #f47e20;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 35px;
	border-radius: 3px;
}
@media screen and (min-width: 1500px){
	#mainSider img {
		width: auto;
		display: block;
		margin: 0 auto;
	}
}
/* END SEASION SLIDER */

/* 4. SEASION ABOUT */
#seasonAbout{
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/bg_about.jpg?v=404);
}
#seasonAbout img.imgTitle {
	max-width: 50%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#seasonAbout .s-content {
	max-width: 1000px;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 50px auto;
}
/* END SEASION ABOUT */

/* 5. SEASION SERVICE */
#seasonService, .own-service {
	margin-top: -105px;
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/bg-service.png?v=404);
	position: relative; 
}
#seasonService {
	margin-top: 0px;
	padding-bottom: 50px;
}
#h-ser-slider .carousel-indicators {
	width: 480px;
	max-width: 100%;
	text-align: left;
	position: absolute;
	margin-left: 0;
	top: 0;
	left: 0;
}
.h-ser-tab li, .h-ser-tab li.active {
	position: relative;
	padding-right: 130px;
	padding-left: 20px;
	cursor: pointer;
	width: auto;
	height: auto;
	border-radius: none;
	margin: 20px 0 30px 0;
	border: none;
	background: none;
	display: block;
	text-indent: initial;
}
.h-ser-tab .title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.h-ser-tab li:hover .title a, .h-ser-tab li:hover .more, .h-ser-tab li.active .title a, .h-ser-tab li.active .more {
	color: #f47e20;
}
.h-ser-tab p {
	margin-bottom: 5px;
}
.h-ser-tab li .icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 20px;
	border: solid 2px #f47e20;
background: #fff;
z-index: 1;
}
.h-ser-tab li:hover .icon, .h-ser-tab li.active .icon {
	background: #f47e20;
}
.h-ser-tab li .icon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}
.h-ser-tab li .icon img:last-child {
	opacity: 0;
}
.h-ser-tab li:hover .icon img:last-child, .h-ser-tab li.active .icon img:last-child {
	opacity: 1;
}
#seasonService .caution {
	margin: 30px 20px 20px 30px;
}
@media (max-width: 1500px){
	#seasonService {
		background-size: 110%;
		background-position: center top;
	}
}
@media (max-width: 1400px){
	#seasonService, .own-service {
		background-size: cover;
		background-position: right 0px top;
	}
}
/* END SEASION SERVICE */

/* 6. SEASION STATIC */
#seasonStatic{
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/bg_static.jpg?v=404);
	padding-top: 30px;
}
#seasonStatic .row {
	margin: 0;
}
#seasonStatic div[class^="col-"] {
	padding: 0;
}
#seasonStatic .item {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	padding: 10px 0;
	border-right: solid 1px rgba(255,255,255,.7);
}
#seasonStatic .item strong {
	display: block;
	font-size: 48px;
}
/* END SEASION STATIC */
/* SEASION BRAND */
#seasonBrand {
	padding: 50px 0px;
}
#brandsList .itemBrand {
	background: #fff;
	border: solid 1px #ccc;
	text-align: center;
	display: block;
}
#brandsList .itemBrand:hover {
	border-color: #f47e20;
}
/* END SEASION BRAND */

/* END SEASION SAYS */
#seasonSay{
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/bg_whatsay.jpg?v=404);
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
	position: relative;
	background-position: center center;
}
#seasonSay h2{
    position: relative;
    z-index: 5;
  color: #fff;
  }
#seasonSay:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 1;
}
#seasonSay .whatSay {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/bg_say.png?v=404);
	background-size: 100% 100%;
	padding: 50px 35px 30px 40px;
	margin: 30px auto;
	position: relative;
	z-index: 5;
}
#seasonSay .whatSay h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#litsSay .itemSay .image {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 50%;
	display: block;
	border: solid 2px #f47e20;
float: right;
overflow: hidden;
}

#litsSay .itemSay .detail {
	float: left;
	width: calc(100% - 160px);
	font-size: 15px;
	line-height: 1.5;
}
#litsSay .itemSay .detail .s-content {
	margin-bottom: 20px;
}
#litsSay .itemSay .detail .name {
	margin-bottom: 5px;
	font-size: 17px;
}
#litsSay .itemSay .detail p {
	font-size: 14px;
	margin: 0;
}
#litsSay .itemSay iframe{
  width: 100%;
  height: 400px;
}
#litsSay .owl-controls .owl-dots {
	margin: 30px 0px 10px;
}
.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	height: 4px;
	width: 15px;
	background: #ccc;
	margin-right: 5px;
	cursor: pointer;
}
.owl-controls .owl-dots .owl-dot.active,
.owl-controls .owl-dots .owl-dot:hover{
	background: #f47e20;
}
/* END SEASION SAYS */

/* END SEASION BLOG */
#seasonBlog {
	position: relative;

	background-size: contain;
	background-position: top center;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
#seasonBlog .flower {
	right: auto;
	left: 0;
	z-index: 1;
	top: 50px;
}
.blogsList ul {
	//margin: 0;
	padding: 0;
	list-style: none;
}
.wrapperBlogPage .articleItem:nth-of-type(2n+1){
	clear: both;
}
.wrapperBlogPage .insArticleLoop {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.wrapperBlogPage .articleItem{
	margin-bottom: 20px;
}
.insArticleLoop .postThumbIMG {
	position: relative;
}
.insArticleLoop .createdInfo {
	position: absolute;
	bottom: 0;
	background: #fff;
	left: 30px;
	right: 0;
	padding: 7px 15px;
	text-align: left;
	z-index: 10;
}
.insArticleLoop .createdInfo ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #999999;
}
.insArticleLoop .postDetail {
	padding: 15px 5px 10px 5px;
	text-align: left;
	background: #fff;
}
.insArticleLoop .postDetail h3 a {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	text-transform: uppercase;
	max-height: 45px;
	overflow: hidden;
}
.insArticleLoop .postDetail p {
	margin: 10px 0px;
	line-height: 20px;
	font-style: italic;
	overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.insArticleLoop .postDetail .view {
	float: right;
	color: #f47e20;
}
.insArticleLoop .postDetail .view:hover {
	text-decoration: underline;
}
/* END SEASION BLOG */

/* SEASION CONTACT */
#seasonContact{
	background-image: url(//theme.hstatic.net/200000978093/1001337086/14/contact_bg.jpg?v=404);
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
}
#seasonContact .md-title {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
#seasonContact .hl {
	color: #fff;
	font-size: 20px;
	margin: 20px 0px;
}
#seasonContact .hl a{
	color: #fff;
}
.wrapForm {
	padding: 10px 0px;
	//background: rgba(255,255,255,.1);
}
.wrapForm .form-group {
	position: relative;
}
.wrapForm .form-group input {
	padding: 0 0 0 50px;
	box-shadow: none;
	outline: none;
	border-color: #eaeaea;
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: rgba(255,255,255,.8);
}
.wrapForm .form-group .ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.wrapForm .form-group textarea {
	box-shadow: none;
	border-radius: 0;
	outline: none;
	border-color: #eaeaea;
	background: rgba(255,255,255,.8);
}
.closeModal{
	background: url('fancybox_sprite.png') top left no-repeat;
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 10;
}
.alertModal .modal-dialog {
	width: 400px;
}
.alertModal .modal-content {
	border-radius: 0;
	text-align: center;
}
.alertModal .modal-header {
	padding: 10px 15px;
}
.alertModal .modal-header h4 {
	font-size: 20px;
	text-transform: uppercase;
}
.alertModal .modal-body p {
	font-size: 18px;
	margin: 0;
	line-height: 1.5;
	font-style: italic;
}
.alertModal .modal-body p.error {
	color: #d02929;
}
.frmCapcha {
	margin-bottom: 20px;
}
.contactItem .add-item {
	color: #fff;
	max-width: 120px;
	text-align: center;
	line-height: 1.8;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	margin-left: 50px;
}
.contactItem .add-item button {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	background: #f47e20;
	color: #fff;
	border: solid 1px #fff;
	display: block;
	margin: 10px auto;
	line-height: 79px;
}
.contactItem .add-item button:after {
	font-family: FontAwesome;
	content: "\f067";
}
.contactItem .add-item button.active:after {
	content: "\f068";
}
.contactItem .add-item .ct {
	position: absolute;
	top: -50px;
	background: #fff;
	padding: 20px;
	left: 100%;
	margin-left: 30px;
	width: 375px;
	color: #333;
	text-align: left;
	display: none;
}
.contactItem .add-item:first-child .ct {
	display: block;
}
.contactItem .add-item .ct:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.contactItem .add-item .ct a {
	color: #f47e20;
}
.contactItem .add-item .ct a:hover {
	text-decoration: underline;
}
/* END SEASION CONTACT */

/* ------------------- FOOTER PAGE ------------------*/
#insFooterPage{
	background: #f6f5f1 url(//theme.hstatic.net/200000978093/1001337086/14/bg_footer.jpg?v=404) top center no-repeat;
	//margin-top: 30px;
	//padding-top: 30px;
	background-size: 100% 100%;
}
#footerTop .newletterTitle h2 {
	font-size: 25px;
	text-transform: capitalize;
	margin: 50px 0 10px 0;
}
#footerTop .newletterTitle p {
	font-size: 15px;
	font-style: italic;
	color: #696969;
	display: block;
	margin: 0;
}
#footerTop .newletterForm {
	width: 500px;
	margin: 30px auto;
}
.customerForm {
	position: relative;
}
.customerForm input[type=email] {
	border-radius: 25px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 0 0 #fff;
	color: #7b7b7b;
	font-size: 15px;
	background: #e9e8e2;
	padding-right: 135px;
	line-height: 30px;
	height: 50px;
	outline: none;
}
.customerForm .btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #f47e20;
	color: #fff;
	border-radius: 25px;
	padding: 0 30px;
	height: 50px;
	text-transform: uppercase;
	font-size: 15px;
	outline: none;
}
.customerForm .btn:hover{
	filter: alpha(opacity=70);   
	opacity: 0.7;  
}
.groupSocial {
	margin-bottom: 30px;
}
.ftSocial li {
	display: inline-block;
	margin: 0px 10px;
}
.ftSocial li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #555555;
	background: transparent;
	border-radius: 100%;
	line-height: 40px;
	padding: 0;
	width: 42px;
	height: 42px;
	border: 2px solid #555555;
	text-align: center;
	box-shadow: 0 0px 0 0 #fff;
	z-index: 1;
	-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;
}
.ftSocial li a:hover {
	border-color: #fff;
	color: #2c2c2c;
	box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
#footerMidle {
	padding: 30px 0px;
	border-top: 1px solid #e1e1e1;
	position: relative;
}
#footerMidle:before,
#footerBottom .footer-coppyright:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 1px;
}
.groupFooter .info {
	margin: 10px 0px;
	line-height: 25px;
	font-style: italic;
}
.groupFooter .address ul li {
	display: block;
	margin-bottom: 5px;
}
.footerCol h4 {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
}
.menuLink ul li a {
	padding: 3px 0px;
	display: block;
}
.menuLink ul li a:hover {
	padding-left: 7px;
}
#footerBottom .footer-coppyright {
	padding: 30px 0px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	position: relative;
}
#footerBottom .footer-coppyright a{
	color: #f47e20;
}
.backToTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f47e20;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 100;
}
/* END 2. ------------------- FOOTER PAGE ------------------*/
/* ----------------------------------- END TEMPLLATE CSS ------------------------------- */
@media screen and (min-width: 1200px){
	.wrapperBlogPage .insArticleLoop:hover {
		-webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
		-moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
		box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
	}
}
@media screen and (min-width: 992px){
	.navSiteMain ul.nav-navbar > li {
		float: left;
		text-align: center;
		font-weight: normal;
	}
	.navSiteMain ul.nav-navbar li.liChild {
		position: relative;
	}
	.navSiteMain ul.nav-navbar > li > a {
		position: relative;
		padding: 5px 10px;
		line-height: 45px;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase; 
	}
	.navSiteMain ul.nav-navbar > li:hover > a{
		color: #f47e20;
	}
	.mainChild {
		padding: 0;
		margin: 0;
		position: absolute;
		z-index: 15;
		top: 100%;
		left: 0;
		background: #fff;
		min-width: 200px;
		text-align: left;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		border-bottom: 3px solid;
		border-bottom-color: #f47e20;
		list-style: none;
	}
	.mainChild.levlup_3 {
		left: 100%;
		top: 0;
	}
	.navSiteMain .nav-navbar li:hover > .mainChild {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.navSiteMain .nav-navbar .mainChild li a {
		padding: 7px 10px 7px 25px;
		background: url(r7.png) no-repeat 10px center;
		display: block;
	}
	.navSiteMain .nav-navbar .mainChild li.active > a{
		color: #f47e20;
	}
	.navSiteMain .nav-navbar .mainChild li a i {
		float: right;
		margin-top: 3px;
	}
}
@media screen and (max-width: 1199px){
	#h-ser-slider .carousel-indicators {
		position: static;
	}
	#h-ser-slider .carousel-inner {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.contactItem .add-item {
		margin-left: 0;
	}
	.contactItem .add-item .ct {
		width: 300px;
	}
}
@media screen and (max-width: 991px){
	#headerLogo .logo {
		position: relative;
	}
	#headerLogo img {
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}
	.mbToggle {
		position: absolute;
		top: 50%;
		z-index: 100;
		left: 0;
	}
	.menuHeading .icon {
		width: 35px;
		height: 25px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	.menuHeading .icon span,
	.menuHeading .icon:after,
	.menuHeading .icon:before {
		background: #333;
		box-shadow: 3px 3px 0 rgba(0,0,0,.1);
	}
	.menuHeading .icon:after,
	.menuHeading .icon:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transition: -webkit-transform .25s;
		transition: transform .25s;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menuHeading .icon:before{
		-webkit-transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
		transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
	}
	.menuHeading .icon:after{
		-webkit-transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
		transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
	}
	.menuHeading .icon span {
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
	}
	#headerMain {
		position: relative;
	}
	#headerNav {
		position: absolute;
		top: 99%;
		z-index: 100;
		background: #fff;
		margin: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		text-align: left;
		display: none;
	}
	#mainNav > ul {
		display: block !important;
	}
	#mainNav ul {
		margin: 0;
		padding: 0;
	}
	#mainNav ul li {
		display: block;
		text-align: left;
	}
	#mainNav ul li a {
		padding: 5px 15px;
		font-size: 17px;
	}
	#mainNav ul li a i {
		float: right;
		margin-top: 0px;
		font-size: 20px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		transition: all 0.6s ease-in-out 0s;
		-moz-transition: all 0.6s ease-in-out 0s;
		-o-transition: all 0.6s ease-in-out 0s;
		-webkit-transition: all 0.6s ease-in-out 0s;
		-ms-transition: all 0.6s ease-in-out 0s;
	}
	#mainNav ul li a.open i {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#mainNav ul li .mainChild {
		display: none;
		margin-left: 20px;
	}
	#mainSider .caption h3 {
		font-size: 40px;
		line-height: 45px;
	}
	.insArticleLoop .postThumbIMG .insImageload {
		width: 100%;
	}
	.contactItem .add-item {
		margin-left: 0;
	}
	#insFooterPage .ftCloumn {
		margin-top: 20px;
	}
	.md-head .title {
		position: relative;
		z-index: 10;
	}
	#seasonStatic {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	#seasonStatic div[class^="col-"]:nth-child(2) .item,
	#seasonStatic div[class^="col-"]:nth-child(4) .item {
		border-right: 0;
	}
	.owlDesign .owl-controls .owl-nav > div{
		left: 0;
	}
	.owlDesign .owl-controls .owl-nav > div.owl-next {
		right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#mainNav .list {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.md-head .title {
		font-size: 25px;
		line-height: 1.3;
	}
	.flower{
		display: none;
	}
	#mainSider .caption {
		width: 100%;
		margin-top: 0;
		top: 20%;
	}
	#mainSider .caption h3 {
		font-size: 30px;
		line-height: 45px;
		line-height: 1.3;
	}
	#seasonAbout{
		padding-bottom: 50px;
	}
	#seasonService {
		background-position: 0;
	}
	#h-ser-slider .carousel-inner {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#h-ser-slider .carousel-indicators {
		margin-top: 20px;
	}
	#h-ser-slider .carousel-indicators li > * {
		display: none;
	}
	#h-ser-slider .carousel-indicators li > .icon {
		display: block;
		position: relative;
	}
	.h-ser-tab li, .h-ser-tab li.active {
		width: 20%;
		display: inline-block;
		padding: 5px;
		margin: 0;
		margin-left: -3px;
	}
	#h-ser-slider .carousel-indicators li > .icon {
		display: block;
		position: relative;
		width: 70px;
		height: 70px;
		margin: 0 auto;
		top: 0;
	}
	.h-ser-tab li .icon img {
		max-width: 35px;
		max-height: 35px;
	}
	#h-ser-slider .infoXS a{
		color: #f47e20;
	}
	#litsSay .itemSay .image {
		width: 100px;
		height: 100px;
		margin-left: 10px;
	}
	#litsSay .itemSay .detail {
		width: auto;
		float: none;
	}
	#seasonBlog {
		padding: 30px 0px;
	}
	#seasonContact .md-title {
		font-size: 30px;
	}
	.contactItem .add-item {
		width: 100%;
		max-width: 100%;
	}
	.contactItem .add-item .ct {
		margin: 0;
		left: 0;
		top: 100%;
		z-index: 100;
	}
	.contactItem .add-item:last-child .ct {
		top: auto;
		bottom: 105%;
	}
	.contactItem .add-item .ct:before{
		filter: alpha(opacity=0);     
		opacity: 0;   
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){

}
@media screen and (max-width: 479px){
	#mainSider .caption {
		top: 10%;
	}
	#mainSider .caption h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	#mainSider .caption .more {
		font-size: 14px;
		padding: 10px;
	}
	#seasonSay .whatSay {
		max-width: 100%;
		padding: 30px 20px 30px 30px;
	}
	#seasonSay .whatSay h2 {
		font-size: 20px;
		line-height: 1.3;
	}
	#footerTop .newletterForm {
		width: 100%;
	}
}
@media screen and (max-width: 413px){
	#mainSider .caption h3 {
		font-size: 15px;
	}
	#mainSider .caption .more {
		font-size: 12px;
	}
	#seasonAbout img.imgTitle {
		margin: 10px 0px;
	}
	.md-head {
		margin: 20px 0px;
	}
	#seasonStatic .item{
		font-size: 17px;
	}
	#seasonStatic .item strong {
		font-size: 30px;
	}
	.contactItem .add-item .ct {
		width: 100%;
	}
	#h-ser-slider .carousel-indicators li > .icon {
		width: 60px;
		height: 60px;
	}
	.h-ser-tab li .icon img {
		max-width: 25px;
		max-height: 25px;
	}
}
@media screen and (max-width: 370px){
	#headerLogo .logo {
		margin: 10px 0px;
	}
	.md-head .title {
		font-size: 20px;
	}
	#seasonStatic .item{
		font-size: 14px;
	}
	#seasonStatic .item strong {
		font-size: 25px;
	}
	#headerLogo img {
		max-width: 150px;
	}
	#h-ser-slider .carousel-indicators li > .icon {
		width: 50px;
		height: 50px;
	}
}

#seasonChuyengia{
	background-image: url(https://file.hstatic.net/200000978093/file/thiet_ke_chua_co_ten__4_.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
	position: relative;
	background-position: center center;
}
#seasonChuyengia h2{
  position: relative;
  z-index: 5;
  color: #fff;
}
#seasonChuyengia:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	//background: rgba(0,0,0,.4);
	z-index: 1;
}

.list-team{
  gap: 20px;
  position: relative;
  z-index: 5;
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-team .team-item {
  -ms-flex: 0 0 calc(100%/4 - 15px);
  flex: 0 0 calc(100% / 4 - 15px);
  max-width: calc(100% / 4 - 15px);
  background: #fff;
  overflow: hidden;
}
.list-team .team-item .item-detail {
  padding: 30px;
  background: rgba(14, 84, 174, 0.05);
  height: 100%;
}
.team-item .item-detail .name {
  font-size: 18px;
  font-weight: 600;
  color: #0e54ae;
  padding-bottom: 15px;
  position: relative;
  
}
.team-item .item-detail .name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: #bc74a5;
}
@media (max-width: 991.98px){
  .list-team .team-item {
    -ms-flex: 0 0 calc(100%/2 - 15px);
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2  - 15px);
  }
}
.title-color {color: var(--title-color)!important;}
.bgColor {background-color: var(--bg-color)!important;}

@media screen and (min-width: 993px){
  .postThumbIMG.relative.imageHover {
    min-height: 246px;
    background: #FFF;
  }
}