@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "MyriadLight";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#MyriadLight") format("svg");
}
@font-face {
    font-family: "MyriadBold";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#MyriadBold") format("svg");
}
@font-face {
    font-family: "MyriadCondensed";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/myriadpro-cond.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-cond.woff") format("woff"), url("../fonts/myriadpro-cond.ttf") format("truetype"), url("../fonts/myriadpro-cond.svg#MyriadCondensed") format("svg");
}
@font-face {
    font-family: "MyriadRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#MyriadRegular") format("svg");
}
@font-face {
    font-family: "Futurab";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/futurab.eot?#iefix") format("embedded-opentype"), url("../fonts/futurab.woff") format("woff"), url("../fonts/futurab.ttf") format("truetype"), url("../fonts/futurab.svg#Futurab") format("svg");
}
@font-face {
    font-family: "Futurab-bold";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/futurab-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futurab-bold.woff") format("woff"), url("../fonts/futurab-bold.ttf") format("truetype"), url("../fonts/futurab-bold.svg#Futurab-bold") format("svg");
}
/* **************************************** */

* {
	margin:0;
	padding:0;
}
*, *::before, *::after {
	box-sizing:border-box;
}
.clr {
	clear:both;
}
.clr::after, clr::before {
	clear:both;
	content:"";
	display:block;
}
h1 {
	text-transform:uppercase;
}
p, h1, h2, h3, h4 {
	font-weight:normal;
	color:#444;
}
a {
	text-decoration:none;
	vertical-align:baseline;
	color:#444;
	cursor:pointer;
}
a:hover {
	color:#00f;
	text-decoration:underline;
	transition:.3s;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:baseline;
}
form, fieldset {
	border:0 none;
}
ol, ul, li {
	list-style: outside none none;
}
body {
	color:#444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	min-width:320px;
	max-width:100%;
	overflow-x:hidden;
}
iframe {
	max-width:100%;
	max-height:100%;
}

.wrapall {
}
.container {
	margin:0 auto;
}
.header {
	background:#fff;
	box-shadow:0 0 5px #999999;
	height:67px;
	text-transform:uppercase;
	top:0;
	width:100%;
	z-index:30;
}
.header .container {
	padding:0 60px;
	width:auto;
}
.logo {
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:28px;
	height:67px;
	line-height:67px;
	width:160px;
	color:#BC9E6A;
}
.logo a {
	color:#bc9e6a;
	font-weight:normal;
}
nav {
	float:left;
	height:67px;
	line-height:67px;
}
nav ul li {
	float:left;
	position:relative;
	display:block;
}
nav ul li a {
	font-size:12px;
	font-weight:bold;
	margin:0 12px;
	display:block;
}
nav ul li a span {
	display:block;
}
nav ul li ul {
	position:absolute;
	z-index:9999;
	width:auto;
	top:100%;
	left:0;
	display:none;
}
nav ul li:hover ul {
	display:block;
}
nav ul li ul li {
	float:none;
	margin:0;
}
nav ul li ul li a {
	background:#fff;
	line-height:18px;
	padding:13px 15px;
	white-space:nowrap;
}
nav ul li ul li a:hover {
	background:#999;
	color:#fff;
}
.banner {
	max-width:100%;
	max-height:100%;
	border:2px solid #BC9E6A;
	box-shadow:5px 0 5px #BC9E6A;
}
.bigbanner {
	width:100%;
	height:380px;
	display:block;
}
.leftbanner, .rightbanner {
    height: inherit;
}
.leftbanner {
	background:url(../images/z.jpg) repeat-x;
	float:left;
	width: calc(100% - 943px);
	position:relative;
}
.rightbanner {
	float:right;
	width:943px;
	height:380px;
	position:relative;
}
.left-b1 {
	width:405px;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.left-b2 {
	width:405px;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.title_main {
	box-shadow:5px 0 5px #BC9E6A;
}
.main {
	background:#fff;
	padding-bottom:20px;
	border-bottom:1px solid #bbb;
}
.top_main {
	text-transform:uppercase;
	line-height:70px;
	height:70px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	box-shadow:0 0 5px #BC9E6A;
	font-size:26px;
}
.top_main h1 {
	font-size:26px;
}
.top_main-inner {
	text-transform:uppercase;
	line-height:70px;
	height:70px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	box-shadow:0 0 5px #BC9E6A;
}
.center_main {
	width:1140px;
	margin:0 auto;
	padding:25px 0;
}
.left {
	float:left;
	width:22%;
	margin-right:20px;
}
.title {
	padding: 15px 0;
	background: #DFB383;
	border-radius:3px;
	border-bottom:2px solid #BC9E6A;
	height:48px;
	margin:15px 0 10px 0;
}
.title h1, .title-h1 {
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
}
.support1 {
}
.support {
	margin:10px 10px 0;
	border-bottom:1px solid #ececec;
	overflow:hidden;
	padding-bottom:10px;
}
.support img {
	float:left;
	margin-right:15px;
	margin-top:5px;
	width:50px;
}
.support p {
	font-size:16px;
	line-height:normal;
}
.support span {
	color: #A7271F;
	font-weight:bold;
}
.noborder {
	border:0 !important;
}
.support_cus {
}
.chinhsach {
}
.chinhsach ul li {
	list-style:none;
	margin:10px 0;
}
.chinhsach ul li a {
	color:#636363;
	margin:0 10px 0 0;
	line-height:20px;
}
.chinhsach ul li i {
	margin-right:5px;
}
.hot-videos {
}
.videos-hot {
	width:auto;
	position:relative;
}
.videos-hot span {
	position:absolute;
	width:50px;
	height:35px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-17px;
	vertical-align:middle;
	line-height:34px;
	font-size:18px;
	border:1px solid #333;
	border-radius:10px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	display:block;
}
.products_list {
	color:#3e3d49;
	display:block;
	font-size:14px;
	margin:10px 0;
	min-height:20px;
	position:relative;
}
.products_list a {
	background:url(../img/checkbox.png) no-repeat 0 1px;
	display:block;
	padding-left:25px;
}
.center {
	float:right;
	width:76%;
}
/* IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII */
.product {
	padding-bottom:20px;
}
.product ul {
}
.product ul li {
	float:left;
	position:relative;
	width:33.33%;
	padding:0 20px;
}
.product ul li a {
	transition:.3s;
}
.product ul li:hover {
	background: rgba(0 0 0 0.3) none repeat;
}
.product ul li:nth-of-type(3n+1) {
	clear:both;
}
.products_hot {
	position:relative;
	padding:15px 15px 10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	transition:all 0.3s ease-in-out;
}
.products_img {
	position:relative;
	overflow:hidden;
	text-align:center;
}
.products_img a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_img img {
	width:auto;
	height:272px;
    object-fit: contain;
	transition:.3s;
	transform:scale(0.95);
}
.product ul li:hover .products_img img {
	transform:scale(1);
}
.product ul li:hover a {
	color:#00f;
}
.products_arrow {
	position:absolute;
	top:50%;
	opacity:1;
	transition:.3s;
	z-index:3;
	max-width:72px;
	cursor:pointer;
	right:100%;
	overflow:hidden;
	display:none;
	margin:-31px -32px 0 -31px;
}
.products_arrow img {
	overflow:hidden;
}
.products_hot:hover .products_arrow {
	display:block;
	opacity:1;
	right:50%;
}
.products-title {
	margin-bottom:15px;
}
.products-title h3 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

.news {
	border-bottom:2px solid #bbb;
	font-size:22px;
	text-align:center;
	padding:15px 0;
	font-weight:bold;
}
.news h1 {
	font-size:22px;
	text-align:center;
	padding:15px 0;
	font-weight:bold;
}
.hotnews {
	padding:20px 0 10px 0;
}
.hotnews ul {
	margin-right:-15px;
}
.hotnews ul li {
	position:relative;
	width:23%;
	margin-right:23px;
	float:left;
}
.hotnews ul li:hover a {
	color:#00f;
}
.hotnews1 {
}
.hotnews2 {
	position: relative;
    display: flex;
    flex-direction: column;
    padding:10px 0;
}
.hotnews2 h2 {
	font-size:16px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:15px;
	font-weight:bold;
}
.hotnews2 p {
}
.footer {
	background:#fff;
	padding:15px 0;
	width:100%;
	display:block;
	min-height:160px;
	border-top:2px solid #999;
	box-shadow:0 0 5px #bbb;
}
.inner {
	margin:0 auto;
	width:1140px;
	position:relative;
}
.footer-left {
	float:left;
	width:65%;
}
.footer-right {
	float:right;
	width:30%;
	text-align:right;
	margin-right:10px;
	margin-top:25px;
}
.footer h3 {
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
}
.footer p {
	line-height:25px;
	font-size:14px;
}
.footer-right a {
	font-weight:bold;
}
.aboutus {
}
.aboutus h2 {
	line-height:35px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.des {
	line-height:1.5;
	text-align:justify;
	font-size:18px;
	font-weight:bold;
	margin:24px 0;
}
.aboutus h3 {
	line-height:30px;
	font-weight:bold;
}
.aboutus p {
	line-height:1.5;
	text-align:justify;
	font-size:18px;
}
.aboutus img {
	margin:20px auto;
	display:block;
	max-width:660px;
	height:auto;
}
.content .left {
	float:inherit !important;
	margin:inherit !important;
	width:inherit !important;
}
.content p {
	line-height:1.5;
	text-align:justify;
	font-size:18px;
}
.page {
	margin:25px 15px 15px 0;
}
.page span {
	border:1px solid #387803;
	background:#387803;
	color:#fff;
	margin-right:3px;
	padding:4px 10px;
}
.page a {
	background:#fff;
	border:1px solid #b0b4c1;
	margin-right:3px;
	padding:4px 8px;
	color:#636363;
	font-size:16px;
}
.book {
	padding-top:20px;
}
.book a {
	text-transform:uppercase;
	padding: 8px 20px;
	background: #AAEC0E;
	color:#fff;
	font-size:18px;
	border-radius:4px;
}
.other_product_tt {
	border-bottom: 2px solid #ccc;
	padding-bottom:10px;
}
.other_product_tt h1 {
	text-align:center;
	font-size:22px;
	margin-top:10px;
}
.other_product {
}
.other_product ul {
	padding:25px 0 20px 0;
	margin-right:-20px;
}
.other_product ul li {
	position:relative;
	float:left;
	display:block;
	width:23%;
	margin-right:20px;
	height:320px;
}
.other_product1 {
}
.other_product2 {
}
.more {
	margin-top:10px;
}
.news_list {
	float:right;
}
.news_list ul li {
	position:relative;
	padding:10px 0;
	margin-bottom:10px;
	height:230px;
	border-bottom:1px dotted #ccc;
}
.news_list1 {
	float:left;
	display:block;
	width:35%;
	margin-right:14px;
}
.news_list1 img {
	padding:5px;
	border:1px solid #ccc;
}
.news_list2 {
}
.news_list2 h2 {
	line-height:35px;
}
.news_list2 p {
	line-height:26px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
<style>

.jssora05l,.jssora05r{display:block;position:absolute;width:40px;height:40px;cursor:pointer;background:url('../img/a17.png') no-repeat;overflow:hidden}.jssora05l{background-position:-10px -40px}.jssora05r{background-position:-70px -40px}.jssora05l:hover{background-position:-130px -40px}.jssora05r:hover{background-position:-190px -40px}.jssora05l.jssora05ldn{background-position:-250px -40px}.jssora05r.jssora05rdn{background-position:-310px -40px}.jssort01 .p{position:absolute;top:0;left:0;width:72px;height:72px}.jssort01 .t{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.jssort01 .w{position:absolute;top:0;left:0;width:100%;height:100%}.jssort01 .c{position:absolute;top:0;left:0;width:68px;height:68px;border:#000 2px solid;box-sizing:content-box;background:url('../img/t01.png') -800px -800px no-repeat;_background:none}.jssort01 .pav .c{top:2px;_top:0;left:2px;_left:0;width:68px;height:68px;border:#000 0 solid;_border:#fff 2px solid;background-position:50% 50%}.jssort01 .p:hover .c{top:0;left:0;width:70px;height:70px;border:#fff 1px solid;background-position:50% 50%}.jssort01 .p.pdn .c{background-position:50% 50%;width:68px;height:68px;border:#000 2px solid}* html .jssort01 .c,* html .jssort01 .pdn .c,* html .jssort01 .pav .c{width:72px;height:72px}

</style>


.video1 {
}
.videos {
	width:65%;
	margin:20px auto;
	border:1px solid #999;
	box-shadow:0 0 5px #ccc;
	border-radius: 4px;
	margin-bottom:20px;
	padding:10px;
}
.videos-1 h2 {
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
.videos iframe {
	max-width:100%;
}
.videos2 {
	padding:20px 10px;
}
.videos2 ul {
	margin:0 -15px 0 0;
}
.videos2 ul li {
	float:left;
	position:relative;
	width:31%;
	display:block;
	margin-right:15px;
}
.videos2 ul li img {
	border:1px solid #ccc;
	border-radius: 3px;
	padding:5px;
}
.videos2 ul li h3 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.videos2 span {
	position:absolute;
	width:50px;
	height:35px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-17px;
	vertical-align:middle;
	line-height:34px;
	font-size:18px;
	border:1px solid #333;
	border-radius:10px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	display:block;
}
.contact_1 {
	float:right;
}
.contact {
	padding:10px;
}
.contact h3 {
	text-transform:uppercase;
	font-size:20px;
	color: #BC9E6A;
}
.contact p {
	margin:3px 0 0;
}
.contact a {
	color:#636363;
}
.contact-content {
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	margin:10px;
	padding:10px 0 10px 0;
}
.contact-content table {
	border:medium none;
}
.contact-content label {
	color:#505050;
	display:block;
	font-size:14px;
}
.contact-content input {
	border-color:#b0b4c1;
	border-image:none;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	color:#666;
	display:block;
	margin:5px 0;
	padding:5px;
	width:100%;
}
.contact-content textarea {
	border-color:#b0b4c1;
	border-image:none;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	color:#555555;
	display:block;
	margin:5px 0;
	min-height:140px;
	padding:5px;
	width:100%;
}
#submit-1, #reset {
	background:#BC9E6A;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	float:left;
	border:medium none;
	text-align:center;
	text-transform:uppercase;
	width:15%;
	margin-right:10px;
	padding:10px 0;
}
.map {
	margin:0 0 1.5rem 0;
}
.map iframe {
	width:100%;
	max-width:100%;
	overflow:hidden;
}
.map h3 {
	margin-bottom:22px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	color:#ED8413;
}
.map i {
	margin-right:5px;
}
.fb-like {
	margin:10px 0;
}
.product_detail_1 {
	padding:15px 0;
}
.product_detail_1-1 {
	float:left;
	display:block;
	width:45%;
}
.product_detail_1-1 a {
	text-align:center;
	display:block;
	border-radius:3px;
	border:1px solid #ccc;
	padding:15px;
}
.product_detail_1-1 a img {
	max-height:450px;
	width:auto;
}
.product_detail_1-2 {
	float:right;
	width:55%;
	padding-left:25px;
}
.product_detail_1-2 h1 {
	line-height:35px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.product_detail_1-2 p {
	line-height:25px;
}
.product_detail_2 {
}
.product_detail_2 h2 {
	line-height:38px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.product_detail_2 h3 {
	line-height:32px;
	font-weight:bold;
	margin-top:15px;
}
.product_detail_2 p {
	line-height:25px;
}
.pt1 {
	background: #EBEFEE;
	border-radius: 5px;
	position:relative;
	text-align:center;
	width:100%;
	height:170px;
}
.pt1-2 {
	padding:50px 0 30px 15px;
	float:left;
}
.pt1-2 h2 {
	border:1px solid #e7bc1e;
	border-radius: 10px;
	display:inline-block;
	font-weight:400;
	margin:6px 12px;
	padding:5px;
	transition:all 0.3s ease-in-out 0s;
	vertical-align: middle;
}
.pt1 h2 a {
	background:#e7bc1e;
	border-radius:10px;
	color:#fff;
	display:block;
	font-size:30px;
	padding:7px 15px;
	text-align:center;
	text-transform:uppercase;
	transition:all 0.3s ease-out 0s;
	font-family:MyriadCondensed;
}
.pt1-2 h2:hover {
	border:1px solid #001B42;
}
.pt1-2 h2 a:hover {
	background:#001b42;
	color:#fff;
}
.pt1-1 {
	display:inline-block;
	padding:6 12px;
	position:relative;
}
.pt1-3 {
	padding-top:10px;
}
.caption {
	background:#fff;
	border-radius:10px;
	box-shadow:4px 4px 0 rgba(0, 0, 0, 0.1);
	color:#3a3a3a;
	font-family:MyriadLight;
	font-size:18px !important;
	font-weight:400;
	height:42px;
	left:13px;
	line-height:42px!important;
	position:absolute;
	text-align:center !important;
	text-transform:uppercase;
	width:220px;
}
.shape {
	background:url(../img/icon_tri.png) no-repeat scroll center center;
	bottom:-20px;
	height:20px;
	position: absolute;
	width:36px;
	left:20px;
}
.pt1-1 ul {
	padding-top:70px;
}
.pt1-1 ul li {
	border-radius: 50%;
	display:inline-block;
	height:72px;
	margin:0 2px;
	padding:5px;
	transition:all 0.3s ease-out 0s;
	width:72px;
}
.pt1-1 ul li a {
	border-radius: 50%;
	display:block;
	font-size:24px;
	text-transform:uppercase;
	height:100%;
	line-height:60px;
	width:100%;
	text-align:center;
	transition:all 0.3s ease-out 0s;
	font-family:MyriadCondensed;
}
.pt1-1 ul li.iron {
	border:1px solid #fff;
}
.pt1-1 ul li.iron a {
	background:#fff;
	color:#484848;
}
.pt1-1 ul li:hover {
	border:1px solid #414838 !important;
}
.pt1-1 ul li:hover a {
	background:#001b42 !important;
	color:#fff;
}
.pt1-1 ul li.iron a:hover {
	background:#001b42;
	color:#fff;
}
.iron {
}
.pt1-1 ul li.wood {
	border:1px solid #74aa00;
}
.pt1-1 ul li.wood a {
	background:#74aa00;
	color:#fff;
}
.pt1-1 ul li.water {
	border:1px solid #006cb7;
}
.pt1-1 ul li.water a {
	background:#006cb7;
	color:#fff;
}
.pt1-1 ul li.fire {
	border:1px solid #b00000;
}
.pt1-1 ul li.fire a {
	background:#b00000;
	color:#fff;
}
.pt1-1 ul li.land {
	border:1px solid #daa900;
}
.pt1-1 ul li.land a {
	background:#daa900;
	color:#fff;
}
.pt2 {
	padding:20px 0;
}
.pt2 h2 {
	line-height:40px;
	font-weight:bold;
}
.pt2 h3 {
	line-height:35px;
	font-weight:bold;
	font-size:18px;
}
.pt2 p {
	line-height:25px;
}
.detail-fengshui h3 {
	font-family:MyriadRegular;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	margin:0 0 20px;
	padding-bottom:20px;
	position:relative;
	text-align:center;
	text-transform:capitalize;
	border-bottom:1px dotted rgba(0, 0, 0, 0.5);
}
.fengshui-text {
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:30px;
}
.fengshui-text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:26px;
	position:relative;
	margin:0 0 20px;
	color:#010101;
}
.header-mobile {
	display:none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
