@import url("reset.css");

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
form,
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	overflow-x: hidden;
	font-size: 16px;
    background: rgba(241, 244, 252, 0.95) url(../img/bg.png) center center repeat;
    background-size: contain;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
}

/*audio,
canvas,
progress,
video {
	width: 250px;
	height: 40px;
}*/

.line-through {
	text-decoration: line-through;
}

a {
	text-decoration: none;
	outline: none;
	/* for Firefox */
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

a,
a:visited,
a:focus,
a:hover,
a.active {
	outline: 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}

a.btn-bg {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 50px;
}

button, input, select {
	outline: 0;
}

.shadow {
	-webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 40%);
}

.drop-shadow {
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
}


p {
	font-size: 18px;
}

p.large {
	font-size: 20px;
}

h1,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

b,
strong,
.b {
	font-weight: bold;
}

.fs-1 {
	font-size: 45px;
}

.fs-2 {
	font-size: 35px;
}

.fs-3 {
	font-size: 20px;
}

.fs-0 {
	font-size: 14px;
}

.fs-s {
	font-size: 16px;
}

.fs-xs {
	font-size: 10px;
}

.fw-bold {
	font-weight: bold;
}

div>img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

button {
	outline: 0;
}

.align-middle {
	display: flex;
	align-items: center;
}

/* font */
section .title h3.main {
	font-weight: bold;
	font-size: 1.75rem;
	color: #242424;
	line-height: 1.2;
}

section .title h3.sub {
	font-size: 1.5rem;
	font-weight: bold;
	color: #595959;
	line-height: 1.125;
    margin-top: 5px;
}

section .title h3.main, section .title h3.sub {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
section .title h3.main {
    -webkit-line-clamp: 1;
}
section#Blog .title h3.main {
	font-size: 1.5rem;
	/*font-weight: normal;
	color: #424242;*/
	line-height: 1.2;
    display: block;
}


section h2.section-heading-big {
	color: #616161;
	font-weight: bold;
	font-size: 2.75rem;/*font-size: 2.5rem;*/
}

section h2.section-heading {
	color: #616161;
	font-weight: bold;
	font-size: 2rem;
	margin: 15px 0;
}

section h2.section-heading-big span {
	color: #a0a0a0;
	font-size: 2.2rem;
	padding: 0 3px;
}
section h2 .title-icon, i.title-icon {
  /*box-shadow: 0px 4px 9px 0px #1E36504A;
  border-radius: 40px;
  background-color: #fff;*/
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin: 0 10px -10px;
  padding: 0;
}
section h2 .title-icon img {
  margin-top: -15px;
}


section h3.section-heading {
	font-weight: bold;
	font-size: 1.5rem;
}

section p.section-heading-big {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

section p.section-heading {
	font-size: 22px;
	line-height: 1.5;
}

section p span {
	margin: 0 3px;
}

section p span.big {
	font-size: 30px;
	font-weight: normal;
}

@media (max-width:1200px) {
	section p.section-heading-big {
		font-size: 22px;
	}

	section p.section-heading {
		font-size: 18px;
	}

	section p span.big {
		font-size: 28px;
		font-weight: normal;
	}
}

@media (max-width:768px) {
	section h2.section-heading {
		font-size: 1.8rem;
	}
}

@media (max-width:480px) {
	section p.section-heading-big {
		font-size: 20px;
	}

	section .title h3.main {
		font-size: 1.5rem;
	}

	section .title h3.sub {
		font-size: 1.3rem;
	}

	section p.section-heading {
		font-size: 18px;
	}

	section p span.big {
		font-size: 28px;
	}
}

/* font end*/
.text-primary {
	color: #000000 !important;
}

.text-white {
	color: rgb(255, 255, 255);
}

.text-pink {
	color: #ff8fe3;
}

.text-red {
	color: #dc3545;
}

.text-yellow {
	color: #FFB400;
}

.text-light {
	color: #ffefa9;
}

.text-org {
	color: #F0642B;
}

.text-purple {
	color: #974cbb;
}

.text-blu {
	color: #5C7995;
}

.text-deepblu {
	color: #233072;
}

.text-blue {
	color: #2C7EC9;
}

.text-green {
	color: #339f9a;
}

.text-gray1 {
	color: #a3a3a3;
}

.text-gray2 {
	color: #616161;
}

.text-gray {
	color: #5a5a5a;
}

.text-main {
	color: #333333;
}

.img-centered {
	margin: 0 auto;
}

.bg-warning {
	background-color: #FFB400 !important;
}

.bg-light-gray {
	background-color: #f5f5f5;
}

.bg-darkest-gray {
	background-color: #222;
}

.bg-gray {
	background-color: #e1ddde;
}

.bg-yellow {
	background-color: #ffa703;
}

.bg-blue {
	background-color: #2a93b9;
}

.bg-deepblue {
	background-color: #091343;
}

.bg-brown {
	background-color: #6f584e;
}

.bg-pink {
	background-color: #f3bdb7;
}

.bg-purple {
	background: #694598;
}

.bg-orange {
	background-color: #F0642B;
}

.bg-red {
	background-color: #e60238;
}

.bg-green {
	background: #3d919f
}

.bg-light-green {
	background-color: #b2d1c5;
}

.bg-col-ring {
	background-color: #fdf9f3;
}

.bg-col-1 {
	background-color: #bcd61f;
}

.bg-col-2 {
	background-color: #f4de20;
}

.bg-col-3 {
	background-color: #e5e2e3;
}

.bg-body {
	background-color: rgb(241, 244, 252);
}
.bg-body-g {
	background-color: rgb(228, 233, 249);
}

.bg-cover-1 {
	background: transparent url(../img/cover_bg-1.png) center top no-repeat;
}

.bg-cover-white {
	background: transparent url(../img/cover_white.png) center top no-repeat;
}

.bg-cover-gradient {
    /*background: rgba(241, 244, 252, 0.95) url(../img/bg-gradient-w.png) center center repeat;*/
    background: linear-gradient(180deg, rgba(241, 244, 252, 0.2), rgba(255, 255, 255, 1.0));
    background-size: cover;
}

.bg-box-shadow-1{
	box-shadow:0 .15rem 1.75rem #21283226;
}

.mt-1 {
	margin-top: 2% !important;
}

.mt-2 {
	margin-top: 4% !important;
}

.mt-3 {
	margin-top: 6% !important;
}

.mt-4 {
	margin-top: 8% !important;
}

.mt-5 {
	margin-top: 10% !important;
}

.mb-1 {
	margin-bottom: 2% !important;
}

.mb-2 {
	margin-bottom: 4% !important;
}

.mb-3 {
	margin-bottom: 6% !important;
}

.pt-0 {
	padding-top: 0% !important;
}

.pt-1 {
	padding-top: 2%;
}

.pt-2 {
	padding-top: 4%;
}

.pb-0 {
	padding-bottom: 1%;
}

.pb-1 {
	padding-bottom: 2%;
}

.pb-2 {
	padding-bottom: 4%;
}

.pb-3 {
	padding-bottom: 6%;
}

.pb-4 {
	padding-bottom: 8%;
}

.pb-5 {
	padding-bottom: 10%;
}


.btn-xl .badge {
	color: #fdcf30;
	background-color: #fff;
}

.btn-bd-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #6528e0;
    --bs-btn-border-color: var(--bd-violet);
    --bs-btn-border-radius: .5rem;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}
.btn-bd-main {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff;
    background: #245FD1 linear-gradient(135deg, #155aed, #4b25d6);
}
.btn-bd-main:hover {
    background: #2356d4 linear-gradient(-35deg, #155aed, #4b25d6);
}
.btn-bd-main:focus, .btn-bd-main.focus {
    background: #2356d4 linear-gradient(-35deg, #2356d4, #412bae);
}

.btn-bd-main.disabled, .btn-bd-main:disabled {
    background: #2356d4 linear-gradient(-35deg, #2356d4, #412bae);
}




.back-go-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 1030;
}



.back-go-top i {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border-radius: 48px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #333333;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.back-go-top i.glyphicon {
	width: 48px;
	height: 48px;
	border-radius: 48px;
}

@media screen and (max-width:580px) {

	.back-go-form span {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {

	.back-go-top {
		bottom: 120px;
	}
}

/* Navbar search */
#searchBar {
	display: grid;/*display: contents;*/
    position: relative;
    margin: 0 0 0 -118px;
    padding: 0;
}
#searchBar:before {
    content: "";
	position: absolute;
    z-index: -1;
	width: 0; height: 0; border-width: 12px ; border-style: solid; border-color: transparent #d5dae2 transparent transparent; top: calc(100%/2 - 12px); right: calc(100% - 18px); 
}

#searchBar input {
	border: 2px solid #d5dae2;/*border: 1px solid #ccc;*/
	font-size: 12px;
	height: 42px;
    /*margin-top: 4px;
    margin-left: -5px;*/
	padding: 4px 8px 4px 14px;
}

#searchBar input:focus {
	outline: none;
}

#searchBar button {
	text-align: center;
}

#searchBar button:focus {
	outline: none;
}

#searchBar button.btn-search {
	border: none;
	height: 50px;
	font-size: 12px;
	padding: 4px;
	position: absolute; right: 0;
	width: 50px;
}

#searchBar .sample {
	/*height: 50px;*/
	margin: 0 auto;
	/*position: relative;*/
    display: contents;
    width: auto;
	/*width: 52%;/*width: 40%;*/
}

#searchBar .sample.nine input {
	border-radius: 41px;
	transition: all .6s ease-in-out .3s;
	width: 300px;
    background-color: #fbfcfc;
	font-size: 1em;
	font-weight: normal;
	margin-left: 9px;
}

#searchBar .sample.nine input:focus {
	transition-delay: 0;
	/*width: 450px;*/
    width: calc(300px + 50px);
	margin-left: 11px;
}

#searchBar .sample.nine input:focus~button {
	transform: rotateZ(360deg);
}

#searchBar .nine input:focus~button.btn-search,
#searchBar .button.btn-search:hover {
	background: rgb(61, 176, 231);/*background: rgb(105, 195, 255);*/
	/*color: #fff;*/
	transition-delay: 0;
}

#searchBar .nine button {
	transition: all .6s ease-in-out;
}

#searchBar .nine button.btn-search {
	background: #1351d5 linear-gradient(135deg, #155aed, #4b25d6);
    color: #fff;
	border-radius: 50%;
	height: 41px;
	/*left: 380px;
	top: 4px;*/
	transition-delay: .3s;
	width: 41px;
}

@media screen and (max-width: 991.98px) {
	#searchBar .sample.nine input {
		width: 268px;
	}

	#searchBar .sample.nine input:focus {
		width: calc(268px + 50px);
	}

}
@media screen and (max-width: 767.98px) {
	#searchBar {
		margin-left: -42px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 575.98px) {
	#searchBar {
		margin-left: -42px;
	}
	#searchBar .sample.nine input {
		width: 112px;
	}

	#searchBar .sample.nine input:focus {
		width: calc(112px + 20px);
	}
}
/*@media screen and (max-width: 991.98px) {
	#searchBar .sample.nine input {
		width: 300px;
	}

	#searchBar .sample.nine input:focus {
		width: 320px;
	}

	#searchBar .nine button.btn-search {
		left: 260px;
	}

	#searchBar .nine input:focus~button.btn-search,
	#searchBar .button.btn-search:hover {
		left: 280px;
	}
}

@media screen and (max-width:600px) {
	#searchBar .sample.nine input {
		width: 150px;
	}

	#searchBar .sample.nine input:focus {
		width: 180px;
	}

	#searchBar .nine button.btn-search {
		left: 110px;
	}

	#searchBar .nine input:focus~button.btn-search,
	#searchBar .button.btn-search:hover {
		left: 138px;
	}
}

/* header Nav */
header {
	display: flex;
}

ul {
	list-style: none;
}

/*** Navigation Styles ***/
header .nav {
	width: 768px; margin: 0 calc(100%/2 - 384px) 0;border-radius: 40px;
    padding: 0 0px 0 20px;
	background: rgb(255, 255, 255);
	/*display: flex;*/
	justify-content: space-between;
    position: fixed; top: 11px;
	z-index: 10;
	transition: all 0.3s;
	/*box-shadow: rgb(0 0 0 / 0%) 0px 2px 1px 0px, rgb(0 0 0 / 25%) 0px 0px 20px 0px;*/
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 15%) 0px 0px 20px 0px;
}

/*header .nav .container {
	width: 768px; margin: 0 calc(100%/2 - 384px) 0;border-radius: 40px;
    padding: 0 0px 0 20px;
	background: rgb(255, 255, 255);/*background: rgb(248, 249, 250);
	justify-content: space-between;
    position: fixed; top: 8px;
	z-index: 10;
	transition: all 0.3s;
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 15%) 0px 0px 20px 0px;
}*/

/*header nav.navShadow {
	height: 70px;
}*/

nav #brand,
nav #menu,
nav ul {
	display: inline-flex;
	align-items: center; /*border: #5869aa solid 1px;
    /*margin-top: -25px; margin-bottom: -25px; */
}

#logo img {
	width: 152px;/*width: 152px;*/
	cursor: pointer;
    margin: -8px 0 5px -10px;
}


/*** Menu Styles ***/
#menu {
	justify-content: flex-end;
}

.nav-list li {
	/*margin-left: 20px;*/
}

.nav-list li a.btn-member {
	color: #fff;
	background: rgb(48, 48, 48);
	display: block;
	border-radius: 60px;
    margin-right: -2px;
	padding: 12px 20px 10px;
    min-width: 120px;
    text-align: center;
	font-size: 1em;
}
.nav-list li a.btn-member:hover {
	color: #fff;
	background: #245FD1 linear-gradient(135deg, #245FD1, #4b25d6);
}




@media screen and (max-width: 768px) {
	/*.container {
		max-width: 665px;
	}*/

	/*.nav-list li a:hover {
		background: #ffffff;
	}*/
	.nav-list li a.btn-member {
	border-radius: 60px;
    margin-right: -5px;
	padding: 12px 8px 10px;
    min-width: 90px;
    text-align: center;
	font-size: 0.8125em;
	}
}
@media screen and (max-width: 575.98px) {
	.container {
		max-width: 665px;
	}
    
	.nav-list li a.btn-member {
	border-radius: 60px;
    margin-right: -5px;
	padding: 12px 8px 10px;
    min-width: 90px;
    text-align: center;
	font-size: 0.8125em;
	}
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 768px) {
	#logo img {
		width: 98px;
		cursor: pointer;
        margin-top: -5px;
        margin-left: -22px;
	}
}

@media screen and (max-width: 575.98px) {
	#logo img {
		width: 98px;
		cursor: pointer;
        margin-top: -5px;
        margin-left: -26px;
	}
}

/*@media screen and (max-width: 480px) {
	#logo img {
		width: 80px;
	}

	#menu-toggle {
		margin-right: 0;
	}
}

/* Header Cart */
	header #cart {
		/*justify-content: flex-end;*/
        position: absolute; left: calc(100% - 168px); margin-top: 12px;
	}
#cart.cart>span {
	cursor: pointer;
}

#cart button {
	border: none;
	padding: 0;
	background: transparent;
}

#cart .dropdown-center {
	display: flex;
	justify-content: center;
}

#cart .dropdown-toggle::after {
	display: none;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: inherit;
	width: auto;
	width: max-content;
}

#cart.cart .dropdown-menu {
	position: absolute;
	z-index: 1200;
	top: 100%;
	left: inherit;
	width: max-content;
}

#cart.cart:hover .dropdown-menu,
#cart.cart:focus .dropdown-menu {
	display: block;
	position: absolute;
	z-index: 1200;
}

#cart.cart .dropdown-menu .container>div {
	margin: 5px 0;
	flex-wrap: wrap;
}

#cart.cart .dropdown-menu .text {
	padding-left: 10px;
}

#cart.cart .dropdown-menu img {
	width: 80px;
}

#cart .dropdown-item {
	background: #ffffff;
	color: #2774bd;
	border: 1px solid #2774bd;
	border-radius: 6px;
	margin-top: 10px;
}

#cart .dropdown-item:hover {
	background: #d2e9ff;
	color: #2774bd;
	border: 1.5px solid #2774bd;
}

#cart .badge {
	font-size: 0.75rem;
	/*font-weight: normal;*/
    padding: 0.185rem 0.375rem;
}

#cart .bag {
	width: 32px;
	margin-right: -3px;
	font-size: 1.5rem;
    line-height: 1.75;
	color: #d7d7d7;/*color: #d7d7d7*/
}

#cart .bag:hover {
	color: #41b1e6;
}

/*@media screen and (max-width: 991.98px) {
	.dropdown-menu[data-bs-popper] {
		right: 0;
	}

	#cart.cart .dropdown-menu {
		right: 0;
	}
}

@media screen and (max-width: 500px) {
	.dropdown-menu[data-bs-popper] {
		right: 0;
		width: min-content;
	}

	#cart.cart .dropdown-menu {
		right: 0;
		width: min-content;
	}

	#cart.cart .dropdown-menu .text {
		padding-left: 0px;
	}
}*/
@media screen and (max-width: 991.98px) {
    /*header .nav {
        width: calc(100% - 5%);
        margin: 0 calc(100%/2 - 47.5%) 0;}*/
    header .nav {
        width: 720px;
        margin: 0 calc(100%/2 - 360px) 0;
    }
}
@media screen and (max-width: 768px) {
    header .nav {
        width: 552px;
        margin: 0 calc(100%/2 - 276px) 0;
	}
	header #cart {
        left: calc(100% - 124px);
	}
	#cart .bag {
        width: 32px;
        font-size: 1.125rem;
        line-height: 2;
	}
}
@media screen and (max-width: 575.98px) {
    header .nav {
        width: 360px;
        margin: 0 calc(100%/2 - 180px) 0;
        padding-top: 2px;
        padding-bottom: 2px;}
}


/* footer */
.site-footer {
	/*background-color: #E5E5E5;*/
    margin-top: 0px;
	padding: 78px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: #737373;
}

.site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5
}

.site-footer hr.small {
	margin: 20px 0
}

.site-footer h6 {
	color: #a09a9a;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
	letter-spacing: 2px;
	line-height: 1.5;
    padding: 6px 15px;
    border-radius: 25px;
}

.site-footer a {
	color: rgb(34, 34, 34);
	line-height: 1.5;
	font-size: 16px;
}

.site-footer a:hover {
	color: #155aed;
	text-decoration: none;
}

.footer-links {
	padding-left: 0;
	list-style: none;
}

.footer-links li {
	display: block;
}

.footer-links a {
	color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #4b25d6;
	text-decoration: none;
}

.footer-links.inline li {
	display: inline-block;
    margin-right: 8px;
}

/*.site-footer .social-icons {
	text-align: right
}*/


.copyright-text {
	margin: 0;
	font-size: 12px;
}

@media (max-width: 767.98px) {
	.site-footer [class^=col-] {
        margin-top: -20px;
		margin-bottom: 10px;
        padding-top: 20px;
	}
	.site-footer #if2 {
        margin-top: -68px;
	}
}

.social-icons {
	padding: 0;
	margin: 0;
	list-style: none
}

.social-icons li {
	display: inline-block;
	margin: 2px;
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px
}

.social-icons a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #d0d0d0;
    display: flex;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.social-icons a {
}

.social-icons a img {
	max-width: 50%;
	max-height: 50%;
	width: auto;
	height: auto;
    margin: 25%;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	color: #fff;
	background: #245FD1 linear-gradient(135deg, #155aed, #4b25d6);
}

.social-icons.size-sm a {
	line-height: 34px;
	height: 34px;
	width: 34px;
	font-size: 14px
}

@media (max-width:767px) {
	.site-footer {
		padding-bottom: 0
	}

	.site-footer .container .row {
		text-align: center;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center
	}
}

/* end footer */
/* section */
section#productcontent {
    position: relative;
    background: rgba(255, 255, 255, 1.0) url(../img/cover_bg.png) center top no-repeat;
	padding: 118px 0 5% 0;/*padding: 10% 0 5% 0;*/
}

section.account-warp {
	padding: 8% 0 5% 0;
}


section#profoot {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
    max-height: 100%;
    min-height: 42px;
}
section#profoot .cover_foot {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -2px;
    display: block;
    z-index: 1;
}

@media (max-width:991px) {

	section.account-warp {
		padding: 14% 0 5% 0;
	}
}

@media (max-width:768px) {

	section.account-warp {
		padding: 20% 0 5% 0;
	}
}

section#signup .content {
	padding: 20px 25px 25px;
	background: #fff;
    border-radius: 25px;
}

section#signup #btnSMS {
	width: 100%;
}

@media (max-width:768px) {

	.phone-group {
		display: flex;
		flex-direction: column;
	}
}

section .form-group {
	margin-bottom: 15px;
}

section#login h3.section-heading {
	margin: 10px 0;
}

section#login h3.section-heading span {
	position: relative;
	z-index: 1;
	background: #f7f9fe;
    border-radius: 20px;
	padding: 5px 20px;
}

section#login hr {
	max-width: 500px;
	margin: 0 auto;
	margin-top: -24px;
	position: relative;
	z-index: 0;
	border-top: 1px solid;
}

section#login .fb-login,
section#login .line-login,
section#login .google-login {
	margin: 5px 15px;
	width: 60px;
	font-size: 2.2em;
	height: 60px;
	color: #fff;
	border: none;
	border-radius: 100%;
	-webkit-box-shadow: 0 0.3rem 0.3rem 0 rgb(0 0 0 / 25%);
	box-shadow: 0 0.3rem 0.3rem 0 rgb(0 0 0 / 25%);
	transition: color 0.15s ease-in-out, background-color 0.05s ease-in-out;
}

section#login .fb-login {
	background: #0866ff;
}

section#login .fb-login:hover {
	background: #136cfb;
}

section#login .line-login {
	background: #06c755;
}

section#login .line-login:hover {
	background: #07b14e;
}

section#login .google-login {
	background: #EA4335;
}

section#login .google-login:hover {
	background: #d63b2d;
}

section .login-btn,
section .signup-btn {
	padding: 0.85rem 2.25rem;
	color: #fff;
	border: none;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0.5rem 0.5rem 0 rgb(0 0 0 / 25%);
	box-shadow: 0 0.5rem 0.5rem 0 rgb(0 0 0 / 25%);
	transition: color 0.15s ease-in-out, background-color 0.05s ease-in-out;
	background: linear-gradient(0deg, #2043b8, #2665da);
}


section .login-btn:hover,
section .signup-btn:hover {
	color: #fff;
	background: linear-gradient(0deg, #2665da, #2043b8);
}

section .login-btn:active,
section .signup-btn:active {
	color: #fff;
	background: #2043b8;
}

section#login .forget-psw {
	margin: 0 10px;
	color: #4F4F4F;
}

section#login .forget-psw:hover {
	text-decoration: underline;
	color: #2C7EC9;
}

section#login .signup {
	color: #2043b8;
	font-size: 1.5rem;
	text-decoration: underline;
	font-weight: bold;
}

section#login .signup:hover {
	color: #2C7EC9;
}

/* end section */
/* bg */
section.bg_blog {
	background: transparent url(../img/cover_bg_blog.png) center bottom no-repeat;
	background-size: 100%;
	padding-top: 2%;
	padding-bottom: 1%;
}

section#TeacherLecture, section#Blog {
	padding: 2% 0;
	/*margin-top: 55px;*/
    /*background: transparent;/*background: #f5f6fa;*/
    background-color: transparent;
    position: relative;
}

section .cover_bg {
    margin: 0;
	padding: 0;
    background-color: transparent;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

section .cover_bg.bottom {
    top: inherit;
    bottom: 0;
}


section#TeacherLecture .group,
section#Blog .group {
	display: flex;
	justify-content: center;
}

/*section#Blog .group>div:nth-child(1),
section#Blog .group>div:nth-child(3) {
	margin-top: 100px;
}*/

section#Blog .group .course {
	margin-top: 55px;
}

section#TeacherLecture .group .course {
	border-radius: 30px;
	background: #fff;
	filter: drop-shadow(0 .02rem 0.75rem rgba(72, 100, 164, .35));
    flex: 0 0 auto;
    width: calc(100% - 22px);/*max-width: 380px;*/
    min-height: 420px;
	margin: 0 auto;
	margin-top: 55px;
}

section#TeacherLecture .group .course:hover {
	transform: scale(1.05);
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

section#TeacherLecture .group .course .theme_pic {
	border-radius: 30px 30px 0 0;
}

section#Blog .group .course .theme_pic {
	border-radius: 30px;
}

section#TeacherLecture .group .tab {
	display: flex;
	justify-content: space-between;
}

section#TeacherLecture .tab .subject {
	margin-top: 15px;
}

section#TeacherLecture .tab .wishlist-heart {
	margin-top: 11px;
	margin-right: 15px;
}

section .toggle-heart {
	border: none;
	background: transparent;
	color: #BDBDBD;
	padding: 0;
	font-size: 1.5em;
}

section .toggle-heart.isFavate { 
	color: yellowgreen; 
}

section#TeacherLecture .tab .subject span {
	color: #fff;
	font-weight: bold;
	background: #245FD1 linear-gradient(135deg, #155aed, #4b25d6);
	padding: 5px 15px 3px 18px;
	border-radius: 0 30px 30px 0;
	font-size: 22px;
}

section#TeacherLecture .title,
section#Blog .title {
	margin-top: 18px;
	padding: 0px 15px 15px 21px;
}


section#TeacherLecture .more {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}

section#Blog .more {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

section .more a {
	color: #155aed;
	font-size: 21px;
	margin-right: 30px;
    padding: 0px 10px;
}
section .more .c-purple {
	color: #4b25d6;
}
section .more a:hover {
	color: #4b25d6;
	font-size: 21px;
	text-decoration: none;
	background-color: #f8fafe;
	border-radius: 25px;
}
section .more a:hover i {
	margin-right: 0px;
	animation-name: to_right;
	animation-duration: 0.5s;
}
@keyframes to_right {
  from {
    margin-right: 20px;
  }
  to {
    margin-right: 0px;
  }
}


@media (max-width: 1399.98px) {
	section#TeacherLecture .group .course {
		min-height: 376px;
	}
}
@media screen and (max-width: 1199.98px) {
	section#TeacherLecture .group .course {
		min-height: 342px;
	}
    
	section#TeacherLecture .title h3.main {
		font-size: 1.6rem;
	}

	section#TeacherLecture .title h3.sub {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 991.98px) {
	section#Blog .group>div:nth-child(1),
	section#Blog .group>div:nth-child(3) {
		margin-top: 0px;
	}
}
@media screen and (max-width: 767.98px) {
	section#TeacherLecture .group .course {
		min-height: inherit;
	}
}



/* Account Member */

nav.member-breadcrumb {
    padding-top: 1rem;
}
@media screen and (max-width: 991.98px) {
	nav.member-breadcrumb {
		padding-top: 3rem;
	}
}







/* wishlist-heart */

@-webkit-keyframes heart {

	0%,
	17.5% {
		font-size: 0;
	}
}

@keyframes heart {

	0%,
	17.5% {
		font-size: 0;
	}
}

@-webkit-keyframes bubble {
	15% {
		transform: scale(1);
		border-color: #ffa9a944;
		border-width: 2.25rem;
	}

	30%,
	100% {
		transform: scale(1);
		border-color: #ffa9a944;
		border-width: 0;
	}
}

@keyframes bubble {
	15% {
		transform: scale(1);
		border-color: #ffa9a944;
		border-width: 2.25rem;
	}

	30%,
	100% {
		transform: scale(1);
		border-color: #ffa9a944;
		border-width: 0;
	}
}