@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap');


/* =Global
----------------------------------------------- */

html {
	margin:0;
	font-size: 100%;
}

body {
    color: #333333;
    background-color: #ffffff;
    word-wrap: break-word;
	font-family: 'Anuphan', 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-size: 1rem;
}
body#lang_en{
	text-align:justify;
}
body,
html {
	height: 100%;
	overflow-x:hidden;
}
.container-fluid{
	max-width:1920px;
	margin:0 auto;
}

img{
	max-width:100%;
}
a {
    color: #0065b3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
    color: #DADADA;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

pre {
    width: 100%; /* specify width */
    white-space: pre-wrap; /* CSS3 browsers */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
    white-space: -pre-wrap; /* Opera 4 thru 6 */
    white-space: -o-pre-wrap; /* Opera 7 and up */
    word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0065b3;
    font-weight: 700;
    font-family: 'Anuphan', 'Noto Sans JP', sans-serif;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 13px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

.sp{display:none;}
.pc{display:inline-block;}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.txtright{
	text-align:right;
}

/* Layout */
.side-pull-left .main-content-inner {
    float: left;
}

.side-pull-right .main-content-inner {
    float: right;
}

.no-sidebar #secondary, .full-width #secondary {
    display: none;
}

.no-sidebar .main-content-inner {
    float: none;
    margin: 0 auto;
}

.full-width .main-content-inner {
    width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
    clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.hentry {
    margin: 0;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
    margin-right: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* =Post styling
----------------------------------------------- */
.entry-meta a {
    font-size: 13px;
    color: #6B6B6B;
}

.entry-meta {
    margin-bottom: 30px;
}

footer.entry-meta {
    margin-bottom: 0;
}

.page-header {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.entry-meta {
    font-size: 14px;
    margin-right: 3px;
}

.entry-meta span {
    margin-right: 10px;
}

.entry-title {
    color: #444;
    font-size: 28px;
    margin-bottom: 30px;
}

.entry-title a {
    color: #444;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #0065b3;
}

.btn.btn-default.read-more,
a.more-link {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    padding: 11px 13px;
    border-radius: 4px;
}

.search .entry-summary > p:last-child:after {
    content: "";
    display: block;
    clear: both;
}

hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* author */
.author-bio {
    clear: both;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.author-bio .avatar {
    float: left;
}

.author-bio-content h4 {
    font-size: 14px;
    margin-top: 0;
}

.author-bio .author-bio-content {
    margin-left: 74px;
}

.secondary-content-box {
    padding-top: 0;
    padding-bottom: 0;
}

.single-view,
.blog-item-wrap {
    margin-bottom: 50px;
}

body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
    border-top: 1px solid #dadada;;
}

.entry-title {
    margin-top: 0;
}

.says {
    display: none;
}

.comment-author .fn,
.author-bio h4,
.comment-reply-title {
    text-transform: uppercase;
    font-weight: 700;
}

#bbp-single-user-details #bbp-user-avatar img.avatar {
    position: relative;
    left: 0;
    top: 0;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #0065b3;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}

.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #0065b3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-links a:hover span {
    background-color: #0065b3;
    border: 1px solid #0065b3;
    color: #fff;
}

.pagination-chevron-left,
.pagination-chevron-right {
    font-size: 12px;
}

.pagination li a {
    color: #0065b3;
}

.pagination li:hover a,
.pagination li:focus-within a {
    color: #0065b3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #FFF;
    background-color: #0065b3;
    border-color: #0065b3;
}

.pagination > li > a,
.pagination > li > span {
    padding: 9px 14px;
    border-color: #dadada;
}

.bottom-pagination {
    text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.single-featured {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    margin: auto;
}

.single-featured:hover,
.single-featured:focus-within {
    opacity: 0.8;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_nav_menu ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.widget_nav_menu ul li a {
    border-bottom: 1px solid #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.widget_nav_menu ul.sub-menu a {
    padding-left: 10px;
    border-left: 1px solid #F2F2F2;
}

.widget ul {
    padding: 0;
    font-size: 14px;
}

.widget ul.nav.nav-tabs {
    padding: 0;
}

#secondary .widget {
    margin-bottom: 50px;
    color: #C1C0C0;
    overflow: hidden;
}

#secondary .widget:last-child {
    margin-bottom: 0px;
}

.tab-content ul li {
    list-style: none;
}

#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 10px;
}

#secondary .widget_archive ul li:before {
    content: '\f073';
    font-weight: 900;
}

#secondary .widget_categories ul li:before {
    content: '\f07c';
    font-weight: 900;
}

#secondary .widget_recent_comments ul li:before {
    content: '\f075';
    font-weight: 900;
}

.well {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ffbcbc;
    overflow: hidden;
    clear: both;
}
#secondary .well h2 {
	margin-top: 0px;
	margin-bottom:20px;
    text-align: center;
    font-weight: 400;
    color: #0065b3;
    background: #fbd6d6;
    padding: 7px;
    font-size: 1.25rem;
    border-radius: 5px;
}
#secondary .widget > h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}

#secondary .widget a {
    color: #858585;
    font-size: 1rem;
    font-weight: 400;
}

#secondary .widget a:hover,
#secondary .widget a:focus {
    color: #0065b3;
}

.widget ul ul {
    padding: 20px 10px 0 10px;
}

.widget ul ul.sub-menu {
    padding: 0 0 0 10px;
}

.widget #social ul li {
    border-bottom: 0;
}

.not-found-widget {
    margin-top: 30px;
}

@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}

/* Custom Category Widget */
.cats-widget ul li span {
    float: right;
}

/* Recent Post widgets */
.popular-posts-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.popular-posts-wrapper .post {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.popular-posts-wrapper .post .post-image {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.popular-posts-wrapper .post .post-image img {
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.popular-posts-wrapper .post .post-image img:hover,
.popular-posts-wrapper .post .post-image img:focus-within {
    opacity: 0.6 !important;
}

.popular-posts-wrapper .post .post-content {
    margin-left: 80px;
}

.widget .post-content > span {
    display: block;
}

#secondary .widget .post-content a {
    color: #0065b3;
}

#secondary .widget .post-content a:hover,
#secondary .widget .post-content a:focus {
    color: #DADADA;
}

.widget .post-content span {
    font-size: 12px;
}

.tagcloud {
    margin-top: 25px;
}

.tagcloud a {
    padding: 6px 7px;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: #FFF !important;
    background-color: #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px !important;
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #0065b3;
    border-color: #0065b3;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt,
a.more-link {
    background-color: #0065b3;
    border-color: #0065b3;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.btn-default:hover,
.btn-default:focus,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-previous a:focus,
#image-navigation .nav-next a:hover,
#image-navigation .nav-next a:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
a.more-link:hover,
a.more-link:focus {
    background-color: #363636;
    border-color: #363636;
    color: #FFF;
}

.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button,
a.more-link {
    color: #FFF;
    text-transform: uppercase;
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}

button, .button {
    background-color: #0065b3;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #363636;
}

#subscription-toggle {
    float: right;
}

/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
    font-weight: bold;
    margin: 0;
}

#logo .site-name.hide-site-name {
    display: none;
}

.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}

.site-description {
    color: #777;
    font-weight: 200;
    font-size: 16px;
}

.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .pull-right {
        float: none !important;
    }

    .pull-left {
        float: none !important;
    }

    .flex-caption {
        display: none;
    }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
    border: 1px solid #DADADA;
    background-color: #FFF;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0 0 1.5em;
    overflow: hidden;
}

.post-navigation a {
    display: block;
}

.post-navigation a:hover,
.post-navigation a:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    color: #FFF;
    background: #0065b3;
    text-decoration: none;
}

.pagination {
    text-transform: uppercase;
    display: block;
}

.post-navigation .nav-previous,
.pagination .prev {
    float: left;
}

.post-navigation .nav-next,
.pagination .next {
    float: right;
    text-align: right;
}
.pagination span.current{
	background: #7b7b7b;
    color: #fff;
}
.more-link {
    float: right;
    margin: 10px 0;
}

.single .nav-links {
    margin-top: 30px;
}

.nav > li > a {
    text-transform: uppercase;
}

.navbar.navbar-default {
    background:#fff;
    font-family: 'Anuphan', 'Noto Sans JP', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar > .container .navbar-brand {
    color: #DADADA;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Anuphan', 'Noto Sans JP', sans-serif;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .caret,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus-within > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #0065b3;
    background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover,
.navbar-default .navbar-nav .dropdown-menu > li:focus-within {
    color: #fff;
    /*background-color: transparent;*/
    background-color: #0065b3;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus-within > a,
.dropdown-menu > li:hover > .caret,
.dropdown-menu > li:focus-within > .caret {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu > li > .caret {
    color: #636467;
}

.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:hover > ul.dropdown-menu {
    display: none;
}

.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li.open > ul.dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:hover > a,
.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:focus-within > a {
    color: #777;
}

.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:hover > a,
.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:focus-within > a,
.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:hover > .caret,
.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li:focus-within > .caret {
    color: #fff;
}

.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li.open > a,
.navbar-default .navbar-nav.toagosei_asia-mobile-menu > li.open > .caret {
    color: #0065b3;
}

.dropdown-menu {
    font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #0065b3;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
}

@media (min-width: 769px) {
    .dropdown-menu .caret {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid;
        float: right;
        top: 7px;
        position: relative;
    }

    .dropdown-menu > li > a {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        z-index:99999;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        display: inline-block;
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .dropdown-menu > li.active > .caret,
    .navbar-default .navbar-nav .dropdown-menu > li.open > a {
        color: #da4453;
    }

	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:focus-within > a,
	.navbar-default .navbar-nav > li:hover > .caret,
	.navbar-default .navbar-nav > li:focus-within > .caret,
    .dropdown-menu > li > .caret {
        color: #fff;
    }

    .navbar-default .navbar-nav li.open > a,
    .navbar-default .navbar-nav li.open > .caret {
        color: #0065b3;
    }

    .site-navigation-inner .dropdown-menu > .active,
    .navbar-default .navbar-nav .dropdown-menu > li:hover,
    .navbar-default .navbar-nav .dropdown-menu > li:focus-within {
        background-color: transparent;
    }

    .dropdown-menu > li.dropdown.open {
        padding-bottom: 0;
    }

    .navbar-nav > li > .caret {
        float:right;
        position: relative;
        top:18px;
        height:10px;
        width:10px;
    }
}

@media (min-width: 1024px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu,
	ul.nav li.dropdown:focus-within > ul.dropdown-menu {
        display: block;
    }
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}

.dropdown-menu > li > a {
    color: #636467;
    padding: 0;
}

.dropdown-menu > li {
    padding: 10px 15px;
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}

.dropdown-menu > .active {
    background-color: #0065b3;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > .caret {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu ul.dropdown-menu {
    top: -2px;
    left: 100%;
    border-radius: 0;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.navbar-nav > li {
    padding: 15px;
    color: #F5F7FA;
}

.navbar-nav > li > a {
    padding: 0;
    display: inline-block;
}

.navbar-nav > li > .caret {
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav > li:hover > .caret {
    color: #0065b3;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #363636;
}

.navbar-default .navbar-toggle:focus span {
    background: #fff;
}

.nav.navbar-nav {
    float: right;
}

@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
    }

    .navbar > .container .navbar-brand {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navigation .wp-pagenavi-pagination a {
    border-radius: 0;
    margin-bottom: 0;
}

.navigation .wp-pagenavi-pagination span {
    font-size: 12px;
}

.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover,
.navigation .wp-pagenavi-pagination a:focus {
    background-color: #0065b3;
    border-color: #0065b3;
    color: #FFF;
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus-within,
.pagination > li > span:hover {
    color: #0065b3;
}

.nav-links {
    text-align: center;
}



/* =Footer
----------------------------------------------- */
#footer-area {
    background-color: #0065b3;
	color:#fff;
	padding:10px;
	border-top:solid 5px #1fb25a;
}
#footer-area a {
    color: #DADADA;
}

#footer-area .footer-widget-area {
    padding: 50px 20px;
    overflow: hidden;
}

#footer-area ul li,
#footer-area .widget_nav_menu ul li a {
	border-color: #ffffff2b;
}

#footer-area .site-info nav ul li {
    border-bottom: none;
}

.widgettitle {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: inherit;
}

#footer-area .widget ul li {
    list-style: none;
}

.footer-nav.nav li {
    position: relative;
    display: inline-block;
}

.footer-nav.nav {
    margin-bottom: 2px;
}

.footer-nav.nav ul {
    padding: 0;
    list-style: none;
}

.footer-widget {
    /*overflow: hidden;*/
}

.copyright {
    float: right;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 0.9rem;
}


/*=== ADD CSS ===*/
.clearpd{
	padding:0px;
}
header{
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}
#masthead.active{
	background:#fff;
    border-bottom: 1px solid #e5e5e5;
}



.scroll-down-arrow {
  background-image: url(assets/images/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  z-index: 100;
  cursor:pointer;
  height: 38px;
  width: 50px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  left: 50%;
  bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation:    fade_move_down 2s ease-in-out infinite;
  animation:         fade_move_down 2s ease-in-out infinite;
  /*animated scroll arrow animation*/
}
  @-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,20px); opacity: 0; }
  }
  @keyframes fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
  }
  


@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 320px) {
	
	
}


/* CSS */
@media (min-width: 768px) {
    .navbar-header {
        float: left;
        width: 100%;
        padding: 0 50px;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary {
        background: none !important;
    }
}
#mega-menu-wrap-primary{
	float: right !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 20px !important;
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: #e3e3e3 !important;
		border-radius:5px !important;
    }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0 5px !important;
    border-left: solid 1px #666666 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child{
	border-left:none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:hover {
    background: #1fb25a !important;
    color: #ffffff !important;
	border-radius:5px !important;
}

#logo{
	display:inline-block;
	padding:10px 0 0 0;
}
.topFixed{
	padding:5px 20px;
	background:#0065b3;
	color:#fff;
	text-align:right;
	float:right;
	width:100%;
}
.center{
	text-align:center;
}
/*-- S E A R C H --*/
.topsearchbox{
	float:right;
    position:relative;
    min-width:25px;
    width:0%;
    height:25px;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.topsearchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:none;
    width:100%;
    height:25px;
    margin:0;
    padding:0px 55px 0px 20px;
    color:red;
	border-radius: 3px!important;
	box-shadow: none !important;
	padding-left: 10px !important;
}
.topsearchbox-icon,
.topsearchbox-submit{
    width:25px;
    height:25px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:2px;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color: #ffffff;
    background: none;
	font-size: 0.8rem;
}
.topsearchbox-submit{
	color: #fff0 !important;
}
.topsearchbox-open{
    width:10%;
}
.topsearchbox-open .topsearchbox-input{
    background: rgb(255 255 255 / 30%);
	border-radius:5px !important;
	color: #000 !important;
}
.homeSearch{
    border: none !important;
    color: #fff !important;
}

#lang{
    list-style: none;
    float: right;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
	text-transform:uppercase;
	border-left: solid 1px #ffffffb0;
}
#lang li{
	display: inline-block;
	margin: 0 0 0 5px;
}
#lang li a{
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 0.75rem;
    background: #ffffff24;
    padding: 2px 7px;
    border-radius: 3px;
}
#lang li a:hover{
	background:#1fb25a;
	color:#fff;
}
#lang li.current-lang a,
#lang li.current-lang a:hover{
	background:#000;
}
#HomeTopSlider .HomeOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(58 147 217));
    opacity: 0.9;
    z-index: 9;
}
.owl-slide {
	position:relative;
}
.slideText{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-7%, -50%);
  width:50%;
  z-index:999999;
  height:auto !important;
    width: 70%;
    padding: 30px;
    border-radius: 5px;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.slideText strong{
	font-weight:600;
}
.slideText h2,
.slideText h3{
	font-weight:500;
	color:#fff !important;
	line-height:1.5;
	text-align:left;
}
.slideText h2{
	font-size:3.5rem;
}
.slideText h3{
	font-size:2.75rem;
}
.slideText p{
	font-size:1.5rem;
	margin:0px;
}
.slideText span{
    font-size: 4rem;
    font-weight: 600;
}

@media (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}

#homeAbout{
	padding:100px 0;
}

.homeTitle{
	margin:0 0 30px 0;
}
.aboutTitle{
	margin-top:30px;
}
.homeTitle h2 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
	color:#333;
	margin:0;
}
.homeTitle h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 55px;
    background-color: #1fb25a;
}
.homeTitle h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 1px;
    width: 95%;
    max-width: 180px;
    background-color: #1fb25a;
}
.aboutBox{
    width: 100%;
	padding: 40px;
    background: #0065b3;
    color: #fff;
	font-weight:300;
}
.aboutBox strong{
	font-weight:500;
}

#homeProduct{
	padding:50px 80px 80px 80px;
	background: linear-gradient(135deg,  #f5fbff 0%,#f5fbff 50%,#cee1ed 50%,#cee1ed 100%);
}

#homeProduct .productBox{
	display:block;
	position:relative;
	background:#000000;
	margin-bottom: 20px;
}
#homeProduct .title{
	position:absolute;
	bottom:20px;
	left:30px;
	font-size:2.5rem;
	font-weight:500;
	color:#fff;
	z-index:99;
}
#homeProduct .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0065b3d1;
}

#homeProduct .productBox:hover .overlay {
  opacity: 1;
}

#homeProduct .text {
  color: white;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  width:100%;
  padding:20px 30px;
}
#homeProduct .insideBorder{
    width: 98%;
    height: 98%;
    position: absolute;
    border: 4px double #ffffff73;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*#homeProduct .text ul{
	list-style:none;
	padding:0;
	margin:0;
}
#homeProduct .text ul li{
	margin:10px 0;
	width:100%;
}
#homeProduct .text ul li a{
    display: block;
    padding: 2px 20px;
    color: #fff;
	border-left:solid 5px #fff;
}
#homeProduct .text ul li a:hover{
	background:#22b05a;
}*/

#homeProduct .text ul{
	display: grid; 
	grid-template-columns: 1fr 1fr;
	gap: 20px;                      
	list-style: none;
	padding: 0;
	margin: 0;
}
#homeProduct .text ul li{
	margin:10px 0;
	width:100%;
}
#homeProduct .text ul li a{
    display: block;
    padding: 5px;
    color: #fff;
	font-size:0.9rem;
	text-align:center;
	background:#000;
	display: grid;
    place-items: center;
}
#homeProduct .text ul li a span{
	display:block;
}
#homeProduct .text ul li a:hover{
	background:#22b05a;
}


  
  
#homeBlog{
	padding:50px 100px 80px 100px;
}

.blogBox .item{
	position:relative;
	margin-bottom:20px;
}
.blogBox .item a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blogBox .item a .thumb img{
	transition: transform .2s;
}
.blogBox .item a:hover .thumb img{
	transform: scale(1.05);
}
.blogBox .item a .info{
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
	padding: 100px 20px 10px 20px;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
}

.blogBox .item a .info .content_date{
	padding:5px 0 0 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
	opacity:0.6;
}
.blogBox .item a .info .content_name{
	font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    padding: 10px 0;
    transition: transform .2s;
}
.blogBox .item a:hover .info .content_name{
	opacity:1;
	transition: transform .2s;
}

#homeContact{
	padding:100px 0;

}
.contactUS{
	text-align:center;
    width: 100%;
    margin: 0 -70px 0 0;
}
.contactUS .contactBox {
    padding: 50px 30px;
    color: #fff;
    background: rgb(0 101 179);
    font-size: 1.5rem;
    margin: 30px -100px 0 0;
    z-index: 99999999;
	font-size:1.5rem;
}
.contactUS .contactBox h2{
	font-size:3rem;
	color:#fff;
	font-weight:600;
}
.contactIMG{
	z-index:-9;
}

#homeWHY{
	background-image: url(assets/images/bgWHY.jpg);
    background-color: #ddecf3;
    background-repeat: no-repeat;
    background-position: top, center;
    background-size: 100%;
	padding:100px;
	position:relative;
}

.homeTitleWHY {
  width: 250px;
  height: 250px;
  background-color: #3498db;
  transform: rotate(45deg); 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
    background: #5197c4;
    text-transform: uppercase;
    margin: -100px 0 50px 0;
	border-radius:10px;
}

.homeTitleWHY h2{
	transform: rotate(-45deg); 
	text-align: center;
	width: 100%;
    font-size: 2.25rem;
	font-weight:500;
	color:#fff;
	line-height:1.3;
	padding:0;
	margin:0;
}
.homeTitleWHY h2 span{
	font-size:3.5rem;
	font-weight:600;
}

#homeWHY ul {
  display: block;
  flex-wrap: wrap; 
  justify-content: space-between; 
  padding: 0;
  margin: 30px 0 0 0;
  list-style:none;
}

#homeWHY ul li {
  margin:0 0 15px 0;
}

#homeWHY ul li h4{
	font-size:1.5rem;
	font-weight:500;
	color:#000;
}

.viewAll{
    text-align: center;
    margin:20px 0;
}
.viewAll a{
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.2rem;
    border: solid 1px #0065b3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	color:#0065b3;
}
.viewAll a:hover{
    background: #0065b3;
    border: solid 1px #fff;
	color:#fff;
}

#homeStaff{
	background-image: url(assets/images/bgStaff.jpg);
    background-color: #ddecf3;
    background-repeat: no-repeat;
    background-position: bottom, center;
    background-size: 100%;
	padding:100px 100px 250px 100px;
	position:relative;
}
.staffBox{
	padding:20px;
	text-align:center;
	font-size:1.2rem;
}
.staffBox img{
	margin-bottom:15px;
}

#homeNews{
	padding:0 100px 50px 100px;
	background:#ddecf2;
	
}
.newsBox .item{
	position:relative;
	margin-bottom:20px;
}
.newsBox .item a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.newsBox .item a .thumb img{
	transition: transform .2s;
}
.newsBox .item a:hover .thumb img{
	transform: scale(1.05);
}
.newsBox .item a .info{
    width: 100%;
	padding: 10px ;
}

.newsBox .item a .info .content_date{
	padding:5px 0 0 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #000;
	opacity:0.6;
}
.newsBox .item a .info .content_name{
	font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    padding: 10px 0;
    transition: transform .2s;
}
.newsBox .item a:hover .info .content_name{
	opacity:1;
	transition: transform .2s;
}
.newsBox .item a .info .readMore{
    display: inline-block;
    padding: 5px 15px;
    background: #1fb25a;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.newsBox .item a:hover .info .readMore{
	background:#000;
}

.scroll-to-top {
    background: #363636;
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    bottom: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background: #1fb25a;
    opacity: .8;
}

section.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:99;
}

#topBanner .mainBanner{
	position:relative;
}
#topBanner .BannerOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 9;
}
#breadCrumb{
    padding: 10px;
    background: #eee;
    font-size: 0.8rem;
}
.breadcrumb_menu,
.breadcrumb_menu a{
	color:#000;
	
}
#pageContent{
	padding:50px;
}
.mainTitle{
	position:relative;
}
.mainTitle h1 {
  text-align: center;
  text-transform: uppercase;
  padding:0;
  margin:0;
  color: #333;
  font-size:3.5rem;
  font-weight:500;
}
.mainTitle h1:before {
  width: 40px;
  height: 7px;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -20px;
  background-color: #1fb25a;
}
.mainTitle h1:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -75px;
  background-color: #1fb25a;
  margin-bottom:20px;
}

#pageProduct{
	padding:50px;
}
.subProduct{
	padding:25px 0;
}

.subCatIMG{
	display:block;
	border-radius:10px;
	overflow:hidden;
}
.subCatIMG img{
	display:block;
	border-radius:10px;
}
#homeProduct .subCatBox{
    background: #fff;
    padding: 30px;
}
.subCatBox h2{
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    background: #1fb25a;
    background: linear-gradient(90deg, rgb(0 101 179) 0%, rgb(31 178 90) 100%);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 1px;
    border-bottom: double 5px;
    color: #ffffff;
}
.subCatBox h2 a{
    color: #ffffff;
	display:block;
    padding: 10px 20px;
}
.subCatBox p{
	font-size:0.9rem;
	color:#333;
	margin:0 0 20px 0;
}
.subCatBox ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding:0;
  margin:0;
  list-style:none;
}
@media screen and (max-width: 899px) {
  .subCatBox ul{
    margin-top: 30px;
  }
  #homeProduct .subCatBox {
		background: none;
		padding: 0px;
	}
}
.subCatBox ul li {
	position: relative;
	width: 48%;
}
.subCatBox ul li a{
    display: block;
    background: #eee;
    padding: 5px;
    text-align: center;
    color: #333;
    border-radius: 5px;
	display: grid;
    place-items: center;
}
.subCatBox ul li a:hover{
	background:#777;
	color:#fff;
}
.subCatBox ul li a span{
    display: block;
    font-size: 0.9rem;
}
@media screen and (min-width: 900px) {
  .subCatBox ul li:not(:nth-of-type(-n+2)) {
	margin-top: 25px;
  }
}
@media screen and (max-width: 899px) {
  .subCatBox ul li {
    width: 48%;
	margin:0 0 20px 0;
  }
}
.subCatIMG figure {
	position: relative;
}
.subCatIMG figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.subCatIMG figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.subProductList {
  display: flex;
  justify-content: left;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.subProductList .box {
    position: relative;
    width: 48%;
    margin: 0 1%;
	padding:20px 20px 30px 20px;
    background:#f2f9ff;
}
.subProductList .box h3 {
	font-size:1.15rem;
	font-weight:400;
	margin:0 0 10px 0;
}
.subProductList .box h3 a{
	display:block;
	color:#fff;
	background: #0065b3;
    padding: 5px 15px;
	line-height:normal;
	border-bottom:double 5px;
}
.subProductList .box .readMore{
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #708da3b0;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff;
}
.subProductList .box .readMore:hover{
	background:#5783a5;
}
.subProductList .box p{
	margin:0 0 20px 0;
}

@media screen and (max-width: 899px) {
  .subProductList {
    margin-top: 20px;
  }
}

@media screen and (min-width: 900px) {
  .subProductList .box:not(:nth-of-type(-n+2)) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 899px) {
  .subProductList .box {
    width: 48%;
	margin:0 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .subProductList .box {
    width: 100%;
	margin:0 0 20px 0;
  }
}
#pageNewsEvents{
	padding:50px;
}
#pageNewsEvents .newsROW{
	padding:40px 0 0 0;
}
#pageNewsEvents .newsROW .contentBox{
	position: relative;
    margin-bottom: 30px;
}
#pageNewsEvents .newsROW .contentBox a{
    border-bottom: solid 3px #ffffff;
    padding: 0 0 20px 0;
	display:block;
}
#pageNewsEvents .newsROW .contentBox a:hover{
    border-bottom: solid 3px #000;
}
#pageNewsEvents .newsROW .contentBox a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#pageNewsEvents .newsROW .contentBox a .thumb img{
	transition: transform .2s;
}
#pageNewsEvents .newsROW .contentBox a:hover .thumb img{
	transform: scale(1.05);
}
#pageNewsEvents .newsROW .contentBox a .info{
    width: 100%;
	padding: 10px 0 ;
}

#pageNewsEvents .newsROW .contentBox a .info .content_date{
	padding:5px 0 0 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #000;
	opacity:0.6;
}
#pageNewsEvents .newsROW .contentBox a .info .content_name{
	font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    padding: 10px 0;
    transition: transform .2s;
}
#pageNewsEvents .newsROW .contentBox a:hover .info .content_name{
	opacity:1;
	transition: transform .2s;
}
#pageNewsEvents .newsROW .contentBox a .info .readMore{
    display: inline-block;
    padding: 5px 15px;
    background: #1fb25a;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#pageNewsEvents .newsROW .contentBox a:hover .info .readMore{
	background:#000;
}

.page-no-style {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
    clear: both
}

.page-no-style ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0
}

.page-no-style ul > li {
    display: inline
}

.page-no-style ul > li > a {
    color: #f8f8f8;
    transition: all .4s ease
}

.page-no-style ul > li > a .next {
    float: right
}
.page-no-style ul > li.active > a,
.page-no-style ul > li > a:hover {
	color: #ffffff;
    background: #7b7b7b;
}

.page-no-style .current {
    background: #e4e2e2
}

.page-no-style ul > li > a,
.page-no-style ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ededed;
    border: solid 2px #ffffff;
    border-left-width: 0;
    display: inline-block;
    color: #000000;
    font-size: 0.9rem;
}

.page-no-style ul > li:first-child > a,
.page-no-style ul > li:first-child > span {
    border-left-width: 1px
}

.page-no-style ul > li:last-child > a,
.page-no-style ul > li:last-child > span {
    border-rigth-width: 1px
}

#pageBlog{
	padding:50px;
}
#pageBlog .blogRow{
	margin:40px 0 0 0;
}
#pageBlog .blogRow .contentBox{
	position:relative;
	margin-bottom:30px;
}
#pageBlog .blogRow .contentBox a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#pageBlog .blogRow .contentBox a .thumb img{
	transition: transform .2s;
}
#pageBlog .blogRow .contentBox a:hover .thumb img{
	transform: scale(1.05);
}
#pageBlog .blogRow .contentBox a .info{
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
	padding: 100px 20px 10px 20px;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
}

#pageBlog .blogRow .contentBox a .info .content_date{
	padding:5px 0 0 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
	opacity:0.6;
}
#pageBlog .blogRow .contentBox a .info .content_name{
	font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    padding: 10px 0;
    transition: transform .2s;
}
#pageBlog .blogRow .contentBox a:hover .info .content_name{
	opacity:1;
	transition: transform .2s;
}

/*-- SIDE MENU --*/
#product_sidemenu,
#product_sidemenu ul,
#product_sidemenu li,
#product_sidemenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    line-height:normal;
    position: relative;
    float: left;
    width: 100%
}
#product_sidemenu ul{
	margin:0 0 20px 0;
}
#product_sidemenu {
    width: 100%;
    background: #f3f3f3;
    padding: 15px;
    margin: 0;
}
.title_cat a{
	display:block;
	font-size: 1.5rem;
    text-align: center;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
}
#product_sidemenu img.arrow{
	position:absolute;
	margin-left:-25px;
	top:7px;
	cursor:pointer;
}
#product_sidemenu > ul > li {
    margin: 0 0 5px 0;
}

#product_sidemenu > ul > li:last-child {
    margin: 0
}

#product_sidemenu > ul > li > a {
    font-size: 1rem;
    display: block;
	color: #ffffff;
    background: #0065b3;
}
#product_sidemenu > ul > li > a{
	background:#999999;
}
#product_sidemenu > ul > li > a > span {
    display: block;
	padding: 7px 25px 7px 7px;
}
#product_sidemenu > ul > li > a:hover {
    text-decoration: none
}

#product_sidemenu > ul > li.active {
    border-bottom: none
}

#product_sidemenu > ul > li.sidemenu-title > a {
	background: #999;
    color: #fff!important;
    text-align: center;
	font-size:1.25rem;
	padding:10px;
}
#product_sidemenu > ul > li.has-sub > a span {
    font-size: 1rem;
}
#product_sidemenu > ul > li.has-sub > a:hover,
#product_sidemenu > ul > li.has-sub.active > a,
#product_sidemenu > ul > li.active > a {
	color: #ffffff;
    background: #666;
}

#product_sidemenu ul ul {
    display: none;
    overflow: auto;
    margin: 0 0 20px 0;
}

#product_sidemenu ul ul li a {
	color:#333333;
	padding: 7px 10px 7px 25px;
    font-size: 1rem;
	text-align: left;
}
#product_sidemenu ul ul li a:before{
	content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#product_sidemenu ul ul li a:hover,
#product_sidemenu ul ul li.current a{
    color: #000000;
    font-weight: 600;
}
#product_sidemenu ul ul li:last-child {

}

#product_sidemenu ul ul a span {
	display: block;
    padding: 5px 30px;
    padding: 0;
    font-size: 0.9rem;
    text-transform: inherit;
}
#product_sidemenu ul ul a span.inline {
    display: inline-block;
}

#product_sidemenu ul ul a span div {
    font-size: 16px;
    float: right;
    padding-top: 7px;
}
.downloadBox{
    display: block;
    float: left;
    border-top: dashed 1px #ccc;
    padding-top: 10px;
}
.catalogue {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 15px; 
  list-style-type: none; 
  padding: 0;
}
.catalogue li a{
	display:block;
	position:relative;
	overflow:hidden;
	border: solid 1px #e7e7e7;
	box-shadow: 1px 1px 4px 0px rgba(184,184,184,0.75);
-webkit-box-shadow: 1px 1px 4px 0px rgba(184,184,184,0.75);
-moz-box-shadow: 1px 1px 4px 0px rgba(184,184,184,0.75);
}
.catalogue li a img.iconDownload{
	position:absolute;
	bottom:5px;
	right:5px;
	max-width:22px;
	border-radius:5px;
	border:solid 3px #000;
	opacity:1 !important;
}
.catalogue li a:hover img{
	opacity:0.8;
}

.sideContactBox{
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    color: #0065b3;
    padding: 10px;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
	background:#fff;
}
.sideContactBox img{
	margin:5px 0;
}
.sideContactBox a{
    display: block;
    padding: 10px !important;
    background: #7f7f7f;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
	background: #1fb25a;
    background: linear-gradient(90deg, rgb(0 101 179) 0%, rgb(31 178 90) 100%);
}
.sideContactBox a:hover{
	background:#666;
}
/* End Side Menu*/
.productDetail h2{
    font-size: 2rem;
    font-weight: 600;
    color: #333;
margin: 20px 0 0 0;
}
.productDetail .productName strong{
    font-weight: 400;
    padding: 2px 8px;
    background: #0065b3;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
}
.productDetail h3{
	font-size:1.5rem;
	font-weight:500;
	display: block;
    color: #fff;
    background: #0065b3;
    padding: 5px 15px;
    line-height: normal;
    border-bottom: double 5px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.productDetail h4{
    border-left: solid 5px;
    padding: 5px 15px;
    color: #0065b3;
    font-size: 1.25rem;
    font-weight: 600;
}

.appBox{
    background: #f7f7f7;
    margin: 0 0 20px 0 !important;
    border: dashed 1px #5d5d5da3;
}
.appBox h4{
	border-left: double 9px;
    padding: 7px 20px 7px 10px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    background: #666;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.appBox h5{
    border-left: solid 5px;
    padding: 5px 15px;
    color: #666;
    font-size: 1.25rem;
    font-weight: 600;
	margin:0 0 20px 0;
}
.subList{
	text-align:right;
}
.subList a{
	font-size: 0.8rem;
    background: #66869f;
    padding: 3px 8px;
    color: #fff;
    border-radius: 5px;
}
.subList a:hover{
	background:#376a93;
}
.subList a i{
	font-size: 0.6rem;
    margin-left: 5px;
}
.productDetail{
	padding:0 20px 0 0 ;
}
.productDetail .mainTitle h1{
	font-size:3.25rem;
	font-weight:600;
	background: #0065B3;
	background: repeating-linear-gradient(to right, #0065B3 0%, #1FB25A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.productDetail .mainTitle h1:before {
    background-color: #000000;
}
.productDetail .mainTitle h1:after {
    background-color: #000000;
}
.productDetail .mainTitle h1 span{
	font-size: 2.5rem;
    display: block;
}
.productDetail .mainTitle h1 span.inline {
    font-size: 2.5rem;
    display: inline-block;
}
.productDetail ul li{
	margin-bottom:7px;
}
.productDetail table, th, td{
    border: solid 1px #ccc !important;
}
.productDetail table th {
    background: #e7e7e7 !important;
    color: #000000 !important;
    border: solid 1px #ccc !important;
	font-weight:normal;
} 
.productDetail h5 {
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
}

.table-hover > tbody > tr:hover {
  background-color: transparent !important; 
  box-shadow: none !important; 
}
.table > thead > tr > th {
    vertical-align: middle !important;
	text-align:center !important;
	font-weight:600 !important;
}

/* F O R M */
.FormBOX{
	background: #f3faff;
    padding: 20px 50px;
    margin: 20px 0 50px 0;
}
.FormBOX textarea,
.FormBOX input[type="email"],
.FormBOX input[type="text"],
.FormBOX input[type="tel"] {
	background: #ffffff;
    border: 1px solid #a1c5e1;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 15px;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.FormBOX textarea:focus,
.FormBOX input[type="text"]:focus,
.FormBOX input[type="email"]:focus,
.FormBOX input[type="tel"]:focus {
	outline: 0;
	box-shadow: none;
	border-color:#f7a1a8;
}
.FormBOX select{
	width:100%;
	background:#fff;
    border: 1px solid #a1c5e1;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
    padding: 5px 25px 5px 15px;
    margin: 0 0 10px;
}
.FormBOX select:focus{
	outline:none;
}

.FormBOX h5{
	text-align:center;
	font-size:1.5rem;
	font-weight:500;
	color:#353535;
}
.FormBOX #submitBtn {
	background: #1fb25a;
    padding: 10px 30px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    font-size: 1.2rem;
    margin-top: 10px;
}
.FormBOX a{
	color:#000;
	text-decoration:underline;
}
.FormBOX .success{
	background: #cc2229;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
.FormBOX .form-check label{
	font-weight:normal;
}
.contact_box{
	margin:20px 0;
}
.contact_box ul{
	list-style:none;
	padding:0;
	margin:0;
}
.contact_form li{
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.contact_form li.two_column{
	float:left;
	width:50%;
}
.contact_form li.left{
	padding:0 20px 0 0;
}
.contact_form li span.topic{
	margin: 0 0 5px 0;
    float: left;
}
.success{
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background: #1fb25a;
    color: #fff;
    font-size: 1.5rem;
}
#submitBtn{
    background:#ff5722;
    border: none;
    padding: 5px 20px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}
#recaptcha div{
	margin:10px auto;
}
.txtcenter{
	text-align:center;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}
#recaptcha{
	margin:30px 0;
}
.form-check{
	margin:30px 0 0 0
} 

#notFound{
	padding:50px;
	min-height:600px;
}
#notFound .searchROW{
	padding:40px 0 0 0;
}
#notFound .searchROW .contentBox{
	position: relative;
    margin-bottom: 30px;
}
#notFound .searchROW .contentBox a{
    border-bottom: solid 3px #ffffff;
    padding: 0 0 20px 0;
	display:block;
}
#notFound .searchROW .contentBox a:hover{
    border-bottom: solid 3px #000;
}
#notFound .searchROW .contentBox a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#notFound .searchROW .contentBox a .thumb img{
	transition: transform .2s;
}
#notFound .searchROW .contentBox a:hover .thumb img{
	transform: scale(1.05);
}
#notFound .searchROW .contentBox a .info{
    width: 100%;
	padding: 10px 0 ;
}

#notFound .searchROW .contentBox a .info .content_date{
	padding:5px 0 0 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #000;
	opacity:0.6;
}
#notFound .searchROW .contentBox a .info .content_name{
	font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    padding: 10px 0;
    transition: transform .2s;
}
#notFound .searchROW .contentBox a:hover .info .content_name{
	opacity:1;
	transition: transform .2s;
}
#notFound .searchROW .contentBox a .info .readMore{
    display: inline-block;
    padding: 5px 15px;
    background: #1fb25a;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#notFound .searchROW .contentBox a:hover .info .readMore{
	background:#000;
}
#pageContact{
	padding:50px;
}


#intro{
	
}
#intro ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 1px;
    background-color: #000;
}
#intro ul li {
    height: 100%; 
    background-color: #000;
    color: white;
    padding: 50px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#intro ul li a{
	display:block;
	width:100%;
}
#intro ul li a .overlay{
	background:#000;
    width: 100vw;
    height: 100vh;
	opacity:0.5;
	position: absolute;
    top: 0;
    left: 0;
}
#intro ul li a:hover .overlay{
	opacity:0;
}
#intro ul li a span{
	background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
	display:block;
}
#intro ul li a p{
    position: absolute;
    color: #fff;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    padding: 5px 20px;
    background: #0065b3;
    border-radius: 5px;
    display: none;
}
#intro ul li a:hover p{
	display:inline-block;
}
#intro ul li:nth-child(1){
	background-image: url(assets/images/bgTOAGOSEI.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 100% auto;
	position:relative;
}
#intro ul li:nth-child(2){
	background-image: url(assets/images/bgARONALPHA.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 100% auto;
	position:relative;
}
#intro ul li:nth-child(2) a span{
	background:#000;
}
#intro ul li:nth-child(3){
	background-image: url(assets/images/bgARONKASEI.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 100% auto;
	position:relative;
}


@media screen and (max-width: 1400px){
	.slideText h3 {
		font-size: 2.5rem;
	}
	#homeProduct .text {
		padding: 20px;
		font-size:1rem;
	}
	#homeProduct .text ul li {
		margin: 5px 0;
		font-size:0.8rem;
	}
	.aboutBox {
		padding: 20px;
		font-size: 0.9rem;
	}
	#homeProduct .title {
		font-size: 2rem;
		bottom:10px;
	}
	#homeStaff {
		background-size: auto;
	}
	.contactUS .contactBox {
		padding: 30px;
		margin: 15px -100px 0 0;
	}
}

@media screen and (max-width: 1024px){
	.slideText h3 {
		font-size: 1.75rem;
	}
	#homeAbout {
		padding: 50px 0;
	}
	#homeWHY{
		padding: 100px 30px 50px 30px;
	}
	#homeProduct{
	    padding: 30px 30px 50px 30px;
	}
	#homeProduct .subCatBox {
		background: #fff;
		padding: 15px;
	}
	#homeBlog {
		padding: 30px 30px 50px 30px;
	}
	#homeStaff {
		padding: 30px 100px 50px 30px;
	}
	#homeNews {
		padding: 0 30px 50px 30px;
	}
	.newsBox .item a .info .content_name{
		font-size:1rem;
	}
	.contactUS .contactBox {
        padding: 30px 10px;
        margin: 30px -100px 0 0;
    }
}
/* TAB */
@media (min-width: 768px) {
    .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #ffffff !important;
    }
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #ffffff !important;
}




@media only screen and (max-width: 767px) {
	
	#intro ul {
		display: grid;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100vw;
		height: 100vh;
		grid-template-columns: 1fr;
		grid-gap: 1px;
	}
	.topsearchbox-open{
		width: 50%;
	}
	#logo a img{
		max-height:40px;
	}
	.navbar-header{
		padding:0 10px;
	}
	.slideText {
		top: 0%;
		left: 7%;
		transform: translate(-7%, 0%);
		width: 100%;
		padding: 20px;
	}
	.slideText h3 {
		font-size: 1.5rem;
	}
	#homeAbout {
		padding: 20px 0;
	}
	.homeTitle h2 {
		font-size: 2rem;
	}
	.aboutBox {
		padding: 20px;
	}
	#homeProduct {
        padding: 20px 20px 50px 20px;
    }
	#homeProduct .container-fluid {
		padding: 0;
	}
	#homeWHY{
		padding: 20px;
	}
	.homeTitleWHY {
		width: 120px;
		height: 120px;
		margin: -50px 0 20px 0px;
	}
	.homeTitleWHY h2{
		font-size: 1.25rem;
	}
	.homeTitleWHY h2 span {
		font-size: 2rem;
	}
	#homeWHY ul {
		display: block;
	}
	#homeWHY ul li {
		margin-bottom: 20px;
		padding: 0;
	}
	#homeBlog {
		padding: 20px;
	}
	#homeStaff{
		padding: 20px;
		background-color: #f2f7fb;
	}
	#homeNews {
		padding: 20px;
	}
	#homeContact {
		padding: 35px 20px;
	}
	.contactUS{
		margin:0;
	}
	.contactUS .contactBox {
		padding:30px 20px 20px 20px;
		font-size: 1.25rem;
		margin:0;
	}
	.contactUS .contactBox h2 {
		font-size: 2rem;
	}
	#pageContent {
		padding: 20px 10px;
	}
	.mainTitle h1 {
		font-size: 2.5rem;
		font-weight: 500;
	}
	#pageProduct {
		padding: 20px 10px;
	}
	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}
	.subCatBox h3 {
		margin: 20px 0 10px 0;
	}
	.subCatBox ul {
        margin-top: 0px;
		display:block;
    }
	.subCatBox ul li {
        width: 100%;
        margin: 0 0 7px 0;
    }
	.productDetail {
		padding: 0 0 0 0;
	}
	.productDetail .mainTitle h1 {
		font-size: 2.5rem;
	}
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		background-color: #ffffff !important;
	}
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
		border-color: #afdaf9 !important;
		background-color: #d7eeff !important;
	}
	.vc_tta.vc_general .vc_tta-panel-title {
		margin: 0;
		line-height: 1;
		padding: 0px !important;
		font-weight: 400;
	}
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
		color: #0065b3 !important;
		font-weight: 300 !important;
	}
	.table {
		font-size: 0.5rem !important;
	}
	.hilightBox ul,
	.hilightBox ol{
		padding-left:20px !important;
	}
	#homeProduct .text {
		font-size: 1rem;
		padding: 15px;
	}
	#homeProduct .overlay {
		background-color: #0065b3;
		z-index: 999;
	}
	#homeProduct .text ul li {
		margin: 7px 0;
	}
	#pageNewsEvents {
		padding: 30px 10px;
	}
	#pageBlog {
		padding: 30px 10px;
	}
	#pageContact{
		padding: 30px 10px;
	}
	.FormBOX {
		padding: 15px;
	}
	.contact_form li.left {
		padding: 0;
	}
	.contact_form li.two_column {
		width: 100%;
	}
	.owl-carousel .owl-controls {
		display:none;
	}
	.copyright {
		letter-spacing: normal;
		font-size: 0.6rem;
		padding: 0px 40px;
	}
}


@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #fdfdfd !important;
        padding: 20px 0 !important;
        border-left: solid 10px #0065b3;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		padding: 0 !important;
		border-left: none !important; 
		border-bottom: solid 1px #ccc !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close{
		display:none !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		height: auto !important;
        display: block !important;
        line-height: normal !important;
        padding: 10px 20px !important;
        font-size: 1.75rem !important;
        font-weight: 300 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:hover {
		border-radius: 0px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
		width: 35px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 35px !important;
		height: 4px !important;
		background-color: #ffffff !important;
	}
	
	
}
