
a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 130px;
    margin-top: 0px;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 13px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 30%;
    margin-left: 3vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 8vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #58595b;
    padding: 8px 1.7vw;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ee4d2d;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.9vw;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px; 
    background-color: #ee4d2d;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #ee4d2d;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 7px 1.5vw;
    margin-left: 22.5vw;
}

#main_index .navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 7px 1.5vw;
    margin-left: 22.5vw;
}

#main_index .navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #000;
}

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

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

.navbar_type8.navbar_height.dark_nav {
   background: #fff !important;
}

.navbar_type8.navbar_height.dark_nav .nav_item:last-child a {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 7px 1.5vw;
    margin-left: 22.5vw;
}

#main_index .navbar_type8.navbar_height.dark_nav .nav_item:last-child a {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 7px 1.5vw;
    margin-left: 22.5vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item:last-child a {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        padding: 7px 1.5vw;
        margin-left: 18.5vw;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #58595b;
        padding: 8px 1.7vw;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_banner*/

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2::before {
    content: '';
    position: absolute;
    left: calc(7% + 0px);
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    z-index: 1;
}

.index_wrapper_2::after {
    content: '';
    position: absolute;
    right: calc(7% + 0px); /* move to right */
    top: 0;

    width: 1px;
    height: 100%;
    background-color: #fff;

    z-index: 1;
}

/*.index_wrapper_2::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: calc(29% + 0px);*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #fff;*/
/*}*/

.index_wrapper_2 {
    margin-top: -130px;
}

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 22vw;
    left: 8.5vw;
    width: 50%;
    text-align: left;
}

.banner_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
}

.banner_big_title span {
    font-weight: 900;
    font-style: italic;
    color: #ee4d2d;
}

.banner_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 200;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
}

.button_banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1.5vw;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #ee4d2d;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 14vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #1e4f73;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_bannerViewMore:active {
    transform: scale(0.85);
}

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

.n_bannerViewMore::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%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 11px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerImg {
    position: absolute;
    width: 37%;
    top: 14vw;
    right: 22.5vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg3 {
    position: absolute;
    width: 22%;
    top: 14vw;
    right: 36.5vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 13vw;
    right: -50px;
    transform: translateX(50%);
    width: 50%;
    text-align: left;
}

.n_bannerInnerGroup2::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 51vw;
    width: 65%;
    height: 65%;
    background-image: url(https://cdn1.npcdn.net/img/1776227392b_banner1_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 0;
}

.banner_big_title2 {
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
}

.banner_keyword2 {
    position: relative;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.n_bannerViewMore2 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 0px;
    margin-top: 1vw;
    position: relative;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_bannerViewMore2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 16%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.n_bannerViewMore2:hover::after {
    width: 0%;
}

.n_bannerViewMore2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 8px !important;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@keyframes moveFrontBack {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-12px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes clipReveal {
    from {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
}

@keyframes rotateInDepth {
    from {
        opacity: 0;
        transform: perspective(800px) rotateX(-60deg) translateY(20px);
        transform-origin: top;
    }
    to {
        opacity: 1;
        transform: perspective(800px) rotateX(0deg) translateY(0);
    }
}

@keyframes blurZoomFocus {
    from {
        opacity: 0;
        transform: scale(1.15);
        filter: blur(12px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes slideSkew {
    from {
        opacity: 0;
        transform: translateX(-25px) skewX(-6deg);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0) skewX(0deg);
        filter: blur(0);
    }
}

@keyframes lineReveal {
    from {
        opacity: 0;
        transform: translateY(100%);
        clip-path: inset(100% 0 0 0);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes elasticSlide {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    60% {
        transform: translateX(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.n_bannerInnerGroup .janimate {
    opacity: 0;
}

.hp_banner_word {
    position: absolute;
    bottom: 0vw;
    left: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
    order: -1;
}

.vertical-line {
    width: 2px;
    height: 300px;       
    background-color: #ee4d2d;
    order: 1;
}

.social-icons a img.icon-left {
    width: 30px !important;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.social-icons a img.icon-left:hover {
    transform: scale(1.2);
}

.n_bannerImg2 {
    position: absolute;
    width: 3.5%;
    bottom: 13vw;
    right: 8vw;
    z-index: 0;
    overflow: hidden !important;
    animation: rotateButton 3s ease-in-out infinite;
}

@keyframes rotateButton {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-5deg); } 
    50%  { transform: rotate(0deg); } 
    75%  { transform: rotate(5deg); }   
    100% { transform: rotate(0deg); }  
}


@media screen and (max-width: 1300.5px){
    .n_bannerViewMore2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 20%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
    
    .banner_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .index_wrapper_2::before {
        content: '';
        position: absolute;
        left: calc(7% + 0px);
        top: 0;
        width: 0px;
        height: 100%;
        background-color: #ccc;
        z-index: 1;
    }
    
    .index_wrapper_2::after {
        content: '';
        position: absolute;
        right: calc(7% + 0px); /* move to right */
        top: 0;
    
        width: 0px;
        height: 100%;
        background-color: #fff;
    
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 200;
        color: #000;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 22vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup2::before {
        content: "";
        position: absolute;
        top: 22px;
        right: 51vw;
        width: 50%;
        height: 50%;
        background-image: url(https://cdn1.npcdn.net/img/1776227392b_banner1_line.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        z-index: 0;
    }
    
    .banner_keyword2 {
        position: relative;
        font-size: 13px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .n_bannerViewMore2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 24%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
    
    .vertical-line {
        width: 2px;
        height: 210px;
        background-color: #ee4d2d;
        order: 1;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .social-icons a img.icon-left {
        width: 25px !important;
        height: auto;
        display: block;
        transition: transform 0.3s ease-in-out;
    }
    
    .banner_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_big_title br {
        display: none;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 3vw;
        left: 8.5vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 49vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 44%;
        top: 41vw;
        right: 22.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .vertical-line {
        width: 2px;
        height: 75px;
        background-color: #ee4d2d;
        order: 1;
    }
    
    .hp_banner_word {
        position: absolute;
        bottom: 0vw;
        left: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        z-index: 5;
    }
    
    .banner_big_title2 {
        font-family: 'Barlow', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    /*new*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 3vw;
        left: 7.5vw;
        width: 59%;
        text-align: left;
    }
    
    .banner_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 200;
        color: #000;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .banner_keyword br {
        display: none;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 39%;
        top: 60vw;
        right: 43.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 38vw;
        right: 58px;
        transform: translateX(50%);
        width: 35%;
        text-align: left;
    }
    
    .banner_keyword2 {
        position: relative;
        font-size: 11px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .banner_keyword2 br {
        display: none;
    }
    
    .n_bannerViewMore2 {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 0px;
        margin-top: 1vw;
        position: relative;
    }
    
    .n_bannerViewMore2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 65%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
    
    .n_bannerViewMore2 img.arrow-icon {
        margin-left: 8px !important;
        width: 7px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
    
    .n_bannerInnerGroup2::before {
        content: "";
        position: absolute;
        top: 70px;
        right: 36vw;
        width: 50%;
        height: 50%;
        background-image: url(https://cdn1.npcdn.net/img/1776227392b_banner1_line.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        z-index: 0;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 7.5%;
        bottom: 9vw;
        right: 8vw;
        z-index: 0;
        overflow: hidden !important;
        animation: rotateButton 3s ease-in-out infinite;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 29%;
        top: 41vw;
        right: 40.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 20%;
        top: 37vw;
        right: 45.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 34vw;
        right: 79px;
        transform: translateX(50%);
        width: 35%;
        text-align: left;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 7.5%;
        bottom: 5vw;
        right: 8vw;
        z-index: 0;
        overflow: hidden !important;
        animation: rotateButton 3s ease-in-out infinite;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 38vw;
        right: 73px;
        transform: translateX(50%);
        width: 35%;
        text-align: left;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 33%;
        top: 48vw;
        right: 42.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 24%;
        top: 45vw;
        right: 45.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerViewMore2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 55%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerImg {
        position: absolute;
        width: 36%;
        top: 63vw;
        right: 47vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 43vw;
        right: 59px;
        transform: translateX(50%);
        width: 35%;
        text-align: left;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 24%;
        top: 60vw;
        right: 45.5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerViewMore2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 63%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

/*hp_about*/

.hp_about {
    padding: 5.5vw 0vw 4vw 8.5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1776218563c_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 30px;
    width: 20%;
    height: 20%;
    background-image: url(https://cdn1.npcdn.net/img/1776221156c_decoration.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_about_img {
    width: 114%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: -4vw;
}

.hp_about_left {
    padding: 6vw 0vw 2vw 0vw;
}

.hp_about_text {
    display: block;
    gap: 10px;
    background-color: #ee4d2d;
    padding: 0.5vw 2.5vw 1.2vw 2.5vw;
    text-align: center;
}

.hp_about .hp_about_number {
    font-family: 'Barlow', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_about .hp_about_number span {
    font-size: 35px;
}

.hp_about .hp_small_title {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_about_box2 {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 2vw;
}

.hp_about .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_about .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #ee4d2d;
}

.hp_about .hp_keyword {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0vw 1vw 0.5vw 0vw;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #ee4d2d;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #1e4f73;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_aboutViewMore:active {
    transform: scale(0.85);
}

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

.n_aboutViewMore::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%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 11px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_about_left {
        padding: 4vw 0vw 2vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 0vw 0vw 0.5vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_about_number {
        font-family: 'Barlow', sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        top: 28px;
        left: 30px;
        width: 20%;
        height: 20%;
        background-image: url(https://cdn1.npcdn.net/img/1776221156c_decoration.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_about_img {
        width: 110%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: -2vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
        margin-top: 3vw;
    }
    
    .hp_about {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1776218563c_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about_left {
        padding: 0vw 4vw 2vw 4vw;
    }
    
    .hp_about_box2 {
        display: block;
        gap: 6px;
        align-items: flex-end;
        margin-bottom: 2vw;
    }
    
    .hp_about_text {
        display: block;
        gap: 10px;
        background-color: #ee4d2d;
        padding: 2vw 2.5vw 4vw 2.5vw;
        text-align: center;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 2vw;
        margin-bottom: 0vw;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 10px;
        width: 20%;
        height: 20%;
        background-image: url(https://cdn1.npcdn.net/img/1776221156c_decoration.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_products*/

.index_wrapper_4 {
    position: relative;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 83%;
    background-image: url(https://cdn1.npcdn.net/img/1776224859d_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_products {
    padding: 8vw 7.5vw 3vw 7.5vw;
    position: relative;
}

.hp_products .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_products .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #ee4d2d;
}

.hp_products .hp_keyword {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 1vw 1vw 0.5vw 4vw;
}

.n_productViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #ee4d2d;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #1e4f73;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_productViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_productViewMore:active {
    transform: scale(0.85);
}

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

.n_productViewMore::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%;
  }
}

.n_productViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 11px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*products*/

.productSlider-1 {
    padding: 0vw 7.5vw 0vw 7.5vw;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.productSlider-1 .slick-track .slick-slide:hover {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box {
    margin: 15px;
    border: 0px solid transparent;
    background-color: white;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #ee4d2d;
    font-weight: 600 !important;
}

@media screen and (max-width: 1300.5px){
    .hp_products .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_productViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_products .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1vw 1vw 0.5vw 4vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_products .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_productViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 5vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .hp_products br {
        display: none;
    }
    
    .n_productViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .hp_products .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 3vw 1vw 0vw 0vw;
    }
    
    .hp_products .hp_keyword br {
        display: none;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 0vw 5vw;
    }
}

@media screen and (max-width: 426px) {
    .n_productViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .hp_products .hp_big_title br {
        display: none;
    }
    
    .hp_products br {
        display: none;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 7vw 0vw 2vw 0vw;
    position: relative;
}

.hp_brands::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -125px;
    width: 60%;
    height: 80%;
    background-image: url(https://cdn1.npcdn.net/img/1776239308e_decoration.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.hp_brands .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_brands .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #ee4d2d;
}

.hp_brands .hp_keyword {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 1vw 1vw 0vw 4vw;
}

.imageMarquee {
    height: 190px;
    background-image: url('https://cdn1.npcdn.net/img/1776225821e_logo.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: imageMovement 30s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -1976px;
    }
}

@media screen and (max-width: 1300.5px){
    .hp_brands .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_brands .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1vw 1vw 0vw 4vw;
    }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_brands::after {
        content: "";
        position: absolute;
        top: -48px;
        right: -40px;
        width: 38%;
        height: 38%;
        background-image: url(https://cdn1.npcdn.net/img/1776239308e_decoration.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
}

/*hp_newsImg*/

.hp_newsImg {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
}

.hp_news_img {
    width: 103%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
}

/*hp_news*/

.index_wrapper_6 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1776237272f_g_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 9vw 7.5vw 9vw 7.5vw;
}

.hp_news {
    padding: 2vw 0vw 1vw 2vw;
    position: relative;
    /* margin-left: -1vw; */
}

.hp_news .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_news .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #ee4d2d;
}

/*news*/

#main_index .hp_latest_new {
    padding: 2vw 0vw 0vw 3vw;
}

#main_index .hp_latest_new b {
    font-weight: bolder;
    font-size: 20px;
    font-weight: 500;
}

#main_index .hp_latest_new .news_box .read_more {
    background-color: black;
    color: white;
    border-left: 5px solid #ee1a23;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: auto;
    width: 100px;
    display: none;
}

#main_index .hp_latest_new .news_box .row {
    display: flex;
    flex-direction: row-reverse;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 100%;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
}

#main_index .hp_latest_new .fa-clock:before {
    content: "\f017";
    color: #ee4d2d;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 60px !important;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 1300.5px){
    .hp_news .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_latest_new b {
        font-weight: bolder;
        font-size: 18px;
        font-weight: 500;
    }
    
    .hp_news {
        padding: 0vw 0vw 1vw 2vw;
        position: relative;
        /* margin-left: -1vw; */
    }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .index_wrapper_6 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1776237272f_g_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        padding: 7vw 5vw 6vw 5vw;
    }
    
    .hp_news {
        padding: 3vw 0vw 1vw 0vw;
        position: relative;
        /* margin-left: -1vw; */
    }
    
    #main_index .hp_latest_new .news_box .date {
        opacity: 1;
        font-size: 100%;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 426px) {
    .hp_news .hp_big_title br {
        display: none;
    }
    
    .hp_news br {
        display: none;
    }
}

/*hp_buy*/

.hp_buy {
    padding: 7vw 0vw 8vw 0vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1776222606g_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin: 0 auto;
    width: 83%;
}

.hp_buy .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_buy .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #fff;
}

.hp_buy .hp_keyword {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 1.5vw;
    margin-bottom: 0;
    line-height: 1.6;
}

.buy_button {
    display: flex;
    justify-content: center;
}

.n_buyViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #ee4d2d;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_buyViewMore:hover {
    color: #fff;
    background-color: #1e4f73;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_buyViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_buyViewMore:active {
    transform: scale(0.85);
}

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

.n_buyViewMore::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%;
  }
}

.n_buyViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 11px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_buyViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_buy .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_buy .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-top: 1.5vw;
        margin-bottom: 0;
        line-height: 1.6;
    }
    
    .n_buyViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_buyViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_buyViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 426px) {
    .n_buyViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #ee4d2d;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 9vw 5vw 2.5vw 5vw;
    position: relative;
}

.contactContent {
    padding: 3vw 3.5vw 3vw 3.5vw;
    position: absolute;
    background-color: #ee4d2d;
    right: 11vw;
}

.hp_contact .hp_big_title {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}

.hp_contact .hp_big_title span {
    font-weight: 800;
    font-style: italic;
    color: #fff;
}

/*contact*/

.hp_contact .contactConntent {
    padding: 1vw 0vw 0vw 2vw;
}

.hp_contact .contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.hp_contact .contact-icon {
    width: 60px;
    height: 60px;
    background: transparent;
    /*margin-right: 15px;*/
    padding: 12px; 
    display: flex;
    align-items: center;
    justify-content: center;
     object-fit: contain; 
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hp_contact .contact-icon img {
    width: 25px;     
    height: auto;
}

.hp_contact .icon-circle {
    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hp_contact .contact-phone {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hp_contact .contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

.hp_contact .contact-info {
    display: block;
    grid-template-columns: 85px auto;
    column-gap: 10px;
    row-gap: 20px;
    margin-left: 20px;
}

.hp_contact .contact-title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.hp_contact .contact-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.hp_contact .contact-info p a {
    display: inline; 
}

.hp_contact .contact-info p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0;
    display: contents;
    line-height: 1.6;
}

.map-container {
    margin-bottom: -5px;
}

.n_contactViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 0px;
    margin-top: 3vw;
    position: relative;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_contactViewMore::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 42%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.n_contactViewMore:hover::after {
    width: 0%;
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    overflow: hidden;
}

.n_contactViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .n_contactViewMore::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 53%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 63%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .contactContent {
        padding: 6vw 8vw 6vw 8vw;
        position: relative;
        background-color: #ee4d2d;
        right: 0vw;
    }
    
    .hp_contact {
        padding: 7vw 0vw 0vw 0vw;
        position: relative;
    }
    
    .hp_contact .contact-icon {
        width: 50px;
        height: 50px;
        background: transparent;
        /* margin-right: 15px; */
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .n_contactViewMore::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 48%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

@media screen and (max-width: 426px) {
    .n_contactViewMore::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 57%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }
}

/*footer*/

.footer_type6 {
    background-color: #eeeeee;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer_type6 a {
    color: #000;
    text-decoration: none;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    margin-bottom: 15px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #000;
    padding-right: 40px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    color: #ee4d2d;
    z-index: 10;
    padding: 15px;
}

.footer_type6 .title h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #ee4d2d;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
}

.footer_type6 .title {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type6 .fa-facebook-f::before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background: #ee4d2d;
    border-radius: 50%;
}

.footer_type6 .fa-tiktok:before {
    content: "\e07b";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background: #ee4d2d;
    border-radius: 50%;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 24rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .index_wrapper_2 .item>img {
        min-height: 24rem !important;
        object-fit: cover;
        object-position: 65% 50%;
    }
}

