body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    background-color: #454545;
    height: 120px;
    padding: 0 8%;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
}

.dark_nav {
    height: 80px;
    background-color: rgb(69, 69, 69, 0.9) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 12.5%;
}

.navbar_type8 .logo img {
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    border-radius: 0 0 20px 20px;
}

.navbar_type8.dark_nav .logo img {
    border-radius: 0 !important;
    padding: 10px;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: .5vw;
    flex: 0 1 87.5%;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .nav_tab {
    padding: 5vw 0 0 0;
}

.navbar_type8.dark_nav .nav_tab {
    padding: 0 !important;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    display: block;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.15vw;
    font-weight: 700;
    padding: .45vw 1.6vw;
    display: block;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    transform: translate(-50%, 0);
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 100%;
    background-color: #bd8d20;
    border-radius: 7px;
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:hover::before,
.navbar_type8 .nav_tab .nav_item:last-child::before{
    width: 100%;
}

/*footer*/
.footer_type10 {
    color: white;
    background-color: #454545;
    overflow: hidden;
    padding: 3rem 0 !important;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover{
    color: #bd8d20 !important;
}

.footer_type10 .sub_title p {
    color: #bd8d20;
    font-style: italic;
    font-size: 19px;
    letter-spacing: .5px;
}

.footer_type10 .title {
    min-height: 70px;
}

.footer_type10 .logo img {
    max-height: 70px;
}

.footer_type10 .sub_title {
    border-bottom: .8px solid #999;
}

.footer_type10 .line_top {
    border-top: .8px solid #999;
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8%;
    padding-top: 8vw;
}

.hp_banner_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: 45%;
}

.hp_banner_title_box {
    border-right: 10.8px solid #fff;
    padding-right: 3vw;
}

.hp_banner_small {
    font-size: 1.15vw;
    color: #fff;
    margin-bottom: 1vw;
}

.hp_banner_title {
    font-size: 3.35vw;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    color: #bd8d20;
}

.hp_banner_button {
    margin-top: 3vw;
}

.hp_banner .hp_button {
    background-color: #fff;
    color: #bd8d20;
    font-weight: 700;
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -120px;
    }
}

/*homepage why*/
.hp_why {
    padding: 7.5rem 8%;
}

.hp_title_box {
    padding-left: 2.5vw;
    border-left: 9.8px solid #bd8d20;
}

.hp_small_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.hp_big_title {
    font-size: 2vw;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    color: #bd8d20;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

.hp_why_left {
    margin-bottom: 3rem;
}

.hp_why_right {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.hp_why_right_box {
    padding-left: 2vw;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    height: 100%;
    padding: 40px 20px;
    box-shadow: 3px 3px 15px rgb(0,0,0,0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_icon img {
    max-width: 95px;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 30px 0 0;
    line-height: 1.4;
}

.hp_why_title span {
    display: block;
}

@media (min-width: 768px) {
    .hp_why_ebox {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*homepage about*/
.hp_about {
    padding-bottom: 7.5rem;
}

.hp_about_left_box {
    width: 92%;
}

.hp_about_right_box {
    padding: 0 7vw 0 3.5vw;
}

.hp_about .hp_title_box {
    margin-bottom: 2.5rem;
}

.hp_about_button {
    display: flex;
    margin-top: 3rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 2vw;
    background-color: #bd8d20;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 17px;
    cursor: pointer;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage services*/

#main_index .index_wrapper_5 {
    padding: 7.5rem 8%;
    background-color: #f2f2f2;
}

.hp_services {
    margin-bottom: 3rem;
}

.hp_services_right_box {
    display: flex;
    justify-content: flex-end;
}

#main_index .ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 0;
}

#main_index .ex_hpservice_slide .container {
    max-width: 100%;
    padding: 0;
}

#main_index .ex_hpservice_slide .item {
    margin: 10px 15px 3rem;
    transition: all 0.3s ease-in-out;
}

#main_index .ex_hpservice_slide .item:hover {
    transform: translateY(-10px);
}

#main_index .ex_hpservice_slide .services-content .overlay,
#main_index .ex_hpservice_slide .services-text h3.title::after,
#main_index .ex_hpservice_slide .services-text p{
    display: none;
}

#main_index .ex_hpservice_slide .services-content {
    height: 320px;
    overflow: visible;
}

#main_index .ex_hpservice_slide .services-content .services-image {
    border-radius: 15px;
    filter: brightness(0.9);
}

#main_index .ex_hpservice_slide .services-text {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    background-color: #454545;
    left: 50%;
    width: 78%;
    border-radius: 10px;
    padding: 10px 15px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_index .ex_hpservice_slide .service_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    padding: 0;
}

#main_index .ex_hpservice_slide .services-text h3.title {
    text-transform: unset;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .ex_hpservice_slide .controls {
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: #bd8d20 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 25px;
    top: 45%;
}

#main_index .ex_hpservice_slide .controls.right {
    right: 0px;
}

#main_index .ex_hpservice_slide .controls.left {
    left: 0;
}

/*homepage quote*/
#main_index .index_wrapper_6 {
    background-color: #f2f2f2;
}

.hp_quote {
    padding: 6.5rem 10%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21872/image/E_Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_quote_box {
    width: fit-content;
    margin-left: auto;
}

.hp_quote .hp_title_box {
    border-left: 9.8px solid #fff;
}

.hp_quote_button {
    display: flex;
    margin-top: 5rem;
}

.hp_quote .hp_button {
    background-color: #fff;
    color: #bd8d21;
    font-weight: 700;
}

.hp_slogan {
    background-color: #454545;
    padding: 1.6rem 0;
    transform: rotate(2deg);
    width: 104%;
    position: relative;
    left: -2%;
    margin-top: -2vw;
}

.hp_slogan_title {
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    gap: 3vw;
}

.hp_slogan_title span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 4px;
}

/*homepage category*/
#main_index .index_wrapper_7 {
    padding: 8rem 6%;
    background-color: #f2f2f2;
}

#main_index .outerRow_7 {
    align-items: center;
}

.hp_category .hp_title_box {
    margin-bottom: 2.5rem;
}

.hp_category_button {
    display: flex;
    margin-top: 2.5rem;
}

.hp_category_box {
    padding-right: 2vw;
}

#main_index .product_cat-11 {
    padding: 0 2vw;
}

#main_index .product_cat-11 .hp_product_cat_slider .slick-track {
    padding-bottom: 0;
}

#main_index .product_cat-11 .hp_product_cat_slider .item {
    height: auto;
    margin: 10px 20px 3rem;
    display: flex;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img,
#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn,
#main_index .product_cat-11 .hp_product_cat_slider .item::after,
#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1) {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    border-radius: 10px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    padding: 0;
}

#main_index .product_cat-11 .hp_product_cat_slider .item > a:nth-child(2) {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    background-color: #454545;
    left: 50%;
    width: 90%;
    border-radius: 10px;
    padding: 10px 15px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

#main_index .product_cat-11 .slick-next::before {
    content: "\f054";
}

#main_index .product_cat-11 .slick-prev::before {
    content: "\f053";
}

#main_index .product_cat-11 .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 5;
    top: 46%;
}

#main_index .product_cat-11 .slick-arrow::before {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background-color: #bd8d20 !important;
    text-shadow: none;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

#main_index .product_cat-11 .slick-next {
    right: -5px;
}

#main_index .product_cat-11 .slick-prev {
    left: -5px;
}

@media (min-width: 768px) {
    #main_index #index_7 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    #main_index #index_8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

/*homepage news*/

.hp_news {
    margin-bottom: 4.5rem;
}

.hp_news_right_box {
    display: flex;
    justify-content: flex-end;
}

#main_index .outerRow_9 {
    align-items: center;
}

#main_index .innerContainer_10 {
    padding: 0 9vw 0 6.5vw;
}

#main_index .latest_new_type6 {
    margin-bottom: 0;
    padding-top: 0;
}

#main_index .latest_new_type6 .container-fluid {
    padding: 0 15px !important;
}

#main_index .latest_new_type6 .col-lg-4.col-md-6.col-12:nth-child(n+3) {
    display: none;
}

#main_index .latest_new_type6 .col-lg-4.col-md-6.col-12 {
    padding: 0 15px !important;
    margin: 15px 0 !important;
}

#main_index .latest_new_type6 .news_box {
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .latest_new_type6 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .latest_new_type6 .news_box .img_frame {
    height: 0;
    padding-top: 76%;
    border: none;
    border-radius: 10px;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    background-color: #454545;
    border-radius: 10px;
    border: none;
    padding: 20px;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    background-color: #fff;
    color: #bd8d20;
    font-weight: 700;
}

#main_index .latest_new_type6 .news_box .date {
    color: #fff;
    font-weight: 400;
}

#main_index .latest_new_type6 .news_box .title {
    font-weight: 400;
    word-break: break-word;
    color: #fff;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

@media (min-width: 992px) {
    #main_index .latest_new_type6 .col-lg-4.col-md-6.col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*homepage contact*/
.hp_contact {
    background-color: #f2f2f2;
}

.hp_contact_right_box {
    width: 95%;
    margin-left: auto;
}

.hp_contact_left {
    position: relative;
    z-index: 1;
}

.hp_contact_left_box {
    padding: 0 0 0 5.5vw;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 5vw;
    width: 110%;
}

.hp_contact_button {
    display: flex;
    margin-top: 3rem;
}

.hp_contact_title {
    font-size: 18px;
    color: #454545;
    font-weight: 600;
    margin-bottom: 5px;
}

.hp_contact_group2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hp_contact_group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hp_contact_group a {
    color: #bd8d20;
    font-size: 15px;
    font-weight: 600;
}

.hp_contact_group a:hover {
    color: #454545;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.35vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why {
        padding: 5rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_big_title {
        font-size: 25px;
    }
    .hp_why_right_box {
        padding-left: 0;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_why_left,
    .hp_why_right {
        margin-bottom: 2rem;
    }
    .hp_why_icon img {
        max-width: 75px;
    }
    .hp_why_title {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .hp_why_box {
        padding: 30px 20px;
    }
    .hp_title_box {
        border-left: 6.8px solid #bd8d20;
    }
    
    /*homepage about*/
    .hp_about {
        padding-bottom: 5rem;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_about_left_box img {
        min-height: 460px;
        object-fit: cover;
        object-position: right;
    }
    .hp_about_right_box {
        padding: 0 30px;
    }
    .hp_about .hp_title_box {
        margin-bottom: 1.5rem;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14.5px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_5 {
        padding: 5rem 15px;
    }
    .hp_services {
        margin-bottom: 2rem;
    }
    #main_index .ex_hpservice_slide .services-content {
        height: 250px;
    }
    #main_index .ex_hpservice_slide .services-text h3.title {
        font-size: 16px;
    }
    #main_index .ex_hpservice_slide .services-text {
        width: 90%;
        border-radius: 10px;
    }
    #main_index .ex_hpservice_slide .controls {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    #main_index .ex_hpservice_slide .controls.right {
        right: 15px;
    }
    #main_index .ex_hpservice_slide .controls.left {
        left: 15px;
    }
    
    /*homepage quote*/
    .hp_quote_button {
        margin-top: 2.5rem;
    }
    .hp_quote {
        padding: 5rem 10%;
    }
    .hp_quote .hp_title_box {
        border-left: 6.8px solid #fff;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_7 {
        padding: 5rem 15px;
    }
    .hp_category .hp_title_box {
        margin-bottom: 1.5rem;
    }
    .hp_category_button {
        margin-top: 1.5rem;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item {
        margin: 10px 15px 3rem;
    }
    #main_index .product_cat-11 .slick-arrow::before,
    #main_index .product_cat-11 .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 15px;
        display: block;
        line-height: 35px;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        font-size: 16px;
    }
    
    /*homepage news*/
    #main_index .innerContainer_10 {
        padding: 0 30px;
    }
    .hp_news {
        margin-bottom: 2rem;
    }
    
    /*homepage contact*/
    .hp_contact_left_box {
        width: 125%;
        padding: 0 30px;
        gap: 30px;
    }
    .hp_contact_right_box {
        width: 100%;
    }
    .hp_contact_right_box img {
        min-height: 360px;
        object-fit: cover;
        object-position: left;
    }

}

.side_menu {
    background-color: #454545;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    .hp_banner_title_box {
        border-right: 6.8px solid #fff;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage services*/
    
    
    /*homepage quote*/
    
    
    /*homepage category*/
    
    
    /*homepage news*/
    #main_index #index_9_1 img {
        min-height: 600px;
        object-fit: cover;
    }
    
    /*homepage contact*/
    
}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 450px;
        object-fit: cover;
        padding-top: 130px;
        background-color: #454545;
        object-position: left;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 130px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #454545, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title_box {
        border-right: 3.8px solid #fff;
        padding-right: 15px;
    }
    .hp_banner_small {
        font-size: 12px;
    }
    .hp_banner_title {
        font-size: 26px;
    }
    .hp_banner .hp_button {
        font-size: 13.5px;
        padding: 8px 20px;
    }
    
    /*homepage why*/
    .hp_title_box {
        border-left: 4.8px solid #bd8d20;
        padding-left: 20px;
    }
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_why_title {
        font-size: 15px;
    }
    
    /*homepage about*/
    .hp_about_left_box img {
        min-height: auto;
    }
    .hp_about_right_box {
        padding: 4rem 30px 0;
    }
    
    /*homepage services*/
    .hp_services_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    .hp_big_title {
        font-size: 24px;
    }
    #main_index .ex_hpservice_slide .services-text {
        padding: 5px 15px;
        min-height: 55px;
    }
    
    /*homepage quote*/
    .hp_quote {
        padding: 5rem 15px;
    }
    .hp_quote_box {
        width: 100%;
    }
    .hp_slogan_title {
        gap: 5vw;
        font-size: 5vw;
    }
    
    /*homepage category*/
    #main_index .product_cat-11 {
        padding: 0;
    }
    .hp_category_box {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
        padding-top: 250px;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item > a:nth-child(2) {
        padding: 5px 15px;
        min-height: 55px;
    }
    
    /*homepage news*/
    #main_index #index_9_1 img {
        min-height: 300px;
        max-height: 300px;
    }
    #main_index .innerContainer_10 {
        padding: 4rem 30px;
    }
    .hp_news_right_box {
        justify-content: flex-start;
        margin-top: 2rem;
    }
    
    /*homepage contact*/
    .hp_contact_left_box {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 4rem 30px;
    }
    .hp_contact_button {
        margin-top: 1.5rem;
    }
    .hp_contact_right_box img {
        min-height: 240px;
        object-position: right;
    }
}