<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;600&amp;family=Poppins:wght@200;400;600&amp;display=swap');

/* =Global
----------------------------------------------- */

html {
	margin:0;
	font-size: 100%;
}

body {
    color: #333333;
    background-color: #ffffff;
    word-wrap: break-word;
    font-family: 'Poppins','Noto Sans Thai', sans-serif;
    line-height: 1.5;
    font-size: 1rem;
}
body,
html {
	height: 100%;
}
.container-fluid{
	max-width:1920px;
	margin:0 auto;
}
img{
	max-width:100%;
}
a {
    color: #cc2229;
    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: #cc2229;
    font-weight: 700;
    font-family: 'Poppins','Noto Sans Thai', 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: #cc2229;
}

.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 &gt; 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: #cc2229;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}

.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #cc2229;
    -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: #cc2229;
    border: 1px solid #cc2229;
    color: #fff;
}

.pagination-chevron-left,
.pagination-chevron-right {
    font-size: 12px;
}

.pagination li a {
    color: #cc2229;
}

.pagination li:hover a,
.pagination li:focus-within a {
    color: #cc2229;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    color: #FFF;
    background-color: #cc2229;
    border-color: #cc2229;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; 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: #cc2229;
    background: #fbd6d6;
    padding: 7px;
    font-size: 1.25rem;
    border-radius: 5px;
}
#secondary .widget &gt; 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: #cc2229;
}

.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 &gt; span {
    display: block;
}

#secondary .widget .post-content a {
    color: #cc2229;
}

#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: #cc2229;
    border-color: #cc2229;
}

/* =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: #cc2229;
    border-color: #cc2229;
    -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 &gt; .btn {
    margin-left: 0;
}

button, .button {
    background-color: #cc2229;
    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;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-handle span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 20px;
    background: transparent;
    border: 1px solid #DADADA;
    background: #fff;
    color: #cc2229;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#infinite-handle span:hover,
#infinite-handle span:focus-within {
    background-color: #cc2229;
    color: #fff;
}

/* =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: #cc2229;
    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;
}

.more-link {
    float: right;
    margin: 10px 0;
}

.single .nav-links {
    margin-top: 30px;
}

.nav &gt; li &gt; a {
    text-transform: uppercase;
}

.navbar.navbar-default {
    background-color:transparent;
    font-family: 'Poppins','Noto Sans Thai', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
	padding-right:100px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #F5F7FA;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar &gt; .container .navbar-brand {
    color: #DADADA;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Poppins','Noto Sans Thai', sans-serif;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; .caret,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li:hover &gt; a,
.navbar-default .navbar-nav &gt; li:focus-within &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    color: #cc2229;
    background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu &gt; li:hover,
.navbar-default .navbar-nav .dropdown-menu &gt; li:focus-within {
    color: #fff;
    /*background-color: transparent;*/
    background-color: #cc2229;
}

.dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li:hover &gt; a,
.dropdown-menu &gt; li:focus-within &gt; a,
.dropdown-menu &gt; li:hover &gt; .caret,
.dropdown-menu &gt; li:focus-within &gt; .caret {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu &gt; li &gt; .caret {
    color: #636467;
}

.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:hover &gt; ul.dropdown-menu {
    display: none;
}

.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li.open &gt; ul.dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:hover &gt; a,
.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:focus-within &gt; a {
    color: #777;
}

.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:hover &gt; a,
.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:focus-within &gt; a,
.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:hover &gt; .caret,
.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li:focus-within &gt; .caret {
    color: #fff;
}

.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li.open &gt; a,
.navbar-default .navbar-nav.uniball_asean-mobile-menu &gt; li.open &gt; .caret {
    color: #cc2229;
}

.dropdown-menu {
    font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #cc2229;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; 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 &gt; li &gt; a {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        z-index:99999;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        display: inline-block;
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .dropdown-menu &gt; li.active &gt; .caret,
    .navbar-default .navbar-nav .dropdown-menu &gt; li.open &gt; a {
        color: #da4453;
    }

	.navbar-default .navbar-nav &gt; li:hover &gt; a,
	.navbar-default .navbar-nav &gt; li:focus-within &gt; a,
	.navbar-default .navbar-nav &gt; li:hover &gt; .caret,
	.navbar-default .navbar-nav &gt; li:focus-within &gt; .caret,
    .dropdown-menu &gt; li &gt; .caret {
        color: #fff;
    }

    .navbar-default .navbar-nav li.open &gt; a,
    .navbar-default .navbar-nav li.open &gt; .caret {
        color: #cc2229;
    }

    .site-navigation-inner .dropdown-menu &gt; .active,
    .navbar-default .navbar-nav .dropdown-menu &gt; li:hover,
    .navbar-default .navbar-nav .dropdown-menu &gt; li:focus-within {
        background-color: transparent;
    }

    .dropdown-menu &gt; li.dropdown.open {
        padding-bottom: 0;
    }

    .navbar-nav &gt; li &gt; .caret {
        float:right;
        position: relative;
        top:18px;
        height:10px;
        width:10px;
    }
}

@media (min-width: 1024px) {
	ul.nav li.dropdown:hover &gt; ul.dropdown-menu,
	ul.nav li.dropdown:focus-within &gt; ul.dropdown-menu {
        display: block;
    }
}

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}

.dropdown-menu &gt; li &gt; a {
    color: #636467;
    padding: 0;
}

.dropdown-menu &gt; li {
    padding: 10px 15px;
}

.dropdown-menu,
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
    border: none;
}

.dropdown-menu &gt; .active {
    background-color: #cc2229;
    color: #fff;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:focus,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; .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 &gt; li &gt; .dropdown-menu {
    padding: 0;
}

.navbar-nav &gt; li {
    padding: 15px;
    color: #F5F7FA;
}

.navbar-nav &gt; li &gt; a {
    padding: 0;
    display: inline-block;
}

.navbar-nav &gt; li &gt; .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 &gt; li:hover &gt; .caret {
    color: #cc2229;
}

.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 &gt; .container .navbar-brand {
        margin: 0;
    }

    .navbar-default .navbar-nav &gt; li &gt; 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: #cc2229;
    border-color: #cc2229;
    color: #FFF;
    text-decoration: none;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus-within,
.pagination &gt; li &gt; span:hover {
    color: #cc2229;
}

.nav-links {
    text-align: center;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}

#respond &gt; p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}

p.logged-in-as {
    padding-bottom: 0px;
}

.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    padding-left: 100px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-bottom: 1px solid #DADADA;
    border-radius: 4px;
}

.comment-list .children {
    margin-left: 0px !important;
    padding-left: 40px;
    border-left: 1px solid #DADADA;
    background-repeat: no-repeat;
    background-position: left 20px;
}

.comment-list li.comment &gt; div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.comment-author.vcard {
    font-size: 12px;
}

.vcard .avatar {
    position: absolute;
    left: 20px;
    top: 29px;
    border-radius: 2px;
}

.comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

.comment-reply-link {
    float: right;
}

.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-respond .required {
    color: #C7254E;
}

#submit {
    font-size: 12px;
}

.comment-navigation,
.single .nav-links {
    overflow: hidden;
    margin-top: 30px;
}

.comment-reply-title {
    font-size: 14px;
}

.comment-reply-link {
    background: #C1C0C0;
    border: #C1C0C0;
    font-size: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .post-inner-content {
        padding: 20px 25px;
    }

    .comment-list .children {
        padding-left: 10px;
    }
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a {
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block;
}

#image-navigation .nav-previous a:hover,
#image-navigation .nav-previous a:focus,
#image-navigation .nav-next a:hover,
#image-navigation .nav-next a:focus {
    background-color: #cc2229;
    color: #fff;
}

#image-navigation .nav-previous,
#image-navigation .nav-next {
    margin: 10px 0;
}

#image-navigation .nav-previous a {
    float: left;
}

#image-navigation .nav-next a {
    float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
    margin: 0;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption,
.gallery-item:focus-within .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* =Footer
----------------------------------------------- */
#footer-area {
    background-color: #ed1c24;
	color:#fff;
}
#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;
    color: #ffffffab;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 0.9rem;
}

#colophon {
    background-color: #1F1F1F;
    padding: 10px 0;
    border-top: 1px solid #3A3A3A;
}

.site-info a {
    color: #777;
}

.site-info a:hover,
.site-info a:focus {
    color: #999;
}

#footer-area a:focus,
#footer-area a:hover {
    color: #fff;
    background: transparent;
}

.footer-logo a img{
	max-width:130px;
	margin-bottom:20px;
}

.site-info {
    color: #999;
    font-size: 12px;
}

.footer-nav.nav &gt; li &gt; a:hover,
.footer-nav.nav &gt; li &gt; a:focus {
    background-color: transparent;
}

.scroll-to-top {
    background: #363636;
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    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: #cc2229;
    opacity: .8;
}

.footer-widget-area .widget {

}

.footer-widget-area .widget_calendar table,
.footer-widget-area .widget ul,
.footer-widget-area .widget ul &gt; li:last-child,
.footer-widget-area .popular-posts-wrapper .post:last-child {
    margin-bottom: 0;
}

.site-info .nav ul,
.site-info .nav li,
.site-info .nav &gt; li &gt; a {
    display: inline-block;
}

.site-info .nav a {
    padding: 10px 15px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .site-info, .copyright {
        text-align: center;
    }

    .footer-nav.nav, .copyright {
        float: none;
    }
}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
    color: #fff;
}

.social-icons, #menu-social {
    position: relative;
    text-align: center;
}

.uniball_asean-social #menu-social {
    text-align: left;
}

#secondary .widget .social-icons {
    text-align: left;
}

.social-icons a {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#menu-social li {
    border: none;
    display: inline-block;
    margin: 0;
}

.social-icons li a {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#footer-area .social-icons a {
    margin-right: 7px;
    background-color: #363636;
    color: #fff;
}

#footer-area .social-icons li a {
    background-color: #363636;
    color: #fff;
    margin-right: 7px;
}

#menu-social li a span {
    display: none;
}

#menu-social li a[href*="facebook.com"]:hover,
#menu-social li a[href*="facebook.com"]:focus {
    background-color: #4265b9 !important;
}

#menu-social li a[href*="docker.com"]:hover,
#menu-social li a[href*="docker.com"]:focus {
    background-color: #0D397F !important;
}

#menu-social li a[href*="academia.edu"]:hover,
#menu-social li a[href*="academia.edu"]:focus {
    background-color: #FFF !important;
    color: #000 !important;
}

#menu-social li a[href*="youracclaim.com"]:hover,
#menu-social li a[href*="youracclaim.com"]:focus {
    background-color: #2B6C97 !important;
}

#menu-social li a[href*="youracclaim.com"]:hover,
#menu-social li a[href*="youracclaim.com"]:focus {
    background-color: #2B6C97 !important;
}

#menu-social li a[href*="acm.org"]:hover,
#menu-social li a[href*="acm.org"]:focus {
    background-color: #42A6D5 !important;
}

#menu-social li a[href*="dl.acm.org"]:hover,
#menu-social li a[href*="dl.acm.org"]:focus {
    background-color: #AEC85C !important;
}

#menu-social li a[href*="arxiv.org"]:hover,
#menu-social li a[href*="arxiv.org"]:focus {
    background-color: #68645B !important;
}

#menu-social li a[href*="biorxiv.org"]:hover,
#menu-social li a[href*="biorxiv.org"]:focus {
    background-color: #B92B3D !important;
}

#menu-social li a[href*="ceur-ws.org"]:hover,
#menu-social li a[href*="ceur-ws.org"]:focus {
    background-color: #F5F4EF !important;
}

#menu-social li a[href*="coursera.org"]:hover,
#menu-social li a[href*="coursera.org"]:focus {
    background-color: #508DD6 !important;
}

#menu-social li a[href*="dataverse.org"]:hover,
#menu-social li a[href*="dataverse.org"]:focus {
    background-color: #C25B37 !important;
}

#menu-social li a[href*="dblp.uni-trier.de"]:hover,
#menu-social li a[href*="dblp.uni-trier.de"]:focus {
    background-color: #12539B !important;
}

#menu-social li a[href*="depsy.org"]:hover,
#menu-social li a[href*="depsy.org"]:focus {
    background-color: #2BB0E9 !important;
}

#menu-social li a[href*="doi.org"]:hover,
#menu-social li a[href*="doi.org"]:focus {
    background-color: #F8B248 !important;
}

#menu-social li a[href*="datadryad.org"]:hover,
#menu-social li a[href*="datadryad.org"]:focus {
    background-color: #44822C !important;
}

#menu-social li a[href*="figshare.com"]:hover,
#menu-social li a[href*="figshare.com"]:focus {
    background-color: #556470 !important;
}

#menu-social li a[href*="scholar.google"]:hover,
#menu-social li a[href*="scholar.google"]:focus {
    background-color: #4A8BEE !important;
}

#menu-social li a[href*="ideas.repec.org"]:hover,
#menu-social li a[href*="ideas.repec.org"]:focus {
    background-color: #F61729 !important;
}

#menu-social li a[href*="ieee.org"]:hover,
#menu-social li a[href*="ieee.org"]:focus {
    background-color: #166895 !important;
}

#menu-social li a[href*="impactstory.org"]:hover,
#menu-social li a[href*="impactstory.org"]:focus {
    background-color: #F9362A !important;
}

#menu-social li a[href*="inspirehep.net"]:hover,
#menu-social li a[href*="inspirehep.net"]:focus {
    background-color: #6B9CC8 !important;
}

#menu-social li a[href*="lattes.cnpq.brt"]:hover,
#menu-social li a[href*="lattes.cnpq.brt"]:focus {
    background-color: #135C95 !important;
}

#menu-social li a[href*="mathoverflow.net"]:hover,
#menu-social li a[href*="mathoverflow.net"]:focus {
    background-color: #DE8341 !important;
}

#menu-social li a[href*="mendeley.com"]:hover,
#menu-social li a[href*="mendeley.com"]:focus {
    background-color: #FFF !important;
    color: #000 !important;
}

#menu-social li a[href*="openaccessweek.org"]:hover,
#menu-social li a[href*="openaccessweek.org"]:focus {
    background-color: #F17E3C !important;
}

#menu-social li a[href*="orcid.org"]:hover,
#menu-social li a[href*="orcid.org"]:focus {
    background-color: #A8CA50 !important;
}

#menu-social li a[href*="osf.io"]:hover,
#menu-social li a[href*="osf.io"]:focus {
    background-color: #3FBAEB !important;
}

#menu-social li a[href*="overleaf.com"]:hover,
#menu-social li a[href*="overleaf.com"]:focus {
    background-color: #4D8F4A !important;
}

#menu-social li a[href*="philpapers.org"]:hover,
#menu-social li a[href*="philpapers.org"]:focus {
    background-color: #1650A3 !important;
}

#menu-social li a[href*="piazza.com"]:hover,
#menu-social li a[href*="piazza.com"]:focus {
    background-color: #407DA8 !important;
}

#menu-social li a[href*="publons.com"]:hover,
#menu-social li a[href*="publons.com"]:focus {
    background-color: #386895 !important;
}

#menu-social li a[href*="ncbi.nlm.nih.gov"]:hover,
#menu-social li a[href*="ncbi.nlm.nih.gov"]:focus {
    background-color: #D5D5D5 !important;
}

#menu-social li a[href*="researchgate.net"]:hover,
#menu-social li a[href*="researchgate.net"]:focus {
    background-color: #30CABB !important;
}

#menu-social li a[href*="researcherid.com"]:hover,
#menu-social li a[href*="researcherid.com"]:focus {
    background-color: #EA7B32 !important;
}

#menu-social li a[href*="scirate.com"]:hover,
#menu-social li a[href*="scirate.com"]:focus {
    background-color: #3299F3 !important;
}

#menu-social li a[href*="semanticscholar.org"]:hover,
#menu-social li a[href*="semanticscholar.org"]:focus {
    background-color: #FBD669 !important;
}

#menu-social li a[href*="springer.com"]:hover,
#menu-social li a[href*="springer.com"]:focus {
    background-color: #EA7D33 !important;
}

#menu-social li a[href*="zotero.org"]:hover,
#menu-social li a[href*="zotero.org"]:focus {
    background-color: #C82E3E !important;
}

#menu-social li a[href*="twitter.com"]:hover,
#menu-social li a[href*="twitter.com"]:focus {
    background-color: #55ACEE !important;
}

#menu-social li a[href*="dribbble.com"]:hover,
#menu-social li a[href*="dribbble.com"]:focus {
    background-color: #ea4c89 !important;
}

#menu-social li a[href*="flickr.com"]:hover,
#menu-social li a[href*="flickr.com"]:focus {
    background-color: #ff0084 !important;
}

#menu-social li a[href*="plus.google.com"]:hover,
#menu-social li a[href*="plus.google.com"]:focus {
    background-color: #d62408 !important;
}

#menu-social li a[href*="skype.com"]:hover,
#menu-social li a[href*="skype.com"]:focus {
    background-color: #0bbff2 !important;
}

#menu-social li a[href*="pinterest.com"]:hover,
#menu-social li a[href*="pinterest.com"]:focus {
    background-color: #c31e26 !important;
}

#menu-social li a[href*="linkedin.com"]:hover,
#menu-social li a[href*="linkedin.com"]:focus {
    background-color: #005987 !important;
}

#menu-social li a[href*="slideshare.net"]:hover,
#menu-social li a[href*="slideshare.net"]:focus {
    background-color: #005987 !important;
}

#menu-social li a[href*="vimeo.com"]:hover,
#menu-social li a[href*="vimeo.com"]:focus {
    background-color: #1bb6ec !important;
}

#menu-social li a[href*="tumblr.com"]:hover,
#menu-social li a[href*="tumblr.com"]:focus {
    background-color: #35506b !important;
}

#menu-social li a[href*="youtube.com"]:hover,
#menu-social li a[href*="youtube.com"]:focus {
    background-color: #df3333 !important;
}

#menu-social li a[href*="instagram.com"]:hover,
#menu-social li a[href*="instagram.com"]:focus {
    background-color: #F95B60 !important;
}

#menu-social li a[href*="/feed"]:hover,
#menu-social li a[href*="/feed"]:focus {
    background-color: #f39c12 !important;
}

#menu-social li a[href*="foursquare.com"]:hover,
#menu-social li a[href*="foursquare.com"]:focus {
    background-color: #2398C9 !important;
}

#menu-social li a[href*="soundcloud.com"]:hover,
#menu-social li a[href*="soundcloud.com"]:focus {
    background-color: #F50 !important;
}

#menu-social li a[href*="github.com"]:hover,
#menu-social li a[href*="github.com"]:focus {
    background-color: #4183C4 !important;
}

#menu-social li a[href*="gitlab.com"]:hover,
#menu-social li a[href*="gitlab.com"]:focus {
    background-color: #fc9403 !important;
}

#menu-social li a[href*="stackoverflow.com"]:hover,
#menu-social li a[href*="stackoverflow.com"]:focus {
    background-color: #F48024 !important;
}

#menu-social li a[href*="xing.com"]:hover,
#menu-social li a[href*="xing.com"]:focus {
    background-color: #006567 !important;
}

#menu-social li a[href*="spotify.com"]:hover,
#menu-social li a[href*="spotify.com"]:focus {
    background-color: #81b71a !important;
}

#menu-social li a[href*="mailto"]:hover,
#menu-social li a[href*="mailto"]:focus {
    background-color: #cc2229 !important;
}

#menu-social li a[href*="t.me"]:hover,
#menu-social li a[href*="t.me"]:focus,
#menu-social li a[href*="telegram.me"]:hover,
#menu-social li a[href*="telegram.me"]:focus {
    background-color: #0088cc !important;
}

#menu-social li, #menu-social ul {
    border: 0 !important;
    list-style: none;
    padding-left: 0;
}

#menu-social li a[href*="twitter.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f099"
}

#menu-social li a[href*="xing.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f168"
}

#menu-social li a[href*="facebook.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f39e";
    font-weight: 900;
}

#menu-social li a[href*="github.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f09b"
}

#menu-social li a[href*="gitlab.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f296"
}

#menu-social li a[href*="stackoverflow.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f16c"
}

#menu-social li a[href*="/feed"]:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f09e";
    font-weight: 900;
}

#menu-social li a[href*="dribbble.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f17d"
}

#menu-social li a[href*="skype.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f17e"
}

#menu-social li a[href*="foursquare.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f180"
}

#menu-social li a[href*="spotify.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f1bc"
}

#menu-social li a[href*="soundcloud.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f1be"
}

#menu-social li a[href*="vimeo.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f194"
}

#menu-social li a[href*="youtube.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f167"
}

#menu-social li a[href*="instagram.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f16d"
}

#menu-social li a[href*="flickr.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f16e"
}

#menu-social li a[href*="tumblr.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f173"
}

#menu-social li a[href*="pinterest.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f0d2"
}

#menu-social li a[href*="plus.google.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f0d5"
}

#menu-social li a[href*="linkedin.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f0e1"
}

#menu-social li a[href*="slideshare.net"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f1e7"
}

#menu-social li a[href*="mailto"]:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0e0"
}

#menu-social li a[href*="t.me"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f2c6"
}

#menu-social li a[href*="telegram.me"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f2c6"
}

#menu-social li a[href*="docker.com"]:before {
    font-family: 'Font Awesome\ 5 Brands';
    content: "\f395"
}

/* Academicons - @since 2.4.0 */
#menu-social li a[href*="academia.edu"]:before {
    font-family: 'Academicons';
    content: "\e9af";
}

#menu-social li a[href*="youracclaim.com"]:before {
    font-family: 'Academicons';
    content: "\e92e";
}

#menu-social li a[href*="acm.org"]:before {
    font-family: 'Academicons';
    content: "\e93c";
}

#menu-social li a[href*="dl.acm.org"]:before {
    font-family: 'Academicons';
    content: "\e96a";
}

#menu-social li a[href*="arxiv.org"]:before {
    font-family: 'Academicons';
    content: "\e974";
}

#menu-social li a[href*="biorxiv.org"]:before {
    font-family: 'Academicons';
    content: "\e9a2";
}

#menu-social li a[href*="ceur-ws.org"]:before {
    font-family: 'Academicons';
    content: "\e96d";
}

#menu-social li a[href*="coursera.org"]:before {
    font-family: 'Academicons';
    content: "\e95f";
}

#menu-social li a[href*="dataverse.org"]:before {
    font-family: 'Academicons';
    content: "\e9f7";
}

#menu-social li a[href*="dblp.uni-trier.de"]:before {
    font-family: 'Academicons';
    content: "\e94f";
}

#menu-social li a[href*="depsy.org"]:before {
    font-family: 'Academicons';
    content: "\e97a";
}

#menu-social li a[href*="doi.org"]:before {
    font-family: 'Academicons';
    content: "\e97e";
}

#menu-social li a[href*="datadryad.org"]:before {
    font-family: 'Academicons';
    content: "\e97c";
}

#menu-social li a[href*="figshare.com"]:before {
    font-family: 'Academicons';
    content: "\e981";
}

#menu-social li a[href*="scholar.google"]:before {
    font-family: 'Academicons';
    content: "\e9d4";
}

#menu-social li a[href*="ideas.repec.org"]:before {
    font-family: 'Academicons';
    content: "\e9ed";
}

#menu-social li a[href*="ieee.org"]:before {
    font-family: 'Academicons';
    content: "\e929";
}

#menu-social li a[href*="impactstory.org"]:before {
    font-family: 'Academicons';
    content: "\e9cf";
}

#menu-social li a[href*="inspirehep.net"]:before {
    font-family: 'Academicons';
    content: "\e9e9";
}

#menu-social li a[href*="lattes.cnpq.brt"]:before {
    font-family: 'Academicons';
    content: "\e9b3";
}

#menu-social li a[href*="mathoverflow.net"]:before {
    font-family: 'Academicons';
    content: "\e9f6";
}

#menu-social li a[href*="mendeley.com"]:before {
    font-family: 'Academicons';
    content: "\e9f0";
}

#menu-social li a[href*="openaccessweek.org"]:before {
    font-family: 'Academicons';
    content: "\e939";
}

#menu-social li a[href*="orcid.org"]:before {
    font-family: 'Academicons';
    content: "\e9d9";
}

#menu-social li a[href*="osf.io"]:before {
    font-family: 'Academicons';
    content: "\e9ef";
}

#menu-social li a[href*="overleaf.com"]:before {
    font-family: 'Academicons';
    content: "\e914";
}

#menu-social li a[href*="philpapers.org"]:before {
    font-family: 'Academicons';
    content: "\e98a";
}

#menu-social li a[href*="piazza.com"]:before {
    font-family: 'Academicons';
    content: "\e99a";
}

#menu-social li a[href*="publons.com"]:before {
    font-family: 'Academicons';
    content: "\e937";
}

#menu-social li a[href*="ncbi.nlm.nih.gov"]:before {
    font-family: 'Academicons';
    content: "\e99f";
}

#menu-social li a[href*="researchgate.net"]:before {
    font-family: 'Academicons';
    content: "\e95e";
}

#menu-social li a[href*="researcherid.com"]:before {
    font-family: 'Academicons';
    content: "\e91a";
}

#menu-social li a[href*="scirate.com"]:before {
    font-family: 'Academicons';
    content: "\e98e";
}

#menu-social li a[href*="semanticscholar.org"]:before {
    font-family: 'Academicons';
    content: "\e96e";
}

#menu-social li a[href*="springer.com"]:before {
    font-family: 'Academicons';
    content: "\e928";
}

#menu-social li a[href*="zotero.org"]:before {
    font-family: 'Academicons';
    content: "\e962";
}

@media (max-width: 992px) {
    .site-branding {
        text-align: center;
    }

    .side-pull-left .main-content-inner, .side-pull-right .main-content-inner {
        float: none;
    }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
    padding: 30px 0px;
    background: #FFF;
    border-bottom: 1px solid #DADADA;
    text-align: center;
}

.cfa-text {
    font-size: 22px;
    color: #cc2229;
    display: block;
    padding-top: 10px;
}

.cfa-button {
    background-color: transparent;
    color: #cc2229;
    padding: 15px 30px;
    border-color: #cc2229;
}

.cfa-button a {
    color: #cc2229;
}

.cfa-button:hover,
.cfa-button:focus {
    background-color: #cc2229;
    color: #fff;
}

@media (max-width: 767px) {
    .cfa {
        padding: 0 0 20px;
    }

    .cfa-button {
        padding: 10px 16px;
        margin-top: 10px;
    }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
    display: none;
}

.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
    display: block;
}

/* Video Post */
.blog-item-wrap .entry-video &gt; iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}

/* Flex Slider */
.flexslider .flex-control-nav {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

/*=== ADD CSS ===*/
.clearpd{
	padding:0px;
}
header{
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
}
#masthead.active{
	background:#fff;
    border-bottom: 1px solid #e5e5e5;
}
.active_bg{
	background:#fff;
}
#logo{
	position:absolute;
	z-index:999;
}

#logo a img{
	max-width:180px;
}
#logo span{
	color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

header.active #logo span{
	color: #000;
	
}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}


#homeSlide {
    position: relative;
    overflow: hidden;
}

.top_slide .scroll_down{opacity:0;}
#page .top_slide .scroll_down{opacity:1; transition:2s 1.6s;z-index:99; } 

.top_slide .scroll_down{position: absolute;bottom: 0;left: 50%;transform: translateX(-51%);font-family: 'Poppins','Noto Sans Thai', sans-serif;;font-size: 0.8rem;color: #fff;text-align: center;font-weight: 500;}
.top_slide .scroll_down .line{width: 1px; height: 50px;margin: 14px auto 0; background: rgba(255,255,255,0.5); display: block;}
.top_slide .scroll_down .line:after{display:block;content:"";position: relative;top: 0;left: 0;width: 1px;height: 100%;background: #fff;animation: lineActiveAnimation 1.9s cubic-bezier(0.445,0.05,0.55,0.95) infinite;}


.mainBanner .scroll_down{opacity:0;}
#page .mainBanner .scroll_down{opacity:1; transition:2s 1.6s;z-index:9; } 

.mainBanner .scroll_down{position: absolute;bottom: 0;left: 50%;transform: translateX(-51%);font-family: 'Poppins','Noto Sans Thai', sans-serif;;font-size: 0.8rem;color: #fff;text-align: center;font-weight: 500;}
.mainBanner .scroll_down .line{width: 1px; height: 50px;margin: 14px auto 0; background: rgba(255,255,255,0.5); display: block;}
.mainBanner .scroll_down .line:after{display:block;content:"";position: relative;top: 0;left: 0;width: 1px;height: 100%;background: #fff;animation: lineActiveAnimation 1.9s cubic-bezier(0.445,0.05,0.55,0.95) infinite;}


@keyframes lineActiveAnimation {
	0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center top;transform-origin:center bottom}
	49%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;transform-origin:center bottom}
	50%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center top}
	99%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center top}
	100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center top}
}

/*-- MEGA MENU --*/

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:#fff !important;
}
header.active #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
header.active #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
header.active #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:#000 !important;
}

#mega-menu-wrap-primary{
	position: fixed !important;
    right: 0 !important;
    top: 0 !important;
	margin: 10px 20px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle{
	height:60px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
	background: #e72e35 !important;
    padding: 20px !important;
}
@media only screen and (max-width: 1920px){
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link {
		line-height: normal !important;
		height: auto !important;
		padding: 15px !important;
		font-size: 1.5rem !important;
		display: block !important;
		font-weight: 300 !important;
		text-transform: uppercase !important;
		border-bottom: solid 1px #ffffff40 !important;
		letter-spacing:3px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:hover{
		background:#ffffff30 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
		color: #cc2229 !important;
		background: #fff !important;
		font-weight: 300 !important;
	}
}

#menu-fixed-menu,
#menu-fixed-menu-en{
    list-style: none;
    float: right;
    padding: 25px 0;
	margin:0;
}
#menu-fixed-menu li,
#menu-fixed-menu-en li{
	display:inline-block;
}
#menu-fixed-menu li a,
#menu-fixed-menu-en li a{
	display:block;
	padding:5px 20px;
	color:#fff;
}
#menu-fixed-menu li a:hover,
#menu-fixed-menu-en li a:hover{
    background: #00000038;
	border-radius:5px;
}
header.active #menu-fixed-menu li a,
header.active #menu-fixed-menu-en li a{
	color:#000;
}
header.active #menu-fixed-menu li a:hover,
header.active #menu-fixed-menu-en li a:hover{
	background:none;
	color:#cc2229;
}
#lang{
    list-style: none;
    float: right;
    padding: 25px 0 25px 25px;
    margin: 0;
	text-transform:uppercase;
}
#lang li{
	display: inline-block;
	margin:0 3px;
}
#lang li a img{
	display:none;
}
#lang li a{
    display: block;
    color: #fff;
    background: #ffffff47;
    margin: 0;
    border-radius: 50%;
    text-align: center;
	font-size:0.8rem;
	width: 35px;
    height: 35px;
    line-height: 35px;
}

#lang li a:hover{
	background:#666;
	color:#fff;
}
header.active #lang li a{
	color: #000000;
    background: #e7e7e7;
}
header.active #lang li a:hover{
	color: #fff;
    background: #666666;
}
header.active #lang li.current-lang a{
	background:#cc2229 !important;
	color:#fff !important;
}



/*-- Home Product Category --*/
.mainTitle{
	text-align:center;
}
.mainTitle p{
    font-size: 0.9rem;
    color: #8f8f8f;
}
.mainTitle h1{
	text-transform:uppercase;
	font-size:2rem;	
	margin-top:0;
}
.mainTitle h1 span{
	color:#000;
}
.mainTitle h2{
	text-transform:uppercase;
	font-size:2rem;	
	margin-top:0;
}
.mainTitle h2 img{
	max-width: 40px;
    margin-right: 10px;
    margin-top: -5px;
}
hr.Title{
	margin: 10px auto;
    width: 5%;
	border-top: 1px solid #cc2229;
}

#productCategory{
	padding:50px 30px;
}
.categoryBox{
	padding:0;
	margin:15px 0;
	overflow:hidden;
}

.categoryBox h3{
    position: absolute;
    font-size: 1.25rem;
    color: #fff;
    top: 90%;
    left: 5%;
    transform: translate(-5%, -90%);
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
	padding: 5px 20px;
    background: #fff0;
    border-radius: 20px;
	z-index:99;
}

.mainCategory{
	display:block;
	position:relative;
    -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;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.mainCategory img{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.mainCategory .darkOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.mainCategory:hover .darkOverlay{
	opacity:0;
    -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;
}
.mainCategory:hover h3{
    background: #cc2229;
}


#newProduct{
	padding:50px 0px;
	background: linear-gradient(45deg, #fff2df 0%,#fff2df 50%,#ffeaca 50%,#ffeaca 100%);
}
.newProdBox{
	text-align:center;
	background:#fff;
	padding:10px;
	margin:20px 0;
	border:solid 1px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a .newProdBox{
	display:block;
    -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 .newProdBox {
	border:solid 1px #cc2229;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 50%, #cc2229 50%, #cc2229 100%);
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 50%,#cc2229 50%,#cc2229 100%); 
	background: linear-gradient(135deg,  #ffffff 0%,#ffffff 50%,#cc2229 50%,#cc2229 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cc2229',GradientType=1 );

}
a .newProdBox img{
	max-width:110px;
	margin: 0 auto;
}
.newProdBox .prodModel {
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: 10%;
    width: 80%;
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #cc2229;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
	font-size: 0.9rem;
    line-height: 1.3;	
}

.newProdBox .prodModel:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 44%;
    width: 0;
    height: 0;
    margin-top: -19px;
    border: 10px solid transparent;
    border-right-color: #cc2229;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(90deg)
}

.newProdBox:hover .prodModel {
    opacity: 1
}

#newsEvent{
	padding:50px 80px;
}
.news_box{
	margin:20px 0 0 0;
}
.news_box .item{
    padding: 0 20px 20px 20px;
}
.news_box .item .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	margin:0 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news_box .item .thumb a img{
	transition: transform .2s;
}
.news_box .item .thumb a:hover img{
	transform: scale(1.05);
}
.content_date{
    color: #666;
    font-size: 0.8rem;
}
.content_name a{
	color:#000;
	font-size:1.2rem;
	font-weight:600;
	margin:10px 0;
	display:block;
}
.content_desc a{
	color:#000;
	font-size:0.9rem;
	display:block;
}

#blog{
	padding:50px 80px;
	background: #e6e6ee; 
	background: -moz-linear-gradient(-45deg,  #e6e6ee 0%, #e6e6ee 50%, #edeef1 50%, #edeef1 100%); 
	background: -webkit-linear-gradient(-45deg,  #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%); 
	background: linear-gradient(135deg,  #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6ee', endColorstr='#edeef1',GradientType=1 ); 
}
.blog_box{
	margin:20px 0 0 0;
}
.blog_box .item{
	padding:0 20px 20px 20px;
}
.blog_box .item .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	margin:0 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blog_box .item .thumb a img{
	transition: transform .2s;
}
.blog_box .item .thumb a:hover img{
	transform: scale(1.05);
}
#contactBox{
    background-image: url(assets/images/bgContact.jpg);
    background-color: #f7f8f7;
    background-repeat: no-repeat;
    background-position: center,center;
	background-size:100%;
}
.bkOverlay{
	padding:50px 0;
	width:100%;
	background: #00000024;
}
.contactmsg{
	color:#414141;
	text-transform:uppercase;
	font-weight:600;
	font-size:1.75rem;
	display:inline;
	border-bottom:solid 1px #6d6e70;
}
img.icemail{
	max-width:100px;
	margin:0 20px 0 0;
}
.contactmsg span{
	color:#cc2229;
}
#homeContact{
	background:#333333;
	padding:12px;
	color:#fff;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:1.5rem;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin:20px 0 0 0;
}
#homeContact:hover{
	background:#666666;
}

.social_box{
	text-align:center;
}
.social_box p:first-child img{
	max-width:230px;
	margin-bottom:20px;
}
.social_box ul.social{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.social_box ul.social li{
	display:inline-block;
	margin:0;
	padding:7px;
	border:none;
}
.social_box ul.social li a img{
	max-width:50px;
	-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;
}
.social_box ul.social li a img:hover{
	transform: scale(1.1) rotate(10deg);
}
.footer-widget-area{
	font-size:0.9rem;
}
#menu-footer-menu,
#menu-footer-menu-en{
	width:100%;
	margin:0;
	padding:0;
}
#menu-footer-menu li,
#menu-footer-menu-en li{
    width: 32%;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
}
#menu-footer-menu li a,
#menu-footer-menu-en li a{
	color: #fff;
    border-bottom: solid 1px #fffcfc70;
    padding: 10px 0;
}
#menu-footer-menu li a:hover,
#menu-footer-menu-en li a:hover{
	padding-left:15px;
	background:#b918188a;
}
.countryBox{
	text-align:center;
	margin-bottom:20px;
}
.countryBox ul li.hide{
	display:none;
}
.country{
	color: #fff;
    background: none;
    border: solid 1px #ffffff9e;
    padding: 10px 30px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.country span{
	margin:0 0 0 10px !important;
}
.country:hover{
	color: #cc2229 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.footer-widget-area button:hover,
.footer-widget-area button:focus,
.footer-widget-area .button:hover,
.footer-widget-area .button:focus {
	color: #cc2229 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.countryBox .dropdown-menu {
    background-color: #ffffff;
	padding:10px;
	border-radius:7px;
	margin-top:10px;
}
.countryBox .dropdown-menu li{
	padding:0px;
}
.countryBox .dropdown-menu li a{
	text-transform: uppercase;
    color: #000 !important;
    text-align: center;
    display: block;
    border-bottom: solid 1px #0000002e;
	padding:10px 0px;
	letter-spacing:0.5px;
}
.countryBox .dropdown-menu li a:hover{
	color:#cc2229 !important;
}
.mainBanner{
	position:relative;
	overflow:hidden;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#brandCategory {
    padding: 50px 80px;
    background: #efefef;
    background: -moz-linear-gradient(-45deg, #efefef 0%, #efefef 50%, #e5e5e5 50%, #e5e5e5 100%);
    background: -webkit-linear-gradient(-45deg, #efefef 0%,#efefef 50%,#e5e5e5 50%,#e5e5e5 100%);
    background: linear-gradient(135deg, #efefef 0%,#efefef 50%,#e5e5e5 50%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=1 );
}
.brandBox{
	padding:10px;
	margin:20px 0;
    overflow: hidden;
}

.brandBox h3{
	font-size:1.2rem;
	color:#000;
	text-align:center;
}
.brandBox img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.brandLogo img{
	max-height:40px;
}
#downloadCatalog{
    padding: 70px 0;
}
.downloadBox{
	background:#e60012;
	padding:30px;
	color:#fff;
    display: -webkit-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.icdownload{
	max-width:130px;
	margin:0 20px 0 0;
	vertical-align:bottom;
}
.downloadTitle{
	margin:20px 0 0 0;
}
.downloadTitle span{
	color:#fff;
	font-size:3.75rem;
}
.downloadBox p{
	font-size:1.1rem;
	margin:20px 0;
}
.downloadBox .download a{
	font-size:1.1rem;
	color: #fff;
    margin: 30px 0 0 0;
    border: dashed 2px;
    border-radius: 30px;
    padding: 15px 30px;
    text-align: center;
    letter-spacing: 0.5px;
    -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;
}
.downloadBox .download a img{
	margin:10px 0 0 10px;
	max-width:35px;
}
.downloadBox .download a:hover img{
	margin-top:15px;
}
#breadCrumb{
    padding: 10px;
    background: #cc2229;
    font-size: 0.8rem;
}
.breadcrumb_menu,
.breadcrumb_menu a{
	color:#fff;
	
}

.viewAll{
    text-align: center;
    margin:20px 0;
}
.viewAll a{
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.2rem;
    border: solid 1px #cc2229;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.viewAll a:hover{
    background: #cc2229;
    border: solid 1px #fff;
	color:#fff;
}
.uniBrand{
	border-bottom: solid 1px #ccc;
    padding: 30px 0;
}
.brandImage{
	margin-bottom:15px;
	position:relative;
}
.brandImage h3.pcNoimage{
    font-size: 1.75rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    border-left: solid 5px #cc2229;
    padding-left: 15px;
    position: absolute;
	margin-left:15px;
}
.brandImage h3{
	font-size: 2rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    border-left: solid 5px #cc2229;
    padding-left: 15px;
}

.brandProdBox{
    text-align: center;
    padding: 10px;
    background: #efefef;
    margin-bottom: 20px;
}
.brandProdBox p.brand{
	margin:0;
	font-size:0.8rem;
	color:#b9b9b9;
	text-transform:uppercase;
	text-align:left;
}
.brandProdBox img{
	max-width:80px;
	margin:0 auto;
	rotate:25deg;
}
.brandProdBox .prodModel{
	display: block;
    padding: 5px;
    background: #999;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.brandProdBox:hover{
    background: #e3e3e3;
}
.brandProdBox:hover .prodModel{
	background:#cc2229;
}
.productCat{
	text-align:center;
    padding: 20px 0 0 0;
}
.productCat a{
    display: inline-block;
    padding: 10px 20px  8px 20px;
    border: solid 1px #ccc;
    font-size: 0.85rem;
    line-height: 1;
    color: #5f5f5f;
    margin: 0 5px 20px 5px;
}
.productCat a:hover{
    border: solid 1px #ccc;
	background:#777;
    color: #fff;
}
.productCatMain{
	text-align:center;
    padding: 20px 0 0 0;
}
.productCatMain a{
	display: inline-block;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 1;
    color: #4d4d4d;
    margin: 10px;
    font-weight: 300;
	border-bottom: solid 2px #fff;
}
.productCatMain a.active,
.productCatMain a:hover{
	color: #cc2229;
    border-bottom: solid 2px #cc2229;
}
#Brand{
	padding:50px 0;
}
#Brand .title{
	text-align:center;
}
#Brand .title h2{
	font-size:1.75rem;
	color:#000;
}
#Brand .title hr{
    margin: 20px auto;
    width: 5%;
    border-top: 1px solid #cc2229;
}
#Brand .title img.brandLogo{
	max-height:25px;
}
#productListBox{
	padding:50px;
    background: #efefef;
    background: -moz-linear-gradient(-45deg, #efefef 0%, #efefef 50%, #e5e5e5 50%, #e5e5e5 100%);
    background: -webkit-linear-gradient(-45deg, #efefef 0%,#efefef 50%,#e5e5e5 50%,#e5e5e5 100%);
    background: linear-gradient(135deg, #efefef 0%,#efefef 50%,#e5e5e5 50%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=1 );
}
#productListBox .title{
	font-size: 1.25rem;
    color: #000;
    font-style: italic;
    border-bottom: solid 1px #ccc;
	padding:0 0 15px;
	margin:0 0 20px 0;
}
#productListBox .title h2{
	font-size: 1.5rem;
    color: #000;
    font-style: normal;
}
#productListBox .title img{
	max-height:20px;
}
#productListBox .brandProdBox {
	background:#ffffffa3;
}
.productContent{
	padding:20px 0 0 0;
}
.productContent h2{
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.productContent h3{
    font-weight: 400;
    font-size: 2rem;
    margin: 0 0 10px 0;
    color: #20377b;
}

.slide_text{
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:80%;
	z-index:999999;
}
.slide_text img{
	width: auto !important;
	margin: 0 auto;
}
.slide_text h2{
	font-size:4rem !important;
	font-weight:300;
	color:#fff !important;
	line-height:1.3;
	margin:0;
}
.slide_text h3{
	font-size:3rem !important;
	font-weight:300;
	color:#fff !important;
	line-height:1.3;
	margin:0;
}
.slide_text h4{
	font-size:2.5rem !important;
	font-weight:300;
	color:#fff !important;
	line-height:1.3;
	margin:0;
}
.slide_text h5{
	font-size:2rem !important;
	font-weight:300;
	color:#fff !important;
	line-height:1.3;
	margin:0;
}

#subCategory{
	padding:50px 0 0 0;
}
.subCategoryList {
	display: table;
	width: 100%;
	margin:0;
	padding:10px 0;
}

.subCategoryList li {
	display: table-cell; 
	width:16.666%;
	border-right:solid 1px #ccc;
}
.subCategoryList li:last-child {
	border-right:none
}
.subCategoryList li a{
    display: block;
    text-align: center;
    font-size: 1.3rem;
    color: #8b8b8b;
    padding: 10px;
    font-weight: 300;
}
.subCategoryList li a.active{
    color: #cc2229;
}
.subCategoryList li a:hover{
    color: #cc2229;
}
#subCatproductList{
	padding:50px 0px;
}
.productTitle{
	text-align:center;
	color:#000;
}
.productTitle h2{
	font-size: 2rem;
    font-weight: 300;
    margin: 0;
    color: #afafaf;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.productTitle h1{
	font-size: 3.5rem;
    font-weight: 300;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin:20px 0;
}

.remarkableBox{
	padding:20px;
	background:#e4f2ff;
}
.remarkableBox ul li{
	margin-bottom:7px;
}
#productDetail{
	padding:50px 0;
}
#productDetail .entry-content{
	margin:0;
}
#productDetail hr{
	float:left;
	width:100%;
}
.titleBox{
	padding: 0 0 7px 0;
    border-bottom: double 3px #000;
	margin-bottom:20px;
}
.titleBox h2{
	display: inline-block;
    margin: 0;
}
.titleBox img{
	max-height:25px;
}
.titleBox .model{
	font-size:1.5rem;
	display:inline-block;
	float:right;
	color:#20377B;
	font-weight:bold;
}
.shortDescription{
    margin: 20px 0;
    padding: 20px 20px 10px 20px;
    background: #ddefff;
}
.productInfo{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}

.productInfo li{
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
.productInfo li span.topic{
	float:left;
	display:inline-block;
	width:25%;
	font-weight:bold;
	text-transform: uppercase;
}
.productInfo li span.detail{
	float:left;
	display:inline-block;
	width:75%;
}
.productInfo li span.detail label{
    padding: 3px 10px;
    background: #cc2229;
    font-weight: 400;
    margin: 0 5px 7px 0;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}
.productInfo li.leadsDark span.detail label{
    background: #666666;
}
.productInfo li span.detail label.refill{
	background:#019995;
}
.productInfo li span.detail a{
	font-size:0.8rem;
	color:#cc2229;
}
.mgT10{margin-top:10px !important;}

ul.inkColor,
ul.inkColorSpecial{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
ul.inkColor li{
	float:left;
	width:24.5%;
	display:inline-block;
	margin:0;
	font-size:0.9rem;
	margin-bottom: 10px;
}
ul.inkColorSpecial li{
	float:left;
	width:33%;
	display:inline-block;
	margin:0;
	font-size:0.8rem;
	margin-bottom: 10px;
}
ul.inkColor li div.fig,
ul.inkColorSpecial li div.fig{
	float:left;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
	margin:0 5px 0 0;
}
.shopNow{
    display: inline-block;
    background: #ed1c24;
    padding: 7px 7px 7px 20px;
    color: #fff;
    border-radius: 7px;
    font-size: 1.25rem;
	margin: 0 0 30px 0;
}
.shopNow span{
	display:inline-block;
	background:#fff;
	padding:5px 5px;
    border-radius: 7px;
	margin-left:10px;
}
.shopNow a{
	display:inline-block;
	margin:5px;
}
.shopNow a img{
	max-height:40px;
}
#productInfoBox{
	padding:50px 0;
	background: #e6e6ee;
    background: -moz-linear-gradient(-45deg, #e6e6ee 0%, #e6e6ee 50%, #edeef1 50%, #edeef1 100%);
    background: -webkit-linear-gradient(-45deg, #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%);
    background: linear-gradient(135deg, #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6ee', endColorstr='#edeef1',GradientType=1 );
}
#productInfoBox hr.Title{
	margin-bottom:30px;
}
.bgWhite{
	background: #fff;
    border-radius: 10px;
    padding: 20px;
}
#productInfoBox .brandLogo{
    text-align: center;
    padding: 20px;
}
#productInfoBox .brandLogo img{
	max-height:25px;
}

#productInfoBox .productName{
	font-size:1.5rem;
	font-weight:600;
	color:#333333;
}
#productInfoBox .productSpec ul{
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
}
#productInfoBox .productSpec ul li{
	display:inline-block;
	padding:5px 10px;
	margin:0 5px 0 0;
	font-size:0.8rem;
	letter-spacing:0.5px;
	border-radius:5px;
	color:#fff;
}
#productInfoBox .productSpec ul li:nth-child(1){
	background:#cc2229;
}
#productInfoBox .productSpec ul li:nth-child(2){
	background:#019995;
}

#productInfoBox .productSpec ul.inkColor,
#productInfoBox .productSpec ul.inkColorSpecial{
	float:left;
	width:100%;
	list-style:none;
	padding:20px 0;
	margin:0;
}
#productInfoBox .productSpec ul.inkColor li{
	float:left;
	width:33%;
	display:inline-block;
	margin:0;
	font-size:0.8rem;
	background:none;
	padding:0;
	color:#000;
	margin-bottom: 10px;
}
#productInfoBox .productSpec ul.inkColor li.full-width{
	width:100%;
}
#productInfoBox .productSpec ul.inkColorSpecial li{
	float:left;
	width:50%;
	display:inline-block;
	margin:0;
	font-size:0.8rem;
	background:none;
	padding:0;
	color:#000;
	margin-bottom: 10px;
}
#productInfoBox .productSpec ul.inkColor li div.fig,
#productInfoBox .productSpec ul.inkColorSpecial li div.fig{
	float:left;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
	margin:0 5px 0 0;
}
#productInfoBox .productSpec ul.leadsDark{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
#productInfoBox .productSpec ul.leadsDark li{
	float:left;
	width:100%;
	background:none;
	padding:0;
}
#productInfoBox .productSpec ul.leadsDark li label{
	display:inline-block;
    padding: 3px 10px;
    background: #666666;
    font-weight: 400;
    margin: 0 5px 7px 0;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}
#image-gallery{
	margin-bottom:10px;
}
#image-gallery li a{
	padding:10px;
}
.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; }
  }
  
#contentDetail{
	padding:30px 0 50px 0;
}
#contentDetail h2{
    font-size: 2rem;
    color: #20377B;
    font-weight: 500;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom: double 3px #20377B;
}

#contentList{
	padding:50px;
}
#contentList .contentBox{
	margin:20px 0;
	border-bottom:solid 2px #f6f6f6;
}
#contentList .contentBox a{
	padding: 10px 10px 20px 10px;
	display:block;
}
#contentList .contentBox:hover{
	border-bottom:solid 2px #cc2229;
	cursor:pointer;
}
#contentList .contentBox:hover .content_name{
	color:#cc2229;
}
#contentList .contentBox a .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	margin:0 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contentList .contentBox a .thumb img{
	transition: transform .2s;
}

#contentList .contentBox a:hover .thumb img{
	transform: scale(1.05);
}
#contentList .contentBox .content_date{
	text-align:right;
	margin:0 0 5px 0;
}
#contentList .contentBox .content_name{
	font-size: 1.1rem;
    color: #1e1e1e;
    font-weight: 600;
	margin-bottom:10px;
}
#contentList .contentBox .content_desc{
	font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}

.page-no-style {
    float: left;
    width: 100%;
    margin: 20px 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 &gt; li {
    display: inline
}

.page-no-style ul &gt; li &gt; a {
    color: #f8f8f8;
    transition: all .4s ease
}

.page-no-style ul &gt; li &gt; a .next {
    float: right
}
.page-no-style ul &gt; li.active &gt; a,
.page-no-style ul &gt; li &gt; a:hover {
color: #ffffff;
    background: #cc2229;
}

.page-no-style .current {
    background: #e4e2e2
}

.page-no-style ul &gt; li &gt; a,
.page-no-style ul &gt; li &gt; span {
	float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #f9dede;
    border: solid 2px #ffffff;
    border-left-width: 0;
    display: inline-block;
    color: #cb4a4a;
    font-size: 0.9rem;
}

.page-no-style ul &gt; li:first-child &gt; a,
.page-no-style ul &gt; li:first-child &gt; span {
    border-left-width: 1px
}

.page-no-style ul &gt; li:last-child &gt; a,
.page-no-style ul &gt; li:last-child &gt; span {
    border-rigth-width: 1px
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
    border-color: #ed888d !important;
    background-color: #cc2229 !important;
    color: #fff !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab&gt;a {
	border-color: #ed888d !important;
    background-color: #ffdadb !important;
    color: #cc2229 !important;
}
@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-tabs .vc_tta-panels, 
	.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, 
	.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
		border-color: #ed888d !important;
	}
}
.toProductList{
    position: absolute;
    top: 10px;
    right: 15px;
    background: #6d6d6d;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.8rem;
}
.toProductFeature{
	
    background: #6d6d6d;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.8rem;
}
.toProductList:hover,
.toProductFeature:hover{
	background:#414141;
	color:#fff;
}
#pageContent{
	padding:50px 0;
}


.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #d64d55 !important;
    background-color: #d23740 !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title&gt;a {
    color: #fff !important;
    font-weight: normal !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title&gt;a {
    color: #fff !important;
    font-weight: normal !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, 
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
    border-color: #d64d55 !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: #d64d55 !important;
    background-color: #efbec1 !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title&gt;a {
    color: #000 !important;
    font-weight: normal !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, 
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before {
    border-color: #000 !important;
}
.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 5px !important;
}
.vc_tta.vc_general .vc_tta-panel-body{
	padding:20px !important;
}

.faq .vc_tta-panel-body h4{
	font-size:1.5rem;
	font-weight:400;
}

.whereToBuy h4{
	font-size:1.5rem !important;
	font-weight:400 !important;
}
.whereToBuy  .shop{
	padding: 10px;
    border: solid 1px #ededed;
}
.whereToBuy  .shop:hover{
	opacity:0.8;
}



/* TIMELINE */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fde7e9;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timelineBox {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timelineBox::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  right: -13px;
  background-color: #fff;
  border: 4px solid #cc2229;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timelineBoxLeft {
  left: 0;
}

.timelineBoxRight {
  left: 50%;
}

.timelineBoxLeft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fde7e9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fde7e9;
}

.timelineBoxRight::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fde7e9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fde7e9 transparent transparent;
}

.timelineBoxRight::after {
  left: -13px;
}

.timelineContent {
  padding: 20px;
  background-color: #fde7e9;
  position: relative;
  border-radius: 6px;
}
.timelineContent h2{
	font-size:2rem;
	margin-top:0px;
}
.timelineContent .row {
  display: flex;
  margin:0px;
}
.timelineContent .columnLeft {
  flex: 70%;
  padding:0 10px 0 0;
}
.timelineContent .columnRight {
  flex: 30%;
  padding:0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline::after {
	left: 31px;
  }
  
  .timelineBox {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
  }

  .timelineBox::before {
	left: 60px;
	border: medium solid #fde7e9;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fde7e9 transparent transparent;
  }


  .timelineBoxLeft::after, .timelineBoxRight::after {
	left: 15px;
  }

  .timelineBoxRight {
	left: 0%;
  }
	.timelineContent .row {
	  display: block;
	  margin:0px;
	}
	.timelineContent .columnLeft {
	  flex: 100%;
	  padding:0 0 0 0;
	}
	.timelineContent .columnRight {
	  flex: 100%;
	  padding:0;
	}
}

.bannerTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:9;
}
.bannerTitle h1{
	font-size: 5rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}
#relatedBlog{
	padding:50px 80px;
	background: #e6e6ee; 
	background: -moz-linear-gradient(-45deg,  #e6e6ee 0%, #e6e6ee 50%, #edeef1 50%, #edeef1 100%); 
	background: -webkit-linear-gradient(-45deg,  #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%); 
	background: linear-gradient(135deg,  #e6e6ee 0%,#e6e6ee 50%,#edeef1 50%,#edeef1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6ee', endColorstr='#edeef1',GradientType=1 ); 
}

/* Hover Circle */
.hoverCircle figure {
	position: relative;
}
.hoverCircle figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hoverCircle figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* Hover Shrine */
.hoverShine figure {
	position: relative;
}
.hoverShine figure::before {
	position: absolute;
	top: 0;
	left: -90%;
	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);
}
.hoverShine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.viewAllButton{
    background: #ffffff;
    border: solid 1px #ccc;
    padding: 5px 20px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
.viewAllButton:hover{
	background:#cc2229;
	color:#fff;
	border:solid 1px #cc2229;
}

/* CONTACT US */
.company_profile{
	background:#fdbdc3;
	padding: 1px 1px 0px 1px;
}

#company-table {
  display: table;
  width:100%;
  line-height:20px;
    font-size:16px;
}
#company-table .col {
  display: table-cell;
  padding: 10px;
  word-wrap:break-word;
}
#company-table .col:nth-child(odd) {
  	background: #ffe5e7;
  	width: 30%;
	border-bottom:solid 1px #fdbdc3;
}
#company-table .col:nth-child(even) {
  	width: 70%;
	background:#ffffff;
    border-left: solid 1px #fdbdc3;
    border-bottom: solid 1px #fdbdc3;
}

@media screen and (max-width: 600px) {
	#company-table .col:nth-child(odd) {
		width:100%;
		float:left;
	}
	#company-table .col:nth-child(even) {
		width:100%;
		border-left:none;
		float:left;
	}
}


/* FORM */
.FormBOX{
	background: #ffe5e7;
    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 #ffc0c5;
    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 h5{
	text-align:center;
	font-size:1.5rem;
	font-weight:500;
	color:#353535;
}
.FormBOX #submitBtn {
	background: #cc2229;
    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 7px 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;
}
#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;
}

#notFound,
#archive{
	padding:50px;
}
.searchBox{
	margin: 20px 0 20px 0;
    display: inline-flex;
}
.searchBox input[type="text"]{
    border: 1px solid #bfbfbf;
	-webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    padding: 5px 15px;
}
.contentSearchBox{
    margin: 20px 0;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 20px;
}
.contentSearchBox .thumb{
	text-align:center;
	background:#f5f5f5;
}
.contentSearchBox .thumb img{
	max-height:200px;
	width:auto;
	border-radius:7px;
}
.contentSearchBox .content_name{
	font-weight:400;
	font-size:1.1rem;
	margin:10px 0;
}
.contentSearchBox .content_desc{
	font-size:0.9rem;
	color:#666;
	margin: 0 0 10px 0;
}
.contentSearchBox .content_date{
	font-size:0.9rem;
	color:#b5b4b4;
}
.contentSearchBox .readMore{
	background: #ffffff;
    border: solid 1px #ccc;
    padding: 3px 15px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
	display:inline-block;
}
.contentSearchBox a{
	display:block;
}
.contentSearchBox a:hover .content_name{
	color:#000;
}
.contentSearchBox a:hover .readMore{
	color:#fff;
	background: #cc2229;
}
.content_gallery{
	padding-left:30px;
}
.entry-content-full{
	padding:30px !important;
}
.entry-content-full h4{
	font-size: 1.3rem;
    color: #000;
    font-weight: 400;
	line-height:1.5;
}
.entry-content-full h5{
	font-size: 1.1rem;
    color: #000;
    font-weight: 400;
}
.entry-content-full a{
    color: #004bbf !important;
    font-size: 0.9rem;
}
.entry-content-full a:hover{
	color:#cc2229 !important;
}

#productListSingleBox{
	padding: 30px;
}
#productListSingleBox .title{
	font-style:italic;
    font-size: 1.25rem;
    border-bottom: solid 1px #ccc;
    padding: 0 0 15px;
    margin: 0 0 20px 0;
}
#productListSingleBox .title h2{
	display: inline-block;
    color: #000;
	font-style:normal;
}
#productListSingleBox .brandProdBox {
    background: #ededed;
}
.aboutLink{
	text-align:center;
}
.aboutLink a{
    display: inline-block;
    padding: 5px 10px;
    background: #737373;
    color: #fff;
    margin: 5px;
    min-width: 150px;
	text-align:center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.aboutLink a:hover{
    background: #cc2229;
}
.aboutLinkTop{
	text-align:right;
}
.aboutLinkTop a{
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
	text-align:center;
    background: #d9d9d9;
    color: #4b4b4b;
	font-size:0.9rem;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.aboutLinkTop a:hover{
    background: #cc2229;
	color:#fff;
}

#popolarTag{
	padding:0 0 50px 0;
}
#popolarTag .tags a{
	padding:2px 10px;
	margin:0 5px 5px 0;
	display:inline-block;
	border:solid 1px #e5e5e5;
	font-size:0.9rem;
	color:#666666;
}
#popolarTag .tags a:hover{
	background:#cc2229;
	color:#ffffff;
}

.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('assets/images/loading.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}


/*-- S E A R C H --*/
.topsearchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    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:40px;
    margin:0;
    padding:0px 55px 0px 20px;
    color:red;
	border-radius: 5px!important;
	box-shadow: none !important;
	padding-left: 10px !important;
}
.topsearchbox-icon,
.topsearchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:10px;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color: #ffffff;
    background: none;
}
.topsearchbox-submit{
	color: #fff0 !important;
}
.activeBTN{
	font-size: 0.9rem;
	color: #fff !important;
	background:#cc2229;
	border-radius:5px !important;
}
.topsearchbox-open{
    width:20%;
}
.topsearchbox-open .topsearchbox-input{
    background: rgb(255 255 255 / 30%);
	border-radius:5px !important;
	color: #000 !important;
}
header.active .topsearchbox-icon i{
	color: #000 !important;
}
header.active .topsearchbox-open .topsearchbox-input{
    background: #fff1f1;
	border-radius:5px !important;
    color: #000 !important;
}
.homeSearch{
    border: none !important;
    color: #fff !important;
}
.homeSearchBar{
	padding:20px;
}

#secondary .popularTag{
	list-style:none;
	margin:0;
	padding:0;
}
#secondary .popularTag li{
    display: inline-block;
	background: #dbdbdb;
    -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;
    margin-right: 5px;
	padding:0px;
	margin-bottom:5px;
}
#secondary .popularTag li a{
	display:block;
    padding: 2px 10px;
    font-size: 0.8rem;
    color: #5f5f5f;
}
#secondary .popularTag li a:hover{
	color:#fff;
	background:#cc2229;
}





/* RESPONSIVE */
@media screen and (max-width: 960px) {
	#menu-footer-menu li {
		width: 49%;
	}	
	.mainBanner .scroll_down{
		display:none;
	}	
}
@media screen and (max-width: 768px) {
	html {
		font-size: 90%;
	}
	#logo a img {
		max-width: 150px;
	}
	.bannerTitle h1 {
		font-size:3.2rem;
	}
	#productListBox{
		padding:20px 0;
	}
	
}

@media screen and (max-width: 480px) {
	.sp{display:inline-block;}
	.pc{display:none;}

	html {
		font-size: 80%;
	}
	#logo a img {
		max-width: 120px;
	}
	#menu-fixed-menu,
	#menu-fixed-menu-en{
		display:none;
	}
	#mega-menu-wrap-primary{
		margin: 0 10px !important;
	}
	.navbar.navbar-default{
		padding-right:60px;
	}
	#lang{
		padding: 15px 0 15px 10px;
	}
	#lang li a {
		padding: 1px 8px;
	}
	.homeSearchBar {
		padding: 10px;
	}
	.topsearchbox-open {
		width: 38%;
		z-index:999;
	}
	#productCategory {
		padding: 20px 0px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
		padding:10px;
	}
	a .newProdBox img {
		max-width: 60px;
	}
	.mainTitle{
		padding:0 15px;
	}
	#newsEvent,
	#blog,
	#brandCategory{
		padding:30px 20px;
	}
	img.icemail{
		display:none;
	}
	.contactmsg{
		float:left;
		font-size:1.4rem;
	}
	.slide_text{display:none;}
	#homeContact{
		margin: 0;
		font-size: 1.25rem;
	}
	#footer-area .footer-widget-area{
		padding:20px 0;
	}
	.social_box p:first-child img {
		max-width: 150px;
		margin: 0px 0 10px 0;
	}
	.footer01{
		margin-bottom:20px;
	}
	.brandBox{
		padding:10px 25px
	}
	#downloadCatalog {
		padding: 20px;
	}
	.downloadBox{
		display: inline-block;
		padding: 10px;
	}
	.downloadBox .download a img {
		margin: 10px 0 0 10px;
		max-width: 20px;
	}
	.downloadTitle span{
		font-size:3.25rem;
	}
	.downloadBTN{
		text-align:center;
	}
	img.icdownload {
		max-width:80px;
	}
	.catalog{
		display:block;
		text-align:center;
		margin: 30px 0 20px 0;
	}
	.catalog a{display:block;}
	.catalog img{
		max-width: 200px;
	}
	.productCat a{
		margin:5px;
		font-size:1rem;
	}
	.brandProdBox img {
		max-width: 60px;
		rotate: 15deg;
	}
	.viewAllButton{
		padding:5px;
	}
	#subCategory {
		padding: 30px 0 0 0;
	}
	.subCategoryList{
		float:left;
		width:100%;
		display:block;
	}
	.subCategoryList li {
		float:left;
		display: inline-block;
		width: 32%;
		border: none;
	}
	.productCatMain a{
		display: inline-block;
		padding: 5px 10px;
		font-size: 1.1rem;
		color: #4d4d4d;
		margin: 0 5px 10px 5px;
		background: #e7e7e7;
		border-radius: 5px;
	}
	.productCatMain a.active,
	.productCatMain a:hover{
		border-bottom: none;
		background: #cc2229;
		color: #fff;
	}
	.productTitle h1{
		font-size:2.75rem;
		letter-spacing:0;
	}
	#productDetail {
		padding: 20px 0;
	}
	.content_gallery{
		margin-bottom:20px;
	}
	.scroll-down-link{
		display:none;
	}
	.titleBox img {
		max-height: 20px;
	}
	.shortDescription{
		padding:10px;
	}
	.productInfo li span.topic{
		width:30%;
	}
	.productInfo li span.detail{
		width:70%;
	}
	ul.inkColor li{
		width:33.3333%;
	}
	.content_gallery {
		padding-left: 0;
		margin-top: 20px;
	}
	.spCenter{
		display:block;
		text-align:center;
	}
	.shortDescription p{
		margin-bottom:0px;
	}
	.brandLogo{
		max-height:25px !important;
	}
	#productListBox .title{
		padding: 0 15px 10px 15px;
	}
	.toProductList{
		top:45px;
	}
	#contentList {
		padding: 30px;
	}
	#menu-footer-menu{
		display:none;
	}
	.copyright {
		font-size: 0.8rem;
	}
	#contactBox {
		background-size: cover;
	}
	#productListSingleBox {
		padding: 15px;
	}
	#productListSingleBox .title h2 {
		display: block;
		margin: 5px 0;
	}
	#productListSingleBox .title i {
		transform: rotate(90deg);
	}
	#productListSingleBox .productCol{
		padding: 0 10px;
	}
	.brandImage h3.pcNoimage{
		display:none;
	}
	#relatedBlog{
		padding:30px;
	}
	#notFound, #archive {
		padding: 30px 20px;
	}
	.post-navigation .nav-next, .pagination .next {
		float: inherit;
	}
}

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

/* INTRO PAGE */
#intro {
	position: relative;
	height: 100%;
}
#intro .introUNI {
	float:left;
	width:25%;
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/map.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color:#ffffff;
	position:relative;
	border: solid 7px #cc2229;
}
#intro .introUNI img{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  max-width:250px;
}

#countryList{
	float:left;
    width: 75%;
    bottom: 0;
    z-index: 999999;
}
.countryLink{
	margin:0;
	padding:0;
	list-style:none;
	justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.countryLink li{
	padding:0;
	text-align:center;
	background:#ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color:#ffffff;
	position:relative;
    width: 33.333333333%;
}
.countryLink li:nth-child(1){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_th.jpg?v=202406');
}
.countryLink li:nth-child(2){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_vn.jpg?v=202406');
}
.countryLink li:nth-child(3){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_mm.jpg?v=202406');
}
.countryLink li:nth-child(4){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_sg.jpg?v=202406');
}
.countryLink li:nth-child(5){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_ms.jpg?v=202406');
}
.countryLink li:nth-child(6){
	background-image: url('/wp-content/themes/uniball_asean/assets/images/intro/intro_ph.jpg?v=202406');
}

.countryLink li a {
	display:block;
	padding:0px;
	width:100%;
    display: block;
    width: 100%;
    color: rgb(255 255 255 / 60%);
    font-size: 1.75rem;
	font-weight: 600;
	vertical-align:middle;
	position:relative;
}
.countryLink li a .darkOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.countryLink li a:hover{
	color:#fff;
}
.countryLink li a:hover .darkOverlay{
	opacity:0.5;
	background: rgb(0,0,0);
	background: linear-gradient(360deg, rgba(0,0,0,1) 7%, rgba(0,104,125,0) 37%, rgba(0,212,255,0) 100%);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.countryLink li a p{
	  position: absolute;
	  top: 97%;
	  left: 50%;
	  transform: translate(-50%, -95%);
	  letter-spacing:2px;
}
.countryLink li a p::first-letter{
	font-size:3rem;
}

.countryLink a .scroll_down{opacity:0;display:none;}
.countryLink a .scroll_down{opacity:1; transition:2s 1.6s;z-index:9; } 

.countryLink .scroll_down{position: absolute;bottom: 11%;left: 50%;transform: translateX(-51%);font-family: 'Poppins','Noto Sans Thai', sans-serif;;font-size: 0.8rem;color: #fff;text-align: center;font-weight: 500;}
.countryLink .scroll_down .line{width: 1px; height: 30px;margin: 10px auto 0; background: rgba(255,255,255,0.5); display: block;}
.countryLink .scroll_down .line:after{display:block;content:"";position: relative;top: 0;left: 0;width: 1px;height: 100%;background: #fff;animation: lineActiveAnimation 1.9s cubic-bezier(0.445,0.05,0.55,0.95) infinite;}

.countryLink a:hover .scroll_down{display:block;}


@media screen and (max-width: 960px) {
	#intro .introUNI {
		width:40%;
		padding:20px;
	}
	#countryList{
		width: 60%;
	}
	.countryLink li {width: 100%;}
	#intro .introUNI img{
		  max-width:100%;
	}
}
@media screen and (max-width: 640px) {
	.countryLink li a {
		font-size: 1.25rem;
	}
	.countryLink li a p::first-letter{
		font-size:2rem;
	}
}



section.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:99;
}


#HomeTopSlider .HomeOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
	z-index:9;
}
#topBanner .BannerOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
	z-index:9;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}

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

	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title&gt;a {
		color: #fff;
		background: #cc2229;
	}
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title&gt;a {
		background-color: #ffdadb !important;
		color: #cc2229 !important;
	}
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		background-color: #ffffff!important;
	}
	
	.downloadBox .download a.paint{
		font-size:1rem;
		padding:5px 10px;
	}
}

.entry-content-full {
    background: rgb(173, 238, 250);
    background: linear-gradient(220deg, rgba(173, 238, 250, 1) 0%, rgba(226, 236, 233, 1) 50%, rgba(205, 250, 245, 1) 100%);
}

.onlineShopList{
	list-style:none;
	padding:0;
	margin:10px 0;
}
.onlineShopList li{
	display:inline-block;
	padding:0;
	margin:0 5px 5px 0;
}
.onlineShopList li a{
	padding:5px 15px;
	color:#fff !important;
	background:#000;
}
.onlineShopList li a:hover{
	padding:5px 15px;
	color:#fff !important;
	background:#cc2229;
}</pre></body></html>