/*!
Theme Name: Liang
Theme URI: http://www.energeticthemes.com
Author: Liang Zhang
Thanks for the contributor: EnergeticThemes
Contributor URI: https://amjadalii.com
Description: Homepage of Liang Zhang (lz284@njit.edu).
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography, page header
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
	## Main
	## Header
	## Page main title
	## Footer
	## Blogs
	## Properties
	## Shop
	## Components
	## Search
# Elements
	## Accordion
	## Quote
	## Countdown
# Blocks
	## Member content - Team member
	## Pricing table
	## Quote
	## Testimonials
# Modules
	## Slider
# Comments
# 404
# Widgets
# Utilities
*/
img {
  max-width: 100%;
  height: auto;
}
/*
set Hyperlink style  08.18.2021
*************************************************/
a{color:darkblue;}
a:hover {
	color: #0000FF;
	text-decoration:none;
}          
a:active {
  color:red;
  background:none;
  text-decoration: none;
}  /*   808A87 */
.img_tran img {  
  width: 100%;  
  transform: scale(1);  
  transition: all 0.5s ease 0s;
}  
.img_tran:hover img {  
  transform: scale(1.03);
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.03);
  -webkit-transform: all 0.5s ease 0s;
}  
.img_trans img {  
  width: 100%;  
  transform: scale(1);  
  transition: all 0.5s ease 0s;
}  
.img_trans:hover img {  
  transform: scale(1.3);
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 0.5s ease 0s;
} 
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .xl-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }
  .xl-gutters > .col,
  .xl-gutters > [class*='col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.wp-caption-text {
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media only screen and (min-width: 1100px) and (max-width: 1220.98px) {
  .site-header .navbar-brand {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background-color: #F4F4F4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.site-header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991.98px) {
  .site-header .navbar .navbar-nav {
    background-color: #F4F4F4;
  }
}

.site-header .navbar .nav-item {
  font-weight: 800px;
  font-family: "Mulish";
  color: #000000;
  font-size: 1.05rem;
  margin-right: 9px;
  margin-left: 9px;
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.site-header .navbar .nav-item.active {
  color: #1C1D1E;
}

.site-header .navbar .nav-item .nav-link {
  color: #1C1D1E;
  font-weight: 900;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 02px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .site-header .navbar .nav-item .nav-link {
    position: relative;
  }
  .site-header .navbar .nav-item .nav-link.active::before, .site-header .navbar .nav-item .nav-link:hover::before {
    content: "";
    /* border-bottom: solid 3px #292421; */
    width: calc(100% - 0px);
    display: block;
    position: absolute;
    bottom: 1px;
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item .dropdown-menu {
    border: solid 1px #ffffff;
    border-radius: 0px;
    background-color: white;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item .dropdown-menu .dropdown-item {
    color: #1C1D1E;
    border: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1;
    border-color: #1C1D1E;
    border-width: 1px;
    padding: 20px 40px;
  }
}

.site-header .nav-modules li {
  margin-left: 0px;
}

.site-header .navbar-toggler {
  /* background-color: #F4F4F4; */
  background-color: white;
  border: none;
  /* border: solid 0.15625rem gray; */
}

.btn-outline-black-header {
  border: solid;
  border-width: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-pills .nav-link {
  padding: .75rem 2rem;
  border-radius: 2rem;
}

.nav-pills .nav-link.active {
  color: #ffffff;
}

.navbar .nav-modules {
  padding: 0;
  margin: 0;
}

.navbar .nav-modules .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-modules .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #ffffff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar input {
    width: 320px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 30px 15px 0;
  font-size: 0.875rem;
}
.navbar .nav-modules .btn-contact{padding: 8px 60px;} 

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .btn-contact{padding: 8px 40px;margin-top: 20px;width: 100%;} 
}
@media screen and (min-width: 767px) and (max-width: 991.98px) {
  .navbar .nav-modules .btn-contact{padding: 8px 50px;margin-top: 15px;} 
}
@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .navbar .nav-modules .btn-contact{padding: 8px 50px;margin: 0px 5px 0px 20px;} 
}

.navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-modules .btn-link {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Mulish";
  color: #6246F9;
}

.navbar .nav-modules .nav-item-social-nav:not(:last-child) {
  margin-right: 1.2rem;
  padding-right: 1.2rem;
  border-right: solid 1px #dee2e6;
}

.navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Page main title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1C1D1E;
}


@media (min-width: 992px) {
  .site-footer ol,
  .site-footer ul {
    -webkit-padding-start: 1rem;
       -moz-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .site-footer .footer-widgets {
    padding-top: 60px;                         /* liang: change the top padding of the site footer  */
  }
}

.site-footer .footer-widgets .footer-widget {
  font-weight: 500;
  margin-bottom: 30px;
}
.site-footer .footer-widgets .footer-widget-2 {
  padding: 0px 15px 0px;

}

.site-footer .footer-widgets .footer-widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer .footer-widgets .footer-widget ul {
    margin-bottom: 0px;
  }
}

.site-footer .footer-widgets .footer-widget ul ul {
  -webkit-padding-start: 0rem;
     -moz-padding-start: 0rem;
          padding-inline-start: 0rem;
}

@media (min-width: 992px) {
  .site-footer .footer-widgets .footer-widget ul ul {
    -webkit-padding-start: 1rem;
       -moz-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets .footer-widget ul li {
  padding: 0.6666666667rem 0;
  font-weight: 500;
}

.site-footer .footer-widgets .footer-widget a {
  color: #F0FFFF;
}

.site-footer .footer-widgets .footer-widget a:hover {
	color: #F5A400;
	background:none;                
	text-decoration:none;
  padding:1px;
}



.site-footer .footer-bottom-area {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #747474;
  padding-top: 0px;
}

.site-footer .footer-bottom-area a {
  color: #F0FFFF;
}

.site-footer .footer-bottom-area a .icon {
  font-size: 18px;
  width: 1.25em;
}

.site-footer .footer-bottom-area a:hover {
  color: white;
	background:#778899;                
	text-decoration:none;
}

.site-footer .footer-bottom-area .border-padding {
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .site-footer .footer-bottom-area {
    padding-top: 10px;
    padding-bottom: 34px;
  }
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #999999;
  position: absolute;
  top: -32px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.blog-post .entry-content-wrapper {
  background-color: white;
  padding: 20px 30px;
}

.blog-post .entry-content-wrapper .entry-title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .blog-post .entry-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
}

.blog-post .entry-content-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content-wrapper .entry-content > p {
  margin-bottom: 0;
}

.blog-post .entry-content1-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 18px;
  background-color: #F4F4F4;
}

.blog-post .entry-content1-wrapper .entry-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.blog-post .entry-content1-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content1-wrapper .entry-content > p {
  margin-bottom: 0;
}

/*
added by Liang 2022.3.29
*/
.entry .entry-content .entry-title{
  padding: 0px 10px;
  font-weight: bold;
}
.entry .entry-content .entry-title-sub{
  font-size: 24pt;
  padding: 0px 40px;
  font-weight: bold;
}
.entry .entry-content .prism{
  background-color: #292421;
  color:whitesmoke;
  border-radius: 30px;

}
.entry .entry-content .prism2{
  background-color: #292421;
  color:whitesmoke;
  padding: 10px;
}

.entry-meta-top {
  font-size: 0.875rem;
  font-weight: 800;
  color: #a7a7a7;
  margin-bottom: 3px;
}

.entry-meta-top a {
  color: #a7a7a7;
}

.entry-meta-top span {
  display: inline-block;
  margin-bottom: 13px;
}

.entry-meta-top span:not(:last-child) {
  margin-right: 1.6rem;
}

.entry-meta-top span i {
  margin-right: 0.5rem;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}


.entry-footer .entry-meta-bottom {
  margin-top: 4rem;
}

.entry-footer .entry-author-container {
  border-top: solid 1px #ffffff;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.entry-footer .entry-author-container .caps {
  color: #999999;
}

.navigation.post-navigation {
  border-top: solid 1px #F4F4F4;
  border-bottom: solid 1px #F4F4F4;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/*
added by Liang 2023.1.20
*/

.entry .container .subtitle{
  padding: 20px 10px 25px;
  text-align: center;

}

.navigation.post-navigation .nav-subtitle {
  font-size: 0.75rem;
  color: #555865;
  text-transform: uppercase;
}

.navigation.post-navigation .nav-title {
  font-family: "Mulish";
  font-weight: 800;
  font-size: 1rem;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li.tags-icon {
  color: #999999;
  margin-right: 0.5rem;
}

.entry-tags li a {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  padding: 12px 20px;
  margin: 5px 0.5rem 5px 0;
  font-size: 0.875em;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.entry-read-more {
  margin-top: 15px;
  display: block;
  color: #999999;
  font-size: 0.875rem;
}

.blog-post.card-post-style article {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-post.card-post-style article .entry-content-wrapper {
  border-top-width: 0;
}

.single-post article {
  padding-bottom: 0.9rem;
}

@media (max-width: 767.98px) {
  .single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
  .entry .entry-content .entry-title-sub{
    font-size: 24pt;
    padding: 0px 10px;
    font-weight: bold;
  }
}

.single-post article .entry-content-wrapper .entry-media {
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media img {
  z-index: 1;
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
  bottom: 40px;
}

.single-post .comments {
  background: #ffffff;
  padding-top: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.single-post .entry-footer,
.container-small {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .site-footer .footer-bottom-area .footer-widget .designed{display: none;}
  .single-post .entry-footer,
  .container-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.text-center.align-items-center .btn.btn-light {
  color: #666666;
  background: #F4F4F4;
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(1.5rem + 3vw);
  font-weight: 800;
  line-height: 0.9;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1200px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
  }
}
/*liang zhang added 2021-10-15*/
.blog-line0{
  height: 600px;
  overflow: auto;
  scrollbar-color: rebeccapurple green;
}
.blog-line0 li, .blog-line2 li,.blog-line3 li{
text-indent: 6pt;
}
.blog-line0 li .timestamp,.blog-line2 li .timestamp,.blog-line3 li .timestamp{
  text-indent: 6pt;
  padding-right: 6pt;
  font-weight: 500;
  }
.blog-line0 li .title,.blog-line2 li .title,.blog-line3 li .title{
  text-indent: 2px;
  padding-left: 15px;
  padding-bottom: 4px;
  font-weight: 600;
  /* display: flex; */
  /* flex-wrap:wrap; */
}
.blog-line2{
  min-height: 200px;
  overflow: auto;
  scrollbar-color: rebeccapurple green;
}
.blog-line3{
  min-height: 300px;
  overflow: auto;
  scrollbar-color: rebeccapurple green;
}

/*
         liang zhang added 2023-02-26
*/


.blog-line{
  min-height: 200px;
}

.blog-line ol li{
  font-size: 1.1rem;
  line-height: 1.7em;
  font-weight: 500;
  color:#292421;
  padding-bottom: 4px;
}
.blog-line .timestamp{
  text-indent: 4px;
  padding-right: 6pt;
  font-weight: 500;
}
.blog-line ol li .date{
  padding-left: 2px;
  width: 110px;
  display: inline-block;
}
.blog-line ol li .name{
  padding-left: 10px;
  width: 140px;
  display: inline-block;
}

.blog-line ol li .title{
  padding-left: 20px;
  padding-bottom: 4px;
  font-weight: 600;
}

.blog-line ol li a{
  text-align: justify;
  font-weight: 600;
	color:#0000CD;              
}
.blog-line ul li{
  margin-left: -16px;
  /* list-style-type: none; */
  font-size: 1.20rem;
  line-height: 1.9em;
  font-weight: 500;
}







.blog-news{
  min-height: 200px;
}
.blog-news ol li{
  font-size: 1.1rem;
  line-height: 1.7em;
  font-weight: 500;
  color:#292421;
  text-align: justify;
}
.blog-news .timestamp{
  text-indent: 4px;
  padding-right: 6pt;
  font-weight: 500;
}
.blog-news ol li .date{
  padding-left: 2px;
  width: 110px;
  display: inline-block;
}
.blog-news ol li .title{
  text-indent: 2pt;
  padding-left: 20px;
  padding-bottom: 4px;
  font-weight: 600;
}
.blog-news ol li a{
  text-align: justify;
  font-weight: 600;
	color:#0000CD;              
}
.blog-line ol li a:hover, .blog-news ol li a:hover{
  text-align: justify;
  font-weight: 600;
	color: #FF6100;              
	text-decoration:none;
}

@media (min-width: 1100px) {
  .blog-line ol li:hover, .blog-news ol li:hover{
    text-align: justify;
    /* color:#009ACD; */
    color:#7B68EE;
    text-decoration:none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099.98px) {
  .blog-line ol li, .blog-news ol li{
    font-size: 1.05rem;
    line-height: 1.6em;
    padding-bottom: 2px;
  }
  .blog-line ol li .name{width: 130px;}

  .blog-line ol li .title, .blog-news ol li .title{flex-wrap: wrap;}
  .blog-line ol li .title:hover, .blog-news ol li .title:hover{color:#7B68EE;}

}
@media (max-width: 767.98px) {
  .blog-line ol li, .blog-news ol li{
    font-size: 0.9rem;
    line-height: 1.6em;
    padding-bottom: 8px;
  }
  .blog-line ol li .name{width: 120px;}
  .blog-line ol li .title, .blog-news ol li .title{
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-line ol li .title:hover, .blog-news ol li .title:hover{color:#7B68EE;}
}





.blog-content{
  color:#006400; 
}
.blog-content p{
  color:#006400; 
  text-align: justify;
}
.blog-content hr{
  color:	#008000;  
  height: 3pt;
  opacity: 0.8;
}
.blog-content .title{
  color:#292421;
  font-size: 23pt;
  font-weight: 650; 
  padding: 20px 2px 6px;
}
.blog-content .title span{
  color:#292421;
  font-size: 20pt;
  font-weight: 650; 
  padding: 20px 20px 10px;
}
.blog-content .title2{
  color:#292421;
  font-size: 20pt;
  font-weight: 650; 
  padding: 20px 2px 6px;
}
.blog-content .sub-title{
  color:#292421;
  font-size: 15pt;
  font-weight: 650; 
  margin-bottom: 8px;
}
.blog-content ul li{
  margin-left: -16px;
  list-style-type: none;
  font-size: 14pt;
  line-height: 1.9em;
  font-weight: 500;
}

.blog-content li:hover{
  padding-left: 1px;
  font-weight: 550;
  color: blue;          
	text-decoration:none;
}
.blog-content li a:hover{
  background: whitesmoke;
}
.blog-content li a{
  color: 		#006400;  
}




.blog-content .content-12 ul li{
  font-size: 12pt;
}
.blog-content .content-13 ul li{
  font-size: 13pt;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.property-block {
  margin-bottom: 57px;
}

.property-block .property-item .content-image {
  margin-bottom: 25px;
}

.property-block .property-item .content-title {
  margin-bottom: 15px;
  color: #1C1D1E;
}

.property-block .property-item .content-price {
  color: #6246F9;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.property-block .property-item .content-meta {
  color: #a7a7a7;
  margin-left: 0px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/* Products */
/**
 * Products
 */
.products .product {
  list-style: none;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .products .product {
    margin-bottom: 45px;
  }
}

.products .product .product-content-wrapper {
  padding-top: 30px;
}

.products .product .product-content-wrapper .product-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.products .product .product-content-wrapper .price {
  font-size: 1rem;
  font-family: "Mulish";
  font-weight: bold;
  color: #6246F9;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#infinite-handle {
  text-align: center;
  margin: 0 auto;
}

#infinite-handle span {
  background: initial;
  border-radius: initial;
  color: initial;
  cursor: pointer;
  font-size: initial;
  padding: initial;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card .card-header {
  border-bottom: 0px;
}

.accordion .card .card-header a {
  display: block;
  position: relative;
}

.accordion .card .card-header a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #1C1D1E;
}

.accordion .card .card-header a.collapsed::before {
  content: "\f105";
}

.accordion .card .card-body {
  margin-top: 20px;
  background-color: #F4F4F4;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.position {
  position: absolute;
  fill: #ffffff;
  color: #ffffff;
}

@media (min-width: 992px) {
  .position {
    margin-left: -350px;
    margin-top: 165px;
  }
}

@media (max-width: 991.98px) {
  .position {
    margin-left: -375px;
    margin-top: 200px;
  }
}

@media (max-width: 767.98px) {
  .position {
    margin-left: -200px;
    margin-top: 100px;
  }
}

.position:hover {
  fill: #ffffff;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1200px) {
  .countdown .countdown_value {
    font-size: 2.5rem;
  }
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.round-icon-list {
  padding-left: 0;
  list-style: none;
}

.round-icon-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 50px;
  text-align: center;
}

.round-icon-list li a i {
  color: #000000;
}

.round-icon-list li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member-content {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.member-content .member-text .member-name {
  margin-bottom: 15px;
}

.member-content .member-text .member-tag {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600px;
  color: #a7a7a7;
}

.member-content .member-text .member-link {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*='col-'] {
  padding: 2.5px;
}

/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.pricing-table-item {
  margin-bottom: 2rem;
  padding: 3rem 3rem;
}

.pricing-table-item .pricing-table__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__price {
  margin-bottom: 1rem;
  font-weight: 800;
  font-family: "Mulish";
}

.pricing-table-item .pricing-table__price .pricing-table__amount {
  font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .pricing-table-item .pricing-table__price .pricing-table__amount {
    font-size: 3.75rem;
  }
}

.pricing-table-item .pricing-table__price * {
  display: inline;
  font-size: 1.25rem;
  font-family: "Roboto";
}

.pricing-table-item .pricing-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# text-image-box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.heme-carousel .carousel-item {
  min-height: 666px;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #000000), color-stop(66.6666666%, #232323));
  background: -webkit-linear-gradient(left, #000000 66.66%, #232323 66.6666666%);
  background: linear-gradient(90deg, #000000 66.66%, #232323 66.6666666%);
}

.heme-carousel .carousel-item .heme-carousel-caption {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
}

@media (min-width: 992px) {
  .heme-carousel .carousel-item .heme-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
  font-family: "Mulish";
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
  color: #a7a7a7;
}

#disqus_thread {
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 2rem;
  color: #999999;
  font-weight: 400;
}

@media (min-width: 992px) {
  .comments {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .comments {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .comments {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment, .comment_container {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar, .comment_container .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 2rem;
}

.comment-author, .comment_container-author {
  font-size: 1.0625rem;
  display: block;
  font-family: "Mulish";
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author, .comment_container-author {
    font-size: 1.125rem;
  }
}

.comment-author .says, .comment_container-author .says {
  display: none;
}

.comment-author span, .comment-author cite, .comment-author a, .comment_container-author span, .comment_container-author cite, .comment_container-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a, .comment_container-author .fn a {
  font-weight: 800;
}

.comment-notes, .comment_container-notes {
  display: none;
}

.comment .reply, .comment-content, .comment .comment-text, .comment_container .reply, .comment_container-content, .comment_container .comment-text {
  margin-left: 77px;
}

.comment .reply, .comment_container .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a, .comment_container .reply a {
  font-size: 0.875rem;
  background: #dee2e6;
  border-radius: 2px;
  color: #6c757d;
  display: inline-block;
  font-family: "Mulish";
  font-weight: 500;
  padding: .2em .65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a, .comment_container .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover, .comment_container .reply a:hover {
  color: #000000;
}

.comment-content a, .comment_container-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover, .comment_container-content a:hover {
  text-decoration: none;
}

.comment-body, .comment_container-body {
  clear: both;
}

.comment .comment-respond, .comment_container .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond, .comment_container .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 0.875rem;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
  font-family: "Mulish";
}

.comment-metadata a {
  color: #999999;
}

.comment-metadata a:hover {
  color: #000000;
}

.comments__inner .children {
  padding: 0;
}

.comments .comments__inner .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .comments__inner .children .comments__inner .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .comments__inner .children {
    margin-top: 30px;
    margin-left: 60px;
  }
  .comments .comments__inner .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000000;
}

article.comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: "Mulish";
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: h2;
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #999999;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000000;
}

.logged-in-as {
  font-family: "Mulish";
  margin-top: -15px;
  font-size: 0.875rem;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.comment-form-comment label {
  color: #a7a7a7;
  font-size: 20pt;
}

.required {
  color: #dc3545;
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 10px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 20px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  color: #a7a7a7;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 4rem;
}

.widget .widget-title {
  font-size: 1rem;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 1rem;
  color: #999999;
  display: block;
  text-transform: uppercase;
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1.25rem;
     -moz-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  width: 100%;
}

.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul {
  list-style: none;
}

.widget_pages > ul > li::before,
.widget_recent_comments > ul > li::before,
.widget_meta > ul > li::before,
.widget_recent_entries > ul > li::before,
.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
.widget_product_categories > ul > li::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 1px #999999;
  border-radius: 50px;
  margin-left: -1.25rem;
  margin-right: 10px;
}

.widget_recent_comments li {
  margin-bottom: 1rem;
}

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu ul li {
  width: 100%;
  list-style: none;
  padding: 0.6rem 0;
}

.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_nav_menu ul .current-menu-item a {
  padding: 0.4rem 2rem;
  margin-left: -2rem;
  border-radius: 50px;
  min-width: 130px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}

.widget_rss ul li a.rsswidget {
  font-size: 1.2rem;
  font-family: "Mulish";
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.widget_rss ul li .rss-date {
  color: #999999;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
  display: block;
}

.search-form .form-control,
.search-form .btn {
  border-color: #F4F4F4;
}

.search-form .input-group .form-control {
  border-color: #F4F4F4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .height-px-420 {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .height-px-542 {
    height: 542.99px;
  }
}

@media (min-width: 768px) {
  .height-px-600 {
    height: 603px;
  }
}

@media (max-width: 767.98px) {
  .height-px-600 {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .home-bg {
    background-image: url("../../images/home/h1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .home-bg-1 {
    background-image: url("../../images/home/h1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .about-bg-1 {
    background-image: url("../../images/home/bgi4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  .home-bg-11 {
    background-image: url("../../images/home/h2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (min-width: 992px) {
  .home-bgi3 {
    background-image: url("../../images/home/bg3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (min-width: 992px) {
  .service-1 {
    background-image: url("../images/blog/b01.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media (min-width: 992px) {
  .team-1 {
    background-image: url("../images/blog/b01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .featured-image {
    background-image: url("../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90vh;
  }
}

@media (max-width: 991.98px) {
  .featured-image {
    background-image: url("../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image {
    background-image: url("../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 30vh;
  }
}

@media (min-width: 992px) {
  .featured-image-blog {
    background-image: url("../../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 65vh;
  }
}

@media (max-width: 991.98px) {
  .featured-image-blog {
    background-image: url("../../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image-blog {
    background-image: url("../../images/blog/b0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 30vh;
  }
}
.home-blog{
  height:50vh;
  position: relative;
  /* min-height: 65vh; */
}


/* added by liang 03/10/2022 */
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 37px 0 24px;
    /* padding: 147px 0 185px; */
    z-index: 1;
    background-color: var(--thm-black);
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}


.page-header-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 570px;
    background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .page-header-shape{display:none;}
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: left;
}

.page-header__inner h2 {
    font-size: 35px;
    color: var(--thm-base);
    line-height: 50px;
    font-weight: 900;
}
.page-header__inner p a {
  color:#FFDEAD;
}


.page-header__inner p:hover a {
  color:lightsalmon;
  background: none;
  font-weight: 500;
}

.thm-breadcrumb {
    position: relative;
    display: block;
    margin-bottom:10px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 550;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    color: #FAFFF0;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li span{
  color:	#FFFACD;
}
.thm-breadcrumb li:hover {
    color: white;
    background: none;
}
.thm-breadcrumb li:hover a {
    color:lightsalmon;
    background: none;
    font-weight: 500;
}
.header-margin{
  margin-bottom:10px;
}





/* added by liang 09/09/2021 */
@media (max-width: 991.98px) {
  .home-bg3 {
    background-image: url("../../images/home/bg3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 30vh;
  }
}

.seventy-percent-bg-black-pearl {
  background-color: transparent;
  background-color: #1C1D1E;
}

@media (min-width: 992px) {
  .seventy-percent-bg-black-pearl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1C1D1E), color-stop(45%, #F4F4F4));
    background: -webkit-linear-gradient(top, #1C1D1E 45%, #F4F4F4 45%);
    background: linear-gradient(180deg, #1C1D1E 45%, #F4F4F4 45%);
  }
}

.custom-icon {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}

@media (min-width: 992px) {
  .custom-icon {
    font-size: 50px;
    line-height: 50px;
    position: relative;
  }
}

.icon-style {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 10px;
}

.lead {
  font-size: 1.05rem;
  line-height: 1.8em;
  font-weight: 500;
}

.leads {
  padding-right: 6px;
  font-size: 1.125rem;
  line-height: 1.8em;
  font-weight: 500;
  text-align: justify;
}

.lead-1 {
  font-size: 1.0rem;
  line-height: 1.6em;
  font-weight: 400;
}
.lead-2 {
  font-size: 1.05rem;
  line-height: 1.6em;
  font-weight: 400;
  text-align: justify;
}
.lead-3 {
  font-size: 1.10rem;
  line-height: 1.6em;
  font-weight: 400;
  text-align: justify;
}
.lead-4 {
  font-size: 1.15rem;
  line-height: 1.7em;
  font-weight: 400;
  text-align: justify;
}
.lead-5 {
  font-size: 1.20rem;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
}
.lead-6 {
  font-size: 1.25rem;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
}
.lead-7 {
  font-size: 1.30rem;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
}


.lead-10{
  font-size: 10pt;
}
.lead-11{
  font-size: 11pt;
}
.lead-12{
  font-size: 12pt;
}
.lead-13{
  font-size: 13pt;
}
.lead-14{
  font-size: 14pt;
}
.lead-15{
  font-size: 15pt;
}
.lead-16{
  font-size: 16pt;
}
.lead-17{
  font-size: 17pt;
}
.lead-18{
  font-size: 18pt;
}



.lead-news li:hover{
  text-align: justify;
  font-weight: 550;
	color: darkgreen;
	background:white;                
	text-decoration:none;
}
.lead-new li:hover{
  text-align: justify;
  font-weight: 525;
  color: #F5A400;
	background:white;                
	text-decoration:none;
}
.lead-news2 li a{
  text-align: justify;
  font-weight: 600;
	color: blue;              
}
.lead-news2 li:hover{
  text-align: justify;
	color:#009ACD;
	text-decoration:none;
}
.lead-news2 li a:hover{
  text-align: justify;
  font-weight: 600;
	color: #FF6100;              
	text-decoration:none;
}

.lead-design li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-design li:hover{
  font-weight: 600;
  color: 	#436EEE;            
	text-decoration:none;
}
.lead-design2 li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-design2 li:hover{
  font-weight: 550;
  color: #F5A400;             
	text-decoration:none;
}


.lead-lime{
  color: #00FF00;
}
.lead-lime li{
  padding: 5px 2px 5px 2px;  line-height: 1.8em;
}
.lead-lime li a{
  color:	green; 
}
.lead-lime li:hover,.lead-lime li a:hover{
  font-weight: 600;
  color:	#00FF00;    
	text-decoration:none;
}
.lead-lime li a:hover{
  background: whitesmoke;
}

.lead-lime2 li:hover{
  font-weight: 500;
  color:	#00FF00;            
	text-decoration:none;
}

.lead-none li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
  color: #F4A460;;
}
.lead-none  li a{
  color: #F4A460; 
}
.lead-none li:hover,.lead-none li a:hover{
	color: #228B22;
	text-decoration:none;
}
.lead-none li a:active{
  color:#FFDA00;
  background:#F5F5F5;                     /* HTML WhiteSmoke */
}
.lead-none2 li:hover{
  font-weight: 500;
  color: 	#1E90FF;                       /* 闪兰色(道奇蓝) */       
	text-decoration:none;
}


.lead-none3 li:hover{
  font-weight: 500;  
  color: lightcyan;           
	text-decoration:none;
}
.lead-none3 li{
  padding: 5px 2px 5px 2px;  line-height: 1.6em;
  color: blanchedalmond;  
}
.lead-none3  li a{
  color:lightskyblue; 
}
.lead-none3  li a:hover{
  color:#00BFFF;  
  padding-left: 1pt;
}



.lead-none4 li:hover{
  font-weight: 500;  
  color:blanchedalmond;           
	text-decoration:none;
}
.lead-none4 li{
  padding: 5px 2px 5px 2px;  line-height: 1.6em;
  color: #F0FFFF;  
}
.lead-none4  li a{
  color:lightskyblue; 
}
.lead-none4  li a:hover{
  color:#00BFFF;  
  padding-left: 1pt;
}



.lead-teal{
  color: teal;
}
.lead-teal li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-teal a, .lead-teal  li a{
  color:	#663399;  
}
.lead-teal li:hover,.lead-teal li a:hover{
  font-weight: 600;
  color: blue;           
	text-decoration:none;
}
.lead-teal li a:hover{
  background: none;
}


.lead-green{
  color:green;  
}
.lead-green li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-green li a{
  color: 		green;  
}
.lead-green li:hover,.lead-green li a:hover{
  font-weight: 600;
  color: #308014;
	text-decoration:none;
  background:none;
}
.lead-green li a:hover{
  background: whitesmoke;
}



.lead-green-narrow li a{
  color: 		darkgreen;  line-height: 1.9em;
}
.lead-green-narrow li a:hover{
  font-weight: 600;
  color: 	blue;          
	text-decoration:none;
  background: none;
}
.lead-green-narrow li:hover{
  color:#292421;   
}


.lead-dark-narrow{
  color:#292421;
}
.lead-dark-narrow li a{
  color: 		#363636;  
  line-height: 2em;
}
.lead-dark-narrow li a:hover{
  font-weight: 600;
  color: 	blue;          
	text-decoration:none;
  background: none;
}
.lead-dark-narrow li:hover{
  color:#292421;   
}


.lead-Magenta{
  color: #FF00FF;
}


.lead-blue{
  color: blue;
}
.lead-blue li{
  padding: 5px 2px 5px 2px;  line-height: 1.7em;
}
.lead-blue li a{
  color:#0000AB;  
}
.lead-blue li:hover,.lead-blue li a:hover{
  font-weight: 600;
  color:#0000FF;
	text-decoration:none;
  background:none;
}


.lead-blue2{
  color: blue;
}
.lead-blue2 li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-blue2 li a{
  color:#0000AB;  
}
.lead-blue2 li a:hover{
  padding-left: 1px;
  font-weight: 600;
  color:#0000FF;
	text-decoration:none;
  background:none;
}

.lead-cfp{
  color: blue;
}
.lead-cfp li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-cfp li a{
  color:#7B68EE;  
  font-weight: 600;
}
.lead-cfp li a:hover{
  padding-left: 1px;
  color:#0000FF;
	text-decoration:none;
  background:none;
}


.lead-cyan, .lead-cyan2{
  color:#F5F5F5;
}
.lead-cyan a, .lead-cyan2 a{
  color:	#00BFFF;
}
.lead-cyan li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-cyan li:hover, .lead-cyan li a:hover{
  font-weight: 550;
  color: #00FFFF;             
	text-decoration:none;
}
.lead-cyan li a:hover{
  padding-left: 2px;
}
.lead-cyan2 a:hover{
  color:	#00FFFF;
}

.lead-card li{
  padding: 6px 2px 8px 2px;  line-height: 1.9em;
  color: #292421;
}
.lead-card li p{
  margin-bottom: 2px;
  font-size: 13pt;
}
.lead-card li p:hover{
  font-weight: 550;
  color:green;             
	text-decoration:none;
}



/*  drakgreen a  and hover 2022-03-10*/
.lead-darkgreen{
  color:#006400;  
}
.lead-darkgreen li{
  padding: 5px 2px 5px 2px;  line-height: 1.9em;
}
.lead-darkgreen li a{
  color: 		#006400;  
}
.lead-darkgreen li:hover,.lead-darkgreen li a:hover{
  font-weight: 600;
  color: blue;          
	text-decoration:none;
}






.bio-one{
  color:#9ACD32;
  font-size: 1.25rem;
  line-height: 1.8em;
  font-weight: 550;
  text-align: justify;
  padding: 2px 20px 2px 0px;
}
.bio-one-top{
  color:#ffda00;
  padding: 0px 2px;
}

.bio-one-title{
  color:#F0FFF0;
  font-size: 30pt;
  font-weight: 700;
  text-align: justify;
  padding: 2px 2px 2px 0px;
}

.bio-one-title2{
  color:	#F0FFF0;
  font-size: 1.35rem;
  line-height: 1.6em;
  font-weight: 500;
  text-align: justify;
  padding: 2px 2px 2px 0px;
}

.bio-one a{
  color:#9ACD32;
}
.bio-one a:hover{
  color:lightgoldenrodyellow;
  background: none;
  padding-left: 1pt;
}

@media (max-width: 991.98px) {
  .bio-one{
    font-size: 1.15rem;
    line-height: 1.5em;
    font-weight: 550;
    text-align: justify;
    padding: 4px 3px;
  }
  .bio-one-top{
    padding: 2px 3px;
  }
  .bio-one-title{
    font-size: 24pt;
    padding: 2px 3px;
  }
  
  .bio-one-title2{
    font-size: 1.25rem;
    line-height: 1.5em;
    padding: 2px 3px 8px;
  }



}


.paragraph-extend {
  font-size: calc(1.3rem + 0.6vw);
  color: #1C1D1E;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 52px;
}



.title-404 {
  color: #000000;
  font-size: 175px;
  font-weight: 600;
  line-height: 210px;
  width: 100%;
}

@media (min-width: 992px) {
  .title-404 {
    color: #000000;
    font-size: 280px;
    font-weight: 600;
    line-height: 310px;
  }
}

.heading-size {
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 700;
}

.font-fifty {
  color: #FFDA00;
  font-size: calc(1.46875rem + 2.625vw);
  line-height: 50px;
}

@media (min-width: 1200px) {

  .paragraph-extend {
    font-size: 1.75rem;
  }
  .font-fifty {
    font-size: 3.4375rem;
  }
}

.input-border {
  border-color: #1C1D1E;
}

.input-border:focus {
  border-color: #1C1D1E;
}

.hover:hover {
  color: #A8A8A8;
}

.custom-line-height {
  line-height: 38px;
  margin-bottom: 19px;
}

.read-more-style {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Mulish";
  color: #818a91;
}

.number-border {
  border: solid;
  border-width: 1px;
  border-bottom: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #747474;
  text-align: center;
}

.input-border {
  border: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1;
  border-color: #1C1D1E;
}

.input-border .padding-1 {
  padding-top: 20px;
  padding-bottom: 21px;
}

.padding {
  padding: 5px 25px;
}

.image-height {
  height: 40px;
}

.font-size {
  font-size: 14px;
  color: #747474;
  font-weight: normal;
}



.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.btn-school-yellow:hover {
  background-color: #F4F4F4; 
  border-color: #F4F4F4; 
}

.btn-black-pearl:hover {
  background-color: #FFDA00;
  border-color: #FFDA00;
  color: #1C1D1E;
}

.nav-tabs{
  padding:0px 50px;
}
.nav-tabs .nav-link {
  border: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.nav-tabs .nav-link{
  font-size: 20px;
  font-weight: 650;
  color:darkblue;
}
.nav-tabs .nav-link:hover{
  color:darkgreen;
  font-weight: 650;
}
.nav-tabs .nav-link.active{
  background-color:#778899;
  color:whitesmoke;
  border: none;
  padding-left:  4px;
  padding-right: 4px;

}
.tab-content .tab-pane h4{
  font-size: 20px;
}





.font-italic {
  font-style: italic;
}

.btn-link {
  border: solid;
  border-width: 4px;
  border-bottom: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 6px;
  font-weight: bold;
}

.btn-link:hover {
  color: #1C1D1E;
}

.hover-color:hover {
  color: #747474;
}

.nav-pills.border-right .nav-link.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
added by liang 08.21.2021
***************************/
.entry .btn-school-yellow{
  width: 175px;
}

.entry .btn-Sandy-Brown{
  background-color: #D2691E; /* Green */
  /* border: 3px solid #F5F5F5; HTML WhiteSmoke */
  color: white;
  /* padding: 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30x;
  width: 175px;
}

.entry .btn-Sandy-Brown:hover{
  background-color: white;
  color: #1C1D1E; 
}

.entry .btn-dim-gray {
  /* border-color: white; */
  color:#FFF8DC;
  /* border: 3px solid #F5F5F5; HTML WhiteSmoke */
}
.entry  .btn-dim-gray:hover {
  background-color: white;
  border-color: white;
  color: #1C1D1E;
}
.entry  .btn-outline-white{
  width: 175px;
}
.entry  .btn-outline-warning{
  width: 175px;
}
.entry  .btn-outline-warning:hover {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #1C1D1E;
}
.entry  .btn-outline-success{
  width: 175px;
}
.entry  .btn-outline-success:hover {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color:   black;
}

.entry  .btn-blog{
  background-color: black; /* Green */
  /* border: 3px solid #F5F5F5; HTML WhiteSmoke */
  color: white;
  padding: 8px 40px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 60x;
}

.entry .btn-blog:hover{
  background-color:#FFD700;
  color: #1C1D1E; 
}

.entry  .btn-blog-submit{
  background-color:black;
  /* border: 3px solid #F5F5F5; HTML WhiteSmoke */
  color: white;
  padding: 8px 40px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 60x;
  
}

.entry .btn-blog-submit:hover{
  background-color:#FFD700;
  color: #1C1D1E; 
}

/*
added by liang 10.15.2021
***************************/
.entry .btn-RosyBrown{
  background-color:		#BC8F8F;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 60x;
  width: 175px;
}
.entry .btn-RosyBrown:hover{
  background-color: white;
  color: #1C1D1E; 
}
.entry .btn-outline-info:hover{
  background-color: white;
  border-color: #F0F0F0;
  color: #1C1D1E; 
}
.entry .btn-RebeccaPurple{
  background-color:		#663399;    /* RebeccaPurple   #BC8F8F */
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 60x;
  width: 175px;
}
.entry .btn-RebeccaPurple:hover{
  background-color: white;
  color: #1C1D1E; 
}
.entry .btn-outline-info:hover{
  background-color: white;
  border-color: #F0F0F0;
  color: #1C1D1E; 
}

.btn-nav{
  margin-left: -17px;
}
@media (max-width: 991.98px) {
  .btn-nav {margin-left: -45px;}
}
@media (max-width: 767.98px) {
  .btn-nav {margin-left: 0px;}
}



@media (min-width: 992px) {
  .ml-n28 {margin-left: -17px;}
}
@media (max-width: 991.98px) {
  .ml-n28 {margin-left: -45px;}
}
@media (max-width: 767.98px) {
  .ml-n28 {margin-left: 0px;}
}


/* -------------  added by liang 2023-03-16   -----------------*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width:600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-400px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-400px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-content .close {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold;
    padding-right: 15px;
}

.modal-content .close:hover,.modal-content .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content .modal-header {
    padding-top: 20px;
    padding-left: 10%;
    background-color: #5cb85c;
    color: white;
}
.modal-content .modal-header h2{
  font-size: 24px;
}


.modal-content .modal-body {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10%;
    color: #292421;
}
.modal-content .modal-bottom {
    padding-top: 10px;
    padding-left: 10%;
    background-color:#5cb85c;
    color: #000;
    text-align: left;
    font-size: 18px;
}
.modal-content a{
  color:#0000FF;
}
.modal-content a:hover{
  color:#FF4500;
}









 /* 
  Added for login page
  */
@media (min-width: 992px) {
	.home-bg-login {
	  background-image: url("../../images/home/bg3.jpg");
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center center;
	  min-height: 50vh;
	}
  }
/*
added by liang 09.07.2021
***************************/
.wrapper {
  padding:40px 0px 10px;
  }
  /* Banner (style2) */
  .banner.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: inherit;
    position: relative;
    text-align: center;
    overflow-x: hidden;
  }
  
  .banner.style2 .content {
    padding: 1.25rem 2.25rem 1.25rem 2.25rem;			
    position: relative;
    width: 60rem;   
    max-width: 100%;
    background-color: inherit;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    z-index: 1;
    overflow-x: hidden;
  }
  .banner.style2 .content{
    background-color: white; 
    font-size: 18pt;
    width: calc(40% + 100rem);
    max-width: 1280px;
  
  }
  .banner.style2 .content .document{
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    overflow: hidden;
  }
  
  .banner.style2 .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  
  .banner.style2 .image img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  #userDisplay{
    position: fixed;
    right: 2px;
    top: 2px;
    width:fit-content;
    min-width: 100px;
    height:fit-content;
    background-color: darkgreen;
    border-radius: 0.5rem;
    outline: none;
    cursor: pointer;
    z-index: 3;
    padding: 10px;
      opacity: 0.85;
    color:white;
    font-size: 16pt;
  }
  
  
  @media screen and (min-width: 1680px) {
    .banner.style2 {
      padding: 0.5rem 7.5rem 0rem 7.5rem ;
    }
    .banner.style2 .content {
      padding: 2.75rem 3.75rem 1.75rem 3.75rem ;
    }
  }
  
  @media screen and (max-width: 1680px) {
    .banner.style2 {
      padding: 1rem 5.75rem 1.75rem 5.75rem ;
    }
    .banner.style2 .content {
      padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
    }
  }
  
  @media screen and (max-width: 1280px) {
  
    .banner.style2 {
      padding: 1.5rem 3rem 2rem 3rem ;
    }
  
    .banner.style2 .content {
      padding: 3rem 3rem 2rem 3rem ;
    }
  
  }
  
  @media screen and (max-width: 980px) {
  
    .banner.style2 {
      padding: 1rem 1.5rem 1rem 1.5rem ;
    }
  
      .banner.style2 .content {
        padding: 2.25rem 2.25rem 1.75rem 2.25rem ;
      }
  
  }
  
  @media screen and (max-width: 736px) {
    .banner.style2 {
      padding: 8.5rem 0rem 0.1rem 0rem ;
    }
    .banner.style2 .content {
      padding: 2rem 0.15rem 0.5rem 0.15rem ;
    }
    #userDisplay{
      position: fixed;
      right: 2px;
      top: 2px;
      width:100%;
      height:fit-content;
      background-color: darkgreen;
      border-radius: 0.5rem;
      outline: none;
      cursor: pointer;
      z-index: 3;
      opacity: 0.85;
      color:white;
    }
  }
  
  
  
  .banner.style2.fullscreen {
    min-height: 100vh;
  }
  
  .banner.style2.orient-left {
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
  
    .banner.style2.orient-left .content {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
  .banner.style2.orient-right {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    padding-right: 0;
  }
  
    .banner.style2.orient-right .content {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
  .banner.style2.content-align-left {
    text-align: left;
  }
  
  .banner.style2.content-align-right {
    text-align: right;
  }
  
  .banner.style2.image-position-left .image img {
    -moz-object-position: left;
    -webkit-object-position: left;
    -ms-object-position: left;
    object-position: left;
  }
  
  .banner.style2.image-position-right .image img {
    -moz-object-position: right;
    -webkit-object-position: right;
    -ms-object-position: right;
    object-position: right;
  }
  
  
  
  
  /* Form */
  
  form {
    margin: 0 0 2rem 0;
  }
    form.stacked {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
    }
      form.stacked li {
        padding: 1.3rem 0 0 0;
      }
        form.stacked li:first-child {
          padding-top: 0;
        }
  
    form > :last-child {
      margin-bottom: 0;
    }
  
    form > .fields {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% );
      text-align: center;    /* liang */
      margin: -1.5rem 0.5rem 2rem 0.5rem;
  
    }
      form > .fields.stacked {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
      }
  
    form > .fields.stacked li {
    padding: 1.3rem 0 0 0;
    }
  
    form > .fields.stacked li:first-child {
      padding-top: 0;
    }
      form > .fields > .field {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        padding: 1.5rem 1rem 0 1rem;
        width: calc(80% +4rem  );      /*100%*/
        text-align: center;    /* liang */
  
      }
    form > .fields > .field > input{
      color:gray;
      font-size: 14pt;
      font-weight: 500;
    }
    form > .fields > .field > input:hover{
      color:darkgreen;
    }
    form > .fields > .field > input:focus::placeholder{
      opacity: 0;
    }
  
    form > .fields > .field.half {
      width: calc(50% - 0.75rem);
  
    }
  
    form > .fields > .field.third {
      width: calc(100%/3 - 0.5rem);
    }
  
    form > .fields > .field.quarter {
      width: calc(25% - 0.375rem);
    }
  
    
    form > .fields.stacked .home{
      font-size: 20pt;
      color:darkgreen;
    }
    form > .fields.stacked a{
      color:darkgreen;
    }
    form > .fields.stacked a:hover{
      color:#2E8B57;
    }
  
    form > .fields .action2 {
      padding: 30px 0px 1px;
    }
  
  /* Actions */
  .actions{
  padding: 20px 0px 0px;
  min-height: 50%;
  }
  ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1rem;
    padding-left: 0;
  }
  
    ul.actions li {
      padding: 0 0 0 1rem;
      vertical-align: middle;
    }
  
    ul.actions.special {
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      width: 100%;
      margin-left: 0;
    }
  
      ul.actions.special li:first-child {
        padding-left: 0;
      }
  
    ul.actions.stacked {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
    }
  
      ul.actions.stacked li {
        padding: 1.3rem 0 0 0;
      }
  
        ul.actions.stacked li:first-child {
          padding-top: 0;
        }
  
    ul.actions.fit {
      width: calc(100% + 1rem);
    }
  
      ul.actions.fit li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        width: 100%;
      }
  
        ul.actions.fit li > * {
          width: 100%;
        }
  
      ul.actions.fit.stacked {
        width: 100%;
      }
  
    @media screen and (max-width: 480px) {
  
      ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
      }
  
        ul.actions:not(.fixed) li {
          -moz-flex-grow: 1;
          -webkit-flex-grow: 1;
          -ms-flex-grow: 1;
          flex-grow: 1;
          -moz-flex-shrink: 1;
          -webkit-flex-shrink: 1;
          -ms-flex-shrink: 1;
          flex-shrink: 1;
          padding: 1rem 0 0 0;
          text-align: center;
          width: 100%;
        }
  
          ul.actions:not(.fixed) li > * {
            width: 100%;
          }
  
          ul.actions:not(.fixed) li:first-child {
            padding-top: 0;
          }
  
          ul.actions:not(.fixed) li input[type="submit"],
          ul.actions:not(.fixed) li input[type="reset"],
          ul.actions:not(.fixed) li input[type="button"],
          ul.actions:not(.fixed) li button,
          ul.actions:not(.fixed) li .button {
            width: 100%;
          }
  
            ul.actions:not(.fixed) li input[type="submit"].icon:before,
            ul.actions:not(.fixed) li input[type="reset"].icon:before,
            ul.actions:not(.fixed) li input[type="button"].icon:before,
            ul.actions:not(.fixed) li button.icon:before,
            ul.actions:not(.fixed) li .button.icon:before {
              margin-left: -0.5rem;
            }
  
    }
  
    /* Image */
  
    .image {
      border: 0;
      border-radius: 4px;
      display: inline-block;
      position: relative;
    }
  
      .image img {
        display: block;
        border-radius: 4px;
      }
  
      .image.left, .image.right {
        width: 60%;
        max-width: 30rem;
      }
  
        .image.left img, .image.right img {
          width: 100%;
        }
  
      .image.left {
        float: left;
        margin: 0 2rem 1rem 5rem;
        top: 0.25rem;
      }
  
      .image.right {
        float: right;
        margin: 0 0 1rem 1.5rem;
        top: 0.25rem;
      }
  
      .image.fit {
        display: block;
        margin: 0 0 2rem 0;
        width: 100%;
      }
  
      .image.fit img {
        width: 100%;
      }
  
      .image.main {
        display: block;
        margin: 0 0 3rem 0;
        width: 100%;
      }
  
      .image.main img {
        width: 100%;
      }
/*Liang  2022-03-12*/
.page-main{
	font-size: 16pt;
	line-height:1.8;
	font-weight: 400;
}

.lead-action{
	font-size: 14pt;
	font-weight: 600;
}
.lead-select{
	color:darkgreen;
	font-size: 22pt;
    line-height: 1.7em;
    font-weight: 500;
    width: calc(25% + 10rem);
    max-width: 300px;
}
.lead-select >option{
    color:darkblue;
	font-size: 21pt;
    line-height: 1.7em;
    font-weight: 500;
}
.title-select{
	font-size: 24pt;
	font-weight:600;
	color:black;
	padding-right: 30px;
}
/*--------------------------------------------------------------
added by Liang at 2022-03-15
--------------------------------------------------------------*/
.data-page {
  position: relative;
  display: block;
  padding: 0px 0 20px;
  border-radius: 10px 120px 10px 10px;
  box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
}
.data-page .content2{
  background-color: #fff;
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  margin-top: 15px;
}
.data-page .content{
  background: #fff;
  padding:  6px 25px 20px;
  border-radius: 10px 120px 10px 10px;
  box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
}
.data-page .content .data-page__left{
  height: 40vh;
  min-height: 480px;
  overflow:auto;
}
.data-page .content .data-page__left ul{
  list-style-type: none;
  padding: 0;
}
.data-page .content .data-page__left ul li{
  font-size: 18px;
  display: inline-block; 
  padding-right: 40px;
  font-weight: 650;
}
.data-page .content .data-page__left ol{
  /* list-style-type: none; */
  padding: 0 10px 0 20px;
}
.data-page .content .data-page__left ol li{
  padding: 2px 4px 2px 12px;
  background: #f6f6f6;
  font-size: 16px;
  color: #555;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  height: auto;
  line-height: 1.7em;
}
.data-page .content .data-page__left ol li:hover{
  font-weight: 650;
}


.data-page .content .data-page__left ol li:nth-child(even){
  background: #f2f2f2;
}

.data-page .content .data-page__left ol li span{
  /* display: block; */
padding-right: 25px;
}

.data-page .content .data-page__left ol li span:nth-child(2){
  font-size: 15px;
  margin-top: 3px;
  /* color: #999; */
  color:#228B22;
}

.data-page .content .data-page__left ol li span:nth-child(3){
  white-space: pre;
  font-size: 15px;
  margin-top: 2px;
  margin-right: 20px;
  color:#228B22;
}
.data-page .content .data-page__left ol li span:nth-child(1){
  color: #0000FF;
}
.data-page .content .data-page__left ol li span:nth-child(4){
  padding-top: 2px;
  display: block;
  color: darkblue;
  text-align: justify;
}
.data-page .content .data-page__left ol li div:hover{
  color: #FF0000;
  background-color: none;
}
.data-page .content .data-page__left ol li div{
  position: absolute;
  top: 0;
  right: 0px;
  color: #FF00FF;
  opacity: 0.9;
  background: rgba(255,255,255,0.6);
  width: 40px;
  height: 40px;
  font-size: 15pt;
  text-align: center;
  padding: 4px;
  font-weight:  bold;
  cursor:  pointer;
}


.data-page__left {
  position: relative;
  display: block;
}

.data-page__left .section-title {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .data-page .content .data-page__left{
    height: 50vh;
    min-height: 560px;
    overflow:auto;
  }
  .data-page {
    padding: 0px 6px;
  }
  .data-page .content{
    padding:  4px 10px 10px;
  }
  .data-page .content .data-page__left ol{
    padding: 4px 2px 4px 20px;
  }
  .data-page .content .data-page__left ol li{
    padding: 4px 6px 4px 6px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .data-page .content .data-page__left ol li span:nth-child(2){
    font-size: 13px;
  }
  .data-page .content .data-page__left ol li span:nth-child(3){
    font-size: 13px;
    margin-right: 0px;
  }
  .data-page .content2{
    padding: 10px 15px 6px;
    margin-top: 18px;
  }
}



.data-page__text {
  margin: 0;
  padding-bottom: 40px;
}

.data-page__social-list {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.data-page__social-list a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  background-color: #eef3f7;
  border-radius: 50%;
  font-size: 13px;
  height: 45px;
  width: 45px;
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.data-page__social-list a:hover {
  color: var(--thm-base);
  transform: rotate(360deg);
}

.data-page__social-list a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--thm-primary);
  border-radius: 50%;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.data-page__social-list a:hover:before {
  transform: scaleX(1.0);
}

.data-page__social-list a+a {
  margin-left: 10px;
}

.data-page__right {
  position: relative;
  display: block;
}
.cfp li a{
  font-weight: 550;
}
.cfp li span{
  color:#FF4500;
  width:230px;
  display:inline-block;
}
.cfp li .location{
  color:#7B68EE;
  font-weight: 550;
  width:230px;
  display:inline-block;
}



/*====== Start Back to top css ======*/
.back-to-top {
  background-color: #F7921E;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background: #0c1b36;
  color: #fff;
}

  /* 
  Added for video
  */
  @media (min-width: 992px){
    .videolist { position:relative; float:left; width:480px; margin-right:50px; margin-top:15px; margin-bottom:30px;}
    .videolist:hover{ cursor: pointer; }
    .videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:35%; z-index:99; border-radius:100%; }
    .videos{ display:none; border: 0px solid #080808; position:fixed; left:50%; top:50%; margin-left:-520px; margin-top:-280px; z-index:100; width:1000px;}
    .vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
    .vtit{text-align: center;font-weight: 600; font-size: 20px;  color:black;}
    .vtime{text-align: center;font-weight: 600; font-size: 16px;  color:black;}
  }
  @media (max-width: 991.98px){
    .videolist { position:relative; float:left; width:95%; margin-right:50px; margin-top:15px; margin-bottom:30px;}
    .videolist:hover{ cursor: pointer; }
    .videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:30%; z-index:99; border-radius:100%; }
    .videos{ display:none; border: 0px solid #080808; position:fixed; left:50%; top:50%; margin-left:-340px; margin-top:-120px; z-index:100; width:640px;height:360px;}
    .vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
    .vtit{text-align: center;font-weight: 600; font-size: 20px;  color:black;}
    .vtime{text-align: center;font-weight: 600; font-size: 16px;  color:black;}
  }
  @media (max-width: 767.98px) {
    .videolist { position:relative; float:left; width:95%; margin-right:50px; margin-top:15px; margin-bottom:30px;}
    .videolist:hover{ cursor: pointer; }
    .videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:30%; z-index:99; border-radius:100%; }
    .videos{ display:none; border: 0px solid #080808; position:fixed; left:50%; top:50%; margin-left:-280px; margin-top:-140px; z-index:100; width:500px;}
    .vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
    .vtit{text-align: center;font-weight: 600; font-size: 20px;  color:black;}
    .vtime{text-align: center;font-weight: 600; font-size: 16px;  color:black;}

  }
  @media (max-width: 485px) {
    .videolist { position:relative; float:left; width:95%; margin-right:50px; margin-top:15px; margin-bottom:30px;}
    .videolist:hover{ cursor: pointer; }
    .videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:30%; z-index:99; border-radius:100%; }
    .videos{ display:none; border: 0px solid #080808; position:fixed; left:50%; top:50%; margin-left:-200px; margin-top:-120px; z-index:100; width:360px;}
    .vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
    .vtit{text-align: center;font-weight: 600; font-size: 20px;  color:black;}
    .vtime{text-align: center;font-weight: 600; font-size: 16px;  color:black;}
  }

.table-award{
  text-align: justify;
  color:#9ACD32;
  border-collapse: collapse;
}
.table-award th{
  border-top: 1px solid  #4169E1;
  border-bottom: none;
}
.table-award tr{
  color:whitesmoke;

}
.table-award td{
  color:#FCE6C9;
  border-top: 1px solid  #4169E1;
  border-bottom: 1px solid 	#4169E1;
}
.table-award tr td:hover{
	color: #F5A400;               
	text-decoration:none;
}
/*  css for the clock page 2022-03-27     */
.clock-siemens{
  text-align: center;
}

.clock-siemens{
  text-align: center;
}
.clock-siemens h2{
  text-align: center;
  font-size: 22pt;
}
.clock-siemens h3{
  text-align: center;
  font-size: 18pt;
}
.webclock-top{
  margin: 200px 0px;
}
@media screen and (max-width: 1199.98px) {
  .clock-siemens h3, .clock-siemens span{
    font-size: 16pt;
  }
  .webclock-top{
    margin: 60px 0px;
  }
}

/*  css for the clock page 2023-01-20     */
.table-color{
  font-size: 12pt;
  text-align: justify;
  border-collapse: collapse;
}
.table-color th{
  padding: 10px 10px;
  border-top: 1px solid  #4169E1;
  border-bottom: none;
}
.table-color tr{
  color:#292421;

}
.table-color td{
  padding: 10px 10px;
  border-top: 1px solid  #4169E1;
  border-bottom: 1px solid 	#4169E1;
}
.table-color tr td:hover{             
	text-decoration:none;
}



.table-com{
  font-size: 11pt;
  text-align: justify;
  border-collapse: collapse;
}
.table-com th{
  font-size: 12pt;
  color:blue;
  background-color:		#F5F5DC;
  padding: 10px 20px;
  border-top: 1px solid  #808A87;
  border-bottom: none;
  text-align: right;
}
.table-com tr, .table-com td{
  color:#292421;

}
.table-com td{
  font-weight: 500;
  padding: 10px 20px;
  border-top: 1px solid  #808A87;
  border-bottom: 1px solid 	#808A87;
  text-align: right;
}
.table-com tr td:hover{             
	text-decoration:none;
}
.table-com .white{
  color:whitesmoke;
}

.table-com .header{
  width: 20vh;
  min-width: 150px;
}

@media (max-width: 1199.98px) and  (min-width: 960px){
  .table-com .header{
    width: 20vh;
    min-width: 70px;
  }
}
@media (max-width: 959.98px){
  .table-com .header{
    width: 20vh;
    min-width: 130px;
  }
}





  /* added by Liang  2023-02-10 */
  @media only screen and (min-width: 2000px)  {
    .table-color th{padding: 10px 20px;}
    .table-color td{padding: 10px 20px;}
  }
  @media only screen and (min-width: 1600px) and (max-width: 1999.98px) { 
    .table-color th{padding: 10px 15px;}
    .table-color td{padding: 10px 15px;}

  }
  @media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-tabs{padding:0px 20px;}
    .nav-tabs .nav-link{font-size: 17px;}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav-tabs{padding:0px 20px;}
    .nav-tabs .nav-link{font-size: 17px;}
  }
  @media (max-width: 575.98px) {
    .nav-tabs{padding:0px 15px;}
    .nav-tabs .nav-link{font-size: 16px;}
  }
