@import url('jquery-ui.min.css');
@import url('effect01.css');
@import url('effect02.css');
@import url('effect03.css');
@import url('effect04.css');
@import url('effect05.css');

/*--------------------------------------------------------------*/
/* LOADING -----------------------------------------------------*/
/*--------------------------------------------------------------*/

.loading-box {
    position: fixed;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background: #ccc;
    z-index: 99999;
}
.loading-box .loader {
	box-sizing: border-box;
	position: relative;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
    display: flex;
	width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------*/
/* MOBILE MENU -------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Mobile Menu Button */
.mobile-menu-btn {
	display: none;
	position: fixed;
	top: 0;
    right: 0;
    width: 100%;
	z-index: 100;
}
.mobile-menu-btn a {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
.hamburger {
    padding: 10px 10px 14px;
    display: block;
    background-color: #180070;
    border-radius: 3px;
}
.hamburger-box {
    width: 25px;
    height: 21px;
    display: block;
}
.hamburger-inner {
    margin-top: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

/* MOBILE LOGO */
.mobile-menu-logo a {
	display: flex;
    align-items: center;
    color: #000;
    text-align: left;
}
.mobile-menu-logo a,
.mobile-menu-logo img {
	height: 50px
}
.mobile-menu-logo img {
	display: block;
}
.mobile-menu-logo h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #333;
}
.mobile-menu-logo h3 {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #888;
}
.mobile-menu-logo ul + ul {
    margin-left: 15px;
}
.mobile-menu-logo ul > li + li {
	margin-top: 5px;
}

/* MOBILE MENU TOP */
.mm-navbars_top {
	border: none;
}
.mm-navbars_top > .mm-navbar {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.mm-menu_navbar_top-1 .mm-panels {
	top: 75px;
}
.mm-panel_has-navbar .mm-navbar {
    background-color: #180070;
    color: #fff;
	border: none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}

/* MOBILE MENU PANEL */
.mm-panel {
	padding: 0;
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px 0;
}
.mm-listitem > a,
.mm-listitem > span {
	padding: 15px 10px;
}

/* MOBILE MENU BOTTOM  */
.mm-navbars_bottom ul.mobile-menu-opt {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
	width: 100%;
	padding: 0;
}
.mm-navbars_bottom ul.mobile-menu-opt > li {
	width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.mm-navbars_bottom ul.mobile-menu-opt > li + li {
	border-left: 1px solid #eee;
}
.mm-navbars_bottom ul.mobile-menu-opt > li a {
	display: block;
	color: #aaa;
}

/*--------------------------------------------------------------*/
/* HEADER ------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* HEADER BASIC */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	z-index: 99;
	background-color: #fff;
	border-bottom: 5px solid #180070;
}
header:before,
header:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 0;
	width: 100px;
}
header:before {
	left: 0;
	border-top: 80px solid #180070;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
}
header:after {
	right: 0;
	border-bottom: 80px solid #180070;
	border-left: 30px solid transparent;
	border-right: 0 solid transparent;
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
	header:before,
	header:after {
		width: 25px;
	}
}
@media screen and (max-width: 1279px) {
	header:before,
	header:after {
		display: none;
	}
}
header nav {
	width: 1160px;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* HEADER LOGO */
header nav ul.header-logo a {
	display: flex;
	align-items: center;
	text-align: left;
}
header nav ul.header-logo img {
	display: block;
}
header nav ul.header-logo a,
header nav ul.header-logo img {
	height: 50px;
}
header nav ul.header-logo ul + ul {
	margin-left: 15px;
}
header nav ul.header-logo ul > li + li {
	margin-top: 5px;
}
header nav ul.header-logo h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #333;
}
header nav ul.header-logo h3 {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #888;
}

/* HEADER MENU */
header nav ul.header-menu {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}
header nav ul.header-menu > li {
	height: 100%;
}
header nav ul.header-menu > li > a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #333;
}
header nav ul.header-menu li.open > a {
	background-color: #180070;
	color: #fff;
}
header nav ul.header-menu .header-submenu {
	display: none;
	overflow: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
header nav ul.header-menu .header-submenu ul {
	background-color: #180070;
}
header nav ul.header-menu .header-submenu ul > li {
	border-top: 1px solid rgba(255,255,255,0.1);
}
header nav ul.header-menu .header-submenu ul > li > a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	display: block;
	line-height: 14px;
	letter-spacing: 1px;
}
header nav ul.header-menu .header-submenu ul > li > a:hover {
	background-color: #1a91d8;
}

/* HEADER OPTIONS */
header nav ul.header-menu ul.header-menu-opt {
	display: flex;
	margin-left: 25px;
}
header nav ul.header-menu ul.header-menu-opt li a {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	width: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
	background-color: #180070;
}
header nav ul.header-menu ul.header-menu-opt li a:hover {
	background-color: #1a91d8;
}
header nav ul.header-menu ul.header-menu-opt li + li {
	margin-left: 5px;
}

/*--------------------------------------------------------------*/
/* POPUP -------------------------------------------------------*/
/*--------------------------------------------------------------*/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
    transform: none !important;
}
.popup .popup-fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.popup .popup-box {
	display: none;
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	width: 400px;
	max-width: calc(100% - 30px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/* CLOSE BUTTON */
.popup .popup-box .popup-close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 18px;
	color: #ccc;
	background-color: transparent;
}

/* POPUP BOX INNER */
.popup .popup-box .popup-box-inner {
	display: block;
	padding: 25px;
}
.popup .popup-box .popup-box-inner h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}
.popup .popup-box .popup-box-inner h3:before {
	content: '';
	display: block;
	margin: 0 auto 25px;
	width: 40px;
	height: 2px;
	background-color: #180070;
}

/* SELECT */
.popup .popup-box .popup-box-inner select {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #eee;
	padding: 0 10px;
	font-size: 14px;
	color: #555;
}
.popup .popup-box .popup-box-inner select + input[type="submit"] {
	margin: 15px auto 0;
}

/* SEARCH BAR */
.popup .popup-box .popup-box-inner .search-bar {
	width: 100%;
	display: flex;
}
.popup .popup-box .popup-box-inner .search-bar input {
	display: block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.popup .popup-box .popup-box-inner .search-bar input[type="search"] {
	width: calc(100% - 64px);
	height: 43px;
	font-size: 14px;
	color: #555;
	padding: 0 10px;
	text-align: left;
	border: 1px solid #eee;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.popup .popup-box .popup-box-inner .search-bar input[type="submit"] {
	width: 45px;
	height: 45px;
	color: #fff;
	font-family: 'FontAwesome Solid';
	font-size: 18px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #180070;
}
.popup .popup-box .popup-box-inner .search-bar input[type="button"] {
	width: 45px;
	height: 45px;
	color: #fff;
	font-family: 'FontAwesome Solid';
	font-size: 18px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #180070;
}

/*--------------------------------------------------------------*/
/* BUTTONS -----------------------------------------------------*/
/*--------------------------------------------------------------*/

/* BLUE BUTTON */
.btn-blue {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	height: 40px;
	overflow: hidden;
	border-radius: 20px;
	background-color: #180070;
}
.btn-blue:hover {
	background-color: #1a91d8;
}
.btn-blue, .btn-blue:hover {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* SWEET ALERT */
.btn-swal-custom {
    border: 0;
	outline: none;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}
.btn-swal-custom.blue {
    background-color: rgb(48, 133, 214);
    border-left-color: rgb(48, 133, 214);
    border-right-color: rgb(48, 133, 214);
}
.btn-swal-custom.gray {
    background-color: rgb(170, 170, 170);
    border-left-color: rgb(170, 170, 170);
    border-right-color: rgb(170, 170, 170);
}

/*--------------------------------------------------------------*/
/* INDEX -------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* INDEX BANNER */
.index-banner {
	width: 100%;
	padding-bottom: 50px;
}
.index-banner a {
	display: block;
	height: 550px;
	background-size: cover;
	background-position: center;
}

/* INDEX SECTION */
.index-section {
	width: 100%;
	padding: 90px 0;
	position: relative;
}
.index-section .index-section-inner {
	width: 1160px;
	margin: auto;
}
.index-section h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}
.index-section h3:before {
	content: '';
	display: block;
	margin: 0 auto 25px;
	width: 40px;
	height: 2px;
	background-color: #180070;
}

/* ABOUT */
.index-section.about {
	background-color: #fff;
}
.index-section.about:before {
	content: '';
	position: absolute;
	display: block;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #eee;
}
.index-section.about .index-section-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.index-section.about .index-section-inner .index-about-left {
	width: 750px;
}
.index-section.about .index-section-inner .index-about-left img {
	display: block;
	width: 100%;
}
.index-section.about .index-section-inner .index-about-right {
	width: calc(100% - 840px);
}
.index-section.about .index-section-inner .index-about-right h3 {
	text-align: left;
}
.index-section.about .index-section-inner .index-about-right h3:before {
	margin: 0 0 25px;
}
.index-section.about .index-section-inner .index-about-right section {
	text-align: justify;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.index-section.about .index-section-inner .index-about-right button {
	margin-top: 25px;
}

/* PRODUCTS */
.index-section.products h3 {
	margin-bottom: 45px;
}
.index-section.products section > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}
.index-section.products section > ul > li {
	width: calc(25% - 75px/4);
	background-color: #fff;
	border-radius: 3px;
}
.index-section.products section > ul a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	color: #333;
}
.index-section.products section a > ul {
	padding: 35px;
}
.index-section.products section a > ul > li + li {
	margin-top: 35px;
}
.index-section.products section > ul a img {
	display: block;
	width: 100%;
}
.index-section.products section > ul a:hover img {
	-webkit-transform: scale(1.03);
	   -moz-transform: scale(1.03);
		 -o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		    transform: scale(1.03);
}
.index-section.products section > ul a img,
.index-section.products section > ul a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.index-section.products section button {
	margin: auto;
}

/*--------------------------------------------------------------*/
/* PAGES -------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* PAGE TOP */
.page-top {
	width: 100%;
}
.page-top .page-top-banner {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../images/pages/page_banner.jpg');
	background-position: center;
}
.page-top .page-top-banner h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
}
.page-top .page-top-bread {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.page-top .page-top-bread ul {
	width: 1160px;
	height: 50px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}
.page-top .page-top-bread ul > li {
	font-size: 12px;
	line-height: 50px;
	position: relative;
	color: #888;
}
.page-top .page-top-bread ul > li a {
	color: #888;
}
.page-top .page-top-bread ul > li a:hover {
	color: #555;
}
.page-top .page-top-bread ul > li + li {
	padding-left: 40px;
}
.page-top .page-top-bread ul > li + li:before,
.page-top .page-top-bread ul > li + li:after {
	content: '';
	position: absolute;
	left: 15px;
	display: block;
	width: 1px;
	height: 27px;
	background-color: #eee;
}
.page-top .page-top-bread ul > li + li:before {
	top: 0;
	transform: rotate(-20deg);
    transform-origin: top left;
}
.page-top .page-top-bread ul > li + li:after {
	bottom: 0;
	transform: rotate(20deg);
    transform-origin: bottom left;
}

/* PAGE BOTTOM */
.page-bottom {
	margin: 90px auto;
	width: 1160px;
	min-height: calc(100vh - 85px - 201px - 268px - 180px);
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
}
.page-bottom .page-container {
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.page-bottom .page-container .page-left {
	width: 200px;
}
.page-bottom .page-container .page-right {
	width: calc(100% - 250px);
}

/* PAGE LEFT */
.page-left > h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	background-color: #180070;
	pointer-events: none;
}
.page-left > h3:before {
	content: '\f0c9';
	font-family: 'FontAwesome Solid';
	font-weight: normal;
	margin-right: 10px;
}
.page-left > ul {
	text-align: left;
}
.page-left > ul > li {
	border-bottom: 1px solid #eee;
}
.page-left > ul > li > a {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	color: #555;
	position: relative;
}

/* PAGE RIGHT */
.page-right-head {
	border-bottom: 2px solid #eee;
	text-align: left;
}
.page-right-head > h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 25px;
	color: #333;
	position: relative;
}
.page-right-head > h3:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #180070;
}
.page-right-head + .page-right-body {
	margin-top: 25px;
}
.page-right-body .page-right-body-content {
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	color: #555;
}
.page-right-body .page-right-body-content a {
	color: #333;
}
.page-right-body .page-right-body-content a:hover {
	color: #180070;
}

/* User Editor Style */
.user-editor-style img {
	display: block;
	max-width: 100%;
}
.user-editor-style table {
	color: inherit;
	padding: inherit;
}
table.styled-table {
	border: none;
	border-collapse: collapse;
}
table.styled-table td {
	padding: 15px;
}
table.styled-table thead tr {
	background-color: #283c7f;
	color: #fff;
}
table.styled-table tr:nth-child(even) {
	background-color: #f5f5f5;
}
.user-editor-style * + p,
.user-editor-style * + h3,
.user-editor-style * + ul,
.user-editor-style * + ol,
.user-editor-style * + img,
.user-editor-style * + table,
.user-editor-style * + iframe,
.user-editor-style * + .iframe-wrapper {
	margin-top: 15px;
}
.user-editor-style ul {
	padding-left: 30px;
}
.user-editor-style ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome Solid';
	color: #180070;
	display: inline-block;
    width: 30px;
    text-align: center;
    margin-left: -30px;
}
.user-editor-style ol {
	margin-left: 25px;
	list-style-type: decimal;
}

/* STYLED INPUT */
.styled-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.styled-input li {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.styled-input li.half {
	width: calc(50% - 5px);
}
.styled-input li.one-third {
	width: calc(100%/3 - 5px);
}
.styled-input li.two-third {
	width: calc(200%/3 - 5px);
}
.styled-input li.code {
	display: flex;
}
.styled-input li.code img {
	display: block;
}
.styled-input input[type="text"],
.styled-input input[type="password"],
.styled-input textarea {
	width: calc(100% - 30px);
	padding: 19.5px 15px;
	height: 16px;
	border-radius: 3px;
	font-family: 'Microsoft Jhenghei';
	font-size: 16px;
	color: #353535;
	background-color: #f5f5f5;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.styled-input input[type="text"].active,
.styled-input input[type="password"].active,
.styled-input textarea.active {
	padding: 27px 15px 12px 15px;
}
.styled-input textarea {
	resize: none;
	height: 150px;
	display: block;
}
.styled-input label {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	font-family: 'Microsoft Jhenghei';
	font-size: 12px;
	color: #888;
	line-height: 12px;
	top: 15px;
	left: 15px;
}
.styled-input label.active {
	visibility: visible;
	opacity: 1;
	margin-top: -5px;
}
.styled-input label,
.styled-input label.active {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.styled-input select {
    width: 100%;
    height: 55px;
    font-family: 'Microsoft Jhenghei';
    font-size: 16px;
    line-height: 16px;
    padding: 27px 15px 12px 15px;
    text-transform: capitalize;
    color: #353535;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    background-image: url(../images/caret_down.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 10px;
    background-color: #f5f5f5;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.styled-input option {
	background: #fff;
	text-transform: capitalize;
	border: none;
	outline: none;
}
.styled-input li.submit {
	margin-top: 25px;
}
.styled-input li.submit input[type="submit"],
.styled-input li.submit input[type="button"] {
	display: block;
	margin: 0;
	text-align: center;
	padding: 10px;
	font-family: 'Microsoft Jhenghei';
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px;
	background-color: #180070;
	color: #fff;
}
.styled-input ::-webkit-input-placeholder { color: #888; }
.styled-input ::-moz-placeholder { color: #888; }
.styled-input :-ms-input-placeholder { color: #888; }
.styled-input :-moz-placeholder { color: #888; }

/* Pagination */
.pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.pagination ul {
	display: flex;
	justify-content: center;
}
.pagination ul > li {
	margin: 0 1px;
	text-align: center;
}
.pagination ul > li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	background-color: #180070;
	border-radius: 3px;
}
.pagination ul > li a.prev:before,
.pagination ul > li a.next:before {
	font-family: 'FontAwesome Solid';
}
.pagination ul > li a.prev:before {
	content: '\f0d9';
}
.pagination ul > li a.next:before {
	content: '\f0da';
}
.pagination ul > li a.current {
	cursor: default;
}
.pagination ul > li a.current,
.pagination ul > li a:hover {
	background-color: #1a91d8;
}
.pagination ul > li a.disabled {
	display: none;
}

/*--------------------------------------------------------------*/
/* PRODUCTS ----------------------------------------------------*/
/*--------------------------------------------------------------*/

/* PRODUCT NAV */
.product-nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-nav > ul > li a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	background-color: #180070;
	font-size: 12px;
}
.product-nav > ul > li.current a,
.product-nav > ul > li a:hover {
	background-color: #1a91d8;
}

/* PRODUCT LIST */
.product-nav + .product-content {
	margin-top: 25px;
}
.product-content table.product-list {
	font-size: 14px;
}
.product-content table.product-list tr td {
	padding: 15px;
}
.product-content table.product-list thead tr {
	background-color: #180070;
	color: #fff;
}
.product-content table.product-list tbody tr {
	color: #555;
}
.product-content table.product-list tbody tr td {
	border-bottom: 1px solid #eee;
}
.product-content input[type="number"] {
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
	color: #555;
	padding: 5px;
	width: 50px;
}
.product-content button {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #180070;
	font-size: 12px;
	font-family: 'FontAwesome Solid';
}
.product-content .btn-add:before {
	content: '\f067';
}
.product-content .btn-view:before {
	content: '\f129';
}
.product-content .btn-remove:before {
	content: '\f00d';
}
.product-content button:hover {
	background-color: #1a91d8;
}
.product-content button,
.product-content button:hover {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* PRODUCT DETAIL */
.product-content .product-detail {
	background-color: #fafafa;
}
.product-content .product-detail > td {
	padding: 0 !important;
	border-bottom: none !important;
}
.product-content .product-detail section {
	display: none;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.product-content .product-detail section > div {
	width: calc(50% - 15px/2);
	float: left;
}
.product-content .product-detail section .full {
	width: 100%;
}
.product-content .product-detail section > div + div {
	margin-left: 15px;
}
.product-content .product-detail section,
.product-content .product-detail section table {
	font-size: 14px;
}
.product-content .product-detail h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	color: #333;
}
.product-content .product-detail h4 + ul,
.product-content .product-detail h4 + div {
	margin-top: 15px;
}
.product-content .product-detail figure {
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
}
.product-content .product-detail figure img {
	display: block;
	width: 100%;
}
.product-content .product-detail section tr td {
	padding: 15px;
}
.product-content .product-detail section tr:last-child td {
	border-bottom: none;
}
.product-content .product-detail .tt {
	background-color: #333;
	color: #fff;
}
.inquiry-form {
	margin-top: 25px;
}

/*--------------------------------------------------------------*/
/* CONTACT ------------------------------------------------------*/
/*--------------------------------------------------------------*/

.contact-content ul {
	text-align: left;
}
.contact-content ul > h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
.contact-content ul > li {
	color: #555;
	font-size: 14px;
	line-height: 14px;
	padding: 20px 0;
}
.contact-content ul > li a {
	color: #555;
}
.contact-content ul > li + li {
	border-top: 1px solid #eee;
}
.contact-content ul > li:before {
	font-family: 'FontAwesome Solid';
	color: #180070;
	margin-right: 20px;
}
.contact-content ul li.tel:before {
	content: '\f095';
}
.contact-content ul li.fax:before {
	content: '\f1ac';
}
.contact-content ul li.add:before {
	content: '\f3c5';
}
.contact-content .map-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.contact-content .map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.contact-content + .contact-content {
	margin-top: 25px;
}

/*--------------------------------------------------------------*/
/* FOOTER ------------------------------------------------------*/
/*--------------------------------------------------------------*/

footer {
	color: #fff;
	background-color: #333;
	background-image: url('../images/footer/footer-background.jpg');
	background-position: center;
	position: relative;
}
footer a {
	color: #fff;
}
.back-to-top {
	position: absolute;
	top: -45px;
	right: 0;
}
.back-to-top button {
	display: block;
	color: #fff;
	background-color: #180070;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-top-left-radius: 3px;
}
.back-to-top a:hover {
	background-color: #1a91d8;
}
footer .footer-inner {
	width: 1160px;
	margin: auto;
}
footer .footer-inner section.footer-inner-top > ul {
	padding: 45px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
footer .footer-inner section.footer-inner-top > ul li.border {
	width: 1px;
	background-color: #fff;
	opacity: 0.2;
}
footer .footer-inner section.footer-inner-top > ul > li > ul {
	text-align: left;
	font-size: 16px;
}
footer .footer-inner section.footer-inner-top > ul > li > ul > li + li {
	margin-top: 15px;
}
footer .footer-inner section.footer-inner-top h4 {
	color: #aaa;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}
footer .footer-inner section.footer-inner-bottom {
	padding: 25px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
footer .footer-inner section.footer-inner-bottom p {
	font-size: 12px;
	line-heigt: 12px;
	opacity: 0.5;
	letter-spacing: 0.5px;
}

/*--------------------------------------------------------------*/
/* RESPONSIVE --------------------------------------------------*/
/*--------------------------------------------------------------*/

@media screen and (max-width: 1210px) {

	/* HEADER */
	header nav{
		width: calc(100% - 50px);
	}
	.index-section .index-section-inner,
	footer .footer-inner {
	    width: calc(100% - 100px);
	}
	header nav ul.header-menu > li > a {
		padding: 0 15px;
		font-size: 14px;
	}

	/* INDEX */
	.index-banner a {
		height: 0;
		padding-bottom: 50%;
	}
	.index-section {
		padding: 50px 0;
	}
	.index-section.about .index-section-inner {
		align-items: stretch;
	}
	.index-section.about .index-section-inner .index-about-left {
		background-image: url('../images/demo/index/index_about.jpg');
		background-size: cover;
		background-position: center;
	}
	.index-section.about .index-section-inner .index-about-left img {
		display: none;
	}
	.index-section.about .index-section-inner .index-about-left,
	.index-section.about .index-section-inner .index-about-right {
		width: calc(50% - 50px);
	}

	/* PAGES */
	.page-top .page-top-bread ul,
	.page-bottom {
		width: calc(100% - 100px);
	}
	.page-bottom {
		margin: 50px auto;
	}

	/* PRODUCTS */
	.product-nav > ul {
		justify-content: flex-start;
	}
	.product-nav > ul > li a {
		margin: 0 1px 1px 0;
	}
	.product-content button:hover {
		background-color: #180070;
	}

}

@media screen and (max-width: 1023px) {

	/* HEADER */
	header {
		height: 75px;
	}
	header nav {
	    width: calc(100% - 30px);
	}
	header nav ul.header-logo ul > li + li {
		margin-top: 5px;
	}
	header nav ul.header-menu {
		display: none;
	}
	.index-section .index-section-inner,
	footer .footer-inner {
	    width: calc(100% - 50px);
	}
	.mobile-menu-btn {
		display: block;
	}

	/* MAIN */
	main {
		margin-top: 80px;
	}

	/* INDEX */
	.index-section {
		padding: 25px 0;
	}
	.index-section.about .index-section-inner .index-about-left,
	.index-section.about .index-section-inner .index-about-right {
		width: calc(50% - 25px);
	}
	.index-section.products h3,
	.index-section.products section > ul {
		margin-bottom: 25px;
	}
	.index-section.products section > ul {
		margin-top: -25px;
	}
	.index-section.products section > ul > li {
		width: calc(50% - 25px/2);
		margin-top: 25px;
	}

	/* PAGES */
	.page-top .page-top-bread ul,
	.page-bottom {
		width: calc(100% - 50px);
	}
	.page-bottom {
		margin: 25px auto;
	}
	.page-bottom .page-container {
		padding: 25px;
	}
	.page-bottom .page-container .page-right {
		width: 100%;
		margin-top: 50px;
	}

}

@media screen and (max-width: 767px) {

	/* HEADER */
	header nav ul.header-logo h2,
	.mobile-menu-logo h2 {
		font-size: 18px;
		line-height: 18px;
	}

	/* INDEX */
	.index-section h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.index-section.about:before {
		display: none;
	}
	.index-section.about .index-section-inner .index-about-left,
	.index-section.about .index-section-inner .index-about-right {
		width: 100%;
	}
	.index-section.about .index-section-inner .index-about-left img {
		display: block;
	}
	.index-section.about .index-section-inner .index-about-right {
		margin-top: 25px;
	}
	.index-section.products section > ul > li {
		width: 100%;
	}

	/* PAGES */
	.page-bottom,
	.page-bottom .page-container .page-left {
		width: 100%;
	}
	.page-left {
		display: none;
	}
	.page-left > h3 {
		pointer-events: auto;
	}
	.page-left > ul {
		display: none;
	}
	.page-bottom .page-container .page-right {
		margin-top: 0;
	}

	/* STYLED INPUT */
	.styled-input li.half,
	.styled-input li.one-third,
	.styled-input li.two-third,
	.styled-input li.submit input[type="submit"] {
		width: 100%;
	}
	.styled-input li.submit input[type="submit"] {
		padding: 10px 0;
	}

	/* PRODUCTS */
	.product-content table.product-list > thead {
		display: none;
	}
	.product-content table.product-list > tbody > tr,
	.product-content table.product-list > tbody > tr > td {
		display: block;
	}
	.product-content table.product-list > tbody > tr + tr {
		margin-top: 25px;
	}
	.product-content table.product-list tr.product-detail {
		margin-top: 0;
	}
	.product-content table.product-list tr td {
		text-align: left;
	}
	.product-content table.product-list tr td:before {
		content: attr(data-title);
		margin-right: 15px;
		font-weight: 700;
    	color: #333;
	}
	.product-content table.product-list tr.product-detail td:before {
		display: none;
	}
	.product-content .product-detail section > div {
		width: 100%;
		float: none;
	}
	.product-content .product-detail section > div + div {
		margin-top: 25px;
		margin-left: 0;
	}

	/* FOOTER */
	.back-to-top {
		top: 0;
	}
	.back-to-top button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 3px;
	}
	footer {
		background-size: cover;
	}
	footer .footer-inner section.footer-inner-top > ul {
		justify-content: center;
		padding: 25px 0;
	}
	footer .footer-inner section.footer-inner-top > ul > li + li {
		margin-top: 25px;
	}
	footer .footer-inner section.footer-inner-top > ul li.border {
		display: none;
	}
	footer .footer-inner section.footer-inner-top > ul > li > ul {
		text-align: center;
	}

}
