@charset "UTF-8";
/*031*/
:root {
  --main-color1: #53aec6;
  --main-color2: #2a2829;
  --main-color3: #eecf27;
  --gray: #888888;
  --bg-gray: #F3F3F3;
  --border: #D1D1D1;
  --text-indark: #ffffff;
  --text-inlight: #000000;
  --text-inC1: var(--text-indark);
  --text-inC2: var(--text-indark);
  --text-inC3: var(--text-inlight);

  --bs-font-sans-serif: Arial, "Noto Sans", "Microsoft JhengHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.btn, .navbar a, #imgwrap a, #footer a {
  color: #fff;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.heading {
  font-weight: bold;
}
h3 {font-size: 2.5rem;}
h4 {font-size: 2rem;}
h5 {font-size: 1.25rem;}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: .3s ease;
  transition-property: background-color, color;
  background-color: var(--main-color1);
  color: var(--text-inC1);
}

.btn:hover {
  background-color: var(--main-color3);
  color: var(--text-inC3);
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

#main-nav .fa, #footer .fa { font-size: 1.5rem;}
#main-nav .fa { color: var(--text-in); }
#footer .fa { color: var(--text-inC2); }
.btn > .fa {transition: color .3s ease;}
.btn:hover > .fa { color: var(--text-indark)} 

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  font-size: 0;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-width: 8px 6px 0 6px;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  z-index: 10;
  display: none;
  float: left;
  width: 100%;
  min-width: 10rem;
  font-size: 1rem;
  background-color: var(--gray);
  color: var(--text-inlight);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  padding: 1rem 1.5rem;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  background-color: transparent;
  border: 0;

  color: #fff;
  text-align: center;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--main-color3);
  color: var(--text-inC3);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 2.1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

/* navbar */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: ;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #999;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
/* navbar END */


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: var(--main-color2);
  color: var(--text-indark);
}
.breadcrumb a {color: var(--text-indark);}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--text-indark);
  content: ">";
}


.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}



/**/
@media (min-width: 992px) {
  #navbarSupportedContent1 {display: block;}
  #navbarSupportedContent1 .navbar-nav {
    flex-direction: row;
  }
  #navbarSupportedContent1 .dropdown-menu {
    position: absolute;
    width: auto;
    min-width: 100%;
  }
}

/**----------------------------
			首頁
----------------------------**/


.form-inline{
	width: 100%;
}

#keyword {
  flex: 1 0 auto;
  height: 100%;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.btn-success{
  flex: 0 0 75px;
  height: 100%;
	background-color: var(--main-color1);
	border: 0;
	border-radius: 0;
	font-size: 9.6px;
}

.searchWrap .fa-search:hover{
	color: #fff;
}

.btn-success:hover {
	background-color: var(--main-color3);
}
#ke {
  width: 70vw;
  height: 75px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/**----------------------------
			主選單手機版
----------------------------**/

.MnaviconWrap ul{
	margin: 0;
	padding: 16px 16px 14.4px 16px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
#MnavWrap .navbar {
	background-color: var(--main-color2);
}

.Mfacart{
	padding-left: 16px; 
}
#MnavWrap i {
  padding-right: 0.8rem;
}
.langber {
  background-color: var(--main-color2);
  text-align: center;
  line-height: 3rem;
}
.langber a {
  padding: 1rem;
}
.langber a:hover {
  background-color: var(--main-color3);
}

/**----------------------------
			Nav 導覽列
----------------------------**/

#toolbarWrap{
  background-color: var(--main-color1);
  position: relative;
  padding-top: 12px;
  padding-bottom: 17px;
}

#toolbarWrap li {
  display: inline-block;
  color: #ffffff;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier-logo {
  margin-right: 12px;
  margin-right: calc(var(--bs-gutter-x) * .5);
}


.LogoTitle {
    flex: 1 1 auto;
    font-family: 'Open Sans', 'Noto Sans TC', "微軟正黑體", "微軟雅黑", 'Arial', sans-serif;
    font-size: calc(0.75rem + .9vw);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


#imgwrap{
  padding: 0;
  margin: 0;
  flex: 0 0 260px;
  color: #fff;
}
#imgwrap li {
  min-width: 28px;
  text-align: center;
}
#imgwrap a {
  padding: 0 6px;
}
#imgwrap .imgwrapText {
	font-size: 1.2rem;
  white-space: nowrap;
}
.imgwrapText + .imgwrapText:before {
    content: '|';
    color: var(--text-inC1);
}




/**----------------------------
			Menu 主選單
----------------------------**/

#navWrap{
	display: block;
	position: relative;
	padding: 0px;
  margin: 0px;
	height: auto;
    top: 0;
}

.nav-item {
	flex: 1 1;
  border-bottom: 1px solid var(--border);
}

.nav-link {
	height: 58px;
	background-color: var(--main-color2) ;
	text-align: center;
	font-size: 1rem;
	line-height: 3;
  color: var(--text-indark);
}

.nav-link:hover, #MnavWrap .dropdown-btn:hover,
.nav-link:focus, #MnavWrap .dropdown-btn:focus {
	background-color: var(--main-color3) ;
	color: var(--text-inC3);
	border: 0;
}
.dropdownArrow.fa-caret-down{
  color:inherit;
}
.nav-link:active, #MnavWrap .dropdown-btn:active{
	background-color: var(--main-color1) ;
}

.navline {
	background-color: var(--main-color3);
	height: 6px;
}

.showcart {
  padding-left: 8px;
  font-size: 0.1rem;
  letter-spacing: 1px;
}
.attrcart {
  position: relative;
}
.attrcart::after {
  content: attr(data-cart);
  font-size: 12px;
  background-color: var(--main-color3);
  color: var(--text-inC3);
  padding: 0.25em 0.7em;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-40%, 0%);
  opacity: 0;
  transition: transform .3s, opacity .3s;
}
.attrcart:hover:after {
  opacity: 1;
  transform: translate(-40%, -100%);
}
 #main-nav .attrcart:not([data-cart="0"]) .fa {
  color: var(--main-color3);
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

/*  */
.breadcrumb-item {
  white-space: nowrap;
  overflow: hidden;
}

/**----------------------------
			頁尾
----------------------------**/

#footer a {
  color: var(--text-indark);
}

#footer h5 {
	font-size: 1.4rem;
}

#footer i {
	font-size: 1rem;
}

#LeftfooterWrap {
  position: relative;
	background-color:var(--main-color2);
	color: var(--text-indark);
	font-weight: lighter;
	padding: 65px 30px 50px 30px;
	float: left;
}

@media (min-width: 768px) {
  .footercarouselTextwrap {
    padding-left: 48px;
  }
}

#RightfooterWrap {
	background-color:var(--main-color2);
	color: var(--text-indark);
	font-weight: lighter;
	padding: 65px 30px 50px 30px;
	overflow: hidden;
	
}

.footerline {
	background-color: var(--main-color1);
	height: 2px;
	width: 55px; 
	margin: 6.4px 0 28.8px 0;  
}

.footersubtitle {
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: bold;
	padding-right: 32px;
	margin-bottom: 14.4px;
}

.socialmediaWrap {
	word-break: break-word;
	white-space: normal;
}

.footerBtn {
	border: 0;
	padding: 8px 32px;
	font-size: 0.75rem;
	margin: 19.2px 0;
}

#RightfooterWrap .btn {
	width: 128px;
	height: 36.8px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9rem;
}


.copyright {
	font-size: 0.9rem;
	text-align: center;
	background-color: var(--main-color2);
	color: var(--text-indark);
	font-weight: 100;
	padding: 32px;
	border-top: 1px solid var(--border);
	clear:both;
}
.copyright a {
  color: var(--text-indark);
}

/*footer*/
.footerText ul li,  ul.socialmediaWrap li{
	display: block;
	font-size: 1rem;
	line-height: 40px;
}
.footerText ul li i {
	padding-right: 10px;
}
.footerText ul {
	margin-left: 18px;
}
.footerText ul li i{
	margin-left: -18px;
	padding-right: 10px;
}
#footer textarea {
	box-sizing: border-box;
	padding: 11.2px;
	display: block;
	margin-bottom: 12.8px;
	width: 100%;
	height: 200px;
}
ul.socialmediaWrap li {
	display: block;
}
ul.socialmediaWrap {
	margin-bottom: 0;
  padding: 0;
}

.medialink a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.medialink a i,
.medialink a svg {
  padding-right: 0.5rem;
}


/**----------------------------
		  產品頁開始
----------------------------**/

#suboBanner {
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 100%), url('../../../../cens/rwd/031/img/banner_general01.jpg');
}
#suboBanner h1 {color: #fff;}
#suboBanner h1::first-letter {color: var(--main-color3)}

/**/
.dpSubSort .list-group {
	width: 100%;
}
.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: inherit;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}



/*----------------------------------
  			Back To Top
------------------------------------*/
#goTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  font-size: 1rem;
  text-align: center;
  border: none;
  outline: none;
  background: var(--main-color3);
  color: var(--text-inC3);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#goTop:hover {
  background-color: rgba(130,130,130,1);
	color: #fff;}

@media (max-width: 450px){

	#goTop {
  	  width: 48px;
  	  height: 48px;	  
	  font-size: 0.5rem;
	  right: 20px;
	}

}
