@charset "UTF-8";
@import url("https://use.typekit.net/uvj6ngt.css");
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.cdnfonts.com/css/codystar');

/*------------------# General---------------------*/
body {
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
  color: #444444;
	font-size: 1rem;
	line-height: 1.6rem;
}

a {
  color: #b49f80;
  text-decoration: none;
}

a:hover {
  color: #fc8129;
  text-decoration: none;
}

ul, li {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

/*------------------# Back to top button----------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b49f80;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fc7c1f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*------------------# Disable AOS delay on mobile---------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*------------------# Header---------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.8);
}


#header .logo img {
  padding: 0;
  margin: 0;
  height: 40px;
	z-index: 998;
}
@media screen and (max-width: 768px) {
	#header {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
}
	#header .logo img {
		height: 30px;
	}
}

/*------------------# Navigation Menu----------------------*/
/*------------------Desktop Navigation----------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1.5rem;
  margin-left: 1rem;
  font-size: 1rem;
  color: #4e4c4d;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
	border:1px solid #c0c0c0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #b49f80;
	color: #FFF;
}

@media (max-width: 1366px) {

}

/*------------------Mobile Navigation ----------------------*/
.mobile-nav-toggle {
  color: #595758;
  font-size: 1.8rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.navbar li a span {
	display: none;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
	.navbar li a span {
	display: inline-block;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(180, 159, 128, 0.7);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 35px;
  right: 35px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px;
  border-radius: 25px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile li a {
	justify-content: flex-start;
	text-align: left;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px 10px 20%;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
	border:none;
	
}
.navbar-mobile li a span {
	margin-left: 1rem;
	
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*------------------# Hero Section---------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
/*  background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);*/
  padding: 0;
}

#hero .swiper {
      width: 100%;
      height: 100%;
    }

#hero .swiper-wrapper {
	height: 65vh;
  padding-top: 70px;
	min-height: 600px;
}

#hero .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

#hero .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
	border-radius: 5px;
    }

#hero .hero-container {
  display: flex;
/*
  justify-content: center;
  align-items: center;
*/
  flex-direction: column;
	z-index: 5;
	margin-top: -8rem;
	margin-left: 10%;
  
}

#hero .hero-container p {
/*
  font-family: 'Codystar', sans-serif;
font-variation-settings: "DOTS" 1;
*/
	text-transform: uppercase;
  color: #333;
	font-size: 3.2rem;
  animation-delay: 0.4s;
}

#hero .hero-container .slogan-a h1 {
  color: #FFF;
  margin-bottom: 0px;
  font-size: 7rem;
  font-weight: 700;
	text-shadow: 0 2px 10px rgba(0,0,0,.5);
	display: block;
}

#hero .hero-container .slogan-a p {
  margin: 15px 0 0 0;
}

#hero .hero-container .slogan-b {
	margin-left: 25%;
}
#hero .hero-container .slogan-b h1 {
  color: #595758;
	margin-top: 2rem;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 700;
	display: block;
}

#hero .hero-container .slogan-b p {
  margin: 10px 0 30px 0;
}

.hero-banner {
	position: relative;
	border-radius: 8px;
/*
	background: url("../img/hero-banner.jpg") center center no-repeat;
	background-size: cover;
*/
	background-color: #b49f80;
/*	min-height: 420px;*/
}
.hero-banner .content {
	background:linear-gradient( 270deg, rgba(0,0,0,.4) 0%, rgba(0, 0, 0, 0) 80%);
	width: 100%;
  height:100%;
  color: white;
	border-radius: 0 8px 8px 0;
	text-align: center;
  padding: 20px;
}
.hero-banner .content p {
	font-size: 1.25rem;
/*	margin-top: 2rem;*/
	line-height: 1.6rem;
	width: 100%;
	letter-spacing: 0.1rem;
	margin-top: 0.5rem;
}
.hero-banner .content h3 {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	margin-top: 0;
}
/*
.hero-banner .content h3::after {
	position: absolute;
	content: " ";
	background: url("../img/icon_star.svg");
	width: 18px;
	height: 18px;
	bottom: 8px;
}
*/


/*
@media (min-width: 991px) and (max-width:1200px) {
.hero-banner .content {
	width: 50%;
}
}
*/

@media (min-width: 768px) and (max-width:991px) {
	#hero .hero-container {
	margin-top: -7rem;
	margin-left: 7%;
  
}
	#hero .hero-container p {
	font-size: 3rem;
  animation-delay: 0.4s;
}

#hero .hero-container .slogan-a h1 {
  font-size: 6rem;
}

#hero .hero-container .slogan-a p {
  margin: 15px 0 0 0;
}

#hero .hero-container .slogan-b {
	margin-left: 10%;
}
#hero .hero-container .slogan-b h1 {
	margin-top: 1.5rem;
  font-size: 6rem;
}

#hero .hero-container .slogan-b p {
  margin: 15px 0 20px 0;
}
	
	.hero-banner {
	position: relative;
	border-radius: 8px;
/*
	background: url("../img/hero-banner-s.jpg") center center no-repeat;
	background-size: cover;
*/
	background-color: #b49f80;
}
	
/*
	.hero-banner .content {
	background:linear-gradient( 270deg, rgba(0,0,0,.7) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 55%;
	right: 0;
  height:100%;
  color: white;
  padding: 40px 0 20px;
	border-radius: 0 8px 8px 0;
}
*/
	.hero-banner .content p {
	font-size: 1rem;
	margin-top: 1.6rem;
	line-height: 2.2rem;
	width: 100%;
	letter-spacing: 0.1rem;
}
.hero-banner .content h3 {
	position: relative;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
	line-height: 2.2rem;
	margin-top: 2rem;
}
}

@media (min-width: 576px) and (max-width: 768px) {
	#hero .swiper-wrapper {
	height: 65vh;
  padding-top: 70px;
	min-height:auto;
}
	#hero .hero-container {
	margin-top: -5.8rem;
	margin-left: 7%;
  
}
	#hero .hero-container p {
	font-size: 2.4rem;
  animation-delay: 0.4s;
}

#hero .hero-container .slogan-a h1 {
  font-size: 5rem;
}

#hero .hero-container .slogan-a p {
  margin: 15px 0 0 0;
}

#hero .hero-container .slogan-b {
	margin-left: 10%;
}
#hero .hero-container .slogan-b h1 {
	margin-top: 1.2rem;
  font-size: 5rem;
}

#hero .hero-container .slogan-b p {
  margin: 10px 0 15px 0;
}
	
	.hero-banner {
	position: relative;
	border-radius: 8px;
/*
	background: url("../img/hero-banner-s.jpg") right center no-repeat;
	background-size: cover;
*/
	background-color: #b49f80;
}
	
/*
	.hero-banner .content {
	background:linear-gradient( 270deg, rgba(0,0,0,.7) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 70%;
	right: 0;
  height:100%;
  color: white;
  padding: 20px 0 20px;
	border-radius: 0 8px 8px 0;
}
*/
	.hero-banner .content p {
	font-size: 1rem;
	margin-top: 2rem;
	line-height: 1.8rem;
	width: 100%;
	letter-spacing: 0.1rem;
}
.hero-banner .content h3 {
	position: relative;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
	line-height: 2.2rem;
	margin-top: 2rem;
}
}

@media (max-width: 576px) {
	#hero .swiper-wrapper {
	height: 50vh;
  padding-top: 60px;
	min-height:auto;
}
	#hero .hero-container {
	margin-top: -5.2rem;
	margin-left: 3%;
  
}
	#hero .hero-container p {
	font-size: 2rem;
  animation-delay: 0.4s;
}

#hero .hero-container .slogan-a h1 {
  font-size: 3.6rem;
	margin-top: .5rem;
}

#hero .hero-container .slogan-a p {
  margin: 10px 0 10px 0;
}

#hero .hero-container .slogan-b {
	margin-left: 8%;
}
#hero .hero-container .slogan-b h1 {
	margin-top: .5rem;
  font-size: 3.4rem;
}

#hero .hero-container .slogan-b p {
  margin: 5px 0 20px 0;
}
	
	.hero-banner {
	position: relative;
	border-radius: 8px;
/*
	background: url("../img/hero-banner-s.jpg") right center no-repeat;
	background-size: cover;
*/
	background-color: #b49f80;
		margin-bottom: 2rem;
}
	
/*
	.hero-banner .content {
	background:linear-gradient( 270deg, rgba(0,0,0,.7) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 70%;
	right: 0;
  height:100%;
  color: white;
  padding: 20px;
	border-radius: 0 8px 8px 0;
}
*/
	.hero-banner .content {
		padding: 10px;
	}
	
	.hero-banner .content p {
	font-size: 0.9375rem;
	margin-top: .2rem;
	line-height: 1.7rem;
	width: 100%;
	letter-spacing: 0.05rem;
}
.hero-banner .content h3 {
	position: relative;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	margin-top: 2rem;
}
}




.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*------------------# Sections General------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 1.5rem;
  font-weight: 400;
position: relative;
  padding: 0 0 25px 28px;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
  color: #585658;
	border-bottom: 1px solid #b49f82;
}

.section-title h2::before {
	content: "";
	position: absolute;
	background: url("../img/icon_star.svg");
	width: 16px;
	height: 16px;
	left: 0;
	top: -6px;
}

.section-title h2::after {
  content: "";
	position: absolute;
  width: 120px;
  height: 7px;
  right: 0;
	bottom: 0;
  background: #b49f82;
  margin: 0px;
	border-radius: 6px 0 0 0;
}

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2c39;
}
@media (max-width:576px) {
	section {
  padding: 20px 0;
  overflow: hidden;
}
}

/*------------------courses----------------------*/
.courses .courses-carousel,
.courses .courses-slider {
  overflow: hidden;
}

.courses .courses-carousel {
	padding-top: 30px;
}

.courses .courses-item {
  box-sizing: content-box;
  padding: 10px 10px 0 10px;
  margin: 45px 15px 30px;
  text-align: center;
  min-height: 350px;
	border-radius: 8px;
}

.courses .courses-item:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	
}
.courses .courses-item .courses-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.courses-item .episodes-info h3 {
	height: 6rem;
}

.courses .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.courses .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b49f80;
}

.courses .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b49f80;
}

.courses-slider [class^="swiper-button-"]::after {
    font-size: 1rem;
	border-radius: 50%;
	border:1px solid #b49f80;
	width: 60px;
	height: 30px;
	color: #b49f80;
	padding-top: 6px;
}

.courses-slider [class^="swiper-button-"] {
    top: 30px;
}

.courses-slider .swiper-button-prev,
.recommended-courses-slider .swiper-button-prev {
	left: 93%;
}

/*通用*/
.swiper-button-prev, .swiper-button-next {
	width: 30px;
	height: 30px;
	text-align: center;
	
}

@media (min-width: 991px) and (max-width:1200px) {
	.courses-slider .swiper-button-prev,
.recommended-courses-slider .swiper-button-prev {
	left: 90%;
}
}
@media (min-width: 768px) and (max-width:991px) {
	.courses-slider .swiper-button-prev,
.recommended-courses-slider .swiper-button-prev {
	left: 86%;
}
}
@media (min-width: 576px) and (max-width:768px) {
	.courses-slider .swiper-button-prev,
.recommended-courses-slider .swiper-button-prev {
	left: 84%;
}
}
@media (max-width:576px) {
	.courses-slider .swiper-button-prev,
.recommended-courses-slider .swiper-button-prev {
	left: 78%;
}
}

/*------------------Category-----------------------*/

.category {
  padding: 60px 0;
}

.category .category-list {
  padding: 0;
  list-style: none;
}

.category .category-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.category .category-list .category-title {
  display: block;
  position: relative;
  font-size: 1.75rem;
	letter-spacing: 0.3rem;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #b49f80;
  transition: 0.3s;
	text-align: center;
}
.category .category-list .category-title span {
	font-weight: 300;
	margin-left: 1rem;
/*
	font-family: 'Codystar', sans-serif;
font-variation-settings: "DOTS" 1;
*/
	text-transform: uppercase;
}
.category .category-list .category-title::before {
	content: "";
	position: absolute;
	background-color: #838383;
	height: 1px;
	width: 39%;
	top:10px;
	left: 0rem;
}
.category .category-list .category-title::after {
	content: "";
	position: absolute;
	background-color: #838383;
	height: 1px;
	width: 35%;
	top:10px;
	right: 2.5rem;
}

.category .category-list i {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: -5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #b49f80;
}

.category .category-list .icon-show {
	color: #b49f80;
	border:1px solid #b49f80;
	padding-top: 3px;
	padding-left: 4px;
}
.category .category-list .icon-close {
	color: #FFF;
	border:1px solid #b49f80;
	background-color: #b49f80;
	padding-top: 2px;
	padding-left: 4px;
}


.category .category-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.category .category-list .icon-show {
  display: none;
}

.category .category-list .collapsed {
  color: #232122;
}

.category .category-list .collapsed:hover {
  color: #ef6603;
}

.category .category-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.category .category-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 991px) and (max-width:1200px) {
	.category .category-list .category-title::before {
	width: 35%;
	top:10px;
	left: 0rem;
}
	.category .category-list .category-title::after {
	content: "";
	position: absolute;
	background-color: #838383;
	height: 1px;
	width: 28%;
	top:10px;
	right: 2.5rem;
}
}
@media (min-width: 768px) and (max-width:991px) {
	.category .category-list .category-title::before {
	width: 31%;
	top:10px;
	left: 0rem;
}
	.category .category-list .category-title::after {
	width: 22.5%;
	top:10px;
	right: 2.5rem;
}
}
@media (min-width: 576px) and (max-width: 768px) {
	.category .category-list .category-title::before {
	width: 27%;
	top:10px;
	left: 0rem;
}
	.category .category-list .category-title::after {
	width: 15%;
	top:10px;
	right: 2.5rem;
}
}
@media (max-width: 576px) {
	.category .category-list .category-title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding-left: 5px;
	}
	.category .category-list .category-title::before {
	width: 15%;
	top:10px;
	left: 0rem;
}
	.category .category-list .category-title::after {
	width: 14px;
	top:10px;
	right: 2.5rem;
}
}
/*------------------episodes-group-----------------------*/
.episodes-group {
  background: #fff;
  padding: 60px 10%;
}

.episodes-group .episodes {
  margin-bottom: 20px;
  overflow: hidden;
	padding: 10px 10px 0 10px;
	transition: all 0.3s;
	border-radius: 8px;
}

.episodes-group .episodes:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	
}

.episodes-group .episodes .episodes-img {
  position: relative;
  overflow: hidden;
}
.episodes-group .episodes .ep_type {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(180,160,128,.7);
	color: white;
	padding: 4px 8px;
	border-radius: 0 0 8px 0;
	
}

.episodes-group .episodes .episodes-img img {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.episodes-info {
  padding: 20px 0;
}

.episodes-info h3 {
  font-weight: 700;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1.25rem;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
	text-align: left;
  color: #282627;
}
.episodes-info h4 {
  font-weight: 300;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1rem;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
	text-align: left;
  color: #282627;
	border-bottom: 1px solid #c4c4c4;
}
/*
.episodes-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
*/

.episodes-info .episodes-item, .episodes-info .hours {
  font-size: 0.813rem;
  color: #777777;
}


.episodes-info .episodes-item i, .episodes-info .hours i {
	position: relative;
  font-size: 0.9375rem;
	color: #b49f80;
	margin-right: 5px;
	top:0;
}

@media (min-width: 991px) and (max-width:1200px) {
	.episodes-group {
  padding: 60px 5%;
}
}
@media (min-width: 768px) and (max-width:991px) {
	.episodes-group {
  padding: 40px 0;
}
	.episodes-info h3 {
  font-weight: 300;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1.125rem;
	line-height: 1.6rem;
	letter-spacing: 0.2rem;
}
}
@media (min-width: 576px) and (max-width: 768px) {
	.episodes-group {
  padding: 40px 0;
}
	.episodes-info h3 {
  font-weight: 300;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1.125rem;
	line-height: 1.6rem;
	letter-spacing: 0.2rem;
}
}
@media (max-width: 576px) {
	.episodes-group {
  padding: 20px 0;
}
	.episodes-info h3 {
  font-weight: 300;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1.125rem;
	line-height: 1.6rem;
	letter-spacing: 0.2rem;
}
}

/*------------------service box------------------*/
.services-box {
	text-align: center;
}

.services-box .icon img {
	width: 120px;
	margin: 10px auto 20px;
}

.services-box h3.title a {
	color: #595758;
	font-weight: 400;
	font-size: 1.375rem;
	letter-spacing: 0.2rem;
}
@media (min-width: 576px) and (max-width: 768px) {
	.services-box {
	margin-bottom: 2rem;
}
}

/*------------------Breadcrumbs----------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 1.25rem;
  font-weight: 500;
	letter-spacing: 0.2rem;
  margin: 0;
	color: #b49f80;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
	letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*# Portfolio Details*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef6603;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef6603;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 44, 57, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/* for page */

.main-course {
	margin-top: -60px;
	margin-bottom: 0;
}

.main-course .course-board {
	position: relative;
	text-align: center;
	min-height: 650px;
}
.main-course .course-board img {
	width: 100%;
	height: auto;
}

.main-course .course-board .course-content {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	padding: 40px;
/*
	left: 50%;
	transform: translate(-50%, 0);
*/
	letter-spacing: .2rem;
	color: #FFF;
	filter: drop-shadow(0 5px 5px black);
	background: linear-gradient(to top, rgba(0,0,0,.6)0%, rgba(0,0,0,0) 50%);
}

.main-course .course-board .course-content h3 {
	font-size: 1.75rem;
	margin: 2rem 0;
}

.main-course .course-board .course-content h4 {
	font-size: 1.375rem;
	font-weight: 300;
	margin-bottom: 2rem;
}

.main-course .course-board .course-content h4 span {
	position: relative;
	display: block;
	padding-bottom: 1rem;
	margin-bottom: .5rem;
}
.main-course .course-board .course-content h4 span::after {
	content: " ";
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #b49f80;
	bottom: 0;
	left: calc(50% - 50px);
}

.main-course .course-board .course-content p {
	letter-spacing: .2rem;
}

.course-content .course-tool {
	padding: 0;
	margin: 30px auto;
	text-align: center;
	width: 50%;
}
.course-content .course-tool .tool-item {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	min-width: 150px;
}
.course-content .course-tool .tool-item a {
	color: #FFF;
	font-size: 1.125rem;
}
.course-content .course-tool .tool-item i {
	font-size: 1.8rem;
	color: #c2aa86;
	display: block;
}

.course-content .btn-add {
	background-color: #FFF;
	border-radius: 50px;
	padding: 0.2rem 2rem;
	transition: 0.3s all;
	color: #b49f80;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}
.course-content .btn-add:hover {
	background-color: #b49f80;
	padding: 0.2rem 2rem;
	color: #FFF;
}

@media (max-width: 1400px) {
	.main-course .course-board {
	position: relative;
	text-align: center;
	min-height: 560px;
}
	.main-course .course-board .course-content {
	padding:20px 0 5% 0;
	bottom: 0;
	}
	.main-course .course-board .course-content h3 {
	font-size: 1.75rem;
	margin: 0 0 2rem 0;
}
}
@media (max-width: 1200px) {
	.main-course {
		margin-top: -30px;
	}
	.main-course .course-board {
	position: relative;
	text-align: center;
	min-height: 500px;
}
	.main-course .course-board .course-content {
	padding:20px;
	bottom: 0;
	}
	.main-course .course-board .course-content h3 {
	font-size: 1.75rem;
	margin: 0 0 1.8rem 0;
}
	.course-content .course-tool {
	padding: 0;
	margin: 30px auto;
	text-align: center;
	width: 80%;
}
}
@media (max-width: 991px) {
	
	.main-course .course-board {
	position: relative;
	text-align: center;
	min-height: 300px;
}
	.main-course .course-board img {
	width: 100%;
	height: auto;
}
	.main-course .course-board .course-content {
	padding:20px 0;
		background: none;
	}
	.main-course .course-board .course-content h3 {
	font-size: 1.5rem;
	margin: 0 0 1.8rem 0;
}
	.main-course .course-board .course-content h4 {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.main-course .course-board .course-content h4 span {
	position: relative;
	display: block;
	padding-bottom: .8rem;
	margin-bottom: .5rem;
}
.main-course .course-board .course-content h4 span::after {
	content: " ";
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #b49f80;
	bottom: 0;
	left: calc(50% - 50px);
}

.main-course .course-board .course-content p {
	letter-spacing: .2rem;
}

.course-content .course-tool {
	padding: 0;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}
.course-content .course-tool .tool-item {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	min-width: 120px;
}
}

@media (max-width: 768px) {
	.main-course .course-board {
	position: relative;
	text-align: center;
	min-height: 300px;
}
	.main-course .course-board .course-content {
	position: inherit;
	bottom: auto;
	text-align: center;
	width: 100%;
	padding: 20px;
/*
	left: 50%;
	transform: translate(-50%, 0);
*/
	letter-spacing: .2rem;
	color: #595758;
	filter: none;
/*	background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,0));*/
		background: none;
	}
	.main-course .course-board .course-content h3 {
	font-size: 1.5rem;
	margin: .5rem 0 1.2rem 0;
}
	.main-course .course-board .course-content h4 {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 1.2rem;
}

.main-course .course-board .course-content h4 span {
	position: relative;
	display: block;
	padding-bottom: .8rem;
	margin-bottom: .5rem;
}
.main-course .course-board .course-content h4 span::after {
	content: " ";
	position: absolute;
	width: 100px;
	height: 3px;
	border-radius: 4px;
	background-color: #b49f80;
	bottom: 0;
	left: calc(50% - 50px);
}

.main-course .course-board .course-content p {
	letter-spacing: .2rem;
}

.course-content .course-tool {
	padding: 0;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}
.course-content .course-tool .tool-item {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	text-align: center;
	min-width: 120px;
	transition: 0.3s ease;
}
	.course-content .course-tool .tool-item a {
	color: #b49f80;
	font-size: 1.125rem;
}
.course-content .course-tool .tool-item i {
	font-size: 1.8rem;
	color: #c2aa86;
	display: block;
}
	.course-content .course-tool .tool-item:hover {
		background-color: #b49f80;
		color: #FFF;
		border-radius: 5px;
		box-shadow: 0 2px 10px rgba(0,0,0,.2);
	}
	.course-content .course-tool .tool-item:hover a,
	.course-content .course-tool .tool-item:hover i {
		color: #FFF;
	}

.course-content .btn-add {
	background-color: #FFF;
	border-radius: 50px;
	padding: 0.2rem 2rem;
	transition: 0.3s ease;
	color: #b49f80;
	font-size: 1.125rem;
	border:1px solid #b49f80;
		box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.course-content .btn-add:hover {
	background-color: #b49f80;
	padding: 0.2rem 2rem;
	color: #FFF;
}
}

@media (max-width:576px) {
	.main-course {
		margin: 0;
	}
	.course-content .d-flex {
		display: contents!important;
	}
	.course-content .course-tool {
	padding: 0;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}
	.course-content .course-tool .tool-item {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	text-align: center;
	min-width: 50%;
		float: left;
	transition: 0.3s ease;
}
}

/*-- course-nav --*/
.course-nav {
	padding: 0;
	margin-top: 30px;
}
.course-nav .nav-group {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
/*
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
	border-radius: 4px;
*/
}
.course-nav .nav-item a {
	align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1.5rem;
  margin-left: 1rem;
  font-size: 1.25rem;
	letter-spacing: .2rem;
  color: #4e4c4d;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
	border:1px solid #b49f80;
	background-color: #FFF;
}

.course-nav .nav-item a:hover,
.course-nav .nav-item .active,
.course-nav .nav-item .active:focus,
.course-nav .nav-item li:hover>a {
	background: #b49f80;
	color: #FFF;
	border:1px solid #595758;
}

@media (max-width: 768px) {
	.course-nav .nav-item a {
	align-items: center;
  justify-content: space-between;
  padding: 0.2rem .8rem;
  margin-left: .5rem;
  font-size: 1rem;
  color: #4e4c4d;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
	border:1px solid #595758;
	background-color: #FFF;
}
}


@media (max-width: 576px) {
	.course-nav .d-flex {
		display:block!important;
	}
	.course-nav .nav-item {
		width: 50%!important;
		float: left;
		text-align: center;
		margin-bottom: 1rem;
	}
	.course-nav .nav-item a {
	align-items: center;
  justify-content: space-between;
  padding: 0.2rem 2rem;
  margin: .2rem;
  font-size: 1rem;
  color: #4e4c4d;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
	border:1px solid #595758;
	background-color: #FFF;
}
}

/*-- course details --*/
.course-details .course-link a {
	display: block;
	padding: 8px 10px;
	background-color: #b49f80;
	color: #FFF;
	margin-bottom: 2px;
	transition: 0.3s;
}
.course-details .course-link a i {
	margin-right: 5px;
}
.course-details .course-link a:hover {
	border-radius: 0 20px 0 20px;
	background-color: #595758;
}

.course-details .course-info {
	height: 320px;
	overflow: auto;
}

.course-details h4.course-info-header  {
	font-size: 1.125rem;
	letter-spacing: 0.2rem;
	font-weight: 300;
}

.course-info .info-card {
	width: 100%;
	position: relative;
}

.info-card .card-header a {
	display: block;
	padding: 8px 30px 8px 10px;
	border-bottom: 1px solid #b49f82;
	font-size: 1rem;
	font-weight: 400;
}
.info-card .card-header a:hover {
	background-color: #b49f82;
	color: #FFF!important;
}
.info-card .card-header a:hover i {
	color: #FFF;
}

.info-card .card-body {
	background-color: #fff;
}

.course-info .info-card i {
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #b49f80;
}

.course-info .info-card .icon-show {
	color: #b49f80;
}
.course-info .info-card .icon-close {
	color: #b49f80;
/*	background-color: #b49f80;*/
	padding-top: -4px;
	padding-left: 0px;
}

.course-info .info-card .icon-show {
  display: none;
}

.course-info .info-card .collapsed {
  color: #232122;
}

.course-info .info-card .collapsed:hover {
  color: #ef6603;
}

.course-info .info-card .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.course-info .info-card .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.course-info ul {
  margin-bottom: 0;
  padding: 0;
	background-color: #b49f82;
}
.course-info ul li {
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #FFF;
	list-style: none;
	transition: 0.3s all;
	color: #FFF;
}
.course-info ul li:last-child {
	border-bottom: none;
}
.course-info ul li:hover {
	background-color: #595758;
}


.course-details .description {
	border-bottom: 1px solid #eee;	
}

.course-details .description h2 {
	font-size: 1.375rem;
	letter-spacing: 0.2rem;
	margin: 1rem 0;
	font-weight: 300;
}


.course-details .description p {
	font-size: 1.125rem;
	color: #595758;
	width: 70%;
	line-height: 1.8rem;
}

.course-details .description ul {
	margin: 1rem 0;
	padding: 0;
}
.course-details .description ul li {
	position: relative;
	padding: 2px 0px 2px 10px;
	margin: 0;
	list-style: none;
	color: #595758;
	font-size: 1rem;
}
.course-details .description ul li::before {
	content: " ";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #b49f80;
	left: 0;
	top:8px;
}
.course-details .description ul li span {
	font-weight: 300;
}

.course-details .author-info h3,.course-details h3.author-title {
	font-size: 1.375rem;
	color: #595758;
	letter-spacing: 0.2rem;
	margin: 1.5rem 0 1rem;
	font-weight: 300;
	
}
.course-details .author-info p, .course-details .author-about .author-content {
	line-height: 1.8rem;
	font-size: 1.125rem;
	
}
.course-details .author-about img {
	float: left;
	width: 160px;
	margin-right: 1rem;
}

@media (max-width: 991px) {
	.course-details .course-info {
	height: auto;
	overflow: auto;
}
	.course-details .description p {
	width: 100%;
}
}

/*recommended*/
.recommended-courses-slider .swiper-wrapper {
	margin-top: 20px;
}

.recommended-courses-slider [class^="swiper-button-"] {
    top:30px;
}

.recommended-courses-slider [class^="swiper-button-"]::after {
    font-size: 1rem;
	border-radius: 50%;
	border:1px solid #b49f80;
	width: 60px;
	height: 30px;
	color: #b49f80;
	padding-top: 6px;
}

/*
.recommended-courses-slider .swiper-button-prev {
	left: 82%;
}
*/
 
.recommended .recommended-courses-slider .courses-item h3 {
	font-weight: 300;
  margin-bottom: 15px;
	padding-bottom: 1rem;
  font-size: 1.25rem;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
	text-align: left;
  color: #282627;
}

.recommended .swiper-pagination-bullet {
    background-color: #c2aa86;
}



.recommended .courses-item {
  box-sizing: content-box;
  padding: 10px 10px 20px 10px;
  margin: 25px 5px 30px;
  text-align: center;
/*  min-height: 350px;*/
	border-radius: 8px;
	transition: all 0.3s;
}

.recommended .courses-item:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	
}
.recommended .courses-item .courses-img {
  width: 100%;
  margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.recommended .courses-item .courses-img .ep_type {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(180,160,128,.7);
	color: white;
	padding: 4px 8px;
	border-radius: 0 0 8px 0;
	
}

.recommended .courses-item .courses-img::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
}
.recommended .courses-item .courses-img:hover img {
  transform: scale(1.1);
}

.recommended .courses-item .courses-img:hover::after {
	opacity: 0.2;
}

.recommended .courses-item .courses-img img {
	width: 100%;
	transition: 0.5s ease all;
	object-fit: cover;
}

.recommended-books-slider .courses-item .courses-img img {
	min-height: 300px;
}

.recommended .courses-item h3 {
	text-align: center;
	font-size: 1.25rem;
	margin: 20px 0;
	font-weight: 700!important;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
  color: #282627;
}
.recommended .courses-item h4 {
	text-align: center;
	font-size: 1rem;
	margin: 0 0 10px 0;
	font-weight: 300;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
  color: #282627;
}
.recommended .courses-item p {
	font-size: 1rem;
	margin-bottom: 10px;
	color: #595758;
}
@media (max-width: 991px) {
	.recommended-courses-slider .swiper-wrapper {
		margin-top: 20px;
}
	.recommended-courses-slider [class^="swiper-button-"] {
    top:30px;
}
	.recommended-courses-slider .swiper-button-prev {
	left: 82%;
}
	.recommended-books-slider .courses-item .courses-img img {
	min-height: auto;
}
}
@media (max-width:576px) {
	
.recommended-courses-slider .swiper-button-prev {
	left: 78%;
}
}

.author-slider .swiper-pagination {
  margin-top: 10px;
  position: relative;
}
.author-slider .swiper-pagination-bullet {
    background-color: #c2aa86;
}

/*------------------Footer---------------------*/
#footer {
  background: #595758;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0 40px 0;
}

#footer h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #c2aa86;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
	letter-spacing: 0.5rem;
}

#footer p {
  font-size: 0.813rem;
	font-weight: 200;
	letter-spacing: 0.3rem;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
	position: relative;
}

#footer p::after {
	position: absolute;
	content: "";
	background:url("../img/icon_star.svg");
	width: 16px;
	height: 16px;
	left: calc(50% - 8px);
	bottom: 0;
}

#footer .social-links {
  margin: 0 0 50px 0;
}

#footer .social-links a {
  font-size: 1.375rem;
  display: inline-block;
  background: #FFF;
  color: #595758;
  line-height: 1;
  padding: 8px 0;
  margin: 4px 8px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d3b68e;
  color: #595758;
  text-decoration: none;
}

#footer .footer-logo {
	margin-top: -20px;
}
#footer .footer-logo img {
	height: 40px;
}


#footer .copyright {
  margin: 0 0 5px 0;
	font-weight: 200;
	font-size: 0.813rem;
}

#footer .credits {
  font-size: 13px;
}
@media (max-width:576px) {
	#footer h3 {
  font-size: 1.355rem;
}
	#footer .float-start,
	#footer .float-end {
		float: none!important;
		margin-bottom: 0.5rem;
	}
	
}



/*for esg 2024*/
.esg-article {
	
}
.esg-page .article-content {
	width: 70%;
	margin: 0 auto;
	
}
.article-content {
	margin: 10px 0 20px 0;
	clear: both;
}

.article-content .article-pic-main {
	width: 100%;
	margin: 1rem 0;
/*
	float: left;
	margin-right: 2rem;
*/
}
.article-content .article-pic-v {
	width: 100%;
	margin: 1rem auto;
	text-align: center;
}
.article-content .article-pic-page {
	width: 80%;
	float: none;
	margin: 2rem auto;
}
.article-content .article-pic-main img,
.article-content .article-pic-v img,
.article-content .article-pic-page img {
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 5px;
}

.article-content .note {
	position: relative;
	padding: 10px 0px 10px 10px;
	margin: 0;
	color: #595758;
	font-size: 0.75rem;
}
.article-content .note::before {
	content: " ";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #b49f80;
	left: 0;
	top:16px;
}


.article-content h2 {
	font-size: 1.125rem;
	color: #595758;
	border-bottom: 1px solid #b49f80;
	display: inline-block;
	margin-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
}
.article-content h3 {
	font-size: 1.8rem;
	color: #595758;
	letter-spacing: 0.2rem;
	margin: 1rem 0 1.5rem;
	font-weight: 700;
}
.article-content h4 {
	font-size: 1.375rem;
	color: #595758;
	letter-spacing: 0.2rem;
	margin: 2rem 0 1.5rem;
	font-weight: 500;
}

.article-content .editor {
	display: inline-block;
	position: relative;
	padding: 10px 0px 10px 10px;
	margin: 0;
	color: #b49f80;
	font-size: 0.9375rem;
}
.article-content .editor::before {
	content: " ";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #b49f80;
	left: 0;
	top:16px;
}
.article-content p {
	margin-bottom: 1rem;
	line-height: 1.8rem;
}

.article-content button {
	width: 100%;
	text-align: right;
	float: right;
}
.article-content .accordion {
	width: 20%;
  background-color: #b49f80;
  color: #fff;
  cursor: pointer;
  padding: 6px 20px;
  text-align: right;
	margin: 6px 0 10px ;
  transition: 0.4s;
	border: none;
}
.article-content .accordion i {
	margin-right: 5px;
}

.article-content .active, .accordion:hover {
  border-radius: 0 20px 0 20px;
	background-color: #595758;
}

.article-content .accordion:after {
  content: '\002B';
  color: #FFF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.article-content .active:after {
  content: "\2212";
}

.article-content .panel {
	clear: both;
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.article-content hr {
	border-style: dashed;
	color: #595758;
	margin: 3rem 0;
}
.esg-course .category-title {
	margin-top: 1rem;
	
}
@media (max-width:768px) {
	.esg-page .article-content {
	width: 90%;
	margin: 0 auto;
	
}
.article-content {
	margin: 10px 0 20px 0;
	clear: both;
}

.article-content .article-pic-main {
	width: 100%;
	float: none;
	margin-right: 0;
	margin: 1rem 0;
}
.article-content .article-pic-v {
	width: 100%;
	float: none;
	margin-right: 0;
	margin: 1rem 0;
}
.article-content .article-pic-page {
	width: 100%;
	float: none;
	margin: 1rem 0;
}
	.article-content .article-pic-main img,
.article-content .article-pic-v img,
.article-content .article-pic-page img {
	border-radius: 8px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 5px;
}
	.article-content .accordion {
	width: auto;
  background-color: #b49f80;
  color: #fff;
  cursor: pointer;
  padding: 6px 20px;
  text-align: right;
	margin: 6px 0 10px ;
  transition: 0.4s;
	border: none;
}
}