body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/*公版*/
.member_home.new_bg .signin_width{margin-top: 150px;}
.WinChrome section.group_banner.search_banner{margin-top: 72px;}
.go-to-top{display: none !important;}
.WinChrome section.search_con{margin-bottom: 100px;}

/*網頁文件夾公版*/
.blog-wrapper .blog-banner{height: 500px;}
.blog-wrapper .blog-banner .img_box{min-height: 500px;}
.blog-wrapper .blog-bigtitle{top: 260px;}
.blog-wrapper .blog-cont{width: 100%;}
.blog-wrapper .blog-list{margin-bottom: 7rem;}
@media (max-width:767px) {
    .blog-wrapper .blog-banner {height: 300px;}
    .blog-wrapper .blog-banner .img_box { min-height: 300px;}
    .blog-wrapper .blog-bigtitle {top: 160px;}
}

/*header*/
.row.header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.DDS_header .header-part {
    padding: 0 5px;
}

.DDS_header .header-part .navbar-brand {
    padding: 5px;
}

.DDS_header .header-part ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.DDS_header .header-part ul.navbar-nav .nav-item {
    margin: 0 0rem 0 1.5rem;
}

.DDS_header .header-part .navbar-nav .nav-link {
    font-size: 20px;
    letter-spacing: 0.05rem;
    padding: 1rem 1.5rem 1rem 0;
}

.DDS_header .header-part .navbar-nav .nav-link:hover {
    font-weight: bold;
    background: none !important;
}

.DDS_header .header-part .dropdown-menu.show {
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 5px 0 !important;
}

.DDS_header .header-part .dropdown-menu.show .dropdown-item {
    line-height: 2;
    font-size: 1.1rem;
}

.DDS_header .header-part .dropdown-menu.show .dropdown-item:hover {
    background: none;
    color: #1c4fa1;
}

.DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) {
    position: relative;
    margin-right: 0rem;
}

.DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1)::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #64b800;
    top: 3px;
    bottom: -3px;
    left: 3px;
    right: -3px;
    z-index: 0;
}

.DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1):hover::after {
    background-color: #fff;
    border: 1px solid #64b800;
}

.DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) .nav-link {
    font-size: 18px;
    padding: 0rem 1rem;
    border: 1px solid #64b800;
    background: #fff;
    color: #64b800 !important;
    margin: 0;
    position: relative;
    z-index: 1;
}

.DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) .nav-link:hover {
    color: #fff !important;
    font-weight: normal;
    background: #64b800 !important;
}

/*slider*/
.slider_box {
    margin-top: 72px;
}

.slider_box .carousel-fade a.carousel-item {
    aspect-ratio: 4/1.5;
}

.slider_box .carousel-fade a.carousel-item img {
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.slider_box .carousel-item div.carousel-caption {
    background: rgba(0, 25, 92, 0.8);
    left: 63%;
    right: 10%;
    padding: 1.5rem 2rem 3.5rem 2rem;
    text-align: left;
    bottom: unset;
    top: 50%;
    transform: translate(0%, -50%);
}

.slider_box .carousel-item div.carousel-caption h5 {
    font-size: 1.8rem;
    position: relative;
    text-shadow: none;
    letter-spacing: 0.05rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.slider_box .carousel-item div.carousel-caption h5::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slider_box .carousel-item div.carousel-caption p {
    font-size: 1.1rem;
    font-weight: normal;
    text-shadow: none;
    text-align: justify;
    letter-spacing: 0.05rem;
}

.slider_box .carousel-item div.carousel-caption h6 {
    position: absolute;
    right: 0;
    padding: 0.6rem 4.5rem 0.6rem 1.5rem;
    background: #64b800;
    bottom: -1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}

.slider_box .carousel-item div.carousel-caption h6::before {
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
}

.slider_box .carousel-item div.carousel-caption h6::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 1.2rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #ffffff;
}

.slider_box .carousel-indicators {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    margin: 0;
    height: 5rem;
    align-items: end;
    padding-bottom: 1.5rem;
}

.slider_box .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    opacity: 1;
    border-radius: 15px;
    transition: .3s;
}

.slider_box .carousel-indicators .active {
    width: 40px;
    transition: .3s;
    background-color: #f4e342;
}

/*news*/
.news_wrap::after {
    content: '';
    display: block;
    position: absolute;
    background: #e0edfe;
    left: 10px;
    right: -10px;
    top: 10px;
    bottom: -10px;
}

.news_wrap>.module-container {
    position: relative;
    z-index: 1;
}

.news_title {
    background: #1c4fa1;
    padding: 2rem 2.5rem;
}

.news_title section.text-link h2 {
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: relative;
    z-index: 1;
}

.news_title div.link-list {
    background: none !important;
}

.news_title div.link-list ul {
    position: relative;
}

.news_title div.link-list ul::before {
    content: '';
    display: block;
    width: 115px;
    height: 23px;
    background-color: #00307c;
    position: absolute;
    left: 15px;
    top: -23px;
}

.news_title div.link-list ul li span {
    padding: 5px 15px;
}

.news_title div.link-list ul li span i {
    display: none;
}

.news_title div.link-list ul li a {
    font-size: 16px !important;
    width: calc(100% - 30px);
    margin-left: 15px;
    background: #64b800;
    padding: 5px 15px;
    margin-top: 1rem;
    position: relative;
}

.news_title div.link-list ul li a::before {
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1rem;
    top: 50%;
}

.news_title div.link-list ul li a::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 0.7rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #ffffff;
}

.news_title div.link-list ul li a i {
    display: none;
}

.news_info {
    background-image: url(https://Demo.fillo.com.tw/material-alias/DDS_tours/index/news_bg.jpg);
    border: 1px solid #e0edfe !important;
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    background-position-y: -1px !important;
}

.news_info>.module-container {
    width: 100%;
}

.news_info ul.news_list {
    list-style-type: none;
    margin: 0;
    padding: 0 1.5rem;
}

.news_info ul.news_list li {
    display: flex;
    flex-wrap: wrap;
    margin: 0.85rem 0;
}

.news_info ul.news_list li .news_info_title {
    width: calc(100% - 130px);
}

.news_info ul.news_list li .news_info_title a {
    font-size: 1.2rem;
    text-decoration: blink;
    color: #111;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 1rem;
}

.news_info ul.news_list li .news_info_title a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #f4e342;
    display: table;
    float: left;
    margin-right: 15px;
    position: relative;
    transform: translate(0px, 5px);
}

.news_info ul.news_list li .news_info_title a:hover {
    color: #1c4fa1;
}

.news_info ul.news_list li .news_update {
    width: 130px;
    font-size: 1.2rem;
    color: #00307c;
}

/*web_title*/
.web_title>.module-container>.main>div:nth-last-child(1) {
    padding-left: 1rem;
    border-left: 1px solid #1c4fa1;
    position: relative;
}

.web_title>.module-container>.main>div:nth-last-child(1)::before {
    content: '';
    display: block;
    width: 115px;
    height: 22px;
    background-color: #f4e342;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.web_title>.module-container>.main>div:nth-last-child(1) h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: relative;
    z-index: 1;
}

.web_title>.module-container>.main>div:nth-last-child(1) p {
    margin-bottom: 0;
    letter-spacing: 0.05rem;
}

/*bg_images*/
.img_wrap>.module-container>.main.row {
    align-items: end;
}

/*index_tours*/
.tour_box .hover-wall .htpro_tit {
    display: none;
}

.tour_box .hover-wall .row>div {
    margin-bottom: 2.5rem !important;
}

.tour_box .hover-wall .row>div .icon_info {
    border-radius: 0;
    overflow: unset;
    position: unset;
    box-shadow: none;
    height: 100%;
}

.tour_box .hover-wall .row>div:nth-child(odd) .icon_info {
    background-color: #c7d9f5;
}

.tour_box .hover-wall .row>div:nth-child(even) .icon_info {
    background-color: #1c4fa1;
}

.tour_box .hover-wall .row>div .icon_info:hover {
    box-shadow: none;
}

.tour_box .hover-wall .row>div .icon_info a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    background: #fff;
    position: relative;
    bottom: 5px;
    right: 5px;
    transition: 0.3s;
}

.tour_box .hover-wall .row>div .icon_info:hover a {
    bottom: 0px;
    right: 0px;
    transition: 0.3s;
}

.tour_box .hover-wall .icon_info figure {
    background: #1c4fa1;
    aspect-ratio: 5/3.7;
}

.tour_box .hover-wall .icon_info figure .b_img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.tour_box .hover-wall .icon_info:hover figure .overlay {
    display: none;
}

.tour_box .hover-wall .icon_info:hover figure .b_img {
    opacity: .7;
}

.tour_box .hover-wall .icon_info h3 {
    padding: 0 20px;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 1rem;
}

.tour_box .hover-wall .icon_info h4 {
    font-weight: bold;
    color: #1c4fa1;
    font-style: unset;
    padding: 0 20px;
    order: 1;
    margin-bottom: 1.5rem;
}

.tour_box .hover-wall .icon_info p.animate-text {
    padding: 0px 20px;
    margin-bottom: 1rem;
    letter-spacing: 0;
    font-size: 1rem;
}

/*footer*/
.row.footer {
    position: relative;
}

.footer_img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 100%;
    z-index: 99;
}

.DDS_footer .footer-wrap .footer_center {
    padding-bottom: 1.5rem;
}

.DDS_footer .footer-wrap .company-info {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.DDS_footer .footer-wrap .contact-info {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    flex-wrap: wrap;
}

.DDS_footer .footer-wrap .contact-box:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}

.DDS_footer .footer-wrap .contact-box:nth-child(2) {
    flex: 0 0 19%;
    max-width: 19%;
}

.DDS_footer .footer-wrap .contact-box:nth-child(3) {
    flex: 0 0 24%;
    max-width: 24%;
}

.DDS_footer .footer-wrap .contact-box h2 {
    display: none;
}

.DDS_footer .footer-wrap .contact-box h4 {
    font-size: 17px;
    color: #000000;
    padding-left: 1rem;
    letter-spacing: 0.05rem;
    margin: 10px 0;
    line-height: 25px;
}

.DDS_footer .footer-wrap .contact-box:nth-child(2) a:nth-child(2) h4::before {
    content: '負責人：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .contact-box:nth-child(2) a:nth-child(3) h4::before {
    content: '聯絡人：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .contact-box:nth-child(3) a:nth-child(2) h4::before {
    content: '電話：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .contact-box:nth-child(3) a:nth-child(3) h4::before {
    content: '傳真：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .contact-box:nth-child(4) a:nth-child(2) h4::before {
    content: '信箱：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .contact-box:nth-child(4) a:nth-child(3) h4::before {
    content: '地址：';
    font-weight: bold;
    color: #1c4fa1;
}

.DDS_footer .footer-wrap .fb-info,
.DDS_footer .footer-wrap .footer_sbox,
.DDS_footer .footer-wrap .icon_wrap {
    display: none;
}

.DDS_footer .footer-wrap .info_box a img{
    height: 115px;
    margin: auto;
    display: table;
}

.DDS_copyright {
    background-image: url(https://ddstours.fillo.com.tw/material-alias/footer_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.DDS_copyright section.link.text-link {
    display: flex;
    flex-wrap: wrap;
}

.DDS_copyright section.text-link h2 {
    width: 100%;
    order: 1;
    padding: 1rem;
}

.DDS_copyright div.link-list {
    width: 100%;
    background: none !important;
}

.DDS_copyright div.link-list ul {
    display: flex;
    margin: 1rem auto 0;
    align-items: center;
    justify-content: center;
}

.DDS_copyright div.link-list ul li {
    margin: 0.5rem 0.75rem 0;
}

.DDS_copyright div.link-list ul li:nth-child(1) a {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 43px;
}

.DDS_copyright div.link-list ul li:nth-child(1) a i {
    font-size: 1.3rem;
    margin: 0;
}

.DDS_copyright div.link-list ul li:nth-last-child(1) a {
    background-image: url(https://Demo.fillo.com.tw/material-alias/index/sidebar-lineicon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    font-size: 0px !important;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.DDS_copyright div.link-list ul li:nth-last-child(1) a i {
    display: none;
}

.side_gotop .actGotop a {
    box-shadow: 0 5px 0 #c7d9f5;
}

.side_gotop .actGotop a i {
    top: 50%;
    font-size: 35px;
    transform: translate(0%, -50%);
}

.side_gotop .side_bar{
    box-shadow: none;
    border: 1px solid #c7d9f5;
    border-bottom-width: 5px;
    margin-bottom: 0;
}
.side_gotop .side_bar li a p{
    line-height: 1.3em;
    margin: 0px 0 0 0;
    font-size: 16px;
    color: #1c4fa1;
}
.side_gotop .side_bar li a:hover p{
    color: #00307c;
}

@media (max-width:1680px) {
    .news_title section.text-link h2 {
        padding: 0;
    }

    .news_title div.link-list ul::before {
        left: 0;
    }

    .news_title div.link-list ul li span {
        padding: 0;
    }

    .news_title div.link-list ul li a {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width:1440px) {

    .news_wrap,
    .web_title,
    .about_info,
    .tour_box,
    .DDS_footer {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width:1366px) {
    .DDS_footer {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
}

@media (max-width:1280px) {
    .news_wrap,
    .web_title,
    .about_info,
    .tour_box {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (max-width:1152px) {
    .DDS_header,
    .DDS_footer {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_wrap,
    .web_title,
    .about_info,
    .tour_box,
    .img_wrap {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) {
        margin-right: 1rem;
    }
    .DDS_footer .footer-wrap .company-info {
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%;
    }

    .DDS_footer .footer-wrap .company-info .info-logo {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .news_title {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .news_info {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width:991px) {
    .DDS_header .header-part .navbar-toggler {
        background: #1c4fa1;
        border-radius: 0;
        padding: 0.25rem 0.5rem;
    }

    .slider_box {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .slider_box .carousel-item div.carousel-caption {
        left: 15%;
        right: 15%;
        padding: 1rem 2rem 1rem 2rem;
        text-align: center;
        bottom: 50px;
        top: unset;
        transform: unset;
    }

    .slider_box .carousel-item div.carousel-caption h5 {
        font-size: 1.5rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .slider_box .carousel-item div.carousel-caption p,
    .slider_box .carousel-item div.carousel-caption h6,
    .slider_box .carousel-item div.carousel-caption h5::before {
        display: none;
    }

    .img_wrap .img_box {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .DDS_footer .footer-wrap .company-info {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        margin-top: 1rem !important;
    }

    .DDS_footer .footer-wrap .contact-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .DDS_footer .footer-wrap .contact-box, 
    .DDS_footer .footer-wrap .contact-box:nth-child(1), 
    .DDS_footer .footer-wrap .contact-box:nth-child(2), 
    .DDS_footer .footer-wrap .contact-box:nth-child(3){
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width:767px) {
    .DDS_header .header-part ul.navbar-nav .nav-item {
        margin: 0;
        width: 100%;
    }

    .DDS_header .header-part .navbar-nav .nav-link {
        padding: 0.25rem 1rem 0.25rem 1rem;
    }

    .DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) {
        margin: 1rem;
        width: calc(100% - 2rem);
    }

    .DDS_header .header-part ul.navbar-nav .nav-item:nth-last-child(1) .nav-link {
        padding: 0rem 1rem;
        text-align: center;
    }

    .DDS_footer .footer-wrap .contact-box,
    .DDS_footer .footer-wrap .contact-box:nth-child(1),
    .DDS_footer .footer-wrap .contact-box:nth-child(2),
    .DDS_footer .footer-wrap .contact-box:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0rem !important;
    }

    .img_wrap .img_box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news_title div.link-list {
        min-height: auto;
    }

    .news_title div.link-list ul li:nth-last-child(1) {
        position: absolute;
        right: 0;
        bottom: 0rem;
    }

    .news_title div.link-list ul li a {
        padding: 5px 20px;
    }

    .news_title div.link-list ul li a::before,
    .news_title div.link-list ul li a::after {
        display: none;
    }

    .news_info ul.news_list {
        padding: 0 0.5rem;
    }

    .news_info ul.news_list li .news_info_title {
        width: calc(100% - 95px);
    }

    .news_info ul.news_list li .news_info_title a {
        font-size: 1.1rem;
        padding: 0 0.5rem 0 2rem;
    }

    .news_info ul.news_list li .news_info_title a::before {
        margin-right: 10px;
        position: absolute;
        left: 1.1rem;
    }

    .news_info ul.news_list li .news_update {
        width: 95px;
        font-size: 1rem;
    }

    .side_gotop .actGotop {
        width: 45px;
        height: 45px;
        right: 5px;
        bottom: 30px;
    }

    .side_gotop .actGotop a,
    .side_gotop .actGotop a:link {
        width: 45px;
        height: 45px;
    }

    .side_gotop .actGotop a i {
        width: 45px;
        font-size: 25px;
    }
    .side_gotop .side_box{
        right: 5px !important;
        bottom: 100px;
    }
    .side_gotop .side_bar{
        width: 45px;
        padding: 10px 5px;
    }
    .side_gotop .side_bar li{
        padding: 7px 0;
    }
    .side_gotop .side_bar li a p{
        line-height: 1.1em;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .slider_box .carousel-fade a.carousel-item {
        aspect-ratio: 4/3;
    }

    .web_title {
        margin-bottom: 2rem !important;
    }

    .news_wrap {
        margin-top: 1.5rem !important;
    }

    .news_title {
        padding: 1.5rem 2.5rem;
    }

    .news_title div.link-list {
        min-height: auto;
    }

    .DDS_footer .footer-wrap .contact-box h4 {
        padding-left: 0rem;
    }

    .DDS_header .header-part .navbar-toggler {
        margin-right: 0.75rem;
        position: absolute;
        right: 0;
        top: 15px;
    }
}

/*旅遊行程*/
.tour_title_wrap {
    margin-top: 72px;
}

.tour_title_box {
    height: 304px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.tour_title_box .tours_title {
    width: 260px;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 2.5rem;
    background: rgba(0, 25, 92, .8);
}

.tour_title_box .tours_title h2 {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 1.9rem;
}

.tour_title_box .tours_title h2::before {
    content: '';
    display: block;
    width: 4rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0%;
    bottom: 0;
}

.tour_title_box .tours_title p {
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    margin-bottom: 0;
}

.tour_tabs .nav-pills .nav-link {
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #1c4fa1;
    padding: 0.65rem 2.5rem;
}

.tour_tabs .nav-pills .nav-link.active,
.tour_tabs .nav-pills .show>.nav-link {
    position: relative;
    background: #1c4fa1;
    color: #f4e342;
}

.tour_tabs .nav-pills .nav-link.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 61.5px 0 61.5px;
    border-color: #1c4fa1 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -16px;
    z-index: 9;
}

.tours_item_box {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.tours_item_box .hover-wall .htpro_tit {
    display: none;
}

.tours_item_box .hover-wall .icon_info {
    transition: 0.5s;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.tours_item_box .hover-wall .icon_info:hover {
    box-shadow: none;
    bottom: 0;
}

.tours_item_box .hover-wall .icon_info figure {
    aspect-ratio: 5/3.7;
    margin-bottom: 0.75rem;
}

.tours_item_box .hover-wall .icon_info figure .overlay {
    display: none;
}

.tours_item_box .hover-wall figure .b_img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.tours_item_box .hover-wall .icon_info h3 {
    padding: 0 1rem;
    border-left: 5px solid #1c4fa1;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.tours_item_box .hover-wall .icon_info p.animate-text {
    background: #fff;
    padding: 1rem;
    font-size: 1rem;
    letter-spacing: 0;
    border-bottom: 5px solid #c7d9f5;
}

@media (max-width:991px) {
    .tour_tabs {
        margin-bottom: -1rem;
    }

    .tour_tabs .module-container .main.row .blk-tabs {
        overflow: scroll;
        display: block;
        padding: 0px;
        height: 68px;
    }

    .tour_tabs .module-container .main.row .blk-tabs ul {
        width: max-content;
        display: flex;
        z-index: 99;
        float: none;
        min-width: 100%;
    }
}

@media (max-width:767px) {
    .tour_title_box .tours_title {
        margin-left: 1rem;
    }
    .tours_item_box .hover-wall .icon_info figure {
        aspect-ratio: unset;
    }
    .tours_item_box .hover-wall figure .b_img {
        object-fit: unset;
        object-position: center center;
        height: auto;
        width: 100%;
    }
}

/*行程企劃頁*/
.products_title {
    margin-top: 72px;
}

.products_title section {
    display: table;
    padding: 1.5rem 3rem;
    background: rgba(0, 25, 92, .7);
}

.products_title h2 {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
}

.products_btns div.link-list ul {
    display: table;
    margin: 0 auto;
}

.products_btns div.link-list ul li {
    position: relative;
    margin: 0 2rem;
}

.products_btns div.link-list ul li::before {
    content: '';
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 1;
}

.products_btns div.link-list ul li a {
    letter-spacing: 0.05rem;
    border-radius: 0;
    z-index: 3;
    padding: .5rem 2rem;
    position: relative;
    transition: .1s;
    right: 0;
    bottom: 0;
}

.products_btns div.link-list ul li a:hover {
    right: -5px;
    bottom: -5px;
    transition: .1s;
}

.products_btns div.link-list ul li:nth-child(1)::before {
    border: 1px solid #1c4fa1;
}

.products_btns div.link-list ul li:nth-child(2)::before {
    border: 1px solid #64b800;
}

.products_btns div.link-list ul li:nth-child(1) a {
    background-color: #1c4fa1;
}

.products_btns div.link-list ul li:nth-child(2) a {
    background-color: #64b800;
}

.products_info01 {
    letter-spacing: 0.05rem;
    line-height: 1.6;
}

.products_info02_wrap {
    margin-top: 12rem;
}

.products_info02 {
    margin-top: -15rem;
}

.products_info02 .img-mode .img-box a {
    display: block;
    aspect-ratio: 3/1.8;
    overflow: hidden;
}

.products_info02 .img-mode .img-box img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.featured_BOX .hover-wall .icon_info {
    box-shadow: none !important;
    position: unset;
    border-radius: 0;
    background-color: transparent;
    width: 85%;
    margin: auto;
    padding-top: 1.5rem;
}

.featured_BOX .hover-wall .icon_info figure {
    width: 60px;
    height: 60px;
    background: #f4e342;
    border-radius: 60px;
    position: absolute;
    top: 5.3rem;
    margin: 0;
    left: 50%;
    transform: translate(calc(-50% - 50px), 0px);
}

.featured_BOX .hover-wall figure .overlay,
.featured_BOX .hover-wall figure .b_img {
    display: none;
}

.featured_BOX .hover-wall .icon_info h3 {
    display: flex;
    width: 130px;
    height: 130px;
    /* overflow: hidden; */
    background-color: #fff;
    margin: 0 auto 1.5rem;
    border: 5px solid #64b800;
    border-radius: 100px;
    padding: 1rem;
    font-size: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.featured_BOX .hover-wall .icon_info h3::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-color: #00307c;
    border-radius: 50px;
    position: absolute;
    top: -0.5rem;
    right: -1rem;
}

.featured_BOX .hover-wall .icon_info p.animate-text {
    font-size: 1.3rem;
    padding: 0 3rem;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 2px 0rem;
    display: inline;
    background: linear-gradient(90deg, #f4e342, #f4e342, #f4e342);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
    line-height: 1.7;
}

.day_MAP_title h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0.8rem;
    border-left: 8px solid #fc0;
    margin-bottom: 1rem;
}

.day_MAP_info>.module-container>.main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: .5rem;
}

.day_MAP_info .header-title {
    padding: 0.3rem 0.9rem;
    color: #fff;
    background-color: #00307c;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

.day_MAP_info .text-container {
    width: calc(100% - 80px) !important;
}

.day_MAP_info section.text-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.day_MAP_info section.text-link h2 {
    color: #1c4fa1;
    font-size: 18px;
    width: auto;
    float: left;
    margin: 0;
    padding-right: 0;
}

.day_MAP_info div.link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
    min-height: auto;
}

.day_MAP_info div.link-list ul li span,
.day_MAP_info div.link-list ul li a {
    padding: 0;
}

.products_block_title h2 {
    display: table;
    position: relative;
    margin: auto;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000;
}

.products_block_title h2::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -0.5rem;
}

.products_block_title h2::after {
    content: '';
    width: 100%;
    height: 1.5rem;
    display: table;
    background-color: #f4e342;
    position: absolute;
    bottom: 0%;
    z-index: 1;
}

.products_block_title h2 strong {
    position: relative;
    z-index: 2;
}

.day_tours_title .module {
    position: relative;
}

.day_tours_title .module::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #00307c;
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 0;
}

.day_tours_title section.text-link {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #00307c;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.day_tours_title section.text-link h2 {
    background-color: #00307c;
    font-family: serif;
    font-style: italic;
    padding: 0.3rem 1.5rem;
    width: 160px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.day_tours_title section.text-link h2::before {
    content: 'Day';
    font-size: 2rem;
    margin-right: 0.5rem;
    letter-spacing: 0.05rem;
}

.day_tours_title div.link-list {
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products_remark_txt {
    background-color: #fff;
    padding: 2rem 3rem;
    border: 1px solid #1c4fa1 !important;
    margin-bottom: 10rem;
    margin-top: 3rem;
}

.products_remark_txt::before {
    content: '';
    display: table;
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #1c4fa1;
    z-index: 0;
}

.products_remark_txt::after {
    content: '';
    display: table;
    width: 100%;
    height: 10px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #1c4fa1;
    z-index: 0;
}

.products_info03 {
    margin-bottom: -10rem;
    z-index: 1;
}

.products_info03_BG .main.row {
    height: 20rem;
}

.products_info03_BG .main.row::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 25, 92, 0.3);
    backdrop-filter: blur(3px);
}

.day_tours_route section.text-link,
.day_tours_distance section.text-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #c7d9f5;
    height: 100%;
    position: relative;
    padding-left: 130px;
}

.day_tours_route section.text-link h2,
.day_tours_distance section.text-link h2 {
    padding: 1rem 1.5rem;
    background-color: #c7d9f5;
    margin: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.day_tours_route div.link-list,
.day_tours_distance div.link-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.6rem 0;
}

.day_tours_route div.link-list ul li a,
.day_tours_route div.link-list ul li span,
.day_tours_distance div.link-list ul li a,
.day_tours_distance div.link-list ul li span {
    padding: 0 1rem;
}

.day_tours_MH section.text-link {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f9;
    border-bottom: 1px solid #e2e2e2;
    height: 100%;
}

.day_tours_MH section.text-link h2 {
    background: #333;
    padding: 0.9rem 1.5rem;
    margin: 0;
    letter-spacing: 0.05rem;
    display: flex;
    flex-wrap: wrap;
    width: 90px;
}

.day_tours_MH div.link-list {
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.day_tours_MH div.link-list ul li a,
.day_tours_MH div.link-list ul li span {
    padding: 0rem 1rem;
}

.day_tours_title .module-container,
.day_tours_route .module-container,
.day_tours_distance .module-container,
.day_tours_MH .module-container,
.day_tours_title .module-container>.main,
.day_tours_route .module-container>.main,
.day_tours_distance .module-container>.main,
.day_tours_MH .module-container>.main,
.day_tours_title .text-container .module,
.day_tours_route .text-container .module,
.day_tours_distance .text-container .module,
.day_tours_MH .text-container .module {
    height: 100%;
}

.day_tours_title .text-container,
.day_tours_route .text-container,
.day_tours_distance .text-container,
.day_tours_MH .text-container {
    padding: 0 1rem;
    height: 100%;
}
@media (max-width:1440px) {
    .products_info02, .featured_BOX, .day_tours_WRAP, .products_info03, .products_remark_txt{
        flex: 0 0 83.333333%; max-width: 83.333333%;
    }
    .day_MAP_info_WRAP, .day_MAP_WRAP{
        flex: 0 0 41.666667%; max-width: 41.666667%;
    }
}
@media (max-width:1024px) {
    .products_info02, .featured_BOX, .day_tours_WRAP, .products_info03, .products_remark_txt{
        flex: 0 0 91.666667%; max-width: 91.666667%;
    }
}
@media (max-width:767px) {
    .products_btns div.link-list ul li{margin: 0 1rem;}
    .products_info02_wrap, .products_info02{margin-top: 0rem;}
    .products_info02, .featured_BOX, .day_tours_WRAP{max-width: 100%;flex: 0 0 100%;}
    .day_MAP_info_WRAP, .day_MAP_WRAP { flex: 0 0 91.66667%; max-width: 91.66667%;}
    .day_tours_route, .day_tours_distance{margin-top: .5rem;}
    .day_tours_title section.text-link h2, .day_tours_title div.link-list{width: 100%;}
    .day_tours_route section.text-link, .day_tours_distance section.text-link{padding-left: 0;}
    .day_tours_route section.text-link h2, .day_tours_distance section.text-link h2, 
    .day_tours_route div.link-list, .day_tours_distance div.link-list{width: 100%;position: unset;}
    .day_tours_MH section.text-link h2{padding: 0.5rem 1rem;justify-content: center;}
    .day_tours_MH div.link-list{min-height: auto;}
}

/*圖文切換廣告牆等比例圖片*/
@media (min-width:768px) {
    .blockimg_box .wall-wrapper .wall-row .thicon_info figure{aspect-ratio: 4/3;}
    .blockimg_box .wall-wrapper .wall-row .thicon_info figure .b_img{max-width: 100%; width: 100%; object-fit: cover; object-position: center center; height: 100%;}
}


/*客製表單*/
/*body {
    background-color: #fff;
}

.DDS_footer_wrap .main.row {
    background-color: #f3f9ff !important;
}

.DDS_footer_wrap .main.row .footer-sample,
.DDS_footer .footer-wrap .footer_center {
    background-color: #f3f9ff;
}

section.group_table.contact {
    padding-top: 350px;
}

section.group_table.contact:before {
    background: url(https://ddstours.fillo.com.tw/material-alias/form/diy_bg.jpg);
    width: 91.6666%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 72px;
    height: 400px;
    background-position: center;
}

section.group_table>.container {
    padding: 2rem 0rem 3rem;
    position: relative;
}

section.group_table>.container>h2 {
    display: none;
}

section.group_table>.container>h4 {
    border: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: -25px;
    font-size: 1rem;
    color: #fff;
}

@media (min-width: 1200px) {
    section.group_table>.container {
        max-width: 1280px;
    }
}

.contac_form .trip_title {
    border-bottom: 10px solid #1c4fa1;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.contac_form .trip_title::before {
    content: '';
    display: block;
    width: 10px;
    height: 69%;
    background: #1c4fa1;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.contac_form .trip_title::after {
    content: '';
    display: block;
    width: 10px;
    height: 69%;
    background: #1c4fa1;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.contac_form .trip_title h3 {
    font-family: serif;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
}

.contac_form .trip_title h4 {
    border: none;
    margin-bottom: 0;
    color: #111;
}

.contac_form .trip_title p {
    line-height: 1.5;
    font-size: 1rem;
}

section.group_table.contact .form-row .form-group[data-type="TTL"] h3.form-title {
    display: table;
    margin: 3rem auto 0rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c4fa1;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #1c4fa1;
}

section.group_table.contact .form-row .form-group label {
    font-size: 18px;
    padding-left: 0.5rem;
    border-left: 5px solid #fc0;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

section.group_table.contact .form-row .form-group[data-type="TXT"] {
    max-width: calc(33.3333% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="TXT"] input {
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group[data-type="OPT"] {
    max-width: calc(33.3333% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="OPT"] select {
    border-radius: 0;
    height: 50px;
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group[data-type="RMK"] {
    max-width: calc(100% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="RMK"] textarea.form-control {
    border-radius: 0;
    min-height: 180px;
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group button {
    letter-spacing: 0.05rem;
    margin-top: 2rem !important;
    background: #64b800;
    border-radius: 0;
    border-color: #64b800;
    position: relative;
    z-index: 3;
    padding: 1rem 3rem;
    font-size: 1.3rem;
}

section.group_table.contact .form-row .form-group button::after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: 5px;
    bottom: -5px;
    left: 5px;
    right: -5px;
    z-index: 0;
    border: 1px solid #64b800;
}

@media (max-width:1199px) {

    .contac_form .trip_title::before,
    .contac_form .trip_title::after {
        height: 68%;
    }
}

@media (max-width:991px) {

    .contac_form .trip_title::before,
    .contac_form .trip_title::after {
        height: 63%;
    }
}

@media (max-width:767px) {
    section.group_table.contact {
        padding-top: 200px;
    }

    section.group_table.contact:before {
        width: 100%;
        height: 250px;
    }

    .contac_form .trip_title::before,
    .contac_form .trip_title::after {
        height: 61%;
    }

    section.group_table.contact .form-row .form-group[data-type="TXT"],
    section.group_table.contact .form-row .form-group[data-type="OPT"] {
        max-width: calc(100% - 30px);
    }
}

@media (max-width:430px) {

    .contac_form .trip_title::before,
    .contac_form .trip_title::after {
        height: 65.5%;
    }
}*/

/*聯絡我們*/
/*body {
    background-color: #fff;
}

.DDS_footer_wrap .main.row {
    background-color: #f3f9ff !important;
}

.DDS_footer_wrap .main.row .footer-sample,
.DDS_footer .footer-wrap .footer_center {
    background-color: #f3f9ff;
}

section.group_table.contact {
    padding-top: 475px;
}

section.group_table.contact:before {
    background: url(https://ddstours.fillo.com.tw/material-alias/form/contact_bg.jpg);
    width: 91.6666%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 72px;
    height: 400px;
    background-position: center;
}

section.group_table>.container {
    padding: 2rem 0rem 3rem;
    position: relative;
}

section.group_table>.container>h2 {
    display: none;
}

section.group_table>.container>h4 {
    border: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: -25px;
    font-size: 1rem;
    color: #fff;
}

@media (min-width: 1200px) {
    section.group_table>.container {
        max-width: 1280px;
    }
}

form.contac_form {
    display: flex;
    flex-wrap: wrap;
}

.contact form.contac_form .trip_title {
    max-width: 42%;
    flex: 0 0 42%;
    margin-right: 8%;
    background: rgba(0, 48, 124, 0.8);
    padding: 3rem;
    margin-top: -9rem;
    margin-bottom: 1.3rem;
}

.contact form.contac_form .trip_title h5 {
    margin-top: 0;
}

.contact form.contac_form .trip_title h3 {
    color: #fff;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-family: serif;
    letter-spacing: 0.05rem;
}

.contact form.contac_form .trip_title h3 strong {
    font-size: 1.5rem;
    margin-left: 1.5rem;
}

.contact form.contac_form .trip_title p {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    text-align: justify;
}

.contact form.contac_form .trip_title>ul {
    display: table;
    width: 100%;
}

.contact form.contac_form .trip_title>ul>li {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.1rem;
}

.contact form.contac_form .trip_title>ul>li:nth-last-child(1) {
    margin-bottom: 0;
}

.contact form.contac_form .trip_title>ul>li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #f4e342;
    margin-right: 0.5rem;
}

.contact form.contac_form .trip_title>ul>li>a {
    margin-top: 0.5rem;
    display: table;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: #fff;
}

.contact form.contac_form .trip_title>ul>li>span {
    width: 100%;
    display: table;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 0.5rem;
}

.contact form.contac_form .trip_title>ul>li>iframe {
    margin-top: 0.7rem;
    width: 100%;
}

.contact form.contac_form .trip_title>ul>li ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.5rem;
}

.contact form.contac_form .trip_title>ul>li ul li {
    float: left;
}

.contact form.contac_form .trip_title>ul>li ul li a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 1.5rem;
    display: table;
}

.contact form.contac_form .trip_title>ul>li ul li a img {
    width: 28px;
}

section.group_table.contact .form-row:nth-last-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
}

section.group_table.contact .form-row:nth-last-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
}

section.group_table.contact .form-row .form-group[data-type="TTL"] h3.form-title {
    display: table;
    margin: 3rem auto 0rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c4fa1;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #1c4fa1;
}

section.group_table.contact .form-row .form-group label {
    font-size: 18px;
    padding-left: 0.5rem;
    border-left: 5px solid #fc0;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

section.group_table.contact .form-row .form-group[data-type="TXT"] {
    max-width: calc(100% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="TXT"] input {
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group[data-type="OPT"] {
    max-width: calc(100% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="OPT"] select {
    border-radius: 0;
    height: 50px;
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group[data-type="RMK"] {
    max-width: calc(100% - 30px);
    margin: 15px;
}

section.group_table.contact .form-row .form-group[data-type="RMK"] textarea.form-control {
    border-radius: 0;
    min-height: 180px;
    background-color: #f8f8f9;
}

section.group_table.contact .form-row .form-group button {
    letter-spacing: 0.05rem;
    margin-top: 2rem !important;
    background: #64b800;
    border-radius: 0;
    border-color: #64b800;
    position: relative;
    z-index: 3;
    padding: 1rem 3rem;
    font-size: 1.3rem;
}

section.group_table.contact .form-row .form-group button::after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: 5px;
    bottom: -5px;
    left: 5px;
    right: -5px;
    z-index: 0;
    border: 1px solid #64b800;
}

@media (max-width:991px) {
    section.group_table>.container>h4 {
        right: 1.5rem;
    }

    .contact form.contac_form .trip_title {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-top: -12.5rem;
        padding: 1.5rem;
    }

    .contact form.contac_form .trip_title h3 {
        margin-bottom: 1rem;
    }

    .contact form.contac_form .trip_title>ul>li {
        display: none;
    }

    .contact form.contac_form .trip_title>ul>li:nth-last-child(1) {
        display: table;
        font-size: 0;
    }

    .contact form.contac_form .trip_title>ul>li:nth-last-child(1)::before {
        display: none;
    }

    section.group_table.contact .form-row:nth-last-child(2) {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width:767px) {
    section.group_table.contact {
        padding-top: 248px;
    }

    section.group_table.contact:before {
        width: 100%;
        height: 176px;
    }

    .contact form.contac_form .trip_title {
        margin-top: -0.5rem;
    }

    .contact form.contac_form .trip_title p {
        margin-bottom: 1.5rem;
    }

    .contact form.contac_form .trip_title>ul>li>iframe {
        margin-top: 0;
    }
}

@media (max-width:430px) {
    .contact form.contac_form .trip_title h3 {
        font-size: 2rem;
    }

    .contact form.contac_form .trip_title h3 strong {
        font-size: 1.3rem;
    }
}*/