@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #fff;
	color: #606060;
	font-size: 1rem;
}
.for-pc {
	display: none;
}
#loader {
    position: static;
}
.loader #loader::before {
	content: '';
	display: block;
    z-index: 10010;
    position: fixed;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    height:100%;
    left:0;
    top: 0;
}
.loader #loader::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../images/loading01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:calc((100vw - 32px) / 2);
    top: calc((100vh - 32px) / 2);
	z-index: 10015;
}
button, a, *:link, button:focus, a:focus, *:link:focus, input[type=text]:disabled, input[type=text]:read-only {
	cursor: pointer;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
	-webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none !important;
	outline:none !important;
	-webkit-box-shadow: 0 0 0 0;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-box-shadow: 0 0 0 0;     /* FireFox */
	box-shadow: 0 0 0 0 !important;
}
input[type=text]:disabled, input[type=text]:read-only {
	cursor:default;
}
input[type="button"] {
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}
/*選單遮罩*/
.menuoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;/*高度需低於主選單*/
	background-color: rgba(255,255,255,0.75);
	display: none;
	opacity: 0;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.menuoverlay.active {
	/*display: block;
	opacity: 1;*/
}
#header.header {
	background-color: #fff;
	border-bottom: 1px solid #DAE2EA;
	padding: 10px 15px 5px 15px; 
}
#header.header .navbar {
	padding: 0;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
#header.header.menuOpen {
	max-height: 100vh;
}

#header.header .navbar-brand {
	margin-left: 0;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}
#header.header .navbar-brand.logo {
	width: 21.2%;
	min-width: 71px;
	max-width: 110px;
}
#header.header .navbar-brand .title {
	display: none
}
#header.header .navbar-toggler {
	background-color: transparent;
	border:  0 none;
	border-radius: 0;
	padding: 0;
    margin-right: .5em;
	margin-left: 0;
    width: 35px;
    display: flex;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
	background-image: url("../images/icon-cross.webp");
	background-size: 1px;
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}
#header.header .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("../images/icon-burger.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
}
#header.header.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icon-cross.webp");
    background-size: 22px auto;
}
#header.header.menuOpen .navbar-toggler {
	/*background-color: transparent;*/
}
#header.header .navbar-collapse {
	/*background-color: rgba(216,214,206,1.00);*/
}
#header.header .navbar-nav {
	padding-top: .3em;
}
#header.header .navbar-nav .nav-item {
	/*width: 100%;*/
}

#header.header .main_menu .nav-link {
	padding: 5px 0;
}
#header.header .main_menu .nav-link:focus, #header.header .main_menu .nav-link:hover {
	color: rgba(93,45,46,1.00);
}
#header.header .main_menu .nav-link.active{}
#header.header .main_menu .nav-link.show .label{
	border-bottom: 2px solid rgba(207,10,65,0.50);
}
#header.header .main_menu .nav-link .label{
	font-weight: 500;
	display: inline-block;
	padding: 15px 5px 13px;
	font-size: 1rem;
	color: rgba(38,38,38,0.80);
	border-bottom: 2px solid rgba(207,10,65,0.00);
	line-height: 1;
}
#header.header .main_menu .nav-link:hover .label{
	color: rgba(93,45,46,1.00);
}
#header.header .main_menu .nav-link.active .label{
	color: rgba(38,38,38,1.00);
	border-bottom: 2px solid rgba(207,10,65,1.00);
}
#header.header .navbar-nav .nav-item.func .nav-link:hover {
	/*background-color: rgba(248,237,229,0.00);*/
}
#header.header .main_menu .nav-link::before {
	/*display: none;*/
}
#header.header .main_menu .nav-link:hover::before {
	/*background-image: url("../images/icon-point_over.png");*/
}
#header.header .main_menu .nav-link.active::before {
	/*background-image: url("../images/icon-point_active.png");*/
}
#header.header .main_menu .nav-link.dropdown-toggle::after {
	/*display: none;*/
}
#header.header .main_menu .dropdown-menu {
	border: 0;
    border-radius: 0;
    padding-top: 0;
    margin: 0;
}
#header.header .main_menu .dropdown-item {
	padding: .3em 0 .3em 21px;
}
#header.header .main_menu .dropdown-item.active, #header.header .main_menu .dropdown-item:active {
	background-color: #92768c;
	color: #EEE9DB;
}
#header.header .main_menu .dropdown-item:focus, #header.header .main_menu .dropdown-item:hover {
	background-color: #92768c;
	color: #EEE9DB;
}
.nav.social {
	width: 58%;
    min-width: 200px;
	margin-right: 0;
    max-width: 240px;
    justify-content: space-between;
	margin-left: auto;
}
.nav.social .nav-link{
	padding: 0;
	width: 40px;
	justify-content: space-between;
}
.offcanvas-header {
    justify-content: flex-start;
}
.offcanvas-header .btn-close {
     margin-left: 0;
	margin-right: 1em;
}
.mainBanner {
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
#main {
	
}
.section {
	padding: 40px 15px;
	line-height: 1.5;
	font-weight: 500;
	font-size: 16px;
}
.section.list1, .section.list2{
    display: flex;
	flex-direction: column;
	row-gap:30px;
}
.section.list2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.section .paragraph1{
    margin-left: auto;
    margin-right: auto;
}
.section.container, .section.container-md, .section.container-sm {
	max-width: 100%;
}
.section .row {
	row-gap:20px;
}
.section.sec1 {
	background-image: url("../images/bg-index01.webp");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section.sec2 {
	background-image: url("../images/bgdefault02.webp");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section h2 {
	color: #0075C1;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.section ul, .section ol {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.section.list2 ul, .section.list2 ol {
	font-weight: 400;
	font-size: 18px;
}
.section ul:last-child, .section ol:last-child {
	margin-bottom: 0;
}
.listStyle, a.listStyle {
	display: flex;
	border-radius: 16px;
	background-color: #FDFCFA;
	padding: 0;
	border: 0 none;
	row-gap:10px;
	text-decoration: none;
}
.listStyle.h, a.listStyle.h {
	flex-direction: row;
	column-gap: 10px;
}
.listStyle .pic {
	display: block;
	overflow: hidden;
}
.listStyle.h .pic {
	width: 45%;
}
.listStyle .pic img {
	display: block;
	opacity: .8;
	border-radius: 16px;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.listStyle:hover .pic img, a.listStyle:hover .pic img {
	opacity: 1;
}
.listStyle .card-body {
	display: flex;
	flex-direction: column;
	padding: 0 10px 10px;
	row-gap:10px;
}
.listStyle.h .card-body {
	width: 55%;
	padding: 8px 10px 0 0;
	row-gap:5px;
}
.listStyle.video .card-body {
	flex-direction: row;
	column-gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
	background-image: url("../images/btn_clip-over.webp");
	background-size: 1px;
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
.listStyle .card-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1.2;
	margin-bottom: 0;
}
.listStyle.h .card-title {
    -webkit-line-clamp: 1;
}
.listStyle.video .card-title {
	width: calc(100% - 30px);
}
.listStyle .card-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #606060;
	line-height: 1.5;
	margin-bottom: 0;
}
.listStyle.h .card-text {
    -webkit-line-clamp: 1;
}
.listStyle .more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #606060;
	padding: 3px 12px;
	border: 1px solid #606060;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.listStyle:hover .more, a.listStyle:hover .more {
	color: #DCDCDC;
	border: 1px solid rgba(35,35,35,.50);
	background-color: rgba(35,35,35,.80);
}
.listStyle .play {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: 0;
	width: 30px;
	height: 30px;
	background-image: url("../images/btn_clip.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.listStyle:hover .play, a.listStyle:hover .play {
	background-image: url("../images/btn_clip-over.webp");
}
.title1 {
	color: #D95096 !important;
	font-size: 30px;
	font-weight: 700;
}
.breadcrumbContainer {
	max-width: 1440px !important;
	width: 100%;
}
.breadcrumb {
	font-size: .875rem;
	color: #5E6169;
}
.breadcrumb::before {
	content: '';
	display: block;
	background-image: url("../images/ci-logo-small.webp");
	width: 35px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: .5em;
}
.breadcrumb a {
	color: #5E6169;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #292A2F;
	text-decoration: underline;
}
.breadcrumb-item.active {
	color: #292A2F;
}
.breadcrumb-item.active::before {
	color: #5E6169;
}
.lv3 .breadcrumb-item:nth-child(2) > a::after {
	content: '...';
	display: inline;
}
.lv3 .breadcrumb-item:nth-child(2) > a > span {
	display: none;
}
.banner {
	padding-top: 20px;
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.headTitle {
	background-image: url("../images/titleGB.webp");
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 32px;
	color: #D95096;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 1px solid #CCCCCC;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: .3em 0;
}
.headTitle.LifeAdvisoryBoard, .headTitle.BooksCourses {
	background-image : none;
	border-bottom: 1px solid #7B012D;
	max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0;
}
.headTitle.BooksCourses {
	border-bottom: 1px solid #0075C1;
}
.head .imager .img img {
	border-radius: 16px;
	display: block;
}
.head .imager .brief {
	font-size: 12px;
	line-height: 1.5;
	padding: .5em 0 0;
}
.head .imager .brief ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article {
	font-size: 16px;
	line-height: 1.75;
	padding-top: 40px;
	padding-bottom: 90px;
	/*background-image: url("../images/bgdefault02.webp");*/
	background-image: url("../images/bg-page.webp");
	background-repeat: no-repeat;
	/*background-position: right bottom;*/
	background-position: left top;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.article.default {
	background-image: url("../images/bg-page.webp");
	background-position: right top;
}
.article h1 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	color: #7B012D;
	border-bottom: 2px solid #606060;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: .5em;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.article h2 {
	font-size: 21px;
	line-height: 2;
	font-weight: 500;
	text-align: left;
	color: #7B012D;
	margin-top: 30px;
	margin-bottom: 30px;
}
.article h3 {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
	color: #231815;
	margin-top: 30px;
	margin-bottom: 30px;
}
.article h4 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
	color: #231815;
	margin-top: 30px;
	margin-bottom: 30px;
}
.article strong {
	font-weight: 500;
}
.article hr {
    color: #CF0A41;
    border-top: 3px solid;
    opacity: 1;
	margin-left: auto;
	margin-right: auto;
	width: 33%;
	max-width: 330px;
	margin: 40px auto;
}
.article .inner .labelBlack {
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	line-height: 1;
}
.article .inner .labelBlack span {
	display: inline-flex;
	line-height: 1;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background-color: #231815;
}
.article .inner .picDesc{
	font-size: 16px;
}
.article .inner .picDesc .small{
	font-size: 12px;
}
.article .inner .picDesc .large{
	font-size: 18px;
}
.podcastBox .presenter {
	width: 220px;
	padding: 0;
}
.podcastBox .list {
	width: 100%;
}
.podcastBox .topic {
	width: 100%;
	font-size: 18px;
	line-height: 1.75;
	border-bottom: 1px solid #606060;
	color: #606060;
	padding: 0 8px;
	margin: 0 auto 10px;
}
.podcastItem {
	border-bottom: 1px dotted #606060;
	padding: 5px;
	display: flex;
    gap: 10px;
	text-decoration: none;
	background-image: url("../images/btn_clip-over.webp");
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: -9999px -9999px;
}
.podcastItem::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/btn_clip.webp");
	background-size: cover;
	background-repeat: no-repeat;
}
.podcastItem:hover::before, .podcastItem:focus::before {
	background-image: url("../images/btn_clip-over.webp");
}
.podcastItem .item {
	display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
	gap:0;
}
.podcastItem .item .title {
	display: flex;
	gap:10px;
	color: #231815;
	font-size: 16px;
	line-height: 1.2;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.podcastItem .item .title .time {
	font-size: 12px;
}
.podcastItem .item .speaker {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #606060;
}
.bookBox .skin {
	width: 90%;
	max-width: 345px;
}
.bookBox .skin img {
	display: block;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.bookBox .brief {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
}
.bookBox .brief h3 {
	color: #7B012D;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.bookBox .brief h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	margin: 0 0 10px 0;
}
.mvBox .skin {
	width: 90%;
	max-width: 345px;
}
.mvBox .skin img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.mvBox .brief {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
}
.mvBox .brief h3 {
	color: #7B012D;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.mvBox .brief h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	margin: 0 0 10px 0;
}
.quickLink {
	margin-top: 30px;
	border: 1px solid #FFF;
	background-color: #F4E6E6;
	border-radius: 16px;
	padding: 12px;
	margin-bottom: 30px;
}
.quickLink ul {
	margin: 0;
}
.quickLink li {
	border-bottom: 1px dashed #44494B;
}
.quickLink li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.quickLink a {
	color: #44494B;
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
	font-weight: 500;
}
.files {
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.files a {
	font-size: 16px;
	color: #231815;
	font-weight: 500;
	line-height: 1.3;
	display: flex;
	justify-content: space-between;
	gap:10px;
	padding: 10px 15px;
	border-radius: 16px;
	background-color: #DEB6EB;
	text-decoration: none;
	align-items: center;
}
.files a:hover {
	color: #231815;
	background-color: #E082FF;
}
.files a::after {
	content: '';
	display: block;
	background-image: url("../images/icon-download.webp");
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
}
.files .label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.files .format {
	display: block;
	margin-left: .5em;
	font-size: 12px;
	font-weight: 400;
}
.files .format::before, .files .format::after {
	display: inline-block;
	content: '(';
}
.files .format::after {
	content: ')';
}
/**/
.pager {
	margin-top: 50px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    border-top: 1px solid rgba(0,0,0,0.20);
	max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pager .pagination {
	margin-bottom: 0;
}
.pager .page-link, .pager .page-first, .pager .page-last {
    position: relative;
    display: inline-flex;
    padding: 0 .5em;
    font-size: 1.125rem;
    color: #44494B;
    background-color: transparent;
    border: 0;
	height: 50px;
	align-items: center;
	justify-content: center;
}
.pager .page-link.pre, .pager .page-link.next {
	text-align: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	background-image: url("../images/pager-pre-up.svg");
	background-position: center;
	background-size: auto 50px;
	background-repeat: no-repeat;
	width: 25px;
	height: 50px;
}
.pager .page-link.next {
	background-image: url("../images/pager-next-up.svg");
}
.pager .page-link.pre:hover, .pager .page-link.next:hover, .pager .page-link.pre:active, .pager .page-link.next:active, .pager .page-link.pre:focus, .pager .page-link.next:focus {
	background-image: url("../images/pager-pre-over.svg");
}
.pager .page-link.next:hover, .pager .page-link.next:active {
	background-image: url("../images/pager-next-over.svg");
}
.pager .page-link.pre:disabled, .pager .page-link.next:disabled, .pager .page-link.pre.disabled, .pager .page-link.next.disabled {
	background-image: url("../images/pager-pre-up.svg");
	opacity: .5;
}
.pager .page-link.next:disabled, .pager .page-link.next.disabled {
	background-image: url("../images/pager-next-up.svg");
	opacity: .5;
}
.pager .page-link.active {
	border-bottom: 1px solid rgba(68,73,75,0.50);
}
.pager .page-link:hover {
	color: rgba(9,127,125,1.00);
}
.pager .page-first, .pager .page-last {
	text-align: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	background-image: url("../images/pager-first-up.svg");
	background-position: left center;
	background-size: auto 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
.pager .page-first:hover, .pager .page-last:hover, .pager .page-first:active, .pager .page-last:active, .pager .page-first:focus, .pager .page-last:focus {
	background-image: url("../images/pager-first-over.svg");
}
.pager .page-first:disabled, .pager .page-last:disabled, .pager .page-first.disabled, .pager .page-last.disabled {
	background-image: url("../images/pager-first-up.svg");
	opacity: .5;
}
.pager .page-last:disabled, .pager .page-last.disabled {
	background-image: url("../images/pager-last-up.svg");
	opacity: .5;
}
.pager .page-last {
	background-image: url("../images/pager-last-up.svg");
	background-position: right center;
}
.pager .page-last:hover, .pager .page-last:active, .pager .page-last:focus {
	background-image: url("../images/pager-last-over.svg");
}
.pager .page-last:disabled {
	background-image: url("../images/pager-last-up.svg");
}
.pager .total {
	width: 100%;
	text-align: center;
	font-size: .75rem;
	line-height: 1.1;
	padding: .5em;
	display: block;
}
.contact h1 {
	font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #7B012D;
    display: block;
    margin-top: 5px;
    margin-bottom: 24px;
    width: 100%;
}
.contact p {
	font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 0;
    width: 100%;
}
/*#footer*/
#footer {
	background-color: #CF0A41;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .logo {
	width: 23%;
	max-width: 170px;
	min-width: 80px;
	padding-bottom: 15px;
}
#footer .funcs {
	display: flex;
	flex-direction: column;
	gap:10px;
}
#footer .funcs .nav {
	flex-direction: row;
	gap:20px;
}
#footer .funcs .nav.social {
	gap:10px;
    width: auto;
    min-width: 200px;
    margin-right: auto;
    max-width:inherit;
    justify-content: space-between;
    margin-left: 0;
}
#footer .funcs .nav-link, #footer .funcs a.nav-link {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding : 0;
}
#footer .funcs .nav.social .nav-link {
    width: 30px;
}
#footer .menus {
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .menus .dropdown-menu {
    display: block;
	border: 0 none;
	background-color: transparent;
	padding-top: 0;
	border-radius: 0;
	min-width: inherit;
}
#footer .menus .dropdown-item {
    color: #fff;
	padding: .1em 0 .1em 1em;
}
#footer .menus .dropdown-item:focus, #footer .menus .dropdown-item:hover, #footer .menus .dropdown-item:disabled {
    color: #FFEF1D;
    background-color: transparent;
}
.form-control {
	border: 1px solid rgba(104,94,102,1.00);
	font-size: 16px;
	line-height: 1.2;
	padding: 15px 16px;
	border-radius: 8px;
	font-weight: bold;
	color: #606060;
}
.form-floating>label {
    font-size: 16px;
    color: #606060;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}
.btn-primary {
	background-color: #22356F;
	color: #fff;
	border-color: #22356F;
	font-weight: bold;
	font-size: 18px;
	border-radius: 8px;
	padding: 10px 20px;
	line-height: 1.2;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #183CB5 !important;
	color: #FFFFFF !important;
	border-color: #183CB5 !important;
}
.btn.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.00);
	color: #C2C2C2;
}
.btn.icon:disabled {
	border-color: rgba(255,255,255,0.00);
	background-color: rgba(255,255,255,0.50);
}
.btn.icon:hover {
	background-color: rgba(255,255,255,0.30);
	color: #fff;
}
.btn.icon.active, .btn.icon.btn-micStop {
	background-color: rgba(110,245,255,1.00);
	color: #005794;
}
.btn.icon.btn-micStop {
	
}
.btn.icon.btn-micStop.active {
	display: flex;
}
.btn.icon > span {
	display: none;
}
.btn.icon::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.btn.icon:disabled::before {
	opacity: .65;
}
.btn.icon.btn-lang {
	position: absolute;
	right: 2em;
	top: 5em;
	z-index: 10;
}
.btn.icon.btn-reset, .btn.icon.btn-send {
	display: none;
}
.btn.icon.btn-reset.active, .btn.icon.btn-send.active {
	display: flex;
	background-color: rgba(255,255,255,0.00);
	color: #C2C2C2;
}
.btn.icon.btn-lang::before {
	background-image: url("../images/icon-lang_up.webp");
}
.btn.icon.btn-lang:hover::before {
	background-image: url("../images/icon-lang_over.webp");
}
.btn.icon.btn-mic::before {
	background-image: url("../images/icon-mic_up.webp");
}
.btn.icon.btn-mic:hover::before {
	background-image: url("../images/icon-mic_over.webp");
}
.btn.icon.btn-mic.active::before {
	background-image: url("../images/icon-mic_stop.webp");
}
.btn.icon.btn-send::before {
	background-image: url("../images/icon-send_up.webp");
}
.btn.icon.btn-send:hover::before {
	background-image: url("../images/icon-send_over.webp");
}
/*.btn.icon.btn-send.active::before {
	background-image: url("../images/icon-send_active.webp");
}*/
.btn.icon.btn-reset::before {
	/*background-image: url("../images/icon-reset_up.webp");*/
	display: none;
}
/*.btn.icon.btn-reset:hover::before {
	background-image: url("../images/icon-reset_over.webp");
}*/
/*.btn.icon.btn-reset.active::before {
	background-image: url("../images/icon-reset_active.webp");
}*/
.btn.icon.btn-micStop::before {
	background-image: url("../images/icon-mic_stop.webp");
}
.btn-more {
	background-color: rgba(255,255,255,0.00);
	color: #606060;
	border: 1px solid #606060;
	border-radius: 28px;
	padding: 19px 28px;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 700;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
	background-color: #232323;
	color: #DCDCDC;
	border: 1px solid #232323;
}
.btn-reset {
	background-color: #000000;
	color: #FFF;
	border: 1px solid #E0E0E0;
	display: flex;
	gap:5px;
	align-items: center;
	justify-content: center
}
.btn-reset:hover {
	background-color: #601214;
	color: #FFF;
	border: 1px solid #E0E0E0;
}
.btn-reset::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: 20px auto;
	background-image: url("../images/icon-reset_up.webp");
	background-repeat: no-repeat;
}
.btn-reset:hover::after {
	background-image: url("../images/icon-reset_over.webp");
}
.btn-recommend {
	display: none;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	border: 0;
	background-color: rgba(160,49,51,1.00);
}
.chatFunction.recommend .btn-recommend {
	display: block;
}
.btn-recommend:hover {
	color: #fff;
	background-color: rgba(213,77,16,1.00);
}
.btn-scrollTop, .btn.btn-scrollTop {
	border: 0;
	padding: 0;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 7em;
	opacity: .5;
	display: none;
	background-color: #CF0A41;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.btn-scrollTop:hover, .btn.btn-scrollTop:hover, .btn-scrollTop:focus, .btn.btn-scrollTop:focus, .btn-scrollTop:active, .btn.btn-scrollTop:active {
	opacity: 1
}
.btn-scrollTop.show.foot, .btn.btn-scrollTop.show.foot {
	/*position: fixed;*/
}
.btn-scrollTop.show, .btn.btn-scrollTop.show {
    position: fixed;
	display: flex;
}
.btn-toBuy {
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	gap :5px;
	padding: 10px 18px;
	border-radius: 10px;
	border: 1px solid #606060;
	color: #606060;
	background-color: rgba(255,216,227,0.00);
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.btn-toBuy::after {
	display: block;
	content: '';
	background-image: url("../images/icon-cart.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
.btn-toBuy:hover {
	border: 1px solid #606060;
	color: #606060;
	background-color: rgba(255,216,227,1.00);
}
@media (orientation:landscape) and (min-width:480px){
	#header.header .navbar-brand {
		/*width: 100vw;*/
	}
	#header.header .navbar-toggler {
		/*width: 60px;*/
	}
	
}
@media (orientation:landscape) and (min-width:768px){
	#header.header .navbar-brand {
		/*width: 19%;
		margin-right: 1em;*/
	}
	#header.header .navbar-toggler {
		/*width: 7vw;*/
	}
	
}
@media (orientation:portrait) and (min-width:768px){
	
}
@media (min-width:400px){
	
}
@media (min-width:480px){
	#header.header .offcanvas-header .navbar-brand.logo {
		min-width: 110px;
	}
}
@media (min-width:660px){
	.compareModal .modal-body {
		padding-bottom: var(--bs-modal-padding);
	}
}
@media (min-width:768px){
	#header.header .bg-light > .container-fluid, #header.header .bg-light > .container {
		/*max-width: none;*/
		/*flex-direction: row-reverse;*/
	}
	#header.header {
		/*background-size: 100%;*/
	}
	#header.header .navbar-brand {
		/*max-width: 200px;
		margin-left: auto;
		margin-right: auto;*/
	}
	#header.header .navbar-toggler {
		/*width: 60px;*/
	}
	#header.header .main_menu .nav-link {
		/*font-size: 1.25em;*/
	}
	#header.header .container {
        max-width: 100%;
    }
	.container.article {
		max-width: 1440px;
		width: 100%;
	}
	.listStyle, a.listStyle {
		text-decoration: none;
		flex-direction: row;
		column-gap: 10px;
	}
	.listStyle.v, a.listStyle.v, .listStyle.video, a.listStyle.video {
		flex-direction: column;
	}
	.listStyle .pic {
		width: 53%;
	}
	.listStyle.v .pic, .listStyle.video .pic {
		width: 100%;
	}
	.listStyle .card-body {
		padding: 0;
		width: 47%;
	}
	.listStyle.v .card-body, .listStyle.video .card-body {
		padding: 0 10px 10px;
		width: 100%;
	}
	.listStyle .card-title {
		-webkit-line-clamp: 1;
	}
	.listStyle.video .card-title {
		-webkit-line-clamp: 2;
	}
	.listStyle .card-text {
		-webkit-line-clamp: 2;
	}
	.lv3 .breadcrumb-item:nth-child(2) > a::after {
		display: none;
	}
	.lv3 .breadcrumb-item:nth-child(2) > a > span {
		display: inline;
	}
	.podcastBox {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.podcastBox .list {
		width: calc(100% - 220px - 1.5rem);
	}
	.bookBox {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.bookBox {
		font-size: 18px;
	}
	.bookBox .skin {
		max-width: 212px;
	}
	.bookBox .brief {
		width: calc(100% - 212px - 1.5rem);
	}
	.mvBox {
		font-size: 18px;
	}
	.mvBox .skin {
		width: 48%;
	}
	.mvBox .brief {
		width: calc(52% - 1.5rem);
	}
	.files {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.pager {
		flex-wrap: nowrap;
		align-items: center;
	}
	.pager .page-first {
		margin-right: auto;
	}
	.pager .page-last {
		margin-left: auto;
	}
	.pager .total {
		width:auto;
		margin-left: 1em;
	}
	#footer .menus .navbar-nav {
		flex-direction: row;
		gap:10px;
	}
}
@media (min-width:1000px){
	body {
		/*background-image: url("../images/bg.webp");*/
	}
	.container, .container-md, .container-sm {
        max-width: 720px;
    }
	#header.header .bg-light > .container-fluid, #header.header .bg-light > .container {
		 /*flex-direction: column; */
	}
	#header.header {
		/*background-image: url("../images/bg-header.png");
		border-bottom: 0 none;
		background-size: auto 100%;
		background-position: center;*/
	}
	#header.header.active .bg-light > .container-fluid, #header.header.active .bg-light > .container {
		/*flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto*/
	}
	#header.header .navbar-brand {
		gap:20px;
	}
	#header.header.active .navbar-brand {
	}
	#header.header .navbar-brand .title {
		display: block;
		color: #E3D3C8;
		font-size: 40px;
		font-weight: 700;
		line-height: 1;
	}
	#header.header .bg-header {
		/*padding-top: 3em;
		text-align: center;*/
	}
	#header.header .navbar-collapse {
		/*background-color: transparent;
		width: 100%;*/
	}
	#header.header .navbar-toggler {
		/*display: none;*/
	}
	#header.header .main_menu {
		/*flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;*/
	}
	#header.header.active .main_menu {
		/*width: auto;
		margin: 0 !important;*/
	}
	#header.header .main_menu .nav-item {
		/*display: inline-flex;
		align-items: center;*/
	}
	#header.header .navbar-nav .nav-item {
		/*width: auto;
		padding: 0 0.5em 1em;*/
	}
	#header.header.active .navbar-nav .nav-item {
		/*padding: 0 0.5em;*/
	}
	
	#header.header .main_menu .nav-link {
		/*font-size: 1.125em;
		padding: 0.5em 1.5em;
		text-align: center;
		border-radius: 1em;
		height: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;*/
	}
	#header.header .main_menu .nav-link:hover, #header.header .main_menu .nav-link.active, #header.header .main_menu .nav-link.show {
		/* color: #700D9E;
		background-color: rgba(255,255,255,0.50); */
	}
	
	#header.header .main_menu .nav-item.dropdown:hover .nav-link {
		/*color: #fff;
		border-radius: 1em 1em 0 0;*/
	}
	#header.header .main_menu .nav-item.dropdown:hover .dropdown-menu {
		/*display: block*/
	}
	#header.header .main_menu .dropdown-menu {
		/*padding: 0;
		border: 0 none;
		background-color: #68635f;
		border-radius: 0;
		top: 2em;*/
	}
	#header.header .main_menu .dropdown-item {
		/*color: #fff;
		border-bottom: 0 none;*/
	}
	#header.header .main_menu .dropdown-menu li:last-child .dropdown-item {
		/*border-bottom: 0 none;*/
	}
	
	.navbar>.container-fluid {
		/*align-items: flex-end;*/
	}
	.section .paragraph1{
		width: 80%;
	}
	.listStyle .pic {
		width: 40%;
	}
	.listStyle .card-body {
        width: 60%;
    }
	.listStyle.video .card-title {
		width: calc(100% - 50px);
	}
	.listStyle .play {
		width: 50px;
		height: 50px;
	}
	.listStyle.h .pic {
		width: 43%;
	}
	.listStyle.h .card-body {
        width: 57%;
    }
	.listStyle.h .card-text {
		-webkit-line-clamp: 2;
	}
	.article .banner {
		padding-top: 30px;
	}
	.head {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.head .imager {
		display: flex;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		gap: 0;
		align-items: flex-end;
		justify-content: space-between;
	}
	.head .imager .img {
		width: calc(60% - 20px);
		border-right: 1px solid #606060;
		padding-right: 20px;
	}
	.head .imager .brief {
		width: 40%;
	}
	.podcastItem:nth-child(odd){
		margin-right: 5px;
        width: calc(50% - 5px);
	}
	.podcastItem:nth-child(even){
		margin-left: 5px;
        width: calc(50% - 5px);
	}
	.mvBox .skin {
		width: 533px;
		max-width: none;
	}
	.mvBox .brief {
		width: calc(100% - 533px - 1.5rem);
	}
	#footer {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.footer {
		/*font-size: 1rem;*/
	}
	.footer > .container {
		/*height: 13vw;*/
	}
	.footer.container {
		width: 100%;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .logo {
		width: 180px;
		max-width:inherit;
		min-width:inherit;
		padding: 0;
		position: absolute;
		left: 0;
	}
	#footer .menus {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 200px;
	}
	#footer .menus .navbar-nav .nav-link {
        padding-top: 0;
    }
	#footer .menus .navbar-nav .nav-link .label {
		white-space: nowrap;
	}
	#footer .funcs {
		padding-right: 0;
	}
	#footer .funcs .nav {
		flex-direction: column;
	}
	#footer .funcs .nav.social {
		width: auto;
		min-width: inherit;
		flex-direction: row;
	}
	#footer .funcs .nav.social .nav-link {
		width: 20px;
	}
}
@media (orientation:portrait) and (min-width:1024px){
	.shortModal .mvBox {
		max-width: 540px;
	}
}
@media (min-width:1200px){
	#header.header {
		/*background-size: 100% auto;
    	padding: 0;
		background-position: center bottom;*/
	}
	.container, .container-md, .container-sm {
        max-width: 720px;
    }
	.listStyle .card-body {
		padding: 10px 0 0;
	}
	.listStyle .card-text {
		-webkit-line-clamp: 3;
	}
	.listStyle.h .card-text {
        -webkit-line-clamp: 3;
    }
	.article {
		font-size: 18px;
		padding-top: 90px;
	}
	.article.default {
		padding-top: 45px;
	}
	.article .inner{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.article h1 {
		font-size: 48px;
	}
	.article h2 {
		font-size: 32px;
	}
	.article h3 {
		font-size: 28px;
	}
	.article h4 {
		font-size: 24px;
	}
	.podcastItem {
		padding: 5px 10px 5px 5px;
	}
	.quickLink {
		padding: 19px;
	}
}
@media (min-width:1300px){
	.container, .container-md, .container-sm {
        max-width: 720px;
    }
	.listStyle.h .card-title {
		-webkit-line-clamp: 2;
	}
	.listStyle.h .card-body {
		row-gap: 10px;
	}
	#footer .menus {
        padding-left: 250px;
    }
	#footer .menus .navbar-nav {
        gap: 20px;
    }
}
@media (min-width:1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		/*max-width: 1250px;*/
	}
	#header.header .main_menu .nav-link {
		/*font-size: 1.75em;*/
	}
	.container, .container-md, .container-sm {
        max-width: 720px;
    }
	.section.container, .section.container-md, .section.container-sm {
		max-width: 1440px;
		padding: 90px 121px;
	}
	.section {
		font-size: 20px;
	}
	.listStyle.h .pic {
        width: 46%;
    }
	.listStyle.h .card-body {
        width: 54%;
    }
	.listStyle .card-title {
        -webkit-line-clamp: 2;
    }
	.listStyle.h .card-title {
        -webkit-line-clamp: 1;
    }
}
@media (min-width:1600px){
	
	.btn-scrollTop {
		/*bottom: 9em;*/
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 720px;
	}
	.footer .flex-lg-row-reverse {
        gap: 50px;
    }
	#footer .menus .navbar-nav {
        gap: 50px;
    }
}
@media (min-width:1900px){
	#header.header .main_menu .nav-link {
		/*font-size: 1.8125em;*/
	}
	.btn-scrollTop {
		/*bottom: 4em;*/
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 720px;
	}
	
}
@media (min-width:2500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 720px;
	}
	#header.header .main_menu .nav-link {
		/*font-size: 3.5em;*/
	}
}