/****Header start****/
.header_wrap {
    position: fixed;
    z-index: 9999;
}

.header_icons {
    position: absolute;
    width: 125px;
    right: 0px;
    top: 8px;
    padding: 0;
    z-index: 99;
}

.header_icons div.link-list {
    background: none;
}

.header_icons div.link-list ul li a,.header_icons div.link-list ul li span {
    padding: 5px 5px 5px 5px;
}

.header_icons div.link-list ul li:nth-last-child(1) a {
    font-size: 0px !important;
    background-image: url(https://materials.fillo.com.tw/materials/eurosun/images/e85215e2-7736-4653-9763-3fc123550274.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: initial;
    padding: 0px;
    width: 18px;
    margin-left: 5px;
}

.header_icons div.link-list ul li:nth-last-child(1) a:hover {
    opacity: .5;
}

.header_logo01 {
    position: absolute;
    left: 25px;
    top: 7px;
    z-index: 999;
    max-width: 200px;
}

.header_logo01 img.img-fluid {
    width: 200px;
}

@media (max-width: 1280px) {
    .header_logo01 {
        display: none !important;
    }
}

.header_nav .mega-menu .menu-logo {
    width: 194px;
    height: 60px;
    position: absolute;
    left: 200px;
}

.header_nav .mega-menu .menu-logo>li>a img {
    width: 160px;
    height: auto;
    left: 33px;
}

.header_nav .mega-menu>section.menu-list-items {
    background-color: rgba(214, 21, 25, .85);
}

.header_nav .mega-menu .menu-links {
    margin: 0 auto;
    max-height: 100% !important;
    float: initial;
    height: 60px;
    justify-content: center;
    max-width: 1000px;
}

.header_nav .mega-menu .menu-links>li {
    flex: 0 0 115px;
    max-width: 115px;
}

.header_nav .mega-menu .menu-links>li>a {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 0.05rem;
    color: rgb(255 255 255 / 90%);
}

.header_nav .mega-menu .menu-links>li>a i.fa.fa-indicator {
    display: none !important;
}

.header_nav .mega-menu .menu-links>li:hover {
    background-color: transparent;
}

.header_nav .mega-menu .menu-links>li>a::before {
    content: "";
    width: 0;
    height: 4px;
    background: #ffba3b;
    ; position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_nav .mega-menu .menu-links>li:hover>a::before {
    width: calc(100% - 0px);
}

.header_nav .mega-menu .mg-drop-down {
    padding: 20px 0;
}

.header_nav .mega-menu .mg-drop-down .megamenu_box {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

.header_nav .mega-menu .menu-links li .list_tag ul {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.header_nav .mega-menu .menu-links li .list_tag ul li {
    flex: 0 0 33.3333%;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    float: initial;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a, 
.header_nav .mega-menu .menu-links li .list_tag ul li a p {
    text-align: center;
    float: initial;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a {
    padding: 4px 0;
}

.header_nav .mega-menu .menu-links li .list_tag ul li+li a {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.header_nav .mega-menu .menu-links li .list_tag ul li:nth-child(4) a {
    border-left: 0;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: rgb(255 255 255 / 90%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a:hover p {
    opacity: 0.6;
}

.header_nav .mega-menu .menu-links li .list_box {
    padding: 0 10px 0 0;
    flex: 1;
}

.header_nav .mega-menu .menu-links li .list_box ul li {
    margin: 14px 0;
}

.header_nav .mega-menu .menu-links li .list_box ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgb(255 255 255 / 90%)
}

.header_nav .mega-menu .menu-links li .list_box ul li a p {
    font-size: 15px;
}

.header_nav .mega-menu .menu-links li .list_box ul li:first-child a {
    padding-bottom: 14px;
    border-bottom: 1px solid #f3b44d;
    display: table;
    color: rgb(255 255 255 / 90%);
}

.header_nav .mega-menu .menu-links li .list_box ul li:first-child a p {
    font-size: 16px;
}

.header_nav .mega-menu .menu-links li .list_box ul li a:hover {
    opacity: 0.6;
}

.header_nav .mega-menu .menu-links li .list_box a p {
    color: rgb(255 255 255 / 90%);
    letter-spacing: 0.05rem;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger {
    height: 28px;
    width: 35px;
    background: transparent;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:hover {
    background: transparent;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span, 
.header_nav .mega-menu .menu-mobile-collapse-trigger:before, 
.header_nav .mega-menu .menu-mobile-collapse-trigger:after {
    top: 8px;
    height: 1.5px;
    width: 26px;
    opacity: 0.8;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span {
    top: 14px;
    position: relative;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span:after {
    content: "";
    position: absolute;
    width: 26px;
    bottom: -28px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:after {
    top: 20px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 24px;
    left: 5px;
    top: 6px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 24px;
    left: 5px;
    top: 21px;
    font-size: 0;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:hover.active:hover {
    height: 30px;
    width: 45px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active {
    height: 30px;
    width: 45px;
}

@media(min-width: 768px) {
    .header_nav .mega-menu .menu-links {
        display: -ms-flexbox;
        display: flex !important;
        padding-left: 8rem;
    }
}

@media(min-width: 1600px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 135px;
        max-width: 135px;
        padding: 0 10px;
    }
}

@media (min-width: 1401px) and (max-width:1599px) {
    .header_nav .mega-menu .menu-links{
        padding-left: 6rem;
    }
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 120px;
        max-width: 120px;
        padding: 0 10px;
    }
}

@media (max-width:1439px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 100px;
        max-width: 100px;
        padding: 0 0px;
    }
}

@media (max-width: 1399px) {
    .header_nav .mega-menu .menu-links {
        padding-left: 0rem;
    }
}

@media (max-width: 1280px) {
    .header_nav .mega-menu .menu-logo {
        left: 0;
    }
    .header_nav .mega-menu .menu-logo>li>a img {
        left: 10px;
    }
    .header_nav .mega-menu .menu-links {
        padding-left: 3.5rem;
        justify-content: flex-start;
    }
}

@media(max-width: 1199px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 100px;
        max-width: 100px;
    }

    .header_nav .mega-menu .menu-links>li>a {
        padding: 0 10px;
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-links>li:hover>a::before {
        width: calc(100% - 20px);
    }
}

@media(max-width: 991px) {
    .header_nav .mega-menu .menu-links {
        justify-content: flex-start;
    }

    .header_nav .mega-menu .menu-logo {
        width: 170px;
        left: 0px;
    }

    .header_nav .mega-menu .menu-links>li{
        flex: 0 0 92px;
        max-width: 92px;
    }

    .header_nav .mega-menu .menu-links>li>a{
        padding: 0 8px;
    }

    .header_nav .mega-menu .menu-logo>li>a img {
        left: 10px;
    }

    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 95px;
        max-width: 95px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .header_nav .mega-menu .menu-links{
        padding-left: 11.5rem;
    }
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 90px;
        max-width: 90px;
    }

    .header_nav .mega-menu .menu-links>li:last-child {
        /*flex: 0 0 150px;
        max-width: 150px;*/
    }
}

@media(max-width: 767px) {
    .row.header+.row {
        /*padding-top: 50px;*/
    }

    .header_nav {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 1049;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 0;
    }

    .header_nav .mega-menu .menu-logo {
        width: 100%;
        height: 50px;
        background: #d61519;
        position: fixed;
        z-index: 1050;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        left: 0;
    }

    .header_nav .mega-menu>section.menu-list-items {
        border-top: 0;
        padding: 0;
    }

    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header_nav .mega-menu .menu-logo>li, .header_nav .mega-menu .menu-logo>li>a {
        float: initial;
        height: 50px;
    }

    .header_nav .mega-menu .menu-logo>li>a {
        padding: 0;
        width: 170px;
    }

    .header_nav .mega-menu .menu-logo>li:hover>a:before {
        width: 18px;
        height: 16px;
    }

    .header_nav .mega-menu .menu-logo>li>a:hover {
        background-color: #d61519;
    }

    .header_nav .mega-menu .menu-links>li:hover>a {
        background-color: rgb(155, 14, 17);
    }

    .header_nav .mega-menu .menu-links {
        width: 100%;
        height: 100vh;
        max-height: initial !important;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 50px;
        padding-bottom: 150px;
        padding-left: 0;
    }

    .header_nav .mega-menu .menu-links>li {
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .header_nav .mega-menu .menu-links>li>a {
        font-size: 15px;
        line-height: 15px;
        width: calc(100% - 50px);
        text-align: left;
        height: 50px;
        padding-top: 15px;
    }

    .header_nav .mega-menu .menu-links>li>a::before {
        display: none;
    }

    .header_nav .mega-menu .menu-links>li:hover, 
    .header_nav .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: rgba(155, 14, 17) !important;
    }

    .header_nav .mega-menu .menu-links>li>a i.fa {
        font-size: 1.2em;
    }

    .header_nav .mega-menu .menu-links>li:last-child {
        /*display: none;*/
    }

    .header_nav .mega-menu .menu-links li div.mg-drop-down {
        padding: 0 18px;
    }

    .header_nav .mega-menu .mg-drop-down {
        background: rgba(6, 8, 43, 1);
    }

    .header_nav .mega-menu .mg-drop-down .megamenu_box {
        padding: 0;
        min-height: initial;
        flex-flow: column;
    }

    .header_nav .mega-menu .menu-links li .list_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .header_nav .mega-menu .mg-drop-down h4 {
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul {
        flex-flow: column;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .header_nav .mega-menu .menu-links li .list_tag {
        padding-bottom: 20px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li a {
        padding: 0 0 0 20px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li+li a {
        border-left: 0;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li a p {
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger {
        right: 5px;
    }

    .header_nav .mega-menu>section.menu-list-items {
        background-color: #bf1417;
    }

    .header_nav .mega-menu .menu-links>li>a i.fa.fa-indicator {
        display: inline-block !important;
    }

    .header_nav .mega-menu .menu-links>li.hoverTrigger.activeTriggerMobile a i {
        transform: rotate(180deg);
    }

    .header_nav .mega-menu .menu-links li .list_box ul li {
        margin: 0 0 14px;
    }

    .header_nav .mega-menu .menu-links li .list_box ul li:first-child a {
        font-size: 16px;
        padding-bottom: 6px;
        border-bottom: 2px solid #d9b16f;
    }

    .header_nav .mega-menu .menu-links li .list_box ul li a {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .header_nav .mega-menu .menu-logo>li>a img {
        width: 220px;
        left: 5px;
    }
}

/* header_login*/
.member_login {
    flex: 0 0 135px;
    max-width: 135px;
    position: absolute;
    /*left: calc(50% + 320px);*/
    top: 0;
    z-index: 1049;
    left: unset;
    right: 150px;
}

.member_login>.module-container>.main>div>div>a {
    display: block;
    position: relative;
    color: rgb(255 255 255 / 90%);
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.member_login>.module-container>.main>div>div>a:hover>span {
    position: relative;
    height: 60px;
    line-height: 60px;
    display: block;
}

.member_login>.module-container>.main>div>div>a span::before {
    content: "";
    width: 0;
    height: 4px;
    background: #ffba3b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member_login>.module-container>.main>div>div>a:hover>span::before {
    width: calc(100% - 40px)
}

.member_login .showName {
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.member_login .showName .member-name {
    flex: 1;
}

.member_login a.SignOut {
    margin: 0 0 0 5px;
    border-radius: 0;
    padding: 2px 5px;
    background: transparent;
    border: 1px solid #ffffff;
    line-height: 16px;
    font-size: 14px;
    flex: 0 0 40px;
}

.member_login a.SignOut:hover {
    background: transparent;
    border: 1px solid #ffffff;
}

@media(min-width: 1600px) {
    .member_login {
        flex: 0 0 150px;
        max-width: 150px;
        position: absolute;
        /*left: calc(50% + 365px);*/
        top: 0;
        z-index: 1049;
        left: unset;
        right: 150px;
    }
}

@media (min-width: 1401px) and (max-width:1599px) {
    .member_login {
        flex: 0 0 135px;
        max-width: 135px;
        /*left: calc(50% + 335px);*/
        left: unset;
        right: 150px;
    }
}

@media (max-width: 1280px) {
    .member_login {
        /*left: calc(50% + 230px);*/
        left: unset;
        right: 135px;
    }
}

@media(max-width: 1199px) {
    .member_login {
        flex: 0 0 135px;
        max-width: 135px;
        left: calc(50% + 210px);
        padding: 0 10px;
    }

    .member_login a {
        padding: 0 10px;
        font-size: 16px;
    }

    .member_login>.module-container>.main>div>div>a {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .member_login {
        left: initial;
        font-size: 16px;
        right: 0;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .member_login {
        right: 15px;
        flex: 0 0 135px;
        max-width: 135px;
    }
}

@media(max-width: 767px) {
    .member_login {
        right: 40px;
        flex: 0 0 160px;
        max-width: 160px;
    }

    .member_login>.module-container>.main>div>div>a:hover>span {
        position: relative;
        height: 50px;
        line-height: 50px;
        display: block;
    }

    .member_login>.module-container>.main>div>div>a {
        text-align: right;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
    }

    .member_login>.module-container>.main>div>div>a:hover>span::before {
        display: none;
    }
}

/****Header end****/
/****Footer start****/
.footer_wrap .main.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    backdrop-filter: blur(4px);
    background-color: rgb(17 17 17);
    mix-blend-mode: color;
}

.footer_wrap .main.row::after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0%;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(bottom, rgba(317, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
    background: -webkit-linear-gradient(bottom, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
}

.M-002.footer {
    z-index: 1;
}

.M-002.footer .footer-sample, 
.M-002.footer .powered {
    background-color: transparent;
}

.M-002.footer .footer-sample {
    padding-top: 30px;
    padding-bottom: 35px;
    max-width: 1400px;
}

.M-002.footer .footer-sample.row {
    flex-flow: column;
    margin: 0 auto;
}

.M-002.footer .footer-sample.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.M-002.footer .footer-sample .contact-us-part .contact-use-row {
    margin-bottom: 5px;
    padding-right: 0;
    letter-spacing: 1px;
}

.M-002.footer .footer-sample .logo-part {
    margin-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.M-002.footer .footer-sample .logo-part .logo {
    max-width: 200px;
}

.M-002.footer .footer-sample .contact-us-part {
    text-align: center;
}

.M-002.footer .footer-sample .contact-us-part>div:nth-child(1)+div.contact-use-row:nth-child(2) {
    padding-left: 33px;
}

.M-002.footer .footer-sample .service-item-part {
    margin-top: 0;
    text-align: center;
}

.M-002.footer .footer-sample .service-item-part a {
    width: 42px;
    height: 42px;
    margin-right: 0;
    background-color: rgb(166 129 68 / 70%);
    border-radius: 50%;
    display: inline-block;
}

.M-002.footer .footer-sample .service-item-part .social-btn {
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.M-002.footer .footer-sample .service-item-part .social-btn a {
    width: 42px;
    height: 42px;
    margin-right: 0;
    background-color: rgba(255, 186, 59, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.M-002.footer .footer-sample .service-item-part .social-btn a+a {
    margin-left: 12px;
}

.M-002.footer .footer-sample .service-item-part .social-btn a i {
    font-size: 20px;
    opacity: 0.7;
    width: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.M-002.footer .footer-sample .service-item-part .social-btn a:last-child i {
    background: url(https://materials.fillo.com.tw/materials/modotravel/images/8d90e4dc-9e41-484c-9012-818817f0b614.svg);
    width: 23px;
    height: 23px;
    background-size: 23px;
    opacity: 0.7;
}

.M-002.footer .footer-sample .service-item-part .social-btn a:hover {
    background-color: rgba(255, 186, 59, 0.8);
}

.M-002.footer .footer-sample .service-item-part .social-btn a:hover i {
    opacity: 1;
}

.M-002.footer .powered {
    line-height: 14px;
    padding-bottom: 30px;
    font-size: 14px;
    opacity: .5;
}

@media(max-width: 991px) {
    .M-002.footer {
        padding-bottom: 50px;
    }
}

@media(max-width: 400px) {
    .M-002.footer .footer-sample .contact-us-part>div:nth-child(1)+div.contact-use-row:nth-child(2) {
        padding-left: 0;
        display: block !important;
    }
}

/****Footer end****/