@charset "UTF-8";

body {
	font-family: 'Noto Sans TC',arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
	line-height: 1.5;
	letter-spacing: 1px;
}

img {
	max-width: 100% !important;
}
img.verify {
	max-height: 50px;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}
.rounded-30 {
	border-radius: 30px;
}
.flex-1 {
	flex: 1;
}

.pb-6 {
	padding-bottom: 6rem !important;
}
@media (min-width: 992px){
	.pl-lg-6 {
		padding-left: 6rem!important;
	}
}

*:focus {
	outline: none !important;
}
.btn.focus, .btn:focus, .page-link:focus {
    box-shadow: none;
}

label.error {
	font-size: 0.9em;
	color: #dc3545;
	margin-bottom: 0;
}

.form-control.custom {
	padding: .5rem .8rem;
	font-size: 1rem;
	border: 1px solid #001372;
	border-radius: 0;
}

select.form-control.custom:not([size]):not([multiple]) {
	height: calc(2.25rem + 5px);
}

.input-required:before {
	content: "*";
	color: #dc3545;
}

.red {
	color: #dc3545;
}
a.red:hover {
	color: #aa222f;
}

.min-600 {
	min-height: 600px;
}

@media (min-width: 992px){
    /*
	header .navbar-area {
		height: 119px;
	}
    */
}
header .nav-menu {
    background-color: rgba(20, 17, 17, 0.8);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 119px;
}

header .nav-menu>.container {
	max-width: 1140px !important;
}

.nav-menu .menu-block>div:not(:first-child):not(:last-child):before {
    content: "";
    position: absolute;
    background: #F6EEE2;
    width: 2px;
    height: 21px;
    left: 0px;
}
.nav-menu .menu-block>div:hover + div:before {
    opacity: 0;
    transition: .3s opacity;
}
.nav-menu .menu-block>div.active + div:before {
    opacity: 0;
}

.nav-menu .nav-menu-link {
	position: relative;
}

.nav-menu .nav-menu-link:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F6EEE2;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s opacity;
}

.nav-menu .nav-menu-link:hover:after,
.nav-menu .nav-menu-link.active:after {
    opacity: 1;
}

.nav-menu .nav-menu-link .text a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	white-space: nowrap;
    transition: 0.3s font-size;
}

.nav-menu .nav-menu-link:hover .text a {
    color: #745D48;
    font-size: 1.1rem;
    text-decoration: none;
}
.nav-menu .nav-menu-link.active .text a {
    color: #745D48;
}

header .nav-menu, header .nav-menu .navbar-brand img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
header .nav-menu .navbar-brand img {
    height: 90px;
}
@media (min-width: 992px){
    header .nav-menu.shrink {
        box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
        height: 74px;
        padding: 0 1rem;
    }
    header .nav-menu.shrink .navbar-brand img {
        height: 60px;
    }

}
header .nav-menu #language-select {
    position: relative;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.52);
    padding: 12px 24px;
    border-radius: 30px;
    white-space: nowrap;
}
header .nav-menu #language-select i {
    padding-top: 2.5px;
    color: #fef0c1;
}
header .nav-menu #language-select>span {
    border: 0;
}
header .nav-menu .language .dropdown-menu {
    display: none;
    min-width: 0px;
    width: 160px;
    padding: 4px 0 4px 0;
    margin-top: 0;
}
header .nav-menu .language .dropdown-menu a {
    text-align: center;
    padding: 10px 0px;
    color: #000;
}
header .nav-menu .language .dropdown-menu a:hover {
    text-decoration: none;
    background: #F6EEE2;
    color: #745D48;
}
header .nav-menu .language-dropdown:hover #language-select {
    background: rgba(0, 0, 0, 0);
}
header .nav-menu .language-dropdown:hover .dropdown-menu {
    display: block;
}


.mobile-navbar .logo-img {
    height: 60px;
    margin-left: 15px;
}
.mobile-navbar .navbar.shrink .logo-img {
    display: none;
}

.mobile-navbar .navbar-brand {
    flex: 0 0 135px;
}

.mobile-navbar .navbar-brand span {
    font-size: 22px;
    color: #ffffff;
    display: none;
}
.mobile-navbar .navbar.shrink .navbar-brand span {
    display: inline-block;
}

.mobile-navbar .header-title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.mobile-navbar {
    height: 80px;
}
.mobile-navbar .navbar {
    background: rgba(20, 17, 17, 0.8);
    flex-flow: nowrap;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
}
.mobile-navbar .navbar.shrink {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* change collapse animation */
.mobile-navbar .navbar-collapse {
    position: absolute;
    left: 100%;
    width: 86%;
    transition: all 0.4s ease;
    display: block;
    top: 0;
    z-index: 1031;
}
.mobile-navbar .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 43%;
    left: 57%;
    transition: all 0.2s ease;
}
.mobile-navbar .navbar-collapse.show {
    left: 14%;
    background-color: #FAF9F2;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.5);
}

.mobile-navbar .navbar-collapse .mobile-navbar-header {
    height: 80px;
    background-color: #FAF9F2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .language-nav-tabs {
    margin-left: 30px;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .language-nav-tabs .language-nav-item {
    padding: 8px 15px;
    background: #fff;
    border-radius: 30px;
    border: solid 1px #F4EADB;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .language-nav-tabs .language-nav-item span {
    font-size: 15px;
    letter-spacing: 2px;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .language-nav-tabs .language-nav-item i {
    color: #CFAF87;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .menu-btn {
    height: 50px;
    background: rgba(236, 217, 192, 0.47);
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .menu-btn  .burger span {
    background: #CFAF87;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .menu-btn span:nth-child(1) {
    top: 14px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .menu-btn span:nth-child(2) {
    opacity: 0;
}
.mobile-navbar .navbar-collapse .mobile-navbar-header .menu-btn span:nth-child(3) {
    top: 14px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-navbar .navbar-collapse .mobile-navbar-content {
    height: calc(100vh);
    overflow: auto;
    background-color: #FAF9F2;
    padding-top: 25px;
    padding-bottom: 25px;
}
.mobile-navbar .menu-btn {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 50%;
}
.mobile-navbar .menu-btn .burger {
    position: relative;
    width: 22px;
    height: 30px;
    z-index: 1001;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-navbar .menu-btn .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-navbar .menu-btn .burger span:nth-child(1) {
    top: 7px;
}
.mobile-navbar .menu-btn .burger span:nth-child(2) {
    top: 14px;
    width: 70%;
    right: 2px;
}
.mobile-navbar .menu-btn .burger span:nth-child(3) {
    top: 21px;
}

.mobile-navbar .menu-item {
    position: relative;
    padding: 20px 10px 20px 50px;
    letter-spacing: 3px;
    border-bottom: solid 1px #DAC6AD;
}
/*
.mobile-navbar .menu-item:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 30px;
    background: #FFAA00;
}
.mobile-navbar .menu-item:nth-child(2n):before {
    background: #8CCC00;
}
*/
.mobile-navbar .menu-item a {
    font-size: 16px;
    color: #000;
}

.mobile-navbar .menu-item a:hover {
    color: #000;
    text-decoration: none;
}

.mobile-navbar .mobile-navbar-fb {
    margin-top: 30px;
    position: relative;
}
.mobile-navbar .mobile-navbar-fb:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(/assets/img/navbar-fb-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mobile-navbar .mobile-navbar-line {
    margin-top: 30px;
    position: relative;
}
.mobile-navbar .mobile-navbar-line:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(/assets/img/navbar-line-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mobile-navbar-overlay {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.6);
}
.no-scroll {
    overflow-y: hidden;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}
.title .wrapper {
    position: relative;
    display: inline-block;
}
.title .wrapper h3{
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-align: left;
    color: #3D3935;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.title.type-2{
}
.title.type-2 .wrapper h3{
    color: #fff;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.title .wrapper .square {
    position: absolute;
    background: url(/assets/img/title-squares.svg) no-repeat;
    width: 48.7px;
    height: 47.5px;
    right: -32px;
    top: -3px;
}
/*
.title.type-2 .wrapper .square {
    background: url(/assets/img/title-squares-2.svg) no-repeat;
}
*/
@media (max-width: 767px){
    .title {
        margin-bottom: 10px;
    }
    .title .wrapper h3{
        font-size: 25px;
    }
    .title .wrapper .square {
        top: -14px;
    }
}

footer {
    position: relative;
    color: #3D3935;
}
footer .title-text {
    font-size: 18px;
    color: #755F53;
}

footer .title-hr {
    margin-top: 16px;
    height: 10px;
    position: relative;
}
footer .title-hr:before {
    position: absolute;
    content: "";
    width: 22.5px;
    height: 5px;
    top: 0px;
    left: 0;
    top: 0;
    background: #C59C60;
}
footer .title-hr.type-2:before {
    background: #8E7764;
}
footer .bg {
    background: url(/assets/img/footer-bg-d.jpg) no-repeat;
    position: relative;
    min-height: 531px;
}
footer .bg .container {
    padding-top: 50px;
    padding-bottom: 65px;
}
footer .footer-logo {
    width: 192px;
}
footer .footer-logo-text {
    padding-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #53331B;
}
footer .footer-info-div {
}
footer .footer-link-div {
}
footer .footer-link-div a:hover {
    color: #3D3935;
    text-decoration: none;
}
footer .footer-info-div .company-info {
    padding-top: 11px;
    padding-bottom: 11px;
}
footer .footer-info-div .company-info i {
    flex: 0 0 30px;
}
footer .footer-link-div a {
    white-space: nowrap;
    color: #3D3935;
}
footer .fb, footer .line {
    width: 52px;
}
footer .copyright {
    position: absolute;
    color: #755F53;
    bottom: 0;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    padding: 80px 0 5px 0;
}
@media (min-width: 992px){
    footer .bg {
        min-height: 361px;
    }
    footer .copyright {
        padding: 5px 0;
    }
}

footer .mobile-bottom .fixed-bottom {
    background: #a57b3b;
	height: 60px;
}
footer .mobile-bottom .button {
	color: #fff;
	position: relative;
}
footer .mobile-bottom .button:first-child:after {
	position: absolute;
	width: 2px;
    right: 0px;
    top: 13px;
    bottom: 13px;
	content: "";
	background: #fff;
	border-radius: 30px;
}
footer .mobile-bottom .button:last-child:before {
	position: absolute;
	width: 2px;
	left: 0px;
    top: 13px;
    bottom: 13px;
	content: "";
	background: #fff;
	border-radius: 30px;
}
footer .mobile-bottom .text a {
	color: #fff;
	font-size: 15px;
}
footer .mobile-bottom:hover .text a {
    text-decoration: none;
}

.breadcrumb {
    background-color: inherit;
    justify-content: flex-end;
    padding-right: 0;
}
.breadcrumb .breadcrumb-item:first-child a:before {
    display: inline-block;
    color: #DBC6AC;
    font-family: FontAwesome;
    content:"\f015";
    padding: 0 2px;
}
.breadcrumb-item a {
    color: #DBC6AC;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #C59C60;
}
.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #DBC6AC;
    font-family: FontAwesome;
    content:"\f105";
}

.pagination .page-item {
    padding-right: 14px;
}
.pagination .page-link {
    position: relative;
    height: 30px;
    width: 30px;
    padding: 0;
    border: solid 1px #ECD9C0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
}
.pagination .page-link span {
    position: absolute;
    color: #DBC6AC;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pagination .page-item:last-child .page-link {
    margin-right: 0;
}
.pagination .page-item.active .page-link {
    background-color: #C59C60;
    border: solid 1px #C59C60;
    border-radius: 50%;
    cursor:default;
}
.pagination .page-item.active .page-link span {
    color: #fff;
}
.pagination .page-link.next, .pagination .page-link.prev {
    border-radius: 50%;
    background-color: #C59C60;
    border: solid 1px #C59C60;
    color: #FFF !important;
    font-size: 22px;
}
.pagination .page-link.next {
    padding-left: 11px;
    font-family: sans-serif;
}
.pagination .page-link.prev {
    padding-left: 9px;
    font-family: sans-serif;
}

.product-img {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
}
.case-img {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}
.product-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}
.case-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.btn-fixed {
    position: fixed;
    bottom: 165px;
    right: 21px;
    z-index: 1;
    text-align: center;
}

.btn-fixed .community-link-fixed {
    position: relative;
    width: 54px;
}

.btn-fixed .community-link-fixed img {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}


.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -70px;
    right: 16px;
    z-index: 1;
    transition: all 0.2s ease-out;
    width: 63px;
}
.go-top img {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}

.go-top.show {
    bottom: 75px;
}

.go-top a {
    padding: 1px 11px 5px 11px;
    background-color: #fff;
    border: solid 2px #ecf2ff;
    border-radius: 50%;
    color: #b5ceff;
    font-size: 30px;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-lg-2 {
    font-size: 1.5rem !important;
}

.text-lg-3 {
    font-size: 1.75rem !important;
}

.text-xl {
    font-size: 2rem !important;
}

.mob-show {
    display: none !important;
}

@media (max-width: 991px){
    .mob-show {
        display: block !important;
    }
    .mob-hidden {
        display: none !important;
    }
    .btn-fixed .community-link-fixed {
        border: 0;
    }
    .go-top {
        right: 18px;
    }
}

.page-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 94px;
}
.page-content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url('/assets/img/wood-top.jpg') no-repeat;
    background-size: contain;
    z-index: -2;
}

.page-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url('/assets/img/wood-bottom.jpg') no-repeat;
    background-position: left -140px bottom;
    background-size: 180%;
    z-index: -2;
}
.page-content .title {
    margin-bottom: -2px;
}
.page-content .title .wrapper h3 {
    font-size: 30px;
}
.page-content .content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2;
    position: relative;
}
.page-content .content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/assets/img/bg-wood.jpg');
    opacity: 0.3;
    z-index: -1;
    margin-left: -5px;
    margin-right: -5px;
}
@media (min-width: 768px){
    .page-content:before {
        width: 50%;
        padding-bottom: 60%;
    }
    .page-content:after {
        width: 70%;
        padding-bottom: 30%;
        background-position: left bottom;
        background-size: contain;
    }
    .page-content .title {
        margin-bottom: 3px;
    }
    .page-content .title .wrapper h3 {
        font-size: 35px;
    }
    .page-content .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-content .content:before {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 992px){
    .page-content {
        padding-top: 170px;
    }
}
@media (min-width: 1200px){
    .page-content:before {
        width: 32.4%;
        padding-bottom: 27.2%;
    }

    .page-content:after {
        width: 53%;
    }
}

@media (min-width: 1400px){
    .page-content .content:before {
        margin-left: -100px;
        margin-right: -100px;
    }
}
@media (min-width: 1550px){
    .page-content .content:before {
        margin-left: -200px;
        margin-right: -200px;
    }
}

.category-select {
    width: 100%;
    color: #fff;
    padding: 12px 10px 10px 10px;
    border-radius: 8px;
    text-align-last: center;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .75rem center/8px 10px;
    background-color: #185B9F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Page Loading */
.page-loading {
    position: fixed;
    z-index: 1033;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.page-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

.page-loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.page-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin-top: -0.5em;
    border: 6px solid #001372;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Loading Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-chevron-left:after {
    color: #fff;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 6px 14px 7px 12px;
    font-family: FontAwesome !important;
    content: "\f104" !important;
}
.btn-chevron-right:after {
    color: #fff;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 6px 12.5px 7px 13.5px;
    font-family: FontAwesome !important;
    content: "\f105" !important;
}
.btn-chevron-top:after {
    color: #fff;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 9px 16px 11px 18px;
    font-family: FontAwesome !important;
    content: "\f106" !important;
}
.btn-chevron-down:after {
    color: #fff;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 9px 16px 11px 18px;
    font-family: FontAwesome !important;
    content: "\f107" !important;
}
.comment-fill-icon:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 21px;
    vertical-align: sub;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.577%22%20height%3D%2221.091%22%20viewBox%3D%220%200%2021.577%2021.091%22%3E%0A%20%20%3Cpath%20id%3D%22Path_369%22%20data-name%3D%22Path%20369%22%20d%3D%22M3865.434-163.469l-.849-1.973-.5-1.169a10.5%2C10.5%2C0%2C0%2C0%2C.913-4.3%2C10.545%2C10.545%2C0%2C0%2C0-10.545-10.545%2C10.546%2C10.546%2C0%2C0%2C0-10.545%2C10.545%2C10.546%2C10.546%2C0%2C0%2C0%2C10.545%2C10.545%2C10.512%2C10.512%2C0%2C0%2C0%2C7.481-3.114l.863.194%2C2.1.471A.466.466%2C0%2C0%2C0%2C3865.434-163.469Zm-9.837-3.2v1.028a.877.877%2C0%2C0%2C1-.877.877.877.877%2C0%2C0%2C1-.877-.877v-1.024a3.642%2C3.642%2C0%2C0%2C1-1.605-1.142.878.878%2C0%2C0%2C1%2C.107-1.236.877.877%2C0%2C0%2C1%2C1.236.107%2C1.587%2C1.587%2C0%2C0%2C0%2C1.139.664.878.878%2C0%2C0%2C0%2C.877-.877.878.878%2C0%2C0%2C0-.877-.877%2C2.635%2C2.635%2C0%2C0%2C1-2.632-2.632%2C2.636%2C2.636%2C0%2C0%2C1%2C1.755-2.481v-1.028a.878.878%2C0%2C0%2C1%2C.877-.878.878.878%2C0%2C0%2C1%2C.877.878v1.022a3.39%2C3.39%2C0%2C0%2C1%2C1.292.808.878.878%2C0%2C0%2C1%2C.02%2C1.241.877.877%2C0%2C0%2C1-1.24.02%2C1.409%2C1.409%2C0%2C0%2C0-.949-.459.878.878%2C0%2C0%2C0-.877.878.878.878%2C0%2C0%2C0%2C.877.877%2C2.634%2C2.634%2C0%2C0%2C1%2C2.632%2C2.632A2.637%2C2.637%2C0%2C0%2C1%2C3855.6-166.671Z%22%20transform%3D%22translate%28-3843.903%20181.452%29%22%20fill%3D%22%23f8f7f3%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat center center;
    background-size: 100% 100%;
}

