/* 思源黑 */
/* @import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); */
/* 黑體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css); */
/* 仿宋體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css); */
/* 楷書 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css); */
/* 明體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexming.css); */
/* 圓體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css); */
* {
    -webkit-text-size-adjust: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family: Arial, "Open Sans", "微軟正黑體" !important;
}

a,
a:hover {
    text-decoration: none;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #FF0000;
    background-color: #ffeeee;
}

.transition *:not(.parallax-mirror):not(.parallax-slider):not(#colorbox):not(.tooltip):not(.carousel-item):not(.owl-stage):not(.figure-caption):not(.goTop):not(.fancybox-content),
.transition:hover *:not(.parallax-mirror):not(.parallax-slider):not(#colorbox):not(.tooltip):not(.carousel-item):not(.owl-stage):not(.figure-caption):not(.goTop):not(.fancybox-content) {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
}

.div-table img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-table.no-margin img {
    margin: 0;
}

#verifyImgCode {
    cursor: pointer;
}

.error404 {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_content {
    padding-bottom: 56.25%;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.all-trans:hover {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

.overlybox {
    display: block;
    overflow: hidden;
}

.overlybox img {
    transition: all 0.6s;
}

.overlybox:hover img {
    transform: scale(1.4);
}

.fullTexty {
    text-align: justify;
    text-justify: auto;
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.noDisplay {
    display: none;
}

.spriteIMG {
    background-image: url(images/common_images/sprite.png);
    background-repeat: no-repeat;
}

#verifyImgCode {
    cursor: pointer;
}

/* This code is tested with latest version of Firefox and Chrome */
.image-shadow-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    margin-bottom: 30px;
}

.image-shadow-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg) skew(-0deg);
    -moz-transform: rotate(-5deg) skew(-0deg);
    -ms-transform: rotate(-5deg) skew(-0deg);
    -o-transform: rotate(-5deg) skew(-0deg);
    transform: rotate(-5deg) skew(-0deg);
}

.image-shadow-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    right: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg) skew(0deg);
    -moz-transform: rotate(5deg) skew(0deg);
    -ms-transform: rotate(5deg) skew(0deg);
    -o-transform: rotate(5deg) skew(0deg);
    transform: rotate(5deg) skew(0deg);
}

.corner3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.corner4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.corner5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.corner6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.corner7px {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.corner8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.corner9px {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.corner10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.corner11px {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

/* margin bottom */
.cms_mb0 {
    margin-bottom: 0px;
}

.cms_mb10 {
    margin-bottom: 10px;
}

.cms_mb20 {
    margin-bottom: 20px;
}

.cms_mb30 {
    margin-bottom: 30px;
}

.cms_mb40 {
    margin-bottom: 40px;
}

.cms_mb50 {
    margin-bottom: 50px;
}

.cms_mb60 {
    margin-bottom: 60px;
}

.cms_mb70 {
    margin-bottom: 70px;
}

.cms_mb80 {
    margin-bottom: 80px;
}

.cms_mb90 {
    margin-bottom: 90px;
}

.cms_mb100 {
    margin-bottom: 100px;
}

.cms_mb110 {
    margin-bottom: 110px;
}

.cms_mb120 {
    margin-bottom: 120px;
}

/* margin top */
.cms_mt0 {
    margin-top: 0px;
}

.cms_mt10 {
    margin-top: 10px;
}

.cms_mt20 {
    margin-top: 20px;
}

.cms_mt30 {
    margin-top: 30px;
}

.cms_mt40 {
    margin-top: 40px;
}

.cms_mt50 {
    margin-top: 50px;
}

.cms_mt60 {
    margin-top: 60px;
}

.cms_mt70 {
    margin-top: 70px;
}

.cms_mt80 {
    margin-top: 80px;
}

.cms_mt90 {
    margin-top: 90px;
}

.cms_mt100 {
    margin-top: 100px;
}

.cms_mt110 {
    margin-top: 110px;
}

.cms_mt120 {
    margin-top: 120px;
}

/* margin left */
.cms_ml0 {
    margin-left: 0px;
}

.cms_ml10 {
    margin-left: 10px;
}

.cms_ml20 {
    margin-left: 20px;
}

.cms_ml30 {
    margin-left: 30px;
}

.cms_ml40 {
    margin-left: 40px;
}

.cms_ml50 {
    margin-left: 50px;
}

.cms_ml60 {
    margin-left: 60px;
}

.cms_ml70 {
    margin-left: 70px;
}

.cms_ml80 {
    margin-left: 80px;
}

.cms_ml90 {
    margin-left: 90px;
}

.cms_ml100 {
    margin-left: 100px;
}

.cms_ml110 {
    margin-left: 110px;
}

.cms_ml120 {
    margin-left: 120px;
}

/* margin right */
.cms_mr0 {
    margin-right: 0px;
}

.cms_mr10 {
    margin-right: 10px;
}

.cms_mr20 {
    margin-right: 20px;
}

.cms_mr30 {
    margin-right: 30px;
}

.cms_mr40 {
    margin-right: 40px;
}

.cms_mr50 {
    margin-right: 50px;
}

.cms_mr60 {
    margin-right: 60px;
}

.cms_mr70 {
    margin-right: 70px;
}

.cms_mr80 {
    margin-right: 80px;
}

.cms_mr90 {
    margin-right: 90px;
}

.cms_mr100 {
    margin-right: 100px;
}

.cms_mr110 {
    margin-right: 110px;
}

.cms_mr120 {
    margin-right: 120px;
}

/* *** editor-area *** */
.editor-area p {
    margin-bottom: 15px;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}

.editor-area {
    color: #000;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-align: justify;
}

.editor-area img {
    margin-bottom: 15px;
}

.editor-area ul:not(.nav-tabs) {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area h1 {
    font-size: 36px;
}

.editor-area h2 {
    font-size: 30px;
}

.editor-area h3 {
    font-size: 24px;
}

.editor-area h4 {
    font-size: 18px;
}

.editor-area h5 {
    font-size: 14px;
}

.editor-area h6 {
    font-size: 12px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.top-header {
    background-color: #FAFAFA;
    border-bottom: 1px solid #cccccc;
    line-height: 40px;
}

.social-field {
    margin: 0;
    padding: 0;
    float: none;
}

ul.social-field>li {
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
}

ul.social-field>li>a {
    color: #7d7d7d;
    font-weight: bold;
}

.social-field li i.fa {
    margin-right: 5px;
}

ul.social-field>li>a:hover {
    color: #3183CB;
}

@media (max-width:767px) {
    .social-field.text-right {
        text-align: center !important;
    }
}

ul.social-field li:first-child {
    margin-left: 0;
}

.logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9999;
}

.nav-bar-field {
    background-color: #007DC9;
}

.nav-bar-field .navbar>ul>li>a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 66px;
    padding-left: 31px;
    padding-right: 31px;
}

.nav-bar-field nav {
    padding: 0;
}

@media (min-width:992px) {
    .nav-bar-field ul>li>ul {
        position: absolute;
        left: 0;
        top: 65px;
        line-height: 32px;
        margin: 0;
        background-color: #509B3B;
        padding: 10px 0;
        display: none;
        z-index: 999;
    }
}

.nav-bar-field ul>li {
    position: relative;
}

.navbar {
    padding: 0;
}

@media (min-width:992px) {
    .nav-bar-field .navbar {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:992px) {
    .navbar ul>li:hover>ul {
        display: block;
    }
}

@media (min-width:992px) {
    .nav-bar-field .navbar ul>li>ul>li {
        list-style-type: none;
    }
}

@media (min-width:992px) {
    .nav-bar-field .navbar ul>li>ul>li>a {
        color: #fff;
        font-size: 16px;
        min-width: 250px;
        padding: 0 22px;
        line-height: 38px;
        display: block;
        word-break: keep-all;
    }

    .nav-bar-field .navbar ul>li.active>a {
        background-color: #6FB82C;
    }
}

@media (min-width:992px) {
    .nav-bar-field .navbar ul>li:hover>a {
        background-color: #6FB82C;
    }

    .nav-bar-field .navbar-expand-lg ul>li>ul>li>a:hover {
        background-color: #6bb329 !important;
    }
}

.nav-bar-field .navbar-toggler {
    background-color: #007DC9;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}

.nav-bar-field .navbar-toggler i.fa {
    color: #fff;
    font-weight: normal;
}

.banner-section {
    background-color: #F5F5F5;
}

.runinfo-section {
    height: auto;
    background-color: #F5F5F5;
    margin-top: 10px;
}

.info-section {
    margin-top: 5vh;
}

.newsbox-section {
    margin-top: 55px;
}

.actiive-photo-section {
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-attachment: fixed;
    background-color: #f2f2f2;
}

.link-section {
    padding-top: 3vh;
    padding-bottom: 3vh;
}

footer {
    background-color: #007DC9;
    padding-top: 30px;
}

.footer-copyright {
    background-color: #004B79;
    color: #fff;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-quick-llink {
    color: #fff;
}

.footer-company-info {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

section.footer-quick-llink ul {
    padding: 0;
    margin: 25px 0;
}

section.footer-quick-llink ul li {
    list-style-type: none;
    line-height: 30px;
    font-size: 16px;
}

section li a {
    color: #fff;
}

section.footer-quick-llink h5 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
}

section.footer-company-info h4 {
    font-weight: bold;
}

section.footer-company-info p {
}

.footer-logo {
    margin-bottom: 10px;
}

section.footer-company-info ul {
    padding: 0;
    margin: 0 0 20px;
}

section.footer-company-info ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.btn.btn-default {
    border-radius: 0;
    background-color: #fb8800;
    color: #fff;
}

.custom-form-style {
}

.custom-form-style input {
    border-radius: 0;
    border: none;
}

.btn.btn-default:hover {
    background-color: #ff5300;
}

section li a:hover {
    color: #aff282;
}

.figure-style-1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.figure-style-1 .figure-img {
    margin-bottom: 0;
}

.figure-style-1 .figure-caption {
    background-color: rgba(0, 114, 183, 0.85) !important;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100px;
    transition: all .5s ease-in-out !important;
}

.figure-style-1 .figure-caption h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.figure-style-1 .figure-caption .btn {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.figure-style-1 .figure-caption .btn:hover {
    text-decoration: none;
    border-color: #6FB82C;
    background-color: #6FB82C;
}

.figure-desc {
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 21px;
}

figure.figure-style-1:hover figcaption {
    bottom: 0;
    transition: all .5s ease-in-out !important;
}

.figure-date {
    font-size: 12px;
}

.news-list-field {
    margin-bottom: 5vh;
}

.news-list-field dd {
    font-size: 12px;
    color: #9a9a9a !important;
    margin-bottom: 0;
}

.news-list-field dt a {
    color: #444444 !important;
}

.news-list-field dt {
    margin-bottom: 5px;
}

.news-list-field dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #c9c9c9;
}

.news-list-field dt a:hover {
    color: #007DC9 !important;
}

.title-style-1 {
    background-image: url('../../../images/common/title-line_07.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 28px;
    color: #6a6a6a;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.title-style-1 a {
    font-size: 14px;
    color: #007dc9;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.title-style-1 a:after {
    content: "\f101";
    font: 14px/1 FontAwesome;
    margin-left: 10px;
}

.title-style-1 a:hover {
    color: #6FB82C;
}

.title-style-3 {
    background-image: url('../../../images/common/title-line_08.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 22px;
    color: #6a6a6a;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

.runinfo-section h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #007DC9;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 0;
}

.runinfo-section h4 img {
    margin-right: 8px;
}

.index-carousel-section {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}

.owl-nav .owl-prev {
    font-size: 38px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    left: 0;
    position: absolute;
}

.owl-nav .owl-next {
    font-size: 38px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    right: 0;
    position: absolute;
}

.owl-nav span {
    position: absolute;
    top: -6px;
    right: 50%;
    margin-right: -6px;
}

.owl-dots {
    display: none;
}

h3.title-style-2 {
    font-size: 28px;
    color: #6a6a6a;
    font-weight: bold;
    padding-bottom: 10px;
    background-image: url('../../../images/common/center_line_17.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 2.5vh;
}

.header-link-section {
    text-align: right;
}

.header-link-section ul {
    margin: 0;
    padding: 0;
}

.header-link-section ul li {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.btn-orange {
    background-color: #FF9900;
    color: #fff;
    padding: 5px 15px;
    display: block;
}

.btn-orange:hover {
    background-color: #FFB342;
    color: #fff;
}

.btn-blue {
    background-color: #2175B4;
    color: #fff;
    padding: 5px 15px;
    display: block;
}

.btn-blue:hover {
    background-color: #3E97DA;
    color: #fff;
}

.btn-green {
    background-color: #87B92F;
    color: #fff;
    padding: 5px 15px;
    display: block;
}

.btn-green:hover {
    background-color: #97C24B;
    color: #fff;
}

.header-link-section ul li:first-child {
    margin-left: 0;
}

.search-field .input-group {
    position: relative;
}

.search-field .input-group .fa {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -9px;
    color: #87B92F;
}

.search-field .input-group input {
    border-radius: 0;
}

div#abgne_marquee {
    position: relative;
    overflow: hidden;

    /* 超出範圍的部份要隱藏 */
    width: 100%;
    height: 33px;
    margin-top: 10px;
}

div#abgne_marquee ul,
div#abgne_marquee li {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#abgne_marquee ul {
    position: absolute;
    left: 30px;
}

div#abgne_marquee ul li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    margin-left: 15px;
}

div#abgne_marquee ul li a {
    color: #000;
}

div#abgne_marquee ul li a:hover {
    color: #007DC9;
}

div#abgne_marquee div.marquee_btn {
    position: absolute;
    cursor: pointer;
}

div#abgne_marquee div#marquee_next_btn {
    left: 5px;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #007DC9;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

div#abgne_marquee div#marquee_prev_btn {
    left: 5px;
    top: 17px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #007DC9;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.carousel .carousel-item img {
    width: 100%;
}

.subpage-header-section {
    padding-top: 58px;
    padding-bottom: 58px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.subpage-header-section h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.subpage-header-section .breadcrumb {
    text-align: center;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.subpage-header-section .breadcrumb li {
    display: inline-block;
    color: #fff;
}

.subpage-header-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
    position: absolute;
    top: 0;
    left: 0;
}

.subpage-header-section .container {
    position: relative;
    z-index: 555;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.subpage-contain {
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.careers-list-section {
    padding-top: 5vh;
    border-top: 7px solid #e2e2e2;
    margin-top: 1vh;
}

.editor-area a {
    color: #007dc9;
}

.editor-area a:hover {
    color: #6fb82c;
}

.page-careers-editor {
}

.editor-area.page-careers-editor h2 {
    color: #007dc9;
    margin-top: 0;
}

.link-style-1 {
    border: 1px solid #aaaaaa;
    display: inline-block;
    padding: 7px 20px;
    font-size: 14px;
    color: #000000 !important;
}

.link-style-1 i.fa {
    margin-right: 5px;
}

.link-style-1:hover {
    color: #fff !important;
    background-color: #6FB82C;
    border-color: #6FB82C;
}

.careers-list {
    box-shadow: 2px 2px 14px -2px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 30px;
    position: relative;
}

.careers-text-field {
    margin-left: -15px;
    padding-top: 55px;
    padding-right: 15px;
}

.careers-list .careers-text-field h6 {
    color: #808080;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bolder;
}

.careers-list .careers-text-field h5 {
    font-size: 24px;
    font-weight: bold;
    color: #060606;
    padding-bottom: 10px;
    position: relative;
}

.careers-list .careers-text-field h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 5px;
    background-color: #8FC31F;
}

.careers-list .careers-text-field p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 2vh;
    margin-bottom: 0;
    color: #7e7e7e !important;
}

.careers-look-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
}

.careers-list:hover .careers-look-tag {
    opacity: 1;
}

.pink {
    background-color: #DD4C79;
}

.default {
    background-color: #B5B5B5;
}

.careers-list:hover {
    box-shadow: 2px 2px 14px -2px rgba(0, 0, 0, 0.29) !important;
}

.page-link {
    color: #007DC9;
}

.page-link:hover {
    color: #fff !important;
    background-color: #007DC9;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
    display: inline-block;
    float: none;
}

.option-pagers {
}

li.page-item {
    display: inline-block;
    float: none;
}

.option-pagers ul.pagination {
    text-align: center;
    display: block;
}

.disabled {
    cursor: not-allowed;
}

li.disabled a.page-link,
li.disabled a.page-link:hover {
    color: #d7d7d7 !important;
    border-color: #d7d7d7;
}

li.current a.page-link,
li.current a.page-link:hover {
    background-color: #007DC9;
    color: #fff;
    border-color: #007DC9;
    cursor: default;
}

.careers-detail-section {
}

.careers-info-field {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 7px solid #e2e2e2;
}

.careers-info-field h2 {
    font-size: 38px;
    color: #007dc9;
    font-weight: bold;
    margin-bottom: 3px;
}

.careers-info-field h5 {
    font-size: 18px;
    color: #747575;
    font-weight: bold;
}

.careers-info-field .careers-status {
    right: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    top: 0;
}

.option-back {
    margin-top: 2vh;
}

.option-back a {
    font-size: 16px;
    color: #000000 !important;
}

.option-back a i.fa {
    margin-right: 5px;
}

.option-back a:hover {
    color: #acacac !important;
}

@media (max-width:991px) {
}

.tags-list-section h5 i.fa {
    margin-right: 5px;
}

.tags-list-section h5 {
    color: #676767 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.tags-list-section ul {
    padding: 0;
    margin: 0;
}

.tags-list-section ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 3px 7px 0;
    display: inline-block;
}

.tags-list-section li a {
    background-color: #59A217;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 18px;
}

.tags-list-section li a:hover {
    background-color: #87c74d !important;
    color: #fff !important;
}

.tags-list-section li.current a {
    background-color: #007DC9 !important;
}

.left-class-field {
}

.left-class-field ul {
    padding: 0;
    margin: 0;
}

.left-class-field ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

.left-class-field li a {
    display: block;
    color: #373737;
    padding: 8px 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #b9b9b9;
}

.left-class-field li a:hover,
.left-class-field li.current a {
    color: #fff;
    background-color: #007DC9;
    border-color: #007DC9;
}

.news-list-field figure h5.news-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-list-field figure div.news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1vh;
}

.news-list-field figure div.post-date {
    font-size: 12px;
    color: #575757 !important;
}

.news-list-field figure div.post-date i.fa {
    margin-right: 5px;
}

.news-list-field figure h5.news-title a {
    color: #007dc9;
}

.news-list-field figure h5.news-title a:hover {
    color: #7acdff !important;
}

.news-list-field figure .news-thumb-image a {
    display: block;
    position: relative;
}

.news-list-field .news-thumb-image .overly {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    display: block;
    position: absolute;
    opacity: 0;
}

.news-list-field .news-thumb-image a i.fa {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    font-size: 28px;
    margin-left: -14px;
    margin-top: -14px;
    opacity: 0;
}

.news-list-field .news-thumb-image:hover i.fa {
    opacity: 1;
}

.news-list-field .news-thumb-image:hover .overly {
    opacity: 1;
}

.news-list-field figure {
    padding: 15px;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 5px #c8c8c8;
    margin-bottom: 30px;
}

.news-header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #e8e8e8;
}

.news-header h4 {
    color: #007dc9;
    font-weight: bold;
}

.news-header .post-date {
    font-size: 12px;
    color: #4c4c4c !important;
}

.news-header .post-date i.fa {
    padding-right: 5px;
}

.addthis_inline_share_toolbox {
    margin-bottom: 5vh;
}

.products-banner-section {
    margin-bottom: 3vh;
}

.products-list-section {
    padding-top: 20px;
    margin-bottom: 3vh;
}

.products-list-section h6 {
    font-size: 15px;
    color: #007dc9;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.products-list-section a.btn {
    background-color: #80C343;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 180px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.products-list-section a.btn:hover {
    color: #fff;
    background-color: #a2e176;
}

.thumb-products {
}

.products-list-section .thumb-products-image img {
    border: 1px solid #f5f5f5;
}

.products-list-section .products-list {
    margin-bottom: 20px;
    display: block;
}

.box {
    position: relative;
    background-color: #fff;
}

.box:after {
    position: absolute;
    width: 84%;
    height: 30%;
    left: 8%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
}

.products-view-section .thumb-images {
    margin-top: 20px;
}

.products-view-section .thumb-images div {
    padding-right: 7px;
    padding-left: 7px;
}

.products-view-section .view-images {
    border: 1px solid #e4e4e4;
}

.products-view-section .thumb-images a {
    border: 1px solid #e4e4e4;
    display: inline-block;
}

.products-view-section .editor-area a.btn {
    background-color: #80C343;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 180px;
    border-radius: 20px;
    margin-top: 3vh;
}

.products-view-section .editor-area a.btn i.fa {
    margin-right: 10px;
}

.products-view-section h5.products-desc-title {
    border-bottom: 5px solid #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    color: #0274b9;
    padding-bottom: 5px;
}

.products-view-section .thumb-images div {
    margin-bottom: 15px;
}

.products-view-section h6 {
    color: #007dc9;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.editor-area table.table-style-1 {
    font-size: 14px;
    line-height: 26px;
}

.editor-area table.table-style-1 th {
    width: 100px;
}

.products-view-section .editor-area a.btn:hover {
    color: #fff;
    background-color: #a2e176;
}

.poster-area {
    padding: 20px 20px 0;
    background-color: #F5F5F5;
    border-bottom: 5px solid #e8e8e8;
    margin-bottom: 4vh;
    margin-top: 2vh;
}

.poster-area .poster-information h4 {
    font-size: 22px;
    color: #007dc9;
    font-weight: bold;
    margin-top: 0;
}

.video-list-section {
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.video-list-section figure .figure-img {
    margin-bottom: 0;
    border-radius: 0;
}

.video-list-section figure .video-text-area {
    padding: 15px;
}

.video-list-section figure:hover .video-text-area {
    background-color: #007DC9;
}

.video-list-section figure {
    text-align: center;
    border: 1px solid #ededed;
    box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.22) !important;
    margin-bottom: 3vh;
}

.video-list-section figure a .figure-caption {
    font-size: 16px;
    color: #007dc9;
    font-weight: bold;
}

.video-list-section figure:hover .figure-caption {
    color: #fff;
}

.video-list-section figure .btn {
    background-color: #80C343;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 180px;
    border-radius: 20px;
    margin-top: 15px;
}

.video-list-section figure .btn i.fa {
    margin-right: 5px;
}

.video-list-section figure:hover .btn {
    background-color: #fff;
    color: #3c4b54;
}

.video-list-section figure:hover {
    box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.5) !important;
}

@media (min-width:768px) {
    .video-list-section figure figcaption {
        height: 50px;
        display: block;
        overflow: hidden;
    }
}

.left-class-field.inline-nav li {
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.left-class-field.inline-nav {
    margin-bottom: 3vh;
}

.left-class-field.inline-nav .subpage-nav-field {
    text-align: left;
}

.left-class-field.inline-nav .subpage-nav-btn {
    text-align: center;
}

.video-list-section.type-photo figcaption {
    text-align: left;
    height: auto;
}

.video-list-section.type-photo figure .post-date {
    text-align: left;
    color: #686868;
    font-size: 12px;
}

.video-list-section.type-photo figure:hover .post-date {
    color: #fff;
}

.news-list-type2-field {
    padding-top: 45px;
    margin-bottom: 3vh;
    padding-left: 30px;
}

.news-list-type2 {
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 15px;
}

.news-list-type2 h5:before {
    content: "\f06c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    color: #6FB82C;
}

.news-list-type2 a h5 {
    font-size: 18px;
    color: #007dc9;
    font-weight: bold;
}

.news-list-type2 .post-date i.fa {
    margin-right: 5px;
}

.news-list-type2 a div.post-date {
    color: #626262 !important;
    font-size: 14px;
}

.news-list-type2 a {
    display: block;
    padding-bottom: 15px;
}

.news-list-type2 a:hover h5 {
    color: #80C343;
}

.option-back.line-center {
    padding-top: 15px;
    border-top: 1px solid #c9c9c9;
    text-align: center;
}

.news2-view-section .news-header {
    margin-top: 3vh;
}

.events-top-section {
    margin-bottom: 5vh;
}

.events-top-section .events-title a {
    color: #007dc9;
    font-weight: bold;
    font-size: 24px;
}

.events-top-section h5.events-title {
    padding-bottom: 13px;
    background-image: url('../../../images/common/title-line_07.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 1vh;
}

.events-top-section .events-desc {
    color: #151414;
    line-height: 30px;
    margin-top: 10px;
}

.events-top-section .post-date {
    color: #828282;
}

.events-top-section .post-date i.fa {
    margin-right: 5px;
}

.events-info-list {
    margin-bottom: 2px;
    color: #3d3d3d;
    font-size: 14px;
}

.events-info-list i.fa {
    margin-right: 5px;
}

.events-info-list.events-tags a {
    color: #007dc9;
}

span.status {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
}

.status.status-ok {
    background-color: #87B92F;
}

.status.status-full {
    background-color: #F19149;
}

.status.status-end {
    background-color: #F77B7B;
}

.status.status-cancel {
    background-color: #cc2b82;
}

.events-view-section {
}

.events-info-section {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}

.events-history-section {
}

.events-order-section {
    background-color: #F6F6F6;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 40px;
}

.events-thumb-images {
    margin-bottom: 4vh;
}

.editor-area p:last-child {
    margin-bottom: 0;
}

.events-info {
    background-color: #FAFAFA;
    padding: 30px;
}

.events-info-section .events-info iframe {
    width: 100%;
    height: 235px;
}

.event-info-list {
    padding: 0;
    margin: 0 0 20px;
    color: #3d3d3d;
}

.event-info-list li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
}

.event-info-list li i.fa {
    margin-right: 10px;
    width: 15px;
    text-align: right;
}

.events-title {
    font-size: 24px;
    color: #007dc9;
    font-weight: bold;
}

.status.status-disabled {
    background-color: #CCCCCC;
}

table.table-style-1 {
}

table.table-style-1 thead {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

table.table-style-1 {
    background-color: #fff;
    font-weight: bold;
    width: 100%;
}

table.table-style-1 tr td:nth-child(2) {
    font-family: Arial Black !important;
    font-size: 18px;
}

table.table-style-1 tr td {
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

table.table-style-1 thead th:nth-child(2),
table.table-style-1 thead th:nth-child(3),
table.table-style-1 thead th:nth-child(4) {
    width: 200px;
}

.order-btn {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #F39800;
    width: 130px;
}

.order-btn:hover {
    background-color: #ffc96f !important;
    color: #fff;
}

table.table-style-1 span.status {
    color: #000;
}

table.table-style-1 span.status.full {
    color: #F39800;
}

.order-btn.disabled,
.order-btn.disabled:hover {
    background-color: #E4E4E4 !important;
    cursor: not-allowed;
}

table.table-style-1 th {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #ffffff;
    background-color: #007dc9;
}

.event-info-list li label {
    font-weight: bold;
    margin-bottom: 0;
}

.events-history-section .events-history-field h6 {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    font-weight: bold;
}

.events-history-section .events-history-field .post-date {
    font-size: 12px;
    color: #4c4c4c !important;
}

.events-history-section .events-history-field {
    margin-top: 3vh;
    margin-bottom: 30px;
}

.events-history-section .events-history-field a:hover h6 {
    color: #007DC9;
}

option_area {
    margin-top: 20px;
}

.option-area {
    margin-top: 20px;
}

.order-form {
    padding-top: 3vh;
}

.order-form h4 {
    color: #007dc9;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2vh;
}

.order-form button.btn-primary {
    background-color: #337AB7;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.order-form button i.fa {
    margin-right: 5px;
}

.order-form button.btn-warning {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #ff8e00 !important;
}

.order-form label.control-label span {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.invoice-check {
    display: none;
}

.order-form .form-group label {
    font-weight: bold;
}

.navbar-nav li.mobile-show {
    display: none;
}

.lang-area {
    position: relative;
}

.lang-area ul {
    position: absolute;
    left: 0;
    top: 41px;
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    z-index: 0;
}

.lang-area ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.lang-area li a {
    display: block;
    padding: 5px 20px;
    color: #535353;
    word-break: keep-all;
}

.lang-area li a:hover {
    color: #6FB82C;
}

.lang-area:hover ul {
    opacity: 1;
    z-index: 10000;
}

.lang-area:hover {
    z-index: 10000;
}

footer a.goTop {
    padding: 10px 15px;
    background-color: #6FB82C;
    color: #fff;
    font-size: 26px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    display: none;
}

.post-thumb {
    margin-bottom: 15px;
    text-align: center;
}

.news-thumb-image {
    text-align: center;
}

.table-style-2 {
    font-size: 14px;
    line-height: 26px;
}

.table-style-2 th {
    text-align: right;
    padding-right: 20px;
}

.footer-company-info li i.fa {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    text-align: right;
}

.footer-company-info li i.fa.fa-home {
    font-size: 17px;
}

.form-group label {
    display: block;
}

.footer-logo img {
}

.state_ok {
    color: #4A9400;
}

.state_waiting {
    color: #FF750A;
}

.state_full {
    color: #F00000;
}

.search-list-type-field {
    padding-top: 45px;
    margin-bottom: 3vh;
    padding-left: 30px;
}

.search-list-type {
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 15px;
}

.search-list-type a h5 {
    font-size: 18px;
    color: #007dc9;
    font-weight: bold;
}

.search-list-type .post-date i.fa {
    margin-right: 5px;
}

.search-list-type a div.post-date {
    color: #626262 !important;
    font-size: 14px;
}

.search-list-type a {
    display: block;
    padding-bottom: 15px;
}

.search-list-type a:hover h5 {
    color: #80C343;
}

.search-list-type .news-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 1vh;
    color: #000;
}

.search-list-type-field .tab-content .tab-pane {
    padding: 30px 5px 10px;
}

.search-list-type-field .nav-tabs .nav-link {
    border-radius: 0;
}

.search-list-type-field ul.nav-tabs li.nav-item a {
    color: #000000;
    background-color: #f4f4f4;
}

.search-list-type-field ul.nav-tabs li.active a {
    background-color: #007DC9;
    color: #fff;
}

.search-list-type-field ul.nav-tabs li.nav-item {
    margin-right: 5px;
}

.search-list-type-field .search-alertbox strong {
    color: #ff0000;
    margin-left: 5px;
    margin-right: 5px;
}

.search-list-type-field .search-alertbox {
    margin-bottom: 20px;
}

.order-form .hidden {
    display: none !important;
}

.editor-area ul.nav-tabs li a {
    margin-right: 20px;
    border-radius: 0;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #007dc9;
    color: #007DC9 !important;
    font-weight: bold;
}

.editor-area ul.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

.editor-area ul.nav-tabs li a:hover {
    border: 2px solid #007dc9;
    background-color: #007DC9;
    color: #FFF !important;
}

.editor-area ul.nav-tabs li.active a {
    border: 2px solid #007dc9;
    color: #FFF !important;
    background-color: #007DC9;
}

.events_years_select select {
    margin-bottom: 30px;
    cursor: pointer;
}

.carousel-indicators {
    position: absolute !important;
    bottom: 10px !important;
    left: 0;
    z-index: 15 !important;
    width: 100%;
    margin: 0;
    padding-left: 0 !important;
    text-align: center !important;
    list-style: none !important;
}

.partner-section a {
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.index-news-section .items small {
    color: #777777;
    font-size: 10px;
    display: block;
}

.index-news-section .items h5 a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #3f3f3f;
}

.index-news-section .items h5 {
}

.index-news-section .items {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top-width: 2;
    border-left-width: 2;
    border-right-width: 2;
    border-bottom: 2px dashed #cbcbcb;
}

.index-news-section .items img {
    margin-bottom: 20px;
}

.index-news-section .items .col-md-4 img {
    margin-bottom: 0;
}

.index-media-section {
    margin-top: 20px;
}

.index-media-section .owl-carousel a p {
    font-size: 12px;
    color: #5d5d5d;
}

.index-media-section .owl-carousel h5 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #006bac;
}

.index-media-section .owl-carousel .owl-nav {
    margin-top: -60px;
}

.index-calender-section .items p {
    font-size: 14px;
    color: #646464;
    margin-bottom: 6px;
}

.index-calender-section .items h5 {
    margin-bottom: 0;
}

.index-calender-section .items h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
}

.index-calender-section .items {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.index-calender-section .items h5 a:hover {
    color: #006bac;
}

section.index-main-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-news-section .items h5 a:hover {
    color: #006bac;
}

.calendar-list-field > .row {
    padding: 20px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.calendar-list-field > .row > .col-md-2 {
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    color: #3a8fcb;
    text-align: center;
    border-right: 1px solid #dddddd;
}

.calendar-list-field > .row.now_month > .col-md-2 {
    color: #ff8b00;
}

.calendar-list-field .calender-list {
    margin-bottom: 7px;
    padding: 12px;
    background-color: #ffffff;
    margin-top: 7px;
    border-radius: 5px;
}

.calendar-list-field .calender-list h5.news-title {
}

.calendar-list-field .calender-list h5.news-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
}

.calendar-list-field .calender-list .news-title a {
    color: #2a2a2a;
    font-weight: bold;
}

.calendar-list-field .calender-list .news-title a:hover {
    color: #006bac;
}

.calendar-list-field .calender-list .events-date {
    font-size: 14px;
    color: #3b3b3b;
}

.calendar-list-field > .row > .col-md-2 > span {
    font-size: 18px;
    color: #818181;
    padding-left: 20px;
}

.relation-post-list h6 a {
    font-weight: bold;
    color: #484848;
    font-size: 14px;
}

.relation-post-list .post-date {
    color: #868686;
    font-size: 14px;
}

.relation-post-list .post-date i.fa {
    margin-right: 5px;
}

.relation-post-list {
    padding: 10px;
}

.relation-post-section {
    margin-top: 30px;
}

.share-title {
    color: #484848;
    font-size: 14px;
    margin-bottom: 10px;
}

.share-title i {
    margin-right: 5px;
}

.video-list-section h5.video-post-title {
    text-align: left;
    font-size: 14px;
    color: #0b0b0b;
    font-weight: bold;
    line-height: 22px;
}

.video-list-section .video-title-section {
    padding: 15px;
}

.video-list-section .post-date {
    font-size: 12px;
    text-align: left;
    color: #545454;
    margin-bottom: 0;
}

.video-flex-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.video-list-section a:hover .video-title-section .video-post-title {
    color: #218dcb;
}

.footer-company-info h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

section.footer-company-info h6 a {
    color: #fff;
}

.footer-company-info .footer-sitemap {
    padding-left: 50px;
    border-left: 1px solid #ffffff;
}

.footer-company-info .footer-companyinfo {
    padding-right: 40px;
}

section.footer-company-info .footer-companyinfo li {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.footer-company-info .footer-sitemap li {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.index-ccs-main-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.index-ccs-main-section .index-ccs-hotlink {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.index-ccs-main-section .index-ccs-hotlink a {
    display: inline-block;
}

section.index-ccs-main-section .index-ccs-hotlink li {
    margin-bottom: 15px;
}

section.index-ccs-main2-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F2F2F2;
}

.index-news-section .items:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.ccs_members_section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ccs_members_section .ccs_members_list .row {
    display: flex;
    align-items: center;
}

.ccs_members_section .ccs_members_list h5 {
    color: #595959;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.ccs_members_section .ccs_members_list a {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 1px 0px 7px rgba(136, 136, 136, 0.56);
}

.ccs_members_section .ccs_members_list a:hover h5 {
    color: #499405;
}

.ccs_members_section .ccs_members_list a:hover {
    box-shadow: 1px 0px 7px rgba(49, 49, 49, 0.77);
}

.ccs_members_section .ccs_members_list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ccs_members_relation_news {
    padding-bottom: 30px;
}

.ccs_members_relation_news .index-news-section .items h5 a {
    color: #23887E;
}

.ccs_members_relation_news .index-news-section .items h5 a:hover {
    color: #87b92f;
}

.events_years_select h3.calendar-title {
    font-size: 36px;
    color: #797979;
    font-weight: bold;
}

.index-news-section .col-xs-4 img {
    margin-bottom: 0;
}

.subscribe_btn {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #3585b5;
    color: #ffffff !important;
}

.index-news-section .items.first h5 a {
    font-size: 24px;
}

@media (max-width:767px) {
    .calendar-list-field > .row > .col-md-2 {
        border-right-style: none;
    }
}

.index-calender-section .calendar-section {
}

.index-calender-section .calendar-section .items {
    border-bottom: 2px dotted #4472c4;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px;
}

.index-calender-section .calendar-section .items:last-child {
    border-bottom-style: none;
}

.index-calender-section .calendar-section h6 {
    text-align: center;
    font-weight: bold;
    color: #047fca;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 31px;
}

div.now_month {
    background-color: #ffecce !important;
}

.ccs-style .subscribe_btn {
    background-color: #87B92F;
}