@charset "utf-8";

.headerStyle03 .subNavMenu>li>ul {
    display: none;
}

.headerStyle03 .subNavMenu>li:hover>ul {
    display: block;
}


/*自訂樣式===============================================*/

.noscroll {
    overflow-y: hidden;
}


/* 20220810 Q&A間距拿掉 */


/* .faqItem {
	margin-bottom: 80px;
} */

.shopdetail .prod_price .del {
    text-decoration: line-through;
}

.relatedPro {
    margin: 50px 0;
}

.relatedPro .hrTitle {
    position: relative;
    text-align: center;
}

.relatedPro .hrTitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: gray;
    z-index: -1;
}

.relatedPro .hrTitle span {
    padding: 0 15px;
    color: gray;
    background: #fff;
}

.relatedPro .proList.shop {
    margin-top: 50px;
}

.relatedPro .relate_pro_slid {
    padding-left: 57.6px;
    padding-right: 57.6px;
    overflow: visible;
}

.relatedPro .relate_pro_slid .item .itemImg {
    padding-bottom: 100%;
}

.relatedPro .relate_pro_slid .item .itemTitle {
    height: 73px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.relatedPro .relate_pro_slid .item .itemPrice {
    color: #ff5353;
}

.relatedPro .relate_pro_slid .item .itemPrice.del {
    color: gray;
    text-decoration: line-through;
    padding-right: 0.5em;
}

.shop_add .item {
    margin: 0 15px;
}

@media (min-width: 992px) {
    .proList .hamburger_hide {
        display: block !important;
    }
}


/* 2024-03-06 隱藏 -by yin1 */


/* .proList .subBlockTitle,
.proList .shopCart,
.proList .shopCart_btn {
	text-align: center;
} */

.proList .shopCart_btn .itemAddCart {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 0;
}

.proList .shopCart_btn .itemAddFavor {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 3;
}

.indexList2 {
    padding: 15px;
    background-color: #0050a3;
}


/* 0919 test */


/* product 食譜右側清單 共用 */

.itemList.newsListType2.Bbox_in_1c.newsListType7 .itemImg {
    /* cursor: pointer; */
    cursor: default;
}


/* productdetail 食譜內頁詳細 共用 */

.productdetail section.sectionBlock input.tagbtn {
    cursor: pointer;
}

.productdetail section.sectionBlock ul.listTag {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-bottom: 30px;
}

.productdetail section.sectionBlock ul.listTag li {
    margin: 0 6px;
}

.tabLink_area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 0 !important;
}

.container a.tabLink {
    border: 1px solid #7995cc;
    padding: 10px 25px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.abouttabLink_area {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
}

.abouttabLink {
    border: 1px solid #7995cc;
    padding: 10px 30px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.productdetail .itemImg.square {
    padding-bottom: 100%;
}

.prod_slider_title {
    color: #7995cc;
    font-size: 40px;
    font-weight: bold;
    /* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.productdetail .title_style {
    margin-top: 0;
}

.tagbox .subBlockTitle {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    height: 100%;
}

.tagbox a.tabLink.light {
    background: #3c5d9f;
    color: #fff;
}

.aboutlight {
    background: #3c5d9f;
    color: #fff;
}


/* productdetail 食譜內頁右側表格步驟詳細 共用 */

.outboxtopic {
    background-color: #7995cc;
    padding: 10px 15px;
    color: #fff;
}

.mgb5.outbox {
    border: 1px solid #7995cc;
    margin-bottom: 30px;
    background: #fff;
}

.mgb5.outbox .col-6 {
    padding: 5px 10px;
}

.widgetSocial {
    top: 40%;
    right: 1.5%;
}


/* .slick-slider .slick-arrow:hover {
	background-color: #3c5d9f;
} */

.newsListType2 .item.process a:hover .itemTitle {
    color: #2d4d8d;
    cursor: default;
}


/* 2023-08-08 修改指標要有手指 */


/* .newsListType2 .item.process a .itemImg,
.newsListType2 .item a {
    cursor: default;
} */

.indexBox03 .proItemBorder:hover .itemImg img,
.newsListType2 .item a:hover .itemImg img {
    transition: all 1s;
    width: 130%;
    height: 130%;
}

.itemImg img {
    transition: all 1s;
}

.tagbtn {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}


/* pageLoading */

.pageLoading {
    /* background-color: #0050A3; */
    /* background: linear-gradient(45deg, rgba(0, 80, 163, 1) 0%, rgba(92, 143, 196, 1) 35%, rgba(172, 197, 225, 1) 100%); */
    height: 100vh;
}

.pageLoading .logo {
    /* width: 10vw;
    min-width: 190px; */
    opacity: 0;
    transform: translate(-50%, 40px);
    transition: all 0.3s, opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.pageLoading .logo.in {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ---歷屆資料頁面--- */

.sectionBlock_121 .left-box {
    justify-content: space-between;
}

.inforList .title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
}

section.sectionBlock.tabBlock {
    padding: 0;
}

.sectionBlock.tabBlock .blockItem a {
    display: block;
    /* border: 1px solid #c79404; */
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    margin: 30px;
    color: #7c5c00;
    background: #ede4c9;
}

.sectionBlock.slickBlock-1 .blockTitle,
.sectionBlock.slickBlock-2 .blockTitle {
    margin-bottom: 25px;
}

section.sectionBlock.textBlock,
section.sectionBlock.slickBlock,
section.sectionBlock.videoBlock {
    padding: 50px 0 0 0;
}

ul.likItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.likItem li {
    margin-bottom: 40px;
    background: #f0f0f0;
    display: flex;
    width: calc(100% / 2 - 15px);
    align-items: center;
    padding: 15px 25px;
}

ul.likItem li a {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

ul.likItem li a>span:nth-child(2) {
    color: #c79404;
    display: block;
}

ul.likItem li a span.text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 575px;
}

ul.likItem li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #957314;
    display: inline-flex;
    margin-right: 10px;
}

.fancybox-slide>div {
    max-width: 1000px;
}

.coverCommercial .box {
    width: 60px;
}

@media (max-width: 576px) {
    .fancybox-slide>div {
        width: 90%;
        max-height: 80vh;
    }

    .editor>div {
        width: 95%;
        margin: 0 auto;
    }

    .editor-box {
        position: relative;
        /* z-index: -1; */
    }

    .editor-box img {
        pointer-events: none;
    }
}

.fancybox-slide::-webkit-scrollbar {
    display: none;
}


/* ---直接覆蓋scss--- */
header .navBar .navMenu>li.moreMenu>ul li:last-child {
    border-bottom: 3px solid #c68821;
}

header .navBar .navMenu.hoverEffect_01>li>a>span:after {
    background-color: #c68821;
}



.headerStyle01 .topLink {
    background-color: #d0a151;
}


header .navBar .navBarContent .logo img {
    height: 98px;
}


section.sectionBlock.chantBuddha {
    background: url(../images_amitabha18/indexBg_01.jpg) #fbf0dc top center / cover;
    margin: 0;
    padding: 80px 0 90px 0;
}

section.sectionBlock.chantBuddha .chantblockTitle span {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 2.2rem;
    color: #8a6e4b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

section.sectionBlock.chantBuddha .chantblockTitle span:before {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoLeft.svg) top center / cover;
    margin-right: 5px;
}

section.sectionBlock.chantBuddha .chantblockTitle span:after {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoRight.svg) top center / cover;
    margin-left: 5px;
}

section.sectionBlock.chantBuddha .elementorCounterNumber {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


section.sectionBlock.chantBuddha .elementorCounterNumber span {
    font-weight: 900;
    padding: 0px 3px;
    font-family: "Lato";
    font-size: 5rem;
    display: flex;
    flex-direction: column;
    line-height: normal;
    color: #d0a151;
}

section.sectionBlock.chantBuddha .elementorCounterNumber span:before,
section.sectionBlock.chantBuddha .elementorCounterNumber span:after {
    display: none;
}


section.sectionBlock.chantBuddha .elementorCounterNumber small {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: normal;
    color: #9d6000;
}


section.sectionBlock.twoBox_2-45 {
    margin: 0;
    padding: 0 0 480px 0;
    background: url(../images_amitabha18/indexBg_02.jpg) #f3f3f3 top center / cover;
}


section.sectionBlock.twoBox_2-45 .blockTitledescrip li {
    font-size: 20px;
    padding-left: 50px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.twoBox_2-45 .ad-box {
    width: 1200px;
}

.twoBox_2-45 .ad-box .img-box {
    width: 65%;
    max-width: 65%;
    box-shadow: none;
}

.twoBox_2-45 .ad-box .img-box .img {
    background: url(../images_amitabha18/indexImg_01.png);
}

.twoBox_2-45 .ad-box .txt-box {
    width: 45%;
    max-width: 45%;
    /* align-items: flex-start; */
    padding-left: 65px;
    align-items: initial;
}

.twoBox_2-45 .ad-box .txt-box .moreBtn{
    padding: 0;
    width: auto;
    padding: 9px 15px;
    text-align: right;
}



.twoBox_2-45 .ad-box .txt-box .btn {
    border-bottom: 1px solid #8a6e4b;
    color: #8a6e4b;
    justify-content: flex-end;
    display: inline-block;
    padding: 0 10px;
}

.twoBox_2-45 .ad-box .txt-box .btn i {
   margin: 0 5px;
}


.twoBox_2-45 .description-box .line {
    background: #8a6e4b;
    margin-bottom: 20px;
}

.twoBox_2-45 .ad-box .txt-box .btn .icon {
    border: 1px solid #e5900a;
}

section.sectionBlock.twoBox_2-45 .titleBrief {
    font-size: 2.3rem;
    font-weight: 600;
    color: #8a6e4b;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
}


section.sectionBlock.twoBox_2-45 .titleBrief:before {
    content: '';
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(../images_amitabha18/decoIcon.svg) top center / cover;
    margin-right: 5px;
}

section.sectionBlock.twoBox_2-45 .titleBrief:after {
    content: '';
    display: inline-flex;
    width: 50px;
    height: 1px;
    background: #e58c00;
    margin-left: 5px;
}

section.sectionBlock.twoBox_2-45 .titleBrief:before {
    content: '';
    display: block;
}


section.sectionBlock.twoBox_2-45 .blockTitledescrip {
    font-size: 2rem;
    text-align: left;
    letter-spacing: 1.7px;
    color: #e58c00;
}



section.sectionBlock.twoBox_2-45 .blockTitle span::before,
section.sectionBlock.twoBox_2-45 .blockTitle span::after {
    display: none;
}


.twoBox_2-45 .ad-box .txt-box .big-title {
    font-weight: 600;
    color: #e1cda6;
}


.twoBox_2-45 .description-box .sub-title {
    margin-top: 0px;
    line-height: 2;
    color: #333;
    letter-spacing: 2px;
    margin-top: 30px;
}


.twoBox_2-45 .description-box .txt {
    line-height: 2.5;
    margin-top: 60px;
}


.twoBox_2-45 .description-box .txt {
    line-height: 2.5;
    margin-top: 100px;
}



.sectionBlock_95 {
    margin: 0;
}




section.sectionBlock.twoBox_2-35 {
    margin: 100px 0;
}



@media (min-width: 992px) {
    .twoBox_2-35 .content-box {
        margin-left: 2vw;
    }
}



.twoBox_2-35 .btn-play {
    padding: 0.6em 1.7em;
    border-radius: 60px;
    left: auto;
    right: -4%;
    top: auto;
    bottom: 8%;
    border-radius: 5px;
    z-index: 3;
}



.blockTitle span {
    font-weight: 600;
    font-size: 2rem;
    color: #8a6e4b;
}


section.sectionBlock.threeBox-14 .blockTitle span:before,
section.sectionBlock.twoBox_2-45 .blockTitle span:before {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoLeft.svg) top center / cover;
    margin-right: 5px;
}



section.sectionBlock.threeBox-14 .blockTitle span:after,
section.sectionBlock.twoBox_2-45 .blockTitle span:after {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoRight.svg) top center / cover;
    margin-left: 5px;
}

section.sectionBlock.sectionBlock_95.twoBox_2-12 .sect-title span {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 40%);

}

section.sectionBlock.sectionBlock_95.twoBox_2-12 .sect-title.blockTitle span:before {
    content: '';
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(../images_amitabha18/decoIcon_white.svg) top center / cover;
    margin-right: 5px;
}


section.sectionBlock.sectionBlock_95.twoBox_2-12 .sect-title.blockTitle span:after {
    content: '';
    display: inline-flex;
    width: 80px;
    height: 1px;
    background: #fff;
    margin-left: 5px;
}


.sectionBlock_95 {
    /* background: url(../images_amitabha18/newImgBg.jpg) 50% 50% no-repeat; */
    background: transparent;
    padding: 0;
}

.sectionBlock_95 .col-lg-6.activiBlock {
    /* background: url(../images_amitabha18/newImgBg_01.jpg) 50% 50% no-repeat; */
    background: #cb9c51;
    padding: 10px 0 10px;

}

.sectionBlock_95 .col-lg-6.eventBlock {
    /* background: url(../images_amitabha18/newImgBg_02.jpg) 50% 50% no-repeat; */
    background: #b17843;
    padding: 10px 0 10px;

}


.twoBox_2-45 .bottom-backimage {
    display: none;
}



section.sectionBlock.twoBox_2-35 .content-box .title span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


section.sectionBlock.twoBox_2-35 .content-box .title span::before {
    content: '';
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(../images_amitabha18/decoIcon.svg) top center / cover;
    margin-right: 5px;
}



section.sectionBlock.twoBox_2-35 .content-box .title span::after {
    content: '';
    display: inline-flex;
    width: 50px;
    height: 1px;
    background: #8a6e4b;
    margin-left: 5px;
}


.sectionBlock_95 .btn-box {
    text-align: right;
    padding-top: 20px;
}

.sectionBlock_95 .btn.more {
    padding: 0.5rem 1.4rem;
}

.sectionBlock_95 .btn.more {
    min-width: 145px;
    font-weight: 600;
    letter-spacing: 0em;
}

.btnLink {
    margin-bottom: 15px;
}

.btnLink a {
    background: #8a6e4b;
    color: #e58c00;
    padding: 10px 30px;
    display: inline;
}

.btnLink a:hover {
    background: #b37f3a;
}

section.sectionBlock.threeBox-14 .col-sm-4:nth-child(1){
  padding-right: 25px;
}

section.sectionBlock.threeBox-14 .col-sm-4:nth-child(2){
    padding-right: 15px;
    padding-left: 15px;
  }

section.sectionBlock.threeBox-14 .col-sm-4:nth-child(3){
    padding-left: 25px;
  }

  section.sectionBlock.threeBox-14 .btnLink a {
    color: #fff;
  }

.footerStyle10 {
    background: url(../images_amitabha18/footerBg.jpg) #d1a04d 50% 50% / contain;
    font-size: 18px;
}


.footerStyle10>div:last-child {
    background-color: #d1a04d;
    background-color: transparent;
}

.footerStyle10 .logoBlock {
    margin: 20px 0 10px 0;
}


.footerStyle10 a:hover,
footer .ftMenu_list li a:hover {
    color: #ffd38b;
}


.footerStyle10  ul.socialList i {
    font-size: 26px;
    margin: 15px 0;
}
.mealmenu .mealswitch {
    background: #8a6e4b;
}
.btn-cis1 {
    border-color: #8a6e4b;
    background-color: #8a6e4b;
}

.itemImgHover:after {
    background-color: #8a6e4b;
}

.btn-cis1, .btn-gray, .btn-gray2, .btn-orange, .btn-pink, .btn-white, .btn-white2 {
    border-radius: 0;
}

.faqItemStyle-1 .faqItem .faqItem_body, .faqItemStyle-1 .faqItem .faqItem_head {
    padding: 15px 20px 15px 20px;
}

.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body, .faqItemStyle-1 .faqItem.faqItem_current .faqItem_head {
    background-color: #f0ede6;
    color: #333;
}

.faqItemStyle-1 .faqItem .faqItem_head:hover {
    background-color: #f0ede6;
}

.faqItemStyle-1 .faqItem .faqItem_head i {
    margin-left: 0;
}

.faqItemStyle-1 .faqItem .faqItem_head {
    font-size: 1.15rem;
}

.video-list3 .infoBox .icon.icon-icon_youtube {
    background: #8a6e4b;
    border: 2px solid #8a6e4b;

}

.video-list3 .infoBox .icon.icon-icon_youtube:before {
    color: #ffffff;
}


/* ---淨土相關頁面樣式--- */
.pageTitleStyle-2 {
    margin-top: 55px;
    margin-bottom: 65px;
}


.pageTitleStyle-2 h2,
.pageTitleStyle-2 span {
    color: #8a6e4b;
    font-size: 2.4rem;
    letter-spacing: 3px;
    text-indent: 3px;
}


.pageTitleStyle-2 span::before {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoLeft.svg) top center / cover;
    margin-right: 5px;

}


.pageTitleStyle-2 span:after {
    content: '';
    display: inline-flex;
    width: 100px;
    height: 30px;
    background: url(../images_amitabha18/decoRight.svg) top center / cover;
    margin-left: 5px;
}

.oneBox-18-2 .blockTitle * {
    color: #8a6e4b;
    font-size: 2.3rem;
    letter-spacing: 3px;
}

.oneBox-18-2 .container:before {
    background: transparent;
}

.oneBox-18-2 .inner:before {
    background: transparent;
}

.oneBox-18-2 .inner .text {
    position: relative;
    background-color: #f0ede6;
    padding: 60px 80px;
    border: 1px #d9c492 solid;
}

.historyType8 .timeLine:before,
.historyType8 .date span:before {
    background-color: #e3cfac;
}

.historyType8 .date {
    border: 1px #d9c492 solid;
    background-color: #f3f3f3;
}

.historyType8 .eventList {
    border: 1px #d9c492 solid;
    background-color: #f0ede6;
}


.historyType8 .eventList .subBlockTitle {
    font-weight: bold;
    margin-bottom: 5px;
    color: #8a6e4b;
}


.historyType8 .blockTitle span {
    font-weight: 600;
    font-size: 2rem;
    color: #8a6e4b;
    margin-bottom: 60px;
}

.historyType8 .date span {
    font-weight: bold;
}

.historyType8 .itemStep:hover .date {
    background-color: #8a6e4b;
    color: #fff;
}

.oneBox-18-2 .inner {
    margin: 0;
}

/* ---分會據點頁面樣式--- */

section.sectionBlock.historyType8.regional .textBox {
    width: 100%;
}
section.sectionBlock.historyType8.regional .textBox small {
    font-size: 0.7em;
}

.scheduleBtn {
    margin-top: 40px;
    margin-bottom: 40px;
}

.scheduleBtn a {
    color: #fff;
    background: #8a6e4b;
    padding: 10px 25px;
}

.scheduleBtn a:hover {
    background: #b37f3a;
}

.scheduleBtn a i {
    margin-left: 5px;
}


.itemImg.rectangle {
    padding-bottom: 133.333%;
}

.newsListType19 .item .textBox .itemTitle {
    color: #8a6e4b;
}

.newsListType19 .item .classified {
    color: #737373;
}

.newsListType19 .item .textBox .itemContent {
    color: #333;
}


.photo-type3:has(.photo-mark-type3) {
    margin-top: 60px;
    margin-bottom: 100px;
}

.photo-type3:has(.photo-mark-type3) .subBlockTitle {
    background-color: #fff;
}

section.sectionBlock.contactEdito {
    margin: 0 0 30px 0;
}

/* ---RWD樣式--- */


@media (max-width: 1440px) {

    .sectionBlock_95 .col-lg-6.activiBlock,
    .sectionBlock_95 .col-lg-6.eventBlock {
        padding: 50px 0px;
    }

    section.sectionBlock.chantBuddha {
        padding-bottom: 0;
    }

    section.sectionBlock.twoBox_2-45 {
        margin: 0;
        padding: 60px 0 200px 0;
        background: url(../images_amitabha18/indexBg_02.jpg) #f3f3f3 no-repeat top left / cover;
    }
}


@media (max-width: 1200px) {

    section.sectionBlock.chantBuddha .chantblockTitle span {
        font-size: 2rem;
    }

    section.sectionBlock.twoBox_2-45 .titleBrief {
        font-size: 2rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber span {
        font-size: 4rem;
    }

    .twoBox_2-45 .ad-box {
        margin: 50px auto 0px;
    }

    .blockTitle span {
        font-size: 1.6rem;
    }

    section.sectionBlock.sectionBlock_95.twoBox_2-12 .sect-title.blockTitle span:before,
    section.sectionBlock.twoBox_2-45 .titleBrief:before,
    section.sectionBlock.twoBox_2-35 .content-box .title span::before {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 1024px) { 
    .cowboy_mbPanel_1 .cmpTop>div {
        justify-content: space-between;
    }

    .cowboy_mbPanel_1 .cmpTop>div:nth-child(2) {
        justify-content: center;
    }

    .cowboy_mbPanel_1 .cmpTop>div a img {
        /* max-height: initial; */
    }
    .twoBox_2-45 .ad-box .img-box .img {
        background: url(../images_amitabha18/indexImg_01.jpg) center;
    }
}


@media (max-width: 992px) {

    section.sectionBlock.twoBox_2-45 {
        padding: 30px 0 200px 0;
    }

    .twoBox_2-45 .ad-box {
        display: flex;
        flex-direction: column;
    }

    .twoBox_2-45 .ad-box .img-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .twoBox_2-45 .ad-box .txt-box .big-title {
        display: none;
    }

    .twoBox_2-45 .ad-box .txt-box {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .oneBox-18-2 .titBox {
        margin-bottom: 2em;
        margin-top: 2em;
    }

    .oneBox-18-2 .blockTitle * {
        font-size: 1.6rem;
    }


}


@media (max-width: 768px) {

    section.sectionBlock.chantBuddha .elementorCounterNumber span {
        font-size: 3rem;
    }

    .oneBox-18-2 .inner .text {
        padding: 30px;
    }

    .pageTitleStyle-2 h2, .pageTitleStyle-2 span {
        font-size: 2rem;
    }

}

@media (max-width: 576px) {
section.sectionBlock.threeBox-14 .col-sm-4:nth-child(1){
    padding-right: inherit;
  }
  
  section.sectionBlock.threeBox-14 .col-sm-4:nth-child(2){
      padding-right:  inherit;
      padding-left:  inherit;
    }
  
  section.sectionBlock.threeBox-14 .col-sm-4:nth-child(3){
      padding-left:  inherit;
    }

}


@media (max-width: 570px) {

    section.sectionBlock.chantBuddha .elementorCounterNumber span {
        font-size: 2.5rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber small {
        font-size: 0.7rem;
    }


}


@media (max-width: 487px) {

    section.sectionBlock.chantBuddha .chantblockTitle span {
        font-size: 1.6rem;
    }

    section.sectionBlock.chantBuddha .chantblockTitle span:before,
    section.sectionBlock.chantBuddha .chantblockTitle span:after,
    section.sectionBlock.threeBox-14 .blockTitle span:before,
    section.sectionBlock.twoBox_2-45 .blockTitle span:before,
    section.sectionBlock.threeBox-14 .blockTitle span:after,
    section.sectionBlock.twoBox_2-45 .blockTitle span:after {
        width: 90px;
        height: 27px;
    }

    section.sectionBlock.twoBox_2-45 .titleBrief {
        font-size: 1.6rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber span {
        font-size: 2rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber small {
        font-size: 0.7rem;
    }

    .historyType8 .blockTitle span,.historyType8 .blockTitle span {
        font-size: 1.6rem;
    }

    /* .pageTitleStyle-2 h2, .pageTitleStyle-2 span {
        font-size: 1.5rem;
    } */

    .pageTitleStyle-2 {
        margin-top: 50px;
        margin-bottom: 30px;
    }


}


@media (max-width: 448px) {

    .pageTitleStyle-2 span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pageTitleStyle-2 span::before {
        width: 60px;
        height: 30px;
        background: url(../images_amitabha18/decoLeft.svg) top right / cover;
    }

    .pageTitleStyle-2 span:after {
        width: 60px;
        height: 30px;
        background: url(../images_amitabha18/decoRight.svg) top left / cover;

    }


    section.sectionBlock.chantBuddha .elementorCounterNumber span {
        font-size: 1.5rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber small {
        font-size: 0.7rem;
    }

    section.sectionBlock.chantBuddha .elementorCounterNumber {

        align-items: baseline;
    }


}


@media (max-width: 430px) {

    section.sectionBlock.twoBox_2-45 .blockTitle span:before {
        background: url(../images_amitabha18/decoLeft.svg) top right / cover;
        width: 60px;
        height: 27px;
    }

    section.sectionBlock.twoBox_2-45 .blockTitle span:after {
        background: url(../images_amitabha18/decoRight.svg) top left / cover;
        width: 60px;
        height: 27px;
    }

}


/* 20241-04-15 #2201 */
.sectionBlock_95 .container-fluid {
    overflow: hidden;
}

/* 2024-04-18 #2288 */
.sectionBlock_95 .news-sect .news-list .item .cover {
    max-width: calc(100% - 25px);
}
.sectionBlock_95 .news-sect .news-list .date {
    white-space: nowrap;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    font-weight: 700;
}
.sectionBlock_95 .news-sect .news-list .name {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    opacity: 1;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    font-weight: 700;
}

.sectionBlock_95 .news-sect .news-list .item .cover:hover .name{
  color: #ffd01b;
}


ul.taskList > li {
    display: flex;
    margin-bottom: 10px;
}





