﻿/* FONT Change */
*{ font-family: 'Source Sans Pro', "Microsoft Jhenghei", "細明體_HKSCS", sans-serif; }
h1,h2,h3,h4,h5,h6,p,li,td{
    font-family: 'Source Sans Pro', "Microsoft Jhenghei", "細明體_HKSCS",  sans-serif !important;
}
/* --------------------------------------------------------------------------------*/
/* OVERRIDE of existing CSS*/
/* --------------------------------------------------------------------------------*/
/* Wrapper */
.header_wrapper,
.footer_wrapper,
.index_tab_menu,
.about_section{ 
    margin-left:auto;
    margin-right:auto;
    max-width:1400px;
}
.header_search_icon{
    background-image:url(/images/rv_search.png);
    background-position: center center; background-size: cover;
    width:22px; height: 22px; display: inline-block;
}
.header_social_media .is-active{ 
    text-decoration: none;
    border-bottom:1px solid #7EB43A; 
}
.header-nav-linking{ font-weight:bold; }
.header-nav-linking.w--current {
    color: #000; font-weight: bold;   
}
.header-nav-linking.w--current .menu_hover_bottomline{  border-color: #7EB438 !important;}

@media screen and (max-width: 1440px) { 
    .header_wrapper{ padding: 0px 20px;}
}
@media screen and (max-width: 1000px) { 
    .header_wrapper{ padding: 0px 0px;}
}
/* --------------------------------------------------------------------------------*/
/* Desktop menu */
.dropdown_menu {background-color: rgba(255, 255, 255, .98);   }
.dropdown_menu_sectiontitle{ display:none; }
.dropdown_menu a{ color:#000; font-weight:600; }
.dropdown_menu .dropdown_dropmenutxt{ color:#000; }
.dropdown_menu .w--current ,
.dropdown_menu a:hover{ color:#7EB43A;}
.dropdown_menu .header_tab_linking{ font-size: 18px;}
.dropdown_menu .normallinking{ font-size: 15px;}
.dropdown_menu .normallinking > div:after,
.dropdown_menu .header_tab_linking > div:after{
    font-family: 'webflow-icons';
    display:inline-block; vertical-align: middle;
    margin-left:5px;
    content:"\e600";
    color:#7EB43A;
    font-size:0.5em;  
}
/* --------------------------------------------------------------------------------*/
/* Mobile menu */
.mobile_searchbox{ display: none; }
.header.isMobile .nav_main_menu { 
    font-size:16px; padding: 20px 20px 0px 20px; 
    background:#FFF; border-top:1px solid #EEE; 
}
.header.isMobile .nav_main_menu .w-dropdown-toggle{ 
    padding:10px 0px ; border-bottom:1px solid #EEE; 
}
.header.isMobile .nav_main_menu .w-dropdown-toggle.w--open{ border-bottom:none  }
.header.isMobile .nav_main_menu .w-dropdown-list { 
    padding-bottom: 20px; 
    background: #FFF; border-bottom:1px solid #EEE; 
}
.header.isMobile .nav_main_menu .w-dropdown-link{ padding:5px 0px; font-size:14px; }
.header.isMobile .nav_main_menu .mobile_dropmenu_sublinking{  border:none; }
.header.isMobile .nav_main_menu .mobile_dropmenu_sublinking:after{
    font-family: 'webflow-icons';
    display:inline-block; vertical-align: middle;
    margin-right:20px;
    content:"\e600";
    color:#7EB43A;
    font-size:0.5em;  
}
.header.isMobile .nav_main_menu .mobile_toplinks{ padding:20px 0px; }
.header.isMobile .nav_main_menu .mobile_nav_socialmedia{
    background:#FFF; color:#000;
    padding:0px 0px 20px 0px; text-align:left;
}
.header.isMobile .nav_main_menu .mobile_nav_socialmedia .mobile_linkingrow{ display: block !important; text-align:left; }
.header.isMobile .nav_main_menu .mobile_nav_socialmedia a{    
    filter: brightness(0);
}
.mobile_extralinks{ padding-top: 10px; display:none }
.header.isMobile .mobile_extralinks{ display:block }
.header.isMobile .mobile_extralinks:after{ content:""; display:table; clear:both; }
.header.isMobile .mobile_extralinks div{ float:left; width:50%; }
.header.isMobile .mobile_extralinks a{
    font-size:16px; display: block; padding:0px; margin-top:10px; 
    color:#000; text-decoration: none; text-align: left;
}

.mobile-menu-button{ padding-left: 10px;}
.mobile_language{ float:right; display: none; }
.mobile_search{ float:right; display: none; }

@media screen and (max-width: 1000px) { 
    .mobile_search{ display: block; }    
}

.header.isMobile .mobile_language{ display: block; }
.header.isMobile .mobile_search{ display: none !important; }

.mobile_search a, 
.mobile_language a{ 
    font-family: 'Gt walsheim web', "Microsoft Jhenghei", "細明體_HKSCS", sans-serif;
    font-size:16px; display: inline-block; padding:0px 10px; line-height: 100px;
    text-decoration: none;
    color:#000;
}
.mobile-menu-button .w-icon-nav-menu{
    display: inline-block; 
    width:40px; height: 40px; line-height: 40px;
    text-align: center; 
    position: relative; 
}
.mobile-menu-button .w-icon-nav-menu span { 
    position: absolute; 
    top:20px; left: 5px;
    width: 30px; height: 1px; background: #000;
}
.mobile-menu-button .w-icon-nav-menu:before { 
    content: ""; position: absolute; 
    top:12px; left: 5px;
    width: 30px; height: 1px; background: #000;
    transform-origin: 0px 50%;
    transition: ease all 0.3s;
    display: block;
}
.mobile-menu-button .w-icon-nav-menu:after { 
    content: ""; position: absolute; 
    bottom:12px; left: 5px;
    width: 20px; height: 1px; background: #000;
    transform-origin: 0px 50%;
    transition: ease all 0.3s;
    display: block;
}

.mobile-menu-button.w--open{ background: #FFF; color:#000;}
.mobile-menu-button.w--open .w-icon-nav-menu span{ display: none; }
.mobile-menu-button.w--open .w-icon-nav-menu:before { 
    transform: rotate(45deg);
    top:9px; left: 9px;
}
.mobile-menu-button.w--open .w-icon-nav-menu:after { 
    transform: rotate(-45deg);
    bottom:9px; left: 9px;
    width: 30px;
}

/* --------------------------------------------------------------------------------*/
/* INNER PAGES */
.btns-bar,
.bottom_twoblock,
.inner_colorblock,
.section_trade_tab ,
.inner_bgimgtxt_section{ max-width: 1400px; margin: 0px auto; } 

.inner_bgimgtxt_section { padding-top: 40px; padding-bottom: 40px;}
.section_weather{ background:#648391;}

.section_inner{ max-width: 1240px; margin: 0px auto; } 

.btn_procurement_dl.w-inline-block{ display: block; margin: 20px 0px;}

@media screen and (max-width: 1280px) { 
    .section_inner{ padding: 0px 20px; box-sizing: border-box; } 
}
.inner_banner_section{ height: 337px; min-height: 337px; }
.inner_looking_for *,
.inner_banner_section *{ font-family: 'Source Sans Pro', "Microsoft Jhenghei", "細明體_HKSCS", sans-serif; }
.inner_banner_leftsection{ padding-left: 0px;}
.inner_banner_section  *{ text-transform: none !important;}
.inner_banner_title{ margin: 0px; font-weight: 1000; font-size:50px; padding:10px 0px 40px 0px; }
@media screen and (max-width: 1200px) { 
    .inner_banner_title{  font-size:30px; } 
}
@media screen and (max-width: 1000px) { 
    .inner_banner_title{  font-size:25px; } 
}
@media screen and (max-width: 800px) { 
    .inner_banner_title{  font-size:28px; padding-top: 0px; } 
    .inner_banner_breadcrumb { margin-bottom: 0px;}
}
/* --------------------------------------------------------------------------------*/
.inner_looking_for{ background: #FFF; padding: 0px 0px; margin: 40px 0px;}
.inner_lookingfor_title{ font-size: 28px; line-height: 1em; margin: 0px; padding: 0px; font-weight: 1000;  }
.inner_lookingfor_des{ padding-right: 20%; margin-bottom: 0px;}
.inner_lookingfor_des p{ line-height: 1.2em; margin: 20px 0px 20px 0px; padding: 0px; }
.inner_lookingfor_linkng{ border:none; padding-left: 0px; font-weight: 600;  }
.inner_lookingfor_linkng:before{ 
    content:"";
    display: inline-block; width:2px; height: 40px; vertical-align: middle;
    background: #FFF; border:1px solid #7EB43A; 
    margin-right: 20px;
}
.inner_looking_for.bg_training{ background: #FFF;}
.inner_lookingfor_linkng:hover{ background:#FFF; color: #7EB43A;}
.inner_lookingfor_linkng:hover:before{ 
    content:"";
    display: inline-block; width:2px; height: 40px; vertical-align: middle;
    background: #7EB43A; border:1px solid #7EB43A; 
    margin-right: 20px;
}
/* --------------------------------------------------------------------------------*/
/* Normal text */
.section_inner.cms-editor .p_normaltxt{ padding:0px; margin: 20px 0px; }
.section_inner.cms-editor .p_normaltxt h1,
.section_inner.cms-editor .p_normaltxt h2,
.section_inner.cms-editor .p_normaltxt h3,
.section_inner.cms-editor .p_normaltxt h4,
.section_inner.cms-editor .p_normaltxt h5,
.section_inner.cms-editor .p_normaltxt h6,
.section_inner.cms-editor .p_normaltxt td,
.section_inner.cms-editor .p_normaltxt th,
.section_inner.cms-editor .p_normaltxt li,
.section_inner.cms-editor .p_normaltxt p{
    font-family: 'Source Sans Pro', "Microsoft Jhenghei", "細明體_HKSCS", sans-serif !important; 
}
.section_inner.cms-editor .p_normaltxt h1,
.section_inner.cms-editor .p_normaltxt h2,
.section_inner.cms-editor .p_normaltxt h3,
.section_inner.cms-editor .p_normaltxt h4,
.section_inner.cms-editor .p_normaltxt h5,
.section_inner.cms-editor .p_normaltxt h6{ text-align: left;}

.section_inner.cms-editor .p_normaltxt h1{ font-size:32px; line-height: 1.2em; font-weight: 1000; margin: 40px 0px 20px 0px; }
.section_inner.cms-editor .p_normaltxt h2{ font-size:28px; line-height: 1.2em; font-weight: 1000; margin: 40px 0px 20px 0px; }
.section_inner.cms-editor .p_normaltxt h3{ font-size:25px; line-height: 1.2em; font-weight: 600; margin: 20px 0px; }
.section_inner.cms-editor .p_normaltxt p { font-size:20px; line-height: 1.2em; font-weight: 400; margin: 20px 0px; color:#000; }

.section_inner.cms-editor .p_normaltxt li{ font-size:16px; line-height: 1.2em; font-weight: 400;}
.section_inner.cms-editor .p_normaltxt li > *{ font-size:inherit;  margin: 0px; padding: 0px;}

.section_inner.cms-editor .p_normaltxt hr{
    border:none;  border-top:2px solid  #7EB43A; height: 0px;
    margin: 40px 0px; 
}
.section_inner.cms-editor .p_normaltxt hr.grey{ border-top:1px solid  #CCC; }

.stylish-table.green thead tr td, .stylish-table.green tbody tr:nth-child(odd) td, 
.stylish-table.green tbody tr:nth-child(even) td,
.section_inner.cms-editor .p_normaltxt  td{ padding: 15px; vertical-align: middle; font-size:18px; }

/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/* NEW CSS */
/* --------------------------------------------------------------------------------*/
.cic_search_pop{ 
    display: block; 
    border-bottom:1px solid #CCC; background: #FFF;
}
.cic_search_pop input[type=text]{ border:none; background: none; min-width: 500px; outline:none; }
.cic_search_pop input[type=submit]{ display: none; }

/* --------------------------------------------------------------------------------*/
.cic_search_mobile{ 
    position: fixed; top:0px; left:0px; width:100%; height:100%;
    background: rgba(255,255,255,1); z-index: 9998;
    box-sizing: border-box; padding: 0px 40px;
}
.cic_search_mobile table{ height:100%; width:100%; border-spacing: 0px; }
.cic_search_mobile td{ vertical-align: middle;}
.cic_search_mobile p{ font-size: 28px; text-align: center; margin: 40px 0px;}
.cic_search_mobile input[type=text]{ 
    display: block; width: 100%;
    border:none; border-bottom: 1px solid #CCC; outline:none;
    padding:5px 5px 5px 40px;
    line-height: 30px;
    background-color: #FFF;
    background-image:url(/images/rv_search.png);
    background-position: center left; background-size: 22px;
    background-repeat: no-repeat;
}
.cic_search_mobile input[type=submit]{ display: none; }
.cic_search_mobile a.logo{
    position: absolute; top:5px; left: 18px; 
}
.cic_search_mobile a.close{
    display: block; position: absolute; top:20px; right: 20px;
    background-color: #FFF; width:40px ; height: 40px; line-height: 40px;
    font-size:40px; color:#000; text-align: center; text-decoration: none;
}
/* --------------------------------------------------------------------------------*/
.cic_block{  max-width: 1400px; margin: 0px auto; }
.cic_block:after{ content:""; display: table; clear:both; }
/* --------------------------------------------------------------------------------*/
/* Tabs */
.cic_tab{ padding-top: 20px; }
.cic_tab:after{ content: ""; display: table; clear: both; }
.cic_tab .mask{ display: flex; justify-content: flex-start;}
.cic_tab a{ 
    font-size:20px; 
    display: block; width:33.33%; 
    align-self: flex-end;
    
    text-align: center; text-decoration: none; 
    color:inherit; font-weight: 400; opacity:0.5;
}
.cic_tab a.tab.active,
.cic_tab a.tab:hover{ opacity:1; }

.cic_tab a span:nth-of-type(1){ 
    display: block; border-bottom: 2px solid #FFF; 
    padding: 0px 20px 5px 20px; margin: 0px;
}
.cic_tab a span:nth-of-type(2){
    display:inline-block;
    width:0px; height: 0px; 
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    vertical-align: top;
}

.theme--black .cic_tab a span:nth-of-type(1){ 
    border-bottom: 2px solid #666; 
}

.cic_tab a.tab.active span:nth-of-type(1),
.cic_tab a.tab:hover span:nth-of-type(1){
    border-bottom: 2px solid #7fb539; 
}
.cic_tab a.tab.active span:nth-of-type(2),
.cic_tab a.tab:hover span:nth-of-type(2){
    border-color: #7fb539 transparent transparent transparent;
}

@media screen and (max-width: 1000px) {
    .cic_tab a{ width:auto;}
    .cic_tab .mask{ width: 100%; white-space:nowrap; overflow:auto;}
}

.cic_tab.tab3col a{  width:33.33%; }
/*.cic_banner_side .cic_tab a:first-of-type{  width:60%; }
.cic_banner_side .cic_tab a:last-of-type{  width:40%; }*/
.cic_banner_side .cic_tab a span:nth-of-type(1){  border-bottom: 2px solid #7a7a7a;  }

/* --------------------------------------------------------------------------------*/
.cic_tab_news{ 
    margin: 0px 10px 20px 10px; 
    overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    line-clamp: 5; 
}
.cic_tab_news span.date{  display: block; color: #7a7a7a; font-size: 16px; font-weight: normal; }
.cic_tab_news a{ 
   text-decoration: none; color:inherit;
   font-size: 16px; font-weight: 600; 
}
.cic_tab_news a  span.w-icon-slider-right{
   display: inline-block; margin-left: 5px; color: #7fb539;
   font-size: 12px; transition:ease all 0.3s;
}
.cic_tab_news a:hover{ color: #7fb539; }
.cic_tab_news a:hover span.w-icon-slider-right{ margin-left: 10px; }

.cic_tab_more{ 
    background: #ECF5F4;
    box-sizing: border-box; padding: 20px 30px 20px 30px;
    position: absolute; bottom:0px; left: 0px; width: 100%;
}
.cic_tab_more a{ text-decoration: none; color: inherit; font-size: 16px; font-weight: bold;;  }
.cic_tab_more a span{ color: #7fb539; }
.cic_tab_more a:hover{ color: #7fb539; }
/* --------------------------------------------------------------------------------*/
/* New banner */
.cic_banner_grid{ display:block; }
.cic_banner_grid .row { display:flex; justify-content: space-between; align-items: stretch; } 
.cic_banner_grid .cell:nth-of-type(1){ width: 75%; }
.cic_banner_grid .cell:nth-of-type(2){ width: calc(25% - 30px); background: #ECF5F4; }
@media screen and (max-width: 1440px){ 
    .cic_banner_grid{ margin-left: 20px; margin-right: 20px;}
}
@media screen and (max-width: 1200px){ 
    .cic_banner_grid{ margin-left: 0px; margin-right: 0px;}
    .cic_banner_grid,
    .cic_banner_grid .row,
    .cic_banner_grid .cell{ display:block; width: 100% !important;  } 
    .cic_banner_grid .cell:nth-of-type(2){ border-left: none; ; }
}
.cic_banner_side{ padding: 20px 20px; position: relative;}
.cic_banner_side .cic_tab a{ width:100%; color:#000; font-size: 18px; }

/* --------------------------------------------------------------------------------*/
.cic_banner{ 
    overflow: hidden; position: relative; 
    width:100%; height: 100%; /*min-height: 580px;*/ background: #000; 
}
.cic_banner .banner{ 
    display: block; width: 100%; height: 100%; overflow: hidden;
    position: absolute; top:0px; left: 0px; 
    background-size:100%; background-position: center center; 
    background-repeat: no-repeat;
    background-color: #FFF;
}
.cic_banner_mobile  .banner{ background-size:cover;}
.cic_banner .banner img{ width: 100%; height: auto; }

.cic_banner .nav{ position:absolute; bottom:30px; right: 30px; pointer-events: none; }
.cic_banner .nav p{ 
    color: #FFF;
    display: flex; align-items: center; justify-content: flex-end;
    font-size: 16px;
}
.cic_banner .nav p a{
    pointer-events: all;
    color: #FFF; font-size: 30px; font-weight: normal;
    text-decoration: none;
    margin-left: 5px;
}
.cic_banner .nav .cic_banner_index{ margin: 0px 10px 0px 0px; padding: 0px 10px 0px 0px; border-right: 1px solid #FFF; display: block;}
.cic_banner .nav .cic_banner_count{ display: block; margin: 0px 10px 0px 0px; }
/* New banner main banner nav */
/*
.cic_banner .nav{ position:absolute; top:calc(50% - 30px); left: 0px; width: 100%; pointer-events: none; }
.cic_banner .nav p{ 
    display: flex; justify-content: space-between;    
}
.cic_banner .nav p > span{ display: none; }
.cic_banner .nav p a{
    pointer-events: all;
    text-decoration: none; color: inherit; font-weight: normal;
    font-size:30px; 
    width: 60px; height: 60px;
    display: flex; justify-content: center; align-items: center;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}
.cic_banner:hover .nav p a{ opacity: 1; }

.cic_banner .nav p a:hover{ color: #7fb539; }
*/

.cic_banner_mobile{ display: none;}

.cic_banner .bullet{ 
    
    position:absolute; bottom:0px; left: 0px; width: 100%; pointer-events: none; 
    display: flex; align-items: flex-start; justify-content: flex-start;
    padding: 15px 20px;
    display: none;
}
.cic_banner .bullet a{
    display: flex; align-items: center; justify-content: center;
    width: 20px; height: 20px;
    pointer-events: all;
}
.cic_banner .bullet a:after{
    content: ""; display: block;
    width: 8px; height: 8px;
    background: #7fb539;
    border:1px solid #000;
    border-radius: 50%;
}
.cic_banner .bullet a.active:after{
    width: 10px; height: 10px;
    background: #FFF;
    border:1px solid #000;
}

@media screen and (max-width: 1000px){ 
    .cic_banner{ display: none;}
    .cic_banner_mobile{ display: block;}    
}
/* --------------------------------------------------------------------------------*/
/* Home page Shortcuts */
.cic_shortcut{ margin: 30px 0px; }
.cic_shortcut a{ 
    float:left; width:16.666666%; background: #f4f4f4; box-sizing: border-box;
    border-right: 1px solid #FFF; border-bottom: 1px solid #FFF;
    font-size:14px; font-weight:600; line-height: 1.2em;
    color:#000; text-decoration: none;
}
.cic_shortcut a:hover{ color: #FFF; background: #7EB43A;}
.cic_shortcut a:hover img{    
    filter: brightness(0) invert(100%);
}
.cic_shortcut a > div{ display: inline-block; vertical-align: middle; }
.cic_shortcut a > div:first-of-type{ width: 25%; height: 80px; padding-top: 20px; text-align: center;}
.cic_shortcut a > div:last-of-type { width: 70%; }
.cic_shortcut .tab_image img{  max-width: 30px !important; width: 100%; height: auto; }

@media screen and (max-width: 1440px){ 
    .cic_shortcut{ padding: 0px 20px; }
}
@media screen and (max-width: 1200px){ 
    .cic_shortcut{ 
        margin: 0px;
        padding: 0px 20px; 
        background: rgb(236,245,244);
        background: linear-gradient(180deg, rgba(236,245,244,1) 0%, rgba(236,245,244,1) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
    }
    .cic_shortcut a{  width:33.333333%; }
}
@media screen and (max-width: 800px){ 
    .cic_shortcut a{  width:50%; }
}
/* --------------------------------------------------------------------------------*/
/* Highlights nav */
.cic_highlight{ padding: 0px; margin: 60px 0px 20px 0px; }

.cic_highlight_head{ 
    display: inline-block; width: 50%;
    margin: 0px; vertical-align: middle;
    font-size: 26px; font-weight: bold; color: #000;
}
.cic_highlight_more{ 
    display: inline-block; width: 50%;
    text-align: right; vertical-align: middle;
}
.cic_highlight_more a{  color:inherit; text-decoration: none; }
.cic_highlight_more a.more{
    font-size: 16px; font-weight: bold;
    border-right: 1px solid #CCC;
    display: inline-block; padding-right: 10px;
}
.cic_highlight_more a.more span{ color: #7EB438; display: inline-block; margin-left: 10px; }
.cic_highlight_more a.arrow{ 
    font-size: 20px; display: inline-block; padding-left: 10px;
}
.cic_highlight_more a:hover{ color: #7EB438;}

@media screen and (max-width: 1440px) { 
    .cic_highlight{ padding: 0px 20px; }
}
@media screen and (max-width: 480px) { 
    .cic_highlight_head{ width: 100%;} 
    .cic_highlight_more{ width: 100%;}
}

/* Highlights news */
.cic_highlight_news{ max-width: 1400px; margin: 0px auto; box-sizing: border-box; margin-bottom:40px; }
.cic_highlight_news_mask{ width:100%; overflow: hidden; }
.cic_highlight_news_row{ 
    width: 1716px; left: 0px;
    position: relative;
    transition:ease all 0.3s ;
}
.cic_highlight_news_row:after{ content:""; display: table; clear: both;}
.cic_highlight_news .news_item{
    float:left; width: 286px;
    box-sizing: border-box;
    padding:0px 30px 0px 0px;
}
.cic_highlight_news .news_item .img img{ max-width: 100%; height: auto; }
.cic_highlight_news .news_item a{ text-decoration: none; color: inherit;}
.cic_highlight_news .news_item .news_desc{
    height: 120px; overflow: hidden;
}
.cic_highlight_news .news_item .title{
    font-size: 16px; font-weight: 600; 
    text-align: left;
    line-height: 1.2em; height:2.4em; overflow: hidden;
    text-overflow: ellipsis; 
}
.cic_highlight_news .news_item .date,
.cic_highlight_news .news_item .brief{
    color: #484848; font-size: 16px; margin: 5px 0px; width: 100%;
    line-height: 1.2em; height:1.2em; overflow: hidden;
    text-overflow: ellipsis; text-align: left;
}
.cic_highlight_news .news_item .arrow{
    font-size: 24px; color:#7EB43A; transition:ease all 0.3s;
}
.cic_highlight_news .news_item a:hover .arrow{ padding-left: 10px;}
.cic_highlight_news .news_item a:hover .title{ color:#7EB43A;}

@media screen and (max-width: 1400px){ 
    .cic_highlight_news{ padding: 0px 20px; }
}

/* Narrow Highlights */
.cic_narrow{ max-width: 1240px; margin: 0px auto;}
.cic_narrow .news_item{
    width: 248px;
    padding:0px 30px 0px 0px;
}
.cic_narrow .cic_highlight_news .news_item .news_desc{ height: 140px; }
/* --------------------------------------------------------------------------------*/
/* Chairman section */
.cic_chairman{
    background: #7EB43A; color: #FFF;
    max-width: 1400px; margin: 40px auto; padding: 10px 100px;
    
    background-image:url(/images/rv_chairman_bg01.png), url(/images/rv_chairman_bg02.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}
.cic_chairman_pic{
    display:inline-block; width:20%; vertical-align: middle;
}
.cic_chairman_pic img{
    max-width:200px; width:100%; height:auto; 
}
.cic_chairman_pic p{
    max-width:200px; height:0px; text-align: center;
    position:relative; top:-110px;
    font-weight: bold; font-size:16px; line-height: 20px;
    padding:0px; margin: 0px;
}
.cic_chairman_msg{
    display:inline-block; width:80%; vertical-align: middle;
    box-sizing: border-box; padding: 0px 80px;
    color:rgba(255,255,255,0.8);
}
.cic_chairman_msg a{ color:inherit; text-decoration: none;  font-weight: 600; }
.cic_chairman_msg a:hover{ color: #FFF;}
.cic_chairman_msg h3{ font-size: 24px; line-height: 1.2em; margin: 0px; }
.cic_chairman_msg h4{ font-size: 18px; line-height: 1.2em; margin: 10px 0px 0px 0px; }
.cic_chairman_msg p{ font-size: 16px; line-height: 1.2em; margin: 0px; }
.cic_chairman_more{ height: 0px; text-align: right; }
.cic_chairman_more a{ 
    display: inline-block;
    position: relative; top:-20px;
    font-size: 16px; background: #7EB43A; padding-left: 20px;
}
.cic_chairman_name{ margin-top: 15px;}
.cic_chairman_name h4{ float:left; }
.cic_chairman_name a { float:right; }
.cic_chairman_name h4,
.cic_chairman_name a { 
    margin: 0px; font-size: 14px;
    font-weight: 600; color:#FFF;
}
.cic_chairman_name a .w-icon-slider-right{ 
    position: relative; left:0px;
    font-size: 12px; vertical-align: middle; display: inline-block;
}
.cic_chairman_name a:hover .w-icon-slider-right{ 
    left: 5px; transition: ease all 0.3s;
};
.cic_chairman_name:after,
.cic_chairman:after{ content:""; display: table; clear:both; } 

@media screen and (max-width: 1150px) { 
    .cic_chairman{ padding: 1px 20px;}
    .cic_chairman_pic{ width: 25%; margin:20px 0px; }
    .cic_chairman_msg{ width: 75%; margin:20px 0px; padding: 0px 40px;}
}
@media screen and (max-width: 800px) {
    .cic_chairman_pic{ width: 100%; margin: 20px 0px; }
    .cic_chairman_pic p{
        max-width: none; height: auto; 
        text-align: left; position: static; 
        font-size:24px; line-height: 1.2em;;
    }
    .cic_chairman_msg{ width: 100%; margin: 0px 0px 20px 0px; padding: 0px 0px;} 
    
    .cic_chairman_name h4{ float: none; }
    .cic_chairman_name a { float:none; display: block; margin-top: 40px;}
}
/* --------------------------------------------------------------------------------*/
/* News section */
.cic_news_grid{ margin:40px auto; }
.cic_news{ float:left; width:75%; box-sizing: border-box; }
.cic_news_items{ float:left; width:50%; margin-bottom:20px; }
.cic_news_items:after{ content:""; display: table; clear: both;}
.cic_news_items a{ text-decoration: none; color:inherit; display: block; }
.cic_news_items_pic,
.cic_news_items_desc{ display:block; float: left;  box-sizing:border-box; }
.cic_news_items_pic{ width:35%; }
.cic_news_items_pic span{
    background-size:100%; background-repeat:no-repeat;
    background-position: center center; display:block;
    
    display: inline-block; width:100%; height:100px; 
    transition:ease all 0.3s;
}
.cic_news_items_pic span img{ display:none; }

.cic_news_items_desc{ width:65%; padding:0px 20px;  }
.cic_news_items_desc h3{ font-size: 20px; font-weight: 600; line-height: 1.2em; margin:0px; }
.cic_news_items_desc h3 span{
    display: inline-block; margin-left:5px; vertical-align: middle;
    font-size: 10px; color: #7fb539; margin-bottom: 2px;
    transition:ease all 0.3s;
}
.cic_news_items_desc p{ font-size: 16px;color:#7a7a7a; line-height: 1.2em; margin:0px;  }

.cic_news_items:hover.cic_news_items_pic span{ background-size:120%; }
.cic_news_items:hover.cic_news_items_desc h3 { color: #7fb539; }
.cic_news_items:hover.cic_news_items_desc h3 span{ margin-left: 10px; }

/* News section Looking For */
.cic_looking_for{ 
    float:left; width:25%; 
    padding: 40px 40px; box-sizing: border-box;
    background: #1D7D8B; color: rgba(255,255,255,0.8);
}
.cic_looking_for h2{ 
    font-size: 26px; margin:0px; color: #FFF;
}
.cic_looking_for hr{ 
    border:none; border-top:4px solid #7fb539;
    width: 40px; margin: 20px 0px;
}
.cic_looking_for a{ 
    display: block;
    color:inherit; text-decoration: none;
    margin: 20px 0px; font-size: 18px;
}
.cic_looking_for a span{
    display: inline-block; margin-left: 5px; vertical-align: middle;
    font-size: 10px; margin-bottom: 2px;
    transition:ease all 0.3s
}
.cic_looking_for a:hover{ color: #7fb539; }
.cic_looking_for a:hover span{ margin-left:10px; }

@media screen and (max-width: 1440px) { 
    .cic_news_grid{ margin:0px 20px; }
}
@media screen and (max-width: 1150px) { 
    .cic_news{ width:100%; }
    .cic_looking_for{ width:100%; }
}
@media screen and (max-width: 800px) { 
    .cic_news_items{ width:100%; }
    .cic_news_items_pic span{ width:100%; }
    .cic_news_items_desc h3{ font-size:18px; }
    .cic_news_items_desc p{ display:none; }
    .cic_looking_for{ padding: 20px 20px;  }
}
/* --------------------------------------------------------------------------------*/
/* Corporate */
 .cic_corporate_block{
    max-width: 1400px; margin: 20px auto;
    background: #1D7D8B; padding: 20px 80px;
}
.cic_corporate_block p{
    float: left; width:22%; white-space: nowrap;
    color:#FFF; font-size:26px; font-weight: normal;
    font-weight: 200;
}
.cic_corporate_block:after{ content: ""; display: table; clear: both; }
.cic_corporate_block img{ 
    display: inline-block;
    width:40px; height:40px; margin-right:10px; vertical-align: middle;
}

@media screen and (max-width: 1200px) { 
    .cic_corporate_block p{ width:40%; }
}
@media screen and (max-width: 800px) { 
    .cic_corporate_block{ padding: 20px 20px; }
    .cic_corporate_block p{ width:80%;  }
}

.cic_2col{ margin: 20px 0px; }
.cic_2col:after{ content:""; display: table; clear:both; }
.cic_2col .col{ width: 50%; float: left; box-sizing:border-box; }
.cic_2col .pad{ padding: 0px 40px;}

.cic_2col .col > :first-child{ margin-top: 0px;}

@media screen and (max-width: 800px) { 
    .cic_2col .col{ width: 100%; }
    .cic_2col .pad{ padding: 20px 0px;}
}
.cic_corporate_table td:first-of-type{ 
    font-weight: bold; text-transform: capitalize; padding-left:0px !important; padding-right: 0px !important;
    text-align: center;
}
/* --------------------------------------------------------------------------------*/
/* Levy */
.cic_levy_guide {
    max-width: 1400px; margin: 0px auto;
    padding:20px 0px;
    background:#1D7D8B; color:#FFF; 
    font-size:28px;  
}
.cic_levy_guide .section_inner{ padding-top: 0px;}
.cic_levy_guide span{ display: inline-block;  font-weight:800; margin: 20px 0px; }
.cic_levy_guide a{ font-weight: 200 ; color:#FFF ;  }
.cic_levy_guide a.active{ font-weight: 800 ; }
.cic_levy_guide a{
    display: inline-block; margin: 20px 0px; padding: 0px 20px;
    border-right:1px solid #FFF;
}
.cic_levy_guide a:last-of-type{ border: none; }
.cic_levy_guide a:hover{  text-decoration: underline; }

.cic_levy_disclaimer{ color: #7a7a7a !important; font-size: 16px !important;}
.cic_levy_disclaimer strong{ color:#000; }

.cic_levy_contact{ margin: 0px;}
.cic_levy_contact p{ 
    display:inline-block; vertical-align: middle; 
    padding-right: 20px; margin: 0px 20px 0px 0px  !important;
    color: #7fb539 !important;  font-size: 28px !important;
    border-right:1px solid  #7fb539 ;
    font-weight: 800 !important;
}
.cic_levy_contact p:last-of-type{  border-right: none; }
.cic_levy_contact p a{ color: #7fb539;}
.cic_levy_contact p a:hover{ color: #000;}
@media screen and (max-width: 800px) { 
    .cic_levy_contact p{  border:none; }
}
/* --------------------------------------------------------------------------------*/
/* inner pages */
.cic_inner{ margin: 30px auto; max-width: 1240px; color:#000;  }

@media screen and (max-width: 1280px) { 
    .cic_inner{ margin: 30px 20px;}
}

.cic_inner .cic_tab_content:after{ content:""; display: table; clear: both;}
.cic_inner .cic_tab_content a{
    float:left; width: 33.33%; margin-bottom: 20px; 
    color:inherit; font-size: 20px; line-height: 1.2em;
    box-sizing: border-box; padding-right: 40px;;
}
.cic_inner .cic_tab_content a:hover{ color: #7EB438;}
.cic_inner .cic_tab_content a:after{
    content:"";  margin-left: 10px;
    display: inline-block;  vertical-align: middle;
    width:30px; height: 30px;;
    background-image: url(/images/small_greenarrow2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:30px; 
}
.theme--black .cic_tab { color:#000; }
.theme--white .cic_tab { color:#FFF; }
.theme--black  .cic_tab_content a{ color:#000; }
.theme--white  .cic_tab_content a{ color:#FFF; }

@media screen and (max-width: 1000px) { 
    .cic_inner .cic_tab_content a{ width: 50%;}
}
@media screen and (max-width: 800px) { 
    .cic_inner .cic_tab_content a{ width: 100%;}
}

/* --------------------------------------------------------------------------------*/
.cic_inner h1{ font-size:32px; line-height: 1.2em; font-weight: 800; margin: 60px 0px 30px 0px; color:inherit !important; }
.cic_inner h2{ font-size:28px; line-height: 1.2em; font-weight: 800; margin: 60px 0px 30px 0px; color:inherit !important; }
.cic_inner h3{ font-size:25px; line-height: 1.2em; font-weight: 600; margin: 60px 0px 30px 0px; color:inherit !important; }
.inner_bgimgtxt_content p, 
.inner_bgimgtxt_content li,
.about_blog_inner li,
.cic_inner p { font-size:20px; line-height: 1.2em; font-weight: 400; margin: 20px 0px;  }
.cic_inner hr{
    border:none;  border-top:1px solid #7EB43A; height: 0px; margin: 30px 0px; 
}
.cic_inner hr.grey{ border-top:1px solid #CCC; }

.cic_inner ul { list-style: none ;}
.cic_inner ul li::before {
    content: "\2022"; 
    color: #7EB43A;  font-weight: bold;  font-size:1.5em; 
    display: inline-block;  width: 0.8em;  margin-left: -0.8em;
}

.cic_inner li{ font-size:16px; line-height: 1.2em; margin-top: 0px; margin-bottom: 5px; color: #000;  }
.cic_inner li > *{ font-size:inherit;  margin: 0px; padding: 0px;}
.cic_inner ul li{ list-style: none !important; }

.cic_inner li p{ margin: 0px; display: inline-block; } 

.cic_inner table tr td{ vertical-align: middle; font-size:18px; }
.cic_inner table tr td:nth-of-type(odd),
.cic_inner table tr td:nth-of-type(even){ 
    font-size:18px; line-height: 1.2em; background: #FFF;
    border-bottom:1px solid #CCC; padding: 10px;
}
.cic_inner table tr:first-of-type td{ 
    border-top: 1px solid #CCC;
}
.cic_inner table tr th{
    background: #7fb539 !important; color: #FFF !important; 
    text-align: left; font-size: 20px; padding: 10px  !important;
}
/* --------------------------------------------------------------------------------*/
/* Index of links in inner pages */
.cic_inner_index:after{ content: ""; display: table; clear: both; }
.cic_inner_index a{ 
    float: left; width:20%; box-sizing: border-box; padding:0px; margin-bottom: 10px; 
    font-size: 18px; line-height: 1.2em; font-weight: 600; color:#000;
    text-align: left;;
}
.cic_inner_index a:hover{ color: #7fb539; }
.cic_inner_index a:before{
    content:""; height: 40px; border:1px solid #7fb539; width: 2px;
    display: inline-block; vertical-align: middle; margin-right: 10px;
}
.cic_inner_index a:hover:before{
    content:""; height: 40px; border:1px solid #7fb539; width: 2px; background: #7fb539;
    display: inline-block; vertical-align: middle; margin-right: 10px;
}
.cic_inner_index a div{ display: inline-block; vertical-align: middle; ; width:90%; }

@media screen and (max-width: 1200px) { 
    .cic_inner_index a{ float: left; width:25%;}
}
@media screen and (max-width: 800px) { 
    .cic_inner_index a{ float: left; width:50%;}
}
@media screen and (max-width: 600px) { 
    .cic_inner_index a{ float: left; width:100%;}
}
/* --------------------------------------------------------------------------------*/
.cic_inner_bg{ max-width:1400px; margin: 0px auto; padding: 1px 0px;} 

.cic_inner_bg.green { background: #7EB438; }
.cic_inner_bg.green .cic_inner{ color:#FFF;}
.cic_inner_bg.seagreen { background: #1D7D8B; }
.cic_inner_bg.seagreen .cic_inner{ color:#FFF;}
.cic_inner_bg.teal { background: #4f807a; }
.cic_inner_bg.teal .cic_inner{ color:#FFF;}
.cic_inner_bg.darkgreen { background: #548085; }
.cic_inner_bg.darkgreen .cic_inner{ color:#FFF;}

.cic_inner_bg.green .cic_inner_index a{ color:#FFF; }
.cic_inner_bg.green .cic_inner_index a:hover{ color:#FFF; }
.cic_inner_bg.seagreen .cic_inner_index a{ color:#FFF; }
.cic_inner_bg.seagreen .cic_inner_index a:hover{ color:#FFF; }
.cic_inner_bg.teal .cic_inner_index a{ color:#FFF; }
.cic_inner_bg.teal .cic_inner_index a:hover{ color:#FFF; }
.cic_inner_bg.darkgreen .cic_inner_index a{ color:#FFF; }
.cic_inner_bg.darkgreen .cic_inner_index a:hover{ color:#FFF; }

.cic_inner_bg.green .cic_inner_index a:before{ border:1px solid #FFF; }
.cic_inner_bg.green .cic_inner_index a:hover:before{ border:1px solid #FFF; background: #FFF;}
.cic_inner_bg.seagreen .cic_inner_index a:before{ border:1px solid #FFF; }
.cic_inner_bg.seagreen .cic_inner_index a:hover:before{ border:1px solid #FFF; background: #FFF;}
.cic_inner_bg.teal .cic_inner_index a:before{ border:1px solid #FFF; }
.cic_inner_bg.teal .cic_inner_index a:hover:before{ border:1px solid #FFF; background: #FFF;}
.cic_inner_bg.darkgreen .cic_inner_index a:before{ border:1px solid #FFF; }
.cic_inner_bg.darkgreen .cic_inner_index a:hover:before{ border:1px solid #FFF; background: #FFF;}
/* --------------------------------------------------------------------------------*/
/* Col layout for replacing old verion's 2col, 3col */
.cic_col_layout{
    
    padding: 0px 0px; max-width: 1400px; margin:0px auto;
}
.cic_col_layout .theme--black{ color:#000; }
.cic_col_layout .theme--white{ color:#FFF; }

.cic_col_layout .col{ float: left; width: 50%; box-sizing:border-box; padding: 20px 80px; border-left: 1px solid #429AA6; }
.cic_col_layout .col:first-of-type{ border:none; }
.cic_col_layout:after{ content: ""; display: table; clear:both; }
.cic_col_layout h3{ font-size: 28px; font-weight:bold; margin: 0px; padding: 0px; line-height:1.2em;  }
.cic_col_layout  p{ font-size: 20px;  margin: 15px 0px; line-height:1.2em; }
.cic_col_layout h3,
.cic_col_layout p{ max-width: 480px;}
.cic_col_layout .img,
.cic_col_layout .text{ display: inline-block; vertical-align:top; box-sizing: border-box; }
.cic_col_layout .img { width: 32%; padding-right:40px; }
.cic_col_layout .text{ width: 68%; }
.cic_col_layout .img img{ width:100%; height: auto; }
.cic_col_layout .arrow img{ max-width: 68px; height: auto;}
.cic_col_layout .arrow a{ transition:ease all 0.3s; display: inline-block; margin: 0px; }
.cic_col_layout .arrow a:hover{ margin: 0px 0px 0px 10px;}


.cic_col_layout .col.theme--black{ border-left: 1px solid rgba(0,0,0,0.8); }
.cic_col_layout .col.theme--white{ border-left: 1px solid rgba(255,255,255,0.8); }
.cic_col_layout .col.theme--black:first-of-type,
.cic_col_layout .col.theme--white:first-of-type{ border:none; }

@media screen and (max-width: 1200px) { 
    .cic_col_layout h3{  line-height:1.5em;  }
    .cic_col_layout .img { width: 50%; padding-right:40px; }
    .cic_col_layout .text{ width: 50%; }
    .cic_col_layout .col{ padding: 20px 40px; }
    .cic_col_layout{  padding: 20px 0px; }
}
@media screen and (max-width: 800px) { 
    .cic_col_layout .col{ width: 100%; }
    .cic_col_layout .col:last-of-type{ border-top: 1px solid #429AA6; border-left: none; }
    .cic_col_layout .col:first-of-type{ border-top:none; }
}
.cic_col_layout .col:only-child{ width: 100% !important;}

.cic_col_layout.white{ background: #FFF; color: #000; }
.cic_col_layout.white .col{  border-color: #7EB438; }
.cic_col_layout.white p{  color:#000; }

.cic_col_layout.grey{ background: #EBEBEB; color: #000; }
.cic_col_layout.grey .col{  border-color: #000; }
.cic_col_layout.grey p{  color:#000; }

.cic_col_layout.teal{ background: #4f807a; color: #FFF; }
.cic_col_layout.teal .col{  border-color:rgba(255,255,255,0.8); }

.cic_col_layout.darkgreen{ background: #548085; color: #FFF; }
.cic_col_layout.darkgreen .col{  border-color:  rgba(255,255,255,0.8); }

/* --------------------------------------------------------------------------------*/
.cic_inner_links .links a{
    display: block; 
    font-size:20px; line-height: 1.2em; font-weight: 100; padding: 20px 40px 20px 0px; margin: 0px;
    border-bottom: 1px solid #CCC; color:#000;
    background-image: url(/images/small_greenarrow2x.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size:30px;
}
.cic_inner_links h2,
.cic_inner_links h3{ margin-bottom: 10px;}
.cic_inner_links .links a:hover{ 
    background-color: #7EB438;  color:#FFF; padding-left: 10px;
    background-image: url(/images/small_whitearrow2x.png);
}
.cic_inner_links .links a:last-of-type{ border: none;}
/* --------------------------------------------------------------------------------*/
/* Footer */
.cic_footer{ color:#000; border-top:1px solid #CCC; padding-top: 10px; padding-bottom: 40px; margin-top: 60px; }
.cic_footer .padding{ padding: 0px 0px 0px 0px;}
.cic_footer a{ color:inherit; text-decoration: none;}
.cic_footer a:hover{ color: #7EB438; }

.cic_footer .links:after, 
.cic_footer .upper:after{ content: ""; display: table; clear: both; }
.cic_footer .upper{ padding-bottom: 80px;}

.cic_footer .links .col,
.cic_footer .links{ float:left; width:50%; }
.cic_footer .links a{ 
    font-size: 18px; font-weight: bold;
    display: block; margin: 10px 0px;
}

.cic_footer .social{ float:left; width:50%; text-align: right; }
.cic_footer .social a{ 
    filter:brightness(0); width: 35px; height:35px; margin: 10px 0px 10px 20px;
    background-size:contain; background-repeat: no-repeat; 
}
.cic_footer .links_small a{
    display:inline-block; font-size: 14px; margin-right: 20px;;
}
.cic_footer .links_small{ text-align: center; }
.cic_footer .copyright{ text-align: center; }

.cic_footer .logos{ text-align: right;}
.cic_footer .logos img{ height: 50px; width: auto; }
.cic_footer .copyright{ font-size:12px; color:#7a7a7a; }
.cic_footer .copyright a div{ display: inline-block; ;}

@media screen and (max-width: 1440px) { 
    .cic_footer .padding{ padding: 0px 20px 0px 20px; }
}
@media screen and (max-width: 1000px) {
    .cic_footer { border: none;}
    .cic_footer .links{ display: none;}
    .cic_footer .social{  width:100%; text-align:  center;;}
    .cic_footer .upper{ padding-bottom: 1px;}
    .cic_footer .links_small{ display:none;}
    .cic_footer .logos{ text-align: center; margin-bottom: 30px;}
    .cic_footer .copyright a { display: block; text-align: center;}
    .cic_footer .copyright a span { display:none;}
}
/* --------------------------------------------------------------------------------*/
/*.content_wrapper > p{ display: none;}*/

.table-wrapper td,
.stylish-table td{ vertical-align: middle;}
.cms-editor tr td li, .section_inner.cms-editor tr td li, .about_blog .cms-editor tr td li { font-size: 18px;}

@media screen and (min-width: 1501px) {
    .about_event_calendar.calendar-fixed.calendar-fixed-end .about_event_calendar_left{
        left: calc(50% - 690px);
    }
}

/* 201102 update START */
/* industrial news update START */
.industrial-news__filter-item {
    display: inline-block;
    vertical-align: middle;
}
.industrial-news__filter-item:first-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 1px;
    background-color: #bfbfbf;
    margin: 0 12px;
}
.industrial-news__filter-item select {
    border: none;
    color: #7eb439;
    font-weight: bold;
    font-size: 24px;
    background-position-y: center;
    cursor: pointer;
    background-image: url(/images/ui/select-arrow-green.png);
}
@media screen and (max-width: 640px) {
    .industrial-news__filter-item {
        display: block;
        max-width: 250px;
        margin: 0 auto;
        border-bottom: 2px #7eb439 solid;
    }
    .industrial-news__filter-item:first-child:after {
        display: none;
    }
}
.industrial-news__filter-item option {
    color: #222;
    font-size: 18px;
}
.industrial-news__item-holder {
    min-height: 540px;
}
.industrial-news__item-header {
    border-bottom: 1px #7eb439 solid;
}
.industrial-news__item-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.industrial-news__item-row.cic_inner {
    margin-top: 0;
    margin-bottom: 0;
}
.industrial-news__item {
    width: 100%;
    display: none;
    border-bottom: 1px #efefef solid;
}
.industrial-news__item.show {
    display: block;
}
.industrial-news__item:hover {
    background-color: #7eb439;
    border-bottom-color: #7eb439;
}
.industrial-news__item-row.cic_inner {
    margin-top: 0;
    margin-bottom: 0;
}
.industrial-news__item-col {
    padding: 18px 24px 18px 0;
}
.industrial-news__item:hover .industrial-news__item-title,
.industrial-news__item:hover .industrial-news__item-content {
    color: #fff
}
.industrial-news__item-title {
    color: #7eb439;
    font-size: 18px;
    font-weight: bold;
}
.industrial-news__item .industrial-news__item-title {
    display: none;
}
.industrial-news__item-content {
    font-size: 18px;
}
.industrial-news__item-col--headline {
    flex-grow: 1;
}
.industrial-news__item-col--source {
    width: 200px;
    flex-shrink: 0;
}
.industrial-news__item-col--category {
    width: 200px;
    flex-shrink: 0;
}
.industrial-news__item-col--date {
    width: 120px;
    flex-shrink: 0;
}
@media screen and (max-width: 992px) {
    .industrial-news__item-holder {
        border-top: 1px #7eb439 solid;
    }
    .industrial-news__item-header {
        display: none;
    }
    .industrial-news__item-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .industrial-news__item-col {
        padding: 18px 0;
        width: 33.33%;
        flex-grow: 1;
    }
    .industrial-news__item-col--headline {
        width: 100%;
        padding-bottom: 0;
    }
    .industrial-news__item .industrial-news__item-title {
        display: block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .industrial-news__item-col.industrial-news__item-col--source {
        width: 100%;
        padding-bottom: 0;
    }
    .industrial-news__item-col--category,
    .industrial-news__item-col--date {
        width: 50%;
        flex-grow: 1;
        flex-shrink: 0;
    }
    .industrial-news__item-col--category {
        padding-right: 24px;
    }
}
.industrial-news__pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
.industrial-news__pagination button {
    background: none;
    border: none;
}
.industrial-news__prev-page,
.industrial-news__next-page {
    padding: 0;
}
/* 20210419 update START */
.industrial-news__prev-page.disabled,
.industrial-news__next-page.disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
}
/* 20210419 update END */
.industrial-news__prev-page:before,
.industrial-news__next-page:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-top: 2px #222 solid;
    border-left: 2px #222 solid;
}
.industrial-news__prev-page:before {
    transform: rotate(-45deg);
}
.industrial-news__next-page:before {
    transform: rotate(135deg);
}
/* 20210419 update START */
.industrial-news__page-btn {
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    display: none;
    vertical-align: middle;
}
.industrial-news__page-btn.active {
    display: inline-block;
}
/* 20210419 update END */
.industrial-news__page-btn.current-page {
    color: #7eb439;
}
/* industrial news update END */
/* industrial news detail update START */
.industrial-inner__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
}
.industrial-inner__header:after {
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: 1px;
    position: absolute;
    background-color: #efefef;
    left: -24px;
    bottom: 0;
}
.industrial-inner__header-col {
    width: 50%;
    padding-bottom: 20px;
    flex-shrink: 0;
}
.industrial-inner__header-col:nth-child(2n + 1) {
    padding-right: 24px;
}
.industrial-inner__header-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.industrial-inner__header-content {
    font-size: 20px;
    font-weight: bold;
    color: #7eb439;
    width: 100%;
    display: block;
    line-height: 24px;
}
.industrial-inner__img-holder {
    margin: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.industrial-inner__img-item {
    width: 33.33%;
    flex-shrink: 0;
    padding-right: 30px;
}
.industrial-inner__img {
    font-size: 0;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: contain;
    background-position: left;
    margin-bottom: 5px;
}
.industrial-inner__img-desc {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.industrial-inner__img-desc:before {
    content: "";
    display: inline-block;
    border: 7px transparent solid;
    border-left: 9px #222 solid;
}
@media screen and (max-width: 992px) {
    .industrial-inner__img-item {
        padding-right: 10px;
        width: 50%;
        margin: 12px 0;
    }
    .industrial-inner__img-item:nth-child(2n+2) {
        padding-right: 0;
        padding-left: 10px;
    }
}
@media screen and (max-width: 480px) {
    .industrial-inner__header {
        padding: 20px 0;
    }
    .industrial-inner__header-col {
        padding-bottom: 12px;
    }
    .industrial-inner__header-col--title {
        padding-right: 0;
        width: 100%;
    }
    .industrial-inner__header-col--category {
        width: 100%;
    }
    .industrial-inner__img-item,
    .industrial-inner__img-item:nth-child(2n+2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* industrial news detail update END */
/* 201102 update END */


/* 201220 update */
.cic_highlight_news .news_item a:hover .img img{
    border: 2px solid #7fb539;
    box-sizing: border-box;
}
.cic_highlight_news .news_item a:hover *{
    color: #7fb539  !important;
}
.cic_news_items a:hover .cic_news_items_pic span{
    border: 8px solid #7fb539;
    box-sizing: border-box;
    transition: none;
}
.cic_news_items a:hover .cic_news_items_desc *{
    color: #7fb539  !important;
}
/*
.cic_shortcut a{ color:#FFF; background: #7fb539; } 
.cic_shortcut a img{ filter:brightness(0) invert(1); }
.cic_shortcut a:hover{ color:#000; background: #ECF5F4;  box-sizing: border-box; } 
.cic_shortcut a:hover img{ filter:brightness(0) invert(0); }
*/

.cic_looking_for a { color: #FFF; }
.cic_tab_more{ padding-bottom: 40px; }
.cic_tab { padding-top: 10px; }
.cic_banner_side .cic_tab a { font-size: 16px;  }
.cic_banner_side .cic_tab a span:first-of-type{ padding-bottom: 10px; }

.cic_news_items_desc h3 span,
.cic_looking_for a span { margin-left: 0px !important; }
.cic_news_items_desc a:hover h3 span,
.cic_news_items_desc a:hover *{ color: #7fb539 !important; }
.cic_looking_for a:hover span { margin-left: 2px !important; }

.cic_footer{ padding-top: 50px; }

a:hover .menu_hover_bottomline,
.menu_hover_bottomline{ border-bottom-width: 2px !important; }

.footer_socialinking.shareEmail:hover{ background-size: 45px;}

.dropdown_menu_inner{ padding-top: 0px; padding-bottom: 0px; }
.dropdown_menu{ box-shadow: 0 11px 17px -12px rgba(0, 0, 0, 0.1);  padding-top: 20px; padding-bottom: 80px; }

.col.theme--black{ border:1px solid rgb(157, 187, 182); border-left-color: rgb(157, 187, 182) !important;} 
.cic_col_layout .col{ padding-top: 40px; padding-bottom: 40px; }
.dropdown_menu .w-col-3{ width: 33%;}
.dropdown_menu .w-col-9{ width: 66%;}

/*
.cic_footer .logos{ padding-bottom: 20px; text-align: center; }
.cic_footer .links_small{ padding-bottom: 10px; }
@media (max-width: 1320px){
    .header-nav-linking { font-size: 14px; }
}
*/

/*.header_topbar_title{ font-weight: normal; } */
@media screen and (max-width: 991px){    
    .mobile_linkingrow { max-width: none; margin: 0px;}
    .mobile_linkingrow .w-col{ padding-left: 0px; padding-right: 0px; }
    .header.isMobile .nav_main_menu .mobile_toplinks { padding:30px 0px 20px 0px; }
    .header.isMobile .nav_main_menu .mobile_nav_socialmedia{ padding-bottom: 60px; }
}
.header_social_media{ padding-right: 0px; margin-right: 5px; }
.header_social_media:after{ display: none; }
.cic_new_lang{
    border-right:1px solid #000; padding:0px 0px 0px 0px; margin:0px 10px 0px 0px
}
.cic_new_lang > a{ margin-top: 0px !important; }
/* 201220 update */

.cic_footer .upper{ clear: both; }
.cic_footer .links_small,
.cic_footer .copyright{ float: left; width: 41%; text-align: left;}
.cic_footer .logos{ float: right; width: 59%; text-align: right;}
@media screen and (max-width: 991px){    
    .cic_footer .links_small,
    .cic_footer .copyright{ float:none; width: 100%; text-align: center;}
    .cic_footer .logos{ float: none; width: 100%; text-align: center;}
}
@media screen and (max-width: 767px){    
    .footer_logo_linking_a{ width: 25%; }
    .cic_footer .social{ margin-bottom: 40px; }
}
@media screen and (max-width: 479px){    
    .footer_logo_linking_a{ width: 33%; }
}
.footer_logo_linking_a img{ object-fit: contain;}

/* 210715 update START */
.easyjob__filter-category {
    width: auto;
    padding-right: 24px;
    max-width: 100%;
}
.easyjob-desc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 24px;
}
.easyjob-desc__textarea {
    flex-grow: 1;
}
.easyjob-desc__textarea h3 {
    margin-top: 0;
    color: #7eb439 !important;
    font-weight: bold;
}
.easyjob-desc__textarea p {
    line-height: 1.5;
}
.easyjob-app {
    width: 300px;
    max-width: 100%;
    padding-left: 38px;
    border-left: 1px #efefef solid;
    margin-left: 38px;
    flex-shrink: 0;
}
.easyjob-app h4 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #7eb439;
}
.easyjob-app p {
    margin: 0;
}
.easyjob-app__row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.easyjob-app__icon {
    /* width: 80px; */
    width: 100px;
    font-size: 0;
    margin-right: 24px;
    flex-shrink: 0;
}
.easyjob-app__icon img {
    width: 100%;
}
.easyjob-app__btn-container {
    /* flex-shrink: 0; */
    display: flex;
    flex-flow: column;
}
.easyjob-app__btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #7fb539;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 16px;
}
.easyjob-app__btn img {
    width: 18px;
}
.easyjob-app__btn + .easyjob-app__btn {
    margin-top: 9px;
}
.easyjob-app__btn span {
    padding-left: 12px;
}
.easyjob-app__btn:hover {
    color: #fff;
    opacity: 0.8;
}
.easyjob-app__icon-btn {
    display: block;
    width: 100%;
}
.easyjob-app__icon-btn:hover {
    opacity: 0.8;
}
.easyjob-app__icon-btn + .easyjob-app__icon-btn {
    margin-top: 9px;
}
.easyjob__item-col {
    flex-shrink: 0;
}
.easyjob__item-col--name {
    width: 220px;
}
.easyjob__item-col--category {
    width: 180px;
}
.easyjob__item-col--employer {
    flex-grow: 1;
}
.easyjob__item-col--level {
    width: 150px;
}
.easyjob__item-col--date {
    width: 130px;
}
@media screen and (max-width: 992px) {
    .easyjob-desc {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .easyjob-app {
        width: 280px;
        margin: 0 auto;
        text-align: center;
        border-left: 0;
        border-top: 1px #efefef solid;
        padding-left: 0;
        padding-top: 24px;
    }
    .easyjob__item-col--employer {
        width: 100%;
    }
}
.industrial-inner__textarea p,
.industrial-inner__textarea li {
    line-height: 1.5;
    font-size: 20px;
    vertical-align: top;
}
.easyjob-contact__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 24px;
    font-weight: bold;
    padding: 12px 0;
    padding-left: 28px;
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
}
.easyjob-contact__item--phone {
    background-image: url(/images/easyjob-phone.png);
}
.easyjob-contact__item--whatsapp {
    background-image: url(/images/easyjob-whatsapp.png);
}
.easyjob-contact__item--mail {
    background-image: url(/images/email.png);
}
.easyjob-contact__item--wechat {
    background-image: url(/images/wechat.png);
}
.easyjob-contact__item--app {
    background-image: url(/images/easyjob-icon.jpg);
}
@media screen and (min-width: 993px) {
    .easyjob-inner__header-col {
        width: calc(100% / 3);
        padding-right: 24px;
    }
}
.industrial-inner__header-title {
    font-size: 18px;
    font-weight: 600;
}
.industrial-inner__header-content {
    font-size: 28px;
    line-height: 1.2;
}
@media screen and (max-width: 992px) {
    .easyjob-inner__header-col--tablet-100 {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 560px) {
    .industrial-inner__header-content {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .easyjob-inner__header-col--mobile-100 {
        width: 100%;
        padding-right: 0;
    }
}
/* 210715 update END */

/* 211125 update */
.cic_inner_index{ display:flex; algin-item:flex-start; justify-content:flex-start; flex-wrap:wrap; }
/* 211125 update END */
