/* HEADER Style START*/
.hd_height {
    width: 100%;
    height: 4.0625rem;
}

@media screen and (max-width: 63.99875em) {
    .hd_height {
        height: 3.125rem;
    }
}

header {
    width: 100%;
    height: 4.0625rem;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0;
    border-bottom: 0.0625rem solid #ddd;
    background-color: #fff;
    z-index: 999;
}

@media screen and (max-width: 63.99875em) {
    header {
        height: 3.125rem;
    }
}

header .searchbar {
    width: 100%;
    height: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -4.0625rem;
    left: 0;
    padding-left: 1.25rem;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar {
        height: 3.125rem;
        padding-left: 0.625rem;
    }
}

header .searchbar_icon {
    width: 2.5rem;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar_icon {
        width: 1.875rem;
    }

    header .searchbar_icon::before {
        -webkit-transform: translate(0, 0.125rem);
        transform: translate(0, 0.125rem);
    }
}

header .searchbar_input {
    width: calc(100% - 40px - 65px);
    margin-right: 1.25rem;
    border: none;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar_input {
        width: calc(100% - 30px - 50px);
        font-size: 0.8125rem;
    }
}

header .searchbar_input:focus {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
}

header .searchbar_close {
    width: 4.0625rem;
    height: 100%;
    background-color: #0075d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar_close {
        width: 3.125rem;
    }
}

header .searchbar_close_icon {
    width: 2.125rem;
    height: 2.125rem;
    position: relative;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar_close_icon {
        width: 1.625rem;
        height: 1.625rem;
    }
}

header .searchbar_close_icon:before,
header .searchbar_close_icon:after {
    content: '';
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 0.5px);
}

@media screen and (max-width: 63.99875em) {

    header .searchbar_close_icon:before,
    header .searchbar_close_icon:after {
        left: calc(50% - 13px);
    }
}

header .searchbar_close_icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .searchbar_close_icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .searchbar_close_text {
    font-size: 0.8125rem;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.0625rem;
    margin-top: 0.125rem;
}

@media screen and (max-width: 63.99875em) {
    header .searchbar_close_text {
        font-size: 0.75rem;
    }
}

header .searchbar_close:hover .searchbar_close_icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .searchbar_close:hover .searchbar_close_icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .searchbar.click {
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .header-center {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 998;
}

@media screen and (max-width: 63.99875em) {
    header .header-center {
        width: calc(100% - 30px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

header .header-center__pagelink {
    width: calc(100% - 34% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 89.99875em) {
    header .header-center__pagelink {
        width: calc(100% - 350px - 150px);
    }
}

@media screen and (max-width: 74.99875em) {
    header .header-center__pagelink {
        width: 100vw;
        height: 100vh;
        position: fixed;
        right: -105%;
        top: 4.0625rem;
        background-color: #fff;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    header .header-center__pagelink.open {
        right: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media screen and (max-width: 63.99875em) {
    header .header-center__pagelink {
        top: 3.125rem;
    }
}

header .header-center__pagelink .hd_link {
    font-size: 0.9375rem;
    padding: 1.5rem 0.625rem;
    margin: 0 1.5625rem;
    color: #000;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0.625rem;
}

@media screen and (max-width: 89.99875em) {
    header .header-center__pagelink .hd_link {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 74.99875em) {
    header .header-center__pagelink .hd_link {
        width: 100%;
        padding: 1.25rem;
        margin: 0;
        border-bottom: 0.0625rem solid #ddd;
    }
}

header .header-center__pagelink .hd_link::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 0 3px;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    bottom: -0.1875rem;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .header-center__pagelink .hd_link::after {
    content: '';
    width: calc(100% - 3px);
    height: 0.1875rem;
    background-color: #0075d7;
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 63.99875em) {

    header .header-center__pagelink .hd_link::after,
    header .header-center__pagelink .hd_link::before {
        content: '';
        position: absolute;
        right: 2rem;
        top: calc(50% - 10px);
        background-color: #0075d7;
        width: 0.125rem;
        height: 1.25rem;
        border-radius: 0.125rem;
        left: inherit;
        opacity: 1;
    }

    header .header-center__pagelink .hd_link::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    header .header-center__pagelink .hd_link::before {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    header .header-center__pagelink .hd_link:hover::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media screen and (min-width: 40em) {
    header .header-center__pagelink .hd_link:hover {
        color: #0075d7;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    header .header-center__pagelink .hd_link:hover::before,
    header .header-center__pagelink .hd_link:hover::after {
        bottom: 0;
        opacity: 1;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

header .header-center__searchbox {
    width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

@media screen and (max-width: 89.99875em) {
    header .header-center__searchbox {
        width: 9.375rem;
    }
}

@media screen and (max-width: 63.99875em) {
    header .header-center__searchbox {
        width: 1.875rem;
        position: fixed;
        right: 3rem;
        top: 0.6875rem;
    }
}

header .header-center__searchbox .hd_search {
    color: #0075d7;
    font-size: 1.375rem;
    margin-right: 0.625rem;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .header-center__searchbox .hd_search::before {
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    header .header-center__searchbox .hd_search {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }
}

@media screen and (max-width: 63.99875em) {
    header .header-center__searchbox .hd_search {
        margin-right: 0;
    }
}

@media screen and (min-width: 40em) {
    header .header-center__searchbox .hd_search:hover {
        color: #000077;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.asuslogobox {
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 89.99875em) {
    .asuslogobox {
        width: 21.875rem;
    }
}

@media screen and (max-width: 63.99875em) {
    .asuslogobox {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width: 39.99875em) {
    .asuslogobox {
        width: calc(100% - 0px);
    }
}

.asuslogobox .hd-logo {
    width: 7.8125rem;
    padding-right: 0.9375rem;
}

@media screen and (max-width: 89.99875em) {
    .asuslogobox .hd-logo {
        width: 5.3125rem;
    }
}

@media screen and (max-width: 39.99875em) {
    .asuslogobox .hd-logo {
        width: 4.0625rem;
    }
}

.asuslogobox .hd-logo img {
    width: 100%;
}

.asuslogobox .hd-title {
    width: calc(100% - 125px);
    padding-left: 0.9375rem;
}

@media screen and (max-width: 89.99875em) {
    .asuslogobox .hd-title {
        width: calc(100% - 85px);
    }
}

@media screen and (max-width: 39.99875em) {
    .asuslogobox .hd-title {
        -webkit-transform: scale(0.7) translate(-48px, 3px);
        transform: scale(0.7) translate(-48px, 3px);
    }
}

.asuslogobox .hd-title h4,
.asuslogobox .hd-title .h4,
.asuslogobox .hd-title h6,
.asuslogobox .hd-title .h6 {
    margin: 0;
    line-height: 100%;
}

.asuslogobox .hd-title h4,
.asuslogobox .hd-title .h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.5rem 0;
}

@media screen and (max-width: 89.99875em) {

    .asuslogobox .hd-title h4,
    .asuslogobox .hd-title .h4 {
        font-size: 0.75rem;
    }
}

.asuslogobox .hd-title h6,
.asuslogobox .hd-title .h6 {
    font-size: 0.875rem;
    color: #6e6e6e;
    margin-top: 0.3125rem;
}

@media screen and (max-width: 89.99875em) {

    .asuslogobox .hd-title h6,
    .asuslogobox .hd-title .h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 39.99875em) {

    .asuslogobox .hd-title h6,
    .asuslogobox .hd-title .h6 {
        font-size: 0.75rem;
    }
}

.hd_page_content {
    position: fixed;
    width: 100%;
    left: 0;
    top: 4.0625rem;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 74.99875em) {
    .hd_page_content {
        position: relative;
        top: 0;
    }
}

.hd_page_content::before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 63.99875em) {
    .hd_page_content::before {
        width: 100%;
    }
}

.hd_page_content .mo_buttonbox {
    position: relative;
    z-index: 9;
    margin-top: 0.3125rem;
    margin-bottom: 1.25rem;
    display: none;
}

@media screen and (max-width: 74.99875em) {
    .hd_page_content .mo_buttonbox {
        display: block;
    }
}
.hd_page_content .grid-x .hd_page_title{
    color: #000;
}
.hd_page_content .grid-x .hd_page_title,
.hd_page_content .grid-x .hd_page_pagename {
    position: relative;
    z-index: 9;
}

.hd_page_content .grid-x .hd_page_title_name {
    margin-bottom: 0.9375rem;
}

.hd_page_content .grid-x .hd_page_title_text {
    font-size: 0.875rem;
    line-height: 160%;
    padding-right: 3.125rem;
    margin-bottom: 3.125rem;
}

.hd_page_content .grid-x .hd_page_title_link {
    font-size: 0.875rem;
}

.hd_page_content .grid-x .hd_page_pagename {
    background-color: #fff;
}

@media screen and (max-width: 63.99875em) {
    .hd_page_content .grid-x .hd_page_pagename {
        background-color: #f7f7f7;
    }
}

.hd_page_content .grid-x .hd_page_pagename a {
    width: 100%;
    display: block;
    padding-left: 1.5625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
}

@media screen and (max-width: 63.99875em) {
    .hd_page_content .grid-x .hd_page_pagename a {
        padding-left: 0;
    }
}

.hd_page_content .grid-x .hd_page_pagename .newspic {
    position: relative;
}

.hd_page_content .grid-x .hd_page_pagename .newspic .newspic_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hd_page_content .grid-x .hd_page_pagename .newspic .newspic_box.hover {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hd_page_content.hover {
    max-height: 50rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (min-width: 64em) {
    .hd_page_content[data-headerhover="headerhover3"] .hd_page_pagename a {
        margin-bottom: 0.3125rem;
    }
}

.mo_menu {
    position: fixed;
    right: 1rem;
    top: 0.75rem;
    width: 1.875rem;
    height: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0.625rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 1002;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    display: none;
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .mo_menu {
        top: 1.125rem;
    }
}

@media screen and (max-width: 74.99875em) {
    .mo_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.mo_menu span {
    width: 100%;
    height: 0.1875rem;
    background-color: #0075d7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mo_menu span:nth-of-type(1) {
    margin-top: 0.375rem;
    -webkit-transform-origin: 0 0.0625rem;
    transform-origin: 0 0.0625rem;
}

.mo_menu span:nth-of-type(2) {
    margin-top: 0.3125rem;
}

.mo_menu span:nth-of-type(3) {
    margin-top: 0.3125rem;
    -webkit-transform-origin: 0 0.0625rem;
    transform-origin: 0 0.0625rem;
}

.mo_menu.open {
    position: fixed;
    top: 0.6875rem;
    right: 0.9375rem;
}

.mo_menu.open span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mo_menu.open span:nth-of-type(1) {
    margin-top: 0.1875rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mo_menu.open span:nth-of-type(2) {
    -webkit-transform: translateX(-0.3125rem);
    transform: translateX(-0.3125rem);
    opacity: 0;
}

.mo_menu.open span:nth-of-type(3) {
    margin-top: 0.625rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hd_contact {
    display: block;
}

@media screen and (max-width: 74.99875em) {
    .hd_contact {
        display: none;
    }
}

/* HEADER Style END*/
/* FOOTER Style START*/
footer {
    position: relative;
    z-index: 99;
}

footer .contact_btn {
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/contact_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
    footer .contact_btn {
        display: block;
    }
}

footer .contact_btn.opa {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .contact_btn.scroll {
    position: fixed;
    top: inherit;
    bottom: 6.875rem;
    right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .contact_btn.scroll {
        right: 0;
    }
}

footer .contact_btn.stop {
    position: absolute;
    bottom: inherit;
    top: -4.375rem;
    right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .contact_btn.stop {
        top: -4.375rem;
        right: 0;
    }
}

footer .gotop {
    width: 3.75rem;
    height: 3.75rem;
    background-image: url(../images/gotop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
    footer .gotop {
        width: 3.125rem;
        height: 3.125rem;
        background-image: url(../images/gotop_m.png);
    }
}

@media screen and (min-width: 64em) {
    footer .gotop {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    footer .gotop:hover {
        -webkit-transform: translateY(-0.625rem);
        transform: translateY(-0.625rem);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .gotop.opa {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .gotop.scroll {
    position: fixed;
    top: inherit;
    bottom: 3.75rem;
    right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .gotop.scroll {
        right: 0;
    }
}

footer .gotop.stop {
    position: absolute;
    bottom: inherit;
    top: -1.875rem;
    right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .gotop.stop {
        top: -1.25rem;
        right: 0;
    }
}

footer .footer_contact {
    background-color: #0075d7;
    position: relative;
    overflow: hidden;
}

footer .footer_contact .mapbg {
    width: 43.75rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

@media screen and (max-width: 63.99875em) {
    footer .footer_contact .mapbg {
        width: 25rem;
        top: 12.5rem;
    }
}

footer .footer_contact .mapbg img {
    width: 100%;
}

footer .footer_contact .content_center {
    padding: 5rem 0;
    overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
    footer .footer_contact .content_center {
        padding: 2.5rem 0;
    }
}

footer .footer_contact .content_center .catitle h3,
footer .footer_contact .content_center .catitle p {
    color: #fff;
    padding-right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {

    footer .footer_contact .content_center .catitle h3,
    footer .footer_contact .content_center .catitle p {
        text-align: center;
        padding-right: 0;
    }
}

footer .footer_contact .content_center .catitle p {
    margin-top: 0.625rem;
}

footer .footer_contact .content_center .calink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 63.99875em) {
    footer .footer_contact .content_center .calink {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .footer_contact .content_center .calink.three .calink_box {
        width: calc(100% / 3);
    }

    footer .footer_contact .content_center .calink.four .calink_box {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footer_contact .content_center .calink {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 39.99875em) {
    footer .footer_contact .content_center .calink {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .footer_contact .content_center .calink.three .calink_box {
        width: calc(100% / 3);
    }

    footer .footer_contact .content_center .calink.four .calink_box {
        width: calc(100% / 2);
    }
}

footer .footer_contact .content_center .calink_box {
    margin-left: 3.125rem;
    min-width: 9.6875rem;
    display: block;
}

@media screen and (max-width: 89.99875em) {
    footer .footer_contact .content_center .calink_box {
        min-width: 7.5rem;
        max-width: 7.5rem;
        margin-left: 0;
        margin-top: 1.875rem;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footer_contact .content_center .calink_box {
        min-width: 6.25rem;
        margin-left: 0;
        margin-top: 1.875rem;
    }
}

@media screen and (max-width: 39.99875em) {
    footer .footer_contact .content_center .calink_box {
        min-width: initial;
        max-width: initial;
    }
}

footer .footer_contact .content_center .calink_box_icon {
    background-color: #fff;
    border-radius: 6.25rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 4.375rem;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footer_contact .content_center .calink_box_icon .caicon {
    position: absolute;
    font-size: 2.25rem;
}

footer .footer_contact .content_center .calink_box_icon .caicon.yellow {
    color: #fab22a;
}

footer .footer_contact .content_center .calink_box_icon .caicon.blue {
    color: #0075d7;
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-contact_y::before {
    -webkit-transform: translate(13px, 20px);
    transform: translate(13px, 20px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-contact_b::before {
    -webkit-transform: translate(8px, 20px);
    transform: translate(8px, 20px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-call_y::before {
    font-size: 2.125rem;
    -webkit-transform: translate(18px, 18px);
    transform: translate(18px, 18px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-call_b::before {
    font-size: 2.125rem;
    -webkit-transform: translate(8px, 20px);
    transform: translate(8px, 20px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-where_y::before {
    -webkit-transform: translate(0px, 19px);
    transform: translate(0px, 19px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-where_b::before {
    -webkit-transform: translate(9px, 19px);
    transform: translate(9px, 19px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-support_y::before {
    -webkit-transform: translate(9px, 19px);
    transform: translate(9px, 19px);
}

footer .footer_contact .content_center .calink_box_icon .caicon.be-icon-support_b::before {
    -webkit-transform: translate(9px, 19px);
    transform: translate(9px, 19px);
}

footer .footer_contact .content_center .calink_box_name {
    color: #fff;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    text-align: center;
}

@media screen and (min-width: 40em) {
    footer .footer_contact .content_center .calink_box:hover .calink_box_icon {
        background-color: #fab22a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    footer .footer_contact .content_center .calink_box:hover .calink_box_icon .caicon.yellow {
        color: #fff;
    }

    footer .footer_contact .content_center .calink_box:hover .calink_box_icon .caicon.blue {
        color: #fff;
    }
}

footer .footertop {
    background-color: #222;
    padding: 3.125rem 0;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop {
        padding: 1.25rem 0;
    }
}

footer .footertop .content_center .ft_logobox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .content_center .ft_logobox .asuslogobox {
        display: block;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-logo {
        display: block;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-logo img {
        width: 7.5rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title {
        display: block;
        border: none;
        position: relative;
        width: 100%;
        padding: 0.5rem 0 0 0;
        margin: 0.75rem 0 0 0;
        -webkit-transform: inherit;
        transform: inherit;
    }

    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(50% - 20px);
        width: 2.5rem;
        height: 0.0625rem;
        background-color: #dedee2;
    }

    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title h4,
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title h6 {
        text-align: center;
    }

    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title h6 {
        color: #cecece;
    }
}

footer .footertop .content_center .ft_pagelist {
    margin-top: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .content_center .ft_pagelist {
        margin-top: 0;
    }
}

footer .footertop .content_center .ft_pagelist.four ul li {
    width: 25%;
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist.four ul li {
        width: 100%;
    }
}

footer .footertop .content_center .ft_pagelist.five ul li {
    width: 20%;
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist.five ul li {
        width: 100%;
    }
}

footer .footertop .content_center .ft_pagelist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit {
    list-style: none;
    padding: 0 0.9375rem 0 0;
    margin: 0;
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist ul li.ft_unit {
        padding: 0;
    }
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist ul li.ft_unit .ft_pagelistbox {
        background-color: #333;
        padding: 0 0.625rem;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    footer .footertop .content_center .ft_pagelist ul li.ft_unit .ft_pagelistbox.open {
        max-height: 50rem;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit .ft_pagelistbox a:first-child {
    margin-top: 1.5625rem;
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist ul li.ft_unit .ft_pagelistbox a:first-child {
        margin-top: 0.625rem;
    }
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit a {
    display: block;
    color: #b7b7bf;
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
    text-transform: capitalize;
    line-height: 160%;
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 74.99875em) {
    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title {
        margin-bottom: 0;
        padding: 0.625rem 0;
        border-bottom: 0.0625rem solid #444;
        position: relative;
    }

    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title::after,
    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title::before {
        content: '';
        position: absolute;
        right: 1.25rem;
        top: calc(50% - 10px);
        background-color: #fff;
        width: 0.125rem;
        height: 1.25rem;
        border-radius: 0.125rem;
    }

    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title::before {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    footer .footertop .content_center .ft_pagelist ul li.ft_unit a.title.open::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit a.subtitle {
    color: #fff;
    font-weight: 600;
    margin-top: 1.5625rem;
}

@media screen and (min-width: 40em) {
    footer .footertop .content_center .ft_pagelist ul li.ft_unit a:hover {
        color: #fff;
    }
}

footer .footertop .content_center .ft_pagelist ul li.ft_unit a .outlink::before {
    -webkit-transform: translate(8px, 1px);
    transform: translate(8px, 1px);
    opacity: 1;
}

footer .footertop .asuslogobox .hd-title h4 {
    color: #fff;
}

footer .footertop .asuslogobox .hd-title h6 {
    color: #dedee2;
}

footer .footertop .ft_followbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .ft_followbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }
}

footer .footertop .ft_followbox p {
    color: #fff;
    margin-right: 1.25rem;
    white-space: nowrap;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .ft_followbox p {
        text-align: center;
        width: 100%;
        margin-right: 0.3125rem;
        margin-bottom: 0.9375rem;
    }
}

footer .footertop .ft_followbox_email {
    width: 18.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
    footer .footertop .ft_followbox_email {
        margin-bottom: 1.25rem;
        margin-right: 0;
    }
}

footer .footertop .ft_followbox_email input {
    height: 2.5rem;
    font-size: 0.875rem;
}

footer .footertop .ft_followbox_email input[type="text"] {
    width: 12.5rem;
    padding: 0 0.75rem;
}

footer .footertop .ft_followbox_email input[type="submit"] {
    width: 6.25rem;
    border: 0.0625rem solid #0075d7;
    background-color: #0075d7;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (min-width: 64em) {
    footer .footertop .ft_followbox_email input[type="submit"]:hover {
        background-color: #fab22a;
        border: 0.0625rem solid #fab22a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footertop .ft_followbox_icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footertop .ft_followbox_icon .followicon {
    font-size: 1.875rem;
    margin-left: 0;
    color: #0075d7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footertop .ft_followbox_icon .followicon:before {
    -webkit-transform: translateX(-0.3125rem) translateY(0.3125rem);
    transform: translateX(-0.3125rem) translateY(0.3125rem);
}

@media screen and (min-width: 64em) {
    footer .footertop .ft_followbox_icon .followicon:hover {
        color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footertop .full-line {
    background-color: #333;
}

footer .footerbottom {
    background-color: #000;
    padding: 0.625rem 0;
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom {
        padding: 0.625rem 0 1.25rem 0;
    }
}

footer .footerbottom .content_center .ftb_center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom .content_center .ftb_center .large-3 {
        margin: 10px auto;
    }
}

footer .footerbottom a,
footer .footerbottom span,
footer .footerbottom .language {
    color: #eaeaec;
    font-size: 0.875rem;
}

footer .footerbottom .earth {
    color: #0075d7;
    font-size: 1.125rem;
    margin-right: 0.5rem;
    height: 1.125rem;
}

footer .footerbottom .earth::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

footer .footerbottom p {
    color: #fff;
    font-size: 0.875rem;
}

footer .footerbottom .language {
    position: relative;
}

footer .footerbottom .language ul,
footer .footerbottom .language li {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footerbottom .language ul {
    min-width: 11.25rem;
    position: absolute;
    bottom: 1.3125rem;
    left: -3.125rem;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0.625rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 74.99875em) {
    footer .footerbottom .language ul {
        bottom: 2.1875rem;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom .language ul {
        bottom: 2.5rem;
    }
}

footer .footerbottom .language ul li {
    width: 100%;
    color: #fff;
    background-color: #0075d7;
    padding: 0.625rem 2.5rem 0.625rem 1.5625rem;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

@media screen and (min-width: 64em) {
    footer .footerbottom .language ul li:hover {
        background-color: #fab22a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footerbottom .language ul li p {
    width: 100%;
}

footer .footerbottom .language ul li p .be-icon {
    font-size: 0.75rem;
    margin-right: 0.625rem;
    opacity: 0;
}

footer .footerbottom .language ul li.active p .be-icon {
    opacity: 1;
}

footer .footerbottom .language:hover ul {
    max-height: 18.75rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footerbottom .language:hover ul li {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .privacy_terms {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #6e6e6e;
}

@media screen and (max-width: 63.99875em) {
    footer .privacy_terms {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.25rem;
    }

    footer .privacy_terms a {
        color: #fff;
    }
}

footer .privacy_terms span {
    margin: 0 0.625rem;
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-contact_y::before {
    -webkit-transform: translate(13px, 25px);
    transform: translate(13px, 25px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-contact_b::before {
    -webkit-transform: translate(8px, 25px);
    transform: translate(8px, 25px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-call_y::before {
    font-size: 2.125rem;
    -webkit-transform: translate(18px, 23px);
    transform: translate(18px, 23px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-call_b::before {
    font-size: 2.125rem;
    -webkit-transform: translate(8px, 25px);
    transform: translate(8px, 25px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-where_y::before {
    -webkit-transform: translate(0px, 24px);
    transform: translate(0px, 24px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-where_b::before {
    -webkit-transform: translate(9px, 24px);
    transform: translate(9px, 24px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-support_y::before {
    -webkit-transform: translate(9px, 24px);
    transform: translate(9px, 24px);
}

html.chrome footer .footer_contact .calink_box_icon .caicon.be-icon-support_b::before {
    -webkit-transform: translate(9px, 24px);
    transform: translate(9px, 24px);
}

/* FOOTER Style END*/
/* Animate Style*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    30% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    30% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

.footer_contact p {
    line-height: 1.5;
    word-spacing: 0.16em;
}

footer .footertop .asuslogobox .hd-title h4,
footer .footertop .asuslogobox .hd-title .h4 {
    color: #fff;
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom {
        padding: 0.625rem 0 1.25rem 0;
    }
}

footer .footerbottom .content_center .ftb_center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 89.9375em) {
    footer .footerbottom .content_center .ftb_center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

footer .footerbottom .content_center .ftb_center .cell_a {
    width: 26%;
}

@media screen and (max-width: 89.9375em) {
    footer .footerbottom .content_center .ftb_center .cell_a {
        width: auto;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom .content_center .ftb_center .cell_a {
        width: 100%;
        margin: 10px auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .footerbottom .content_center .ftb_center .cell_b {
    width: 33%;
}

@media screen and (max-width: 89.9375em) {
    footer .footerbottom .content_center .ftb_center .cell_b {
        width: auto;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom .content_center .ftb_center .cell_b {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .footerbottom .content_center .ftb_center .cell_c {
    width: 40%;
}

@media screen and (max-width: 89.9375em) {
    footer .footerbottom .content_center .ftb_center .cell_c {
        width: auto;
    }
}

footer .footerbottom a,
footer .footerbottom span,
footer .footerbottom .language {
    color: #eaeaec;
    font-size: 0.875rem;
}

footer .footerbottom .earth {
    color: #0075d7;
    font-size: 1.125rem;
    margin-right: 0.5rem;
    height: 1.125rem;
}

footer .footerbottom .earth::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

footer .footerbottom p {
    color: #fff;
    font-size: 0.875rem;
}

footer .footerbottom .language {
    position: relative;
}

footer .footerbottom .language ul,
footer .footerbottom .language li {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footerbottom .language ul {
    min-width: 11.25rem;
    position: absolute;
    bottom: 1.3125rem;
    left: -3.125rem;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0.625rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 74.99875em) {
    footer .footerbottom .language ul {
        bottom: 2.1875rem;
    }
}

@media screen and (max-width: 63.99875em) {
    footer .footerbottom .language ul {
        bottom: 2.5rem;
    }
}

footer .footerbottom .language ul li {
    width: 100%;
    color: #fff;
    background-color: #0075d7;
    padding: 0.625rem 2.5rem 0.625rem 1.5625rem;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

@media screen and (min-width: 64em) {
    footer .footerbottom .language ul li:hover {
        background-color: #fab22a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    footer .footerbottom .language ul li:focus-within {
        background-color: #fab22a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

footer .footerbottom .language ul li p {
    width: 100%;
}

footer .footerbottom .language ul li p .be-icon {
    font-size: 0.75rem;
    margin-right: 0.625rem;
    opacity: 0;
}

footer .footerbottom .language ul li.active p .be-icon {
    opacity: 1;
}

footer .footerbottom .language:hover ul,
footer .footerbottom .language:focus ul {
    max-height: 18.75rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footerbottom .language:hover ul li,
footer .footerbottom .language:focus ul li {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footerbottom .language:focus-within ul {
    max-height: 18.75rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footerbottom .language:focus-within ul li {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 63.9988em) {

    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title h4,
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title h6,
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title .h4,
    footer .footertop .content_center .ft_logobox .asuslogobox .hd-title .h6 {
        text-align: center;
    }
}