@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');

/* =Global
----------------------------------------------- */

html {
	margin:0;
	font-size: 100%;
}

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: #a50000;
    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: #a50000;
    font-weight: 600;
}

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; 
    max-width: 100%; 
}
/* MENU */
  .line-hover > li > a.active > span::after {
    width: 100%;
  }

.sp{display:none;}
.pc{display:inline-block;}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { 
    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;
    padding-left: 3px;
    vertical-align: top;
    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; 
}

/* 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 > p:last-child:after {
    content: "";
    display: block;
    clear: both;
}

hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px;
}

.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 > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #FFF;
    background-color: #cc2229;
    border-color: #cc2229;
}

.pagination > li > a,
.pagination > li > span {
    padding: 9px 14px;
    border-color: #dadada;
}

.bottom-pagination {
    text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.single-featured {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    margin: auto;
}

.single-featured:hover,
.single-featured:focus-within {
    opacity: 0.8;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_nav_menu ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.widget_nav_menu ul li a {
    border-bottom: 1px solid #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.widget_nav_menu ul.sub-menu a {
    padding-left: 10px;
    border-left: 1px solid #F2F2F2;
}

.widget ul {
    padding: 0;
    font-size: 14px;
}

.widget ul.nav.nav-tabs {
    padding: 0;
}

#secondary .widget {
    margin-bottom: 50px;
    color: #C1C0C0;
    overflow: hidden;
}

#secondary .widget:last-child {
    margin-bottom: 0px;
}

/*.tab-content ul li {
    list-style: none;
}*/

#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 10px;
}

#secondary .widget_archive ul li:before {
    content: '\f073';
    font-weight: 900;
}

#secondary .widget_categories ul li:before {
    content: '\f07c';
    font-weight: 900;
}

#secondary .widget_recent_comments ul li:before {
    content: '\f075';
    font-weight: 900;
}

.well {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ffbcbc;
    overflow: hidden;
    clear: both;
}
#secondary .well h2 {
	margin-top: 0px;
	margin-bottom:20px;
    text-align: center;
    font-weight: 400;
    color: #cc2229;
    background: #fbd6d6;
    padding: 7px;
    font-size: 1.25rem;
    border-radius: 5px;
}
#secondary .widget > h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}

#secondary .widget a {
    color: #858585;
    font-size: 1rem;
    font-weight: 400;
}

#secondary .widget a:hover,
#secondary .widget a:focus {
    color: #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 > 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 > .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
----------------------------------------------- */
.infinite-scroll .pagination, 
.infinite-scroll.neverending .site-footer {
    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 > li > 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 > li > a {
    color: #F5F7FA;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar > .container .navbar-brand {
    color: #DADADA;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Poppins','Noto Sans Thai', sans-serif;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .caret,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus-within > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #cc2229;
    background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover,
.navbar-default .navbar-nav .dropdown-menu > li:focus-within {
    color: #fff;
    /*background-color: transparent;*/
    background-color: #cc2229;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus-within > a,
.dropdown-menu > li:hover > .caret,
.dropdown-menu > li:focus-within > .caret {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu > li > .caret {
    color: #636467;
}

.navbar-default .navbar-nav.azbil-mobile-menu > li:hover > ul.dropdown-menu {
    display: none;
}

.navbar-default .navbar-nav.azbil-mobile-menu > li.open > ul.dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav.azbil-mobile-menu > li:hover > a,
.navbar-default .navbar-nav.azbil-mobile-menu > li:focus-within > a {
    color: #777;
}

.navbar-default .navbar-nav.azbil-mobile-menu > li:hover > a,
.navbar-default .navbar-nav.azbil-mobile-menu > li:focus-within > a,
.navbar-default .navbar-nav.azbil-mobile-menu > li:hover > .caret,
.navbar-default .navbar-nav.azbil-mobile-menu > li:focus-within > .caret {
    color: #fff;
}

.navbar-default .navbar-nav.azbil-mobile-menu > li.open > a,
.navbar-default .navbar-nav.azbil-mobile-menu > li.open > .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 > .active > a {
    color: #fff;
}

@media (min-width: 769px) {
    .dropdown-menu .caret {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid;
        float: right;
        top: 7px;
        position: relative;
    }

    .dropdown-menu > li > a {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        z-index:99999;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        display: inline-block;
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .dropdown-menu > li.active > .caret,
    .navbar-default .navbar-nav .dropdown-menu > li.open > a {
        color: #da4453;
    }

	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:focus-within > a,
	.navbar-default .navbar-nav > li:hover > .caret,
	.navbar-default .navbar-nav > li:focus-within > .caret,
    .dropdown-menu > li > .caret {
        color: #fff;
    }

    .navbar-default .navbar-nav li.open > a,
    .navbar-default .navbar-nav li.open > .caret {
        color: #cc2229;
    }

    .site-navigation-inner .dropdown-menu > .active,
    .navbar-default .navbar-nav .dropdown-menu > li:hover,
    .navbar-default .navbar-nav .dropdown-menu > li:focus-within {
        background-color: transparent;
    }

    .dropdown-menu > li.dropdown.open {
        padding-bottom: 0;
    }

    .navbar-nav > li > .caret {
        float:right;
        position: relative;
        top:18px;
        height:10px;
        width:10px;
    }
}

@media (min-width: 1024px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu,
	ul.nav li.dropdown:focus-within > ul.dropdown-menu {
        display: block;
    }
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}

.dropdown-menu > li > a {
    color: #636467;
    padding: 0;
}

.dropdown-menu > li {
    padding: 10px 15px;
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}

.dropdown-menu > .active {
    background-color: #cc2229;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > .caret {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu ul.dropdown-menu {
    top: -2px;
    left: 100%;
    border-radius: 0;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.navbar-nav > li {
    padding: 15px;
    color: #F5F7FA;
}

.navbar-nav > li > a {
    padding: 0;
    display: inline-block;
}

.navbar-nav > li > .caret {
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav > li:hover > .caret {
    color: #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 > .container .navbar-brand {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navigation .wp-pagenavi-pagination a {
    border-radius: 0;
    margin-bottom: 0;
}

.navigation .wp-pagenavi-pagination span {
    font-size: 12px;
}

.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover,
.navigation .wp-pagenavi-pagination a:focus {
    background-color: #cc2229;
    border-color: #cc2229;
    color: #FFF;
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus-within,
.pagination > li > span:hover {
    color: #cc2229;
}

.nav-links {
    text-align: center;
}

/* =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 > li > a:hover,
.footer-nav.nav > li > 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 > 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 > li > 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;
    }
}

/* =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;
}

/*=== 20241017 ===*/
#main_contents_area{
	font-family: 'Poppins', 'Noto Sans Thai', sans-serif;
	color:#555555;
}
#main_contents_area p{
	margin:0 0 10px 0;
}
#header {
	position: fixed !important;
}
.slideText{
    position: absolute;
	top: 50%;
	left: 8%;
	transform: translate(-8%, -50%);
	width:30%;
	background:#a50000;
	padding:2em;
	color:#fff;
	height:auto !important;
	z-index:999
}
.slideText h2{
	color:#fff;
	margin:0 0 20px 0;
	font-size:3rem;
}
.slideText h2 span {
    color: #fff;
    margin: 10px 0 20px 0;
    font-size: 2.5rem;
	display:block;
	font-weight:500;
}
.slideText h2 span.R {
    color: #fff;
    margin: 0;
    font-size: 2rem;
	display:inline-block;
	font-weight:500;
}
.slideText h3{
	color:#fff;
	margin:0 0 10px 0;
	font-size:1.75rem;
}
.HomeOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
	z-index:9;
}
#homeProduct{
	padding:50px 0;
}
#homeProduct h3{
	font-size:4rem;
	color:#000000;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 20px 0;
}
#homeProduct h3 span{
	background:#a50000;
	color:#fff;
	padding:0 20px;
	margin:0 10px 0 0;
}
.productBox{
	margin: 20px 0;
}
.productBox .thumb{
	margin: 0 0 20px 0;
}
.productBox h4{
	display:block;
	font-size:2.5rem;
	color:#a50000;
	text-transform:uppercase;
	font-weight: 600;
	margin:0 0 15px 0;
}
.productBox a.readMore{
	display:inline-block;
	padding:5px 20px;
	border:solid 1px #ccc;
	margin:10px 0 0 0;
	color:#666666;
	text-transform:uppercase;
}
.productBox a.readMore:hover{
	background:#333333;
	color:#fff;
	text-decoration:none;
}
.productBox a:hover img{
	opacity:0.9;
}
/*.productService{
	position:relative;
	margin:30px 0;
}
.productBox{
	font-size: 1.75rem;
    color: rgb(0 0 0 / 50%);
	font-weight: 400;
}
.productBox h4{
	display:block;
	font-size:2.5rem;
	color:#a50000;
	text-transform:uppercase;
	font-weight: 600;
}
.productBox .factory {
    position: absolute;
    width: 50%;
    top: 0;
    left: 50%;
    padding: 20px 30px;
}

.productBox .building {
	position:absolute;
	width:50%;
	bottom:0;
	right:50%;
    padding: 20px 30px;
	text-align:right;
}
.productBox .thumb{
	float:left;
	width:50%;
	display:inline-block;
}
.productBox a.readMore{
    font-size: 1.5rem;
    font-weight: 300;
    padding: 3px 12px;
    border: solid 1px #ccc;
    margin: 10px 0 0 0;
    color: rgb(0 0 0 / 50%);
	display:inline-block;
}
.productBox a.readMore:hover{
    background: rgb(0 0 0 / 70%);
	color:#fff;
	text-decoration:none;
}*/


#homeService{
    background: #a50000;
	padding:50px 80px 100px 80px;
}
#homeService h3{
	font-size:4rem;
	color:#ffffff;
	text-transform:uppercase;
	line-height:normal;
	text-align:center;
	font-weight:500;
	margin:0 0 30px 0;
}
#homeService .azbilService a{
	display:block;
	position:relative;
	background:#000000;
}
#homeService .azbilService a span{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 2rem;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
#homeService .azbilService a:hover span{
    font-size: 2.5rem;
	font-weight:600;
}
#homeService .azbilService a .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#homeService .azbilService a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:90%;
}
#homeService .azbilService a .text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
#homeService .azbilService a:hover .image {
  opacity: 0.5;
}

#homeService .azbilService a:hover .middle {
  opacity: 1;
}

#homeCSR{
	padding:100px 0;
	font-size:1.8rem;
}
#homeCSR h3{
	font-size:4rem;
	color:#000000;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 30px 0;
}
#homeCSR h3 span{
	background:#a50000;
	color:#fff;
	padding:0 20px;
	margin:0 10px 0 0;
}
#homeCSR p{
	margin:0 0 15px 0;
}
#homeCSR a{
	 text-decoration:none;
}
#homeCSR .read-more span {
     position: relative;
     padding-right: 5px;
     font-size: 14px;
     color: #a50000;
     text-decoration: none;
     text-transform: uppercase;
     letter-spacing: 0.1em;
	 font-weight:400;
 }

#homeCSR .read-more span .fas {
     position: absolute;
     top: 2px;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: all .35s;
 }

#homeCSR a:hover .read-more .fas,
#homeCSR a:hover .read-more span .fas {
     left: 100%;
     width: 50%;
 }
 
#homeNews{
	padding: 50px;
	font-size:1.8rem;
}
#homeNews h3{
	font-size:4rem;
	color:#000000;
	text-transform:uppercase;
	line-height:normal;
	margin:0;
	text-align:center;
}
#homeNews h3 span{
	color:#a50000;
	margin:0;
}
#homeNews hr{
	width: 7%;
    margin: 20px auto 30px auto;
    border-top: 3px solid #e8e8e8;
}
/*.news_box a{
	border-bottom:solid 3px #e8e8e8;
	margin: 0 0 30px 0;
}
.news_box a:hover{
	text-decoration:none;
	border-bottom:solid 3px #a50000;
}

.news_box .item .thumb{
    position: relative;
    display: block;
    overflow: hidden;
	margin:0 0 10px 0;
}*/

/* Update */
.news_box{
	margin: 0 0 30px 0;
}
.news_box .newsThumb{
    position: relative;
    display: block;
    overflow: hidden;
}
.news_box .newsThumb a img{
	transition: transform .2s;
}
.news_box .newsThumb a:hover img{
	transform: scale(1.1);
}
.news_box .newsThumb .newsDate{
	position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    height: auto;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
    color: #000;
}
.news_box .newsThumb .newsDate span{
	font-size:2.5rem;
}
.news_box .newsThumb .newsName{
	position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 20px;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
}
@media (min-width: 768px) {
	.newsContent{
		padding:20px 100px;
	}
}


.content_date{
    color: #666;
    font-size: 1.25rem;
	text-align:right;
}
.content_name{
	color:#000;
	font-weight:600;
	margin:10px 0;
	display:block;
	font-size:2rem;
}
.content_desc{
	color:#666;
	display:block;
	font-weight:300;
	font-size:1.5rem;
	margin:0 0 20px 0;
}
.viewAll{
	text-align:center;
}
.viewAll a{
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ccc;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}
.viewAll a:hover{
	background:#a50000;
	color:#fff;
	text-decoration:none;
}
.viewAllRed{
	text-align:center;
}
.azbilService{
	margin-bottom: 30px;
}
.viewAllRed a{
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #fff;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
	color:#fff;
}
.viewAllRed a:hover{
	background:#fff;
	color:#a50000;
	text-decoration:none;
}

.homeRecruitBox {
  display: flex;
  background:#a50000;
}
.homeRecruitBox .twoColumn:first-child{
	background-image: url('../images/bgRecruit.jpg');
    background-size: 100%;
}

#homeRecruit{
	background-image: url('../images/bgRecruit.jpg');
    background-size: 100%;
	background-position:center center;
	padding:100px 0;
	text-align:center;
	color:#fff;
	font-size:2rem;
}
#homeRecruit h2{
	text-transform: uppercase;
    font-size: 4rem;
    margin: 0 0 20px 0;
    color: #fff;
}
#homeRecruit a{
	padding:5px 20px;
	background:#fff;
	display:inline-block;
	border-radius:50px;
	margin:20px 0 0 0;
}
#homeRecruit a:hover{
	background:#a50000;
	color:#fff;
	text-decoration:none;
}

#homeContact{
	padding:50px 0 100px 0;
}
#homeContact h2{
	text-transform: uppercase;
    font-size: 4rem;
    margin: 0 0 20px 0;
    color: #000000;
	text-align:center;
}
#homeContact hr{
	width: 7%;
    margin: 20px auto 30px auto;
    border-top: 3px solid #e8e8e8;
}
.contactBox{
	position:relative;
	padding: 20px;
    background: #450000;
    background: linear-gradient(120deg, #450000 0%, #450000 0%, #a50000 100%);
    color: #fff;
	font-size:1.5rem;
background: rgb(98,98,98);
background: linear-gradient(140deg, rgba(98,98,98,1) 0%, rgba(175,175,175,1) 100%);
margin:0;
}
.contactBox .title{
	font-size:2.25rem;
	font-weight:600;
	letter-spacing:0.5px;
}
.contactBox .address{
	font-weight:300;
	margin:0 0 20px 0 !important;
}
.contactBox i{
	margin:0 10px 0 0;
}
.contactBox .map {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.contactBox .map a{
	cursor:pointer;
	display:block;
	overflow:hidden;
}
.contactBox .map a img{
	transition: transform .2s;
}
.contactBox .map a:hover img{
	transform: scale(1.1);
}

#homeContact .thumb {
    position: relative;
    overflow: hidden;
}
#homeContact .thumb a{
	cursor:pointer;
	display:block;
	overflow:hidden;
}
#homeContact .thumb a img{
	transition: transform .2s;
}
#homeContact .thumb a:hover img{
	transform: scale(1.1);
}
#homeContact .contactBTN{
	text-align:center;
	font-size:2.5rem;
	margin:30px 0 0 0;
}
#homeContact .contactBTN a{
	padding:5px 20px;
	background:#a50000;
	border:solid 1px #a50000;
	display:inline-block;
	border-radius:50px;
	margin:10px 0 0 0;
	color:#fff;
	font-size:2rem;
}
#homeContact .contactBTN a:hover{
	background:#fff;
	color:#a50000;
	text-decoration:none;
}

#breadCrumb{
    padding: 10px;
    background: #a50000;
    font-size: 1.25rem;
	position: fixed;
    width: 100%;
	z-index:9999;
}
.breadcrumb_menu,
.breadcrumb_menu a{
	color:#fff;
	font-weight:300;
	
}
.breadcrumb_menu a{
	display:inline-block;
	text-decoration:none;
}
.breadcrumb_menu a:hover{
	color:#fff;
}

#pageContent{
	padding:50px 0;
}
.mainTitle h1{
	font-size:4rem;
	text-align:center;
	color:#000;
	text-transform:uppercase;
}


#homeVDO{
	position:relative;
	overflow:hidden;
}
#bg-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  mask-image: linear-gradient(to top, transparent 0%, black 50%, transparent 100%);
  user-select: none;
  pointer-events: none;
  filter: grayscale(0.3);
  aspect-ratio: 16/9;
}
#homeVDO .vdoText{
    position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-5%, -50%);
	width:40%;
	background:#a50000;
	padding:2.5em;
	color:#fff;
	height:auto !important;
	z-index:9999;
	font-size:2rem;
}

#homeVDO .vdoText h2{
	color:#fff;
	margin:0 0 20px 0;
	font-size:3.25rem;
}


#header #header-corporation .inner .logo img {
    margin-bottom: 13px;
}


@media screen and (max-width: 600px) {
	.slideText {
		left: 10%;
		transform: translate(-10%, -50%);
		width: 80%;
	}
	#homeProduct {
		padding: 50px 0;
	}
	#homeService {
		padding: 20px 20px 40px 20px;
	}
	#homeService .azbilService a {
		margin-bottom: 20px;
	}
	#homeService h3 {
		font-size: 3rem;
		margin: 0 0 15px 0;
	}
	#homeNews {
		padding: 20px 20px 40px 20px;
		font-size: 1.6rem;
	}
	#homeRecruit {
		background-size: cover;
		padding: 50px 15px;
		font-size: 1.5rem;
	}
	#homeContact {
		padding: 50px 20px;
	}
	.contactBox {
		margin-bottom: 20px;
	}
}

/* ABOUT US */

@media (min-width: 768px) {
    .list-about {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.82%;
        text-align: center;
		list-style:none;
    }
}
.list-about li {
    position: relative;
    width: 20%;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 0.82%;
}
.list-about li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 60px;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    border: solid 1px #000;
    padding: 4px 20px 5px 10px;
}
.list-about li a span {
    display: inline-block;
    line-height: 1.5;
}
.list-about li a i {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -6px;
	color:#666;
}
.list-about li a:hover{
	text-decoration:none;
	color:#fff;
	background:#777;
}
.list-about li a:hover i{
	color:#fff;
}

.pageAbout .title{
	font-size:4rem;
	font-weight:300;
	color:#000;
	margin:0 0 20px 0;
}
.pageAbout .subTitle{
	font-size:3rem;
	font-weight:300;
	color:#000;
	margin:20px 0;
	text-align:center;
}
.aboutList{
	padding-bottom:0!important;
}
@media (min-width: 768px) {
	#azbilAbout .descAbout{
		padding:0 30px 0 0;
		text-align:justify;
	}
	#azbilAbout .imgAbout{
		padding:80px 0 0 0;
		margin:0;
	}
}
#azbilAbout {
	padding:50px 0 0 0;
	text-align:justify;
}
#azbilAbout .descAbout ul{
	padding: 0 0 40px 40px;
}
#azbilAbout .descAbout ul li{
	margin-bottom:5px;
}

.companyInfo { 
    float: none;
    display: table;
    margin: 20px auto;
    padding: 0;
    width: 100%;
}
.companyInfo li {
	float:left;
	display: table-row; 
	padding:0px 0px 10px 0px;
	width:100%;
	margin-bottom:10px;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
}
.companyInfo li span.topic {
	float:left;
	list-style:none;
	display: table-cell;
	padding:0px;
	width:25%; 
	vertical-align:top;
	padding:5px 0px;
	font-weight:500;
}
.companyInfo li span.info {
	float:left;
	list-style:none;
	display: table-cell;
	padding:0px;
	width:75%; 
	vertical-align:top;
	padding:5px 0px;
	font-weight:300;
}
@media (max-width: 768px) {
	.companyInfo li span.topic {
		width:100%; 
	}
	.companyInfo li span.info {
		width:100%; 
	}
}
#azbilCompanyProfile{
	background: #666666 url('../images/bgCompanyInfo.png') no-repeat;
    background-size: cover;
	padding:80px 0 160px 0;
	color:#fff;
}
#azbilCompanyProfile .title{
	color:#fff;
}

#azbilCompanyEvent{
	margin-top:-100px;
	width:100%;
	overflow-x:hidden;
}
#azbilCompanyEvent .container-fluid{
	padding:0;
}

#azbilCompanyPhilosophy{
	padding: 100px 0;
    background: url('../images/bgPhilosophy.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}
#azbilCompanyPhilosophy .subTitle{
	font-size:2.25rem;
	font-weight:600;
	margin:30px 0;
	color:#000;
}
.philosophy { 
    float: none;
    display: table;
    margin: 20px auto;
    padding: 0;
    width: 100%;
}
.philosophy li {
	float:left;
	display: table-row; 
	padding:20px;
	width:33.3333%;
	margin-bottom:10px;
	background: rgba(0, 0, 0, 0.4);
	border-radius:50%;
	position:relative;
	color:#fff;
}
@media (max-width: 768px) {
	.philosophy li {
		float: none;
		display: block;
		width: 70%;
		border-radius: 50%;
		margin-left: 15%;
		margin-bottom:0px;
	}
	.philosophy li:first-child {
		right: 0px !important;
		margin-bottom: -15px;
	}
	.philosophy li:last-child {
		left: 0px !important;
		margin-top: -15px;
	}
	#azbilCompanyPhilosophy{
		background: url('../images/bgPhilosophy-sp.jpg') no-repeat center;
		background-size: contain;
		background-position:bottom;

	}
}
.philosophy li .content{
	transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
	font-size:1.75rem;
}
.philosophy li:first-child{
	right:-15px;
}
.philosophy li:last-child{
	left:-15px;
}
.philosophy li .content p:first-child{
	font-weight:400;
	font-size:2.5rem;
}
.philosophy li:before {
    position: absolute;
    content: '';
    background: #990000;
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
    bottom: 35px;
}

@media (min-width: 768px) {
	.philosophy { 
		width: 80%;
	}
}
#azbilSymbol{
	padding:80px 0;
}
.symbolDetail{
	position:relative;
}
.symbolDetail .symbolLogo{
	max-width: 500px;
    position: absolute;
    right: -50px;
    top: 50px;
	z-index:9;
}
.redBox{
	width: 70%;
    padding: 80px 100px;
    background: #990000;
	color:#fff;
}
.redBox p{
    font-size: 1.6rem;
    color: #fff;
    opacity: 0.8;
    letter-spacing: .02em;
    line-height: 1.625;
    text-align: justify;
}
.redBox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.redBox ul li{
	padding: 40px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.4);
}
.redBox ul li:first-child{
	padding: 0 0 40px 0;
}
.redBox ul li:last-child{
	padding: 40px 0 0 0;
	border:none;
}
.redBox ul li p.topic{
	color: #fff;
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 20px;
	opacity:1;
}

@media (max-width: 767px) {
	.symbolDetail .symbolLogo {
		max-width: 350px;
		left: 45px;
		top: 0;
	}
	.redBox{
		width:100%;
		margin-top:100px;
		padding:150px 30px 30px 30px;
	}
}

#azbilCompanyHistory{
	padding: 80px 0;
   /* background: url('../images/bgHistory.jpg') no-repeat center;
    background-size: cover;
	background-position: top;*/
    position: relative;
    z-index: 1;
}
#historySlider01,
#historySlider02{
	padding:20px 0 0 0;
}
/*#azbilCompanyHistory .year{
	font-weight:bold;
	font-size:3rem;
	color:#990000;
}
#azbilCompanyHistory ul{
	padding:0 0 20px 20px;
	font-size:1.5rem;
	letter-spacing:0.2px;
}
#azbilCompanyHistory ul li{
	margin:0 0 5px 0;
	font-weight:300;
}*/
#azbilInitiatives{
	padding: 80px 0; 
    background: #F7F7F7;
	position:relative;
}
@media (max-width: 767px) {
	#historySlider01, #historySlider02 {
		padding: 40px 0 0 0;
	}
}

@media (min-width: 768px) {
	#azbilInitiatives .descAbout{
		max-width:70%;
		font-weight:300;
		margin:0 0 30px 0;
	}
}
#azbilInitiatives img{
	position:absolute;
	right:0;
	top:80px;
	max-width:700px;
}
.redButton {
    display: inline-block;
    padding:10px 50px 10px 20px;
    background: #a50000;
	border:solid 1px #a50000;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.redButton i{
	position: absolute;
    right: 20px;
    padding: 3px 0 0 0;
}
.redButton:hover{
    background: #fff;
    color: #a50000;
	border:solid 1px #a50000;
	text-decoration:none;
}

@media (max-width: 767px) {
	#azbilInitiatives{
		padding: 50px 0 20px 0;
		background: #F7F7F7;
		position:relative;
	}
	#azbilInitiatives img{
		position:inherit;
		top:50px;
		max-width:100%;
	}
}


#azbilCSR{
	background: url('../images/bgazbilEnvironmental.png') no-repeat #666;
    background-size:auto;
	background-position:top left;
    padding: 80px 0;
    color: #fff;
}
#azbilStakeholders{
	background: url('../images/bgazbilCertificates.png') no-repeat #9b0000;
    background-size:auto;
	background-position:bottom right;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}
#azbilCSR h2,
#azbilStakeholders h2{
	color:#fff;
	text-align:center;
}
#azbilCSR ul,
#azbilStakeholders ul{
	list-style:none;
	margin:0;
	padding:0;
}
#azbilCSR ul li,
#azbilStakeholders ul li{
	float:left;
	display:inline-block;
	width:50%;
	padding:20px 50px;
}
#azbilStakeholders ul li a{
	display:block;
	padding:15px;
	color:#fff;
	border:solid 1px #fff;
	text-decoration:none;
	font-weight:500;
	font-size:1.75rem;
}
#azbilCSR a{
	display:inline-block;
	padding:15px 30px;
	color:#fff;
	border:solid 1px #fff;
	text-decoration:none;
	font-weight:500;
	font-size:1.75rem;
	margin-top:20px;
}
#azbilCSR a:hover{
	color:#333333;
	border:solid 1px #fff;
	background:#fff;
}
#azbilStakeholders ul li a i{
	margin:0 0 0 10px;
}
#azbilStakeholders ul li a:hover{
	color:#a50000;
	border:solid 1px #fff;
	background:#fff;
}

#azbilContact{
	font-family: 'Poppins', 'Noto Sans Thai', sans-serif;
    color: #555555;
	padding:50px 0;
	font-weight:300;
	border-top: 1px solid #ebebeb;
	background:#ebebeb4a;
}
#azbilContact p {
    margin: 0 0 10px 0;
}
#azbilContact .contactInfo .title{
	font-weight: 500;
    font-size: 2rem;
    margin: 0 0 20px 0;
	color:#000;
}
#azbilContact .contactInfo .title:after{
	content: '';
    border-bottom: 2px solid #a50000;
    width: 40px;
    display: block;
    margin: 8px 0;
}
#azbilContact .contactInfo i{
	margin:0 10px 0 0;
}

/* NEWS */
.listYear{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:100%;
	text-align:right;
}
.listYear li{
	margin: 0 0 0 5px;
	display:inline-block;
	font-size:1.3rem;
	font-weight:300;

}
.listYear li a{
	display:block;
	border:solid 1px #ccc;
	padding:5px 10px;
	line-height:normal;
	text-decoration:none;
}
.listYear li a:hover,
.listYear li a.active{
	background:#666;
	color:#fff;
}
.mainTitleNews{
	border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}
.mainTitleNews h1{
	font-size:3.5rem;
	text-align:left;
	color:#333;
	padding:0 0 10px 0;
}
.newsDate{
	font-size:1.5rem;
	color:#ccc;
	margin:0 0 20px 0;
	font-weight:300;
}
.sideBar{
	background:#f7f7f7;
	padding:20px;
}
.sideBar .topic{
	font-weight: 500;
    text-align: center;
    padding: 5px;
    background: #666;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.75rem;
	margin:0 0 10px 0;
}
.sideBar ul{
	list-style:none;
}
.sideBar ul li{
	text-align:center;
	font-size:2rem;
	border-bottom:dashed 1px #ccc;
}
.sideBar ul li a{
	display:block;
	text-decoration:none;
	padding:10px;
	color:#444444;
}
.sideBar ul li a:hover{
	background:#e3e3e3;
	color:#000000;
}
.contentNews{
	font-weight:300;
	text-align:justify;
	font-size:1.75rem;
}
.contentNews .img{
	margin:20px 0 !important;
	text-align:center;
}
.contentNews img{
	border-radius:7px;
}
.contentNews ul{
	padding:0 0 20px 40px;
}
.contentNews .subTitle{
	font-weight:bold;
	margin-bottom:0;
}
.center{
	text-align:center;
}
.imgCaption{
	text-align:center;
	margin-bottom:20px !important;
}
.remark{
	font-size: 1.25rem;
}

/* CONTACT */
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 1600px) {
    .container {
        width:1280px
    }
}
.text-policy a{
	display:inline-block;
}

/* PRIVACY POLICY */
.privacyBox{
	font-weight:300;
	text-align:justify;
}
.privacyBox .row{
	margin-bottom:30px;
}

.privacyBox h2{
	font-weight:500;
	font-size:2.5rem;
	color:#000;
	margin:0 0 20px 0;
}
.privacyBox h3{
	font-weight:500;
	font-size:2rem;
	color:#000;
	margin:0 0 10px 0;
}
.privacyBox h4{
	font-weight:600;
	font-size:2rem;
	color:#000;
	margin:0 0 10px 0;
}
.privacyBox ol,
.privacyBox ul{
	padding-left:40px;
}
.privacyBox ol.left{
	padding-left:20px;
}
.privacyBox ol li,
.privacyBox ul li{
	margin-bottom:10px;
}
.privacyBox strong{
	font-weight:500;
	color:#000;
}
.privacyBox p.olol {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    text-indent: -2em !important;
    margin-left: 2em !important;
}
.privacyBox .charList{
	text-indent:-2em !important; 
	margin-left: 2em !important;
	display:block;
	margin-bottom:10px;
}
.privacyBox .indent{
	margin-left:2em !important;
}
.remark{
	text-indent:-1.5em; 
	margin-left: 1.5em !important; 
	font-size:85%;
}
.subMenu{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:100%;
	text-align:right;
}
.subMenu li{
	margin: 0 0 0 5px;
	display:inline-block;
	font-size:1.5rem;
	font-weight:300;

}
.subMenu li a{
	display:block;
	border:solid 1px #ccc;
	padding:5px 15px;
	line-height:normal;
	text-decoration:none;
}
.subMenu li a:hover,
.subMenu li a.active{
	background:#666;
	color:#fff;
}
a.btn-red:hover{
	color:#fff;
	text-decoration:none;
}
#recruitPage{
	padding:50px 0;
	font-weight:300;
}
.form-control .req{
	font-weight:500;
}
.form-control .text-title-form {
    font-weight: 500;
    color: #000;
}
.form-control .text-agree .container-checkbox {
    max-width: 600px;
}
.form-control {
    padding: 50px 100px 0 100px;
}
.form-control .sub-title-form p{
	font-weight:500;
}
.form-control .selectBox {
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 40px;
    font-size: 1.6rem;
    padding: 5px 15px;
	border-radius:3px;
}
.form-control .selectBox:focus{
	outline: none;
    outline-offset: none;
}
#accordionRecruit{
	margin-top:20px;
}
#accordionRecruit .card {
	margin:0 0 10px 0;
}
#accordionRecruit .card-body{
	padding:20px;
}
#accordionRecruit .card-body ul{
	padding-left:40px;
	margin:0 0 20px 0;
}
#accordionRecruit .card-body h5{
	font-size:1.75rem;
	font-weight:500;
	color:#000;
	margin:0 0 10px 0;
}
#accordionRecruit .card-body a{
	display:inline-block;
	padding:5px 20px;
	background:#a50000;
	color:#fff;
	margin:0 auto;
	text-decoration:none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#accordionRecruit .card-body a:hover{
	text-decoration:none;
	background:#333;
}
#recruitPage form{
	text-align:center;
	margin-top:20px;
}
#recruitPage button{
	display:inline-block;
	padding:5px 20px;
	background:#a50000;
	color:#fff;
	margin:0 auto;
	text-decoration:none;
	text-transform:none !important;
	font-size:1.6rem;
}
#recruitPage button:hover{
	text-decoration:none;
	background:#333;
}
#accordionRecruit .card-header h2 button{
	font-size: 2rem;
	background: linear-gradient(135deg,  #a09d9d 0%,#a09d9d 50%,#aaa7a7 50%,#aaa7a7 100%); 
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
	white-space: normal!important;
	padding:10px 20px;
}
#accordionRecruit .card-header h2 button:hover,
#accordionRecruit .card-header h2 button:focus{
	text-decoration:none;
	outline: none;
    outline-offset: none;
}
#accordionRecruit .card-header h2 button span{
	font-size: 1.5rem;
	display:block;
}

#ourBusiness{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
#ourBusiness .container-fluid{
	padding:0;
}
#ourBusiness h1{
	font-size:4rem;
	color:#fff;
}
#ourBusiness h1 span{
	display:block;
	font-size:2.5rem;
	font-weight:500;
	margin:0 0 10px 0;
}
.businessBoxSlide .slideText {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
	background:none;
	padding:0;
    width: 35%;
    color: #fff;
    height: auto !important;
    z-index: 999;
}
.businessBoxSlide .slideText a{
	padding:5px 20px;
	border:solid 1px #fff;
	display:inline-block;
	text-decoration:none;
	margin:5px 0 0 0;
	background:#fff;
	font-weight:300;
	font-size:1.5rem;
}
.businessBoxSlide .slideText a:hover{
	color:#fff;
	background:#a50000;
}

#solutionService{
	padding:50px 0 0 0;
}
#solutionService h3{
	font-size: 3.25rem;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 30px 0;
    border-left: solid 7px #a50000;
    padding: 0 0 0 20px;
}
#solutionService .azbilService a{
	display:block;
	position:relative;
	background:#000000;
}
#solutionService .azbilService a span{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.75rem;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
#solutionService .azbilService a:hover span{
    font-size: 2rem;
	font-weight:600;
}
#solutionService .azbilService a .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#solutionService .azbilService a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:90%;
}
#solutionService .azbilService a .text {
  color: white;
  font-size: 15px;
  padding: 15px;
  font-weight:300;
}
#solutionService .azbilService a:hover .image {
  opacity: 0.5;
}

#solutionService .azbilService a:hover .middle {
  opacity: 1;
}

#advanceAutomation h3{
	font-size: 3.25rem;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 30px 0;
    border-left: solid 7px #a50000;
    padding: 0 0 0 20px;
}
#advanceAutomation h4{
	font-size: 2.75rem;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}
#advanceAutomation h4 span{
	color:#a50000;
	font-weight:bold;
	font-size:3rem;
}
.bgWhite{
	background:#ffffff;
	padding:50px 0;
}
.bgGray{
	background:#F7F7F7;
	padding:50px 0;
}
#advanceAutomation .aaBox{
	padding:20px 0;
	font-size:1.5rem;
	font-weight:300;
}
#advanceAutomation .aaBox a{
	display:block;
	border-bottom:solid 1px #ccc;
	color:#333;
}
#advanceAutomation .aaBox a p{
	margin:0 0 20px 0;
}
#advanceAutomation .aaBox a:hover{
	text-decoration:none;
	color:#000;
	border-bottom:solid 1px #a50000;
}
#advanceAutomation .aaBox a:hover img{
	opacity:0.8;
}
#advanceAutomation .aaBox img{
	margin:0 0 20px 0;
	border:solid 1px #e5e5e5;
}
#advanceAutomation .aaBox h5{
    font-size: 1.75rem;
    font-weight: 600;
    color: #a50000;
    margin: 0 0 20px 0;
}

.marketBox{
	background: #ffeeee;
    padding: 10px 20px;
	margin:0 0 20px 0;
}
.marketBox p:first-child{
	font-weight:500;
	color:#000000;
	font-size:1.75rem;
	margin:0 0 5px 0;
}
.marketBox p:last-child{
	margin:0;
}
#advanceAutomation ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
#advanceAutomation ul li{
	display:inline-block;
}

#industrialSystem p{
	text-align:justify;
}
#industrialSystem img{
	margin:0 0 20px 0;
}
#industrialSystem .gray{
	background:#f6f6f6;
	padding:50px 0;
}
#industrialSystem .white{
	padding:50px 0;
}
#industrialSystem h3{
    font-size: 3.5rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	float:left;
	width:100%
}
#industrialSystem h3 sup{
	top: -1em;
	font-size:50%;
}
#industrialSystem h4{
    font-size: 3rem;
    color: #a50000;
    margin:0 0 20px 0;
    display: block;
}
#industrialSystem h3 span{
	float:left;
    color: #ffffff;
	background:#a50000;
	padding:20px 10px;
	margin:-20px 15px 0 0;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#industrialSystem h3 div{
	float:left;
	display:inline-block;
}
#industrialSystem h5{
    font-size: 3rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	border-left:solid 10px #a50000;
	padding:0 0 0 15px;
	line-height:1.25;
}
#industrialSystem ul{
	padding:0 0 20px 40px ;
}
.white .shadow{
	-webkit-box-shadow: 10px 10px 0px 0px rgba(167,167,167,1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(167,167,167,1);
	box-shadow: 10px 10px 0px 0px rgba(167,167,167,1);
}
.gray .shadow{
	-webkit-box-shadow: 10px 10px 0px 0px rgba(165,0,0);
	-moz-box-shadow: 10px 10px 0px 0px rgba(165,0,0);
	box-shadow: 10px 10px 0px 0px rgba(165,0,0);
}
.white .radius,
.gray .radius{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hilightBox{
	color:#fff;
	padding:30px;
	background:#666666;
	margin-top:20px;
}
.CO2{
	padding:0 0 50px 0;
}
.CO2BOX{
	position:relative;
	padding:0;
	margin:0 0 30px 0;
}
.CO2BOX img{
	margin:0 0 0 0 !important;
}
.CO2BOX p{
	position:absolute;
	background:#a50000;
	color:#fff;
	padding:20px;
	max-width:70%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
	font-size:1.75rem;
}
.CO2content{
	padding:20px 0 0 0;
}
.CO2content p:last-child{
	margin:0 !important;
}
.ECStep {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 899px) {
  .ECStep {
    margin-top: 30px;
  }
}
.ECStep .box {
	position: relative;
	width: 22%;
	background:#fff;
	padding:15px;
}
@media screen and (min-width: 900px) {
  .ECStep .box:not(:nth-of-type(-n+4)) {
    margin-top: 25px;
  }
  .ECStep .box:not(:nth-of-type(4n))::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 20px;
    height: 39px;
    background: url("../images/step-arrow.png") no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 899px) {
  .ECStep .box {
    width: 100%;
  }
  .ECStep .box:not(:nth-of-type(1)) {
    margin-top: 35px;
  }
  .ECStep .box:not(:nth-of-type(1))::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 20px;
    height: 40px;
    background: url("../images/step-arrow.png") no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
  }
}
.ECStep .box .number {
	text-align: center;
	background: #a50000;
	color: #fff;
    font-size: 1.5rem;
    padding: 5px;
	text-transform:uppercase;
}
.ECStep .box .yellow {
	background-color: #feb82c;
}
.ECStep .box .icon {
  text-align: center;
}
.ECStep .box .box-title {
    margin: 10px 0;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 500;
	color:#000;
}

.ECStep .box p {
	text-align:left !important;
}
.caseStudyBox h5{
	margin: 50px 0 30px 0 !important;
}
.caseStudyBox a{
	display:block;
	background:#fff;
	padding:10px;
	text-decoration:none;
	text-align:center;
}
.caseStudyBox a:hover{
	color:#fff;
	background:#666666;
	text-decoration:none;
}
.caseStudyBox a i{
	margin-left:10px;
}



#topBanner{
	position:relative;
}
#topBanner .container-fluid{
	padding:0;
}
#topBanner h1{
    position: absolute;
    top: 50%;
	left:50%;
    transform: translate(-50%, -50%);
    background: none;
    padding: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: 4rem;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.5;
}

#topBanner{
	position:relative;
}
#topBanner .topTitle{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 999;
    background: #000000a3;
    padding: 20px 30px;
}
#topBanner .topTitle h2{
    font-size: 4rem;
    color: #fff;
}
#productBox{
	padding:50px 0;
}
.productInfo{
	padding-left:20px;
}
.productInfo a:hover{
	text-decoration:none;
}
.productInfo h1{
	font-size:3.5rem;
	color:#000;
	border-bottom:dashed 1px #ccc;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
.productInfo h2{
	font-size:2.5rem;
	color:#000;
	padding:15px 0;
	font-weight:500;
    position: relative;
    margin-bottom: 20px;
}

.productInfo h2::after {
    content: '';
    position: absolute;
    background-color: #a50000;
    width: 5%;
    height: 5px;
    bottom: 0;
    left: 0;
}

.productInfo h1 span{
	font-size:4.5rem;
	color:#a50000;
}
.productInfo .product-name{
	color:#000;
	font-size:1.25rem;
	margin:0 !important;
	padding:5px 10px;
	height:46px;
}
.productInfo ul{
	padding:0 0 0 40px;
	margin:0;
}
.productInfo .spaceInfo{
	margin-bottom:30px;
}
.productInfo .productList,
.productInfo .productList3{
	padding: 30px 0 0 0;
    border-top: dashed 1px #ccc;
	margin:0 0 30px 0;
}
.linkGroup{
    display: inline-block;
    padding: 5px 15px;
    border: solid 1px #a50000;
    color: #a50000;
    font-weight: 300;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px;
}
.linkGroup:hover{
	background:#a50000;
    color: #ffffff;
}
.linkGroup i{
    font-size: 1.25rem;
    margin: 0 0 0 7px;
}
.productListBox a,
.productListBox3 a{
	text-align:center;
	color:#333;
}
.productListBox a:hover,
.productListBo3 a:hover{
	text-decoration:none;
	color:#000;
	font-weight:500;
}
.productListBox a img,
.productListBox3 a img{
	padding:15px;
	border:solid 1px #ccc;
	margin:0 0 10px 0;
}
.productListBox a img.noPD,
.productListBox3 a img.noPD{
	padding:0;
}
.productListBox a:hover img,
.productListBox3 a:hover img{
	border:solid 1px #a50000;
}
.productListBox a .name,
.productListBox3 a .name{
	font-size:1.5rem;
	font-size:500;
	margin:0 0 10px 0;
}
.productListBox a .readMore,
.productListBox3 a .readMore{
	font-size:1.25rem;
	color:#000;
	margin:0 0 10px 0;
}
.productListBox a .readMore span,
.productListBox3 a .readMore span{
    position: relative;
    font-size: 1.25rem;
    color: #a50000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.productListBox a .readMore span .fa,
.productListBox3 a .readMore span .fa {
     position: absolute;
     top: 2px;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: all .35s;
 }
.productListBox a:hover .readMore span .fa,
.productListBox3 a:hover .readMore span .fa {
     left: 100%;
     width: 50%;
 }




.sideBarProduct{
	background:#f7f7f7;
	padding:20px;
}
.sideBarProduct hr{
	margin:20px 0;
	border-top: 1px solid #d7d7d7;
}
.sideBarProduct .topic {
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    font-size: 2rem;
    margin: 0 !important;
	padding:0 0 5px 0;
}
.sideBarProduct ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
.sideBarProduct ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.sideBarProduct ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #900;
    border-top: 1px solid #900;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sideBarProduct ul li a {
    display: block;
    color: #000;
	text-decoration:none;
	font-weight:300;
	letter-spacing:0.5px;
	font-size:1.5rem;
}
.sideBarProduct ul li a:hover{
	color: #a50000;
}
.sideBarProduct ul li.active a{
	color: #a50000;
	font-weight:500;
}

.pc{display:block;}
.sp{display:none;}

@media only screen and (max-width: 767px) {
	.pc{display:none;}
	.sp{display:block;}
}

@media (min-width: 768px) {
    .list-category .cat-dropdown {
        display: block !important;
    }
}
.list-category {
    padding: 23px 23px;
    background: #F8F8F8;
}
.list-category .cat-row {
    margin-bottom: 30px;
    letter-spacing: .02em;
}
.list-category .cat-name {
	font-weight: 500 !important;
    margin-bottom: 10px !important;
    font-size: 1.75rem !important;
    color: #000 !important;
	border: none !important;
}
.list-category .cat-name a{
	text-decoration:none;
}
.list-category .cat-name a i{
	font-size:1.5rem;
}
.list-category .cat-name a:hover{
	text-decoration:none;
	color:#a50000;
}
.list-category .cat-name a.active-cat {
    pointer-events: none;
    cursor: default;
    color: #a50000;
    font-weight: 500;
}
.list-category .sub-cat {
	list-style:none;
	padding:0 !important;
	margin:0 0 0 15px;
}
.list-category .sub-cat li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}
.list-category .sub-cat li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #900;
    border-top: 1px solid #900;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.list-category .sub-cat li a {
    display: block;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #000;
	font-weight:300;
	font-size:1.5rem;
}
.list-category .sub-cat li a:hover{
	text-decoration:none;
	color:#a50000;
}
.list-category .sub-cat li.active-cat a {
    pointer-events: none;
    cursor: default;
    color: #a50000;
    font-weight: 500;
}

@media (max-width: 767px) {
    .list-category {
        border: 1px solid #999999;
        padding: 15px;
		margin-bottom: 20px;
    }
    .list-category .cat-current {
		position: relative;
        color: #900;
        font-size: 1.75rem;
        font-weight: 500;
        padding-left: 24px;
        margin-bottom: 0 !important;
    }
    .list-category .cat-dropdown {
        display: none;
    }
    .list-category .cat-dropdown .cat-row:first-child {
        border-top: 1px solid #000;
        margin-top: 10px;
        padding-top: 10px;
    }
    .list-category .cat-current:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #900;
        border-top: 1px solid #900;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
	.productInfo {
		padding-left: 0;
	}
	.content_gallery{
		margin-bottom:30px;
	}
}


#laboratoryIntro{
	padding:50px 0;
}
#laboratoryIntro .introBox{
	padding:0;
}
#laboratoryIntro .introBox img{
	max-width:60%;
}
#laboratorySlogan{
	padding:50px 0;
	background:#a50000;
	background: linear-gradient(135deg,  #a50000 0%,#a50000 49%,#870000 49%,#870000 100%);
}
#laboratorySlogan h3{
	color:#fff;
	font-size:4rem;
	text-align:center;
}
#laboratorySlogan h4{
    color: #e1cb0f;
    font-size: 2.75rem;
    margin: 20px 0 30px 0;
	text-align:center;
}
#laboratorySlogan h5{
    color: #fff;
    font-size: 2rem;
    margin: 20px 0 10px 0;
}
#laboratorySlogan img{
	border-radius:10px;
}
#laboratorySlogan ul{
	margin:20px;
	padding-left:20px;
	color:#fff;
	font-weight:300;
}
#laboratorySlogan ul li{
	margin:0 0 10px 0;
}
#laboratoryFlow{
	padding:50px 0;
}
#laboratoryTH{
	background:#F7F7F7;
	padding:50px 50px 80px 50px;
}
#laboratoryTH h3{
    color: #000;
    font-size: 4rem;
    margin:0;
	text-align:center;
}
#laboratoryTH h4{
    color: #a50000;
    font-size: 2.25rem;
    margin: 20px 0 30px 0;
	text-align:center;
}
#laboratoryTH img{
	border-radius:15px;
}
.center{
	text-align:center !important;
}
#STC p{
	text-align:justify;
}
#STC img{
	margin:0 0 20px 0;
}
#STC .gray{
	background:#f6f6f6;
	padding:50px 0;
}
#STC .white{
	padding:50px;
}
#STC h3{
    font-size: 3.5rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	float:left;
	width:100%
}
#STC h4{
	font-size: 2.5rem;
    color: #000000;
    margin: 20px 0;
    display: block;
    border-left: solid 7px #a50000;
    padding-left: 10px;
}
#STC h3 span{
	float:left;
    color: #ffffff;
	background:#a50000;
	padding:20px 10px;
	margin:-20px 15px 0 0;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#STC h5{
    font-size: 3rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	border-left:solid 10px #a50000;
	padding:0 0 0 15px;
}
#STC ul{
	padding:10px 0 20px 40px ;
}
#STC ul li{
	margin:0 0 10px 0;
}
#STC ul li::marker {
  color: #a50000;
}
#STC ul li span{
	display:block;
	color:#000;
	font-size:1.75rem;
	font-weight:500;
}
#STC .FATSite{
    padding: 20px;
    background: #fff3f3;
    margin: 0 0 30px 0;
    border-radius: 7px;
    border: dashed 1px #a50000;
}
#STC .FATSite ul{
	margin: 0 0 0 0 !important;
	padding:0 0 0 40px;
}
#STC .FATSite ul li{
	margin: 0 0 5px 0;
}
#STC .FATSite ul li::marker{
	color:#000;
}


.businessTopBanner .slideText {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
	background:none;
	padding:0;
    width: 35%;
    color: #fff;
    height: auto !important;
    z-index: 999;
}
.businessTopBanner .slideText p:last-child{
	margin:0 !important;
}
.businessTopBanner .slideText h2 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 3.75rem;
}
.businessTopBanner .slideText h2 span {
    color: #fff;
    margin: 10px 0 20px 0;
    font-size: 2.5rem;
	display:block;
	font-weight:500;
}
.businessTopBanner .slideText .subHead{
	font-size: 4.5rem;
    margin-top: 10px !important;
    font-weight: 200;
}
.seeMore{
    display: inline-block;
    padding: 5px 15px;
    border: solid 1px #a50000;
    color: #a50000;
    font-weight: 300;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0 0 0;
}
.seeMore:hover{
	background:#a50000;
    color: #ffffff;
	text-decoration: none;
}
.seeMore i{
    font-size: 1.25rem;
    margin: 0 0 0 7px;
}
.otherInquiry{
	margin:30px 0;
	padding:20px;
	background: #f7f7f7;
}
.otherInquiry h5{
	font-size:2rem;
	margin:0 0 15px 0;
	color:#000;
}
.otherInquiry a{
	display:inline-block;
	padding:5px 20px;
	background:#a50000;
	color:#fff;
	margin:20px auto 0 auto;
	text-decoration:none;
}
.otherInquiry a:hover{
	text-decoration:none;
	background:#333;
	color:#fff;
}
.otherInquiry strong{
	font-weight:500;
}

#azbilHistory{
	padding:0;
	border:none;
}
#azbilCompanyHistory .nav > li > a{
	text-transform: inherit;
    font-size: 1.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    background: #eee;
    color: #000;
    padding: 10px 20px;
}
#azbilCompanyHistory .nav > li > a.active{
	background: #a50000;
    text-transform: inherit;
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: 1px;
    font-weight: 400;
}
#azbilCompanyHistory .tab-content{
    border: solid 1px #ddd;
    padding: 20px;
	font-weight:300;
}












@media (max-width: 767px) {
	
}




.pdT50{padding-top:50px;}
.pdT20{padding-top:20px;}
.pdL30{padding-left:30px;}
.pdR20{padding-right:20px;}
.pdB30{padding-bottom:30px;}
.pdB50{padding-bottom:50px;}
.pdL0{padding-left:0px;}
.pdR0{padding-right:0px;}

#header #header-corporation .inner .logo{
	width:auto !important;
}




/* TIMELINE */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#azbilCompanyHistory .timelineContent h2{
	font-weight: 600;
    text-align: left;
    color: #a50000;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    font-size: 2.5rem;
}
#azbilCompanyHistory .timelineContent img{
	border:solid 5px #fff;
}
#azbilCompanyHistory .timelineContent .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#azbilCompanyHistory .timelineContent .info .left {
  position: relative;
  width: 80%;
  padding-right:15px;
}
#azbilCompanyHistory .timelineContent .info .right {
  position: relative;
  width: 20%;
  text-align:center;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fff2f2;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timelineBox {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  font-size:15px;
}

.timelineBox::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  right: -13px;
	background-color: #ffffff;
    border: 7px solid #a50000;
	top: 19px;
	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 #fff2f2;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff2f2;
}

.timelineBoxRight::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fff2f2;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff2f2 transparent transparent;
}

.timelineBoxRight::after {
  left: -13px;
}

.timelineContent {
  padding: 20px;
  background-color: #fff2f2;
  position: relative;
  border-radius: 10px;
}
.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;
}
.timelineBox ul{
	list-style:disc;
	padding-left:20px;
}
.timelineBox ul li{
	margin-bottom:7px;
}
.timelineBox strong{
	font-weight:500;
}
@media screen and (max-width: 1400px) {
	.timelineBox {
	  padding: 10px 20px;
	}
}
@media screen and (max-width: 600px) {
  .timeline::after {
	left: 31px;
  }
  
  .timelineBox {
	width: 100%;
	padding-left: 70px;
	padding-right: 0;
  }

  .timelineBox::before {
	left: 60px;
	border: medium solid #fff2f2;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff2f2 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;
	}
	
	#azbilCompanyHistory .timelineContent .info {
		display: block;
	}
	#azbilCompanyHistory .timelineContent .info .left {
	  width: 100%;
	  padding-right:0px;
	}
	#azbilCompanyHistory .timelineContent .info .right {
	  width: 100%;
	  text-align:center;
	}
}



#solutionService .BAIntro{
    background: #a50000;
    padding: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
	border-radius:15px;
}
#solutionService .BAIntro p:last-child{
    margin-bottom:0;
}
#buildingAutomation{
	text-align:justify;
}
#buildingAutomation .gray{
	background:#f6f6f6;
	padding:50px 0;
}
#buildingAutomation .white{
	padding:50px;
}
#buildingAutomation h3{
    font-size: 3.5rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	float:left;
	width:100%
}
#buildingAutomation h3 i{
    font-size: 2rem;
}
#buildingAutomation h4{
	font-size: 2.5rem;
    color: #000000;
    margin: 20px 0;
    display: block;
    border-left: solid 7px #a50000;
    padding-left: 10px;		text-align:left;
}
#buildingAutomation h3 span{
	float:left;
    color: #ffffff;
	background:#a50000;
	padding:20px 10px;
	margin:-20px 15px 0 0;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#buildingAutomation h5{
    font-size: 3rem;
    color: #000;
    margin: 10px 0 20px 0;
    display: block;
	border-left:solid 10px #a50000;
	padding:0 0 0 15px;
}
#buildingAutomation .moreInfo{
    padding: 5px 20px;
    border: solid 1px #ccc;
    text-align: center;
    display: inline-block;
    background: #666;
    color: #fff;
    font-weight: 300;
    margin: 10px 0 0 0;
}
#buildingAutomation .moreInfo:hover{
	text-decoration:none;
	background:#999;
}
#buildingAutomation .BMS{
	margin-bottom:20px;
}
#buildingAutomation .BMS img{
	border:solid 1px #ccc;
}
#buildingAutomation .BMS .BMSBox{
	padding:20px 0 10px 0;
}
#buildingAutomation .darkRed{
    background: #a50000;
    padding: 20px;
    color: #fff;
}
#buildingAutomation .darkGrey{
    background: #666666;
    padding: 20px;
    color: #fff;
}
.engineerService{
	float:left;
	width:100%;
	margin-top:20px;
}
#buildingAutomation .engineerService img{
	float:left;
	display:inline-block;
	width:50%;
	border-radius:10px;
}
#buildingAutomation .engineerService div{
	float:left;
	display:inline-block;
	width:50%;
	padding:0 0 0 20px;
	font-weight:300;
	text-align:left;
}
#buildingAutomation .engineerService div h5{
	color:#fff !important;
	border:none !important;
	padding:0 !important;
	font-weight:500;
}
#buildingAutomation .engineerService div ul{
	margin-left:20px;
}
#buildingAutomation .moreInfoEngineer{
    padding: 5px 20px;
    border: solid 1px #a50000;
    text-align: center;
    display: inline-block;
    background: #666;
    color: #a50000;
    font-weight: 300;
    margin: 30px 0 0 0;
	background:#fff;
}
#buildingAutomation .moreInfoEngineer:hover{
	text-decoration:none;
	background:#a50000;
	color:#fff;
	border:solid 1px #a50000;
}

#energySaving{
	padding:50px 0 0 0;
}
@media (min-width: 768px) {
    .list-energy {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.82%;
        text-align: center;
		list-style:none;
    }
}
.list-energy li {
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 0.82%;
}
.list-energy li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 60px;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    border: solid 1px #000;
    padding: 4px 28px 5px 20px;
}
.list-energy li a span {
    display: inline-block;
    line-height: 1.5;
}
.list-energy li a i {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -6px;
	color:#666;
}
.list-energy li a:hover{
	text-decoration:none;
	color:#fff;
	background:#777;
}
.list-energy li a:hover i{
	color:#fff;
}

#EnergySavingActivity{
	padding:50px;
}
.buildingAutomation h3 {
    font-size: 3.25rem;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 30px 0;
    border-left: solid 7px #a50000;
    padding: 0 0 0 20px;
}
.buildingAutomation h3 img{
	max-height:35px;
}
.buildingAutomation h3.gray{
	color:#999999;
}
.ESAStep {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .ESAStep {
    margin-top: 30px;
  }
}
.ESAStep .box {
    position: relative;
    width: 30%;
    padding: 15px;
    border:dashed 1px #ccc;
}
.ESAStep .box img{
	max-width:150px;
}
.ESAStep .box p.center{
	text-align:center !important;
}
@media screen and (min-width: 900px) {
  .ESAStep .box:not(:nth-of-type(-n+3)) {
    margin-top: 25px;
  }
  .ESAStep .box:not(:nth-of-type(3n))::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    width: 20px;
    height: 39px;
    background: url("../images/step-arrow.png") no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 899px) {
  .ESAStep .box {
    width: 100%;
  }
  .ESAStep .box:not(:nth-of-type(1)) {
    margin-top: 35px;
  }
  .ESAStep .box:not(:nth-of-type(1))::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 20px;
    height: 40px;
    background: url("../images/step-arrow-grey.png") no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
  }
}
.ESAStep .box .box-title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
    width: 88%;
    margin: 0 0 10px 0;
}
.ESAStep .box .box-title span {
	font-size: 2rem;
    color: #b7b7b7;
    font-weight: bold;
    position: absolute;
    right: 10px;
    letter-spacing: 2px;
}
@media screen and (max-width: 899px) {
  .ESAStep .box .box-title {
    font-size: 16px;
  }
}
.ESAStep .box p {
	display:block;
	margin: 10px 15px;
}
.ESAStep .box:last-child{
	background: #fff0f0;
    color: #a50000;
	border:none;
}
.ESAStep .box:last-child p{
	text-align:center;
	font-weight:bold;
	font-size:2rem;
	color:#a50000;
}

#EnergySavingApplication{
	background:#f6f6f6;
	padding:50px;
}
#EnergyManagementSolutions{
	padding:50px;
}
#EnergyManagementSolutions .darkRedBox{
	background:#a50000;
	color:#fff;
	padding:25px;
	border-radius:10px;
	margin-bottom:50px;
	text-align:justify;
}
#EnergyManagementSolutions .darkRedBox p{
	text-align:center;
	font-size:2.25rem;
	font-weight:bold;
	margin:0 0 10px 0;
}
#EnergyManagementSolutions .darkRedBox ul{
	list-style:none;
}
#EnergyManagementSolutions .darkRedBox ul li{
	font-weight:300;
	margin:0 0 15px 0;
}
#EnergyManagementSolutions .darkRedBox ul li:last-child{
	margin:0;
}
#EnergyManagementSolutions .darkRedBox ul li span{
	font-weight:500;
	display:block;
	font-size:2rem;
	margin-bottom:5px;
}
.arrow_box {
	position: relative;
    background: #e3e3e3;
    border: 4px solid #d1d1d1;
    margin: 50px 0;
    border-radius: 10px;
}
.arrow_box h5{
    color: #333;
    text-align: center;
    font-size: 2rem;
	padding:20px;
	font-weight:500;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #e3e3e3;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(145, 145, 145, 0);
	border-top-color: #d1d1d1;
	border-width: 36px;
	margin-left: -36px;
}

#ESCOService{
	padding:50px;
}
#ESCOService .escoBox{
	padding:20px 0;
	text-align:justify;
}

.productInfo ul.list{
	margin:0 0 20px 0;
}
.productInfo ul.list li{
	margin:0 0 7px 0;
}
.productInfo h3{
    font-size: 1.8rem;
    color: #000;
    padding: 0 0 0 20px;
    font-weight: 500;
    position: relative;
    margin: 10px 0;
}

.productInfo h3::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #a50000;
}
.productListBox a.specification,
.productListBox3 a.specification{
	font-size: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e9e9e9;
    padding: 2px 10px;
    border-radius: 5px;
}
.productListBox a.specification:hover,
.productListBox3 a.specification:hover{
    color: #fff;
	background:#a50000;
}

#EngineeringService{
	padding:50px 0;
}
#OnlineEngineering{
	padding:0 0 50px 0;
}
#MAService{
	padding:0 0 50px 0;
}
#NecessityMA{
	padding:50px 0;
}
#RemoteMA{
	padding:0 0 50px 0;
}
.EGNSInfo{
	text-align:justify;
	margin:0 0 30px 0;
}
.MAService{
    background: #ebebeb;
    padding: 20px;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
}
.feelFREE{
	display:inline-block;
	padding:10px 30px;
	background:#a50000;
	color:#fff;
	margin:30px auto;
	font-size:2rem;
	font-weight:300;
	letter-spacing:0.5px;
	border-radius:5px;
}
.feelFREE:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}

.technicalBox{
	padding-bottom:20px;
	border-bottom:dashed 1px #ccc;
}
.technicalBox a img{
	border-radius:10px;
	border:solid 1px #ebebeb;
}
.technicalBox .category{
	padding: 5px 10px;
    font-size: 1.3rem;
    border-radius:5px;
    display: inline-block;
    background: #000;
    margin: 0 0 10px 0;
	color:#fff;
}
.technicalBox .technicalName a {
	font-size:2rem;
	font-weight:600;
	margin:0 0 10px 0;
	color:#a50000;
}
.technicalBox .technicalName a:hover{
	color:#000;
	text-decoration:none;
}
.technicalBox .shortDescription{
	color: #6f6f6f;
    font-size: 1.6rem;
    font-weight: 300;
}
.technicalInfo .readMore{
    display: inline-block;
    padding: 3px 20px;
    border: solid 1px #c9c9c9;
    margin-top: 20px;
    font-size: 1.5rem;
    float: right;
    background: #e5e5e5;
    letter-spacing: 1px;
	font-weight:300;
}
.technicalInfo .readMore:hover{
    border: solid 1px #a50000;
    background: #a50000;
	color:#fff;
	text-decoration:none;
}

.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding:3px 0;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a50000, #a50000);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

.articleBY{
	font-size: 1.5rem;
    color: #bdbdbd;
    margin: 0 0 20px 0;
    font-weight: 400;
    text-align: right;
}
.articleCaption{
    text-align: center;
    margin: 0 0 20px 0 !important;
    color: #999;
    font-size: 1.5rem;
    font-weight: 400;
}
.contentArticle{
	font-weight:300;
	text-align:justify;
	font-size:1.75rem;
}
.contentArticle .img{
	margin:20px 0 !important;
	text-align:center;
}
.contentArticle img{
	border-radius:7px;
}
.contentArticle ul{
	padding:0 0 20px 40px;
}
.contentArticle .subTitle{
	font-weight:bold;
	margin-bottom:0;
}
.summaryBox{
	padding: 20px;
    margin: 30px 0 0 0;
    background: #ffeeee;
    border-radius: 7px;
	font-weight:400;
}
.summaryBox a{
	display:inline-block;
	color:#a50000;
}
#EnergySavingESCO{
	padding:0 0 50px 0;
}
#EnergySavingESCO h3 span{
	color:#a50000;
}
.ESCOList{
	padding-left:40px;
}
.ESCOList li{
	margin-bottom:10px;
}
.ESCOList li span{
	display:block;
	font-weight:500;
	color:#000;
	font-size:1.75rem;
}.siteTitle{	font-size:2.5rem;	margin-bottom:20px;}.siteList{	float:left;	width:100%;	padding:10px 20px;	list-style:disc;	margin:0 0 40px 0;}.siteList li{    float: left;    display: list-item;    width: 33.33333%;	margin:5px 0;}.siteListBusiness{	float:left;	width:100%;	padding:10px 20px;	list-style:disc;	margin:0 0 20px 0;}.siteListBusiness li{    float: left;    display: list-item;    width: 100%;	margin:5px 0;}.siteListBusiness li a{	display:block;	margin:0 0 10px 0;	font-weight:bold;	font-size:2.2rem;	font-weight:500;}.siteListBusiness li h4,.siteListBusiness li h4 a{	font-size:2rem;	color:#666666;	font-weight:500;}.siteListBusiness li .subList{	float:left;	width:100%;	padding: 0 0 0 20px;	margin:0 0 10px 0;}.siteListBusiness li .subList li{    float: left;    display: list-item;    width: 33.333333%;	margin:5px 0;	font-weight:300;	font-size:1.75rem;}.siteListBusiness li .subList li a{	font-weight:300;	font-size:1.75rem;}.siteListBusiness a{	color:#000;}.siteListBusiness a:hover{	text-decoration:none;	color:#a50000;}.siteBox{	float:left;	width:100%;	border-bottom:dashed 1px #ccc;	margin:0 0 30px 0;}/* RESPONSIVE */@media screen and (max-width: 768px) {	.list-about{		list-style:none;	}	.list-about li {		width: 100%;	}	#azbilAbout {		text-align: left;	}	.owl-controls .owl-nav .owl-prev {		float: left !important;	}	.nav-tabs li {		width: 100%;	}	#azbilCSR ul li, #azbilStakeholders ul li {		width: 100%;	}	.contactInfo{		margin:0 0 30px 0;	}	.footer-info p:last-child {        text-align:center;    }	.businessBoxSlide .slideText {		bottom: 0%;		left: 3%;		transform: translate(3%, 0%);		width: 90%;	}	.businessBoxSlide .slideText p{		font-size:1.25rem;	}	.businessBoxSlide .slideText h2 {		font-size: 2.5rem;		margin:0 0 10px 0;	}	.businessBox .owl-controls {		top: 90% !important;		left: 5% !important;		transform: translate(0%, -90%) !important;	}		.businessTopBanner .slideText {		position: initial;		float: left;		width: 100%;		top: inherit;		left: inherit;		transform: none;		background: #666666;		padding: 20px;	}	.businessTopBanner .slideText h2 {		font-size: 2.75rem;	}	#industrialSystem .gray{		padding:30px 0;	}	#industrialSystem .white{		padding:30px 0;	}	#industrialSystem h3 {		font-size: 2.75rem;		margin: 30px 0 20px 0;	}	#industrialSystem h4 {		font-size: 2.5rem;	}	#productBox {		padding: 30px 0;	}	#topBanner .topTitle {		width: 100%;        position: relative;        padding: 10px;        background: #666666;		top: 0;		left: 0;		transform: translate(0,0);	}	#topBanner .topTitle h2 {		font-size: 2.75rem;        width: 100%;        text-align: center;        font-weight: 500;	}	.list-energy{		list-style:none;	}	.list-energy li {		width: 100%;	}	.CO2BOX p{		position: inherit;		width: 90%;		max-width: 100%;		margin-top: 20px !important;		font-size: 1.5rem;	}	.CO2content{		padding:0;	}	#industrialSystem h5 {		font-size: 2.25rem;	}	#buildingAutomation .gray{		padding:30px 15px;	}	#buildingAutomation .white{		padding:30px 15px;	}	#buildingAutomation .moreInfo {		margin: 10px 0 20px 0;	}	#buildingAutomation .engineerService img{		width: 100%;	}	#buildingAutomation .engineerService div{		width:100%;		padding:0 0 0 0;	}	#buildingAutomation h3 {		font-size: 3rem;	}	.pdL0{padding:0px 15px;}	.pdR0{padding:0px 15px;}	#EnergySavingActivity,	#EnergySavingApplication,	#EnergyManagementSolutions,	#ESCOService,	#STC .white,	#STC .gray{		padding: 20px 10px;	}	#EnergySavingApplication a{		margin:0 0 20px 0;	}		.mainTitleNews h1 {		font-size: 2.25rem;	}		.contentArticle ol{		padding-left:20px;	}		.listYear li a {		padding: 3px 10px;		margin: 0 0 5px 0;	}	.contentNews {		font-size: 1.6rem;        text-align: left;	}	.pdL30{padding:0 15px;}	.pdT50{padding-top: 0;}	#STC h3 {		font-size: 2.5rem;	}		#topBanner h1{		font-size:2.75rem;	}	#recruitPage{		padding:20px 0;	}	.form-control {		padding: 30px 0 0 0;	}	.technicalBox .category{		margin:10px 0;	}	.technicalBox .shortDescription{		font-size:1.25rem;	}	.contentArticle {		text-align: left;		font-size: 1.5rem;	}	#solutionService .BAIntro {		padding: 20px;		font-size: 1.6rem;		border-radius: 10px;	}}