* {
    font-family: Arial, sans-serif, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS !important;
}

body {
    background-image: url(../images/body_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #b0d85b;
}

body.overflow {
    overflow: hidden;
}

a {
    color: #212529;
    text-decoration: none;
}

a:hover {
    color: #c35309;
    /* 20201215 Hawk*/
    text-decoration: none;
    /* 20201215 Hawk*/
}

ul.ul-list {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ul.ul-list li {
    margin: 0;
}

ul.ul-list li:before {
    content: "»";
    color: #FF6600;
    position: absolute;
    left: 0px;
}

.active {}

.skip-link {
    position: relative;
    z-index: 1001;
}

.skip-link_link {
    display: -moz-inline-stack;
    display: block;
    margin: 0;
    max-height: 1;
    color: #FFF;
    position: absolute;
    top: -5000px;
    left: -5000px;
}

.access {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1 {
    color: #004B0D;
    font-size: 28px;
    font-weight: bold;
}

h2 {
    color: #c35309;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    color: #006600;
    font-size: 18px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

header {
    /*max-height: 235px;*/
    max-height: 360px;
}

.top {
    max-height: 160px; /* 20231108-01 */ /* 120px */
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
}

.top .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

a.small {
    font-size: 10px;
    padding-top: 2px;
}

a.middle {
    font-size: 12px;
}

a.large {
    font-size: 14px;
    padding-bottom: 2px;
}

.small_size {
    font-size: 90%;
}

.middle_size {
    font-size: 100%;
}

.large_size {
    font-size: 110%;
}

.nav-button {
    padding: 5px 0;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    transition: 0.2s ease-in-out;
}

.nav-button a {
    display: block;
    text-decoration: none;
    color: #000;
}

.nav-button:hover {
    background-color: #fff;
    transition: 0.2s ease-in-out;
}

.text_size {
    display: inline-block;
    width: 93px;
    height: 30px;
    background-color: #E8FFCE;
    border: 1px solid #4CA200;
    border-radius: 30px;
}

.lang {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #E8FFCE;
    border: 1px solid #4CA200;
    border-radius: 50%;
    margin-left: 10px;
}

.contact_us_menu {
    display: inline-block;
    width: 93px;
    height: 30px;
    background-color: #E8FFCE;
    border: 1px solid #4CA200;
    border-radius: 30px;
    margin-left: 10px;
}

.site_map_menu {
    display: inline-block;
    width: 93px;
    height: 30px;
    background-color: #E8FFCE;
    border: 1px solid #4CA200;
    border-radius: 30px;
    margin-left: 10px;
}

.nav-search {
    margin-top: 15px;
}

.nav-search .searchText {
    border: 1px solid #4CA200;
    width: 180px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    vertical-align: bottom;
}

.nav-search input {
    color: #3E3E3E;
    font-size: 12px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3E3E3E;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3E3E3E;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3E3E3E;
}

.searchBtn {
    height: 30px;
    width: 30px;
    background: url(../images/search.svg) no-repeat;
    /* background-size: 14px 13px; */
    border: 0;
    cursor: pointer;
    padding: 0;
    overflow: visible;
    position: relative;
    margin-left: 10px;
    vertical-align: bottom;
    transition: 0.2s ease-in-out;
}

.searchBtn:hover {
    background: url(../images/search_active.svg) no-repeat;
    transition: 0.2s ease-in-out;
}

.menu {
    position: relative;
    height: 115px;
    max-width: 1200px;
    width: 100vw;
}

.menu-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, #D6FFF7 0%, #F1FFFB 100%) no-repeat;
    background-size: calc(100%) calc(100%);
    height: 75px;
    width: 100%;
    left: 0px;
    opacity: 0.75;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 146, 146, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 146, 146, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 146, 146, 0.16);
}

.menu .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 78px;
    width: 100%;
    padding: 0px;
    background-color: #fff;
    border: 3px solid #4CA200;
    border-radius: 40px;
    position: absolute;
    bottom: 0px;
    display: block;
}

.menu-item {
    padding: 0 30px;
    width: 100%;
}

.menu-item a {
    color: #004B0D;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
    transition: 0.5s ease;
    display: block;
    height: 69px;
}

.menu-item a:hover {
    transform: translateY(-3%);
    transition: 0.3s ease;
    text-decoration: underline;
}

.menu-item>div {
    position: relative;
}

.sub-menu-item {
    display: none;
    position: absolute;
    padding: 0px;
    top: 70px;
    width: 1000%;
    z-index: 995;
    max-width: 200px;
}

.first-menu-item:last-child>.sub-menu-item {
    left: -55px;
}

.first-menu-item {
    height: 100%;
    /* padding:2% 0; */
}

.first-menu-item.active>.sub-menu-item {
    display: block;
}

.first-menu-item.active>a {
    transform: translateY(-3%);
    transition: 0.3s ease;
    text-decoration: underline;
}

.sub-menu-item>li {
    list-style-type: none;
    margin: 0;
    background: #E8FFCE;
    /* padding: 1% 5%; */
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    border: 2px solid #4CA200;
    border-bottom: 0px;
}

.sub-menu-item>li:last-child {
    border-bottom: 2px solid #4CA200;
    border-radius: 0 0 20px 20px;
}

.sub-menu-item>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}


/*3rd level sub menu start */

.sub-menu-item-menu>li {
    list-style-type: none;
    margin: 0;
    background: #E8FFCE;
    padding: 1% 5%;
    border: 1px solid #4CA200;
    /* border-left: 0px; */
    display: block;
}

.sub-menu-item-menu>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
    transition: 0.5s ease;
}

.sub-menu-item-menu {
    display: none;
    position: absolute;
    padding: 0px;
    left: 200px;
    /* top: 0px; */
    width: 1000%;
    z-index: 996;
    max-width: 200px;
}

.sub-menu-item-menu>li:last-child {
    border-bottom: 2px solid #4CA200;
    border-radius: 0 0 20px 20px;
}


/* .sub-menu-item-menu>li:first-child {
    border-top: 2px solid #4CA200;
    border-radius: 20px 20px 0px 0px;
    } */


/* .sub-menu-item>li a:hover+.sub-menu-item-menu {
    display: block;
}

.sub-menu-item-menu>li a:hover+.sub-menu-item {
    display: block;
    color: red;
    } */


/* li:hover>ul {
    display: inline-block;
    } */

    .level3_menu {
        display: inline-block;
        padding-inline-start: 0;
        /* position: absolute; */
        margin: 0;
        margin-right: 20px;
    }

    .level3_menu>li::after {
        content: "";
        width: 8px;
        height: 8px;
        border: solid #000;
        border-width: 0 0 1px 1px;
        transform: translate(50%, 50%) rotate(-45deg);
        position: absolute;
        /* left: 50%; */
        /* top: 0 */
    }

    .level3_menu li {
        list-style-type: none;
        font-weight: bold;
        color: #004B0D;
        /* background-color: #b0d85b; */
    }

    .level3_menu_item {
        display: none;
        padding-inline-start: 0;
        position: absolute;
        margin: 0;
        z-index: 900;
        /* padding: 5px 10px; */
    }

    .level3_menu_item li {
        list-style-type: none;
        margin: 0;
        background: #E8FFCE;
        padding: 5px 10px;
        display: block;
    }

    .level3_menu>li:hover>ul.level3_menu_item {
        display: block;
    }


    /*3rd level sub menu end */

    .m_right {
        display: none;
    }

    .m-menu-open {
        display: inline-block;
        position: relative;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        z-index: 51;
        text-indent: -9999px;
        margin: 0px 0px 0 0;
        transition: margin .3s ease 0s;
        -webkit-transition: margin .3s ease 0s;
    }

    .m-menu-open:before {
        margin-top: -9px;
    }

    .m-menu-open:after {
        margin-top: 9px;
    }

    .m-menu-open:before,
    .m-menu-open:after,
    .m-menu-open span {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 25px;
        height: 2px;
        background-color: #000000;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .m-menu-close {
        position: absolute;
        left: -50px;
        top: 0;
        text-indent: -9999px;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 75, 13, 0.5);
    }

    .m-menu-close:before {
        transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    }

    .m-menu-close:after {
        transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    .m-menu-close:before,
    .m-menu-close:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background-color: #ffffff;
    }

    .m-menu {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 990;
        top: 0;
        right: 0;
        position: fixed;
        opacity: 0.5;
        transition: opacity .2s ease 0s;
    }

    .m-menu.active {
        background: rgba(0, 0, 0, 0.5);
        z-index: 990;
        top: 0;
        right: 0;
        position: fixed;
        opacity: 1;
        transition: opacity .2s ease 0s;
    }

    .m-menu .container {
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 999;
        top: 0;
        right: 0;
        position: fixed;
        transform: translateX(120%);
        transition: .5s ease 0s;
        padding: 0;
    }

    .m-menu.active .container {
        transform: translateX(0%);
    }

    .m-menu-box {}

    .m-menu .menu-item {
        overflow-y: auto;
        position: fixed;
        height: calc(100% - 120px);
        padding: 0;
        background: #004B0D;
    }

    .m-menu .fisrt-menu-item {}

    .m-menu .menu-item .fisrt-menu-item>a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px 20px;
        background: #004B0D;
        color: #fff;
        transition: 0.3s ease;
    }

    .m-menu .menu-item a:hover {
        transform: translateX(-2%);
        transition: 0.3s ease;
        text-decoration: underline;
    }

    .m-menu .menu-item .fisrt-menu-item>a.with-sub-menu:before {
        margin: auto 0;
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        cursor: pointer;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 25px;
        transition: .6s ease;
    }

    .m-menu .menu-item .fisrt-menu-item.active>a:before {
        transform: rotate(180deg);
        transition: .6s ease;
    }

    .m-menu .fisrt-menu-item.active .sub-menu-item {
        display: block;
    }

    .m-menu .menu-item .sub-menu-item {
        display: none;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 0;
        background: #004B0D;
        top: 0;
        max-width: 100%;
        text-align: left;
    }

    .m-menu .menu-item .sub-menu-item li {
        padding: 0 20px;
    }

    .m-menu .menu-item .sub-menu-item li a {
        text-align: left;
    }

    .m-menu .menu-item .sub-menu-item>li:last-child {
        border-bottom: 2px solid #4CA200;
        border-radius: 0 0 0px 0px;
    }

    .m-menu .text_size a,
    .m-menu .lang a,
    .m-menu .contact_us_menu a,
    .m-menu .site_map_menu a {
        color: #000;
        text-decoration: none;
    }

    .m-menu .text_size:hover,
    .m-menu .lang:hover,
    .m-menu .contact_us_menu:hover,
    .m-menu .site_map_menu:hover {
        background-color: #fff;
        transition: 0.2s ease;
    }

    .m-menu .text_size {
        border-radius: 0px;
        text-align: center;
        vertical-align: top;
        padding: 1% 0;
        border-left: 0px;
        border-top: 0px;
        width: 50%;
        transition: 0.2s ease;
    }

    .m-menu .lang {
        border-radius: 0px;
        text-align: center;
        vertical-align: top;
        padding: 1% 0;
        border-left: 0px;
        border-top: 0px;
        width: 25%;
        margin: 0;
        transition: 0.2s ease;
    }

    .m-menu .contact_us_menu,
    .m-menu .site_map_menu {
        border-radius: 0px;
        text-align: center;
        vertical-align: top;
        padding: 1% 0;
        border-left: 0px;
        border-top: 0px;
        width: 100%;
        margin: 0;
        transition: 0.2s ease;
    }

    .m-menu .nav-search {
        margin: 0;
    }

    .m-menu .nav-search .searchText {
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        width: 90%;
        color: #3E3E3E;
        font-size: 16px;
    }

    .m-menu .nav-search input {}

    .m-menu .searchBtn_m {
        width: 10%;
        background: #fff;
        border: 0px;
        /* background-size: 14px 13px; */
        border-bottom: 1px solid #4CA200;
        border-right: 1px solid #4CA200;
        background: url(../images/search_mobile.svg) no-repeat;
        background-color: #E8FFCE;
        background-position: center;
        cursor: pointer;
        padding: 0;
        overflow: visible;
        position: relative;
        margin-left: 0px;
        vertical-align: bottom;
        transition: 0.2s ease;
    }

    .m-menu .searchBtn_m:hover {
        background-color: #fff;
        transition: 0.2s ease;
    }

    .extr_menu_m {
        display: none;
    }

    .extr_menu {
        display: block;
    }

    .header_news{
        display: block;
        max-width: 30%;
        font-weight: 600;
    }

    .header_news_m{
        display: none;
        width: 100%;
        font-weight: 600;
        background-color: #FFF;
    }

    .header_news .news, .header_news_m .news{
        width: 100%;
        overflow: hidden;
    }

    .header_news .news{
      /*
        height: 80px;
        */
    }

    .header_news img{
        /* ENERGYLAND20230711-01
        height: 80px;
        */
        height: 65px;
    }

    .header_news_m img{
        width: 100%;
    }

    .header_banner img{
        height: 150px;
    }

    @media (max-width: 1075px) {
        .menu-item a {
            text-align: center;
        }
    }

    @media (max-width: 1100px) {
        .top .container .right {
            display: none;
        }
        .menu .container {
            display: none !important;
        }
        .extr_menu {
            display: none;
        }
        .m_right {
            display: block;
        }
        .m-menu a {
            display: block;
            /* width:100%; */
        }
        .m-menu .menu-item {
            padding: 0;
        }
        .extr_menu_m {
            display: block;
            background-color: #E9E9E9;
        }
        .header_news {
            display: none;
        }
        .header_news_m{
            display: block;
        }
    }


    /* banner loop*/

    .tech-slideshow {
        height: 620px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 13px;
        position: relative;
        overflow: hidden;
        transform: translate3d(0, 0, 0);
        transform-origin: 24% 30%;
        transition: 0.5s ease;
    }

    .tech-slideshow>div {
        height: 620px;
        width: 3820px;
        background: url(../images/banner.png);
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: translate3d(0, 0, 0)/* skew(20deg, 10deg) */
        ;
        transform-origin: right;
        transition: 0.5s ease;
    }

    .tech-slideshow>.mover-1 {
        height: 620px;
        width: 3820px;
        background: url(../images/banner.png);
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        /* transform: translateX(-49.7%) ; */
        transform-origin: right;
    }


/* .tech-slideshow > .mover-2 {
  height: 620px;
  width: 3820px;
  background: url(../images/banner.png);
  background-repeat:repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translateX(49.7%);
  transform-origin:right;

  } */

  @media screen and (max-width: 1200px) {
    .tech-slideshow .mover-1 {
        animation: moveSlideshow1 30s linear infinite;
    }
    .tech-slideshow .mover-2 {
        animation: moveSlideshow2 3s linear infinite;
    }
}

@keyframes moveSlideshow1 {
    100% {
        transform: translateX(-49.7%);
    }
}


/* @keyframes moveSlideshow2 {


  100% {
    transform: translateX(-%);

  }
  } */


  /* banner loop*/

  .promo_icon {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    /* height: 85px; */
    text-align: center;
}


/*swiper css start*/

.slider {
    margin-top: 112px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 600px;
    /* margin-left: auto;
    margin-right: auto; */
    border-bottom: 5px solid #33a8b8;
}

.swiper-container2 {
    width: 80%;
    max-width: 900px;
    display: inline-block;
    vertical-align: middle;
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 0;
    border-bottom: 0;
}

.swiper-slide {
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: ; */
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}


/* .swiper-container2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #484846;
	border: #484846 2px solid;
	opacity: 1;
    } */

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border: #232323 1px solid;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background-color: #232323;
        border: #232323 1px solid;
    }


/* .swiper-container2 .swiper-pagination-bullet-active {
	background-color: #fff;
	border: #484846 2px solid;
    } */


/* .swiper-container:not(.swiper-container2) .swiper-button-prev:before {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 35px 30px 0;
	border-color: transparent #84d5e0 transparent transparent;
}
.swiper-button-prev:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 20px 0;
	border-color: transparent #fff transparent transparent;
	left: 2px;
}
.swiper-container:not(.swiper-container2) .swiper-button-next:before {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 35px;
	border-color: transparent transparent transparent #84d5e0;
}
.swiper-container .swiper-button-next:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 25px;
	border-color: transparent transparent transparent #fff;
	right: 2px;
    } */

    .swiper-bulletbutton {
        position: absolute;
        /* top: 500px; */
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 22;
        width: 100%;
        /* top: -5%; */
        bottom: 18px;
    }

    .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }

    .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .swiper-play-pause {
        /* position: absolute; */
        position: relative;
        text-align: center;
        /* bottom: 40px; */
        bottom: -5px;
        left: -5px;
        width: 100%;
        /* height: 0px; */
        z-index: 11;
        display: inline;
    }

    .swiper-play {
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: url("../images/home/banner_play.png");
        display: none;
        /* margin-right: 250px; */
    }

    .swiper-pause {
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: url("../images/home/banner_pause.png");
        display: inline-block;
        /* margin-right: 250px; */
    }

    .swiper-button-next-icon {
        margin: auto 0;
        display: inline-block;
        content: '';
        width: 15px;
        height: 30px;
        background: url("../images/next_button.png");
        cursor: pointer;
        vertical-align: middle;
    }

    .swiper-button-prev-icon {
        margin: auto 0;
        display: inline-block;
        content: '';
        width: 15px;
        height: 30px;
        background: url("../images/back_button.png");
        cursor: pointer;
        vertical-align: middle;
    }

    .promo_icon .swiper-slide img {
        max-width: 130px;
        /* width:84px; */
    }


    /*swiper css end*/

    .footer {
        max-width: 1200px;
        border: 3px solid #4CA200;
        opacity: 0.52;
        border-radius: 40px;
    }

    footer {
        min-height: 70px;
        background: linear-gradient(to bottom, #004900 0%, #000F00 100%) no-repeat;
    }

    footer>div {}

    footer .container {
        max-width: 1200px;
        margin: 0 auto;
        color: #fff;
        font-size: 14px;
    }

    footer .container>div {
        margin-top: 20px;
    }

    footer .container .left div {
        display: inline-block;
    }

    footer .container .left .date {
        margin-left: 25px;
    }

    footer .container .left a {
        color: #fff;
    }

    @media (max-width: 990px) {
        footer {
            min-height: 150px;
        }
        footer .container {
            display: block !important;
            text-align: center;
        }
        footer .container>div {
            margin-top: 0px;
        }
        footer .container .left .date {
            margin: 25px 0 0 0;
        }
        footer .container .left div img {
            margin-top: 10px;
        }
        footer .container .left div {
            display: block;
        }
    }


    /* home page */


    /* content page */

    .main-body {
        background: rgba(255, 255, 255, .9);
        /* background: linear-gradient(90deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(255,255,255,0.25) 100%); */
    }

    .main-body .container {
        min-height: 620px;
        margin: 0 auto;
        margin-top: 13px;
        position: relative;
        padding-bottom: 20px;
    }

    .body-nav {
        padding: 1% 0;
        font-size: 14px;
    }

    .body-nav a {
        text-decoration: underline;
        color: #3E3E3E;
    }

    .body-nav span {
        font-weight: bold;
        color: #004B0D;
    }

    .main-container {
        text-align: justify;
    }

    .main-container a {
        text-decoration: underline;
    }

    @media (max-width: 850px) {
        .menu {
            height: 62px;
        }
    }

    .main-container table tr.table_top {
        height: 10px;
    }

    .main-container table tr.table_top td,
    .main-container table tr.table_top td {
        /* background-image: url(/energyland/filemanager/template/common/images/table_border.gif); */
        background-image: url(../filemanager/template/common/images/table_border.gif);
        background-repeat: repeat-x;
        background-position: left top;
    }

    .main-container table th.left_top {
        background-image: url(../filemanager/template/common/images/table_til_top_l.gif);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .main-container table th.right_top {
        background-image: url(../filemanager/template/common/images/table_til_top_r.gif);
        background-repeat: no-repeat;
        background-position: right top;
    }

    .main-container table th {
        background-color: #8CCC63;
        text-align: left;
        padding: 10px;
        padding-left: 15px;
        /* color: #fff; */
        color: #000;
        border-left: 1px solid #fff;
    }

    .main-container table .light_green,
    .main-container table .light_green th {
        background-color: #e6f4de;
    }

    .main-container table .t_center {
        text-align: center;
    }

    .main-container table td {
        padding: 7px 15px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        line-height: 150%;
        vertical-align: top;
    }

    .main-container table tr.table_bottom {
        height: 15px;
    }

    .main-container table tr.table_bottom td,
    .main-container table tr.table_bottom td {
        background-image: url(../filemanager/template/common/images/table_border.gif);
        background-repeat: repeat-x;
        background-position: left bottom;
    }

    .main-container table tr.table_top td,
    .main-container table tr.table_bottom td {
        padding: 0;
        border: none;
    }

    .main-container table .light_green2 {
        background-color: #f3faef;
    }

    .main-container table {
        margin-bottom: 18px;
        padding-top: 3px;
        line-height: 115%;
        position: relative;
    }

    .main-container table tr.table_top .left div {
        width: 10px;
        /* background-image: url(../images/table_top_l.gif); */
        background-image: url(../filemanager/template/common/images/table_top_l.gif);
        background-repeat: no-repeat;
        background-position: left top;
        height: 10px;
        float: left;
    }

    .main-container table tr.table_top .right div {
        /* background-image: url(../images/table_top_r.gif); */
        background-image: url(../filemanager/template/common/images/table_top_r.gif);
        background-repeat: no-repeat;
        background-position: right top;
        width: 10px;
        height: 10px;
        float: right;
    }

    .main-container table tr.table_bottom .left div {
        width: 10px;
        /* background-image: url(../images/table_btm_l.gif); */
        background-image: url(../filemanager/template/common/images/table_btm_l.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 15px;
        float: left;
    }

    .main-container table tr.table_bottom .right div {
        /* background-image: url(../images/table_btm_r.gif); */
        background-image: url(../filemanager/template/common/images/table_btm_r.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 10px;
        height: 15px;
        float: right;
    }

    .margin_b {
        margin-bottom: 30px;
    }

    .img_wrap {
        text-align: left;
        margin-bottom: 20px;
    }

    .f_left {
        float: left;
        margin-right: 10px;
    }

    img {
        border: 0px;
        padding: 0px;
        margin: 0px;
        max-width: 100%;
        height: auto;
    }

    .clear {
        clear: both;
    }

    .img_wrap div {
        text-align: center;
        padding-top: 5px;
    }

    .img_wrap div span.back_color {
        background-color: #F0F0F0;
        line-height: 120%;
    }

    .img_wrap div span {
        background-repeat: no-repeat;
        display: inline-block;
        padding: 0;
    }

    .img_wrap span {
        text-align: center;
    }

    .img_wrap div span.l_top {
        /* background-image: url(../images/remark_corner_l_t.gif); */
        background-image: url(../filemanager/template/common/images/remark_corner_l_t.gif);
        background-position: left top;
    }

    .img_wrap div span.r_top {
        /* background-image: url(../images/remark_corner_r_l.gif); */
        background-image: url(../filemanager/template/common/images/remark_corner_r_l.gif);
        background-position: right top;
    }

    .img_wrap div span.l_btm {
        /* background-image: url(../images/remark_corner_l_b.gif); */
        background-image: url(../filemanager/template/common/images/remark_corner_l_b.gif);
        background-position: left bottom;
    }

    .img_wrap div span.r_btm {
        /* background-image: url(../images/remark_corner_r_b.gif); */
        background-image: url(../filemanager/template/common/images/remark_corner_r_b.gif);
        background-position: right bottom;
        padding: 4px 7px;
        font-size: 93%;
        width: 166px;
    }

    .gototop {
        padding-top: 10px;
    }

    .img_border{
        border-radius: 0.8em;
    }

    .fix_width {
        max-width: 180px;
    }


    /* 20201215 Hawk*/


/* .main-container a {
    color: #1F6887;
    text-decoration: none;
    } */


    /* 20201215 Hawk*/

    .p_right {
        padding-right: 20px;
    }

    .f_right {
        float: right;
        margin-left: 10px;
    }

    .main-container table span.right_top {
        /* background-image: url(../images/table_til_top_r.gif); */
        background-image: url(../filemanager/template/common/images/table_til_top_r.gif);
        background-repeat: no-repeat;
        background-position: right top;
        display: inline-block;
        float: right;
        height: 10px;
        width: 10px;
        margin-top: -10px;
        margin-right: -10px;
    }

    .promo_icon {
        clear: both;
    }

    table {
        word-break: break-word;
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }

    table th,
    table td {
        padding: 10px 20px;
    }

    table td span {
        color: #000;
        display: none;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        /* position: absolute; */
        text-transform: uppercase;
        /* top: 0; */
        /* left: 0; */
        padding-left: 15px;
    }

    table td div:nth-child(1) span {
        background: #8CCC63;
    }

    table td div:nth-child(2) span {
        background: #F3FAEF;
    }

    .ballasts_col1 {
        width: 55%
    }

    .ballasts_col2,
    .ballasts_col3,
    .ballasts_col4 {
        width: 15%;
    }


    /* desktop table 3 columns */

    .table_3columns td {
        width: 33.33%;
    }

    .table_3columns tr {
        display: flex;
    }


/* .table_3columns tr td:nth-child(-n+3) {
    background-color: #f3faef;
}

.table_3columns tr td:nth-child(n+4) {
    background-color: #e6f4de;
    } */

    .desktop_version {
        position: relative;
        word-break: break-word;
    }

    .desktop_version tr {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .desktop_version tr th {
        width: 100%;
    }

    .desktop_version td div {
        display: none;
    }

    .desktop_version tr.table_bottom,
    .desktop_version tr.table_top {
        display: none;
    }

    table#responsive_table tr:nth-child(3) td div:nth-child(n+5) {
        display: none;
    }


    /* end of desktop table 3 columns */


    /* mobile version */

    @media screen and (max-width: 1100px) {
        .menu-bg {
            display: none !important;
        }
        .main-body {
            position: relative;
            top: -13px;
        }
    }

    @media screen and (max-width: 768px) {
        .desktop_version td {
            width: 50%;
            position: relative;
            word-break: break-word;
        }
        .desktop_version tr {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .desktop_version tr th {
            width: 100%;
        }
        .desktop_version td div {
            display: none;
        }
        .desktop_version tr.table_bottom,
        .desktop_version tr.table_top {
            display: none;
        }
    /* .desktop_version tr td:nth-child(n+1):nth-child(odd) {
        background-color: #f3faef;
    }
    .desktop_version tr td:nth-child(n+2):nth-child(even) {
        background-color: #e6f4de;
        } */
    /* .desktop_version tr td:nth-child(3) {
        background-color: #e6f4de;
        } */
    /* .desktop_version tr td:nth-child(4n+3),
    .desktop_version tr td:nth-child(4n+4) {
        background-color: #e6f4de;
        } */
        .desktop_version tr td:nth-child(1),
        .desktop_version tr td:nth-child(2) {
            background-color: #f3faef;
        }
        .desktop_version tr td:nth-child(3),
        .desktop_version tr td:nth-child(4) {
            background-color: #e6f4de;
        }
        table#responsive_table tr {
            border-bottom: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        table#responsive_table td {
            border: 1px solid #fff;
            margin: 0 -1px -1px 0;
            padding-top: 35px;
            position: relative;
            width: 50%;
        }
        table#responsive_table td span {
            display: block;
        }
        table#responsive_table tr:nth-child(1),
        table#responsive_table tr:nth-child(2) {
            display: none;
        }
        table#responsive_table tr td:nth-child(1) {
            display: none;
        }
        table#responsive_table td {
            padding: 0 !important;
        }
        table#responsive_table tr.table_bottom {
            display: none;
        }
        table#responsive_table tr td div:nth-child(1),
        table#responsive_table tr td div:nth-child(2) {
            border-bottom: 1px solid #fff;
        }
        table#responsive_table tr td div:nth-child(3) {
            padding-left: 15px;
        }
        table#responsive_table tr td:nth-child(2) {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        table#responsive_table tr td:nth-child(3) {
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        table#responsive_table tr td:nth-child(4) {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        table#responsive_table tr td:nth-child(5) {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        table#responsive_table tr td:nth-child(2) span {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        table#responsive_table tr td:nth-child(3) span {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        table#responsive_table tr td:nth-child(4) span {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        table#responsive_table tr td:nth-child(5) span {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        .ballasts_col1 {
            width: 36%;
        }
        .ballasts_col2 {
            width: 20%;
        }
        .ballasts_col3,
        .ballasts_col4 {
            width: 22%;
        }
        .r_btm {
            width: 100% !important;
        }
        a {
            word-break: break-all;
        }
        .tvc_grid li iframe {
            width: 100% !important;
            /* min-width: 400px !important; */
        }
        .img_wrap {
            width: 100%;
        }
        .img_wrap img {
            width: 100%;
        }

        .img_border{
            border-radius: 1.2em;
        }

        .fix_width {
            max-width: 100%;
        }

        table#responsive_table tr:nth-child(n+4) {
            display: none;
        }
        table#responsive_table tr:nth-child(3) td {
            width: 100%;
            margin-top: 15px;
        }
        table#responsive_table div {
            border-bottom: 1px solid #fff;
        }
        table#responsive_table div:nth-child(2n+3) {
            padding-left: 15px;
        }
        table#responsive_table tr:nth-child(3) td div:nth-child(n+5) {
            display: block;
        }
    }


    /* content page */

    /* chat bot*/

    .ai_up{
        position: absolute;
        right:80px;
        bottom: 0px;
        /*animation: 1s ease-out 0s 1 slideInFrombottom;*/
    }

    @media screen and (max-width: 640px) {
        .ai_up{
            right: 0;
        }

        .aiChatBoxContainer{
            max-width: 85%;
            right: 0;
        }

        .aiChatBoxLit{
            width: 100px !important;
            height: 100px !important;
        }
    }

/*
@-webkit-keyframes slideInFrombottom {
 0% {
     transform: translateY(100%);
 }
 100% {
     transform: translateY(0);
 }
 }

 @keyframes slideInFrombottom {
 0% {
     transform: translateY(100%);
 }
 100% {
     transform: translateY(0);
 }
 }*/

 /* energy saving tips home */

 .main-container.home{
    padding-bottom: 200px;
}

.home_bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    height: 200px;
    z-index: 0;
}

.home_bg .ground{
    position: absolute;
    bottom: 0;
    background-color: #129F7A;
    height: 30px;
    width: 100%;
}

.home_bg .tree_left{
    position: absolute;
    bottom: 30px;
    width: 10%;
    max-width: 200px;
    left: 0;
}

.home_bg .tree_right{
    position: absolute;
    bottom: 30px;
    width: 10%;
    max-width: 200px;
    right: 0;
}

.home_bg .fan{
    position: absolute;
    bottom: 30px;
    width: 13%;
    max-width: 200px;
    /*transform: translateX(-50%);*/
    left: 25%
}

.home_bg .sunl{
    position: absolute;
    bottom: 30px;
    width: 13%;
    max-width: 200px;
    /*transform: translateX(-50%);*/
    right:25%;
}

.main-container.home table th{
    background-color: rgb(0,180,141);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.main-container.home table td{
    background-color: rgb(250,252,249);
    width: 25%;
}

.main-container.home .title{
    color: #fff;
    background-color: rgb(0,180,141);
    border-bottom-right-radius: 10px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin-top: -12px;
    margin-left: -12px;
    margin-bottom: 20px;
}

.main-container.home .content_with_title{
    background-color: rgb(250,252,249);
    border: 2px solid rgb(0,180,141);
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.main-container.home h3{
    color: rgb(0,180,141);
}

.main-container.home .btn{
    background-color: rgb(0,180,141);
    color: #FFFFFF;
}

@media screen and (max-width: 640px) {
    .home_bg .fan, .home_bg .sunl{
        width: 20%;
    }
    .home_bg .tree_left, .home_bg .tree_right{
        width: 15%
    }
}

/* energysaving tips office*/

.main-container.office{
    padding-bottom: 200px;
}

.office_bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    height: 200px;
    z-index: 0;
}

.office_bg .ground{
    position: absolute;
    bottom: 0;
    background-color: #5B88C0;
    height: 30px;
    width: 100%;
}

.office_bg .tree_left{
    position: absolute;
    bottom: 30px;
    width: 10%;
    max-width: 200px;
    left: 0;
}

.office_bg .tree_right{
    position: absolute;
    bottom: 30px;
    width: 10%;
    max-width: 200px;
    right: 0;
}

.office_bg .fan{
    position: absolute;
    bottom: 30px;
    width: 13%;
    max-width: 200px;
    /*transform: translateX(-50%);*/
    left: 25%
}

.office_bg .sunl{
    position: absolute;
    bottom: 30px;
    width: 13%;
    max-width: 200px;
    /*transform: translateX(-50%);*/
    right:25%;
}

.main-container.office table th{
    background-color: rgb(92,137,192);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.main-container.office table td{
    background-color: rgb(244,250,250);
    width: 25%;
}

.main-container.office .title{
    color: #fff;
    background-color: rgb(92,137,192);
    border-bottom-right-radius: 10px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin-top: -12px;
    margin-left: -12px;
    margin-bottom: 20px;
}

.main-container.office .content_with_title{
    background-color: rgb(244,250,250);
    border: 2px solid rgb(92,137,192);
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.main-container.office h3{
    color: rgb(92,137,192);
}

.main-container.office .btn{
    background-color: rgb(92,137,192);
    color: #FFFFFF;
}

.no-bg td{
    background-color: transparent !important;
    border: none !important;
}

@media screen and (max-width: 640px) {
    .office_bg .fan, .office_bg .sunl{
        width: 20%;
    }
    .office_bg .tree_left, .office_bg .tree_right{
        width: 15%
    }
}

@media screen and (max-width: 768px){
.main-container.office table td{ width: 50%; }
.main-container.home table td{ width: 50%; }

}


/* YouTube Gallery */

div.gallery img {
    width: 100%;
    height: auto;
  }

  div.gallery img:hover {
    outline: #ffe875 solid 5px;
  }

  div.desc {
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin: 10px 0px 15px 0px;
    background-color: #cfff99;
    font-weight: bold;
  }

  * {
    box-sizing: border-box;
  }

  .responsive {
    padding: 0 6px;
    float: left;
    width: 33%;
    padding-bottom: 20px;
  }

  @media only screen and (max-width: 900px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }

  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  /* YouTube Gallery */
