﻿@charset "UTF-8";
* {
  touch-action: pan-y;
}

html {
  font-size: 1rem;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 226px;
}

* {
    font-family: 'Noto Sans TC', sans-serif, 'Open Sans';
    letter-spacing: 0rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 226px;
  z-index: 10;
}

.topbar-v3 {
  z-index: 99;
  padding: 3px 0;
  position: relative;
  background: #048800;
}
.topbar-v3 ul.left-topbar {
  padding-left: 0;
  margin-bottom: 1px;
}
.topbar-v3 ul.left-topbar > li {
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 15px;
  padding-bottom: 15px;
}
.topbar-v3 ul.left-topbar > li > a {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.topbar-v3 ul.left-topbar > li > a:hover {
  cursor: pointer;
}
.topbar-v3 ul.currency, .topbar-v3 ul.language {
  top: 28px;
  left: -5px;
  z-index: 1;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 125px;
  position: absolute;
  background: #2a2a2a;
}
.topbar-v3 li:hover ul.currency, .topbar-v3 li:hover ul.language {
  display: block;
}
.topbar-v3 ul.currency:after, .topbar-v3 ul.language:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #2a2a2a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.topbar-v3 ul.currency li a, .topbar-v3 ul.language li a {
  color: #d1d1d1;
  display: block;
  font-size: 0.625rem;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.topbar-v3 ul.currency li.active a i, .topbar-v3 ul.language li.active a i {
  color: #d1d1d1;
  float: right;
  margin-top: 2px;
}
.topbar-v3 ul.currency li a:hover, .topbar-v3 ul.language li a:hover, .topbar-v3 ul.currency li.active a, .topbar-v3 ul.language li.active a {
  background: #333;
}
.topbar-v3 ul.currency li a:hover, .topbar-v3 ul.language li a:hover {
  text-decoration: none;
}
.topbar-v3 .right-topbar {
  margin-bottom: 1px;
}
.topbar-v3 .right-topbar li {
  margin-left: 3px;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.topbar-v3 .right-topbar li:first-child {
  margin-left: 0;
}
.topbar-v3 .right-topbar li a {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.topbar-v3 .search {
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  display: inline-block;
}
.topbar-v3 .search:hover {
  color: #bbb;
}
.topbar-v3 .search-open {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #333;
}
.topbar-v3 .search-open .container {
  position: relative;
}
.topbar-v3 .search-open .search-close {
  top: 10px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute;
}
.topbar-v3 .search-open .form-control {
  padding: 0;
  color: #555;
  border: none;
  min-height: 35px;
  font-weight: 200;
  background: #333;
}
.topbar-v3 .search-open .form-control:focus {
  box-shadow: none;
}
.topbar-v3 .search-open .form-control::-moz-placeholder, .topbar-v3 .search-open .form-control:-ms-input-placeholder, .topbar-v3 .search-open .form-control::-webkit-input-placeholder {
  color: #555;
  font-weight: 200;
}

.header-v5 {
  top: 0px;
  width: 100%;
  height: auto;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  z-index: 99;
  position: absolute;
  border-bottom: solid 2px #eee;
}
.header-v5.og_header_slide {
  top: -143px;
}
.header-v5 .navbar-header .navbar-brand {
    height: auto;
    width: 360px;
    display: inline-block;
}
.header-v5 .navbar-header .navbar-brand img {
  width: 100%;
}
.header-v5 .shop-badge.badge-lists {
  margin-bottom: 0;
}
.header-v5 .shop-badge.badge-lists li {
  position: relative;
}
.header-v5 .shop-badge.badge-lists > li {
  margin-left: 20px;
  padding: 27px 15px 25px 25px;
}
.header-v5 .shop-badge.badge-lists span.badge {
  top: 20px;
  right: 3px;
  position: absolute;
}
.header-v5 .shop-badge.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}
.header-v5 .shop-badge.badge-icons i {
  color: #687074;
  font-size: 1.5rem;
  min-width: 25px;
}
.header-v5 .shop-badge span.badge {
  font-weight: 400;
  padding: 4px 7px;
}
.header-v5 .shop-badge span.badge-sea {
  background: #048800;
}
.header-v5 .mCustomScrollbar {
  height: 400px;
}
.header-v5 ul.shop-badge > li {
  position: relative;
}
.header-v5 ul.shop-badge > li:hover .badge-open {
  display: block;
}
.header-v5 .badge-open {
  top: 78px;
  right: 0;
  display: none;
  padding: 0 20px;
  list-style: none;
  min-width: 300px;
  background: #fff;
  position: absolute;
  border-top: 2px solid #048800;
  -webkit-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  -moz-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}
.header-v5 .badge-open li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.header-v5 .badge-open li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 20px;
}
.header-v5 .badge-open li:after, .header-v5 .badge-open li:before {
  content: " ";
  display: table;
}
.header-v5 .badge-open li:after {
  clear: both;
}
.header-v5 .badge-open img {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
}
.header-v5 .badge-open .close {
  line-height: 1.9;
}
.header-v5 .badge-open span {
  margin: 7px 0;
  color: #687074;
  display: block;
  font-size: 0.875rem;
}
.header-v5 .badge-open small {
  color: #999;
  font-size: 0.875rem;
}
.header-v5 li.subtotal {
  padding: 3px 0 20px;
}
.header-v5 li.subtotal span {
  color: #555;
  font-size: 1.125rem;
  font-weight: 200;
  display: inline-block;
  text-transform: uppercase;
}
.header-v5 li.subtotal .subtotal-cost {
  color: #048800;
}
.header-v5 li.subtotal .btn-u {
  font-size: 0.75rem;
}
.header-v5 li.subtotal .col-6:first-child {
  padding-right: 8px;
}
.header-v5 li.subtotal .col-6:last-child {
  padding-left: 8px;
}
.header-v5 .navbar {
  margin: 0;
}
.header-v5 .navbar-default {
  border: none;
  background: #fff;
}
.header-v5 .navbar-brand {
  z-index: 1;
  padding: 15px 10px 10px 15px;
}
.header-v5 .navbar-default .navbar-toggle {
  color: #333;
  border: none;
  font-size: 1.1875rem;
  margin-top: 10px;
}
.header-v5 .navbar-default .navbar-toggle .icon-bar {
  background: #222;
}
.header-v5 .navbar-default .navbar-toggle:hover, .header-v5 .navbar-default .navbar-toggle:focus {
  background: inherit;
}
.header-v5 .navbar-collapse {
  position: relative;
}
.header-v5 .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header-v5 .navbar-default .navbar-nav > .active > a {
  color: #048800;
}
.header-v5 .dropdown-submenu {
  position: relative;
}
.header-v5 .dropdown > a:after {
  top: 8px;
  right: 9px;
  font-size: 0.6875rem;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.header-v5 .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 0.6875rem;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.header-v5 .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
.header-v5 .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header-v5 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.header-v5 .dropdown-submenu.pull-left {
  float: none;
}
.header-v5 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.header-v5 .dropdown-menu li [class^="fa-"],
.header-v5 .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header-v5 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v5 .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
.header-v5 .mega-menu .nav,
.header-v5 .mega-menu .dropup,
.header-v5 .mega-menu .dropdown,
.header-v5 .mega-menu .collapse {
  position: static;
}
.header-v5 .mega-menu .navbar-inner,
.header-v5 .mega-menu .container {
  position: relative;
}
.header-v5 .mega-menu .dropdown-menu {
  left: auto;
}
.header-v5 .mega-menu .dropdown-menu > li {
  display: block;
}
.header-v5 .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.header-v5 .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.header-v5 .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 20px 10px;
}
.header-v5 .mega-menu .mega-menu-content:before {
  content: "";
  display: table;
  line-height: 0;
}
.header-v5 .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:after, .header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
  padding-bottom: 5px;
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a {
  padding: 0;
  border-bottom: none;
}
.header-v5 img.product-offers:hover {
  opacity: 0.9;
}
.header-v5 h3.mega-menu-heading {
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
}
.header-v5 h3.mega-menu-heading.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.header-v5 .style-list {
  margin-bottom: 20px;
}
.header-v5 .style-list li a {
  color: #888;
  font-size: 0.875rem;
  margin-right: 5px;
}
.header-v5 .style-list li a:hover {
  color: #048800;
  background: none;
  text-decoration: none;
}
.header-v5 .style-list li .label {
  top: -2px;
  position: relative;
}

.headerFix {
  margin-top: 142px !important;
}

.header-fixed .header-v5.header-fixed-shrink {
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  height: 95px;
  margin-top: -29.5px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
}
.header-fixed .header-v5.header-fixed-shrink .topbar {
  display: none;
}
.header-fixed .header-v5.no-topbar {
  height: 78px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink {
  height: 95px;
  margin-top: -35px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-brand {
  top: 46px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists {
  margin-top: 26px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists > li {
  padding-bottom: 17px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge .badge-open {
  top: 69px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
.header-fixed .header-v5.header-fixed-shrink .navbar-brand {
  top: 10px;
  z-index: 1;
  padding: 10px;
}
.header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -8px;
}
.header-fixed .header-v5.header-fixed-shrink .shop-badge.badge-lists {
  margin-top: -3px;
}
.header-fixed .header-v5.header-fixed-shrink .shop-badge .badge-open {
  top: 70px;
}

a {
  outline: 0 !important;
}
a:focus, a:hover, a:active {
  outline: 0 !important;
}

button {
  outline: 0 !important;
}
button:hover {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

hr {
  margin: 30px 0;
}
hr.hr-xs {
  margin: 10px 0;
}
hr.hr-md {
  margin: 20px 0;
}
hr.hr-lg {
  margin: 40px 0;
}

p {
  font-size: 1rem;
  line-height: 1.6rem;
}

p.p-small {
  font-size: 0.825rem;
  line-height: 1.4rem;
}

h1 {
  font-size: 2rem;
  line-height: 2.1875rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.0625rem;
}

h3 {
  font-size: 1.500rem;
  line-height: 1.6875rem;
}

h4 {
  font-size: 1.250rem;
  line-height: 1.5625rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4rem;
}

span.s-small {
  font-size: 0.625rem;
  line-height: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 5px;
}

/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.headline h2 {
  font-size: 1.625rem;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #048800;
}
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #048800;
}

.headline-md {
  margin-bottom: 15px;
}
.headline-md h2 {
  font-size: 1.625rem;
}

/*Heading Options*/
.heading {
  text-align: center;
}
.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 2.125rem !important;
  /*For Tagline Boxes*/
}
.heading h2:before, .heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}
.heading h2:before {
  right: 100%;
}
.heading h2:after {
  left: 100%;
}

/*Headline v5*/
.heading-v5 h2:before, .heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}

.headline-center {
  text-align: center;
  position: relative;
}
.headline-center h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 15px;
  color: #696969;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
.headline-center img {
  width: 11%;
  position: relative;
  bottom: 26px;
}
.headline-center p {
  /*color: #999;*/
  font-size: 0.875rem;
  /*padding: 0 150px;*/
}
.headline-center.headline-light h2 {
  color: #fff;
}
.headline-center.headline-light p {
  color: #eee;
}

.table thead > tr > th {
  border-bottom: none;
}

.form-control {
  box-shadow: none;
}

.form-control:not(textarea) {
    max-height: 39px;
}

/*Form Icons*/
.input-group-addon {
  color: #b3b3b3;
  font-size: 0.875rem;
  background: #fff;
}

.pagination li a {
  color: #767676;
  padding: 5px 10px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #048800;
  background-color: #048800;
}

.pagination > .disabled > a {
  color: #747474;
  cursor: not-allowed;
  border-color: #e1e1e1;
}
.pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
  color: #e1e1e1;
  border-color: #e1e1e1;
}

/*Pagination Without Space*/
.pagination-no-space .pagination {
  margin: 0;
}

.list-group-item li > .badge {
  float: right;
}

/*Sidebar List Toggle*/
.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 0.875rem;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

.btn {
  box-shadow: none;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #048800;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-u.btn-block {
  text-align: center;
}

.btn-u-sm,
a.btn-u-sm {
  padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
  font-size: 1.18rem;
  padding: 8px 25px 7px;
}

.btn-u-xs,
a.btn-u-xs {
  font-size: 0.75rem;
  padding: 2px 12px;
  line-height: 1.125rem;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px;
}
.btn-group > .btn-u {
  float: left;
  position: relative;
}

.btn-group-vertical > .btn-u {
  float: left;
  position: relative;
}

.btn-group > .btn-u:first-child {
  margin-left: 0;
}

/*For FF Only*/
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}
/*Buttons Color*/
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active {
  background: #5fb611;
}

.open .dropdown-toggle.btn-u {
  background: #5fb611;
}

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
  background: #3498db;
}
.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active {
  background: #2980b9;
}

.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9;
}

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9;
}
.btn-u.btn-u-red {
  background: #e74c3c;
}
.btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active {
  background: #c0392b;
}

.open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b;
}

.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b;
}
.btn-u.btn-u-orange {
  background: #e67e22;
}
.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active {
  background: #d35400;
}

.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400;
}

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400;
}
.btn-u.btn-u-sea {
  background: #1abc9c;
}
.btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active {
  background: #16a085;
}

.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085;
}

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085;
}
.btn-u.btn-u-green {
  background: #2ecc71;
}
.btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active {
  background: #27ae60;
}

.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}
.btn-u.btn-u-yellow {
  background: #f1c40f;
}
.btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active {
  background: #f39c12;
}

.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12;
}
.btn-u.btn-u-default {
  background: #95a5a6;
}
.btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active {
  background: #7f8c8d;
}

.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}
.btn-u.btn-u-purple {
  background: #9b6bcc;
}
.btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active {
  background: #814fb5;
}

.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5;
}

.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5;
}
.btn-u.btn-u-aqua {
  background: #27d7e7;
}
.btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active {
  background: #26bac8;
}

.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}
.btn-u.btn-u-brown {
  background: #9c8061;
}
.btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active {
  background: #81674b;
}

.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b;
}

.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b;
}
.btn-u.btn-u-dark-blue {
  background: #4765a0;
}
.btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active {
  background: #324c80;
}

.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}
.btn-u.btn-u-light-green {
  background: #79d5b3;
}
.btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active {
  background: #59b795;
}

.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}
.btn-u.btn-u-dark {
  background: #555;
}
.btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active {
  background: #333;
}

.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333;
}
.btn-u.btn-u-light-grey {
  background: #585f69;
}
.btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active {
  background: #484f58;
}

.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}
.btn-u.btn-brd {
  color: #555;
  /*font-weight: 200;*/
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent;
  -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;
  border-color: #048800;
}
.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}
.btn-u.btn-brd:focus {
  background: none;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}
.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #5fb611;
}
.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db;
}
.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9;
}
.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}
.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b;
}
.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400;
}
.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c;
}
.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085;
}
.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #16a085;
}
.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71;
}
.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60;
}
.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}
.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}
.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12;
}
.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}
.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}
.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}
.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333;
}
.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}
.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc;
}
.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #814fb5;
}
.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}
.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}
.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}
.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061;
}
.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}
.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b;
}
.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}
.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}
.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}
.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3;
}
.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}
.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795;
}
.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  background: #fff;
  color: #555 !important;
}

/*Bordered Buttons*/
.dropdown-show {
  box-shadow: 0 0 4px #eee;
  display: inline-block;
  position: relative;
}

/*Labels*/
span.label {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 4px 7px;
}
span.badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
}

/*Badges*/
.list-group-item.active > .badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
}

span.label-u, span.badge-u {
  background: #048800;
}

.list-group-item.active > .badge.badge-u {
  background: #048800;
}

span.label-blue, span.badge-blue {
  background: #3498db;
}

.list-group-item.active > .badge {
  background: #3498db;
}

span.label-red, span.badge-red {
  background: #e74c3c;
}

.list-group-item.active > .badge {
  background: #e74c3c;
}

span.label-green, span.badge-green {
  background: #2ecc71;
}

.list-group-item.active > .badge.badge-green {
  background: #2ecc71;
}

span.label-sea, span.badge-sea {
  background: #1abc9c;
}

.list-group-item.active > .badge.badge-sea {
  background: #1abc9c;
}

span.label-orange, span.badge-orange {
  background: #e67e22;
}

.list-group-item.active > .badge.badge-orange {
  background: #e67e22;
}

span.label-yellow, span.badge-yellow {
  background: #f1c40f;
}

.list-group-item.active > .badge.badge-yellow {
  background: #f1c40f;
}

span.label-purple, span.badge-purple {
  background: #9b6bcc;
}

.list-group-item.active > .badge.badge-purple {
  background: #9b6bcc;
}

span.label-aqua, span.badge-aqua {
  background: #27d7e7;
}

.list-group-item.active > .badge.badge-aqua {
  background: #27d7e7;
}

span.label-brown, span.badge-brown {
  background: #9c8061;
}

.list-group-item.active > .badge.badge-brown {
  background: #9c8061;
}

span.label-dark-blue, span.badge-dark-blue {
  background: #4765a0;
}

.list-group-item.active > .badge.badge-dark-blue {
  background: #4765a0;
}

span.label-light-green, span.badge-light-green {
  background: #79d5b3;
}

.list-group-item.active > .badge.badge-light-green {
  background: #79d5b3;
}

span.label-light, span.badge-light {
  color: #777;
  background: #ecf0f1;
}

.list-group-item.active > .badge.badge-light {
  color: #777;
  background: #ecf0f1;
}

span.label-dark, span.badge-dark {
  background: #555;
}

.list-group-item.active > .badge.badge-dark {
  background: #555;
}

/*Badge Lists*/
.badge-lists li {
  position: relative;
}
.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute;
}
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}
.badge-lists.badge-icons i {
  font-size: 1.125rem;
  min-width: 25px;
}

/*Badge Icons*/
/*Badge Box v1*/
.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 1.125rem;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee;
}

/*Badge Box v2*/
.badge-box-v2 a {
  color: #777;
  font-size: 0.75rem;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee;
}
.badge-box-v2 a i {
  font-size: 1.25rem;
}

/*General Badge Box*/
.badge-box-v1 a i,
.badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px;
}

.badge-box-v1 a:hover,
.badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Social Icons*/
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}
.social-icons li a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {
  background: url(../Images/icons/social/amazon.png) no-repeat;
}

.social_behance {
  background: url(../Images/icons/social/behance.png) no-repeat;
}

.social_blogger {
  background: url(../Images/icons/social/blogger.png) no-repeat;
}

.social_deviantart {
  background: url(../Images/icons/social/deviantart.png) no-repeat;
}

.social_dribbble {
  background: url(../Images/icons/social/dribbble.png) no-repeat;
}

.social_dropbox {
  background: url(../Images/icons/social/dropbox.png) no-repeat;
}

.social_evernote {
  background: url(../Images/icons/social/evernote.png) no-repeat;
}

.social_facebook {
  background: url(../Images/icons/social/facebook.png) no-repeat;
}

.social_forrst {
  background: url(../Images/icons/social/forrst.png) no-repeat;
}

.social_github {
  background: url(../Images/icons/social/github.png) no-repeat;
}

.social_googleplus {
  background: url(../Images/icons/social/googleplus.png) no-repeat;
}

.social_jolicloud {
  background: url(../Images/icons/social/jolicloud.png) no-repeat;
}

.social_last-fm {
  background: url(../Images/icons/social/last-fm.png) no-repeat;
}

.social_linkedin {
  background: url(../Images/icons/social/linkedin.png) no-repeat;
}

.social_picasa {
  background: url(../Images/icons/social/picasa.png) no-repeat;
}

.social_pintrest {
  background: url(../Images/icons/social/pintrest.png) no-repeat;
}

.social_rss {
  background: url(../Images/icons/social/rss.png) no-repeat;
}

.social_skype {
  background: url(../Images/icons/social/skype.png) no-repeat;
}

.social_spotify {
  background: url(../Images/icons/social/spotify.png) no-repeat;
}

.social_stumbleupon {
  background: url(../Images/icons/social/stumbleupon.png) no-repeat;
}

.social_tumblr {
  background: url(../Images/icons/social/tumblr.png) no-repeat;
}

.social_twitter {
  background: url(../Images/icons/social/twitter.png) no-repeat;
}

.social_vimeo {
  background: url(../Images/icons/social/vimeo.png) no-repeat;
}

.social_wordpress {
  background: url(../Images/icons/social/wordpress.png) no-repeat;
}

.social_xing {
  background: url(../Images/icons/social/xing.png) no-repeat;
}

.social_yahoo {
  background: url(../Images/icons/social/yahoo.png) no-repeat;
}

.social_youtube {
  background: url(../Images/icons/social/youtube.png) no-repeat;
}

.social_vk {
  background: url(../Images/icons/social/vk.png) no-repeat;
}

.social_instagram {
  background: url(../Images/icons/social/instagram.png) no-repeat;
}

/*Font Awesome Icon Styles*/
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
}
i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 1rem;
  line-height: 2.1875rem;
}
i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 1.375rem;
  line-height: 3.4375rem;
}
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 1.9375rem;
  line-height: 3.75rem;
  margin-bottom: 10px;
}
i.icon-2x {
  font-size: 1.875rem;
}
i.icon-3x {
  font-size: 2.5rem;
}
i.icon-4x {
  font-size: 3.125rem;
}
i.icon-line {
  font-size: 1.0625rem;
}
i.icon-sm.icon-line {
  font-size: 0.875rem;
}
i.icon-lg.icon-line {
  font-size: 1.75rem;
}
i.icon-2x.icon-line {
  font-size: 1.6875rem;
}
i.icon-3x.icon-line {
  font-size: 2.25rem;
}
i.icon-4x.icon-line {
  font-size: 2.9375rem;
}

/*Line Icons*/
/*Icon Styles For Links*/
.link-icon,
.link-bg-icon {
  color: #555;
}

.link-icon:hover,
.link-bg-icon:hover {
  border: none;
  text-decoration: none;
}

.link-icon:hover i {
  color: #048800;
  background: none;
  border: solid 1px #048800;
}

.link-bg-icon:hover i {
  color: #048800;
  background: #048800;
  border-color: #048800;
  color: #fff !important;
}

/*Icons Color*/
i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green {
  background: none;
}
i.icon-color-u {
  color: #048800;
  border: solid 1px #048800;
}
i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db;
}
i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c;
}
i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c;
}
i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71;
}
i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f;
}
i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22;
}
i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6;
}
i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc;
}
i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7;
}
i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061;
}
i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0;
}
i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3;
}
i.icon-color-light {
  color: #fff;
  border: solid 1px #fff;
}
i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69;
}
i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
}
i.icon-bg-u {
  background: #048800;
}
i.icon-bg-blue {
  background: #3498db;
}
i.icon-bg-red {
  background: #e74c3c;
}
i.icon-bg-sea {
  background: #1abc9c;
}
i.icon-bg-green {
  background: #2ecc71;
}
i.icon-bg-yellow {
  background: #f1c40f;
}
i.icon-bg-orange {
  background: #e67e22;
}
i.icon-bg-grey {
  background: #95a5a6;
}
i.icon-bg-dark {
  background: #555;
}
i.icon-bg-darker {
  background: #333;
}
i.icon-bg-purple {
  background: #9b6bcc;
}
i.icon-bg-aqua {
  background: #27d7e7;
}
i.icon-bg-brown {
  background: #9c8061;
}
i.icon-bg-dark-blue {
  background: #4765a0;
}
i.icon-bg-light-green {
  background: #79d5b3;
}
i.icon-bg-light {
  background: #fff;
  border-color: transparent;
}
i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent;
}

/*Icons Backgroun Color*/
/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Content Boxes v1*/
.content-boxes-v1 {
  text-align: center;
  cursor: pointer;
}
.content-boxes-v1.img-res2 .img-responsive {
  height: 80px;
  width: 40%;
}
.content-boxes-v1 a {
  text-decoration: none;
}
.content-boxes-v1 a:hover {
  text-decoration: none;
}
.content-boxes-v1 a.not:hover .img-responsive {
  background: url(../Images/icons/notification_a.svg) no-repeat;
}
.content-boxes-v1 a.not .img-responsive {
  background: url(../Images/icons/notification.svg) no-repeat;
}
.content-boxes-v1 a.tes:hover .img-responsive {
  background: url(../Images/icons/test_a.svg) no-repeat;
}
.content-boxes-v1 a.tes .img-responsive {
  background: url(../Images/icons/test.svg) no-repeat;
}
.content-boxes-v1 a.bus:hover .img-responsive {
  background: url(../Images/icons/business_a.svg) no-repeat;
}
.content-boxes-v1 a.bus .img-responsive {
  background: url(../Images/icons/business.svg) no-repeat;
}
.content-boxes-v1 a.sta:hover .img-responsive {
  background: url(../Images/icons/statistics_a.svg) no-repeat;
}
.content-boxes-v1 a.sta .img-responsive {
  background: url(../Images/icons/statistics.svg) no-repeat;
}
.content-boxes-v1 a.hea:hover .img-responsive {
  background: url(../Images/icons/health_a.svg) no-repeat;
}
.content-boxes-v1 a.hea .img-responsive {
  background: url(../Images/icons/health.svg) no-repeat;
}
.content-boxes-v1 a.law:hover .img-responsive {
  background: url(../Images/icons/law_a.svg) no-repeat;
}
.content-boxes-v1 a.law .img-responsive {
  background: url(../Images/icons/law.svg) no-repeat;
}
.content-boxes-v1 a.lin:hover .img-responsive {
  background: url(../Images/icons/link_a.svg) no-repeat;
}
.content-boxes-v1 a.lin .img-responsive {
  background: url(../Images/icons/link.svg) no-repeat;
}
.content-boxes-v1 a span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}
.content-boxes-v1 a .img-responsive {
  width: 20%;
  margin: 0 auto;
  height: 60px;
}
.content-boxes-v1 a h2.img-icon {
  margin-bottom: 5px;
}

.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}
.content-boxes-v3 i.icon-custom .icon-date {
  font-style: normal;
  font-size: 1.6em;
}
.content-boxes-v3 i.icon-custom .icon-year {
  line-height: 20px;
}
.content-boxes-v3 .content-boxes-in-v3 {
  padding: 10px 10px 10px 14px;
  overflow: hidden;
}
.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 1.132rem;
  line-height: 1.375rem;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}
.content-boxes-v3.content-boxes-v3-right {
  text-align: right;
}
.content-boxes-v3.content-boxes-v3-right i.icon-custom {
  float: right;
  margin-left: 10px;
}

.content-boxes-v5 i {
  float: left;
  color: #999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 1.375rem;
  background: #eee;
  line-height: 1.75rem;
  text-align: center;
  margin-right: 15px;
}
.content-boxes-v5:hover i {
  color: #fff;
  background: #048800;
}

.text-justify p {
  text-align: justify;
}

.font-bold {
  font-weight: 600;
}

.font-light {
  font-weight: 200;
}

.font-normal {
  font-weight: 400 !important;
}

/*Blockquote*/
blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
}
blockquote p {
  font-size: 0.875rem;
  font-weight: 400;
}
blockquote h1,
blockquote h2,
blockquote span {
  font-size: 1.125rem;
  margin: 0 0 8px;
  line-height: 1.5rem;
}
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
  text-transform: uppercase;
}
blockquote.bq-text-lg p {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2rem;
}
blockquote.text-right {
  border-left: none;
  border-right: 2px solid #eee;
}
blockquote.hero.text-right {
  border-left: none;
  border-right: 2px solid #eee;
  border-color: #555;
}
blockquote.hero.text-right:hover {
  border-color: #555;
}
blockquote:hover, blockquote.text-right:hover {
  border-color: #048800;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
blockquote.bq-dark {
  border-color: #585f69;
}
blockquote.bq-dark:hover {
  border-color: #585f69;
}
blockquote.bq-green {
  border-color: #048800;
}
blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 1rem;
  background: #f3f3f3;
  border-left: solid 2px #666;
}
blockquote.hero:hover {
  background: #eee;
  border-left-color: #666;
}
blockquote.hero.hero-dark, blockquote.hero.hero-default {
  border: none;
}
blockquote.hero.hero-dark {
  background: #444;
}
blockquote.hero.hero-dark:hover {
  background: #555;
}
blockquote.hero.hero-default {
  background: #048800;
}
blockquote.hero.hero-default:hover {
  background: #5fb611;
}
blockquote.hero.hero-dark p,
blockquote.hero.hero-dark h2,
blockquote.hero.hero-dark small {
  color: #fff;
  font-weight: 200;
}
blockquote.hero.hero-default p,
blockquote.hero.hero-default h2,
blockquote.hero.hero-default small {
  color: #fff;
  font-weight: 200;
}

.panel-heading, .card-heading {
    padding: 5px 15px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 5px;
}

.panel-title, .card-title {
    font-size: 16px;
    color: inherit;
}

/*Panel Table*/
.panel .table, .card .table {
  margin-bottom: 0;
}

/*Panel Unify*/
.panel-u, .card-u {
  border-color: #048800;
}
.panel-u > .panel-heading,.card-u > .card-heading {
  background: #048800;
}

/*Panel Blue*/
.panel-blue, .card-blue {
  border-color: #3498db;
}
.panel-blue > .panel-heading,.card-blue > .card-heading {
  background: #3498db;
}

/*Panel Red*/
.panel-red,.card-red {
  border-color: #e74c3c;
}
.panel-red > .panel-heading,.card-red > .card-heading {
  background: #e74c3c;
}

/*Panel Green*/
.panel-green,.card-green {
  border-color: #2ecc71;
}
.panel-green > .panel-heading,.card-green > .card-heading {
  background: #2ecc71;
}

/*Panel Sea*/
.panel-sea,.card-sea {
  border-color: #1abc9c;
}
.panel-sea > .panel-heading,.card-sea > .card-heading {
  background: #1abc9c;
}

/*Panel Orange*/
.panel-orange,.card-orange {
  border-color: #e67e22;
}
.panel-orange > .panel-heading,.card-orange > .card-heading {
  background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow,.card-yellow {
  border-color: #f1c40f;
}
.panel-yellow > .panel-heading,.card-yellow > .card-heading {
  background: #f1c40f;
}

/*Panel Grey*/
.panel-grey,.card-grey {
  border-color: #95a5a6;
}
.panel-grey > .panel-heading,.card-grey > .card-heading {
  background: #95a5a6;
}

/*Panel Dark*/
.panel-dark,.card-dark {
  border-color: #555;
}
.panel-dark > .panel-heading,.card-dark > .card-heading {
  background: #555;
}

/*Panel Purple*/
.panel-purple,.card-purple {
  border-color: #9b6bcc;
}
.panel-purple > .panel-heading,.card-purple > .card-heading {
  background: #9b6bcc;
}

/*Panel Aqua*/
.panel-aqua,.card-aqua {
  border-color: #27d7e7;
}
.panel-aqua > .panel-heading,.card-aqua > .card-heading {
  background: #27d7e7;
}

/*Panel Brown*/
.panel-brown,.card-brown {
  border-color: #9c8061;
}
.panel-brown > .panel-heading,.card-brown > .card-heading {
  background: #9c8061;
}

/*Panel Dark Blue*/
.panel-dark-blue,.card-dark-blue {
  border-color: #4765a0;
}
.panel-dark-blue > .panel-heading,.card-dark-blue > .card-heading {
  background: #4765a0;
}

/*Panel Light Green*/
.panel-light-green,.card-light-green {
  border-color: #79d5b3;
}
.panel-light-green > .panel-heading,.card-light-green > .card-heading {
  background: #79d5b3;
}

/*Panel Default Dark*/
.panel-default-dark,.card-default-dark {
  border-color: #585f69;
}
.panel-default-dark > .panel-heading,.card-default-dark > .card-heading {
  background: #585f69;
}

a:not([href]):not([class]) {
    color: #068511;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: #3f6347;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.form-group {
    margin-bottom: 15px;
}

.pull-right {
    float: right;
}

.navbar > .container {
    align-items: unset;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*Images*/
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}
img.img-circle {
  border-radius: 50% !important;
}
img.image-sm {
  width: 50px;
  height: 50px;
}
img.image-md {
  width: 100px;
  height: 100px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.color-sea {
  color: #1abc9c;
}

.color-red {
  color: #e74c3c;
}

.color-aqua {
  color: #27d7e7;
}

.color-blue {
  color: #3498db;
}

.color-grey {
  color: #95a5a6;
}

.color-dark {
  color: #555555;
}

.color-green {
  color: #526774;
}

.color-brown {
  color: #9c8061;
}

.color-light {
  color: #ffffff;
}

.color-orange {
  color: #e67e22;
}

.color-yellow {
  color: #f1c40f;
}

.color-green1 {
  color: #2ecc71;
}

.color-purple {
  color: #9b6bcc;
}

.color-inherit {
  color: inherit;
}

.color-dark-blue {
  color: #4765a0;
}

.color-light-grey {
  color: #585f69;
}

.color-light-green {
  color: #79d5b3;
}

/*Grey Backroud*/
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.overflow-h {
  overflow: hidden;
}

.clear-both {
  clear: both;
}

/*Display*/
.full-width {
  width: 100%;
}

.img-width-200 {
  width: 200px;
}

.lft-img-margin {
  margin: 0 20px 5px 0;
}

.rgt-img-margin {
  margin: 0 0 5px 10px;
}

img.img-center,
.img-center img {
  margin-left: auto;
  margin-right: auto;
}

/*Background Light*/
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5;
}
.bg-light:hover {
  border: solid 1px #bbb;
}

.infectious_disease .topbar-v3 {
  background: #996f52;
}
.infectious_disease .footer-v4 .copyright {
  background: #2F2F2F;
}
.infectious_disease .header-v5 .shop-badge span.badge-sea {
  background: #996f52;
}
.infectious_disease .header-v5 .badge-open {
  border-top: 2px solid #996f52;
}
.infectious_disease .header-v5 li.subtotal .subtotal-cost {
  color: #996f52;
}
.infectious_disease .header-v5 .navbar-default .navbar-nav > .active > a {
  color: #996f52;
}

/*Footer*/
.footer-v4 .footer {
  padding: 30px 0 40px;
  background: #f5f5f5;
}
.footer-v4 .footer p {
  color: #bbb;
  font-size: 0.875rem;
}
.footer-v4 img.footer-logo {
  margin: 15px 0 20px;
  width: 100%;
}
.footer-v4 .address-list li {
  color: #bbb;
  margin-bottom: 7px;
}
.footer-v4 .address-list li i {
  margin-right: 10px;
  vertical-align: middle;
}
.footer-v4 .shop-social li i {
  color: #bbb;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 1rem;
  text-align: center;
  background: #414040;
}
.footer-v4 .shop-social li i:hover {
  background: #353535;
}
.footer-v4 h2.thumb-headline {
  color: #ddd;
  font-size: 1rem;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.footer-v4 .simple-list li {
  color: #bbb;
}
.footer-v4 .simple-list a {
  color: #bbb;
  font-size: 0.875rem;
  font-weight: 200;
}
.footer-v4 .copyright {
  padding: 40px 0 60px;
  border-top: none;
  background: #004f98;
}
.footer-v4 .copyright p {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 25px;
  letter-spacing: 0.1rem;
}
.footer-v4 .copyright a {
  color: #fff;
}
.footer-v4 .sponsors-icons {
  margin-bottom: 0;
}
.footer-v4 .sponsors-icons i {
  color: #fff;
  font-size: 2.5rem;
}
.footer-v4 .footer .map-img {
  background: url(../Images/map-img.png) 5px 60px no-repeat;
}
.footer-v4 .headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #048800;
}
.footer-v4 .headline h2 {
  font-size: 1.375rem;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #048800;
  color: #048800;
}
.footer-v4 .headline h3,
.footer-v4 .headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #525252;
}
.footer-v4 .posts a {
  color: #324034;
}
.footer-v4 .statements .statements-list {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.footer-v4 .statements .statements-list li {
  list-style: none;
  display: inline-block;
}
.footer-v4 .statements .statements-list li a {
  border-left: 1px solid #ccc;
  font-size: 1em;
  line-height: 1em;
  padding: 0 15px;
}
.footer-v4 .statements .statements-list li:first-child a {
  border-left: none;
}

#footer_page {
  background-color: #f7f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 232px;
}

/*Copyright*/
/*Master Slider
------------------------------------*/
.ms-showcase2-template {
  margin: 0 auto;
  max-width: 550px;
}
.ms-showcase2-template .ms-view {
  background: transparent;
}

/*Revolution Slider (Main)
  ------------------------------------*/
.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container {
  position: relative;
}
.tp-banner-container a.btn-u {
  color: #fff;
  border: solid 1px transparent;
}
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}
.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}
.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff;
}
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

/*Fullwidth*/
/*Fullscreen*/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.revolution-ch1 {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.75rem;
  padding: 30px 50px;
  text-align: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.revolution-ch2 {
  color: #fff;
  font-size: 1.875rem;
  max-width: 470px;
  line-height: 2rem;
  position: relative;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

.revolution-ch3 {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.revolution-ch4 {
  color: #fff;
  font-size: 1.125rem;
  max-width: 300px;
  line-height: 1.875rem;
  text-align: right;
  position: relative;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.revolution-ch5 {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

/*Back to top Button
  ------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 45px;
  height: 60px;
  font-size: 1.25rem;
  position: relative;
  right: 10px !important;
  bottom: 12% !important;
  border-radius: 3px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #747778;
}
#topcontrol:after {
  top: 5px;
  left: 34%;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}
#topcontrol:hover {
  color: #fff;
  background: #037500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topcontrol .mainobjTop {
  position: absolute;
  bottom: 10px;
  font-size: 0.9rem;
  left: 8px;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.l-h-0 {
  line-height: 0px !important;
}

.m-r-1 {
  margin-right: 1px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-b-1 {
  margin-bottom: 1px !important;
}

.p-r-1 {
  padding-right: 1px !important;
}

.p-l-1 {
  padding-left: 1px !important;
}

.p-t-1 {
  padding-top: 1px !important;
}

.p-b-1 {
  padding-bottom: 1px !important;
}

.l-h-1 {
  line-height: 1px !important;
}

.m-r-2 {
  margin-right: 2px !important;
}

.m-l-2 {
  margin-left: 2px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.p-r-2 {
  padding-right: 2px !important;
}

.p-l-2 {
  padding-left: 2px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-b-2 {
  padding-bottom: 2px !important;
}

.l-h-2 {
  line-height: 2px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.p-r-3 {
  padding-right: 3px !important;
}

.p-l-3 {
  padding-left: 3px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-b-3 {
  padding-bottom: 3px !important;
}

.l-h-3 {
  line-height: 3px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.p-r-4 {
  padding-right: 4px !important;
}

.p-l-4 {
  padding-left: 4px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.l-h-4 {
  line-height: 4px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.l-h-5 {
  line-height: 5px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.l-h-6 {
  line-height: 6px !important;
}

.m-r-7 {
  margin-right: 7px !important;
}

.m-l-7 {
  margin-left: 7px !important;
}

.m-t-7 {
  margin-top: 7px !important;
}

.m-b-7 {
  margin-bottom: 7px !important;
}

.p-r-7 {
  padding-right: 7px !important;
}

.p-l-7 {
  padding-left: 7px !important;
}

.p-t-7 {
  padding-top: 7px !important;
}

.p-b-7 {
  padding-bottom: 7px !important;
}

.l-h-7 {
  line-height: 7px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.l-h-8 {
  line-height: 8px !important;
}

.m-r-9 {
  margin-right: 9px !important;
}

.m-l-9 {
  margin-left: 9px !important;
}

.m-t-9 {
  margin-top: 9px !important;
}

.m-b-9 {
  margin-bottom: 9px !important;
}

.p-r-9 {
  padding-right: 9px !important;
}

.p-l-9 {
  padding-left: 9px !important;
}

.p-t-9 {
  padding-top: 9px !important;
}

.p-b-9 {
  padding-bottom: 9px !important;
}

.l-h-9 {
  line-height: 9px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.l-h-10 {
  line-height: 10px !important;
}

.m-r-11 {
  margin-right: 11px !important;
}

.m-l-11 {
  margin-left: 11px !important;
}

.m-t-11 {
  margin-top: 11px !important;
}

.m-b-11 {
  margin-bottom: 11px !important;
}

.p-r-11 {
  padding-right: 11px !important;
}

.p-l-11 {
  padding-left: 11px !important;
}

.p-t-11 {
  padding-top: 11px !important;
}

.p-b-11 {
  padding-bottom: 11px !important;
}

.l-h-11 {
  line-height: 11px !important;
}

.m-r-12 {
  margin-right: 12px !important;
}

.m-l-12 {
  margin-left: 12px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.p-r-12 {
  padding-right: 12px !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.p-b-12 {
  padding-bottom: 12px !important;
}

.l-h-12 {
  line-height: 12px !important;
}

.m-r-13 {
  margin-right: 13px !important;
}

.m-l-13 {
  margin-left: 13px !important;
}

.m-t-13 {
  margin-top: 13px !important;
}

.m-b-13 {
  margin-bottom: 13px !important;
}

.p-r-13 {
  padding-right: 13px !important;
}

.p-l-13 {
  padding-left: 13px !important;
}

.p-t-13 {
  padding-top: 13px !important;
}

.p-b-13 {
  padding-bottom: 13px !important;
}

.l-h-13 {
  line-height: 13px !important;
}

.m-r-14 {
  margin-right: 14px !important;
}

.m-l-14 {
  margin-left: 14px !important;
}

.m-t-14 {
  margin-top: 14px !important;
}

.m-b-14 {
  margin-bottom: 14px !important;
}

.p-r-14 {
  padding-right: 14px !important;
}

.p-l-14 {
  padding-left: 14px !important;
}

.p-t-14 {
  padding-top: 14px !important;
}

.p-b-14 {
  padding-bottom: 14px !important;
}

.l-h-14 {
  line-height: 14px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.l-h-15 {
  line-height: 15px !important;
}

.m-r-16 {
  margin-right: 16px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.l-h-16 {
  line-height: 16px !important;
}

.m-r-17 {
  margin-right: 17px !important;
}

.m-l-17 {
  margin-left: 17px !important;
}

.m-t-17 {
  margin-top: 17px !important;
}

.m-b-17 {
  margin-bottom: 17px !important;
}

.p-r-17 {
  padding-right: 17px !important;
}

.p-l-17 {
  padding-left: 17px !important;
}

.p-t-17 {
  padding-top: 17px !important;
}

.p-b-17 {
  padding-bottom: 17px !important;
}

.l-h-17 {
  line-height: 17px !important;
}

.m-r-18 {
  margin-right: 18px !important;
}

.m-l-18 {
  margin-left: 18px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.p-r-18 {
  padding-right: 18px !important;
}

.p-l-18 {
  padding-left: 18px !important;
}

.p-t-18 {
  padding-top: 18px !important;
}

.p-b-18 {
  padding-bottom: 18px !important;
}

.l-h-18 {
  line-height: 18px !important;
}

.m-r-19 {
  margin-right: 19px !important;
}

.m-l-19 {
  margin-left: 19px !important;
}

.m-t-19 {
  margin-top: 19px !important;
}

.m-b-19 {
  margin-bottom: 19px !important;
}

.p-r-19 {
  padding-right: 19px !important;
}

.p-l-19 {
  padding-left: 19px !important;
}

.p-t-19 {
  padding-top: 19px !important;
}

.p-b-19 {
  padding-bottom: 19px !important;
}

.l-h-19 {
  line-height: 19px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.l-h-20 {
  line-height: 20px !important;
}

.m-r-21 {
  margin-right: 21px !important;
}

.m-l-21 {
  margin-left: 21px !important;
}

.m-t-21 {
  margin-top: 21px !important;
}

.m-b-21 {
  margin-bottom: 21px !important;
}

.p-r-21 {
  padding-right: 21px !important;
}

.p-l-21 {
  padding-left: 21px !important;
}

.p-t-21 {
  padding-top: 21px !important;
}

.p-b-21 {
  padding-bottom: 21px !important;
}

.l-h-21 {
  line-height: 21px !important;
}

.m-r-22 {
  margin-right: 22px !important;
}

.m-l-22 {
  margin-left: 22px !important;
}

.m-t-22 {
  margin-top: 22px !important;
}

.m-b-22 {
  margin-bottom: 22px !important;
}

.p-r-22 {
  padding-right: 22px !important;
}

.p-l-22 {
  padding-left: 22px !important;
}

.p-t-22 {
  padding-top: 22px !important;
}

.p-b-22 {
  padding-bottom: 22px !important;
}

.l-h-22 {
  line-height: 22px !important;
}

.m-r-23 {
  margin-right: 23px !important;
}

.m-l-23 {
  margin-left: 23px !important;
}

.m-t-23 {
  margin-top: 23px !important;
}

.m-b-23 {
  margin-bottom: 23px !important;
}

.p-r-23 {
  padding-right: 23px !important;
}

.p-l-23 {
  padding-left: 23px !important;
}

.p-t-23 {
  padding-top: 23px !important;
}

.p-b-23 {
  padding-bottom: 23px !important;
}

.l-h-23 {
  line-height: 23px !important;
}

.m-r-24 {
  margin-right: 24px !important;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.l-h-24 {
  line-height: 24px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.l-h-25 {
  line-height: 25px !important;
}

.m-r-26 {
  margin-right: 26px !important;
}

.m-l-26 {
  margin-left: 26px !important;
}

.m-t-26 {
  margin-top: 26px !important;
}

.m-b-26 {
  margin-bottom: 26px !important;
}

.p-r-26 {
  padding-right: 26px !important;
}

.p-l-26 {
  padding-left: 26px !important;
}

.p-t-26 {
  padding-top: 26px !important;
}

.p-b-26 {
  padding-bottom: 26px !important;
}

.l-h-26 {
  line-height: 26px !important;
}

.m-r-27 {
  margin-right: 27px !important;
}

.m-l-27 {
  margin-left: 27px !important;
}

.m-t-27 {
  margin-top: 27px !important;
}

.m-b-27 {
  margin-bottom: 27px !important;
}

.p-r-27 {
  padding-right: 27px !important;
}

.p-l-27 {
  padding-left: 27px !important;
}

.p-t-27 {
  padding-top: 27px !important;
}

.p-b-27 {
  padding-bottom: 27px !important;
}

.l-h-27 {
  line-height: 27px !important;
}

.m-r-28 {
  margin-right: 28px !important;
}

.m-l-28 {
  margin-left: 28px !important;
}

.m-t-28 {
  margin-top: 28px !important;
}

.m-b-28 {
  margin-bottom: 28px !important;
}

.p-r-28 {
  padding-right: 28px !important;
}

.p-l-28 {
  padding-left: 28px !important;
}

.p-t-28 {
  padding-top: 28px !important;
}

.p-b-28 {
  padding-bottom: 28px !important;
}

.l-h-28 {
  line-height: 28px !important;
}

.m-r-29 {
  margin-right: 29px !important;
}

.m-l-29 {
  margin-left: 29px !important;
}

.m-t-29 {
  margin-top: 29px !important;
}

.m-b-29 {
  margin-bottom: 29px !important;
}

.p-r-29 {
  padding-right: 29px !important;
}

.p-l-29 {
  padding-left: 29px !important;
}

.p-t-29 {
  padding-top: 29px !important;
}

.p-b-29 {
  padding-bottom: 29px !important;
}

.l-h-29 {
  line-height: 29px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.l-h-30 {
  line-height: 30px !important;
}

.m-r-31 {
  margin-right: 31px !important;
}

.m-l-31 {
  margin-left: 31px !important;
}

.m-t-31 {
  margin-top: 31px !important;
}

.m-b-31 {
  margin-bottom: 31px !important;
}

.p-r-31 {
  padding-right: 31px !important;
}

.p-l-31 {
  padding-left: 31px !important;
}

.p-t-31 {
  padding-top: 31px !important;
}

.p-b-31 {
  padding-bottom: 31px !important;
}

.l-h-31 {
  line-height: 31px !important;
}

.m-r-32 {
  margin-right: 32px !important;
}

.m-l-32 {
  margin-left: 32px !important;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-b-32 {
  padding-bottom: 32px !important;
}

.l-h-32 {
  line-height: 32px !important;
}

.m-r-33 {
  margin-right: 33px !important;
}

.m-l-33 {
  margin-left: 33px !important;
}

.m-t-33 {
  margin-top: 33px !important;
}

.m-b-33 {
  margin-bottom: 33px !important;
}

.p-r-33 {
  padding-right: 33px !important;
}

.p-l-33 {
  padding-left: 33px !important;
}

.p-t-33 {
  padding-top: 33px !important;
}

.p-b-33 {
  padding-bottom: 33px !important;
}

.l-h-33 {
  line-height: 33px !important;
}

.m-r-34 {
  margin-right: 34px !important;
}

.m-l-34 {
  margin-left: 34px !important;
}

.m-t-34 {
  margin-top: 34px !important;
}

.m-b-34 {
  margin-bottom: 34px !important;
}

.p-r-34 {
  padding-right: 34px !important;
}

.p-l-34 {
  padding-left: 34px !important;
}

.p-t-34 {
  padding-top: 34px !important;
}

.p-b-34 {
  padding-bottom: 34px !important;
}

.l-h-34 {
  line-height: 34px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.l-h-35 {
  line-height: 35px !important;
}

.m-r-36 {
  margin-right: 36px !important;
}

.m-l-36 {
  margin-left: 36px !important;
}

.m-t-36 {
  margin-top: 36px !important;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.p-r-36 {
  padding-right: 36px !important;
}

.p-l-36 {
  padding-left: 36px !important;
}

.p-t-36 {
  padding-top: 36px !important;
}

.p-b-36 {
  padding-bottom: 36px !important;
}

.l-h-36 {
  line-height: 36px !important;
}

.m-r-37 {
  margin-right: 37px !important;
}

.m-l-37 {
  margin-left: 37px !important;
}

.m-t-37 {
  margin-top: 37px !important;
}

.m-b-37 {
  margin-bottom: 37px !important;
}

.p-r-37 {
  padding-right: 37px !important;
}

.p-l-37 {
  padding-left: 37px !important;
}

.p-t-37 {
  padding-top: 37px !important;
}

.p-b-37 {
  padding-bottom: 37px !important;
}

.l-h-37 {
  line-height: 37px !important;
}

.m-r-38 {
  margin-right: 38px !important;
}

.m-l-38 {
  margin-left: 38px !important;
}

.m-t-38 {
  margin-top: 38px !important;
}

.m-b-38 {
  margin-bottom: 38px !important;
}

.p-r-38 {
  padding-right: 38px !important;
}

.p-l-38 {
  padding-left: 38px !important;
}

.p-t-38 {
  padding-top: 38px !important;
}

.p-b-38 {
  padding-bottom: 38px !important;
}

.l-h-38 {
  line-height: 38px !important;
}

.m-r-39 {
  margin-right: 39px !important;
}

.m-l-39 {
  margin-left: 39px !important;
}

.m-t-39 {
  margin-top: 39px !important;
}

.m-b-39 {
  margin-bottom: 39px !important;
}

.p-r-39 {
  padding-right: 39px !important;
}

.p-l-39 {
  padding-left: 39px !important;
}

.p-t-39 {
  padding-top: 39px !important;
}

.p-b-39 {
  padding-bottom: 39px !important;
}

.l-h-39 {
  line-height: 39px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.l-h-40 {
  line-height: 40px !important;
}

.m-r-41 {
  margin-right: 41px !important;
}

.m-l-41 {
  margin-left: 41px !important;
}

.m-t-41 {
  margin-top: 41px !important;
}

.m-b-41 {
  margin-bottom: 41px !important;
}

.p-r-41 {
  padding-right: 41px !important;
}

.p-l-41 {
  padding-left: 41px !important;
}

.p-t-41 {
  padding-top: 41px !important;
}

.p-b-41 {
  padding-bottom: 41px !important;
}

.l-h-41 {
  line-height: 41px !important;
}

.m-r-42 {
  margin-right: 42px !important;
}

.m-l-42 {
  margin-left: 42px !important;
}

.m-t-42 {
  margin-top: 42px !important;
}

.m-b-42 {
  margin-bottom: 42px !important;
}

.p-r-42 {
  padding-right: 42px !important;
}

.p-l-42 {
  padding-left: 42px !important;
}

.p-t-42 {
  padding-top: 42px !important;
}

.p-b-42 {
  padding-bottom: 42px !important;
}

.l-h-42 {
  line-height: 42px !important;
}

.m-r-43 {
  margin-right: 43px !important;
}

.m-l-43 {
  margin-left: 43px !important;
}

.m-t-43 {
  margin-top: 43px !important;
}

.m-b-43 {
  margin-bottom: 43px !important;
}

.p-r-43 {
  padding-right: 43px !important;
}

.p-l-43 {
  padding-left: 43px !important;
}

.p-t-43 {
  padding-top: 43px !important;
}

.p-b-43 {
  padding-bottom: 43px !important;
}

.l-h-43 {
  line-height: 43px !important;
}

.m-r-44 {
  margin-right: 44px !important;
}

.m-l-44 {
  margin-left: 44px !important;
}

.m-t-44 {
  margin-top: 44px !important;
}

.m-b-44 {
  margin-bottom: 44px !important;
}

.p-r-44 {
  padding-right: 44px !important;
}

.p-l-44 {
  padding-left: 44px !important;
}

.p-t-44 {
  padding-top: 44px !important;
}

.p-b-44 {
  padding-bottom: 44px !important;
}

.l-h-44 {
  line-height: 44px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.l-h-45 {
  line-height: 45px !important;
}

.m-r-46 {
  margin-right: 46px !important;
}

.m-l-46 {
  margin-left: 46px !important;
}

.m-t-46 {
  margin-top: 46px !important;
}

.m-b-46 {
  margin-bottom: 46px !important;
}

.p-r-46 {
  padding-right: 46px !important;
}

.p-l-46 {
  padding-left: 46px !important;
}

.p-t-46 {
  padding-top: 46px !important;
}

.p-b-46 {
  padding-bottom: 46px !important;
}

.l-h-46 {
  line-height: 46px !important;
}

.m-r-47 {
  margin-right: 47px !important;
}

.m-l-47 {
  margin-left: 47px !important;
}

.m-t-47 {
  margin-top: 47px !important;
}

.m-b-47 {
  margin-bottom: 47px !important;
}

.p-r-47 {
  padding-right: 47px !important;
}

.p-l-47 {
  padding-left: 47px !important;
}

.p-t-47 {
  padding-top: 47px !important;
}

.p-b-47 {
  padding-bottom: 47px !important;
}

.l-h-47 {
  line-height: 47px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.l-h-48 {
  line-height: 48px !important;
}

.m-r-49 {
  margin-right: 49px !important;
}

.m-l-49 {
  margin-left: 49px !important;
}

.m-t-49 {
  margin-top: 49px !important;
}

.m-b-49 {
  margin-bottom: 49px !important;
}

.p-r-49 {
  padding-right: 49px !important;
}

.p-l-49 {
  padding-left: 49px !important;
}

.p-t-49 {
  padding-top: 49px !important;
}

.p-b-49 {
  padding-bottom: 49px !important;
}

.l-h-49 {
  line-height: 49px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.l-h-50 {
  line-height: 50px !important;
}

.m-r-51 {
  margin-right: 51px !important;
}

.m-l-51 {
  margin-left: 51px !important;
}

.m-t-51 {
  margin-top: 51px !important;
}

.m-b-51 {
  margin-bottom: 51px !important;
}

.p-r-51 {
  padding-right: 51px !important;
}

.p-l-51 {
  padding-left: 51px !important;
}

.p-t-51 {
  padding-top: 51px !important;
}

.p-b-51 {
  padding-bottom: 51px !important;
}

.l-h-51 {
  line-height: 51px !important;
}

.m-r-52 {
  margin-right: 52px !important;
}

.m-l-52 {
  margin-left: 52px !important;
}

.m-t-52 {
  margin-top: 52px !important;
}

.m-b-52 {
  margin-bottom: 52px !important;
}

.p-r-52 {
  padding-right: 52px !important;
}

.p-l-52 {
  padding-left: 52px !important;
}

.p-t-52 {
  padding-top: 52px !important;
}

.p-b-52 {
  padding-bottom: 52px !important;
}

.l-h-52 {
  line-height: 52px !important;
}

.m-r-53 {
  margin-right: 53px !important;
}

.m-l-53 {
  margin-left: 53px !important;
}

.m-t-53 {
  margin-top: 53px !important;
}

.m-b-53 {
  margin-bottom: 53px !important;
}

.p-r-53 {
  padding-right: 53px !important;
}

.p-l-53 {
  padding-left: 53px !important;
}

.p-t-53 {
  padding-top: 53px !important;
}

.p-b-53 {
  padding-bottom: 53px !important;
}

.l-h-53 {
  line-height: 53px !important;
}

.m-r-54 {
  margin-right: 54px !important;
}

.m-l-54 {
  margin-left: 54px !important;
}

.m-t-54 {
  margin-top: 54px !important;
}

.m-b-54 {
  margin-bottom: 54px !important;
}

.p-r-54 {
  padding-right: 54px !important;
}

.p-l-54 {
  padding-left: 54px !important;
}

.p-t-54 {
  padding-top: 54px !important;
}

.p-b-54 {
  padding-bottom: 54px !important;
}

.l-h-54 {
  line-height: 54px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.l-h-55 {
  line-height: 55px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.l-h-56 {
  line-height: 56px !important;
}

.m-r-57 {
  margin-right: 57px !important;
}

.m-l-57 {
  margin-left: 57px !important;
}

.m-t-57 {
  margin-top: 57px !important;
}

.m-b-57 {
  margin-bottom: 57px !important;
}

.p-r-57 {
  padding-right: 57px !important;
}

.p-l-57 {
  padding-left: 57px !important;
}

.p-t-57 {
  padding-top: 57px !important;
}

.p-b-57 {
  padding-bottom: 57px !important;
}

.l-h-57 {
  line-height: 57px !important;
}

.m-r-58 {
  margin-right: 58px !important;
}

.m-l-58 {
  margin-left: 58px !important;
}

.m-t-58 {
  margin-top: 58px !important;
}

.m-b-58 {
  margin-bottom: 58px !important;
}

.p-r-58 {
  padding-right: 58px !important;
}

.p-l-58 {
  padding-left: 58px !important;
}

.p-t-58 {
  padding-top: 58px !important;
}

.p-b-58 {
  padding-bottom: 58px !important;
}

.l-h-58 {
  line-height: 58px !important;
}

.m-r-59 {
  margin-right: 59px !important;
}

.m-l-59 {
  margin-left: 59px !important;
}

.m-t-59 {
  margin-top: 59px !important;
}

.m-b-59 {
  margin-bottom: 59px !important;
}

.p-r-59 {
  padding-right: 59px !important;
}

.p-l-59 {
  padding-left: 59px !important;
}

.p-t-59 {
  padding-top: 59px !important;
}

.p-b-59 {
  padding-bottom: 59px !important;
}

.l-h-59 {
  line-height: 59px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.l-h-60 {
  line-height: 60px !important;
}

.m-r-61 {
  margin-right: 61px !important;
}

.m-l-61 {
  margin-left: 61px !important;
}

.m-t-61 {
  margin-top: 61px !important;
}

.m-b-61 {
  margin-bottom: 61px !important;
}

.p-r-61 {
  padding-right: 61px !important;
}

.p-l-61 {
  padding-left: 61px !important;
}

.p-t-61 {
  padding-top: 61px !important;
}

.p-b-61 {
  padding-bottom: 61px !important;
}

.l-h-61 {
  line-height: 61px !important;
}

.m-r-62 {
  margin-right: 62px !important;
}

.m-l-62 {
  margin-left: 62px !important;
}

.m-t-62 {
  margin-top: 62px !important;
}

.m-b-62 {
  margin-bottom: 62px !important;
}

.p-r-62 {
  padding-right: 62px !important;
}

.p-l-62 {
  padding-left: 62px !important;
}

.p-t-62 {
  padding-top: 62px !important;
}

.p-b-62 {
  padding-bottom: 62px !important;
}

.l-h-62 {
  line-height: 62px !important;
}

.m-r-63 {
  margin-right: 63px !important;
}

.m-l-63 {
  margin-left: 63px !important;
}

.m-t-63 {
  margin-top: 63px !important;
}

.m-b-63 {
  margin-bottom: 63px !important;
}

.p-r-63 {
  padding-right: 63px !important;
}

.p-l-63 {
  padding-left: 63px !important;
}

.p-t-63 {
  padding-top: 63px !important;
}

.p-b-63 {
  padding-bottom: 63px !important;
}

.l-h-63 {
  line-height: 63px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.l-h-64 {
  line-height: 64px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.l-h-65 {
  line-height: 65px !important;
}

.m-r-66 {
  margin-right: 66px !important;
}

.m-l-66 {
  margin-left: 66px !important;
}

.m-t-66 {
  margin-top: 66px !important;
}

.m-b-66 {
  margin-bottom: 66px !important;
}

.p-r-66 {
  padding-right: 66px !important;
}

.p-l-66 {
  padding-left: 66px !important;
}

.p-t-66 {
  padding-top: 66px !important;
}

.p-b-66 {
  padding-bottom: 66px !important;
}

.l-h-66 {
  line-height: 66px !important;
}

.m-r-67 {
  margin-right: 67px !important;
}

.m-l-67 {
  margin-left: 67px !important;
}

.m-t-67 {
  margin-top: 67px !important;
}

.m-b-67 {
  margin-bottom: 67px !important;
}

.p-r-67 {
  padding-right: 67px !important;
}

.p-l-67 {
  padding-left: 67px !important;
}

.p-t-67 {
  padding-top: 67px !important;
}

.p-b-67 {
  padding-bottom: 67px !important;
}

.l-h-67 {
  line-height: 67px !important;
}

.m-r-68 {
  margin-right: 68px !important;
}

.m-l-68 {
  margin-left: 68px !important;
}

.m-t-68 {
  margin-top: 68px !important;
}

.m-b-68 {
  margin-bottom: 68px !important;
}

.p-r-68 {
  padding-right: 68px !important;
}

.p-l-68 {
  padding-left: 68px !important;
}

.p-t-68 {
  padding-top: 68px !important;
}

.p-b-68 {
  padding-bottom: 68px !important;
}

.l-h-68 {
  line-height: 68px !important;
}

.m-r-69 {
  margin-right: 69px !important;
}

.m-l-69 {
  margin-left: 69px !important;
}

.m-t-69 {
  margin-top: 69px !important;
}

.m-b-69 {
  margin-bottom: 69px !important;
}

.p-r-69 {
  padding-right: 69px !important;
}

.p-l-69 {
  padding-left: 69px !important;
}

.p-t-69 {
  padding-top: 69px !important;
}

.p-b-69 {
  padding-bottom: 69px !important;
}

.l-h-69 {
  line-height: 69px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.l-h-70 {
  line-height: 70px !important;
}

.m-r-71 {
  margin-right: 71px !important;
}

.m-l-71 {
  margin-left: 71px !important;
}

.m-t-71 {
  margin-top: 71px !important;
}

.m-b-71 {
  margin-bottom: 71px !important;
}

.p-r-71 {
  padding-right: 71px !important;
}

.p-l-71 {
  padding-left: 71px !important;
}

.p-t-71 {
  padding-top: 71px !important;
}

.p-b-71 {
  padding-bottom: 71px !important;
}

.l-h-71 {
  line-height: 71px !important;
}

.m-r-72 {
  margin-right: 72px !important;
}

.m-l-72 {
  margin-left: 72px !important;
}

.m-t-72 {
  margin-top: 72px !important;
}

.m-b-72 {
  margin-bottom: 72px !important;
}

.p-r-72 {
  padding-right: 72px !important;
}

.p-l-72 {
  padding-left: 72px !important;
}

.p-t-72 {
  padding-top: 72px !important;
}

.p-b-72 {
  padding-bottom: 72px !important;
}

.l-h-72 {
  line-height: 72px !important;
}

.m-r-73 {
  margin-right: 73px !important;
}

.m-l-73 {
  margin-left: 73px !important;
}

.m-t-73 {
  margin-top: 73px !important;
}

.m-b-73 {
  margin-bottom: 73px !important;
}

.p-r-73 {
  padding-right: 73px !important;
}

.p-l-73 {
  padding-left: 73px !important;
}

.p-t-73 {
  padding-top: 73px !important;
}

.p-b-73 {
  padding-bottom: 73px !important;
}

.l-h-73 {
  line-height: 73px !important;
}

.m-r-74 {
  margin-right: 74px !important;
}

.m-l-74 {
  margin-left: 74px !important;
}

.m-t-74 {
  margin-top: 74px !important;
}

.m-b-74 {
  margin-bottom: 74px !important;
}

.p-r-74 {
  padding-right: 74px !important;
}

.p-l-74 {
  padding-left: 74px !important;
}

.p-t-74 {
  padding-top: 74px !important;
}

.p-b-74 {
  padding-bottom: 74px !important;
}

.l-h-74 {
  line-height: 74px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.l-h-75 {
  line-height: 75px !important;
}

.m-r-76 {
  margin-right: 76px !important;
}

.m-l-76 {
  margin-left: 76px !important;
}

.m-t-76 {
  margin-top: 76px !important;
}

.m-b-76 {
  margin-bottom: 76px !important;
}

.p-r-76 {
  padding-right: 76px !important;
}

.p-l-76 {
  padding-left: 76px !important;
}

.p-t-76 {
  padding-top: 76px !important;
}

.p-b-76 {
  padding-bottom: 76px !important;
}

.l-h-76 {
  line-height: 76px !important;
}

.m-r-77 {
  margin-right: 77px !important;
}

.m-l-77 {
  margin-left: 77px !important;
}

.m-t-77 {
  margin-top: 77px !important;
}

.m-b-77 {
  margin-bottom: 77px !important;
}

.p-r-77 {
  padding-right: 77px !important;
}

.p-l-77 {
  padding-left: 77px !important;
}

.p-t-77 {
  padding-top: 77px !important;
}

.p-b-77 {
  padding-bottom: 77px !important;
}

.l-h-77 {
  line-height: 77px !important;
}

.m-r-78 {
  margin-right: 78px !important;
}

.m-l-78 {
  margin-left: 78px !important;
}

.m-t-78 {
  margin-top: 78px !important;
}

.m-b-78 {
  margin-bottom: 78px !important;
}

.p-r-78 {
  padding-right: 78px !important;
}

.p-l-78 {
  padding-left: 78px !important;
}

.p-t-78 {
  padding-top: 78px !important;
}

.p-b-78 {
  padding-bottom: 78px !important;
}

.l-h-78 {
  line-height: 78px !important;
}

.m-r-79 {
  margin-right: 79px !important;
}

.m-l-79 {
  margin-left: 79px !important;
}

.m-t-79 {
  margin-top: 79px !important;
}

.m-b-79 {
  margin-bottom: 79px !important;
}

.p-r-79 {
  padding-right: 79px !important;
}

.p-l-79 {
  padding-left: 79px !important;
}

.p-t-79 {
  padding-top: 79px !important;
}

.p-b-79 {
  padding-bottom: 79px !important;
}

.l-h-79 {
  line-height: 79px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.l-h-80 {
  line-height: 80px !important;
}

/*出版品*/
a {
  color: #068511;
  border: 0;
  font-weight: 400;
}

.logoh1 {
  margin: 0;
  position: relative;
}
.logoh1 .logo-span {
  color: #c9253c;
  position: absolute;
  right: -95px;
  top: 22px;
}

.searchbox .search-text {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: right;
  line-height: 38px;
  color: #222;
}
.searchbox .search_share_link {
  margin-top: 2px;
}
.searchbox .search_share_link .input-search .searchtext_input {
  border-radius: 5px 0 0 5px;
  float: left;
  width: 86%;
  vertical-align: middle;
  margin-right: -3px;
}
.searchbox .search_share_link .input-search button {
  float: left;
  border-radius: 0 5px 5px 0;
  width: 14%;
  height: 38px;
  font-size: 0.9375rem;
  position: relative;
  transition: all .4s ease;
  color: #fff;
  background-color: #048800;
  border: 1px solid #048800;
}
.searchbox .search_share_link label {
  padding-left: 0px;
  padding-right: 0px;
}
.searchbox ul.searchbox_ul {
  line-height: 38px;
}
.searchbox ul.searchbox_ul li a {
  text-decoration: none;
  color: #888;
  position: relative;
  border-right: 1px solid #048800;
  padding-right: 15px;
}
.searchbox ul.searchbox_ul li a.end {
  border-right: none;
}
.searchbox ul.searchbox_ul li a i {
  color: #048800;
  font-size: 1.25rem;
  margin-right: 5px;
  position: relative;
  top: -4px !important;
}

.fw700 {
  font-weight: 700;
}

.cbp-item {
  margin-bottom: 10px;
}
.cbp-item .cbp-caption .content-boxes-in-v3 h2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-weight: 500;
}
.cbp-item .cbp-caption .content-boxes-in-v3 h3 {
  height: 66px;
}
.cbp-item .cbp-caption .content-boxes-in-v3 p {
  height: 60px;
  font-weight: 100;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.content-boxes-v3.content-titlt .content-boxes-in-v3 {
  padding: 10px 5px;
}
.content-boxes-v3.content-titlt .content-boxes-in-v3 h2 {
  margin: 0;
  float: left;
  width: 80%;
}
.content-boxes-v3.content-titlt .content-boxes-in-v3 span {
  float: left;
  width: 20%;
  color: #048800;
}

/*Testimonials v6
------------------------------------*/
.testimonials-v6 .testimonials-info {
  padding: 5px 20px 20px 5px;
  background: #fff;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out;
}
.testimonials-v6 .testimonials-info:hover {
  border-color: #048800;
}
.testimonials-v6 .testimonials-info img {
  float: left;
  width: 120px;
  height: auto;
  margin-right: 20px;
  max-height: 80px;
}
.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}
.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}
.testimonials-v6 .testimonials-desc strong,
.testimonials-v6 .testimonials-desc span {
  color: #555;
  display: block;
}
.testimonials-v6 .testimonials-span {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.sectionGray {
  background: #ffffff url(../Images/bg_1.png) no-repeat top center;
  background-size: cover;
}
.sectionGray .cube-portfolio .cbp-l-filters-text {
  padding-top: 70px;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
  transition: all 700ms ease;
  padding: 5px 25px;
  border: 2px solid #d8d8d8;
  border-radius: 12px !important;
  color: #222;
  font-weight: 500;
  margin-top: 0;
  font-family: 'Noto Sans TC', sans-serif, 'Open Sans';
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active {
  border: 2px solid #048800;
  background-color: #048800;
  color: #fff;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active:hover {
  border: 2px solid #048800;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active h2 {
  color: #fff;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover {
  border: 2px solid #048800;
  background-color: #048800;
  color: #fff;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover h2 {
  color: #fff;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item h2 {
  margin: 0;
  font-size: 1.4rem;
}

.cbp-l-grid-agency.cbp-l-grid-medical {
  visibility: visible;
  overflow: visible;
}
.cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item {
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}
.cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item:nth-child(odd) {
  margin-right: 1%;
}
.cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item:nth-child(even) {
  margin-left: 1%;
}
.cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item .content-boxes-v3 a .content-boxes-in-v3 {
  width: 83%;
}
.cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item .content-boxes-v3 a .icon-custom {
  width: 16%;
}
.cbp-l-grid-agency .cbp-wrapper .cbp-item-wrapper {
  background-color: #fff;
}
.cbp-l-grid-agency .cbp-wrapper .cbp-item-wrapper:hover {
  background-color: #f6fcff;
}
.cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 p {
  height: 60px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 300 !important;
  position: relative;
  top: -2px;
}

.cbp-l-grid-box {
  margin-left: -15px;
  margin-right: -15px;
}

.table .checkbox.check-success label:before {
  top: 1px;
}
.table .checkbox.check-success label:after {
  top: 4px;
}

#our-doctors {
  background-color: #fff;
  display: block;
  overflow: hidden;
}

.single-doctor {
  display: block;
  position: relative;
}
.single-doctor.slick-slide {
  transform: scale(0.7);
  transition: all 0.3s ease 0s;
}
.single-doctor.slick-slide button {
  opacity: 0.5;
}
.single-doctor.slick-center {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.single-doctor.slick-center button {
  opacity: 1;
}
.single-doctor .doctor-pic {
  display: block;
  position: relative;
}
.single-doctor .doctor-pic > img {
  height: 100%;
  width: 100%;
}
.single-doctor .doctor-pic:hover i.fa-youtube-play {
  color: #c9253c;
}
.single-doctor .doctor-pic i.fa-youtube-play {
  color: #696957;
  font-size: 4rem;
  position: absolute;
  top: 35%;
  left: 42%;
  z-index: 2;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-doctor .doctor-info {
  bottom: 0;
  color: #ffffff;
  display: block;
  left: 0;
  opacity: 0.3;
  margin: auto;
  padding: 10px 30px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  visibility: inherit;
  width: 100%;
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
}
.single-doctor .doctor-info.blue {
  border-bottom: 3px solid #1abc9c;
}
.single-doctor .doctor-info.blue .doctor-name h4 {
  color: #1abc9c;
}
.single-doctor .doctor-info.Yellow {
  border-bottom: 3px solid #ffd658;
}
.single-doctor .doctor-info.Yellow .doctor-name h4 {
  color: #ffd658;
}
.single-doctor .doctor-info.Red {
  border-bottom: 3px solid #FF1744;
}
.single-doctor .doctor-info.Red .doctor-name h4 {
  color: #FF1744;
}
.single-doctor .doctor-info::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.single-doctor .doctor-info .doctor-name {
  display: block;
  position: relative;
  z-index: 2;
}
.single-doctor .doctor-info .doctor-name > h4 {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin: 10px 0;
  margin-bottom: 20px;
}
.single-doctor .doctor-info > p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.single-doctor .doctor-info .social-links {
  position: relative;
  z-index: 2;
}
.single-doctor .doctor-info .social-links li a {
  color: #fff;
  font-size: 0.875rem;
  height: 34px;
  line-height: 2rem;
  width: 34px;
}

.single-doctor.slick-center .doctor-info {
  visibility: visible;
  opacity: 1;
}
.single-doctor.slick-center .doctor-info::before {
  visibility: visible;
  opacity: 0.75;
}

.doctors-inner .slick-arrow {
  font-size: 3.75rem;
  margin-top: -15px;
  position: absolute;
  top: 34%;
  z-index: 9;
  cursor: pointer;
}
.doctors-inner .arrow-prev {
  left: -30px;
}
.doctors-inner .arrow-next {
  right: -30px;
}
.doctors-inner .slick-arrow {
  color: #fff;
}
.doctors-inner .slick-arrow:hover {
  color: #048800;
}

.icofont {
  font-family: IcoFont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icofont-curved-right:before {
  content: "\eb33";
}

.icofont-curved-left:before {
  content: "\eb32";
}

.copyright .footer-brand {
  display: block;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
}
.copyright .footer-brand .footer-logo-img {
  max-width: 60px;
  margin-right: 10px;
}
.copyright .statement {
  color: #fff;
}
.copyright .statement .amap {
  padding: 0px 5px;
  background-color: #ff651f;
  border-radius: 8px;
  margin-left: 3px;
}

.footer-v4 {
  position: relative;
  margin-top: 44px;
}
.footer-v4 .footermap {
  background-color: #f5f5f5;
  color: #000;
  position: absolute;
  top: -38px;
  width: 100px;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  top: -38px !important;
}
.footer-v4 .footermap:hover {
  background-color: #048800;
  color: #fff;
}
.footer-v4 .footermap.active {
  background-color: #f5f5f5;
}
.footer-v4 .footermap.active:hover {
  background-color: #048800;
}

.posts .list-unstyled {
  margin-left: 0;
}
.posts .list-unstyled li {
  list-style: none;
  background: url(../Images/list3.png) no-repeat 0 10px;
  border-bottom: 1px dotted #d3d3d3;
  margin-bottom: 10px;
  padding: 0 0 5px 10px;
  line-height: 24px;
}
.posts .list-unstyled li a {
  color: #222;
}

.video2 .owl-carousel .item {
  height: 10rem;
  background: #4DC7A0;
  padding: 1rem;
}
.video2 .owl-carousel .item h4 {
  color: #FFF;
  font-weight: 400;
  margin-top: 0rem;
}
.video2 .owl-carousel .item-video .owl-video-tn {
  height: 208px;
  background-size: 100%;
}
.video2 .owl-carousel .owl-stage-outer .owl-item {
  box-shadow: 3px 3px 6px rgba(207, 218, 210, 0.3);
  position: relative;
  background: #fff;
  border: 1px solid #e0e2e4;
  border-top: none;
  border-radius: 0 !important;
  margin-bottom: 10px;
  cursor: pointer;
}
.video2 .owl-carousel .owl-stage-outer .owl-item:hover {
  box-shadow: 4px 4px 10px rgba(207, 218, 210, 0.7);
}
.video2 .owl-carousel .owl-stage-outer .owl-item:hover p {
  font-weight: 400;
}
.video2 .owl-carousel .owl-stage-outer .owl-item p {
  font-size: 1.125rem;
  line-height: 1.7rem;
  padding: 10px 15px;
  margin-bottom: 0;
}
.video2 #setup {
  margin-top: 4rem;
}
.video2 .demo-list h5 {
  margin: 0;
}

.owl-banner .owl-video-wrapper,
.owl-theme .owl-video-wrapper,
.owl-video2 .owl-video-wrapper {
  background: #ffffff;
  padding: 5px 5px 0 5px;
  border-top: 1px solid #ccc;
}
.owl-banner .owl-controls,
.owl-theme .owl-controls,
.owl-video2 .owl-controls {
  margin-top: 0;
}
.owl-banner .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-video2 .owl-controls .owl-nav [class*=owl-] {
  font-size: 1.8em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50% !important;
  background: rgba(175, 175, 175, 0.5);
}
.owl-banner .owl-controls .owl-nav [class*=owl-]:hover,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-video2 .owl-controls .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.owl-banner .owl-controls .owl-nav .owl-prev,
.owl-banner .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-video2 .owl-controls .owl-nav .owl-prev,
.owl-video2 .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 40%;
}
.owl-banner .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-video2 .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-banner .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-video2 .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-banner .owl-controls .owl-dots,
.owl-theme .owl-controls .owl-dots,
.owl-video2 .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.owl-banner .owl-controls .owl-dots .owl-dot span,
.owl-theme .owl-controls .owl-dots .owl-dot span,
.owl-video2 .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
  margin: 0 6px;
}

.owl-video2 .owl-stage-outer .owl-item .owl-video-wrapper .owl-video-play-icon {
  display: none;
}
.owl-video2 .owl-stage-outer .owl-item:hover .owl-video-wrapper .owl-video-play-icon {
  display: block;
}
.owl-video2 .owl-stage-outer .owl-item .owl-video-play-icon {
  background-size: 85%;
}
.owl-video2 .owl-controls .owl-nav [class*=owl-] {
  box-shadow: 4px 4px 13px rgba(0, 125, 158, 0.3);
}
.owl-video2 .owl-controls .owl-nav [class*=owl-]:hover {
  background: #035500;
  color: #fff;
  opacity: 0.9;
}
.owl-video2 .owl-controls .owl-nav .owl-prev,
.owl-video2 .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 32%;
  background: #048800;
  opacity: 1;
  color: #fff;
  font-family: Arial;
}
.owl-video2 .owl-controls .owl-nav .owl-prev {
  left: -30px;
}
.owl-video2 .owl-controls .owl-nav .owl-next {
  right: -30px;
}

.owlnavcss .owl-controls .owl-nav [class*=owl-] {
  font-size: 1.8em;
  width: 0px;
  height: 0px;
  line-height: 40px;
  text-align: center;
  border-radius: 50% !important;
  background: none;
}
.owlnavcss .owl-controls .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
}
.owlnavcss .owl-controls .owl-nav .owl-prev,
.owlnavcss .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 34%;
}
.owlnavcss .owl-controls .owl-nav .owl-next {
  right: -15px;
}
.owlnavcss .owl-controls .owl-nav .owl-prev {
  left: -34px;
}
.owlnavcss .owl-controls .owl-dots {
  bottom: -23px !important;
}
.owlnavcss .owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: 0 6px;
}

.owl-link .owl-controls .owl-nav .owl-prev,
.owl-link .owl-controls .owl-nav .owl-next {
  box-shadow: 4px 4px 13px rgba(0, 125, 158, 0.3);
  top: 18%;
  background: #048800;
}
.owl-link .owl-controls .owl-nav .owl-prev:hover,
.owl-link .owl-controls .owl-nav .owl-next:hover {
  background: #035500;
  color: #fff;
  opacity: 0.9;
}
.owl-link .owl-controls .owl-nav .owl-prev {
  left: -30px;
}
.owl-link .owl-controls .owl-nav .owl-next {
  right: -30px;
}

.content-boxes-v5:hover i {
  color: #999;
}
.content-boxes-v5 i:hover {
  color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}

.owl-carousel .owl-wrapper-outer .owl-item .item img {
  width: 100%;
}

.horizontal-menu.header-fixed .header-v5.header-fixed-shrink {
  margin-top: 0px;
}
.horizontal-menu.header-fixed .header-fixed-shrink .bar-inner > ul > li > .mega {
  top: 120px;
}
.horizontal-menu .header-v5 {
  border-bottom: none;
}
.horizontal-menu a {
  text-decoration: none;
}
.horizontal-menu.noBar .header {
  box-shadow: 0 2px 1px rgba(170, 170, 170, 0.25);
  border: 0 solid rgba(255, 255, 255, 0);
}
.horizontal-menu .navbar-ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 15px;
}
.horizontal-menu .navbar-ul li {
  float: left;
  padding-right: 10px;
}
.horizontal-menu .navbar-ul li:last-child {
  padding-right: 0;
}
.horizontal-menu .navbar-ul li a {
  color: #656565;
}
.horizontal-menu .header-seperation {
  display: none;
}
.horizontal-menu .bar {
  width: 100%;
  display: table;
  z-index: 50;
}
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%;
}
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0;
}
.horizontal-menu .bar-inner > ul > li {
  display: block;
  padding: 5px 30px;
  vertical-align: middle;
  float: left;
}
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative;
}
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1;
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li.mega.open, .horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit;
}
.horizontal-menu .bar-inner > ul > li > a {
  color: white;
}
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  float: right;
  font-size: 1em;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.8;
}
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s;
}
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.open {
  background: #00682d;
}
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px;
}
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  transition: all 0.1s linear 0.1s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 0.750em;
  color: #393A3C;
}
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0;
}
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: #1b1e24;
  display: inline-block;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 0.750em;
  color: #393A3C;
}
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 125px;
  padding-top: 15px;
  position: absolute;
  background-color: white;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  color: #1b1e24;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #095992;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading:before {
  content: "\f13a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 7px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading-noIcon {
  border-bottom: 1px dotted;
  padding: 0px 0 5px 5px;
  margin-bottom: 10px;
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu .whithLock {
  height: auto;
  font-weight: 300;
  margin-right: 6px;
  float: right;
  position: relative;
  top: 3px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px;
  width: calc(25% - 10px);
  float: left;
  margin: 0px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  font-size: 1.08rem;
  color: #484848;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a:hover {
  color: #048800;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a.onpenNewWeb:before {
  font-family: FontAwesome;
  height: auto;
  content: "\f08e";
  font-weight: 300;
  margin-right: 6px;
  float: right;
  position: relative;
  top: 2px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu.onpenNewWeb li > a:before {
  font-family: FontAwesome;
  height: auto;
  content: "\f08e";
  font-weight: 300;
  margin-right: 6px;
  float: right;
  position: relative;
  top: 2px;
}

.infectious.search-block h2 {
  color: #fff;
  font-size: xx-large;
  margin-bottom: 14px;
  font-weight: 400;
}
.infectious.search-block h2 .search-h2color {
  color: #fff;
  font-weight: 400;
  position: relative;
}
.infectious .sky-form .inline-group .inline-span {
  background-color: #ccc;
  color: #222;
  padding: 2px 10px;
  border-radius: 8px !important;
}
.infectious .sky-form .inline-group .inline-text {
  color: #fff;
}
.infectious .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}
.infectious .infectious_disease_ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flow-root;
  margin-left: 0;
}
.infectious .infectious_disease_ul li {
  width: 33.3333%;
  float: left;
  margin-bottom: 5px;
}
.infectious .infectious_disease_ul li.theme {
  width: 100%;
  display: block;
}
.infectious .infectious_disease_ul li a {
  background-color: #EEEEEE;
  color: #212121;
  padding: 5px;
  display: block;
  padding-left: 10px;
  text-decoration: none;
  margin: 0 2px;
  border: 1px dashed #eeeeee;
}
.infectious .infectious_disease_ul li a:hover {
  background-color: #d7ffd6;
  color: #3f6347;
}
.infectious .infectious_disease_ul li a span {
  display: none;
}
.infectious .infectious_disease_ul li h3 {
  margin-top: 20px;
  color: #048800;
}
.infectious .infectious_disease_ul li h3:first-child {
  margin-top: 0px;
}
.infectious .infectious_disease_ul.bule li a {
  background-color: #e4f1ff;
  color: #6e8198;
}
.infectious .infectious_disease_ul.bule li a:hover {
  background-color: #c2e0ff;
  color: #525252;
}
.infectious .infectious_disease_ul.Brown li a {
  background-color: #fff0e9;
  color: #945d49;
}
.infectious .infectious_disease_ul.Brown li a:hover {
  background-color: #ffd7c5;
  color: #582310;
}
.infectious .infectious_disease_ul.Green li a {
  background-color: #dff5f0;
  color: #3b9482;
}
.infectious .infectious_disease_ul.Green li a:hover {
  background-color: #bae6dc;
  color: #2c8270;
}
.infectious .infectious_disease_ul.LightBlue li a {
  background-color: #f4e9ff;
  color: #8c6dad;
}
.infectious .infectious_disease_ul.LightBlue li a:hover {
  background-color: #e5cbff;
  color: #4c2d6d;
}
.infectious .infectious_disease_ul.Pink li a {
  background-color: #ffe9f8;
  color: #904778;
}
.infectious .infectious_disease_ul.Pink li a:hover {
  background-color: #ffcbee;
  color: #732359;
}
.infectious .infectious_disease_ul.Purple li a {
  background-color: #F3E5F5;
  color: #4A148C;
}
.infectious .infectious_disease_ul.Purple li a:hover {
  background-color: #CE93D8;
  color: #4A148C;
}
.infectious .infectious_disease_ul.Lime li a {
  background-color: #F9FBE7;
  color: #827717;
}
.infectious .infectious_disease_ul.Lime li a:hover {
  background-color: #D4E157;
  color: #827717;
}
.infectious .infectious_disease_ul.BrownTeal li a {
  background-color: #EFEBE9;
  color: #3E2723;
}
.infectious .infectious_disease_ul.BrownTeal li a:hover {
  background-color: #BCAAA4;
  color: #3E2723;
}
.infectious .infectious_disease_ul.BlueGray li a {
  background-color: #ECEFF1;
  color: #263238;
}
.infectious .infectious_disease_ul.BlueGray li a:hover {
  background-color: #B0BEC5;
  color: #263238;
}
.infectious .infectious_disease_ul.Cyan li a {
  background-color: #E0F7FA;
  color: #006064;
}
.infectious .infectious_disease_ul.Cyan li a:hover {
  background-color: #4DD0E1;
  color: #006064;
}
.infectious.search-block {
  margin-bottom: 0;
}
.infectious.search-block.search-div {
  padding-bottom: 40px;
  background-color: #000;
}
.infectious .search-ul {
  padding-left: 0;
  border-bottom: solid 2px #048800;
  margin-left: 0;
}
.infectious .search-ul.nav > li > a:hover, .infectious .search-ul.nav > li > a:focus {
  text-decoration: none;
  background-color: #048800;
}
.infectious .search-ul.nav > li > a:hover h3, .infectious .search-ul.nav > li > a:focus h3 {
  color: #fff;
  background: #048800;
}
.infectious .search-ul li {
  width: 25%;
  margin: 0 auto;
  float: left;
  list-style: none;
  position: relative;
}
.infectious .search-ul li.active a,
.infectious .search-ul li.active a:hover,
.infectious .search-ul li a.active,
.infectious .search-ul li a.active:hover{
  background-color: #048800;
}
.infectious .search-ul li.active a h3,
.infectious .search-ul li.active a:hover h3,
.infectious .search-ul li a.active h3,
.infectious .search-ul li a.active:hover h3{
  color: #fff;
  background: #048800;
}
.infectious .search-ul li a {
  padding: 0 !important;
  text-decoration: none;
}
.infectious .search-ul li a i {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: #000;
}
.infectious .search-ul li a h3 {
  margin: 0;
  padding: 8px 8px 8px 20px;
  text-align: left;
}
.infectious .search-ul.publication li {
  width: 33.33333333%;
}
.infectious .bar {
  background-color: #996f52;
}
.infectious .infectious_nav.nav > li > a {
  padding: 16px 14px;
  border-color: #996f52;
}
.infectious .infectious_nav.nav > li > a:hover, .infectious .infectious_nav.nav > li > a:focus {
  background-color: #fff;
  color: #996f52;
}
.infectious .infectious_nav a {
  background-color: #996f52;
  color: #fff;
}
.infectious .infectious_nav a .iconsvg {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto 5px;
}
.infectious .infectious_nav li {
  width: 14%;
  text-align: center;
}
.infectious .infectious_nav li.active:nth-child(1) a .iconsvg {
  background: url(../Images/icons/infectious-01.svg);
}
.infectious .infectious_nav li.active:nth-child(2) a .iconsvg {
  background: url(../Images/icons/infectious-02.svg);
}
.infectious .infectious_nav li.active:nth-child(3) a .iconsvg {
  background: url(../Images/icons/infectious-03.svg);
}
.infectious .infectious_nav li.active:nth-child(4) a .iconsvg {
  background: url(../Images/icons/infectious-04.svg);
}
.infectious .infectious_nav li.active:nth-child(5) a .iconsvg {
  background: url(../Images/icons/infectious-05.svg);
}
.infectious .infectious_nav li.active:nth-child(6) a .iconsvg {
  background: url(../Images/icons/infectious-06.svg);
}
.infectious .infectious_nav li.active:nth-child(7) a .iconsvg {
  background: url(../Images/icons/infectious-07.svg);
}
.infectious .infectious_nav li:nth-child(1) a .iconsvg {
  background: url(../Images/icons/infectious-08.svg);
}
.infectious .infectious_nav li:nth-child(1) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(1) a:focus .iconsvg {
  background: url(../Images/icons/infectious-01.svg);
}
.infectious .infectious_nav li:nth-child(2) a .iconsvg {
  background: url(../Images/icons/infectious-09.svg);
}
.infectious .infectious_nav li:nth-child(2) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(2) a:focus .iconsvg {
  background: url(../Images/icons/infectious-02.svg);
}
.infectious .infectious_nav li:nth-child(3) a .iconsvg {
  background: url(../Images/icons/infectious-10.svg);
}
.infectious .infectious_nav li:nth-child(3) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(3) a:focus .iconsvg {
  background: url(../Images/icons/infectious-03.svg);
}
.infectious .infectious_nav li:nth-child(4) a .iconsvg {
  background: url(../Images/icons/infectious-11.svg);
}
.infectious .infectious_nav li:nth-child(4) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(4) a:focus .iconsvg {
  background: url(../Images/icons/infectious-04.svg);
}
.infectious .infectious_nav li:nth-child(5) a .iconsvg {
  background: url(../Images/icons/infectious-12.svg);
}
.infectious .infectious_nav li:nth-child(5) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(5) a:focus .iconsvg {
  background: url(../Images/icons/infectious-05.svg);
}
.infectious .infectious_nav li:nth-child(6) {
  width: 16%;
}
.infectious .infectious_nav li:nth-child(6) a .iconsvg {
  background: url(../Images/icons/infectious-13.svg);
}
.infectious .infectious_nav li:nth-child(6) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(6) a:focus .iconsvg {
  background: url(../Images/icons/infectious-06.svg);
}
.infectious .infectious_nav li:nth-child(7) a .iconsvg {
  background: url(../Images/icons/infectious-14.svg);
}
.infectious .infectious_nav li:nth-child(7) a:hover .iconsvg, .infectious .infectious_nav li:nth-child(7) a:focus .iconsvg {
  background: url(../Images/icons/infectious-07.svg);
}

.sub-menu-heading {
  font-size: 1rem !important;
  border-bottom: 1px dotted;
  padding: 0px 0 5px 5px;
  font-weight: 600;
}

ul.sub-menu li {
  margin-bottom: 4px;
}
ul.sub-menu li a {
  padding: 0px 10px;
  color: #002750;
  border: none;
  display: block;
  font-weight: normal;
}
ul.sub-menu li a:hover {
  font-weight: normal;
}

.intelligent-button {
  width: 45px;
  /*height: 138px;*/
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #048800;
  text-align: center;
  position: fixed;
  top: 43%;
  right: 10px;
  z-index: 999999;
  border-radius: 3px;
}
.intelligent-button img {
  width: 28px;
  margin: 8px 0 4px;
}
.intelligent-button span {
  cursor: default;
  display: inline-block;
  width: 24px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 21px;
}

.navbercomputer {
  background-color: #048800;
}
.navbercomputer .owl-muacss {
  display: block;
}
.navbercomputer ul.navul {
  padding-left: 0;
  margin-bottom: 0;
}
.navbercomputer ul.navul > li {
  padding: 10px 15px;
  list-style: none;
  display: inline-block;
}
.navbercomputer ul.navul > li a {
  color: #fff;
}
.navbercomputer ul.navul > li a:hover {
  color: #fff;
}
.navbercomputer ul.navul > li .navcarousel {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
}
.navbercomputer ul.navul > li .navcarousel.active {
  display: block;
}
.navbercomputer ul.navul > li .navcarousel ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbercomputer ul.navul > li .navcarousel ul li {
  padding-left: 0;
  padding-bottom: 5px;
  width: calc(25% - 10px);
  float: left;
  margin: 2px 5px;
}
.navbercomputer ul.navul > li .navcarousel ul li a {
  padding: 5px 5px 5px 10px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  width: 100%;
}

.nav.nav-tabs.nav_medical > li {
  width: auto;
  margin-bottom: 0px;
}
.nav.nav-tabs.nav_medical > li.active > a {
  border: 0;
}

.nav.nav-w25 li {
  width: 25%;
}
.nav.nav-w25 li:nth-child(2) a {
  letter-spacing: 1px;
}

.d-i-b {
  display: inline-block;
}

.radio {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}

.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}
.checkbox.check-success.agree label::after {
  top: 3px;
}
.checkbox.check-success label::after {
  top: 5px;
  left: 2px;
}

/* .checkbox.check-success label {} */
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #4d5056;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #ffffff;
  border: 1px solid #4d5056;
  border-radius: 99px;
}
.radio label:after {
  font-size: 0.8125rem;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 7px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success label:after {
  background-color: #024b86;
  border: 1px solid #024b86;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #2f387e;
}
.radio.radio-primary label:after {
  background-color: #6d5eac;
  border: 1px solid #6d5eac;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #6d5eac;
}
.radio.radio-info label:after {
  background-color: #0097a7;
  border: 1px solid #0097a7;
}
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #0097a7;
}
.radio.radio-warning label:after {
  background-color: #f7cf5e;
  border: 1px solid #f7cf5e;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #f7cf5e;
}
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}
.radio input[type=radio]:checked + label {
  color: #35363a;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 1.125rem;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}

.radio-success.radio label::after {
  border: 1px solid #048800;
  background-color: #048800;
}
.radio-success.radio input[type=radio]:checked + label::before {
  border: 1px solid #048800;
}

.radio input[type=radio]:checked + label {
  font-size: 1rem;
  color: #35363a;
}
.radio input[type=radio]:checked + label::after {
  line-height: 1.125rem;
  -ms-transform: scale(0.63);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  -moz-transform: scale(0.63);
  -o-transform: scale(0.63);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #4d5056;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  /* margin-bottom: 10px; */
  direction: ltr;
}
.checkbox label:hover:before {
  border: 2px solid #91E393;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
  background-color: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: -7px;
  font-size: 0.6875rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox.checkbox-circle label:after, .checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #35363a;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #048800;
  border: 2px solid #048800;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.JdataPicker {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}
.JdataPicker .add-on {
  right: 0;
  top: 0px;
}

.input-lg {
  border-radius: 3px !important;
  font-size: 1.125rem !important;
  height: 45px !important;
  line-height: 1.33 !important;
}

.input-sm {
  font-size: 0.8125rem !important;
  min-height: 29px !important;
}

.input-prepend {
  border: 0;
  display: inline-block;
}

.input-append {
  border: 0;
  display: inline-block;
}
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5rem;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5rem;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-append .add-on > .halflings-icon {
  margin-top: 5px;
  margin-left: 3px;
}

.input-prepend .add-on > i,
.input-prepend .add-on > .fa {
  margin-top: 5px;
  margin-left: 3px;
}

.input-append {
  border-right: 0 !important;
}
.input-append .add-on > .halflings-icon .input-append .add-on > i,
.input-append .add-on > .fa {
  margin-top: 5px;
  margin-left: 0px;
}
.input-append:focus {
  border-right: 0 !important;
}
.input-append input[class*="span"] {
  display: inline-block !important;
  width: 100%;
  /* float: left; */
}

.input-prepend input[class*="span"],
.input-append input,
.input-prepend input {
  display: inline-block !important;
  width: 100%;
  /* float: left; */
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0;
}

.input-prepend.inside .add-on:first-child,
.input-prepend .btn:first-child {
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
  position: relative;
  left: 3px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  top: 0px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  color: #9ea9b2;
}
.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child {
  border: none;
}

.input-append .add-on,
.input-prepend .add-on {
  position: absolute;
  background-color: #dce0e8;
  color: #5E5E5E;
  text-shadow: none;
  border: #dce0e8;
  border-radius: 0 2px 2px 0;
  height: 34px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
}

.input-append .add-on .arrow {
  background-color: transparent !important;
  position: absolute;
  left: -6px;
  color: #dce0e8;
  z-index: 100;
  font-size: 1.625rem;
  top: 5px;
}
.input-append .add-on .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9 ";
}
.input-append.primary .add-on .arrow {
  color: #6d5eac;
}
.input-append.success .add-on .arrow {
  color: #024b86;
}
.input-append.info .add-on .arrow {
  color: #0097a7;
}
.input-append.warning .add-on .arrow {
  color: #f7cf5e;
}
.input-append.danger .add-on .arrow {
  color: #f35958;
}
.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-append .form-control {
  display: inline-block;
}
.input-append.primary .add-on {
  background-color: #6d5eac;
  color: #ffffff;
}

.input-prepend .add-on {
  background-color: #6d5eac;
  color: #ffffff;
}

.input-append.success .add-on,
.input-prepend .add-on {
  background-color: #024a86;
  color: #ffffff;
  display: inline-block;
  /* float: left; */
}

.input-append.info .add-on,
.input-prepend .add-on {
  background-color: #0097a7;
  color: #ffffff;
}

.input-append.warning .add-on,
.input-prepend .add-on {
  background-color: #f7cf5e;
  color: #ffffff;
}

.input-append.danger .add-on,
.input-prepend .add-on {
  background-color: #f35958;
  color: #ffffff;
}

.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important;
}

.form-label .form-label-span {
  margin-left: 10px;
  font-size: 0.8125rem;
  color: #226bab;
}

.radio.kradio {
  top: 8px;
  position: relative;
}

.checkGroup.kcheckGroup {
  top: 8px;
  position: relative;
}
.checkGroup.kcheckGroup label {
  margin-bottom: 0;
}

.checkboxInline .checkGroup {
  float: left;
}
.checkboxInline .checkGroup .checkbox {
  padding-top: 0;
}

.dataTables_wrapper .dataTables_length select.input-sm {
  height: 38px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button .disabled a:hover {
  background-color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  border-radius: 3px !important;
}
.dataTables_wrapper .ui.table thead th {
  background: #ecf0f2;
  font-weight: 500;
}
.dataTables_wrapper .ui.table thead th:focus {
  outline: #43bf43 auto 5px;
  outline-color: #43bf43;
  outline-style: auto;
  outline-width: 5px;
}
.dataTables_wrapper .ui.table tbody tr.even {
  background-color: #f9f9f9;
}
.dataTables_wrapper .row {
  margin-bottom: 10px;
}

.con-title.con-social .social-all.social-topright {
  top: -2px;
  position: absolute;
  right: 0;
}
.con-title.con-social .social-all.social-topright span {
  font-size: 0.8rem;
}
.con-title.con-social .social-all.social-topright ul {
  display: inline-block;
  margin-left: 0;
  top: 5px;
  position: relative;
}

.medicalcommunity .nav_medical {
  display: table;
  border-bottom: none;
  margin-left: 0px;
  margin-top: 10px;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
}
.medicalcommunity .nav_medical.nav_medical_pagination {
  display: inline-block;
}
.medicalcommunity .nav_medical.nav_medical_pagination li {
  width: calc(10% - 4px);
  text-align: center;
  margin-right: 2px;
  margin-left: 2px;
}
.medicalcommunity .nav_medical li {
  width: 33.3333333%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.medicalcommunity .nav_medical li.active a {
  background-color: #048800;
  color: #fff;
}
.medicalcommunity .nav_medical li a {
  background-color: #EEEEEE;
  color: #212121;
  display: block;
  text-decoration: none;
  border: 1px dashed #eeeeee;
  padding: 1px 0 1px 5px;
}
.medicalcommunity .nav_medical li a:hover {
  background-color: #d7ffd6;
  color: #3f6347;
}
.medicalcommunity .tab-content.medicalcommunity-tab {
  margin-top: 20px;
  padding: 0;
}

.d-inline-block {
  display: inline-block;
}

.news-v3 .social-all .social-text {
  font-size: 0.9rem;
  line-height: 0px;
}
.news-v3 .social-all .return-page .return-page-span {
  border-radius: 5px;
  background-color: #dcdcdc;
  font-size: 1.5rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.news-v3 .social-all .return-page .return-page-span i {
  position: relative;
  top: -10px;
  left: 3px;
  color: #586172;
}
.news-v3 .social-all .return-page .return-page-span:hover {
  background-color: #cecece;
}
@media (max-width: 768px) {
  .news-v3 .social-all .return-page .return-page-span {
    top: 3px;
  }
  .news-v3 .social-all .return-page .return-page-span i {
    top: -3px;
  }
}
.news-v3 .social-all li img {
  border-radius: 5px;
  margin-right: 5px;
}
.news-v3 h2.con-title {
  text-transform: inherit;
  font-weight: 500;
}

.pagination-container > ul {
    display: inline-flex;
    list-style: none !important;
}

.pagination-container > ul > li {
    border: 1px solid #ddd;
}

.pagination-container > ul > li.active {
    background-color: #d6f1d0;
}

.pagination-container > ul a,
.pagination-container > ul span {
    text-decoration: none;
    color: #767676;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 2em;
}

.pagination-container > ul > li:nth-child(1),
.pagination-container > ul > li:nth-last-child(1) {
    text-align: center;
}

.pagination-container > ul > li:nth-child(1) {
    border-radius: 10px 0px 0px 10px;
}

.pagination-container > ul > li:nth-last-child(1) {
    text-align: center;
    border-radius: 0px 10px 10px 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d6f1d0;
  border-color: #dddddd;
  color: #1f8d36;
}

.sitemap_div {
  letter-spacing: 1px;
  border: 1px dashed #048800;
  padding: 10px;
  margin: 10px 0;
  display: table;
}
.sitemap_div ol,
.sitemap_div ul {
  margin-bottom: 20px;
}
.sitemap_div .title {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 5px;
}
.sitemap_div .sitemap_list {
  list-style: none;
  padding-left: 20px;
}
.sitemap_div .sitemap_list.sitemap_ul strong {
  color: #337ab7;
  padding-right: 10px;
  text-align: right;
}
.sitemap_div .sitemap_list strong {
  color: #048800;
  width: 16%;
  display: block;
  float: left;
}
.sitemap_div .sitemap_list span {
  display: block;
  float: left;
  width: 84%;
}
.sitemap_div .sitemap_ul {
  list-style: none;
}
.sitemap_div .sitemap_ul strong {
  color: #048800;
}

.con-word.link {
  margin-left: -15px;
  margin-right: -15px;
}
.con-word.link ul {
  display: table;
  margin-bottom: 0;
  margin-left: 0;
}
.con-word.link ul li {
  width: 50%;
  padding: 5px;
  list-style: none;
  float: left;
  position: relative;
}
.con-word.link ul li::after {
  display: block;
  content: "\f08e";
  font-family: 'FontAwesome';
  position: absolute;
  top: .5em;
  left: 6px;
  color: #949494;
}
.con-word.link ul li a {
  padding-left: 24px;
}

.con-word-group .form-group {
  display: flex;
  margin-bottom: 15px;
}

.style_ch .publication.publication-box .nav.nav-tabs > li {
  width: 14.28%;
}
.style_ch .publication.publication-box .media-post,
.style_ch .publication.publication-box .image-list {
  margin-right: -15px;
  margin-left: -15px;
}
.style_ch .publication.publication-box p.publication_title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.style_ch .content_page2 strong.green {
  font-weight: 500;
  color: #048800;
}
.style_ch .btn-success {
  background-color: #048800 !important;
  border-color: #00682d;
}
.style_ch .btn-success:hover, .style_ch .btn-success:focus,
.style_ch .btn-success .focus {
  background-color: #00682d !important;
}
.style_ch .a-block .a-block-span {
  position: relative;
  top: 3px;
}
.style_ch .a-block i.a-block-fa {
  margin-right: 0 !important;
}
.style_ch .infectious .tab-content {
  padding: 0;
}
.style_ch .Journal .download .file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.style_ch .Journal .download .file-list i.fa {
  font-size: 1.2em;
  margin-right: 5px;
}
.style_ch .Journal .date {
  color: #666;
}
.style_ch .Journal .Journal-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.style_ch .Journal .Journal-ul li {
  margin-bottom: 10px;
}
.style_ch .Journal .Journal-ul p {
  margin-bottom: 0;
  font-weight: 500;
}
.style_ch .Journal .Journal-ul p span {
  font-weight: 300;
}
.style_ch .Journal .Journal-p {
  font-weight: 500;
}
.style_ch .node ul {
  margin-left: 0;
}
.style_ch .node ul li {
  list-style: none;
}
.style_ch .node ul li a {
  padding-left: 0;
  padding: 6px 10px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  display: block;
}

.table caption {
  color: #666;
}
.table .radio {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.table .radio label::after {
  transform: scale(0);
}
.table .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #4d5056;
}
.table .radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #ffffff;
  border: 1px solid #4d5056;
  border-radius: 99px;
}
.table .radio label:after {
  font-size: 0.8125rem;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 0px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.table .radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.table .radio input[type=radio]:checked + label {
  font-size: 1rem;
  color: #35363a;
}
.table .radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 1.125rem;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.table .radio-success.radio label::after {
  border: 1px solid #048800;
  background-color: #048800;
}
.table .radio-success.radio input[type=radio]:checked + label::before {
  border: 1px solid #048800;
}
.table .radio input[type="radio"],
.table .radio-inline input[type="radio"],
.table .checkbox input[type="checkbox"],
.table .checkbox-inline input[type="checkbox"] {
  margin-left: 6px;
  margin-top: 6px;
}
.table .checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.table .checkbox label:after {
  border-radius: 3px;
}
.table .checkbox.checkbox-circle label:after, .table .checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.table .checkbox input[type=checkbox]:checked + label {
  color: #35363a;
}
.table .checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.table .checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.table .checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

.video {
  background: transparent url(../Images/video_bg.png) repeat scroll 0 0;
  background-size: cover;
  position: relative;
  height: 600px;
  padding-top: 280px;
}
.video:before {
  background: #121419 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
}
.video.videoStyle {
  height: 400px;
  padding-top: 70px;
}
.video.videoStyle4 {
  height: 600px;
  padding-top: 80px;
  overflow: hidden;
}
.video.videoStyle4 .single-doctor .doctor-info .doctor-name p {
  text-align: justify;
  color: #e4e4e4;
  height: 140px;
}
.video.videoStyle4 .single-doctor .doctor-info .doctor-name h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
}
.video.videoStyle4 .slick-list {
  overflow: initial;
}
.video .bee3D--nav {
  top: 50%;
  font-size: 2em;
  width: inherit;
  height: inherit;
}
.video .bee3D--nav__next,
.video .bee3D--nav__prev {
  background-image: none;
  color: #fff;
}
.video .bee3D--nav__next:hover,
.video .bee3D--nav__prev:hover {
  color: #1d5bc0;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 55%;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 60%;
  left: 51.5%;
  width: 90px;
  height: 60px;
  margin: -50px 0 0 -50px;
  /* border: 5px solid #df463d; */
  background-color: #757575;
  border-radius: 10px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  opacity: 0.6;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 53%;
  left: 48.5%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -5px;
  border-left: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  opacity: 0.4;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  background-color: #de473c;
  opacity: 1;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #fff;
  opacity: 1;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 2px;
  margin-top: 9px;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.img-fluid {
  width: 100%;
}

hr {
  border-top: 2px solid #eee;
}

.search-box {
  border: 1px solid #cecece;
  padding: 17px;
  background: whitesmoke;
  border-radius: 3px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #048800;
}

select,
input,
table,
.form-control,
.btn {
  border-radius: 3px !important;
}

select {
    /*webkit browsers */
    -webkit-appearance: menulist !important;
    /*Firefox */
    -moz-appearance: menulist !important;
    /* modern browsers */
    appearance: menulist !important;
}

img.img-responsive.bg-img {
  height: 100%;
  width: auto;
  margin: 0px auto;
}

.t-o {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.large-12.columns .m-h {
  min-height: 56px;
}

.logoh1 {
  width: 300px;
  display: block;
}

.a-blcok {
  display: block;
  color: #000;
}

.breadcrumb {
  padding: 8px 0px !important;
  margin-bottom: 20px;
  /* list-style: none; */
  background-color: #fff;
  border-radius: 4px;
}

label {
  font-weight: 500;
  /*padding-right: 20px;*/
}

.label-nopa {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

p {
  color: #34383a;
}

hr {
  margin: 20px 0;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-300 {
  font-weight: 300;
}

.table-email span {
  color: #e03127 !important;
  line-height: 30px;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  font-size: 1.5em;
  border-bottom: none;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
  color: #e03127 !important;
  letter-spacing: 0px;
  line-height: 0;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-j {
  /*text-align: justify;*/
}

.p-15 {
  padding: 15px;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.m-5 {
  margin: 5px;
  margin-right: 0 !important;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-300 {
  font-weight: 300;
}

.btn {
  border-radius: 3px !important;
}

.c-B {
  color: #1c5bc0;
}

.btn-gray {
  background-color: #DBDBDB;
  border: #d3d1d1 1px solid;
}

.btn-more {
  font-weight: 500;
  /* background-color: #1d5bc0; */
  color: #475772;
  padding: 3px;
}
.btn-more:hover {
  color: #3262b4;
}

.btn-more2 {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 10px;
  background-color: #1c5bc0;
  color: #fff;
}
.btn-more2:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2d6fd8;
}

.topbar-v3 {
  z-index: 99;
  padding: 3px 0;
  position: relative;
  background: #1a5cc0;
}
.topbar-v3 .right-topbar li {
  margin-left: 0 !important;
}

.header-v5 .navbar-default .navbar-nav > li > a {
  color: #34383a;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.searchbox ul.searchbox_ul li a {
  color: #151515;
  font-weight: 500;
}

.header-v5 .navbar-default .navbar-nav > .active > a {
  border-top: none !important;
}

.searchbox .search_share_link .input-search button {
  border-radius: 0 5px 5px 0 !important;
  width: 14%;
  height: 37px;
  position: relative;
  transition: all .4s ease;
  color: #fff;
  float: left;
}
.searchbox ul.searchbox_ul li a i {
  font-size: 1.25rem;
  margin-right: 5px;
  position: relative;
  top: -4px !important;
}

.hot-word {
  color: #000;
}

.searchbox .search-text {
  font-weight: 500;
}

.white {
  background-color: #fff !important;
}

.Gray50b {
  background-color: #edeff1 !important;
  /* min-height: 500px; */
}

.Gray100b {
  background-color: #ffffff !important;
}

.header-v5 .dropdown-menu {
  padding: 0;
  border: none;
  min-width: 200px;
  border-radius: 0;
  z-index: 9999 !important;
  border-top: solid 2px #005dec;
  -webkit-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  -moz-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}
.header-v5 .dropdown-menu .active > a {
  color: #fff;
  background: #005dec;
  filter: none !important;
}
.header-v5 .navbar-default .navbar-nav > .active > a {
  color: #1b5bc0;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
  color: #ffffff;
  background-color: #1c5bc0;
  padding: 5px 15px;
  border-radius: 50px !important;
}

.header-v5 {
  border-bottom: solid 2px #fff;
}

.header-fixed .header-v5.header-fixed-shrink {
  box-shadow: 0 0 3px #010157;
}

/*slider*/
.carousel-indicators {
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #1c5bc0;
}
.carousel-indicators li {
  border: 1px solid #1c5bc0;
  border-radius: 30px !important;
}

/*通報*/
h1, h2, h3, h4, h5, h6 {
  color: #3d4245;
}

.content-boxes-v5 img {
  text-align: center;
}

h2.heading-sm {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
}

.content-boxes-v1 a.hea .img-responsive {
  background: url(../Images/icons/share.svg) no-repeat;
}
.content-boxes-v1 a.hea:hover .img-responsive {
  background: url(../Images/icons/share_a.svg) no-repeat;
}
.content-boxes-v1 a.law .img-responsive {
  background: url(../Images/icons/study.svg) no-repeat;
}
.content-boxes-v1 a.law:hover .img-responsive {
  background: url(../Images/icons/study_a.svg) no-repeat;
}

/*新聞稿*/
.cbp-item .cbp-caption .content-boxes-in-v3 h2 {
  white-space: unset;
}

.content-boxes-v3 i.icon-custom {
  top: 0;
  margin-top: 20px;
}

.searchbox ul.searchbox_ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  float: none;
}

/*日期*/
.testimonials-v6 .testimonials-desc strong, .testimonials-v6 .testimonials-desc span {
  display: inline-block;
  font-size: 0.8em;
}
.testimonials-v6 .testimonials-span {
  position: unset;
}

.content-boxes-v3.content-titlt .content-boxes-in-v3 span {
  color: #535353;
  font-size: 0.8em;
}

.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
  border: none !important;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover {
  border: 2px solid #1d5bc0;
  background-color: #1d5bc0;
  color: #fff;
}
.sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active {
  border: 2px solid #1c5bc0;
  background-color: #1c5bc0;
  color: #fff;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
  color: #000;
  font-weight: 600;
}

.content-boxes-v3 i.icon-custom .icon-year {
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
}

.cbp-l-grid-agency .cbp-wrapper .cbp-item-wrapper:hover {
  background-color: #f4f4f4;
}

.cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  padding: 0 12px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 10px 0 0;
  display: inline-block;
}

.content-boxes-v3 i.icon-custom .icon-date {
  font-style: normal;
}

/*.footer-v4{margin-top: 0;}*/
.footer-v4 .footermap:hover {
  background-color: #2c64ae;
}

.icon-date, .icon-year {
  color: #475772;
}

.content-boxes-v3 i.icon-custom .icon-year {
  /* line-height: 16px; */
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.6em;
  margin-bottom: auto;
}

/*影片*/
.videoPoster:after {
  border-left: 25px solid #fff !important;
}

/*顏色*/
.single-doctor .doctor-info.blue {
  border-bottom: 3px solid #1c5bc0;
}
.single-doctor .doctor-info.blue .doctor-name h4 {
  color: #1c5bc0;
}
.single-doctor.slick-slide button {
  opacity: 0.9;
}
.single-doctor .doctor-info.Yellow {
  border-bottom: 3px solid #017c32;
}
.single-doctor .doctor-info.Yellow .doctor-name h4 {
  color: #007c31;
  font-weight: 500;
}

.video {
  background: transparent url(../Images/a.jpg) repeat scroll 0 0;
}
.video.videoStyle4 {
  height: 450px;
  padding-top: 80px;
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.videoPoster {
  opacity: 0.7;
}

.content-boxes-v3 {
  box-shadow: 0 3px 2px 0 rgba(171, 171, 171, 0.1), 0 2px 0px 0 rgba(18, 106, 211, 0.05);
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 60%;
  left: 51.5%;
  width: 90px;
  height: 60px;
  margin: -50px 0 0 -50px;
  /* border: 5px solid #df463d; */
  background-color: #000000;
  border-radius: 5px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  opacity: 0.6;
}

.video:before {
  background: #939300 none repeat scroll 0 0;
}

.single-doctor .doctor-info {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #fafafa;
  box-shadow: none;
}
.single-doctor .doctor-info .doctor-name > h4 {
  color: #407bd9;
}
.single-doctor .doctor-info.Blue {
  border-bottom: 3px solid #407bd9;
}

.contect_in_menu {
  width: 100%;
  margin: 25px 0;
  border-top: 5px solid #1a5cc0;
  border-left: 1px solid #d7d6d5;
  border-right: 1px solid #d7d6d5;
  border-bottom: 1px solid #d7d6d5;
  border-radius: 15px;
  padding: 15px;
  float: left;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

.icofont-curved-left, .icofont-curved-right {
  color: #5584d0;
}

.cbp-l-grid-agency .cbp-wrapper .cbp-item-wrapper {
  background-color: #f7f5f5 !important;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
  line-height: 1.8rem;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 500;
}

/*.doctor-info::before {
    background-color: #1c6ae1;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #3786ff;
}
.videoPoster:hover:before, .videoPoster:focus:before {
    border-color: #3786ff;
}
.videoPoster:after {

    border-left: 40px solid #005dec;}
.videoPoster:before{    border: 5px solid #005dec;}

.dropdown:hover{background-color:#f7f7f7;}*/
/*footer*/
.footer-v4 .copyright {
  padding: 35px 0;
  border-top: none;
  background: #19468f;
}
.footer-v4 .footermap {
  color: #fff;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.footer-v4 .footer {
  background-color: #f4f4f4;
  color: #222;
}
.footer-v4 .footermap.active {
  color: #222;
  font-weight: 500;
}
.footer-v4 .footermap.active:hover {
  background-color: #1167b2;
}
.footer-v4 .posts .list-unstyled li a {
  color: #222;
  /*font-size: 0.9rem;*/
  font-weight: 400;
}

.copyrights {
  background-color: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.copyright .footer-brand {
  display: block;
  /* height: 80px; */
  line-height: 0;
  text-decoration: none;
}

.copyrights p {
  color: #fff;
  margin: 0 !important;
}

.overflow-left {
  width: 20%;
  float: left;
}

.overflow-h {
  width: 60%;
  float: left;
  padding-left: 20px;
  text-align: left;
}

/*.footer-v4 .footer .map-img{background-image: none;}*/
.copyright .footer-brand .footer-logo-img2 {
  max-width: 130px;
  margin-right: 10px;
}

.footer-v4 .headline h2 {
  /*     font-size: 1.375rem;*/
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #1d5bc0;
  color: #1d5bc0;
}

/*.copyright .footer-brand .footer-logo {
    width: 300px;
}*/
.wrote-white {
  color: #fff;
}

/*連結*/
#link .item {
  display: block;
}
#link .item img {
  display: block;
}

/*內容頁*/
.con-title {
  border-left: 4px solid #1a5cc0;
  padding-left: 10px;
}

.conpage {
  background: transparent url(../Images/a.jpg) repeat scroll 0 0;
  height: 200px;
  padding-top: 80px;
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.conpage:before {
  background: #081432 none repeat scroll 0 0;
}

.date {
  font-size: 0.9em;
  color: #1d5bc0;
}
.date .member {
  color: #92a4c0;
}

/*社群*/
.social-all ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.social-all li {
  padding-right: 5px;
  position: relative;
  display: block;
  float: left;
}

/*下載*/
.download {
  margin-top: 15px;
}

/*下拉選單*/
.caret {
  width: 0;
  height: 0;
  margin-right: 20px;
  vertical-align: inherit;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  text-align: right;
  float: right;
  margin-top: 10px;
}

/*頁籤*/
.location_out {
  border-bottom: 1px solid #d7d6d5;
  border-top: 1px solid #f4f4f4;
  background-color: #f6f6f6;
}
.location_out a {
  color: #959595;
}

.location_home {
  vertical-align: middle;
  margin-right: 15px;
  width: 20px;
}

.location {
  margin: 0 auto;
}
.location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 0 !important;
}
.location ul li {
  display: inline-block;
  padding: 13px 35px 13px 20px;
  background-image: url(../Images/location_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.938em;
}
.location ul li:last-child {
  background-image: none;
}

/*左邊框架*/
.contect_in_menu {
  width: 100%;
  margin: 25px 0;
  border-top: 5px solid #1a5cc0;
  border-left: 1px solid #d7d6d5;
  border-right: 1px solid #d7d6d5;
  border-bottom: 1px solid #d7d6d5;
  border-radius: 15px;
  padding: 15px;
  float: left;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

.icofont-curved-left, .icofont-curved-right {
  color: #5584d0;
}

/*智慧客服*/
.zx {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10000;
}
.zx li {
  width: 65px;
  height: 80px;
  border: 1px solid #ffffff;
  margin-bottom: -1px;
  background: #2474ff !important;
  position: relative;
  z-index: 99999;
  display: block;
  background: #1d5bc0;
  /* border: 1px solid #ec2676; */
  border-radius: 0 !important;
}
.zx li a {
  display: block;
  overflow: hidden;
}
.zx li p {
  color: #FFF;
  letter-spacing: 0;
  padding-left: 3px;
  margin-top: 5px;
}
.zx img {
  position: relative;
  left: 14%;
  padding-top: 10%;
}

/*# sourceMappingURL=cdcgov_style2.css.map */
/*規範頁面- page-type*/
/*主色調*/
.color-code {
  height: 96px;
  color: #fff;
}

.grid-item {
  width: 90%;
  display: block;
}

.btn-primary {
  color: #fff;
  background-color: #1b5bc0;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #094dba;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #094dba;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #003ea1;
  border-color: #204d74;
}

.a-block {
  display: block;
}

.page-container {
  min-height: 450px;
}

/*table 頁籤*/
/*多媒體*/
/*影片*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*出版品*/
.publication ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.publication .nav > li {
    
}

.publication .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.5;
}

.publication .nav > li > a:focus {
  text-decoration: none;
  background-color: #c5e1fc;
  border: none;
  margin-bottom: -2px;
}

.publication .nav-tabs > li {
  float: left;
  margin-bottom: 5px !important;
}

.publication .image-list .nav-tabs {
    display: flow-root;
    vertical-align: top;
}

#poster p.p-small {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0 !important;
}

.media-post li {
  padding: 15px;
  background-color: #f4f4f4;
  border: 5px solid #fff;
  list-style: none;
}
.media-post li:nth-child(odd) {
  clear: both;
}

#media .word {
  padding: 5px;
}
#media p.p-small {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0 !important;
}

.tab-pane .word_p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#poster .image-list li {
  /*width: 200px;*/
  height: 200px;
  overflow: hidden;
  border: 1px dotted #efefef;
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#DM .image-list li {
  /*width: 200px;*/
  height: 200px;
  overflow: hidden;
  border: 1px dotted #efefef;
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#DM p.p-small {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0 !important;
}
#DM .image-list p {
  line-height: 1.9;
}

.image-list img {
  width: 100%;
  display: block;
}
.image-list .col-md-4 {
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 5px solid #fff;
}

.publication .pagination .active a:hover {
  color: #fff;
}
.publication .pagination .disabled a:hover {
  background: #fff;
  border-color: #ddd;
}

/*# sourceMappingURL=cdcgov_style2.css.map */
/*多篇綜合文章*/
.application-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.application-form .nav-tabs > li {
  float: left;
  margin-bottom: -2px !important;
}
.application-form .pagination li a:hover {
  background: #1d5bc0;
  border-color: #2366d3;
}
.application-form .pagination .active a:hover {
  color: #fff;
}
.application-form .pagination .disabled a:hover {
  background: #fff;
  border-color: #ddd;
}
.application-form > .active > a {
  border-color: #dddddd;
  background-color: #f9f9f9;
}

.application-form > .active > a, .application-form > .active > span, .application-form > .active > a:hover, .application-form > .active > span:hover, .application-form > .active > a:focus, .application-form > .active > span:focus {
  color: #38334c;
}

/*RWD*/
.footer-page {
  margin-top: 60px;
}

/*表格置中*/
table.table-vert-center tr th {
  vertical-align: middle !important;
}
table.table-align-center tr th {
  text-align: center;
}

#media .word p, #poster .image-list p {
  line-height: 1.9;
}

.label-default {
  background-color: #bcbcbc !important;
}

/*首頁-藍色版*/
.page-type_blue .blue-bg {
  background-color: #f4f4f4 !important;
}

.page-type_blue .RWDTop {
  padding-top: 121px;
}

/*綠色選單*/
.page-type_blue .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover, .page-type_blue .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active {
  border-bottom: 2px solid #1a5cc0 !important;
  background-color: transparent;
  border-radius: 0px !important;
}
.page-type_blue .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover h2, .page-type_blue .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active h2 {
  color: #1a5cc0;
}

/*網網相連*/
.link {
  min-height: 350px;
}
.link ul {
  padding-left: 0;
  list-style-image: url(" ../Images/fast-forward.svg");
}

/*傳染病-最新消息*/
.infectious_news ul {
  list-style-type: decimal;
  list-style-position: outside;
}

/*內文規則樣式*/
.page-more {
  color: #1b5bc0;
}

.con-word {
  /*text-align: justify;*/
  line-height: 1.8;
  font-weight: 300;
}

.table-responsive .red {
  color: #e03127;
}

.red {
  color: #e03127 !important;
  color: #e03127 !important;
}

/*.table-email abbr {color:#e03127;}*/
.blue {
  color: #1d5bc0 !important;
}

.page-type_green.horizontal-menu .bar {
  background-color: #14723e;
}
.page-type_green.horizontal-menu .bar .bar-inner > ul > li a {
  opacity: 1;
}
.page-type_green.horizontal-menu .bar .bar-inner > ul > li > .mega {
  background: url(../Images/green-bg.png);
  border-bottom: 1px solid #14723e;
  background-color: transparent !important;
}
.page-type_green.horizontal-menu .bar .bar-inner > ul > li.open {
  background: url(../Images/green-bg.png);
}
.page-type_green.horizontal-menu .bar .bar-inner > ul > li.open > a {
  color: #fff;
}
.page-type_green.horizontal-menu .bar .bar-inner > ul > li:hover {
  background-color: #015133;
}
.page-type_green.horizontal-menu .navbar-ul li a {
  color: #14723e;
}
.page-type_green .call-action-v1 {
  padding: 16px 0 12px;
}
.page-type_green .call-action-v1.yellow-bg {
  background-color: #f8f8f6;
}
.page-type_green .footer-v4 .footermap {
  background-color: #14723e;
  left: auto;
  top: -41px;
}
.page-type_green .footer-v4 .footermap:hover {
  background-color: #015133;
  color: #fff;
}
.page-type_green .footer-v4 .footermap.active {
  color: #fff;
}
.page-type_green .footer-v4 .headline h2 {
  border-bottom: 2px solid #14723e;
  color: #14723e;
}
.page-type_green ul.sub-menu li a {
  background: #fff;
}
.page-type_green ul.sub-menu li a:hover {
  background-color: #ffc21c;
  color: #1b1e24 !important;
}
.page-type_green .topbar-v3 {
  background-color: #14723e;
}
.page-type_green .footer-v4 .copyright {
  background: #204035;
}
.page-type_green .header-v5 .shop-badge span.badge-sea {
  background: #14723e;
}
.page-type_green .header-v5 .badge-open {
  border-top: 2px solid #14723e;
}
.page-type_green .header-v5 li.subtotal .subtotal-cost {
  color: #14723e;
}
.page-type_green .header-v5 .navbar-default .navbar-nav > .active > a {
  color: #14723e;
}
.page-type_green .multilevelpushmenu_wrapper {
  border-top-color: #14723e;
}
.page-type_green .multilevelpushmenu_wrapper h2 {
  color: #14723e;
}
.page-type_green .multilevelpushmenu_wrapper a:hover {
  background-color: #14723e;
}
.page-type_green .con-title {
  border-left-color: #14723e;
}
.page-type_green .btn-primary {
  background-color: #14723e;
  border-color: #015133;
}
.page-type_green .btn-primary:hover {
  background-color: #0c4726;
  border-color: #0c4726;
}
.page-type_green .searchbox ul.searchbox_ul li a {
  padding-left: 40px;
  border-color: #015133;
}
.page-type_green .searchbox ul.searchbox_ul li a i {
  color: #14723e;
  top: -5px;
}
.page-type_green .searchbox .search_share_link {
  margin-top: 3px;
}
.page-type_green .searchbox .search_share_link .input-search button {
  background-color: #14723e;
  border-color: #0c4726;
}
.page-type_green .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
  border-radius: 0px !important;
}
.page-type_green .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover, .page-type_green .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active {
  border-bottom: 2px solid #14723e !important;
  background-color: transparent;
  border-radius: 0px !important;
}
.page-type_green .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover h2, .page-type_green .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active h2 {
  color: #14723e;
}
.page-type_green .content-boxes-v1 a .img-responsive {
  background-size: 100%;
  height: 80px;
  width: 40%;
}
.page-type_green .content-boxes-v1 a h3 {
  margin-top: 10px;
}
.page-type_green .content-boxes-v1 a.not .img-responsive {
  background: url(../Images/icons/green/green_1.svg) no-repeat;
}
.page-type_green .content-boxes-v1 a.tes .img-responsive {
  background: url(../Images/icons/green/green_3.svg) no-repeat;
}
.page-type_green .content-boxes-v1 a.bus .img-responsive {
  background: url(../Images/icons/green/green_5.svg) no-repeat;
}
.page-type_green .content-boxes-v1 a.sta .img-responsive {
  background: url(../Images/icons/green/green_7.svg) no-repeat;
}
.page-type_green .content-boxes-v1 a.hea .img-responsive {
  background: url(../Images/icons/green/green_9.svg) no-repeat;
}
.page-type_green .content-boxes-v1 a.law .img-responsive {
  background: url(../Images/icons/green/green_11.svg) no-repeat;
}

.multilevel_nav {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #d7d6d5;
  border-right: 1px solid #d7d6d5;
  border-bottom: 1px solid #d7d6d5;
  border-top: 5px solid #048800;
}
.multilevel_nav.navcolor {
  background-color: #dedede;
}
.multilevel_nav a.JQmua {
  display: none;
}
.multilevel_nav a.mua {
  display: block;
  position: absolute;
  background-color: transparent;
  padding: 0 5px;
  cursor: pointer;
}
.multilevel_nav a.mua .multilevel_span {
  color: #048800;
  display: block;
}
.multilevel_nav a.mua:hover {
  background-color: transparent;
}
.multilevel_nav .menu_box {
  position: absolute;
  overflow: hidden;
  top: 0;
  background: white;
  width: 100%;
  min-height: 100%;
  zoom: 1;
  left: 0;
}
.multilevel_nav .menu_box.navcolor {
  background-color: #eae8e8;
}
.multilevel_nav .menu_box.navcolor[data-level="3"] {
  width: 83%;
  background-color: #efefef;
}
.multilevel_nav .menu_box .multilevel_back a {
  color: #fff;
  background-color: #707070;
}
.multilevel_nav .menu_box .multilevel_back a i.fa-angle-right {
  right: -2px;
}
.multilevel_nav .menu_box .multilevel_back a i.fa-angle-right:before {
  position: relative;
  left: -7px;
}
.multilevel_nav .fa-reorder,
.multilevel_nav .fa-angle-double-left {
  width: 10%;
  position: relative;
  left: -6px;
}
.multilevel_nav .fa-angle-double-left {
  left: -2px;
  top: 0px;
}
.multilevel_nav .multilevel_title {
  width: 90%;
  padding-left: 0px;
  font-size: 1.26rem;
  font-weight: 500;
}
.multilevel_nav .multilevel_title i.fa-angle-double-left {
  left: 2px;
  width: 10%;
  float: left;
  top: 6px;
}
.multilevel_nav .multilevel_title .multilevel_span_1 {
  font-size: 1.26rem;
  font-weight: 500;
  color: #048800;
  width: 90%;
  float: left;
  font-weight: 500;
  color: #048800;
  padding-left: 2px;
}
.multilevel_nav .multilevel_span {
  writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 1.313em;
  font-weight: 400;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multilevel_nav .multilevel_span {
    text-align: center;
  }
}
.multilevel_nav .multilevel_span.active {
  display: block;
  position: absolute;
  top: 11px;
  font-size: 1.4rem;
  left: 0px;
  color: #048800;
  cursor: pointer;
  height: 100vh;
  width: 28px;
}
.multilevel_nav .multilevel_span.active i {
  margin-bottom: 5px;
  left: 0px;
  font-size: 0.87em;
  width: 100%;
}
.multilevel_nav .multilevel_span.active i.fa-angle-double-left {
  position: relative;
  top: -1px;
  left: 1px;
}
.multilevel_nav .multilevel_span .multilevel_span_2 {
  font-size: 1.4rem;
  color: #048800;
  font-weight: 400;
}
.multilevel_nav .ltr {
  margin-left: -00%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#1c5bc0', direction=90, strength=2);
}
.multilevel_nav .rtl {
  margin-right: -00%;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#1c5bc0', direction=270, strength=2);
}
.multilevel_nav h2 {
  line-height: 1em;
  color: #048800;
  padding: 0 .6em;
  margin-top: 0.9rem;
  margin-bottom: 0.6rem;
}
.multilevel_nav h3,
.multilevel_nav .h3 {
  line-height: 1.3em;
  font-weight: 700;
  color: #048800;
  padding: 0 .4em;
}
.multilevel_nav .h3 {
  margin-top: 5px;
  margin-left: 0px;
}
.multilevel_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multilevel_nav li {
  cursor: pointer;
  margin-bottom: .4rem;
}
.multilevel_nav a {
  display: block;
  outline: 0;
  overflow: hidden;
  line-height: 1.4em;
  padding: .2em;
  text-decoration: none;
  color: #222222;
  background-color: #f9f9f9;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.multilevel_nav a:hover {
  color: #fff;
  background-color: #048800;
}
.multilevel_nav .backItemClass {
  display: block;
  padding: .4em;
}
.multilevel_nav .backItemClass a {
  padding-left: 12px;
  background-color: #707070;
  color: #fff;
}
.multilevel_nav .floatRight {
  float: right;
  position: relative;
  right: 10px;
}
.multilevel_nav .fa-angle-right {
  width: 16px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 15px;
}
.multilevel_nav .floatLeft {
  float: left;
}
.multilevel_nav .cursorPointer {
  cursor: pointer;
}
.multilevel_nav .iconSpacing_ltr {
  padding: 0 .4em 0 0;
}
.multilevel_nav .iconSpacing_rtl {
  padding: 0 0 0 .4em;
}
.multilevel_nav ul {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.multilevel_nav div[data-level] {
  left: 100%;
}
.multilevel_nav div[data-level="4"] {
  width: 100%;
}
.multilevel_nav div[data-level="3"] {
  width: 100%;
}
.multilevel_nav div[data-level="2"] {
  width: 100%;
}

.infectious_disease .multilevelpushmenu_wrapper {
  border-top-color: #996f52;
}
.infectious_disease .multilevelpushmenu_wrapper h2 {
  color: #996f52;
}
.infectious_disease .multilevelpushmenu_wrapper a:hover {
  background-color: #996f52;
}
.infectious_disease .con-title {
  border-left-color: #996f52;
}

.page-type_green2 .img-res2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-type_green2 .various {
  text-align: center;
}
.page-type_green2 .various a {
  display: inline-block;
}
.page-type_green2 .various a img.img-circle {
  width: 86%;
  height: 134px;
  border: #b7b7b7 1px solid;
}
.page-type_green2 .various a P {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.page-type_green2 .infectious_disease_box {
  background-image: url(../Images/page_img/784556.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-type_green2 .infectious_disease_box .news-v3 {
  border-radius: 16px;
  box-shadow: 2px 2px 8px #ccc;
  background-color: #fff;
}
.page-type_green2 .infectious_disease_box .news-v3 .news-v3-in {
  margin-top: 100px;
}
.page-type_green2 .infectious_disease_box .news-v3 .news-v3-in .con-title {
  position: relative;
  border-left: none;
  padding-left: 100px;
}
.page-type_green2 .infectious_disease_box .news-v3 .news-v3-in .con-title .con-title-span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #048800;
}
.page-type_green2 .infectious_disease_box .news-v3 .news-v3-in .con-title:after {
  content: " ";
  width: 100px;
  height: 120px;
  background-image: url(../Images/page_img/Group52.png);
  position: absolute;
  top: -49px;
  left: -10px;
}
.page-type_green2 .infectious_disease_box .news-v3 .news-v3-in p {
  font-weight: bolder;
  color: #757575;
}
.page-type_green2 .infectious_disease_box .news-v2 .news-v2-heading {
  font-size: 2.2rem;
  font-weight: 500;
  color: #048800;
  margin-bottom: 14px;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease {
  position: relative;
  height: 200px;
  margin-bottom: 30px;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left {
  border-left: 8px solid #048800;
  background-color: #fff;
  padding: 16px;
  height: 210px;
  width: 80%;
  position: absolute;
  float: left;
  box-shadow: 2px 2px 8px #ccc;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left .disease-heading {
  color: #048800;
  margin-bottom: 5px;
  font-weight: 600;
  width: 77%;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left .disease-heading a {
  color: #048800;
  font-weight: 600;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left ul {
  width: 76%;
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
  max-height: 95px;
  overflow: hidden;
  margin-left: 0;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left ul li {
  position: relative;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left ul li:after {
  content: " ";
  width: 9px;
  height: 9px;
  background-image: url(../Images/page_img/Path21.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -14px;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left ul li a {
  color: #636363;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left .more {
  position: absolute;
  left: 55%;
  bottom: 5px;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_right {
  width: 40%;
  position: absolute;
  left: 60%;
  top: 15%;
}
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_right .disease_right_box {
  width: 100%;
  /*box-shadow: 2px 2px 8px #ccc;*/
  min-height: 139px;
  overflow: hidden;
  position: relative;
}
.page-type_green2 .epidemic {
  margin: 10px;
}
.page-type_green2 .epidemic .epidemic_box {
  padding: 30px;
  margin-bottom: 30px;
  border: 8px solid #f1f1f1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb;
  border-radius: 3px;
}
.page-type_green2 .epidemic .epidemic_box .epidemic_box_tag {
  position: relative;
  background-color: #048800;
  margin-left: -38px;
  height: 50px;
  box-shadow: 0 2px 6px #ccc;
  margin-bottom: 20px;
  display: inline-block;
}
.page-type_green2 .epidemic .epidemic_box .epidemic_box_tag::after {
  content: " ";
  width: 47px;
  height: 50px;
  position: absolute;
  background-image: url(../Images/page_img/tag.png);
  background-size: 65%;
  background-repeat: no-repeat;
  right: -47px;
  top: 0;
}
.page-type_green2 .epidemic .epidemic_box .epidemic_box_tag p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  padding-left: 30px;
}
.page-type_green2 .epidemic .epidemic_box .node.b3 ul li a {
  border: 3px solid #ecebeb;
}
.page-type_green2 .epidemic .epidemic_box strong.vice {
  color: #bb0000;
}
.page-type_green2 .epidemic .epidemic_box .h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00843D;
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 15px;
}
.page-type_green2 .epidemic .epidemic_box .h3 .h3_date {
  font-weight: 500;
  font-size: 1.2rem;
  padding-left: 5px;
}
.page-type_green2 .epidemic .epidemic_box strong {
  font-size: 1.1rem;
  font-weight: 500;
}
.page-type_green2 .epidemic .epidemic_box .content_text {
  margin-bottom: 20px;
}
.page-type_green2 .epidemic .epidemic_box .panel,.page-type_green2 .epidemic .epidemic_box .card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.page-type_green2 .epidemic .epidemic_box .panel .panel-heading,.page-type_green2 .epidemic .epidemic_box .card .card-heading {
  padding: 10px 20px;
}
.page-type_green2 .epidemic .epidemic_box .epidemic_box_ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.page-type_green2 .epidemic .h2 {
  color: #3d4245;
}
.page-type_green2 .epidemic .date_box {
  margin-bottom: 10px;
  text-align: center;
}
.page-type_green2 .epidemic .date_box span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #777777;
}
.page-type_green2 .epidemic .epidemic_box_classification {
  margin-top: 80px;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 {
  padding: 30px;
  margin-bottom: 30px;
  border: 8px solid #f1f1f1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb;
  border-radius: 3px;
  min-height: 340px;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_icon {
  width: 122px;
  height: 122px;
  position: absolute;
  left: 38%;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_icon .imgbg {
  position: absolute;
  top: -80px;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_icon .imgicon {
  width: 60px;
  height: auto;
  position: absolute;
  top: -48px;
  left: 25%;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .h4 {
  text-align: center;
  margin-top: 60px;
  font-size: 1.7rem;
  color: #00843D;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_ul {
  margin-top: 20px;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_ul li {
  position: relative;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_ul li:after {
  content: " ";
  width: 9px;
  height: 9px;
  background-image: url(../Images/page_img/Path21.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: -14px;
}
.page-type_green2 .epidemic .epidemic_box_classification .epidemic_box_classification_6 .epidemic_box_classification_ul li a {
  color: #636363;
}
.page-type_green2 .epidemic .epidemic_box_subscription {
  border-radius: 3px;
  background-color: #fbfbfb;
  border: 8px solid #f1f1f1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.page-type_green2 .epidemic .epidemic_box_subscription .h3 {
  margin-bottom: 20px;
  color: #00843D;
  font-size: 1.7rem;
}
.page-type_green2 .epidemic .epidemic_box_subscription .form-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}
.page-type_green2 .cbp-l-filters-text {
  margin-bottom: 35px;
  padding-top: 50px;
}
.page-type_green2 .logoh1 .logo-span {
  right: -93px;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a {
  background: #fff;
  padding: 15px 15px 15px 10px;
  display: block;
  border: 1px solid #f1f1f1;
  margin-bottom: 5px;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom {
  border-right: 1px solid #d1d1d1;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a:hover {
  box-shadow: 2px 2px 5px rgba(232, 232, 232, 0.6);
  color: #000;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a:hover .icon-custom {
  border-right: 1px solid #048800;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a:hover .icon-custom .icon-date {
  color: #048800;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a:hover .icon-custom .icon-year {
  color: #048800;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a:hover .content-boxes-in-v3 h3 {
  color: #000;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom {
  margin-right: 20px;
  text-align: center;
  float: left;
  width: 25%;
  margin-top: 0;
  margin-bottom: 0;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-date {
  font-size: 1.5em;
  font-family: Arial;
  margin-bottom: 0px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-year {
  font-size: 0.7rem;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 {
  padding: 0 !important;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 h3 {
  height: 60px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 300 !important;
  position: relative;
  top: -2px;
}
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 p {
  height: 60px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 300 !important;
  position: relative;
  top: -2px;
  font-size: 1.132rem;
  line-height: 30px;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a {
  padding: 15px 15px 6px 15px;
  margin-right: 1px;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
  width: 87%;
  display: inline-block;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
  width: 10%;
  padding-left: 2%;
  float: right;
  margin-right: 0;
  border-right: 0;
  border-left: 1px solid #CAC9C9;
  margin-left: 1%;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .cbp-item {
  margin-bottom: 20px;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .cbp-caption {
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.6);
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3.content-green {
  border-color: #26a69a;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3.content-red {
  border-color: #ec407a;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3.content-bule {
  border-color: #29b6f6;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3.content-brown {
  border-color: #6D4C41;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3.content-orange {
  border-color: #FF9800;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a {
  margin-bottom: 0;
  padding: 35px 15px 25px;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 {
  width: 79% !important;
  left: 0 !important;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 P {
  padding-left: 15px;
  height: auto;
  font-size: 1.05rem;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 P .content-span,
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 P i {
  font-size: 0.8rem;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 P .fa {
  color: #a9a9a9;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 span.label {
  padding: 2px 7px;
  position: relative;
  margin-left: 5px;
  bottom: 2px;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .content-boxes-in-v3 .datetime {
  font-size: 0.9rem;
  font-weight: bolder;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .icon-custom {
  top: 22px !important;
  padding-top: 1.6% !important;
}
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a .icon-custom p {
  padding: 0;
  margin-bottom: 0;
}
.page-type_green2 .pagination {
  margin-top: 10px;
  margin-left: 0px;
}
.page-type_green2 .pagination li.disabled a {
  background-color: #fff;
}
.page-type_green2 .pagination li.disabled a:hover {
  background-color: #fff;
}
.page-type_green2 .convenient {
  background: #fff;
}
.page-type_green2 .navbar {
  background-color: #fff;
}
.page-type_green2.horizontal-menu .header-fixed-shrink .bar .bar-inner > ul > li > .mega {
  top: 139px;
}
.page-type_green2.horizontal-menu .bar {
  background-color: #14723e;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li {
  text-align: center;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li:first-child {
  padding: 5px 10px 5px 5px;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li a {
  opacity: 1;
  text-align: left;
  font-size: 1.3rem;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li a .arrow:before {
  content: "";
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega {
  border-bottom: 1px solid #dcdcdc;
  background-color: #eae9e9;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition-delay: 0s;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav {
  padding: 0;
  background: none;
  border-bottom: 0;
  margin: 2px 5px 6px;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  display: table;
  padding: 15px 0px;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer .sub-menu {
  padding-left: 10px;
  padding-right: 10px;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer li {
  text-align: left;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer li a {
  font-size: 0.95rem;
  background-color: #f7f7f7;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer li a:hover {
  color: #000000 !important;
  background-color: #e4e1e1;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li > .mega.newnav .newnavcontainer .navimg {
  width: 100%;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li.open .mega {
  display: block;
  z-index: 9;
  opacity: 1;
}
.page-type_green2.horizontal-menu .bar .bar-inner > ul > li.open > a {
  color: #fff;
}
.page-type_green2.horizontal-menu .navbar-ul li {
  padding-right: 5px;
}
.page-type_green2.horizontal-menu .navbar-ul li a {
  color: #656565;
  font-size: 0.9rem;
  margin-left: 10px;
}
.page-type_green2.horizontal-menu .navbar-ul li a::before {
  font-family: FontAwesome;
  position: relative;
  left: -2px;
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(1) a {
  color: #fff;
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(2) a::before {
  content: "\f015";
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(3) a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(3) a::before {
  content: "\f0ac";
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(4) a::before {
  content: "\f0e8";
}
.page-type_green2.horizontal-menu .navbar-ul li:nth-child(5) a::before {
  content: "\f09e";
}
@keyframes mymove {
  from {
    border-bottom: 0px solid #ccc;
  }
  to {
    border-bottom: 1px solid #ccc;
  }
}
.page-type_green2 .call-action-v1 {
  padding: 16px 0 12px;
}
.page-type_green2 .call-action-v1.yellow-bg {
  background-color: #f7f5f5;
}
.page-type_green2 .call-action-v1 .keyword strong {
  padding-left: 10px;
  font-size: 0.9rem;
}
.page-type_green2 .call-action-v1 .keyword a {
  color: #747778;
  font-size: 0.8rem;
}
.page-type_green2 .call-action-v1 .keyword a:hover {
  color: #048800;
}
.page-type_green2 .footer-v4 .footermap {
  left: auto;
}
.page-type_green2 .footer-v4 .footermap:hover {
  background-color: #00682d;
  color: #fff;
}
.page-type_green2 .footer-v4 .headline h2 {
  border-bottom: 2px solid #048800;
  color: #048800;
}
.page-type_green2 .topbar-v3 {
  background-color: #048800;
}
.page-type_green2 .footer-v4 .copyright {
  background: #14723e;
}
.page-type_green2 .header-v5 .shop-badge span.badge-sea {
  background: #048800;
}
.page-type_green2 .header-v5 .badge-open {
  border-top: 2px solid #048800;
}
.page-type_green2 .header-v5 li.subtotal .subtotal-cost {
  color: #048800;
}
.page-type_green2 .header-v5 .navbar-default .navbar-nav > .active > a {
  color: #048800;
}
.page-type_green2 .multilevelpushmenu_wrapper {
  border-top-color: #048800;
}
.page-type_green2 .multilevelpushmenu_wrapper h2 {
  color: #048800;
}
.page-type_green2 .multilevelpushmenu_wrapper a:hover {
  background-color: #048800;
}
.page-type_green2 .con-title {
  border-left-color: #048800;
}
.page-type_green2 .table-responsive-csv {
  background-color: #ecf0f2;
  border: 1px solid #dddddd;
  padding: 10px;
}
.page-type_green2 .table-responsive-csv .table-responsive-url {
  background-color: transparent;
}
.page-type_green2 .table-responsive-csv a {
  cursor: pointer;
}
.page-type_green2 .table-responsive-csv span {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 5px;
}
.page-type_green2 .searchbox ul.searchbox_ul li {
  margin-right: 4px;
  float: left;
}
.page-type_green2 .searchbox ul.searchbox_ul li a {
  border-color: #00682d;
}
.page-type_green2 .searchbox ul.searchbox_ul li a i {
  color: #048800;
  top: -1px !important;
}
.page-type_green2 .searchbox ul.searchbox_ul li h2 {
  font-size: 1rem;
}
.page-type_green2 .searchbox .search_share_link {
  margin-top: 3px;
  display: table;
  width: 100%;
}
.page-type_green2 .searchbox .search_share_link .input-search button {
  background-color: #048800;
  border-color: #035500;
}
.page-type_green2 .sectionGray {
  background: #f7f5f5 url(../Images/convenient_bg2.png) center top no-repeat;
}
.page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
  border-radius: 0px !important;
  padding: 5px 8px 2px 32px;
  /*margin: 0 5px;*/
}
.page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover, .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active {
  border-bottom: 4px solid #048800 !important;
  background-color: transparent;
  border-radius: 0px !important;
}
.page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item:hover h2, .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active h2 {
  color: #048800;
}
.page-type_green2 .sectionGray .btn-more {
  color: #747778;
}
.page-type_green2 .sectionGray .cbp-item-more {
  text-align: right;
  top: -10px;
}
.page-type_green2 .sectionGray .cbp-item-more .btn-more {
  color: #747778;
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item h2 {
  padding-left: 10px;
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item h2::before {
  position: absolute;
  left: 9px;
  top: 7px;
  width: 23px;
  height: auto;
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(1) h2::before {
  content: url(../Images/newspaper/gray/newspaper-02.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(2) h2::before {
  content: url(../Images/newspaper/gray/newspaper-05.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(3) h2::before {
  content: url(../Images/newspaper/gray/newspaper-09.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(4) h2::before {
  content: url(../Images/newspaper/gray/newspaper-06.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(5) h2::before {
  content: url(../Images/newspaper/gray/newspaper-03.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(6) h2::before {
  content: url(../Images/newspaper/gray/newspaper-01.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(1) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(1) h2::before {
  content: url(../Images/newspaper/newspaper-02.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(2) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(2) h2::before {
  content: url(../Images/newspaper/newspaper-05.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(3) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(3) h2::before {
  content: url(../Images/newspaper/newspaper-09.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(4) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(4) h2::before {
  content: url(../Images/newspaper/newspaper-06.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(5) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(5) h2::before {
  content: url(../Images/newspaper/newspaper-03.svg);
}
.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-child(6) h2::before, .page-type_green2 .cbp-l-filters-text .cbp-filter-item:hover:nth-child(6) h2::before {
  content: url(../Images/newspaper/newspaper-01.svg);
}
.page-type_green2 .content-boxes-v1 a {
  width: 100px;
  height: 100px;
}
.page-type_green2 .content-boxes-v1 a .img-responsive {
  height: 70px;
  width: 39%;
  background-position-x: 6px !important;
  background-size: 92% !important;
}
.page-type_green2 .content-boxes-v1 a h3 {
  margin-top: 0px;
}
.page-type_green2 .content-boxes-v1 a.not .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_1.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.tes .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_2.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.bus .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_5.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.sta .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_7.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.hea .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_12.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.law .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_6.svg) no-repeat;
}
.page-type_green2 .content-boxes-v1 a.publication .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_13.svg) no-repeat;
}
/*疫苗基金*/
.page-type_green2 .content-boxes-v1 a.vaccinefund .img-responsive {
  background: url(../Images/icons/convenience/convenience_information_14.svg) no-repeat;
}
.page-type_green2 .video2 {
  padding: 80px 0 30px;
  background: url(../Images//convenient_bg7.png) center top no-repeat;
}
.page-type_green2 #link {
  border: none;
  padding-top: 40px;
  padding-bottom: 10px;
}
.page-type_green2 #link.bg {
  background-color: #fff;
  padding-top: 20px;
}
.page-type_green2 #footer .footer-v4.green_footer {
  background-color: #effffb;
}
.page-type_green2 #footer .footer-v4 .copyright {
  background: #188612;
  /* Old browsers */
  background: -moz-linear-gradient(top, #188612 0%, #14723e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #188612 0%, #14723e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #188612 0%, #14723e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#188612', endColorstr='#14723e', GradientType=0);
  /* IE6-9 */
}
.page-type_green2 .cd-breadcrumb,
.page-type_green2 .cd-multi-steps {
  padding: 0.5em 1em 0.5em 0 !important;
  margin: inherit !important;
  background-color: transparent !important;
}
.page-type_green2 #footerpage {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-type_green2 .journal-box .journal-box-div:nth-child(odd) {
  clear: both;
}
.page-type_green2 .journal-box .journal-box-li {
  border: 1px solid #f5f5f5;
  /* padding-top: 20px; */
  padding: 20px 20px 50px 20px;
  display: table;
  border-radius: 3px;
  width: 100%;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-left {
  width: 35%;
  float: left;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-left .thumbnail {
  margin-bottom: 0;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-left img {
  min-height: 260px;
  max-height: 260px;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right {
  padding-left: 2%;
  width: 65%;
  float: left;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul {
  margin-left: 0;
  list-style: none;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li p {
  color: #404040;
  margin-bottom: 0;
  font-weight: 400;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li span {
  color: #098390;
  font-size: 1rem;
  font-weight: 500;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li:nth-child(3) span {
  color: #ef0000;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li:nth-child(4) span {
  color: #da3c0a;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li:nth-child(5) span {
  color: #9C27B0;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right p.h4 {
  color: #616161;
  font-weight: 700;
  font-size: 1.3rem;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .journal-box-right-p {
  margin-bottom: 0;
  max-height: 130px;
}
.page-type_green2 .journal-box .journal-box-li .journal-box-right .journal-box-right-more {
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.page-type_green2 .sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  -ms-touch-action: none;
  touch-action: none;
  will-change: opacity;
}

.RWDTop {
  padding-top: 124px;
}

.greenColor_1 {
  color: #048800;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus + i {
  border-color: #43bf43;
  border-width: 2px;
  box-shadow: none;
}

input.form-control:hover,
select.form-control:hover,
textarea.form-control:hover,
input.form-control:hover + i {
  border-color: #91E393;
}

input.form-control,
select.form-control,
textarea.form-control,
input.form-control {
  border-color: #e5e5e5;
  border-width: 2px;
}

.table-checkbox label::before {
  top: 4px !important;
  left: 3px;
}
.table-checkbox label::after {
  top: 4px;
  left: 6px !important;
}

.f-s-1 {
  font-size: 1rem !important;
}

/*Page Search
------------------------------------*/
/*Search Block*/
.search-block {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  background: url(../Images/bg/slide03.jpg) 50% 0% repeat fixed;
}
.search-block.search-publication {
  background: url(../Images/bg/slide05.png) 50% -5% repeat fixed;
  background-size: 100%;
}
.search-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.search-block h1 {
  color: #fff;
  font-size: 2.125em;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.search-block .input-group {
  margin-bottom: 10px;
}
.search-block .form-control {
  border: none;
  height: 48px;
  font-size: 1em;
  font-weight: 200;
}
.search-block form.page-search-form {
  border: none;
}
.search-block form.page-search-form .radio {
  margin: 0 3% 0 4%;
}
.search-block form.page-search-form .checkbox {
  margin: 0 3% 0 4%;
  color: #fff;
  font-weight: 200;
}
.search-block form.page-search-form .radio i,
.search-block form.page-search-form .checkbox i {
  top: 6px;
  width: 15px;
  height: 15px;
  border: none;
}

/*Checkbox*/
/*Category
------------------------------------*/
/*Section-Block*/
.section-block {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 3px #eee;
}
.section-block h2 {
  color: #333;
  font-size: 1.750em;
  font-weight: 200;
  margin: 10px 0 15px;
}
.section-block .text-center p {
  margin-bottom: 0;
}
.section-block .section-block-info {
  margin-top: 5px;
  padding-top: 20px;
  border-top: solid 1px #eee;
}
.section-block .section-block-info ul {
  margin-bottom: 0;
}

.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}
.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}
.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 1rem;
  line-height: 16px;
}
.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 0.625em;
  text-transform: uppercase;
}
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
  min-height: 222px;
  position: relative;
}
.news-v2 .news-v2-desc .news-v2-more {
  color: #555;
  font-size: 0.85rem;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.news-v2 .news-v2-desc .news-v2-more:hover {
  color: #555;
}
.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  border-left: 4px solid #048800;
  padding-left: 8px;
  line-height: 1.5rem;
}
.news-v2 .news-v2-desc h3 a {
  color: #555;
}
.news-v2 .news-v2-desc h3 a:hover {
  color: #72c02c;
}
.news-v2 .news-v2-desc ul {
  padding-left: 36px;
  margin-left: -2px;
  margin-bottom: 0;
  overflow: hidden;
  height: 132px;
}
.news-v2 .news-v2-desc ul.active {
  height: auto;
}
.news-v2 .news-v2-desc ul li {
  position: relative;
  list-style: none;
  line-height: 1.4;
}
.news-v2 .news-v2-desc ul li::before {
  content: "●";
  color: #048800;
  left: -18px;
  position: absolute;
}
.news-v2 .news-v2-desc ul li a {
  font-size: 0.85rem;
  color: #000;
}
.news-v2 .news-v2-desc ul li a:hover {
  color: #048800;
}
.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.news-v2 .news-v2-desc p {
  color: #555;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content_page .wrappergray {
  background: #f7f7f7;
}
.content_page p {
  letter-spacing: 0.05em;
  line-height: 175%;
}
.content_page .news-v3 .social-all .social-text {
  font-size: 0.9rem;
  line-height: 0px;
}
.content_page .news-v2 .col-sm-3:hover .news-v2-badge,
.content_page .news-v2 .col-sm-3:hover .news-v2-desc {
  box-shadow: 3px 3px 6px rgba(207, 218, 210, 0.7);
}
.content_page .news-v2 .news-v2-more:hover {
  color: #048800;
}
.content_page .news-v2 .news-v2-badge {
  border: 1px solid #e0e2e4;
  border-bottom: none;
}
.content_page .news-v2 .news-v2-desc {
  border: 1px solid #e0e2e4;
  border-top: none;
}
.content_page .con-title {
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 0;
}
.content_page #footer {
  background-color: #fff;
}

.news-v3 .news-v3-in {
  padding: 35px 30px;
}
.news-v3 .news-v3-in-sm {
  padding: 20px;
}
.news-v3 h2 {
  line-height: 46px;
  text-transform: uppercase;
}
.news-v3 .news-v3-in-sm h2 {
  font-size: 1.375em;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}
.news-v3 h2 a {
  color: #555;
}
.news-v3 h2 a:hover {
  color: #72c02c;
  text-decoration: none;
}
.news-v3 p {
  color: #555;
  margin-bottom: 20px;
}
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}
.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 0.75em;
  padding-left: 5px;
}
.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}
.news-v3 .posted-info li:before {
  font-size: 0.75em;
  line-height: 12px;
  margin-right: 13px;
}
.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 0.688em;
  line-height: 11px;
  margin-right: 9px;
}
.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}
.news-v3 .posted-info li a {
  color: #555;
}
.news-v3 .posted-info li a:hover {
  color: #72c02c;
}
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}
.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}
.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}
.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 1rem;
  background: #eee;
  text-align: center;
  display: inline-block;
}
.news-v3 .post-shares li i:hover {
  background: #ddd;
}
.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 0.625em;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #72c02c;
  border: 2px solid #fff;
  border-radius: 50% !important;
}
.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 0.625em;
  line-height: 16px;
}

.navbox ul {
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  transition: initial;
  margin: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.navbox > ul > li {
  position: relative;
  padding: 0 8px;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.navbox > ul > li .navbox_div {
  border: 1px solid transparent;
}
.navbox > ul > li .navbox_div .content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.navbox > ul > li .navbox_div .content .navbox_img {
  display: block;
  height: 240px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbox > ul > li .navbox_div .content .navbox_essay {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  height: 240px;
  padding: 5px 0;
  transition: 300ms;
  border-radius: 10px;
  box-sizing: border-box;
}
.navbox > ul > li .navbox_div .content .navbox_essay .caption {
  text-align: center;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 48px;
  margin: 0 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbox > ul > li .navbox_div .content .navbox_essay .list {
  display: none;
}
.navbox > ul > li .navbox_div .content .navbox_essay .list ul {
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  transition: initial;
}
.navbox > ul > li .navbox_div .content .navbox_essay .list ul a {
  display: block;
  color: #1a83a0;
  text-align: center;
  transition: 150ms;
  font-weight: 400;
}
.navbox > ul > li .navbox_div .content .navbox_essay .navbox_label {
  display: none;
}
.navbox > ul > li.is-active .content .navbox_essay {
  top: 0;
  background-color: #f0f0f0;
}
.navbox > ul > li.is-active .content .navbox_essay .caption {
  border-bottom: 1px solid #b6b6b6;
}
.navbox > ul > li.is-active .content .navbox_essay .list {
  display: block;
}
.navbox > ul > li.is-active .content .navbox_essay .navbox_label {
  display: block;
}
.navbox > ul > li.is-active .content .navbox_essay .navbox_label a {
  font: 0/0 a;
  color: transparent;
  position: relative;
}
.navbox > ul > li.is-active .content .navbox_essay .navbox_label a::after {
  content: "﹀";
  position: absolute;
  top: 0px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  left: 5.5rem;
}
.navbox > ul > li.is-active .content .navbox_essay .navbox_label a::before {
  content: "﹀";
  position: absolute;
  top: 5px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  left: 5.5rem;
}
.navbox > ul > li .extend {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  z-index: 1;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
  background-color: #f0f0f0;
}
.navbox > ul > li .extend .navbox_label a {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 21px;
  right: 12px;
  border-radius: 50%;
  background-color: #888;
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms;
  font: 0/0 a;
  color: transparent;
}
.navbox > ul > li .extend .navbox_label a:hover {
  background-color: #e66d00;
}
.navbox > ul > li .extend .navbox_label a::after {
  content: "x";
  position: absolute;
  color: #fff;
  left: 9px;
  top: 1px;
  font: 1rem/1.2rem a;
}
.navbox > ul > li .extend .navbox_essay {
  padding: 15px;
}
.navbox > ul > li .extend .navbox_essay .list ol {
  padding-left: 24px;
}
.navbox > ul > li .extend .navbox_essay .list a {
  display: block;
  color: #1a83a0;
  transition: 150ms;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.navbox > ul > li .extend .navbox_essay .caption {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #b6b6b6;
}
.navbox > ul > li .extend .navbox_essay .caption ul li a {
  display: block;
  color: #1a83a0;
  text-align: center;
  transition: 150ms;
}
.navbox a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbox a:hover {
  text-decoration: underline;
}

.cd-multi-steps a {
  font-size: 1em;
}

.cd-breadcrumb {
  padding: 0.5em 1em !important;
  margin: inherit;
  background-color: transparent;
  border-radius: .25em;
}
.cd-breadcrumb .current {
  color: #048800;
  font-size: 0.9em;
  margin-top: 11px;
}

.cd-multi-steps {
 /* width: 90%;
max-width: 768px;*/
  padding: 0.5em 1em !important;
  margin: inherit;
  background-color: transparent;
  border-radius: .25em;
}

.cd-breadcrumb:after,
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
  float: left;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  color: #2c3f4c;
  margin-bottom: 2px;
  font-size: 0.9em;
}

.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #2667d3;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../Images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../Images/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
.cd-multi-steps.count li {
  counter-increment: steps;
}
.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*-----general style start-----*/
.style_ch {
  font-size: 1.0rem;
}
.style_ch .a2a_kit a {
  text-indent: -119988px;
}
.style_ch p {
  color: #000;
  word-wrap: break-word;
}
.style_ch a:hover {
  color: #3f6347;
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox */
  -webkit-transition: 0.2s;
  /* Safari ¼° Chrome */
  -o-transition: 0.2s;
  /* Opera */
}
.style_ch a:focus {
  outline: #7bcb59 auto 5px !important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox */
  -webkit-transition: 0.2s;
  /* Safari ¼° Chrome */
  -o-transition: 0.2s;
  /* Opera */
}
.style_ch .con-title {
  vertical-align: middle;
  border-left: 3px solid #048800;
}
.style_ch .pagination > .active > a,
.style_ch .pagination > .active > span,
.style_ch .pagination > .active > a:hover,
.style_ch .pagination > .active > span:hover,
.style_ch .pagination > .active > a:focus,
.style_ch .pagination > .active > span:focus {
  border-color: #dddddd;
  background-color: #d6f1d0;
  color: #077804;
  padding: 5px 12px;
}
.style_ch .pagination > li:first-child > a,
.style_ch .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.style_ch .pagination > li:last-child > a,
.style_ch .pagination > li:last-child > span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.style_ch .table > thead > tr > td.info,
.style_ch .table > tbody > tr > td.info,
.style_ch .table > tfoot > tr > td.info,
.style_ch .table > thead > tr > th.info,
.style_ch .table > tbody > tr > th.info,
.style_ch .table > tfoot > tr > th.info,
.style_ch .table > thead > tr.info > td,
.style_ch .table > tbody > tr.info > td,
.style_ch .table > tfoot > tr.info > td,
.style_ch .table > thead > tr.info > th,
.style_ch .table > tbody > tr.info > th,
.style_ch .table > tfoot > tr.info > th {
  background-color: #ecf0f2;
  padding: 10px;
}
.style_ch .table > thead > tr > th,
.style_ch .table > tbody > tr > th,
.style_ch .table > tfoot > tr > th,
.style_ch .table > thead > tr > td,
.style_ch .table > tbody > tr > td,
.style_ch .table > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px;
}
.style_ch .table > thead > tr > th {
  font-weight: 500;
}
.style_ch ul {
  list-style: square;
  padding: 0;
  margin-left: 20px;
}
.style_ch .publication ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.style_ch .date {
  font-size: 0.9em;
  color: #048800;
  display: block;
  clear: both;
}
.style_ch .date .member {
  color: #048800;
}
.style_ch .principal_date {
  font-size: 0.9em;
  color: #0097a7;
}
.style_ch .panel-heading,.style_ch .card-heading {
  padding: 15px 20px;
}
.style_ch .panel-heading:hover,.style_ch .card-heading:hover {
  background-color: #e0e0e0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  /* Firefox */
  -webkit-transition: 0.3s;
  /* Safari ¼° Chrome */
  -o-transition: 0.3s;
  /* Opera */
}
.style_ch .panel-heading a,.style_ch .card-heading a {
  color: #3f6347;
}
.style_ch .panel-heading:hover a,.style_ch .card-heading:hover a {
  color: #048800;
}
.style_ch .panel-heading a:focus,.style_ch .card-heading a:focus {
  border: none;
}
.style_ch textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
}
.style_ch .panel,.style_ch .card {
  margin-bottom: 10px;
}
.style_ch .btn {
  color: #fff;
}
.style_ch .btn:hover {
  color: #fff;
}
.style_ch .btn-default {
  color: #333;
}
.style_ch .btn-default:hover {
  color: #333;
}
.style_ch .btn-warning:hover {
  background-color: #ec971f;
}
.style_ch .btn-danger:hover {
  background-color: #c9302c;
}
.style_ch .btn-primary:hover {
  background-color: #094dba;
}
.style_ch .btn-success:hover {
  background-color: #449d44;
}
.style_ch .btn-info:hover {
  background-color: #31b0d5;
}
.style_ch.horizontal-menu .bar-inner > ul > li a {
  font-size: 1.05em;
  opacity: 1;
  letter-spacing: 1.8px;
}
.style_ch.horizontal-menu .bar-inner > ul > li a:hover {
  background-color: transparent;
}
.style_ch.horizontal-menu .bar-inner > ul > li a:focus {
  border: none;
}
.style_ch.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding: 0;
}
.style_ch.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  font-size: 1.05em;
  border-radius: 5px;
  padding: 7px 10px;
  border-bottom: 1px dotted #c2c2c2;
}
.style_ch.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox */
  -webkit-transition: 0.5s;
  /* Safari ¼° Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.style_ch .cd-breadcrumb li > *,
.style_ch .cd-multi-steps li > * {
  display: inline-block;
  color: #2c3f4c;
  margin-bottom: 2px;
  font-size: 0.9em;
}
.style_ch .cd-breadcrumb li > a:hover,
.style_ch .cd-multi-steps li > a:hover {
  background-color: transparent;
}
.style_ch .cd-breadcrumb .current {
  color: #048800;
}
.style_ch .multilevel_nav,
.style_ch .multilevelpushmenu_wrapper {
  border-top: 5px solid #048800;
}
.style_ch .multilevel_nav h2,
.style_ch .multilevelpushmenu_wrapper h2 {
  color: #048800;
}
.style_ch .multilevel_nav a,
.style_ch .multilevelpushmenu_wrapper a {
  color: #222222;
}
.style_ch .multilevel_nav a:hover,
.style_ch .multilevelpushmenu_wrapper a:hover {
  background-color: #048800;
  color: #fff;
}
.style_ch .multilevel_nav ul,
.style_ch .multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 1px;
}
.style_ch .multilevel_nav .backItemClass a,
.style_ch .multilevelpushmenu_wrapper .backItemClass a {
  padding-left: 12px;
  background-color: #707070;
  color: #fff;
}
.style_ch .multilevel_nav.menu_box ul {
  height: 100vh;
}
.style_ch .nav-tabs {
  border-bottom: none;
}
.style_ch .nav-tabs > li > a {
  padding: 8px 15px;
  border-radius: 3px;
  /*text-align: center;*/
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #ecf0f2;
  border: 1px solid #ddd;
  transition: 0.3s;
  -moz-transition: 0.3s;
  /* Firefox */
  -webkit-transition: 0.3s;
  /* Safari ¼° Chrome */
  -o-transition: 0.3s;
  color: #000;
  /* Opera */
}
.style_ch .nav-tabs > li > a:hover, .style_ch .nav-tabs > li > a:focus {
  background-color: #048800;
  border: 1px solid #048800;
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  /* Firefox */
  -webkit-transition: 0.3s;
  /* Safari ¼° Chrome */
  -o-transition: 0.3s;
  /* Opera */
}
.style_ch .nav-tabs > li > a.active {
  background-color: #048800;
  border: 1px solid #048800;
  color: #fff;
}
.style_ch .nav-tabs > li:has(> a.active):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #048800;
  position: relative;
  /*bottom: -10px;*/
  margin: 0 auto;
  display: block;
  z-index: 2;
}
.style_ch .tab-content {
  padding: 10px;
}
.style_ch .Two_multimedia ul.media-post {
  margin-left: 0;
  margin-right: 0;
}
.style_ch .media-post .label-default,
.style_ch .image-list .label-default {
  display: inline-block;
  margin: 5px 0;
  padding: 7px 9px;
}
.style_ch .media-post span,
.style_ch .image-list span {
  display: inline-block;
  margin: 5px 0;
}
.style_ch .panel-body .download,.style_ch .card-body .download {
  display: block;
  width: 100%;
}
.style_ch .panel-body .a-block,.style_ch .card-body .a-block {
  padding: 5px 0;
  border-bottom: 1px dashed #f5f5f5;
}
.style_ch .panel-body .a-block:last-child,.style_ch .card-body .a-block:last-child {
  border: none;
}
.style_ch .panel-body .a-block .panel-body-title,.style_ch .card-body .a-block .card-body-title {
  font-weight: 400;
  font-size: 1.1em;
}
.style_ch .download div {
  display: inline-block;
  margin-right: 20px;
}
.style_ch .download i.fa {
  font-size: 1.6em;
  color: #048800;
  margin-right: 10px;
  vertical-align: middle;
}
.style_ch .a-block i.fa {
  font-size: 1.6em;
  color: #048800;
  margin-right: 10px;
  vertical-align: middle;
}
.style_ch table i.fa {
  font-size: 1.5em;
  margin: 5px;
  text-align: center;
}
.style_ch .download a,
.style_ch .a-block a {
  vertical-align: middle;
}
.style_ch .social-all li img {
  border-radius: 5px;
  margin-right: 5px;
}
.style_ch .infectious_news ul {
  list-style-type: decimal;
  list-style-position: outside;
}
.style_ch table .phone-block i.fa {
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}
.style_ch .table-email label {
  margin: 0 5px;
  vertical-align: middle;
  line-height: 1;
}
.style_ch .footer-v4 .copyright {
  background: #188612;
  background: -moz-linear-gradient(top, #188612 0%, #14723e 100%);
  background: -webkit-linear-gradient(top, #188612 0%, #14723e 100%);
  background: linear-gradient(to bottom, #188612 0%, #14723e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#188612', endColorstr='#14723e', GradientType=0);
}
.style_ch .footer-v4 a:hover {
  color: #fff;
  background-color: transparent;
}
.style_ch .footer-v4 .a-block i.fa {
  color: #fff;
  font-size: 1em;
  margin-right: 0;
}
.style_ch .footer-v4 .headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #048800;
}
.style_ch .footer-v4 .headline h2 {
  border-bottom: 2px solid #048800;
  color: #048800;
}
.style_ch .footer-v4 .footermap {
  background-color: #048800;
  top: -10px !important;
}
.style_ch .footer-v4 .footermap.active {
  background-color: #f5f5f5;
}
.style_ch .footer-v4 .footermap.active:hover {
  background-color: #048800;
  color: #fff;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

a.cd-read-more:hover {
  text-decoration: none;
  background-color: #424242;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid white;
}

/*-----Timeline end-----*/
.page-type_green2 .style_ch_cube .cbp-l-grid-agency {
  visibility: visible;
  overflow: initial;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
  width: 76% !important;
  position: relative;
  left: 10%;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p {
  border-bottom: 1px dashed #d2d2d2;
  padding: 8px 0;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p .content-span,
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p .h4 {
  font-size: 0.9em;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p .greenColor_1 {
  font-size: 1.1em;
  font-weight: 500;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p .fa {
  color: #666;
  font-size: 0.9em;
  margin-right: 5px;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 p:last-child {
  border: none;
  padding-bottom: 0;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-v3 a .content-boxes-in-v3 h3 {
  padding-left: 15px;
  height: auto;
  font-size: 1.05rem;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-v3 a .icon-custom .icon-year {
  font-size: 0.9em;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-v3 a .icon-custom {
  padding-top: 20px;
  width: 20%;
  height: 75%;
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-v3 a .icon-custom.icon-custom-left {
  float: left;
  border-right: 1px solid #CAC9C9;
  border-left: 0;
  margin-left: 0;
  padding: 4% 0 0;
  width: 10%;
  height: 75%;
  position: absolute;
  left: 15px;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency .cbp-item-half .content-boxes-v3 a .content-boxes-in-v3 h3 {
  height: auto;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency .cbp-item {
  width: 100%;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency .cbp-item .cbp-caption {
  border-radius: 15px;
}
.page-type_green2 .style_ch_cube .cbp-l-grid-agency .cbp-item-half {
  width: 48%;
  float: left;
}

/*-----Timeline end-----*/
.questionnaire {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox */
  -webkit-transition: 0.2s;
  /* Safari ¼° Chrome */
  -o-transition: 0.2s;
  /* Opera */
}
.questionnaire:hover {
  background-color: #ddd;
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox */
  -webkit-transition: 0.2s;
  /* Safari ¼° Chrome */
  -o-transition: 0.2s;
  /* Opera */
}

.questionnaire_label {
  padding: 15px 20px;
}

.questionnaire_input {
  background-color: #fff;
  padding: 15px 20px;
}
.questionnaire_input label {
  font-weight: 300;
}

.organization_table td ul {
  margin: 5px;
}
.organization_table td ul li {
  float: left;
  width: 33.33%;
}
@media (max-width: 768px) {
  .organization_table td ul li {
    width: 100%;
  }
}

.principal_info img {
  padding: 5px;
  display: block;
  width: auto;
  margin: auto;
  border: 1px solid #ddd;
}
.principal_info h4 {
  margin-top: 10px;
}

.principal_info_date {
  font-size: 1.1em;
  font-weight: 400;
  color: #0097a7;
  margin-right: 10px;
}

.nhcc_img {
  float: right;
  width: 35%;
  margin-left: 20px;
}

.nhcc_article {
  line-height: 1.8;
  letter-spacing: 2px;
  padding: 5px 0;
}
.nhcc_article .con-title {
  padding-bottom: 5px;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cd-timeline-block {
  position: relative;
  margin: -2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content h5 {
  background-color: #75ce66;
  padding: 0.8em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #fff;
  background: #75ce66;
  background: -moz-linear-gradient(top, #75ce66 0%, #048800 100%);
  background: -webkit-linear-gradient(top, #75ce66 0%, #048800 100%);
  background: linear-gradient(to bottom, #75ce66 0%, #048800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75ce66', endColorstr='$greenColor_1', GradientType=0);
  position: relative;
}
.cd-timeline-content ul {
  padding: 0.3em 0.8em;
}
.cd-timeline-content ul li {
  border-bottom: 1px dashed #048800;
  padding: 0.3em 0;
}
.cd-timeline-content ul li:last-child {
  border: none;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid #47b13c;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

a.cd-read-more:hover {
  text-decoration: none;
  background-color: #424242;
}

.style_ch_cube .cbp-l-grid-agency {
  visibility: visible;
  overflow: initial;
}
.style_ch_cube .cbp-item {
  width: 100%;
}
.style_ch_cube .cbp-item .cbp-caption {
  border-radius: 15px;
}
.style_ch_cube .cbp-item-half {
  width: 48%;
  float: left;
}

.JQicon .owl-controls .owl-nav [class*=owl-] {
  background-color: #048800;
  top: 25%;
}

.JQicon .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #0a6508;
}

.hvr-float a:focus {
  border: none;
}

.owl-loaded a:focus {
  border: none;
  margin-top: 10px;
}

.owl-video2 .owl-controls .owl-dots {
  position: relative;
  margin-top: 10px;
}

.btn-u-lg,
a.btn-u-lg {
  font-size: 1.18rem;
  padding: 5px 20px;
}

input.input-search-infectious {
  border-radius: 3px 0 0 3px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cacaca;
}

/**
**6/19客戶要求不要分散對齊
**/
/*出版品*/
@media (max-width: 1280px) {
  .location {
    width: 100%;
    max-width: 1100px;
  }
}
@media (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

  .cd-timeline-block {
    margin: -4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

  .cd-timeline-img {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 0px;
    left: 97%;
    border-color: transparent;
    border-left-color: #75ce66;
    border-top-color: #75ce66;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -25px;
    font-size: 1em;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 0px;
    left: auto;
    right: 97%;
    border-color: transparent;
    border-top-color: #75ce66;
    border-right-color: #75ce66;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content h5 {
    top: -5px;
    position: relative;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }

  #footer_page .footer-v4 .copyright {
    background: #188612;
    background: -moz-linear-gradient(top, #188612 0%, #14723e 100%);
    background: -webkit-linear-gradient(top, #188612 0%, #14723e 100%);
    background: linear-gradient(to bottom, #188612 0%, #14723e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#188612', endColorstr='#14723e', GradientType=0);
  }
  #footer_page .footer-v4 .copyright a:hover {
    color: #fff;
    background-color: transparent;
  }

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }

  .cd-timeline-block {
    margin: -4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  .cd-timeline-img {
    width: 50px;
    height: 50px;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 0px;
    left: 97%;
    border-color: transparent;
    border-left-color: #75ce66;
    border-top-color: #75ce66;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -25px;
    font-size: 1em;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 0px;
    left: auto;
    right: 97%;
    border-color: transparent;
    border-top-color: #75ce66;
    border-right-color: #75ce66;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content h5 {
    top: -5px;
    position: relative;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }

  .header-v5 .mega-menu .mega-menu-content .container {
    width: 1110px;
  }
}
@media (min-width: 980px) {
  .horizontal-menu .page-content {
    margin-left: 0;
  }
  .horizontal-menu .page-content .content {
    padding-top: 115px;
  }
  .horizontal-menu.noBar .page-content {
    margin-left: 0;
  }
  .horizontal-menu.noBar .page-content .content {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .infectious_disease .header-v5 .navbar-default .navbar-nav > li > a:hover {
    border-top: solid 2px #996f52;
  }
  .infectious_disease .header-v5 .navbar-default .navbar-nav > .active > a {
    color: #526774;
    border-top: solid 2px #996f52;
  }
  .infectious_disease .header-v5 .navbar-default .navbar-nav > .open > a {
    color: #996f52;
  }
  .infectious_disease .header-v5 .navbar-default .navbar-nav > .open > a:hover, .infectious_disease .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #996f52;
  }
  .infectious_disease .header-v5 .navbar-default .navbar-nav > li:hover > a {
    color: #526774;
  }
  .infectious_disease .header-v5 .dropdown-menu {
    border-top: solid 2px #996f52;
  }
  .infectious_disease .header-v5 .dropdown-menu .active > a {
    background: #996f52;
  }
  .infectious_disease .header-v5 .dropdown-menu li > a:hover {
    background: #996f52;
  }
  .infectious_disease .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
    background: #996f52;
  }
  .infectious_disease .btn-u {
    background: #526774;
  }
  .infectious_disease .btn-u:hover {
    background: #3c4f5a;
  }
  .infectious_disease #topcontrol:hover {
    background: #996f52;
  }

  .header-v5 .navbar-nav {
    float: right;
    margin: 0 0 0 auto;
    display: table;
    table-layout: fixed;
  }

  /*Navbar Collapse*/
  .header-v5 .navbar-collapse {
    padding: 0;
  }
  .header-v5 .navbar-default .navbar-nav > li > a {
    line-height: 1.8125rem;
    padding: 22px 18px 22px;
    border-top: solid 2px transparent;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:last-child {
    padding-right: 15px;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:focus {
    border-top: solid 2px transparent;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:hover {
    border-top: solid 2px #048800;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a {
    border-top: solid 2px #048800;
  }
  .header-v5 .navbar-default .navbar-nav > li > a {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:hover, .header-v5 .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a:hover, .header-v5 .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > .open > a {
    color: #048800;
  }
  .header-v5 .navbar-default .navbar-nav > .open > a:hover, .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #048800;
  }
  .header-v5 .navbar-default .navbar-nav > li:hover > a {
    color: #048800;
  }
  .header-v5 .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #048800;
    -webkit-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
    -moz-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
    box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
  }
  .header-v5 .dropdown-menu li a {
    color: #687074;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 8px 15px;
    border-bottom: solid 1px #dedede;
  }
  .header-v5 .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .header-v5 .dropdown-menu > li > a {
    /*Transition for fixed header*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-v5 .dropdown-menu .active > a {
    color: #fff;
    background: #048800;
    filter: none !important;
  }
  .header-v5 .dropdown-menu li > a:hover {
    color: #fff;
    background: #048800;
    filter: none !important;
  }
  .header-v5 .dropdown-menu li > a:focus {
    color: inherit;
    background: none;
    filter: none !important;
  }
  .header-v5 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header-v5 .open > .dropdown-menu {
    display: none;
  }
  .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
    color: #fff;
    background: #048800;
  }

  /*Dropdown Menu*/
  .header-v5 .dropdown > a:after {
    content: " ";
  }

  .header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > a {
    font-size: 0.9375rem;
    padding: 18px 18px 18px;
  }
  .header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > a {
    margin-top: 35px;
    padding: 14px 17px 16px;
  }

  /*No Topbar*/
  .header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px;
  }

  .header-v5 .mega-menu .mega-menu-content .container {
    width: 910px;
  }

  /*Navbar Collapse*/
  .page-type_green .header-v5 .navbar-default .navbar-nav > li > a:hover {
    border-top: solid 2px #14723e;
  }
  .page-type_green .header-v5 .navbar-default .navbar-nav > .active > a {
    color: #526774;
    border-top: solid 2px #14723e;
  }
  .page-type_green .header-v5 .navbar-default .navbar-nav > .open > a {
    color: #14723e;
  }
  .page-type_green .header-v5 .navbar-default .navbar-nav > .open > a:hover, .page-type_green .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #14723e;
  }
  .page-type_green .header-v5 .navbar-default .navbar-nav > li:hover > a {
    color: #526774;
  }
  .page-type_green .header-v5 .dropdown-menu {
    border-top: solid 2px #14723e;
  }
  .page-type_green .header-v5 .dropdown-menu .active > a {
    background: #14723e;
  }
  .page-type_green .header-v5 .dropdown-menu li > a:hover {
    background: #14723e;
  }
  .page-type_green .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
    background: #14723e;
  }
  .page-type_green .btn-u {
    background: #526774;
  }
  .page-type_green .btn-u:hover {
    background: #3c4f5a;
  }
  .page-type_green #topcontrol:hover {
    background: #14723e;
  }

  .header-v5 .navbar-default .navbar-nav > li > a {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .header-v5 .navbar {
    margin-top: 0;
    padding-top: 10px;
  }
  .header-v5 .navbar .navbar-header {
    float: left;
  }
  .header-v5 .navbar-default .navbar-toggle {
    display: none;
  }

  .page-type_green2.horizontal-menu .bar .bar-inner {
    display: block;
  }
  .page-type_green2.horizontal-menu .bar .bar-inner ul > li {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 20px;
  }
  .page-type_green2.horizontal-menu .bar .bar-inner ul > li a {
    text-align: center;
    font-size: 1.2em;
  }

  .searchbox .search_share_link .input-search .searchtext_input {
    width: 75%;
  }
  .searchbox .search_share_link .input-search button {
    width: 25%;
  }

  .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item h2 {
    font-size: 1.2rem;
  }

  .footer-v4 .copyright {
    text-align: center;
  }
  .footer-v4 .copyright p {
    margin-bottom: 15px;
  }
  .footer-v4 .sponsors-icons.pull-right {
    float: none !important;
  }

  .header-v5 .shop-badge {
    display: none;
  }

  .header-v5 .navbar-header {
    float: none;
  }
  .header-v5 .navbar-toggle {
    display: block;
  }
  .header-v5 .navbar-collapse.collapse {
    display: none !important;
  }
  .header-v5 .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header-v5 .navbar-nav {
    margin: 0;
    float: none !important;
  }
  .header-v5 .navbar-nav > li {
    float: none;
  }
  .header-v5 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .header-v5 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a,
  .header-v5 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.25rem;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v5 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .header-v5 .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  .header-v5 .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-v5 .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-v5 .navbar-default .navbar-nav > li > a {
    font-size: 0.875rem;
    padding: 9px 10px;
  }
  .header-v5 .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:hover {
    color: #048800;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: #048800 !important;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a:hover, .header-v5 .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background: #048800 !important;
  }
  .header-v5 .dropdown .dropdown-submenu > a {
    font-size: 0.8125rem;
    color: #333 !important;
    text-transform: uppercase;
  }

  .header-v5 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }

  .header-fixed .header-v5 {
    height: inherit;
    position: relative;
  }
  .header-fixed .header-v5.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
  .header-fixed .header-v5.no-topbar {
    height: inherit;
    position: relative;
  }
  .header-fixed .header-v5.no-topbar.header-fixed-shrink {
    height: inherit;
    position: relative;
  }

  .header-v5 .dropdown-submenu > a:after {
    content: " ";
  }
  .header-v5 .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
  }

  .headline-center p {
    padding: 0 50px;
  }

  .header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .header-v5 .mega-menu .mega-menu-content {
    padding-right: 0;
  }
  .header-v5 .mega-menu .mega-menu-content [class^="col-"] {
    padding-right: 25px;
  }
  .header-v5 .mega-menu .dropdown-menu > li > ul {
    display: block;
  }

  .content-boxes-v2 {
    text-align: center;
  }
  .content-boxes-v2 .text-justify {
    text-align: center;
  }
  .content-boxes-v2 span {
    display: block;
    margin-top: 5px;
  }

  .funny-boxes .funny-boxes-img li {
    display: inline-block;
  }

  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 999px) {
  .header-v5 .navbar-header {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .cd-timeline-content h2 {
    font-size: 1.25em;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 0.875rem;
  }

  .cd-timeline-content h2 {
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 0.875rem;
  }

  .header-v5 .mega-menu .mega-menu-content .container {
    width: 708px;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }

  .no-touch .cd-breadcrumb.triangle a:hover {
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }

  .cd-breadcrumb.triangle li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before,
  .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before,
  .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before,
  .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before,
  .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }

  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .cd-multi-steps li {
    position: relative;
    /* float: none;*/
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #edeff0;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }
  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }
  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }

  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }

  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }
  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    /* width: 80px;*/
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 100px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #04a94d;
  }
  .cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-top li.current > *::before {
    background-color: #1d5bc0;
  }
  .cd-multi-steps.text-bottom li.visited > *::before, .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #1d5bc0;
  }

  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 12px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }

  .cd-multi-steps.text-top.count li > *::before, .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .cd-multi-steps.text-top.count li:not(.current) em::before, .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #1d5bc0;
  }
  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }
  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }
  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }
  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }

  .panel-title .word,.card-title .word {
    width: 97%;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px;
    }
  }
  .table th.hidden-sm,
  .table td.hidden-sm {
    display: none !important;
  }

  .table-rwd {
    border: none;
  }
  .table-rwd table {
    border: none;
  }
  .table-rwd table thead, .table-rwd table th {
    display: none !important;
    border: none;
  }
  .table-rwd table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .table-rwd table tbody tr td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
  }
  .table-rwd table tbody tr td::before {
    content: attr(data-bs-title) "：";
    display: inline-block;
    font-weight: bolder;
  }
  .table-rwd table tbody tr td.td-sm-padding {
    padding: 10px !important;
  }
  .table-rwd table tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ccc !important;
  }
  .table-rwd table tbody tr td p:last-child {
    margin-bottom: 0;
  }
  .table-rwd table tbody tr td a {
    display: inline-block !important;
    margin-bottom: 0 !important;
  }

  .topbar-v3 .left-topbar,
  .topbar-v3 .right-topbar {
    text-align: center;
    float: none !important;
  }

  .heading h2:before, .heading h2:after {
    width: 20%;
  }

  .topbar-v3 ul.currency, .topbar-v3 ul.language {
    top: 20px;
  }

  .horizontal-menu .bar-inner > ul > li > a {
    color: #111;
    position: relative;
    display: block;
    padding: 13px 16px;
    z-index: 2;
    overflow: hidden;
    color: #0052a6;
    background: rgba(49, 49, 49, 0.07);
    border-bottom: 2px solid #fff;
  }
  .horizontal-menu .bar .bar-inner > ul > li {
    padding: 0 7px 2px 7px;
  }

  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .page-type_green2 .content-boxes-v1 a .img-responsive {
    height: 54px;
    width: 48%;
  }
  .page-type_green2 .convenient .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-type_green2.horizontal-menu .menu-toggle {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    border-radius: 5px;
  }
  .page-type_green2.horizontal-menu .menu-toggle span {
    transition: .25s ease-in-out;
    display: block;
    background: #048800;
    border-radius: 2px;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger span {
    width: 40px;
    height: 4px;
    position: relative;
    top: 4px;
    margin: 8px auto;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger span:nth-child(1) {
    transition-delay: .5s;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger span:nth-child(2) {
    transition-delay: .625s;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger span:nth-child(3) {
    transition-delay: .75s;
  }
  .page-type_green2.horizontal-menu .menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
  }
  .page-type_green2.horizontal-menu .menu-toggle .cross span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    top: 0%;
    left: 46%;
    transition-delay: 0s;
  }
  .page-type_green2.horizontal-menu .menu-toggle .cross span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0%;
    top: 46%;
    transition-delay: .25s;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open {
    right: 0px;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .hamburger span {
    width: 0%;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .hamburger span:nth-child(2) {
    transition-delay: .125s;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .hamburger span:nth-child(3) {
    transition-delay: .25s;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .cross span:nth-child(1) {
    height: 100%;
    transition-delay: .625s;
  }
  .page-type_green2.horizontal-menu .menu-toggle.open .cross span:nth-child(2) {
    width: 100%;
    transition-delay: .375s;
  }
  .page-type_green2.horizontal-menu.side-right .wrapper {
    margin-right: 0%;
    margin-left: 0%;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu.side-right .wrapper .header-v5 .bar {
    display: block;
    right: -40%;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu.side-right .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    position: relative;
    right: 0%;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper {
    margin-right: 40%;
    margin-left: -40%;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .bar {
    display: block;
    right: 0;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    position: relative;
    left: 0;
    transition: 1s;
  }
  .page-type_green2.horizontal-menu .header-v5 {
    position: relative !important;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar {
    padding-top: 0;
    border-radius: 0;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar .navbar-header .navbar-toggle {
    z-index: 9;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar .navbar-header .navbar-brand {
    padding: 10px;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar-default .pull-right {
    display: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar-default .navbar-header {
    float: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar-default .navbar-header .navbar-toggle {
    display: block;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar-default .navbar-brand .logo-span {
    display: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar {
    width: 40%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container {
    width: initial;
    padding-right: 0;
    padding-left: 0;
    margin: initial;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega {
    text-align: left;
    display: block;
    width: auto;
    float: initial;
    padding: 0px;
    position: relative;
    z-index: 1;
    min-width: 200px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega .mega {
    top: 0px;
    position: relative;
    padding: 0;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega .mega .sub-menu {
    padding: 5px;
    display: table;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega .mega a {
    margin-left: 8%;
    padding-left: 2%;
    width: 92%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega a {
    border-bottom: 1px solid #036900;
    border-radius: 0;
    padding: 7px;
    padding-top: 7px;
    width: 100%;
    text-align: left;
    padding-left: 5%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open {
    background: transparent;
    position: relative;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open .mega a {
    width: 85%;
    transition: .25s ease-in-out;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open a span.arrow {
    background-color: #036900;
    position: absolute;
    display: inline-block;
    width: 15%;
    right: 0;
    height: 46px;
    top: 0px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open a span.arrow:before {
    content: " + ";
    font-size: 1.875em;
    top: 5px;
    right: 28%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch {
    background-color: #acabab;
    height: 80px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch label {
    display: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch input[type="text"] {
    border: 1px #a3a3a3 solid;
    width: 76%;
    height: 40px;
    background: rgba(247, 248, 248, 0.85);
    border-radius: 8px 0 0 8px;
    color: #000;
    font-size: 90%;
    padding-left: 15px;
    position: relative;
    top: 20px;
    left: 5%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch .barsearchBtn {
    border: none;
    width: 50px;
    height: 36px;
    background: url(../Images/search.svg) no-repeat center/48%;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: -6px;
    top: 22px;
    position: absolute;
    right: 8px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega a {
    font-size: 1.25em;
    background-color: transparent;
    color: #fff;
    border-bottom: none;
    padding: 5px;
    z-index: 0;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega a .mega .sub-menu li a {
    font-size: 1.1em;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li {
    width: 100%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li a {
    margin-left: 8%;
    font-size: 1.1rem;
    color: #484848;
    border-bottom: 1px dotted #d3d3d3;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li:last-child a {
    border-bottom: none;
  }

  .RWDTop {
    padding-top: 0;
  }

  .news-v3 h2 {
    font-size: 1.375em;
    line-height: 30px;
  }

  .equal-height-column {
    height: auto !important;
  }

  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit;
  }
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: left;
    margin-left: 0;
  }

  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .form_item_txt {
    display: block;
    width: 100%;
    text-align: left;
  }

  .form_item_input {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .panel-title .word,.card-title .word {
    display: inline-block;
  }
}
@media (max-width: 414px) {
  .publication .nav-tabs > li {
    width: 50% !important;
    height: 62px;
  }

  .publication .nav-tabs > li.active {
    z-index: 1;
  }

  .panel-title .word,.card-title .word {
    display: inline-block;
    font-size: 1.05rem;
  }

  .header-v5 .navbar-header .navbar-brand {
    width: 90%;
    float: left;
    padding-top: 20px;
  }

  .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
    margin-right: 0;
    padding-right: 0;
  }

  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-year {
    margin-top: -5px;
    line-height: 14px;
  }
  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-date {
    font-size: 1.3em;
  }

  .page-type_green2 .content-boxes-v1 a .img-responsive {
    width: 100%;
  }

  .JQicon .hvr-float .p-small {
    display: none;
  }
}
@media (min-width: 0) and (min-resolution: 0.001dpcm) {
  .radio {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .radio label::after {
    transform: scale(0);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .location ul li {
    padding: 5px 10px 5px 3px;
    background-position: right 11px;
    background-image: url(../Images/location_bg2.png);
  }

  p.p-small {
    font-size: 0.78rem;
  }

  .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text {
    padding: 40px 0 30px;
    margin-bottom: 0;
  }
  .page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item {
    padding: 5px 8px 2px 24px;
    margin: 0px;
  }
  .page-type_green2 .content-boxes-v1 a .img-responsive {
    height: 60px;
  }
  .page-type_green2 .video2 {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .page-type_green2 .video2 .owl-carousel {
    margin-bottom: 0;
  }
  .page-type_green2 .footer-v4 .statements .statements-list li a {
    padding: 0 10px;
  }
  .page-type_green2 .owl-video2 {
    padding-bottom: 10px;
  }
  .page-type_green2 .infectious_disease_box .news-v2 .disease .disease_right .disease_right_box {
    min-height: 117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .intelligent-button {
    z-index: 3;
  }

  .searchbox ul.searchbox_ul {
    margin-left: 0;
  }

  .sectionGray .cube-portfolio .cbp-l-filters-text {
    padding-top: 40px;
  }

  .page-type_green2 .video2 {
    padding: 50px 0 10px;
  }

  .footer-v4 .statements .statements-list li a {
    padding: 0 5px;
    font-size: 0.86rem;
  }

  .footer-v4 .copyright p.p-small {
    text-align: left;
  }

  .copyright .footer-brand .footer-logo-img2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .copyright .footer-brand .footer-logo-img {
    margin-right: 22px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.375em;
  }

  h3 {
    font-size: 1.1em;
  }

  .infectious .search-ul.search-ul-3 li {
    width: 33.3333333%;
  }
  .infectious .infectious_disease_ul li {
    width: 50%;
  }
  .infectious .infectious_disease_ul li a {
    font-size: 0.8rem;
    padding-left: 5px;
  }
  .infectious.search-block h2 {
    margin-top: 20px;
  }
  .infectious.search-block h2 .form-control {
    height: 36px;
    border-radius: 4px 0 0 4px !important;
  }
  .infectious.search-block h2 .form-control .input-group-btn .btn-u.btn-u-lg {
    padding: 2px 20px 6px;
    border-radius: 0 4px 4px 0;
  }

  .news-v3 {
    margin-top: 10px;
  }
  .news-v3 .con-title .social-all ul {
    display: block;
  }
  .news-v3 .con-title .social-all ul li a img {
    display: block;
  }
  .news-v3 .social-all .return-page .return-page-span {
    top: 0px;
  }

  .page-type_green2.horizontal-menu .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a {
    margin-right: 0;
  }
  .page-type_green2.horizontal-menu .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
    width: 80%;
  }
  .page-type_green2.horizontal-menu .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
    width: 20%;
    margin-left: 0;
  }
  .page-type_green2.horizontal-menu .cbp-l-grid-agency.cbp-l-grid-medical .cbp-item {
    margin-right: 0px;
  }
  .page-type_green2.horizontal-menu .menu-toggle {
    width: 40px;
    height: 40px;
    right: 18px;
    top: 8px;
  }
  .page-type_green2.horizontal-menu .menu-toggle .hamburger span {
    width: 30px;
    height: 3px;
    position: relative;
    top: 3px;
    margin: 6px auto;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .cross span:nth-child(1) {
    top: 2px;
    left: 50%;
    width: 3px;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .cross span:nth-child(2) {
    top: 50%;
    left: 2px;
    height: 3px;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    right: -38%;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .menu-toggle.open {
    right: 2.3rem;
    top: 5px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega a {
    font-size: 0.8em;
    padding: 4px;
    padding-top: 4px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li a {
    font-size: 0.75em;
    padding: 5px;
    padding-top: 5px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch {
    height: 51px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch input[type="text"] {
    width: 74%;
    height: 32px;
    font-size: 90%;
    padding-left: 15px;
    top: 11px;
    left: 5%;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .bar {
    width: 49%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch .barsearchBtn {
    top: 10px;
    right: 0px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open a span.arrow {
    right: -1px;
    top: -4px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.open a span.arrow:before {
    content: " + ";
    font-size: 1.750em;
    right: 14%;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar .navbar-header .navbar-brand {
    width: 72%;
    padding: 10px 0 0 10px;
  }
  .page-type_green2.horizontal-menu .header-v5 .navbar .navbar-header .navbar-brand img {
    width: 100%;
  }
  .page-type_green2.horizontal-menu .content-boxes-v1 a .img-responsive {
    width: 63%;
    margin: 0 auto;
    background-size: 100%;
  }
  .page-type_green2.horizontal-menu .video2 {
    padding: 40px 0 20px;
  }

  #TravelEpidemicList .pagination {
    margin-bottom: 10px;
  }
  #TravelEpidemicList .pagination li a {
    padding: 5px;
  }

  .intelligent-button {
    z-index: 9;
    top: 58%;
  }

  .xs-searchbox {
    display: none;
  }

  .statement .p-small {
    text-align: left;
  }

  .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item {
    width: 100%;
  }
  .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item .content-boxes-v3 a .content-boxes-in-v3 {
    width: 80%;
    padding-right: 2% !important;
  }
  .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item .content-boxes-v3 a .icon-custom {
    width: 20%;
    margin-left: 0%;
  }
  .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item:nth-child(odd) {
    margin-right: 0%;
  }
  .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-w50 .cbp-item:nth-child(even) {
    margin-left: 0%;
  }
  .cbp-l-grid-agency .content-boxes-v3 a:hover .icon-custom {
    border-right: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    right: -27%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch {
    height: 50px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch input[type="text"] {
    height: 32px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch .barsearchBtn {
    width: 43px;
    box-shadow: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li a {
    margin-left: 7%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega {
    min-width: 184px;
    padding: 0px;
  }

  .page-type_green2 .content-boxes-v1 a h3 {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .page-type_green2 .img-res2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-year {
    position: relative;
    top: 10px;
  }
  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-date {
    position: relative;
    top: 10px;
  }

  .owl-banner .owl-controls .owl-dots .owl-dot span,
  .owl-theme .owl-controls .owl-dots .owl-dot span,
  .owl-video2 .owl-controls .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }

  .page-type_green2.horizontal-menu .video2 {
    padding: 40px 0 10px;
  }

  .page-type_green2 #link.bg {
    padding-top: 10px;
  }

  .footer-v4 .statements .statements-list li a {
    border-left: none;
    padding: 0 5px;
  }
}
@media screen and (max-width: 375px) {
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    right: -27%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch {
    height: 50px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch input[type="text"] {
    height: 32px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch .barsearchBtn {
    width: 43px;
    box-shadow: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li a {
    margin-left: 7%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega {
    min-width: 184px;
    padding: 0px;
  }
}
@media screen and (max-width: 320px) {
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch {
    height: 50px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch input[type="text"] {
    height: 32px;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .barsearch .barsearchBtn {
    width: 43px;
    box-shadow: none;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .bar-inner ul li.mega .mega .sub-menu li a {
    margin-left: 7%;
  }
  .page-type_green2.horizontal-menu .header-v5 .bar .container .bar-inner ul li.mega {
    min-width: 156px;
    padding: 0px;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .navbar-brand {
    right: -9%;
  }
  .page-type_green2.horizontal-menu.side-left .wrapper .header-v5 .navbar .navbar-header .menu-toggle.open {
    right: 2rem;
  }
  .page-type_green2.horizontal-menu .content-boxes-v1 a .img-responsive {
    width: 67%;
    margin: 0 auto;
    height: 42px;
  }
  .page-type_green2.horizontal-menu .keyword strong {
    font-size: 0.7rem;
  }
  .page-type_green2.horizontal-menu .JQconvenient {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-type_green2.horizontal-menu .JQconvenient h3 {
    font-size: 1rem;
    margin: 0;
  }
  .page-type_green2.horizontal-menu .img-res2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page-type_green2.horizontal-menu .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .page-type_green2.horizontal-menu .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item h2 {
    font-size: 1rem;
  }
  .page-type_green2.horizontal-menu .sectionGray .cube-portfolio .cbp-l-filters-text .cbp-filter-item h2 {
    padding-left: 5px;
  }
  .page-type_green2.horizontal-menu .intelligent-button {
    top: 51%;
  }
  .page-type_green2.horizontal-menu .cbp-l-grid-agency .content-boxes-v3 a .icon-custom {
    margin-right: 10px;
    position: relative;
    top: 12px;
    width: 20%;
  }
  .page-type_green2.horizontal-menu .statements .statements-list a {
    padding: 2px 5px;
    font-size: 0.9rem;
    border-left: none;
  }
  .page-type_green2.horizontal-menu .footer-v4 .copyright {
    padding: 20px 0;
  }
  .page-type_green2.horizontal-menu .owl-banner .owl-controls .owl-dots .owl-dot span,
  .page-type_green2.horizontal-menu .owl-theme .owl-controls .owl-dots .owl-dot span,
  .page-type_green2.horizontal-menu .owl-video2 .owl-controls .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .page-type_green2.horizontal-menu .owl-banner .owl-controls .owl-dots,
  .page-type_green2.horizontal-menu .owl-theme .owl-controls .owl-dots,
  .page-type_green2.horizontal-menu .owl-video2 .owl-controls .owl-dots {
    bottom: 2px;
  }
}
/*疫苗基金*/
@media (min-width: 1500px) {
    .convenient .container {
        width: 1460px;
    }
}
@media only screen and (max-width: 992px) {
  .page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
    width: 60% !important;
  }

  .page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
    width: 20% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
    width: 100% !important;
  }

  .page-type_green2 .style_ch_cube .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
    width: 100% !important;
    right: 0 !important;
    position: relative;
    height: 100%;
    top: 17px !important;
    border-left: none;
  }

  .page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical.cbp-l-grid-Activity .content-boxes-v3 a {
    padding: 10px;
    border-bottom: none;
  }

  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-year {
    margin-top: 7px;
    line-height: 13px;
    margin-bottom: 7px !important;
  }
}
@media only screen and (max-width: 992px) {
  .page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
    width: 70%;
  }

  .page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-year {
    margin-top: -4px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footer-v4 .statement .p-small {
    text-align: left;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .footer-v4 .statements .statements-list {
    line-height: 33px;
  }

  .footer-v4 .copyright p.p-small {
    text-align: left;
  }

  .footer-v4 .statements {
    overflow: hidden;
  }

  .footer-v4 .statements .statements-list {
    margin-left: -1px;
    text-align: left;
  }

  .footer-v4 .statement .p-small .p-small-text-wrap {
    display: block;
  }

  .owl-video2 .owl-controls .owl-nav .owl-prev {
    left: -14px;
  }

  .owl-video2 .owl-controls .owl-nav .owl-next {
    right: -13px;
  }

  .owl-link .owl-controls .owl-nav .owl-next {
    right: -13px;
  }

  .owl-link .owl-controls .owl-nav .owl-prev {
    left: -13px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .footer-v4 .statements .statements-list li:first-child a {
    border-left: 1px solid #ccc !important;
  }

  .owl-video2 .owl-controls .owl-nav .owl-prev {
    left: -14px;
  }

  .owl-video2 .owl-controls .owl-nav .owl-next {
    right: -13px;
  }

  .owl-link .owl-controls .owl-nav .owl-next {
    right: -13px;
  }

  .owl-link .owl-controls .owl-nav .owl-prev {
    left: -13px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .footer-v4 .statements .statements-list li:first-child a {
    border-left: 1px solid #ccc !important;
  }
}
.footer-v4 .statement .p-small {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 25px;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  font-size: 0.825rem;
}

.footer-v4 .statement .p-small .p-small-text-wrap {
  display: inline-block;
  margin-right: 7px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .page-type_green2 .video2 .owl-carousel .item-video .owl-video-tn {
    height: 163px !important;
  }
}
@media (max-width: 768px) {
  .page-type_green2 .table-responsive-csv a {
    display: inline-block;
    margin-top: 10px;
  }

  select.form-control.d-i-b {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .dataTables_wrapper .dataTables_length select.input-sm {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .infectious .search-ul li a h3 {
    padding: 10px;
  }

  .infectious .infectious_disease_ul li {
    width: 100%;
  }

  .page-type_green2 .infectious_disease_box .news-v3 .news-v3-in .con-title {
    padding-left: 0;
    padding-top: 70px;
  }

  .application-form .nav-tabs > li {
    width: 100%;
  }
}
img {
  max-width: 100% !important;
  /*height: auto !important;
  padding: 5px;*/
}

/* accessible */
/* 海報 */
ul.image-list a {
  display: inline-block;
}

/* 首頁icon */
.page-type_green2 .content-boxes-v1 a {
  width: auto;
  height: auto;
}

/* 首頁下圖輪播 */
.owl-loaded a {
  display: block;
}

.owl-loaded a:focus {
  margin-top: unset;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type=checkbox]:focus + label {
  color: #35363a;
  border: dotted 2px #7eb100;
}

/* 列印我的國際旅遊處方箋 */
.style_ch .download a, .style_ch .a-block a {
  cursor: pointer;
}

/* 傳染病海報 */
img.img-responsive.bg-img {
  height: unset;
  width: auto;
  margin: 0 auto;
}

/* 疾病資訊 */
.page-type_green2 .infectious_disease_box .news-v2 .disease .disease_left ul {
  max-height: 90px;
}

@media (max-width: 993px) {
  .infectious .infectious_disease_ul li {
    width: 50%;
  }

  .infectious .search-ul li {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .infectious .infectious_disease_ul li {
    width: 100%;
  }

  .infectious .search-ul li {
    width: 100%;
  }
}
/**
*https://www-new.cdc.gov.tw/InfectionReport/Epidemictheme/MkV2RE5JRmZFV3lIOFJsSEFwMXQ4Zz09
**/
.collapsed .panel-title,.collapsed .card-title {
  float: none;
}

.panel-title:after,.card-title:after {
  clear: both;
  content: "";
  display: block;
}

.panel-title .word,.card-title .word {
  width: 95%;
  float: left;
}

.panel-title > i,.card-title > i {
  float: left;
  width: 3%;
  text-align: right;
}

@media (max-width: 768px) and (min-width: 415px) {
  .collapsed .panel-title,.collapsed .card-title {
    float: none;
  }

  .panel-title .word,.card-title .word {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*
*https://www-new.cdc.gov.tw/InfectionReport/SubMenu/a2xRd2VtVTJFdkhKYXJEZlRTYUkxZz09
*/
.page-type_green2 .journal-box .journal-box-li .journal-box-left img {
  min-height: auto;
}

/*
*
*/
.JdataPicker > input {
  box-shadow: none;
  height: 38px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.JdataPicker > span.add-on {
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
}

.JdataPicker > span.add-on .arrow {
  top: 2px;
}

.JdataPicker > span.add-on i {
  font-size: 1em !important;
  margin: 5px !important;
}

/*
*https://www-new.cdc.gov.tw/InfectionReport/SubMenu/a2xRd2VtVTJFdkhKYXJEZlRTYUkxZz09
*/
@media (max-width: 993px) {
  .infectious .search-ul.publication li {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .infectious .search-ul.publication li {
    width: 100%;
  }
}
/*
*https://www-new.cdc.gov.tw/
*/
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a {
  padding: 10px 15px 10px 10px;
  margin-bottom: 0px;
}

.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 {
  height: auto;
  min-height: 55px;
}

.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 h3 {
    height: 55px;
    overflow: hidden;
  }
}
.video2 .owl-carousel .owl-stage-outer .owl-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 15px;
  padding: 0px;
}

.footer-v4 .footermap {
  width: auto;
  top: -28px !important;
}

/*
*https://www-new.cdc.gov.tw/Category/Page/cBX61rWwT5TKpS7BbMzKag#collapsefour
*/
.organization_table td ul {
  margin: 20px;
}

.organization_table td ul li {
  float: none;
  width: auto;
}

/*
*https://www-new.cdc.gov.tw/Disease/SubIndex/667
*/
.disease__rwd__fix.disease:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 1200px) {
  .page-type_green2 .infectious_disease_box .news-v2 .disease.disease__rwd__fix .disease_left {
    width: 100%;
  }

  .page-type_green2 .infectious_disease_box .news-v2 .disease.disease__rwd__fix .disease_left .disease-heading {
    width: 100%;
  }

  .page-type_green2 .infectious_disease_box .news-v2 .disease.disease__rwd__fix .disease_left ul {
    width: 100%;
  }

  .page-type_green2 .infectious_disease_box .news-v2 .disease.disease__rwd__fix .disease_left .more {
    left: auto;
    right: 0px;
  }
}
/*
*table-block
*/
@media only screen and (max-width: 480px) {
  table th.table-block {
    width: 100% !important;
    display: block;
  }

  table td.table-block {
    display: block;
  }
}
/*
*img
*/
@media (max-width: 767px) {
  p img {
    display: block;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
    width: auto;
  }

  span img {
    display: block;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
    width: auto;
  }
}
/*
*index
*/
@media (max-width: 1190px) {
  .cbp-l-filters-text .cbp-filter-item {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .cbp-l-filters-text {
    padding-left: 0;
    padding-right: 0;
  }
  .cbp-l-filters-text .cbp-filter-item {
    min-width: 140px;
  }
}
/*
*decoration__line
*/
.decoration__line:last-child {
  color: #f7f5f5;
}

/*
*https://www-new.cdc.gov.tw/En/Category/Page/SyaD1UDPo1wjL6d_EI94yA
*/
.news-v3 h2.con-title {
  text-align: initial;
}

/*
*左側選單
*/
.multilevel_nav .h3:after {
  clear: both;
  content: "";
  display: block;
}

/*
*https://www-new.cdc.gov.tw//NewSouthboundPolicy/CountryInformation/fxsx5UGO4rEkyGpqJ3fBJA
*/
.various > a {
  display: block;
}

.circle__imgBox {
  width: 100%;
  margin: 1%;
  text-align: center;
  position: relative;
  display: inline-block;
}

.circle__stuff {
  position: relative;
  padding-top: 100%;
  float: none;
}

.circle__imgBox > img {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  float: none;
  border-radius: 50%;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border: solid 1px #b3b3b3;
}

.page-type_green2 .various a {
  display: block;
}

@media (max-width: 768px) {
  .page-type_green2 .various a p {
    font-size: 1rem;
  }
}
/*
*social-all
*/
.social-all li {
  padding-right: 5px;
}

.news-v3 .social-all .return-page .return-page-span {
  border-radius: 5px;
  font-size: 1rem;
  width: 22px;
  height: 22px;
  top: 11px;
  margin-left: 5px;
  line-height: 3rem;
}

.news-v3 .social-all .return-page .return-page-span i {
  top: -14px;
  left: 4px;
  margin: 0px;
}

@media (max-width: 768px) {
  .news-v3 .social-all .return-page .return-page-span {
    top: 2px;
    line-height: 2rem;
  }

  .news-v3 .social-all .return-page .return-page-span i {
    top: -6px;
  }
}
/*
*https://www-new.cdc.gov.tw/Category/MPage/0IaI1fGlb_ZPJ_ER_aJWKg
*/
td[headers='week'] {
  width: 15% !important;
}

td[headers='date'] {
  width: 30% !important;
}

td[headers='link'] {
  width: 55% !important;
}

/*
*header
*/
@media (max-width: 768px) {
  .page-type_green2.horizontal-menu .header-v5 .navbar .navbar-header .navbar-brand {
    padding: 0px;
  }
}
/*
*menu
*/
@media (min-width: 769px) {
  .bar > .barsearch {
    display: none;
  }
}
/*
*language btn
*/
.language_btn {
  width: 35px;
  height: 35px;
  background-color: #048800;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  color: #fff;
  right: 80px;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 0.7rem;
}

.language_btn:hover,
.language_btn:focus {
  background-color: #035500;
  color: #fff;
}

@media (min-width: 769px) {
  .language_btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .language_btn {
    top: 10px;
  }
}
/**
*英文版首頁
**/
.searchbox_ul:after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 400px) {
  .searchbox ul.searchbox_ul {
    margin: 0px;
  }

  .page-type_green2 .searchbox ul.searchbox_ul li h2 > a {
    font-size: 0.9rem;
  }

  .page-type_green2 .searchbox ul.searchbox_ul li {
    margin-right: 5px;
    padding-right: 0px;
  }

  .page-type_green2 .searchbox ul.searchbox_ul li:first-child a {
    padding-right: 10px;
  }

  .page-type_green2 .searchbox ul.searchbox_ul li a {
    padding: 0px;
  }
}
/*
*https: //www-new.cdc.gov.tw/Disease/SubIndex/NvKXcB74Wh3-1vGaYMigDw
*/
@media (min-width: 1800px) {
  .page-type_green2 .infectious_disease_box {
    background-position-y: -110px;
  }
}
/*
*search
*/
.search_results_title {
  font-size: 1.2rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  width: 100%;
  height: 30px !important;
}

.search_results_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  width: 100%;
  height: 30px !important;
}

/**
*麵包屑
**/
.cd-breadcrumb li,
.cd-multi-steps li {
  min-height: 26px;
  list-style-type: none;
}

.panel-heading > a[data-bs-toggle="collapse"],.card-heading > a[data-bs-toggle="collapse"] {
  display: block;
}

.input-append .add-on .arrow {
  z-index: 96;
}

/*
*https: //www-new.cdc.gov.tw/Bulletin/List/MmgtpeidAR5Ooai4-fgHzQ
*/
.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a {
  padding: 8px 15px 8px 15px;
}

.page-type_green2 .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .icon-custom {
  width: 10%;
  padding-right: 2%;
  padding-left: 0px;
  float: left;
  border-left: none;
  border-right: 1px solid #CAC9C9;
  margin-left: 0%;
  margin-right: 1%;
}

.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .content-boxes-in-v3 p {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/**
*英文版選單
**/
.style_ch.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  border-bottom: 1px dotted #c2c2c2 !important;
  display: block;
}

/**
*
**/
@media screen and (max-width: 479px) {
  .page-type_green2.horizontal-menu .cbp-l-grid-agency.cbp-l-grid-medical .content-boxes-v3 a .content-boxes-in-v3 {
    width: 77%;
  }
}
/**
*
**/
.page-type_green2 .cbp-l-grid-agency .content-boxes-v3 a .icon-custom .icon-date {
  font-size: 1em !important;
}

/*
*fix-btn-group
*/
.fix-btn-group {
  position: fixed;
  top: 43%;
  right: 10px;
  z-index: 98;
}

/*
*suggest_btn
*/
.suggest_btn {
  width: 46px;
  height: auto;
  padding: 7px 0px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffa51f;
  text-align: center;
  position: relative;
  border-radius: 3px;
  border: 1px solid #e69113;
  margin-bottom: 10px;
}

.suggest_btn i {
  display: block;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
}

.suggest_btn span {
  width: 28px;
  display: block;
  margin: 5px auto 0px;
  line-height: 20px;
  font-size: 1.1rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .suggest_btn span {
    display: none;
  }
}
/*
*.intelligent-button
*/
.intelligent-button {
  top: 0px;
  left: 0px;
  position: relative;
  padding-bottom: 5px;
  height: auto;
}

.intelligent-button span {
  display: block;
  margin: 5px auto 0px;
}

/**
**英文版選單
**/
@media screen and (min-width: 768px) {
  .page-type_green2.horizontal-menu .bar .bar-inner ul > li.mega {
    padding: 0px 20px;
  }

  .page-type_green2.horizontal-menu .bar .bar-inner > ul > li.mega:first-child {
    padding: 0px 10px 0px 5px;
  }

  .page-type_green2.horizontal-menu .bar {
    position: relative;
    min-height: 44px;
  }

  .page-type_green2.horizontal-menu .bar .bar-inner ul > li.mega > a {
    min-height: 44px;
    line-height: 44px;
    display: block;
  }

  .page-type_green2.horizontal-menu .bar .bar-inner > ul > li.open .mega {
    top: auto;
  }

  .page-type_green2.horizontal-menu .bar .bar-inner ul > li a {
    text-align: left;
  }
}
/**
**首頁中間icon 修正
**/
.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(2) h2::before {
  content: url(../Images/newspaper/gray/newspaper-05.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(2):hover h2::before {
  content: url(../Images/newspaper/newspaper-05.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-of-type(2) h2::before {
  content: url(../Images/newspaper/newspaper-05.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(3) h2::before {
  content: url(../Images/newspaper/gray/newspaper-09.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(3):hover h2::before {
  content: url(../Images/newspaper/newspaper-09.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-of-type(3) h2::before {
  content: url(../Images/newspaper/newspaper-09.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(4) h2::before {
  content: url(../Images/newspaper/gray/newspaper-06.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(4):hover h2::before {
  content: url(../Images/newspaper/newspaper-06.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-of-type(4) h2::before {
  content: url(../Images/newspaper/newspaper-06.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(5) h2::before {
  content: url(../Images/newspaper/gray/newspaper-03.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(5):hover h2::before {
  content: url(../Images/newspaper/newspaper-03.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-of-type(5) h2::before {
  content: url(../Images/newspaper/newspaper-03.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(6) h2::before {
  content: url(../Images/newspaper/gray/newspaper-01.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item:nth-of-type(6):hover h2::before {
  content: url(../Images/newspaper/newspaper-01.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active:nth-of-type(6) h2::before {
  content: url(../Images/newspaper/newspaper-01.svg);
}

.page-type_green2 .cbp-l-filters-text .cbp-filter-item h2::before {
  height: 23px;
}

/*
*
*/
@media (min-width: 769px) {
  .RWDTop {
    padding-top: 127px;
  }
}
/*
*file icon
*/
.Downloadfile-img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 6px;
  margin-left: -4px;
  background-repeat: no-repeat;
}

.Downloadfile-img.Downloadfile-default {
  background: url(../Images/file_icon/default.png);
}

.Downloadfile-img.Downloadfile-PDF {
  background: url(../Images/file_icon/PDF.png);
}

.Downloadfile-img.Downloadfile-MP4 {
  background: url(../Images/file_icon/MP4.png);
}

.Downloadfile-img.Downloadfile-PNG {
  background: url(../Images/file_icon/PNG.png);
}

.Downloadfile-img.Downloadfile-DOC {
  background: url(../Images/file_icon/DOC.png);
}

.Downloadfile-img.Downloadfile-PHP {
  background: url(../Images/file_icon/PHP.png);
}

.Downloadfile-img.Downloadfile-JPG {
  background: url(../Images/file_icon/JPG.png);
}

.Downloadfile-img.Downloadfile-RB {
  background: url(../Images/file_icon/RB.png);
}

.Downloadfile-img.Downloadfile-RAR {
  background: url(../Images/file_icon/RAR.png);
}

.Downloadfile-img.Downloadfile-TXT {
  background: url(../Images/file_icon/TXT.png);
}

.Downloadfile-img.Downloadfile-FILE {
  background: url(../Images/file_icon/file.png);
}

.Downloadfile-img.Downloadfile-GIF {
  background: url(../Images/file_icon/GIF.png);
}

.Downloadfile-img.Downloadfile-FLA {
  background: url(../Images/file_icon/FLA.png);
}

.Downloadfile-img.Downloadfile-PPT {
  background: url(../Images/file_icon/PPT.png);
}

.Downloadfile-img.Downloadfile-PSD {
  background: url(../Images/file_icon/PSD.png);
}

.Downloadfile-img.Downloadfile-ZIP {
  background: url(../Images/file_icon/ZIP.png);
}

.Downloadfile-img.Downloadfile-TIF {
  background: url(../Images/file_icon/TIF.png);
}

.Downloadfile-img.Downloadfile-ODS {
  background: url(../Images/file_icon/ODS.png);
}

.Downloadfile-img.Downloadfile-XLS {
  background: url(../Images/file_icon/XLS.png);
}

.Downloadfile-img.Downloadfile-C1 {
  background: url(../Images/file_icon/C++.png);
}

.Downloadfile-img.Downloadfile-HTML {
  background: url(../Images/file_icon/HTML.png);
}

.Downloadfile-img.Downloadfile-C2 {
  background: url(../Images/file_icon/Csharp.png);
}

.Downloadfile-img.Downloadfile-JAVA {
  background: url(../Images/file_icon/JAVA.png);
}

.Downloadfile-img.Downloadfile-MUSIC {
  background: url(../Images/file_icon/music.png);
}

.Download-span {
  height: 35px;
  line-height: 2.1875rem;
  text-decoration: underline;
  color: #989898;
  font-size: 1rem;
}

.Downloadfile-img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 6px;
  margin-left: -4px;
  background-repeat: no-repeat;
}

.Downloadfile-img.Downloadfile-DEFAULT {
  background: url(../Images/file_icon/default.png);
}

.Downloadfile-img.Downloadfile-FILE {
  background: url(../Images/file_icon/file.png);
}

.Downloadfile-img.Downloadfile-RB {
  background: url(../Images/file_icon/RB.png);
}

.Downloadfile-img.Downloadfile-TXT {
  background: url(../Images/file_icon/TXT.png);
}

.Downloadfile-img.Downloadfile-PDF {
  background: url(../Images/file_icon/PDF.png);
}

.Downloadfile-img.Downloadfile-ODF {
  background: url(../Images/file_icon/ODF.png);
}

.Downloadfile-img.Downloadfile-DOC {
  background: url(../Images/file_icon/DOC.png);
}

.Downloadfile-img.Downloadfile-ODT {
  background: url(../Images/file_icon/ODT.png);
}

.Downloadfile-img.Downloadfile-PPT {
  background: url(../Images/file_icon/PPT.png);
}

.Downloadfile-img.Downloadfile-ODP {
  background: url(../Images/file_icon/ODP.png);
}

.Downloadfile-img.Downloadfile-CSV {
  background: url(../Images/file_icon/CSV.png);
}

.Downloadfile-img.Downloadfile-XLS {
  background: url(../Images/file_icon/XLS.png);
}

.Downloadfile-img.Downloadfile-ODS {
  background: url(../Images/file_icon/ODS.png);
}

.Downloadfile-img.Downloadfile-PNG {
  background: url(../Images/file_icon/PNG.png);
}

.Downloadfile-img.Downloadfile-JPG {
  background: url(../Images/file_icon/JPG.png);
}

.Downloadfile-img.Downloadfile-GIF {
  background: url(../Images/file_icon/GIF.png);
}

.Downloadfile-img.Downloadfile-TIF {
  background: url(../Images/file_icon/TIF.png);
}

.Downloadfile-img.Downloadfile-PSD {
  background: url(../Images/file_icon/PSD.png);
}

.Downloadfile-img.Downloadfile-AI {
  background: url(../images/file_icon/AI.png);
}

.Downloadfile-img.Downloadfile-ZIP {
  background: url(../Images/file_icon/ZIP.png);
}

.Downloadfile-img.Downloadfile-RAR {
  background: url(../Images/file_icon/RAR.png);
}

.Downloadfile-img.Downloadfile-FLA {
  background: url(../Images/file_icon/FLA.png);
}

.Downloadfile-img.Downloadfile-MUSIC {
  background: url(../Images/file_icon/music.png);
}

.Downloadfile-img.Downloadfile-MP4 {
  background: url(../Images/file_icon/MP4.png);
}

.Downloadfile-img.Downloadfile-C1 {
  background: url(../Images/file_icon/C++.png);
}

.Downloadfile-img.Downloadfile-C2 {
  background: url(../Images/file_icon/Csharp.png);
}

.Downloadfile-img.Downloadfile-PHP {
  background: url(../Images/file_icon/PHP.png);
}

.Downloadfile-img.Downloadfile-JAVA {
  background: url(../Images/file_icon/JAVA.png);
}

.Downloadfile-img.Downloadfile-HTML {
  background: url(../Images/file_icon/HTML.png);
}

.Download-span {
  height: 35px;
  line-height: 2.1875rem;
  text-decoration: underline;
  color: #989898;
  font-size: 1rem;
}

/**
*Accessibility
**/
.accessibility_radio.radio input[type="radio"] {
  display: block;
  border: none;
  left: -10000px;
}

.accessibility_radio.radio input[type="radio"]:focus + label {
  border: dotted 2px #048800;
}

a.return-page {
  overflow: hidden;
  display: block;
}

a.return-page:focus {
  border: dotted 1px #048800;
}

.a2a_kit a:focus {
  border: dotted 1px #048800;
}

legend.questionnaire_label {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-size: 1.0rem;
  margin: 0px;
}

legend.control-label {
  font-weight: 500;
  font-size: 1.0rem;
  text-align: left;
}

input:focus {
  background-color: #d4ffe7;
  color: #111;
}

.infectious .infectious_disease_ul li a {
  border: dotted 2px #EEEEEE;
}

.infectious .infectious_disease_ul li a:focus {
  background-color: #d7ffd6;
  color: #3f6347;
}

.page-type_green2 .infectious_disease_box .news-v2 .disease a:focus {
  border: dotted 2px #048800;
}

.page-type_green2 .infectious_disease_box .news-v3 a:focus {
  border: dotted 2px #048800;
}

/**
*Accessibility ac_datepicker
**/
#ac_datepicker {
  margin: 0;
  padding: 0;
  height: 25px;
  vertical-align: bottom;
}

.ui-datepicker-trigger {
  margin: 2px;
  padding: 0;
  vertical-align: bottom;
}

.ui-datepicker-trigger img {
  width: 25px;
  height: 25px;
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  margin: 0;
  padding: 0;
}

button.ui-datepicker-trigger {
  background-color: transparent !important;
  border: none !important;
  margin: auto !important;
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
  border: none !important;
  margin: auto !important;
  outline: 2px solid #8cc63f !important;
  background-color: #fdf6e7 !important;
}

.ac_datepicker_icon {
  padding: 0px 10px 2px;
  background: #14723e;
  color: #fff;
  line-height: 33px;
  margin: 0px;
  display: inline-block;
  font-size: 0.8rem;
  height: 38px;
  border-radius: 0 5px 5px 0px;
}

input[type="text"].ac_datepicker {
  padding-left: 10px;
  display: inline-block;
  width: 80%;
}

.ui-datepicker-trigger:focus .ac_datepicker_icon,
.ui-datepicker-trigger:hover .ac_datepicker_icon {
  background: #0b3a20;
}

.ui-datepicker button:focus,
.ui-datepicker a:focus {
  border: solid 1px #111;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #111;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:focus {
  background: #333;
  color: #fff;
}

/**
*期刊  https: //www.cdc.gov.tw/InfectionReport/SubMenu/a2xRd2VtVTJFdkhKYXJEZlRTYUkxZz09
**/
.page-type_green2 .journal-box .journal-box-li .journal-box-right .Journal-ul li:nth-child(3) span {
  color: #7b0000;
}

/*
*出版品分類
*/
.infectious .search-ul li.active a:focus {
  background-color: #035001;
}

/*
*疫情報導
*/
.page-type_green2 .epidemic .date_box span {
  color: #222;
}

.btn-warning {
  background-color: #a53500;
  border-color: #672202;
}

.btn-warning:focus {
  background-color: #672100;
  border-color: #672202;
}

.style_ch .date {
  color: #036100;
}

table.table-caption-top {
    caption-side: top !important;
}

table.table-caption-bottom {
    caption-side: bottom !important;
}

/**
*首頁
**/
.content-boxes-v1 .owl-loaded a:focus {
  border: none;
  margin-top: 10px;
  display: block;
  margin: 0px;
  height: auto;
}

/**
*不知道誰加的，我先補回去
**/
.style_ch .content_page2 ul {
  /* list-style: none; */
}

/**
*修正無障礙選單
**/
.multilevel_nav .multilevel_span.active > a {
  visibility: visible !important;
  display: block;
  background: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 1.4rem;
  color: #048800;
  width: 28px;
}

.style_ch .multilevel_nav a.multilevel_title {
  visibility: visible !important;
  display: block;
  background: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 1.4rem;
  color: #048800;
}

.multilevel_nav .menu_box.navcolor .multilevel_title a.multilevel_span_1 {
  visibility: hidden !important;
}

.multilevel_nav .menu_box.navcolor .multilevel_title a.multilevel_span_1:hover {
  background: none;
}

.multilevel_nav .menu_box .multilevel_title a.multilevel_span_1 {
  visibility: visible !important;
  padding: 0px;
}

.multilevel_nav .menu_box .multilevel_title a.multilevel_span_1:hover {
  background: none;
  color: #111;
}

/**
**sitemap
***/
.headline h2 a {
  font-size: 1.625rem;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
}

.headline2 h2 a {
  font-size: 1.625rem;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #048800;
}

/**
*無障礙focus
**/
.page-type_green2 .searchbox ul.searchbox_ul li a {
  display: inline-block;
  border-right: none;
}

.page-type_green2 .searchbox ul.searchbox_ul li h2 a {
  border-right: 1px solid #048800;
}

.cbp-filter-item:focus {
  background-color: #e0ffd3;
}

.page-type_green2 .sectionGray .cube-portfolio .cbp-l-filters-text.filters-box .cbp-filter-item.cbp-filter-item-active:focus {
  background-color: #e0ffd3;
}

/**
*sr-only1
**/
.sr-only1 {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/**
*JQowl-banner
**/
.JQowl-banner .owl-dot a {
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
  margin: 0 6px;
  background: #d6d6d6;
  overflow: hidden;
  text-indent: -9999px;
}
.JQowl-banner .owl-dot a:hover {
  background: #869791;
}
.JQowl-banner .owl-dot.active a {
  background: #869791;
}

.dt-paging ul.pagination {
    list-style: none;
}

#ui-datepicker-div {
    z-index: 999 !important;
    overflow: auto !important;
}

/*:focus {
    border: none !important;
}*/

.radio label:focus {
    border: dotted 0px #7eb100 !important;
}

table.table.table-color th {
    background-color: #0b8e4d;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 1.7;
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 700;
}

table.table.table-color td {
    text-align: center;
}

table.table.table-color .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

table.table.table-color .label {
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 6px 10px;
    color: #ffffff;
    border-radius: .25em;
    text-shadow: none;
    display: inline;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.btn-cons {
    min-width: 120px;
}

.btn.btn-cons:hover, .btn.btn-cons:focus, .btn.btn-cons:active, .btn.btn-cons.active, .btn.btn-cons.disabled, .btn.btn-cons[disabled] {
    background-color: #989d9f;
}

a.btn {
    white-space: nowrap;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    border: dotted 0px #7eb100 !important;
}

.hide {
    display: none !important;
}

/*# sourceMappingURL=style.css.map */
