@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Prompt", sans-serif;
}
a {
    text-decoration: none;
}

body {
    margin: 0;
    background-color: rgb(255, 255, 255);
}

.navbar {
    width: 100vw;
    height: 43px;
    background-color: #212539;
    padding: 0;
    color: white;
    white-space: nowrap;
    z-index: 100;
}

.navbar .content {
    position: relative;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.navbar .position {
    display: flex;
    flex-direction: row;
}

.navbar .position .detail {
    margin-top: 8px;
}

.navbar .position .detail .icon {
    position: absolute;
    top: 12px;
    color: #ff7a00;
}

.navbar .position .detail label {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
}

.navbar .contact {
    display: flex;
    flex-direction: row;
}

.navbar .contact .bt_contact {
    background-color: #ff7a00;
    padding: 9px 10px 10px 10px;
    /* height: 100%; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .contact .bt_contact * {
    cursor: pointer;
}

.navbar .contact .bt_contact .icon {
    position: absolute;
    top: 12px;
}

.navbar .contact label {
    font-size: 13px;
    padding-left: 20px;
}

.navbar .contact .bt_icon {
    margin-top: 11px;
    margin-right: 20px;
    cursor: pointer;
}

.bxl-facebook {
    color: white;
}

.top_bar {
    background-color: white;
    position: fixed;
    top: 43px;
    z-index: 100;
    transition: top 0.1s;
    width: 100vw;
    height: 90px;
    box-shadow: rgba(0, 0, 0, 0.062) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.top_bar .content {
    position: relative;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.top_bar.visible {
    position: fixed;
    top: 0;
    z-index: 980;
}

.top_bar .menu {
    display: flex;
    flex-direction: row;
    margin-right: 6px;
    white-space: nowrap;
}

.top_bar .menu label {
    margin-left: 27px;
    font-size: 14px;
    margin-top: 31px;
    cursor: pointer;
    color: #212539;
}

.top_bar .header {
    display: flex;
    flex-direction: row;
}

.top_bar .header img {
    width: 41px;
    height: 34px;
    margin-top: 23px;
}

.top_bar .header label {
    white-space: nowrap;
    margin-top: 26px;
    margin-left: 10px;
    font-size: 20px;
    color: #212539;
    font-weight: 500;
}

.body_content {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 100vh;
    max-height: 950px;
    min-height: 800px;
    /* transition: all ease 0.3s; */
    display: flex;
    align-items: center;
}

.body_content .header {
    margin-bottom: 20px;
}

.body_content .header i {
    font-size: 19px;
    color: #ff7a00;
}

.body_content .header label {
    font-size: 17px;
    font-weight: 600;
}

.body_content .toppic_header {
    font-size: 50px;
    font-weight: 600;
}

.body_content .detail_header {
    padding-left: 20px;
    font-size: 14px;
    color: #757575;
    display: flex;
    flex-direction: row;
}

.body_content .detail_header label {
    margin-top: -10px;
    line-height: 2;
}

.body_content .left_line {
    border-left: solid 1px #757575;
    height: 45px;
    margin-left: -20px;
    margin-right: 30px;
    margin-top: 22px;
}

.body_content .about_bt {
    margin-top: 50px;
    border: none;
    outline: none;
    color: white;
    background-color: #ff7a00;
    width: 153px;
    height: 43px;
    font-size: 14px;
    cursor: pointer;
    transition: ease all 0.3s;
}

.body_content .about_bt:hover {
    margin-top: 50px;
    border: none;
    outline: none;
    color: white;
    background-color: #ff9634;
    width: 153px;
    height: 43px;
    font-size: 14px;
    cursor: pointer;
}

.body_content img {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
    height: 550px;
    max-height: 700px;
    /* transition: ease all 0.1s; */
}

.option_detail {
    /* background-color: #FF7A00; */
    width: 100vw;
    height: 680px;
}

.option_detail .content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
}

.option_detail .image {
    height: 420px;
    position: absolute;
    top: 120px;
    left: 25px;
}

.option_detail .info_content {
    position: absolute;
    right: 20px;
    top: 150px;
}

.option_detail .info_content .about_us {
    color: #ff7a00;
    font-size: 16px;
    margin-bottom: 10px;
}

.truncate-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.option_detail .info_content .header {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.option_detail .info_content .detail {
    font-size: 13px;
    color: #757575;
}

.option_detail .icon_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: red; */
    width: 430px;
    margin-left: 25px;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.line_cn {
    width: 300px;
    position: absolute;
    border-top: 3px #ff7a00 solid;
    top: 24px;
    left: 60px;
}

.option_detail .icon_line .card_unit {
    width: 110px;
    text-align: center;
}

.circle_line {
    position: relative;
    width: 44px;
    height: 44px;
    border: 3px solid #ff7a00;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    margin-bottom: 10px;
    z-index: 100;
    transition: ease all 0.5s;
}

/* .circle_line:hover{
    border: 3px solid #FF7A00; 
    background-color: #FF7A00;
}

.circle_line:hover .icon{
    color: #ffffff;
} */

.circle_line .icon {
    color: #ff7a00;
    font-size: 28px;
    margin: 8px;
}

.top_bar .icon {
    display: none;
    margin-top: 33px;
    font-size: 20px;
    cursor: pointer;
}

.about_block {
    width: 1200px;
    top: 770px;
    margin: auto;
    margin-top: -100px;
    left: 168px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.116) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.151) 0px 30px 60px -30px;
    padding-bottom: 30px;
}

.about_block .card_block {
    display: flex;
    flex-direction: row;
    width: 25%;
    justify-content: center;
    margin-top: 40px;
}

.about_block .card_block .header {
    font-size: 24px;
    font-weight: 500;
}

.about_block .card_block .content {
    font-size: 12px;
}

.icon_circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ff7a00;
    color: white;
    font-size: 25px;
    margin: 8px 10px 0 0;
}

.icon_circle i {
    margin: 9px;
}

.card_block .detail {
    display: none;
    font-size: 11px;
}

.slide_contain {
    /* background-color: aqua; */
    height: 430px;
}

.slide_contain {
    position: relative;
    
}

.slide_contain .content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
}

.slide_contain h2 {
    text-align: center;
}

.php_image {
    width: 70%;
    border-radius: 5px;
    position: absolute;
    right: 0;
}

.slide_contain .card {
    position: absolute;
    transition: all ease 0.3s;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.171) 0px 5px 15px;
    background-color: white;
}

.slide_contain .card .image_card {
    width: 100%;
    background-color: #ff7a00;
    height: 50%;
}

.image_center {
    height: 140px;
    border-radius: 5px 5px 0 0;
    margin: auto;
    /* background-color: #FF7A00; */
    overflow: hidden;
}

.content_card {
    text-align: center;
    margin-top: 7px;
    display: flex;
    padding: 0 5px 10px 10px;
    flex-direction: column;
}
.content_card .header {
    font-size: 20px;
    font-weight: 600;
}
.content_card .body {
    font-size: 12px;
    margin: 10px 20px 10px 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image_center img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: -10px;
}

.slide_contain .service_label {
    color: #ff7a00;
    text-align: center;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 10px;
}

.slide_contain .detail_header {
    margin: auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    width: 500px;
    margin-bottom: 50px;
}

.card_click {
    background-color: #ffffff00;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.slide_contain .card.order_1 {
    top: 0;
    width: 280px;
    height: 300px;
    z-index: 100;
    margin: auto;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: auto;
    overflow: hidden;
    
}

.truncate-single-line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide_contain .card.order_2 {
    top: 15px;
    width: 250px;
    height: 270px;
    z-index: 99;
    left: 50px;
    right: 50%;
    left: 70%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}

.slide_contain .card.order_3 {
    top: 25px;
    width: 230px;
    height: 250px;
    z-index: 98;
    left: 100px;
    right: 50%;
    left: 85%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}

.slide_contain .card.order_4 {
    top: 15px;
    width: 250px;
    height: 270px;
    z-index: 97;
    left: 150px;
    right: 50%;
    left: 30%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}

.slide_contain .card.order_5 {
    top: 25px;
    width: 230px;
    height: 250px;
    z-index: 96;
    left: 200px;
    right: 50%;
    left: 16%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}

.us_class img {
    position: absolute;
    right: -50px;
    top: 120px;
    /* width: 0px; */
}

.footer {
    width: 100%;
    background-color: #212539;
    padding-bottom: 15px;
    /* height: 100px; */
}

.footer .content {
    width: 1200px;
    margin: auto;
    padding-top: 15px;
    color: rgba(255, 255, 255, 0.315);
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.footer .content .icon {
    color: #969696;
    margin-right: 20px;
    font-size: 18px;
}

.footer .content .by {
    position: absolute;
    right: 0;
    text-align: end;
}

.mb_footer {
    display: none;
}

.mb_footer img {
    margin: auto;
}

.us_class {
    position: relative;
    /* background-color: rgb(255, 174, 174); */
    width: 1200px;
    height: 650px;
    margin: auto;
    margin-top: 80px;
    padding-left: 70px;
}

.us_class .us {
    font-size: 17px;
    color: #ff7a00;
    font-weight: 500;
    padding-top: 100px;
    /* margin-top: 300px; */
}

.us_class .header {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.us_class .para_g {
    width: 50%;
    font-size: 12px;
    color: #969696;
}

.us_class .circle_i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background-color: #ff7a00;
    margin-right: 10px;
}
.us_class .ch_space {
    width: 650px;
    /* background-color: #757575; */
    display: flex;
    flex-wrap: wrap;
}
.ch_space .us_content {
    margin-top: 30px;
    width: 50%;
    display: flex;
    flex-direction: row;
}
.ch_space .us_content .icon {
    margin: 10px;
    font-size: 25px;
    color: white;
}
.ch_space .us_content .des {
    color: #969696;
    font-size: 12px;
}
.ch_space .bg_image {
    /* background-color: #FF7A00; */
    position: absolute;
    width: 400px;
    height: 400px;
    top: 60px;
    right: 100px;
    overflow: hidden;
}
.ch_space .bg_image img {
    height: 350px; /* Maintain aspect ratio */
    object-fit: cover;
    margin-top: -70px;
    margin-right: -50px;
    z-index: 99;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.square_1 {
    position: absolute;
    width: 370px;
    height: 370px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    top: 120px;
    right: 160px;
}
.view_more {
    width: 100%;
    /* background-color: #ad9c8b; */
    margin-bottom: 150px;
    position: relative;
}
.view_more button {
    padding: 15px 10px 15px 10px;
    border: none;
    outline: none;
    background-color: #ff7a00;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: all ease 0.4s;
    margin: auto;
}
.box_bt {
    width: fit-content;
    margin: auto;
}
.view_more button:hover {
    background-color: #ff9634;
}
.position_left {
    position: absolute;
    top: 25px;
    width: 40%;
}
.position_left .arrow-line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgb(218, 218, 218);
}
.position_left .arrow-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid rgb(218, 218, 218);
    transform: translateY(-50%);
}

.position_right {
    position: absolute;
    top: 25px;
    width: 40%;
    right: 0;
}
.position_right .arrow-line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgb(218, 218, 218);
}
.position_right .arrow-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid rgb(218, 218, 218);
    transform: translateY(-50%) rotate(180deg);
}

.slideshow_experience {
    margin: 2rem auto;
    padding: 0 15px;
    max-width: 1200px;
}

.ex-slide-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 12px;
    transition: transform 0.3s ease;
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06); */
}

.ex-slide-card:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); */
}

.ex-slide-card img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

@media (max-width: 992px) {
    .slideshow_experience {
        max-width: 90%;
    }

    .ex-slide-card {
        min-height: 100px;
        padding: 15px;
        margin: 8px;
    }

    .ex-slide-card img {
        max-height: 70px;
    }
}

@media (max-width: 768px) {
    .ex-slide-card {
        min-height: 90px;
        padding: 12px;
        margin: 6px;
    }

    .ex-slide-card img {
        max-height: 60px;
    }
}

@media (max-width: 576px) {
    .ex-slide-card {
        min-height: 80px;
        padding: 10px;
        margin: 5px;
    }

    .ex-slide-card img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 1460px) {
    .about_block {
        width: 1200px;
    }

    .about_block .card_block {
        min-width: 50%;
        justify-content: start;
    }

    .about_block {
        box-shadow: none;
    }
}

@media only screen and (max-width: 820px) {
    .toppic_header {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .bg_image,
    .square_1 {
        display: none;
    }
    .position_left {
        width: 35%;
    }
    .position_right {
        width: 35%;
    }
    .mb_footer {
        display: block;
        width: 100%;
    }

    .mb_footer hr {
        margin-top: 20px;
        width: 140%;
    }

    .footer {
        width: 100%;
    }

    .footer .content .by {
        display: none;
    }

    .footer .content {
        width: 90%;
        margin-left: 20px;
        /* padding-left: 20px; */
    }

    .slide_contain .content {
        width: 80%;
        margin: auto;
    }

    .body_content img {
        display: none;
    }

    .option_detail .image {
        display: none;
    }

    .option_detail .info_content {
        left: 80px;
    }

    .navbar {
        display: none;
    }

    .top_bar {
        top: 0;
        width: 100vw;
        height: 80px;
    }

    .top_bar .content {
        width: calc(100vw - 160px);
    }

    .about_block {
        top: 650px;
        width: calc(100vw - 160px);
        left: 80px;
    }

    .top_bar .menu {
        display: none;
    }

    .body_content {
        padding: 0 80px 0 80px;
        width: calc(100vw - 160px);
    }

    .top_bar .icon {
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .detail_1 {
        margin: auto;
    }
    .us_class {
        width: calc(100vw - 80px);
        text-align: center;
        padding-left: 0px;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 150px;
    }
    .us_class .header {
        font-size: 20px;
    }
    .us_class .para_g {
        width: 100%;
    }
    .us_class .ch_space {
        width: 100%;
    }
    .us_class .ch_space .us_content {
        width: 100%;
        flex-direction: column;
    }
    .ch_space .us_content .circle_i {
        margin: auto;
        margin-bottom: 10px;
    }
    .position_left {
        width: 20%;
    }
    .position_right {
        width: 20%;
    }
    .view_more {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    .slide_contain .service_label {
        margin-top: 30px;
    }

    .slide_contain .detail_header {
        font-size: 17px;
        width: 70%;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .slide_contain .card {
        outline: solid 2px rgb(226, 226, 226);
        box-shadow: none;
    }

    .slide_contain .card.order_1 {
        top: 120px;
        width: 280px;
        height: 300px;
        z-index: 100;
        margin: auto;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slide_contain .card.order_2 {
        top: 90px;
        width: 280px;
        height: 300px;
        z-index: 99;
        margin: auto;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slide_contain .card.order_3 {
        top: 60px;
        width: 280px;
        height: 300px;
        z-index: 98;
        margin: auto;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slide_contain .card.order_4 {
        top: 30px;
        width: 280px;
        height: 300px;
        z-index: 97;
        margin: auto;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slide_contain .card.order_5 {
        top: 0px;
        width: 280px;
        height: 300px;
        z-index: 96;
        margin: auto;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slide_contain {
        height: 500px;
    }

    /* .slide_contain .experience {
        max-height: 100px !important;
    } */

    .card_block .detail {
        display: block;
    }

    .option_detail .content {
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .option_detail {
        width: 100vw;
        height: 450px;
    }

    .option_detail .icon_line {
        width: 300px;
        margin: auto;
        margin-top: 25px;
    }

    .line_cn {
        width: 200px;
    }

    .option_detail .icon_line label {
        display: none;
    }

    .option_detail .info_content {
        width: calc(100vw - 80px);
        left: 40px;
        top: 40px;
        text-align: center;
    }

    .option_detail .info_content .header {
        font-size: 20px;
    }

    .option_detail .info_content .detail {
        font-size: 13px;
    }

    .top_bar .content {
        width: calc(100vw - 80px);
    }

    .top_bar {
        transition: top 0.1s;
        justify-content: space-between;
        width: calc(100vw - 40px);
        padding: 0 20px 0 20px;
        height: 80px;
        box-shadow: rgba(0, 0, 0, 0.062) 0px 20px 25px -5px,
            rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

    .top_bar .header label {
        white-space: nowrap;
        margin-top: 30px;
        margin-left: 10px;
        font-size: 15px;
        color: #212539;
        font-weight: 500;
    }

    .top_bar .header img {
        width: 35px;
        height: 30px;
        margin-top: 25px;
    }

    .left_line {
        display: none;
    }

    .body_content {
        width: calc(100vw - 40px);
        padding: 60px 20px 0 20px;
        margin-top: 90px;
        position: relative;
        height: 310px;
        text-align: center;
    }

    .body_content .header {
        display: none;
    }

    .body_content .toppic_header {
        font-size: 20px !important;
        margin-top: 20px;
    }

    .body_content .detail_header {
        width: calc(100vw - 100px);
        padding-left: 0px;
        font-size: 13px;
        margin: auto;
    }

    .br_space {
        display: none;
    }

    .body_content {
        display: flex;
        align-items: baseline;
        min-height: auto;
        height: 330px;
    }

    .body_content .contain {
        margin-left: auto;
        margin-right: auto;
    }

    .about_block {
        top: 400px;
        left: 0;
        width: calc(100vw);
    }

    .about_block .card_block {
        min-width: 100%;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .icon_circle {
        margin: auto;
        margin-bottom: 10px;
    }

    .detail {
        display: block;
        margin: 0 40px 0 40px;
        color: #757575;
    }
}

@media only screen and (min-width: 1900px) {
    .about_block {
        top: 900px;
    }
}

.dropdown {
    position: relative;
    perspective: 1000px;
    z-index: 999;
}
.dropdown img {
    width: 20px;
}
.dropdown:hover {
    cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
    display: block;
}
.dropdown_menu {
    position: absolute;
    top: 27px;
    right: 0;
    width: fit-content;
    perspective: 1000px;
    z-index: 999;
}
.dropdown_menu li {
    display: none;
    color: #fff;
    background-color: #212539;
    padding: 10px 20px;
    font-size: 16px;
    opacity: 0;
    transition: all ease 0.3s;
    cursor: pointer;
}
.dropdown_menu li * {
    cursor: pointer;
}
.dropdown_menu li:hover {
    background-color: #2980b9;
}
.dropdown:hover .dropdown_menu--animated {
    display: block;
}
.dropdown_menu--animated {
    display: none;
}
.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}
.dropdown_menu-1 .dropdown_item-1 {
    transform-origin: top center;
    animation: slideDown 300ms 60ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-2 {
    transform-origin: top center;
    animation: slideDown 300ms 120ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-3 {
    transform-origin: top center;
    animation: slideDown 300ms 180ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-4 {
    transform-origin: top center;
    animation: slideDown 300ms 240ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-5 {
    transform-origin: top center;
    animation: slideDown 300ms 300ms ease-in-out forwards;
}

@-moz-keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@-webkit-keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@-o-keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@-moz-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
@-o-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
@-moz-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}
@-webkit-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}
@-o-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}
@keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}
@-moz-keyframes growOut {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes growOut {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes growOut {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes growOut {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(-10deg);
    }
    100% {
        transform: rotateY(0);
    }
}
@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(-10deg);
    }
    100% {
        transform: rotateY(0);
    }
}
@-o-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(-10deg);
    }
    100% {
        transform: rotateY(0);
    }
}
@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(-10deg);
    }
    100% {
        transform: rotateY(0);
    }
}
@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@-o-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@-moz-keyframes rotateZ {
    0% {
        opacity: 0;
        transform: translateZ(290px);
    }
    80% {
        transform: translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@-webkit-keyframes rotateZ {
    0% {
        opacity: 0;
        transform: translateZ(290px);
    }
    80% {
        transform: translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@-o-keyframes rotateZ {
    0% {
        opacity: 0;
        transform: translateZ(290px);
    }
    80% {
        transform: translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rotateZ {
    0% {
        opacity: 0;
        transform: translateZ(290px);
    }
    80% {
        transform: translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@-moz-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-webkit-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-o-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
