/* Add here all your css styles (customizations) */
* {
	font-family:"微軟正黑體", "新細明體";
}
body{
     font-size: 15px; 
         color: #000;
}
p, li, li a, label {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "微軟正黑體", "新細明體";
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.word-style-1{
	font-size:15px;
}
.word-style-2{
	font-size:16px;
}
.word-style-3{
	font-size:18px;
}
.word-style-4{
	font-size:20px;
}
.word-style-5{
	font-size:22px;
}
.word-style-6{
	font-size:24px;
}
.word-style-7{
	font-size:26px;
}
.color-1{
    color:#d84315;
}
.color-2{
    color:#fff;
}
.color-3{
    color:#607D8B;
}
.color-4{
    color:#ffc107;
}
.content-sm {
    padding-top: 10px; 
    padding-bottom: 20px; 
}
.content-md {
    padding-top: 40px;
    padding-bottom: 40px;
}
.hr-1{
   margin: 10px 0;
   margin-bottom: 20px;
   border-top: 2px solid #ab0091;
}
.hr-2{
   margin: 10px 0;
   border-top: 1px solid #95cbf7;
}
.hr-3{
   margin: 5px 0;
   border-top: 1px solid #95cbf7;
}
.hr-4{
   margin: 20px 0;
   border-top: 1px solid #95cbf7;
}
.hr-5{
   margin: 5px 0;
   border-top: 1px solid #95cbf7;
}
.box-shadow-1{
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
}
.box-shadow-2{
    box-shadow: 0px 0px 10px #03A9F4;
}
.box-shadow-3{
    box-shadow: 0px 0px 10px #9e9e9e;
}
.button-1{
    background: -webkit-linear-gradient(#C2185B, #EC407A);
    background: -o-linear-gradient(#C2185B, #EC407A);
    background: linear-gradient(#C2185B, #EC407A);
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border: #C2185B 1px solid;
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);border-radius: 17px;
}
.button-1:hover{
    box-shadow: 0px 0px 15px rgba(10%,10%,10%,0.8);
}
.button-2{
    background: -webkit-linear-gradient(#f57c00, #E65100);
    background: -o-linear-gradient(#f57c00, #E65100);
    background: linear-gradient(#f57c00, #E65100);
    padding: 3px 10px;
    color: #fff;
    border: #f57c00 1px solid;
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
    border-radius: 5px;
}
.button-2:hover{
    box-shadow: 0px 0px 8px rgba(10%,10%,10%,0.8);
}
.button-3{
    background: -webkit-linear-gradient(#f57c00, #E65100);
    background: -o-linear-gradient(#f57c00, #E65100);
    background: linear-gradient(#f57c00, #E65100);
    font-size:18px;
    padding: 7px 10px;
    margin:0px 10px;
    margin-bottom: 10px;
    color: #fff;
    border: #f57c00 1px solid;
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
    border-radius: 5px;
}
.button-3:hover{
    box-shadow: 0px 0px 8px rgba(10%,10%,10%,0.8);
}
.button-3 a{
    text-decoration: none;
}
.button-3 a:hover,
.button-3 a:focus{
    color:#fff;
}

.button-4{
    background: -webkit-linear-gradient(#1976D2, #2196F3);
    background: -o-linear-gradient(#1976D2, #2196F3);
    background: linear-gradient(#1976D2, #2196F3);
    font-size:15px;
    padding: 3px 12px;
    margin-left: 0px;
    margin:0px 10px;
    color: #fff;
    border: #1976D2 1px solid;
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
}
.button-4:hover{
    box-shadow: 0px 0px 8px rgba(10%,10%,10%,0.8);
}
.button-4 a{
    text-decoration: none;
}
.button-4 a:hover,
.button-4 a:focus{
    color:#fff;
}
.content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.word-title-1{
    color: #555;
    position: relative;
    font-size:35px;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #2196F3;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 15px !important;
    box-shadow: 0px 3px 5px rgba(20%,20%,20%,0.5);
}


.header-btn-md{
    position: absolute;
    top:0px; 
    right:0px;

    padding: 2px 10px 2px;
    background: #4765a0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.header-btn-md a{
    font-size: 16px;   
    color:#fff;
    text-decoration: none;
}
.header-btn-sm{
    position: relative;
    float: right;    
    margin-top: 0px;    
    padding: 0px 10px 1px;
    margin-right: -15px;    
    background: #009EE5;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom-left-radius: 8px;
}
.header-btn-sm a{
    font-size: 12px;   
    color:#fff;
    text-decoration: none;
}

.navbar-collapse{
    background-color:#009EE5;
}
.navbar-toggle-text{
	float:right;
}
.navbar-toggle-text span{
	color:#fff;
	display: inline;
}
.navbar-toggle-icon{
	padding-top: 2px;
	padding-right: 2px; 
    font-size:16px;
    float:right;
    margin-left: 0px;    
    margin-top: 2px;  
    color: #fff;
    background-color: rgba(255,255,255,0);
    padding-bottom: 0px;
}
.navbar-toggle-icon:focus, .navbar-toggle-icon:hover {
    color: #fff;
    text-decoration: none;
}
.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    padding: 0px 10px 1px;
}
.header .dropdown > a:after {
    top: 9px;
    right: 7px;
    content: "\f107";
}
.header_member{
    background-color: #005e88;
}
@media (min-width: 992px){
.header .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 9px 18px 9px 18px;
}
}
.logo-word{
    padding-top:10px; 
}
.logo-word img{
    padding-left: 14px;
}

.header .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.header .logo {
    width:110px; 
}

.header .logo img {
    z-index: 1;
    margin: 10px 0;
    margin-top:0px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 5px;
    padding:5px;
}

.header > .container {
    display: table;
    margin-bottom: 0px;
    position: relative;
}
.header .navbar-nav > li:hover > a {
    color: #fff;
}
.header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
    color: #fff;
}
@media (max-width: 992px){
.call-action-v1 .call-action-v1-in p {
    margin-bottom: 0px;
}
}
.call-action-v1 .call-action-v1-box {
    width: 100%;
    display: table;
    padding: 0px 0px;
    padding-top: 10px;
    padding-bottom: 2px;
    vertical-align: middle;
}

@media (min-width: 992px){
.header .navbar-nav{
    /*margin-left:210px;*/
    /*float: left;*/
    /*width:1000px;*/
    margin:auto;
    float:left;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
     border-bottom: solid 0px #72c02c;
}
.header .dropdown-menu li a {
    color: #373f42;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee;
}
.header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: none !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
}
@media (max-width: 1200px){
    .header .navbar-nav{
        margin-left:0px;
        float: left;
    }
}
@media (max-width: 992px){
.header .mega-menu .navbar-inner, .header .mega-menu .container {
    padding:20px;
}
.header > .container {
/*    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);*/
    margin-bottom: 0;
}
.header {
/*   background: -webkit-linear-gradient(#ffca28, #ffde7b);
   background: -o-linear-gradient(#ffca28, #ffde7b);
   background: linear-gradient(#ffca28, #ffde7b);*/
}
.header .logo img {
    height: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin:auto;
}
.header .logo {
    min-width: 60px;
}
.logo-word img{
    padding-left: 0px;
    width: 350px;
}
.navbar-nav{
    margin-left:0px;
    float:left;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    border-bottom-color: #ffffff;
}
.header .navbar-nav > li a {
    border-bottom: solid 1px #ffffff;
}
.header .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #337ab7;
}
.header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    background-color: #324c80;
    color:#fff;
}
.header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 25px;
}

}

.slider-bg-color{
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
}
.slider-border-1{      
    border-left: solid 1px rgba(0,0,0,0.7);
}
@media (max-width: 900px){
.slider-show{
    display:none !important;
}
}
@media (max-width: 800px){
.ms-bullets{
    display:none !important;
}
}
.ms-skin-black-2 .ms-bullet {
    border: solid 0px white;
}

.index-leader{
   background: -webkit-linear-gradient(#fbd150, #ffe493);
   background: -o-linear-gradient(#fbd150, #ffe493);
   background: linear-gradient(#fbd150, #ffe493);
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 14px;
}

.ms-promo-info {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體";
}
.index-leader span{
   color:#3f51b5;
}
.index-schedlue{
    background: -webkit-linear-gradient(#2196F3, #B3E5FC);
    background: -o-linear-gradient(#2196F3, #B3E5FC);
    background: linear-gradient(#2196F3, #B3E5FC);
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 14px;
}
.profile .panel-title {
    font-size: 24px;
    color:#fff;
}
.profile .panel-heading {
    color: #585f69;
     background: none; 
    padding: 7px 15px;
    border-bottom: solid 0px #f7f7f7;
}
.profile .profile-event {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}
h3.heading-xs {
    font-size: 17px;
    margin-bottom: 0;
}
.profile .profile-event {
    min-height: 93px;
}
.parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0);
}
.index-act{
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0));
    background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0));
    padding:20px 0px;
}
.index-act-pic{
    max-width: 120px;
    margin:15px auto;
}

.parallax-quote {
    padding: 0px 0;
}
.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: none; 
}
.parallax-quote-in p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family:"微軟正黑體", "新細明體";
}
.monthly-box-v1 p {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.monthly-block-default:hover {
    box-shadow: 0 0 8px #eee;
}
.monthly-box-v1 .monthly-block {
    background: #fff;
}
.monthly-block-default:hover {
    box-shadow: 0 0 8px #eee;
}
.monthly-default {
    background: #fafafa;
    border: solid 1px #eee;
}
.monthly-block {
    text-align: center;
    margin-bottom: 20px;
}
.monthly-block-default {
    background: #fafafa;
    border: solid 1px #b5b5b5;
}
.monthly-title {
    font-size:20px;
    font-weight: 700;
    color: #ab0091;
    padding: 0 10px;
}
.monthly-title:after {
    content: " ";
    left: 50%;
    height: 2px;
    width: 100px;
    bottom: -5px;
    position: absolute;
    margin-left: -50px;
    background: #ab0091;
}
.monthly-date {
    font-size:15px;
    color:#888888;
    padding: 0 10px;
}
.monthly-block-default:hover {
    cursor: pointer;
    box-shadow: -4px 4px 6px #bdbdbd;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.parallax-counter-v1 {
    padding: 60px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: url(../img/patterns/5.png) repeat fixed;*/
    background: none;
}
.parallax-counter-v1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 2px #ffc107;
}
.parallax-counter-v1 .counters:hover {
    cursor:pointer;
    color: #424242;
    padding: 15px 0 10px;
    border: solid 2px #ffc107;
    /*background-color: #ffc107;*/
    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.parallax-counter-v1 .counters:hover h4{
    color: #424242;
   
}
.parallax-counter-v1 h4 {
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
}
.footer-logo{
    max-width: 180px;
}
.footer-v6 .heading-footer h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #63A521;
    display: inline;
    padding: 5px;
}
.footer-v6 .heading-footer {
    margin-bottom: 10px;
}
.footer-v6 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 0px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}
.footer-v6 .footer .link-news li a {
    color: #eee;
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
}
.footer-v6 .footer .link-news li {
    padding: 5px 0px;
    border-top: solid 1px #8a8a8a;
}
.footer-v6 .footer {
    padding: 30px 0;
    padding-bottom: 0px;
}
.footer-v6 .footer .contacts li {
   color: #eee;
    font-size: 16px;
}
.footer-v6 .footer .contacts li a {
    color: #eee;
    font-size: 16px;
}
.footer-v6 .footer .link-news a:hover {
    color: #ffc107;
}
.footer-v6 .footer .contacts li i {
    width: 35px;
    height: 35px;
    color: #eee;
    padding: 8px 5px;
    background: #333;
    text-align: center;
    margin: 4px 10px 0 0;
    display: inline-block;
}
.footer-v6 .copyright .terms-menu li {
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    margin-right: 2px;
    border-color: #fff;
    padding-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bbb;
}
.footer-v6 .copyright .terms-menu li a {
    color: #fff;
}
.footer-v6 .dark-social li i {
    font-size: 16px;
    color: #fff;
}
.footer-v6 .copyright {
    padding-top:10px;
}

.bg-color-blue{
    background-color: #1976d2 !important;
}
.breadcrumb {
    top:0px;
    padding: 5px 10px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
    color: #777;
    font-size: 15px;
}
.breadcrumb .active {
    font-size: 15px;
}
.logo-word-title{
    max-width: 40px;
    padding-bottom: 5px;
    margin: 5px;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px;
    font-size: 16px;
}
.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    /*background: #FFB300;*/
/*    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);*/

    background-color: #f7f7f7;

}
.sidebar-nav-v1 li:hover {
/*    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);*/
    background-color: #f7f7f7;
}
.sidebar-nav-v1 > li.active > a {
    color: #000;
    font-weight: 700;
}

/*內頁左側CSS start*/
.page-left-banner-1 .left-border{
    border: solid 2px #FFE082 !important;
}
.page-left-banner-1 .left-title{
    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);
    padding-top:5px;
    padding-bottom:5px;
}
.page-left-banner-1 .left-title p{
    margin-bottom: 0px;
}
.page-left-banner-1 .left-people-img{
    border: solid 2px #FFE082 !important;  
    padding: 5px !important;
    border: solid 1px #eee !important;    
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
}
.page-left-banner-1 .left-title-bg{
    background-color: #fafafa;
    padding:0px 10px;
}
.page-left-banner-1 .left-word-p-1{
   padding:5px 0px;margin-bottom: 0px;color:#1565C0;;
}
.page-left-banner-1 .left-word-p-2{
   padding:5px 0px;margin-bottom: 0px;
}
.page-left-banner-1 .left-word-hr{
   margin:0px 20px;   
   border-top: 1px solid #bdbdbd;
}

.page-title{
    background-color: #009EE5;
    border-radius: 3px;    
    border-left: 10px solid #009EE5;
}
.page-title h2{
    padding: 5px;
    color: #fff;    
    padding-left: 10px;
    font-weight: 700;    
    margin-top: 0px;
    font-size: 20px;
}
/*內頁左側CSS end*/

.about-8-border{
    background: #fff;
    border: solid 1px #03A9F4;
    padding: 20px 30px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.contact_i{
    width: 35px;
    height: 35px;
    color: #eee;
    padding: 8px 5px;
    background: -webkit-linear-gradient(#2196F3, #90CAF9);
    background: -o-linear-gradient(#2196F3, #90CAF9);
    background: linear-gradient(#2196F3, #90CAF9);
    text-align: center;
    margin: 4px 10px 5px 0;
    border-radius:20px;
    display: inline-block;
}

.member-border{
    background: #fff;
    border: solid 1px #03A9F4;;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.member-border .member-title{
    background: linear-gradient(#03A9F4, #64B5F6);
    padding-top: 7px;
    padding-bottom: 2px;
}
.member-border img{
    width:100%;
    padding: 5px !important;
}


.table-striped>tbody>tr:nth-of-type(1) {
    background-color: #03a9f4;
    color: #fff;
}
.member-location-contact-table>tbody>tr>td{
    border: solid 1px #03A9F4;
    width: 100px;
    border-top: solid 8px #03A9F4 !important;
    padding:0px;
    text-align:center;
}
.member-location-contact-table .location-td-1{
    padding:5px;
    margin:10px;
    background: linear-gradient(#ffca28, #ffde7b);   
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
    white-space: nowrap;
}
.member-location-contact-table .location-td-1:hover{
    /*cursor:pointer;*/
    /*box-shadow: 0px 0px 15px #03A9F4;*/
}
.member-location-contact-table .location-td-1-select{
    box-shadow: 0px 0px 15px #03A9F4;
}
.member-location-contact-table .location-td-2{
    padding:10px;
    padding-top:0px;
}



.member-location-table>tbody>tr>td{
    border: solid 1px #03A9F4;
    width: 100px;
    border-top: solid 8px #03A9F4 !important;
    padding:0px;
    text-align:center;
}
.member-location-table .location-td-1{
    padding:5px;
    margin:10px;
    background: linear-gradient(#ffca28, #ffde7b);   
    box-shadow: 0px 0px 10px rgba(20%,20%,20%,0.3);
    white-space: nowrap;
}
.member-location-table .location-td-1:hover{
    cursor:pointer;
    box-shadow: 0px 0px 15px #03A9F4;
}
.member-location-table .location-td-1-select{
    box-shadow: 0px 0px 15px #03A9F4;
}
.member-location-table .location-td-2{
    padding:10px;
    padding-top:0px;
}
.member-location{
    display: none;
}

.magazine-border{
    background: #fff;
    /*border: solid 1px #bdbdbd;;*/
    border: solid 1px #03A9F4;
    /*padding-bottom: 10px;*/
    text-align: center;
    margin-bottom: 20px;
}
.magazine-border .magazine-title{
    background: linear-gradient(#03A9F4, #64B5F6);
    /*background: linear-gradient(#616161, #9E9E9E);*/
    padding-top: 3px;
    padding-bottom: 2px;
}
.magazine-title p{
    margin-bottom: 2px;
}
.magazine-border img{
    width:100%;
    padding: 5px !important;
}
.download-list div{
    background-color:#f5f5f5;
    padding:10px;
    border-left: 5px solid #2196F3;
}
.download-list div:hover{
    cursor:pointer;
    border-left: 5px solid #f44336;
    
}
.download-list .download-span1{
    display:table-cell;
    white-space: nowrap;
    padding-right: 10px;
}
.download-list .download-span2{
    display:table-cell;
    border-left: 1px solid #2196F3;
    padding-left: 10px;
}
.download-list .download-span2 i{
    padding-left:20px;
    font-size:25px;
    color:#7b7b7b;
}
.download-list .download-span3{
    border-left: 0px solid #2196F3;
}
.download-list .download-span3 i{
    padding-left:10px;
    font-size:25px;
    color:#f44336;
}

/**/
.news-list div{
    background-color:#f5f5f5;
    padding:10px;
    border-left: 5px solid #2196F3;
}
.news-list div:hover{
    cursor:pointer;
    background-color:#f5f5f5;
    border-left: 5px solid #f44336;
    
}
.news-list .news-span1{
    white-space: nowrap;
    margin-right:15px;
    display:table-cell;
    padding-right: 10px;
}
.news-list .news-span2{
    display:table-cell;
    padding-left: 10px;
    border-left: 1px solid #2196F3;
}
.news-list .news-tag{
    font-size: 15px;
    background-color: #2598f3;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}

/**/

.act-border{
    background: #fff;
    border: solid 1px #03A9F4;;
    text-align: center;
    margin-bottom: 20px;
}
.act-border .act-title{
    padding-top:11px;
    padding-bottom: 2px;
    padding-left:30px;
    padding-right:30px;
    background-color: #fafafa;
}
.act-border img{
    width:100%;
    padding: 5px !important;
}
.act-title-head{
    padding-top: 5px;
    padding-bottom: 5px;    
    background: linear-gradient(#03A9F4, #64B5F6);
}
.act-title-head p{
    margin-bottom:0px;
}
.act-border img:hover{
    box-shadow: 0px 0px 20px #03A9F4;
}

.act_select select{
    padding:5px;
    padding-left:10px;
    padding-right:10px;
     border: 2px solid #607d8b;;
}
.act_select select:hover,
.act_select select:focus,{
     border: 2px solid #607d8b;;
}
.contact_div{
    border-left:5px solid #03A9F4;
    padding-left:20px;padding:15px;
}
.contact_div_p{
    margin-bottom: 0px;
}
.listweb{
    background-color:#161616;
    color:#fff;
    padding:5px;
}
.contact_input{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #607d8b; 
}
.act_select select{
   margin-bottom: 10px;
}
.act_select input{
   margin-bottom: 10px;
  
}
.act_select button:hover{
   box-shadow: 0px 0px 8px #607d8b;
}

.marquee-news a{
    TEXT-DECORATION: none;
    white-space:nowrap;
    padding-right:100px;
    font-size:18px;
}
.marquee-news .marquee-news-icon{
    font-size:18px;
    background-color:#ff5722;
    padding:3px 7px;
    border-radius:2px;
    margin-right: 15px;
}
 .marquee-page{
    position: relative;
    z-index: 98;
 }
 .marquee-page a:hover,
 .marquee-page a:focus{
     color:#fff;
 }



 @media (min-width: 992px){
.header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 99999 !important;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    position: absolute;
}
}

.block-grid-v2-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#000;
}

.sky-form .sky-space-20 {
    margin-bottom: 20px;
}

.display_flex{
    display: flex;
    flex-wrap: wrap;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.message_input{
    width: calc(100% - 80px);
}

.w-100{
    width: 100%;
}