<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
::selection {
	background: rgba(87, 87, 87, 0.3);
	color: RED;
}
::-moz-selection {
	background: rgba(87, 87, 87, 0.3);
	color: RED;
}

html {
    scroll-behavior: smooth;
}

body,html {
    overflow-x: hidden
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer
}

textarea {
    resize: none
}

.fadeIn {
    -webkit-animation: .5s ease-in-out fadeIn;
    animation: .5s ease-in-out fadeIn
}

.fadeOut {
    -webkit-animation: .5s ease-in-out fadeOut;
    animation: .5s ease-in-out fadeOut
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

html.fixed {
    overflow-y: hidden
}

body {
    color: #ddd;
    background: #181818;
    font-size: 16px;
    line-height: 1.7;
    font-family: Roboto,sans-serif
}

body.swal2-shown {
    padding: 0
}

body.fullscreen {
    min-height: 100vh;
    min-width: 100vw
}

main {
    -webkit-transition: padding-top .3s ease-in-out;
    -o-transition: padding-top .3s ease-in-out;
    transition: padding-top .3s ease-in-out;
    margin-top: 0!important;
}
.feed_posts-post_wrapper .title{
    font-family: Verdana, Geneva,sans-serif!important;
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 1.1!important;
}
.feed_posts-post_wrapper div,.feed_posts-post_wrapper p{
    font-family: Verdana, Geneva,sans-serif!important;
}

:lang(en) h1,h2,h3,h4,h5,h6 {
    font-family: SPACE-EXPLORER,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    z-index:2;
}
h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    z-index:2;
}
.section2{
    padding-top: 80px;
}

h1 {
    font-size: 30px;
    line-height: 1.3
}

:lang(en) h2 {
    font-size: 32px;
    line-height: 32px;
	font-family: SPACE-EXPLORER,sans-serif;
	font-weight: 500;
}
h2 {
    font-size: 32px;
    line-height: 32px;
	font-family: sans-serif;
	font-weight: 500;
}

h3 {
    font-size: 28px;
    line-height: 1.5
}

h4 {
    font-size: 22px;
    line-height: 1.7;
    transition: 0.3s;
}


h5 {
    font-size: 18px;
    line-height: 1.7
}

h6 {
    font-size: 14px;
    line-height: 1.3
}

a,button,input,textarea {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    /*width: 100%;*/

    /*TEST*/
    /*TEST*/
    /*TEST*/
}

.section {
    padding: 80px 0;
	background: url(../img/bg1.jpg) center/cover no-repeat;
}

.section2 {
    padding: 80px 0;
    position: relative
}

.section--nopb {
    padding: 80px 0 0
}

.section--nopt {
    padding: 100px 0;
	background: url(../img/bg2.jpg) center/cover no-repeat;
    position: relative
}

.fixedbg {
    min-height: 110vh;
    background-size: cover;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important; 
    -o-background-size: cover; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    line-height: 1.5;    
  }
  .bg1 {
    background-image: url("https://www.asrock.com/TEST/2022_PG/img/bg1.jpg");
  }
  .bg2 {
    background-image: url("https://www.asrock.com/TEST/2022_PG/img/bg2.jpg");
  }
.section_header {
    position: relative
}

.section_header-subtitle {
    text-transform: capitalize;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 600;
    color: #2c2c2c;
    font-size: 80px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    visibility: hidden
}

.container {
    padding: 0 1.25rem;
    margin: 0;
    min-width: 100%
}
@media screen and (max-width:480px) {
    .container{
        padding: 0 1.25rem;
        margin: 0;
        min-width: 100%;
        margin-top: 80px!important;
    }
}

.theme-element-i {
    text-align: center;
    background: #eb1616;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #eb1616;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}

.theme-element-i.btn {
    padding: 6px 10px
}

.theme-element-i.btn:hover {
    color: #eb1616
}

.theme-element-i.btn--revert {
    background: 0 0
}

.theme-element-i.btn--revert.current,.theme-element-i.btn--revert:focus,.theme-element-i.btn--revert:hover {
    background: #eb1616;
    color: #fff
}

.theme-element-i.tag {
    padding: 5px 10px
}

.theme-element-i:focus,.theme-element-i:hover {
    background: 0 0
}
.d-flex h5{
    font-family: Verdana, Geneva,sans-serif!important;
}
.d-flex h4{
    font-family: Verdana, Geneva,sans-serif!important;
}

.field {
    padding: 11px 18px;
    border: 2px solid #bbb;
    font-size: 14px;
    line-height: 28px;
    display: block
}

.field.error {
    border-color: #eb1616
}

.field--corner {
    margin-bottom: 15px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: none;
    border-top: none
}

.field::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::-moz-placeholder {
    color: #fff;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field:-ms-input-placeholder {
    color: #fff;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::-ms-input-placeholder {
    color: #fff;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::placeholder {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.field:focus::-moz-placeholder {
    opacity: 0
}

.field:focus:-ms-input-placeholder {
    opacity: 0
}

.field:focus::-ms-input-placeholder {
    opacity: 0
}

.field:focus::placeholder {
    opacity: 0
}

.field:focus,.field:hover {
    border-color: #fff
}

.highlight {
    color: #ff2600
}

.link--underline {
    position: relative;
    text-transform: capitalize
}

.link--underline:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #eb1616;
    bottom: -2px;
    left: 0;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.link--underline:focus:after,.link--underline:hover:after {
    width: 100%
}

.linebreak {
    display: block
}

.text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500
}

.brand-logo_icon {
    color: #ff2600;
    margin-right: 7px
}

.brand-logo_name {
    color: #fff;
    text-transform: capitalize;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 1;
    margin: 0 auto;
}

@media screen and (min-width:767.98px) {
    h1 {
        font-size: 50px;
        line-height: 1.2
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    .container {
        padding: 0 1.875rem
    }

    .section {
        padding: 100px 0
    }
    .section2 {
        padding: 100px 0
    }

    .section--nopb {
        padding: 100px 0 0
    }

    .section--nopt {
        padding: 100px 0
    }

    .section_header-subtitle {
        visibility: visible
    }

    .text {
        font-size: 16px
    }
}

@media screen and (min-width:991.98px) {
    h1 {
        font-size: 65px
    }

    .section {
        padding: 110px 0
    }
    .section2 {
        padding: 110px 0
    }
    .section--nopb {
        padding: 110px 0 0
    }

    .section--nopt {
        padding: 100px 0 
    }

    .text {
        font-size: 18px;
        line-height: 1.5
    }
}

@media screen and (min-width:1199.98px) {
    .container {
        margin: 0 auto;
        min-width: unset;
    }
    .container.n {
        margin: 0 auto;
        min-width: 90%!important;
    }
}

.alert_popup {
    background: #fff;
    min-width: 280px;
    max-width: 360px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.alert_popup-close {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.alert_popup-close:focus,.alert_popup-close:hover {
    color: #eb1616
}

.alert_popup-title {
    color: #ff2600;
    margin-bottom: 10px
}

.header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000;
    /*background: #181818;*/
    background: rgba(24, 24, 24,0.9);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.header--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header .container-fluid {
    padding: 0
}

.header_logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out
}

.header_trigger {
    cursor: pointer;
    width: 24px;
    height: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transition: margin-right .3s ease-in-out;
    -o-transition: margin-right .3s ease-in-out;
    transition: margin-right .3s ease-in-out
}

.header_trigger .line {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header_trigger.active {
    -webkit-transition: .3s ease-in-out .3s;
    -o-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header_trigger.active .line {
    background: #eb1616
}

.header_trigger.active .line:nth-child(2) {
    width: 0
}

.header_trigger.active .line:nth-child(1),.header_trigger.active .line:nth-child(3) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.header_trigger.active .line:nth-child(1) {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.header_trigger.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(90deg);
    -ms-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg)
}

.header_nav {
    position: relative;
    left: 0;
    right: 0;
    min-width: 100vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out,padding-top .6s ease-in;
    -o-transition: max-height .5s ease-in-out,padding-top .6s ease-in;
    transition: max-height .5s ease-in-out,padding-top .6s ease-in
}

.header_nav.active {
    max-height: 100vh;
    overflow-y: scroll;
    padding-top: 15px
}

.header_nav-list {
    text-align: center!important;
}
:lang(zh-Hant) .nav-link{
    font-size:18px;
}
:lang(zh-Hant) .dropdown-item{
    font-size:18px;
}

.header_nav-list .dropdown-toggle.active,.header_nav-list .nav-item.active {
    background: #ffffff
}

:lang(en) .header_nav-list_item {
    font-family: SPACE-EXPLORER,sans-serif;
    
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;

}
.header_nav-list_item {
    font-family: sans-serif;
    
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;

}

.header_nav-list_item.dropdown .list-item,.header_nav-list_item:not(.header_nav-list_item.dropdown) {
    /*padding: 20px 0;*/
    padding:0 0;
}

.header_nav-list_item .nav-link.dropdown-toggle {
    display: block;
    width: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    display: flex;
    /* æ°´å¹³ç½®ä¸­ */
    justify-content: center;    
    /* åž‚ç›´ç½®ä¸­ */
    align-items: center;      
}
li &gt; .nav-link{
    width: 100%;
    height: 60px;
    display: block;
    display: flex;
    /* æ°´å¹³ç½®ä¸­ */
    justify-content: center;    
    /* åž‚ç›´ç½®ä¸­ */
    align-items: center;      
}
li &gt; .dropdown-item{
    width: 100%;
    height: 60px;
    padding-top:5px;
    display: block;
    display: flex;
    /* æ°´å¹³ç½®ä¸­ */
    justify-content: center;    
    /* åž‚ç›´ç½®ä¸­ */
    align-items: center;      
}

.header_nav-list_item .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

.header_nav-list_item .dropdown-menu.active {
    max-height: 500px
}

.header_btn {
    display: none
}

@media screen and (min-width:991.98px) {
    .header {
        padding: 15px 0 15px 0
    }

    .header .container-fluid {
        padding: 0 5
    }

    .header_btn {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 70px
    }

    .header_nav {
        max-height: unset;
        min-width: unset;
        overflow: visible
    }

    .header_nav-list {
        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;
        margin: 0 -30px 0 0
    }

    .header_nav-list.dropdown {
        position: relative
    }

    .header_nav-list .dropdown-toggle,.header_nav-list .nav-item {
        position: relative;
        cursor: pointer
    }

    .header_nav-list .dropdown-toggle:before,.header_nav-list .nav-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: 0 0;
        top: 70px;
        left: 0;
        
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }
    .header_nav-list .nav-item:hover::before {
    /*box-shadow: 0 0 2px #fff, 0 0 4px red, 0 0 4px pink;*/
    
    }
    .header_nav-list .dropdown-toggle.active,.header_nav-list .dropdown-toggle:hover,.header_nav-list .nav-item.active,.header_nav-list .nav-item:hover {
        background: 0 0;
        /*text-shadow: 0 0 2px #fff, 0 0 4px red, 0 0 4px pink;*/
    }

    .header_nav-list .dropdown-toggle.active:before,.header_nav-list .dropdown-toggle:hover:before,.header_nav-list .nav-item.active:before,.header_nav-list .nav-item:hover:before {
        background: #ffffff
    }

	/*# ä¸Šæ–¹æŒ‰éˆ•çš„é–“éš” */
    .header_nav-list_item {
        margin-right: 30px
    }

    .header_nav-list_item.dropdown .list-item,.header_nav-list_item:not(.header_nav-list_item.dropdown) {
        padding: 0
    }

    .header_nav-list_item.dropdown {
        /*width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;*/
        margin-right: 30px;
        width:unset;
    }

    .header_nav-list .nav-link.dropdown-toggle {
        width: unset;
        display: block;
        display: flex;
        /* æ°´å¹³ç½®ä¸­ */
        justify-content: center;    
        /* åž‚ç›´ç½®ä¸­ */
        align-items: center;      
        
    }

    .header_nav-list .dropdown-menu {
        position: absolute;
        opacity: 0;
        max-height: unset;
        text-align: left;
        visibility: hidden;
        padding-top: 5px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .header_nav-list .dropdown-menu .nav-item {
        /*padding: 15px;*/
        padding:0 20px;
        padding-top: 0px;
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        background: #2c2c2c
    }

    .header_nav-list .dropdown-menu .nav-item.active,.header_nav-list .dropdown-menu .nav-item:hover {
        background: #ffffff
    }

    .header_nav-list .dropdown-menu .nav-item.active:before,.header_nav-list .dropdown-menu .nav-item:hover:before {
        display: none
    }

    .header_nav-list .dropdown-menu.active {
        opacity: 1;
        visibility: visible
    }
}

.hero {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    z-index:2;
}

.hero_slider {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.hero_slider-pagination {
    top: unset!important;
    bottom: 0;
    height: 10px!important;
    background: 0 0!important
}

.hero_slider-pagination .swiper-pagination-progressbar-fill {
    background: linear-gradient(0.25turn,rgb(178,4,222),rgb(217,12,34),rgb(255,247,0));
    clip-path: polygon(0px 0,100% 0,100% calc(100% - 16px),calc(100% - 56px) 100%,0 100%,0 16px);
}

.hero_content {
    position: relative;
    z-index: 10
}

.hero_content-text {
    margin: 20px 0 10px
}

.hero_content-tel {
    color: #fff
}

.hero_content-tel:hover {
    color: #eb1616
}

.hero_content-tel .icon {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 40px
}

.hero_content-tel .link {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 1.5;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 500
}

.hero_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
    background: -o-linear-gradient(271.87deg,rgba(32,32,32,0) 37.89%,#181818 82.56%);
    background: linear-gradient(178.13deg,rgba(32,32,32,0) 37.89%,#181818 82.56%)
}

@media screen and (min-width:767.98px) {
    .hero_content {
        max-width: 570px
    }
}

@media screen and (min-width:991.98px) {
    .hero_slider-controls {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 4px;
        z-index: 999
    }

    .hero_slider-control {
        color: #fff;
        -webkit-transition: color .5s ease-in-out;
        -o-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out;
        font-size: 20px;
        cursor: pointer
    }

    .hero_slider-control:focus,.hero_slider-control:hover {
        color: #eb1616
    }

    .hero_content-text {
        margin: 35px 0 20px
    }
}

@media screen and (min-width:1199.98px) {
    .hero_content {
        max-width: unset;
        margin-left: 30px
    }
}

.about_info-text {
    margin: 15px 0 30px
}

.about_info-fact_title {
    margin-bottom: 5px
}

.about_info-fact:first-of-type {
    margin-bottom: 15px
}

.about_info-btn {
    margin-top: 40px;
    display: inline-block
}

@media screen and (min-width:575.98px) {
    .about_info-fact {
        max-width: calc(50% - 7.5px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .about_info-fact:first-of-type {
        margin-bottom: 0
    }

    .about_info-fact_description {
        max-width: 270px
    }
}

@media screen and (min-width:767.98px) {
    .about_header-subtitle {
        top: -30%;
        left: -5%
    }

    .about_info-text {
        margin: 15px 0 20px;
        max-width: 570px
    }

    .about_info-fact {
        width: unset;
        max-width: 270px
    }

    .about_info-fact:first-of-type {
        margin-right: 30px
    }

    .about_info-fact_title {
        margin-bottom: 5px
    }
}

@media screen and (min-width:1199.98px) {
    .about_header-subtitle {
        top: 25%
    }

    .about_info-text {
        margin: 0 0 30px
    }

    .about_info-fact {
        max-width: calc(50% - 15px)
    }

    .about_info-fact_title {
        margin-bottom: 15px
    }

    .about_info-fact_description {
        max-width: unset
    }

    .about_info-btn {
        margin-top: 50px
    }

    .about_header,.about_info {
        max-width: unset
    }
}

@media screen and (min-width:1499.98px) {
    .about_header-subtitle {
        left: -20%
    }
}

@media screen and (min-width:1699.98px) {
    .hero_slider-controls {
        padding: 0 4px
    }

    .about_header-subtitle {
        left: -34%
    }
}

.services_header {
    margin-bottom: 60px
}

.services_header-title {
    margin-bottom: 15px
}

.services_header-text {
    max-width: 570px
}

.services_list-item {
    margin-bottom: 40px
}

.services_list-item_wrapper {
    height: 100%
}

.services_list-item:last-of-type {
    margin-bottom: 0
}

.services_list-item .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.services_list-item .main .title {
    margin: 10px
}

.services_list-item .main .description {
    margin-bottom: 10px
}

@media screen and (min-width:767.98px) {
    .services_header-subtitle {
        top: -45%;
        left: 22%
    }

    .services_list {
        margin: 0 -15px
    }

    .services_list-item {
        padding: 0 15px;
        margin-bottom: 60px
    }

    .services_list-item[data-order="5"] {
        margin-bottom: 0
    }
}

@media screen and (min-width:991.98px) {
    .services_header {
        margin-bottom: 50px
    }

    .services_header-subtitle {
        left: 16%
    }

    .services_list-item {
        margin-bottom: 50px
    }

    .services_list-item .icon {
        margin-right: 15px
    }

    .services_list-item .main .title {
        margin: 0 0 10px
    }
}

@media screen and (min-width:1199.98px) {
    .services_header-subtitle {
        left: 28%
    }

    .services_header-text {
        max-width: unset
    }

    .services_list-item[data-order="4"] {
        margin-bottom: 0
    }
}

.schedule {
    color: #FF0000;
    background: url(../img/index04.jpg) center/cover no-repeat;
    position: relative;
    z-index: 2;	
}

.schedule .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -o-radial-gradient(50% 50%,50% 571.32%,rgba(32,32,32,0) 0,#181818 100%);
    background: radial-gradient(50% 571.32% at 50% 50%,rgba(32,32,32,0) 0,#181818 100%)
}

.schedule_container {
    position: relative;
    z-index: 10
}

.schedule_content-header {
    margin-bottom: 10px;
    text-shadow: 0 0 2px #fff, 0 0 4px red, 0 0 8px pink;
}

.schedule_content-text {
    margin-bottom: 40px;
    font-weight: 800;
	font-family: Verdana, Geneva,sans-serif;
    font-size: 24px;

}


.schedule_hours {
    margin-top: 40px
}

.schedule_hours-header {
    margin-bottom: 10px
}

.schedule_hours-list_group .list-item {
    display: block;
    margin-bottom: 10px
}

.schedule_hours-list_group .list-item .weekday {
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    text-transform: capitalize;
    margin-right: 10px
}

.schedule_hours-list_group:last-of-type .list-item:last-of-type {
    margin-bottom: 0
}

.schedule_btn {
   /* margin-top: 40px*/
}

@media screen and (min-width:767.98px) {
    .schedule_content-header {
        max-width: 610px;
        text-shadow: 0 0 2px #fff, 0 0 4px red, 0 0 8px pink;
    }

    .schedule_content-text {
        /*max-width: 570px*/
    }

    .schedule_hours-list_group:first-of-type {
        margin-right: 50px
    }

    .schedule_hours-list_group .list-item:last-of-type {
        margin-bottom: 0
    }
}

@media screen and (min-width:1199.98px) {
    .schedule_wrapper {
        width: 100%
    }

    .schedule_content-text {
        margin-bottom: 0;
        /*max-width: 500px*/
    }

    .schedule_hours {
        margin-top: 0
    }

    .schedule_hours-header {
        max-width: 300px
    }

    .schedule_btn {
       /* margin-top: 50px*/
    }
}

@media screen and (min-width:1399.98px) {
    .services_header-subtitle {
        left: 24%
    }

    .schedule_content {
        padding-right: 30px
    }

    .schedule_content-text {
        max-width: unset
    }

    .schedule_btn {
        /*margin-top: 25px*/
    }
}



.blog_header {
    margin-bottom: 20px;
}

.blog_recent-post {
 margin-bottom: 45px;
 transform-origin: center;
 z-index:2;
 position: relative;
}

.tri_wrap{
    z-index:1;
    width: 90vw;
    overflow: hidden;
}



.blog_recent-post:last-of-type {
    margin-bottom: 0
}

.newsindex{
    transition: 0.3s;
    transform-origin: center;
    /*padding: 10px;*/
}

@media screen and (max-width:1200px) {
    .newsindex{
        transition: 0.3s;
        transform-origin: center;
        padding:0px;
    }
}/*
.newsindex2{
    transition: none;
}
.newsindex2:hover{
    background:linear-gradient(to left, #f00, #f00) left top no-repeat, 
    linear-gradient(to bottom, #f00, #f00) left top no-repeat, 
    linear-gradient(to left, #f00, #f00) right top no-repeat,
    linear-gradient(to bottom, #f00, #f00) right top no-repeat, 
    linear-gradient(to left, #f00, #f00) left bottom no-repeat,
    linear-gradient(to bottom, #f00, #f00) left bottom no-repeat,
    linear-gradient(to left, #f00, #f00) right bottom no-repeat,
    linear-gradient(to left, #f00, #f00) right bottom no-repeat;
    background-size: 2px 20px, 20px 2px, 2px 20px, 20px 2px;   
    transform-origin: center; 
}*/


.hoverstyle::before {  
    transform: scaleX(0);
    transform-origin: bottom right;
}
.blog_recent-post:hover .hoverstyle::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.blog_recent-post:hover .hoverstyle {
    color: black!important;
}
.hoverstyle::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: rgba(235,22,22,1);
    z-index: -1;
    transition: transform .3s ease;
}
.hoverstyle {
    position: relative;
    font-size: 5rem;
    word-wrap:break-word;
    height: auto;
    overflow: hidden;
    height:3.8rem;
    text-overflow : ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 

}
  
.newsindex:hover .main h4{
    /*color: #f00 !important;*/
    /*background-color: rgba(255,255,255,0.1);    */
}




/*


.blog_recent-post:before {
    content: '';
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: calc(4px/-1);
    left: calc(4px/-1);
    background: linear-gradient(to right, #f00 0%, #f00 100%), linear-gradient(to top, #f00 50%, transparent 50%), linear-gradient(to top, #f00 50%, transparent 50%), linear-gradient(to right, #f00 0%, #f00 100%), linear-gradient(to left, #f00 0%, #f00 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.3s, 0.15s, 0s;
  }
  .blog_recent-post:hover:before {
    background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.15s, 0.3s;
  }
*/



.blog_recent-post_wrapper {
    height: 100%
}
.blog_recent-post_wrapper:hover .thumbnail{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);  
}
.blog_recent-post_wrapper:hover .main3{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    background: linear-gradient(to left, #f00, #f00) left top no-repeat, 
                linear-gradient(to bottom, #f00, #f00) left top no-repeat, 
                linear-gradient(to left, #f00, #f00) right top no-repeat,
                linear-gradient(to bottom, #f00, #f00) right top no-repeat, 
                linear-gradient(to left, #f00, #f00) left bottom no-repeat,
                linear-gradient(to bottom, #f00, #f00) left bottom no-repeat,
                linear-gradient(to left, #f00, #f00) right bottom no-repeat,
                linear-gradient(to left, #f00, #f00) right bottom no-repeat;
    background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px;  
}
.blog_recent-post_wrapper:hover .main3 .title{
    color: #f00;
}

.blog_recent-post_wrapper .media, .blog_recent-post_wrapper .main3{
    overflow: hidden;
    margin-bottom: 10px;
}
.blog_recent-post_wrapper .media{
    width: 320;
    height: 180;
    display: flex;
    /* æ°´å¹³ç½®ä¸­ */
    justify-content: center;    
    /* åž‚ç›´ç½®ä¸­ */
    align-items: center;    
}
.newsmedia .title{
    word-wrap:break-word;
    height:53px;
    overflow: hidden;
    text-overflow : ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.newsmedia .brief{
    word-wrap:break-word;
    overflow: hidden;
    text-overflow : ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
}
.media .newsimg{
/*
    width: 320px;
    height: 180px; */
    width: 415px;
    height: 240px; 
    object-fit: contain;
}
.media .newsimg_big{
    width: 400px;
    height: 200px;    
    object-fit: contain;
}
@media screen and (max-width:480px) {
    .media .newsimg_big{
        width: 317px!important;
        height: 163px!important; 
        margin:0 auto;
        object-fit: contain;
    }

}
.blog_recent-post_wrapper .media::before {
    float: left;
    /*padding-top: 89.18918918918918%;*/
    content: ''
}

.blog_recent-post_wrapper .media::after {
    display: block;
    content: '';
    clear: both
}

.blog_recent-post_wrapper .media .thumbnail , .main3{
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.blog_recent-post_wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog_recent-post_wrapper .main .title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    font-family: 'SPACE-EXPLORER',sans-serif;
    font-weight: 500;
    color: #fff;
    padding:10px;
}
.newscoontent{
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 200;
	line-height: 1.5;
    color: #fff;
    padding:10px;   
}
.blog_recent-post_wrapper .main .hoverstyle {
    font-size: 20px;
    line-height: 1.4;
    height: 62px;
    font-family:  Verdana, Geneva,sans-serif;
    font-weight: 500;
    color: #fff;
    padding-right:10px;
    padding-left:10px;
    padding-top:4px;
    margin: 0 auto;
    margin-left: 0px;
    clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}
@media screen and (min-width:767.98px) {
    .blog_header {
        margin-bottom: 30px
    }

    .blog_header-subtitle {
        left: -5%;
        top: 80%
    }

    .blog_recent {
        margin: 0 -15px;
        margin-bottom:120px;
    }

    .blog_recent-post {
        padding: 0 30px;
        margin-bottom: 40px;
        z-index:2;
        position: relative;
    }
}

@media screen and (min-width:991.98px) {
    .blog_header-subtitle {
        left: -3%
    }
}

@media screen and (min-width:1199.98px) {
    .blog_header {
        margin-bottom: 50px;
    }

    .blog_recent-post {
        margin-bottom: 0;
        z-index:2;
        position: relative;
    }

    .blog_recent-post .media {
        margin-bottom: 25px;
    }
}

@media screen and (min-width:1699.98px) {
    .blog_header-subtitle {
        left: -13%
    }
}

.footer {
    padding: 100px 0 0;
    background-color: #181818;
}

.footer_logo {
    margin-bottom: 20px;
}
@media screen and (max-width:480px) {
    .footer {
        padding: 0px 0 0;
        background-color: #181818;
    }
    .footer_logo {
        margin-bottom: 20px;
        margin: 0 auto;
    }
}

.footer_contacts-tel {
    color: #fff;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
@media screen and (max-width:480px) {
    .footer_contacts-tel {
        color: #fff;
        margin-bottom: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin:0 auto;
    }
}



.footer_contacts-tel:hover {
    color: #eb1616
}

.footer_contacts-tel .icon {
    display: none
}

:lang(en) .footer_contacts-tel .link {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.5;
    font-family: SPACE-EXPLORER,sans-serif;
    font-weight: 500
}
.footer_contacts-tel .link {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: 500
}
@media screen and (max-width:480px) {
    :lang(en) .footer_contacts-tel .link{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.5;
        font-family: SPACE-EXPLORER,sans-serif;
        font-weight: 500;
        /*width:200px;*/
        margin: 0 auto;
    }
    .footer_contacts-tel .link{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.5;
        font-family: sans-serif;
        font-weight: 500;
        /*width:200px;*/
        margin: 0 auto;
    }

}



.footer_contacts-address {
    margin-bottom: 10px
}

@media screen and (max-width:480px) {
    .footer_contacts-address{
        /*width: 200px;*/
    }

}

.footer_contacts-mail {
    position: relative
}

.footer_contacts-mail a {
	background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer;
	text-decoration: none;}
.footer_contacts-mail a:hover {color: inherit;text-decoration: none;}

.footer_contacts-mail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #bbb;
    bottom: 0;
    left: 0;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.footer_contacts-mail:focus:after,.footer_contacts-mail:hover:after {
    width: 100%
}

.footer_contacts-socials {
    margin: 30px 0 40px;
    max-height: 22px
}

.footer_contacts-socials .list-item {
    margin-right: 15px
}

.footer_contacts-socials .list-item:last-of-type {
    margin-right: 0
}

.footer_contacts-socials .list-item .link {
    color: #fff;
    font-size: 22px
}

.footer_contacts-socials .list-item .link:focus,.footer_contacts-socials .list-item .link:hover {
    color: #ff2600
}

.footer_newsletter-text {
    margin: 15px 0 25px
}

.footer_newsletter-form {
    max-width: 100%
}

.footer_newsletter-form .field {
    margin-bottom: 10px
}

.footer_newsletter-form .field:focus,.footer_newsletter-form .field:hover {
    border-color: #fff
}

.footer_newsletter-form .btn,.footer_newsletter-form .field {
    width: 100%
}

.footer_copyright {
    background: #2c2c2c;
    margin: 40px -20px 0;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:575.98px) {
    .footer_newsletter-form .field {
        margin-bottom: 0;
        border-right: none;
        max-width: 368px
    }

    .footer_newsletter-form .btn {
        width: unset
    }
}

@media screen and (min-width:767.98px) {
    .footer {
        padding: 100px 0 0;
        background-color: #181818;
    }

    .footer_logo {
        width: 100%
    }

    .footer_contacts {
        margin-right: 40px;
        margin-top: -20px;
		font-family: Verdana, Geneva,sans-serif;
    }

    .footer_contacts-socials {
        margin-bottom: 0
    }

    .footer_newsletter {
        max-width: 410px;
        margin-bottom: 0;
        margin-top: -80px
    }

    .footer_copyright {
        margin: 100px -30px 0
    }
}

@media screen and (min-width:991.98px) {
    .footer {
        padding: 40px 0 0 0;
        background-color: #181818;
    }

    .footer_logo {
        width: 20%;
        margin-bottom: 0
    }

    .footer_contacts,.footer_newsletter {
        margin-top: -5px
    }

    .footer_contacts-tel {
        margin-bottom: 20px;
        margin:auto auto;
    }

    .footer_contacts-tel .link {
        font-size: 28px;
        transition:0.3s;
        cursor:default;
    }

    .footer_contacts-tel .icon {
        max-width: 40px;
        max-height: 40px;
        font-size: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .footer_contacts-socials {
        margin-bottom: 25px
    }

    .footer_copyright {
        text-align: left;
		font-family: Verdana, Geneva,sans-serif;
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: 0 0;
        height: auto
    }
}

.footer_contacts {
    margin-right: 0px;
    width:25%;
    text-align: center;
}
@media screen and (max-width:480px) {
    .footer_contacts{
        margin-right: 0px;
        width: 50%!important;
    }

}
@media screen and (min-width:1199.98px) {

    .footer_contacts-copyright {
        text-align: left
    }

    .footer_newsletter {
        max-width: 471px
    }
}

.promo_popup {
    background: url(../img/placeholder.jpg) center/cover no-repeat,rgba(32,32,32,.7);
    background-blend-mode: overlay;
    padding: 30px;
    max-width: 650px;
    color: #fff
}

.promo_popup-title {
    text-transform: capitalize
}

.promo_popup-close {
    width: 20px;
    height: 20px;
    margin-top: -15px;
    margin-right: -15px;
    font-size: 20px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.promo_popup-close:focus,.promo_popup-close:hover {
    color: #ff2600
}

.promo_popup .main {
    margin: 10px 0 30px
}

.promo_popup .btn {
    width: 100%
}

@media screen and (min-width:575.98px) {
    .promo_popup .btn {
        width: unset
    }
}

@media screen and (min-width:767.98px) {
    .promo_popup {
        padding: 70px;
        text-align: center
    }

    .promo_popup-close {
        width: 25px;
        height: 25px;
        margin-top: -35px;
        margin-right: -35px;
        font-size: 25px
    }

    .promo_popup .main {
        margin: 20px 0 50px
    }

    .promo_popup .btn {
        margin: 0 auto
    }
}





.set {
	background-repeat: no-repeat;
	background-position: -1000px -1000px, 0 0;
	
	background-image: -webkit-linear-gradient(
	  top left,
	  rgba(255, 255, 255, 0.1) 0%,
	  rgba(255, 255, 255, 0.1) 37%,
	  rgba(255, 255, 255, 0.8) 45%,
	  rgba(255, 255, 255, 0.0) 50%
	);
	background-image: -moz-linear-gradient(
	  0 0,
	  rgba(255, 255, 255, 0.1) 0%,
	  rgba(255, 255, 255, 0.1) 37%,
	  rgba(255, 255, 255, 0.8) 45%,
	  rgba(255, 255, 255, 0.0) 50%
	);    
	background-image: -o-linear-gradient(
	  0 0,
	  rgba(255, 255, 255, 0.1) 0%,
	  rgba(255, 255, 255, 0.1) 37%,
	  rgba(255, 255, 255, 0.8) 45%,
	  rgba(255, 255, 255, 0.0) 50%
	);
	background-image: linear-gradient(
	  0 0,
	  rgba(255, 255, 255, 0.1) 0%,
	  rgba(255, 255, 255, 0.1) 37%,
	  rgba(255, 255, 255, 0.8) 45%,
	  rgba(255, 255, 255, 0.0) 50%
	);
	
	-moz-background-size: 270% 270%, 100% 100%;
		 background-size: 270% 270%, 100% 100%;
	
	-webkit-transition: background-position 0s ease;
	   -moz-transition: background-position 0s ease;       
		 -o-transition: background-position 0s ease;
			transition: background-position 0s ease;
  }
  
  .set:hover {
	background-position: 0 0, 0 0;
	
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
			transition-duration: 0.5s;
  }


.set{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:70%;
    margin:10px;
    padding:20px;
    border-radius:6px;
}
.set img{width:100%;}
.set a{
    text-decoration: none;
    color: rgb(214, 214, 214);
}
.set div{
    text-align:center;
    margin-top:2rem;
    font-weight:600;
}
.pContent{
    margin-top:40px;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width:33%;
}
@media screen and (max-width:480px){
    .pList {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .pContent{width:100%;}
    .set{width:85%;}}
.pList{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    width:100%;
}

@media screen and (min-width:481px){
    .ab{
        color: rgb(219, 219, 219)!important;
        padding: 0 14%;
        text-align: justify!important;
    }
}
@media screen and (max-width:480px){
    .ab{
        color: rgb(219, 219, 219)!important;
        padding: 0 4%;
        text-align: justify!important;
    }
}

.newsli{
    width:28%;
}
@media screen and (max-width:760px){
    .newsli{
        width:100%;
    }
}

.well {
	transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}
.gallery {
    z-index: 2;
    position: relative;
}

.SearchBTN {
    color: #999;
    display: flex;
    align-items: center;
    font-family: Verdana, Geneva, sans-serif;
}

.FieldsBTN {
    width: 60px;
    height: 30px !important;
    margin: 5px 20px 0 5px !important;
}

@media screen and (max-width:480px) {
    .Search {
        color: #999;
        padding-top: 1em;
        padding-bottom: 1em;
        display: flex;
        font-family: Verdana, Geneva, sans-serif;
        flex-direction: column;
        align-items: flex-start;
    }
}
.eventpic {
    z-index: 99999;
}

.eventcover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.endtext {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    border: #fff 1.5px solid;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    display: inline;
}
#myForm{
    display: flex;
}
@media screen and (max-width:480px) {
    #myForm{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    }
}

.shinytext{
    
    background: linear-gradient(0.25turn,rgb(255,0,0) 0%, rgb(255, 128, 128) 10% ,rgb(255,0,0) 0%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}
@keyframes textclip {
    to {
      background-position: -200% center;
    }
  }
.loader:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1150px;
    width: 1750px;
    margin: -1em;
    border-style: solid;
    border-color: #fff;
    border-width: 50em;
    box-shadow: inset 0 0 3px 3px #fff ,  0 0 3px 3px #fff;
    opacity: 0;
    animation: outer-loader 4s infinite reverse;
  }
  
  @keyframes outer-loader {
    0% {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-color: #111111;
        height: 143.75px;
        width: 218.75px;
        margin: 0em;
        opacity: 0.4;
        border-width: 0em;
        border-style:inset;
        box-shadow: inset 0 0 30px 30px #111111 ,  0 0 30px 30px #111111;
    }
    20%{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-color: #fff;
        height: 1150px;
        width: 1750px;
        margin: -1em;
        opacity: 0;
        border-color: #fff;
        border-width: 50em;
        border-style:inset;
        box-shadow: inset 0 0 3px 3px #fff ,  0 0 3px 3px #fff;
    }
  }
  .product_2{
      width: 50%!important; padding:8%;
  }
  @media screen and (max-width:480px) {
      .product_2{
          width: 100%!important; padding:0;
      }

  }
  .about_logo{
    width: 600px !important;
    margin: 0 auto;
  }
  @media screen and (max-width:480px) {
    .about_logo{
        width: 280px !important;;
        margin: 0 auto;
    }

}
.Remark, .RemarkAlert {color: #aaa !important; font-size:  0.35cm !important; line-height:  0.52cm !important;}
.wrapper #BIOS .Remark, .wrapper #BIOS .RemarkAlert{color: #ff0!important;}
#CompareList img{margin: 0 auto!important;}
#loading{z-index:99999;top: 50%;left: 50%;margin-top: -40px;margin-left: -40px;position: fixed;width: 80px;--b: 13px;aspect-ratio: 1;border-radius: 50%;padding: 1px;background: conic-gradient(#0035ff57 10%,#a440ff) content-box;-webkit-mask:repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));-webkit-mask-composite: destination-in;mask-composite: intersect;animation:anm-spinner 1s infinite steps(10);}@keyframes anm-spinner{to{transform: rotate(1turn)}}</pre></body></html>