<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('font-awesome.css');
@import url('bootstrap.css');
@import url('ionicons.min.css');
:root {
	--btn-color: #03989a;
	--btn-hover-color: #04b5b7;
	--green-color:#00b965;
	--yellow-color:#ffd857;
	--blue-color:#0075c1;
	--white-color:#ffffff;
	--black-color:#000000;
	--margin:30px;
}
.scrolltopcontrol{width:54px; height:54px; background-color: var(--yellow-color); border-radius:50%; -webkit-box-shadow: 0 0 8px 0 var(--yellow-color);	box-shadow: 0 0 8px 0 var(--yellow-color); transition: .5s all ease;}
.scrolltopcontrol:hover{width:54px; height:54px; background-color: var(--green-color); border-radius:50%; -webkit-box-shadow: 0 0 8px 0 var(--blue-color); box-shadow: 0 0 8px 0 var(--green-color);}
.scrolltopcontrol:before {
    content: "\f077";
    font-family: 'FontAwesome'; 
    cursor: pointer;
    color: #fff; 
	display: block;
	text-align:center;
	padding-top:18px;	
}
.ulist {padding:0px 0px 10px 19px;margin:0px 0px 0px 15px;}
.ulist li {list-style: disc; line-height: 32px; text-align: left;}

.readmore-js-toggle{text-align: center; color: #fff; background: var(--green-color); text-decoration: none; width: 120px; margin: 20px auto; padding: 15px; border-radius: 30px;}

.checkbox-input{width: 16px;
            height: 16px;
            margin-top: 0;
            background-color: #fff;            
            border: 1px solid #c9c9c9;
            border-radius: 2px;
            color: #fff;
            text-align: center;
            line-height: 15px;
            -webkit-appearance:none;
            -moz-appearance:none;
            -ms-appearance:none;
            -o-appearance:none;
            appearance:none;
            outline: none;
			margin-right: 10px;}
.checkbox-input:hover {
            border-color: var(--green-color);
        }

.checkbox-input:checked {
            color: #fff;
            background-color: var(--green-color);
            border: 1px solid var(--green-color);
        }

.checkbox-input:after {
            content: "✔";
        }

a:hover{transition:color .3s;}

body {
    margin: 0px;
    padding: 0px;
	font-family:"Proxima Nova Rg";
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #333;
}
.clear {
    clear: both;
}
.fjallaone{font-family:'fjallaone', arial, sans-serif;}

#cssmenu{float:right; font-size:18px; margin-top: 20px;}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:199;
}

#cssmenu:after,#cssmenu &gt; ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button{display:none;}
#cssmenu{width:auto;}
#menu-line{position:absolute;top:0;left:0;}
#cssmenu &gt; ul &gt; li{float:left;}
#cssmenu.align-center &gt; ul{font-size:0;}
#cssmenu.align-center &gt; ul &gt; li{display:inline-block;float:none;}
#cssmenu.align-center ul ul{text-align:left;}
#cssmenu.align-right &gt; ul &gt; li{float:right;}
#cssmenu.align-right ul ul{text-align:right;}

#cssmenu &gt; ul &gt; li &gt; a {
  padding: 20px 15px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu &gt; ul &gt; li.active &gt; a {
  color: #000; 
}
#cssmenu &gt; ul &gt; li:hover &gt; a{
  color:#000;}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 25px; 
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #000;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a::after{border-color:#000;}
#cssmenu &gt; ul &gt; li.has-sub.active &gt; a::after{border-color:#000;}
#cssmenu ul ul{position:absolute;left:-9999px;}
#cssmenu li:hover &gt; ul{left:auto;}
#cssmenu.align-right li:hover &gt; ul{right:0;}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%;}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover &gt; ul &gt; li {
  height:auto;
  background:#f9f9f9;
}
#cssmenu ul ul li a {
  padding:10px;
  width:230px;
  line-height:22px;
  text-decoration: none;
  color: #444;
  font-size:16px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2); 
}
.services_menu{overflow-y:auto; max-height:520px;}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  background: var(--blue-color);
}
#cssmenu ul ul li.has-sub &gt; a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #444;
}

#cssmenu.align-right ul ul li.has-sub &gt; a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover &gt; a::after {
  border-color: #fff;
}
@media all and (max-width: 768px)/*, 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/ {
#cssmenu{width:100%;background:#444;margin:0;}
#cssmenu ul{width:100%;display:none;}
#cssmenu.align-center &gt; ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover &gt; ul &gt; li{width:100%;height:auto;border-top:1px solid rgba(120,120,120,0.15);}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;color:#FFF;}
#cssmenu &gt; ul &gt; li,#cssmenu.align-center &gt; ul &gt; li,#cssmenu.align-right &gt; ul &gt; li{float:none;display:block;}
#cssmenu ul ul li a{padding:16px 20px 16px 30px;font-size:16px;color:#fff; background:#666;}
#cssmenu ul ul li:hover &gt; a,#cssmenu ul ul li a:hover{color:#fff; border:0;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after,#cssmenu ul ul li.has-sub &gt; a::after{display:none;}
#menu-line{display:none;}

#cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    /*text-transform: uppercase;*/
}
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
 }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index:299;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/*banner-css*/
.banner{
	position:relative;
	width:100%;
	height:50vw;
	background-color:#e6e6e6;
	overflow:hidden;
}
.banner ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.banner ul.flicks&gt;li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table; 
}
.banner ul.flicks&gt;li .flick-inner {
	height:100%;
	color:#fff;
	display:table-cell;
	vertical-align:middle; 
}
.banner ul.flicks&gt;li .flick-inner .flick-content {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;

}

.btn {
	background: var(--btn-color);
    color: #fff;
    display: inline-block;
   /* border: 2px solid transparent;*/
    border-radius: 0px;
    text-align: center;
	height: 50px;
	line-height: 50px;
    width: 160px;
    z-index: 0;
    overflow: hidden;
    position: relative;
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight:bold;
}
.btn::after{
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 0px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn:hover::after{
	background: var(--btn-hover-color);
	width: 100%;
	opacity: 1;
}

.btn:hover{
	color: #FFF;;
	border-color:  var(--green-color);
	
}

.banner .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden;
}
.banner .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:100%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.banner .arrow-navigation:hover, .banner .arrow-navigation .arrow:hover {
	cursor:pointer;
}
.banner .arrow-navigation.left {
	left:0%;
}
.banner .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left;
}
.banner .arrow-navigation.right {
	right:0%
}
.banner .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.banner .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 0px;
}
.banner .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 0px;
}
.banner .dot-navigation {
	position:absolute;
	bottom:160px;
	width:100%;
	text-align:center;
	z-index:100;
}
.banner .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px;
}
.banner .dot-navigation ul li {
	display:inline-block;
	float:none
}
/*.banner .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.banner .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.5);
}
.banner .dot-navigation .dot.active {
	/*background-color:#f97425;*/
	/*background-color:rgba(249, 116, 37, 0.8);
	width: 25px; height: 14px; border-radius: 20px;
}*/
.banner.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.banner.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}

@media (min-width: 1280px){
.banner ul.flicks&gt;li .flick-inner .flick-content h2 {color:#fff; font-size:4.5rem; width:70%; margin:0 auto; font-weight: 700; padding: 0; text-align: center; line-height: 90px;}
.banner ul.flicks&gt;li .flick-inner .flick-content p {color: var(--white-color); font-size:24px; width:70%; margin: 20px auto; text-align: center; }
}
@media (min-width: 1024px) and (max-width: 1280px){	

.banner{top:0;height:600px;}
.banner ul.flicks&gt;li .flick-inner .flick-content h2 {color:#fff; font-size:2rem; width:90%; margin:0 auto; font-weight: 700; padding: 20px 0; text-align: center; line-height: 40px;}
.banner ul.flicks&gt;li .flick-inner .flick-content p {color: var(--white-color); font-size:24px; width:90%; margin: 10px auto; text-align: center;}

}
@media (max-width: 1023px){
.banner{top:0;height:700px;}
.banner ul.flicks&gt;li .flick-inner .flick-content h2 {color:#fff; font-size:1.2rem; width:100%; margin:0 auto; font-weight: 700; padding: 20px 0; text-align: center; line-height: 30px;}
.banner ul.flicks&gt;li .flick-inner .flick-content p {color: var(--white-color); font-size:1rem; width:90%; margin: 10px auto; text-align: center;}
}

/*menu 2 css*/
.menu-mobile {display: none; padding: 20px; color:#FFF; text-decoration:none; text-align:left;}
.navi-menu-4{display:none;}
.navi-menu-4 li{ list-style:circle;}
.menu{width: 100%; text-align:right;}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#FFF;
}

.menu-dropdown-icon:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 18px 10px 0 0;
    color: #fff; 
	display: block;
	font-size:14px; 
	
}

.navi-submenu:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    color: #444;
    display: block;
    padding: .5em 3em 0 0;
}


.menu &gt; ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;

}


.menu &gt; ul &gt; li {
    padding: 0;
    margin: 0; display:inline-block; font-size:18px;text-align:left; margin-top: 20px; 

}

.menu &gt; ul &gt; li a {
    text-decoration: none;
    padding: 1em 1em 1em 1em;
    color:#FFF;
	display:inline-block; position: relative;
}

.menu &gt; ul &gt; li:hover {
   /* background: #3b5998;*/
}

.menu &gt; ul &gt; li &gt; ul {
    display: none;
    width: 100%;
    background: #fff;
    padding:20px 30px;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	-webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 0 0 5px 5px;
	height:auto; overflow:hidden;
}

.menu &gt; ul &gt; li &gt; ul &gt; li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33%;
	display:inline-block;
            }

.menu &gt; ul &gt; li &gt; ul &gt; li a {
    
    padding: .4em 0 .4em 0;
    width: 95%;
    border-bottom: 1px solid #ccc; 
	color: #3b5998;
	font-size:16px;
}

.menu &gt; ul &gt; li &gt; ul &gt; li a span{float:right; text-align:right;}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    display: block;
    padding: 0;
    margin:0;
    list-style: none;
    box-sizing: border-box; font-weight:normal;
	
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px; font-weight:normal;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
    border: 0;
	color:#444;  width:auto;
}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a:hover {
    border: 0;
	color:#195ea3;
}

.menu &gt; ul &gt; li &gt; ul.normal-sub {
    width: 270px;
   left: auto;
   padding: 5px 0px 5px 20px; font-size:16px;
	
}

.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li {
    width: 100%;
}

.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li a {
    border: 0;
    padding: 0.5em 0; font-weight:normal;
	color:#444;}
.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li a:hover{
	color:#3b5998;}

/* Mobile style's */

@media only screen and (max-width: 1024px) {
	.menu{width: 100%; text-align:left;  left: 0; position: absolute; top: 100px; background: #444444;}
    .menu-container {
        width: 100%; 
    }
    .menu-mobile {
		display: block;}
	
    .menu-dropdown-icon:before {
        display: block;
		padding: 1.2em 2em;

    }
    .menu &gt; ul {
        display: none; padding:0; background-color:#585858;
    }
    .menu &gt; ul &gt; li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu &gt; ul &gt; li a {
        padding: 1em;
    }
    .menu &gt; ul &gt; li &gt; ul {
        position: relative;
    }
    .menu &gt; ul &gt; li &gt; ul.normal-sub {
        width: 100%;
    }
    .menu &gt; ul &gt; li &gt; ul &gt; li {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .menu &gt; ul &gt; li &gt; ul &gt; li:first-child {
        margin: 0;
    }
    .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
        position: relative;
    }
    .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}




/*** Table Css style ***/

.ollist {padding:0px 0px 15px 30px;margin:0px;}
.ollist li {list-style-type:decimal; padding: 5px 0; list-style-positon:inside;}
.ollist li &gt;ul&gt;li {list-style-type:lower-latin }
.reference{padding-bottom:0px;line-height:20px !important;color:#888888 !important; }

.ullist {padding:0px 0px 10px 19px;margin:0px;}
.ullist li {list-style: disc; line-height: 32px; font-size: 18px; }
.ollist li {list-style-type:decimal }
.ullist li &gt;ul&gt;li{list-style-type:circle}
.ollist li &gt;ul&gt;li {list-style-type:lower-latin }
.hollow-disc li{list-style-type:circle !important;}

.ullist li a{ color:  var(--green-color); text-decoration: none;}
.ullist li a:hover{ color: #f84949;}

.reference{padding-bottom:0px;color:#888888 !important; }

/*table {
  border-collapse: collapse; margin:0; width: 100%; border: 1px solid #ddd;}

table tr,
table th,
table td {
  border: none;
  border-bottom: 0px solid #ddd;
  font-size: 1rem;
}

table th,
table td {
  padding:12px;
  text-align: left; line-height:26px;
}

table th {
  background:  var(--green-color);
  color: #fff;
  text-transform: uppercase;border-bottom: 1px solid #ddd;
}

table tr td {
  background: #f0f7fa;
  color: #333;border-bottom: 1px solid #ddd;
}
table tr td img{ padding-right: 5px; vertical-align: middle;}
table tr td a{
  color:#3b5998;
  text-decoration:none;vertical-align: middle;
}

table tr:nth-of-type(2n+2) td {
  background: #fff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 1rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding:10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; 
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top; width:55%; display: inline-block; padding-top:10px;
}

*/
.table_COA .tab-nav {background: #fff;  width:100%; height: 48px;border-bottom: 0px; margin-top: 30px;}
.table_COA .tab-nav a {text-align: left; text-decoration: none;height: 48px; color: #fff; background-color:#666; margin-right: 10px; padding: 15px 20px; float: left;border-radius:5px 5px 0 0;}
.table_COA .tab-nav a.current { color: #fff; background:  var(--green-color); border: 0;}
.table_COA .tab-con { position: relative; width: 100%;  overflow: hidden; padding-top: 10px; font-size: 16px; border: 1px solid #ddd; margin-bottom: 30px; padding:20px;} 
.table_COA .tab-con-item { display: none; width: 100%;   text-align: left; }
.table_COA .tab-con-item p{margin:0;  display:block;}

.pagelist{text-align: center; margin-top: 20px; padding-left: 5px;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{
    margin-right: 10px;
    border-radius: 6px;
    background: none;
    border: 1px solid #00b965;
}
.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover{
    border: 1px solid #00b965;
    background: #00b965;
    color: #fff;
}
.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span,.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span{
    border-radius: 5px;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 4px 10px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination&gt;li{display: inline-block; list-style-type: none;}

.pdf{position:relative;list-style-type:none; margin:0; padding:0;}
.pdf li{position:relative; font-weight:400;color: var(--green-color);}
.pdf li a{color: var(--green-color); text-decoration:none; font-size: 18px;}
.pdf li a:hover{color: var(--yellow-color);}
.pdf li .icon{padding-right: 10px;}

.successinfo{padding-left:15px;line-height:30px;line-height:22px;color:#888888;padding-right:20px;padding-bottom:20px;}
.successinfo .iconarea{}
.successinfo .iconarea .iconunit{text-align:center;display:block; width:40px;height:40px; border-radius:40px; background-color:#7b9d3c;color:#ffffff;line-height:40px;font-weight: bolder;font-size:22px; position:relative;z-index:9;}
.successinfo .tit{font-size:20px;font-weight:bold;color:#7b9d3c; display:block;}
.successinfo .iconarea .iconunit img{top:10px;left:5px;position:absolute; z-index:10;} 
</pre></body></html>