

body > br{
    display: none;
}

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

#top_spacing {
  background-color: #000;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
}

.navbar_type8 {
    background-color: #000;
}


.navbar_type8 .logo img {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 100%;
    padding: 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    justify-content: flex-start;
    /*background-image: linear-gradient(to right,transparent 15px, #4e7ae1 15px, #4e7ae1 107.86px, transparent 107.86px);*/
}

/*.navbar_type8 .nav_tab .nav_item:first-child>a {*/
/*    color: #ffffff;*/
/*}*/

.navbar_type8 .nav_tab .nav_item>a {
    color: #ffc30f;
    padding: 15px 1.2vw;
    font-weight: 700;
    font-size: 0.95vw;
}

:lang(ms) .navbar_type8 .nav_tab .nav_item > a {
  padding:15px 10px;
}

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

.dark_nav {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar_mobile {
  flex-basis: auto;
  background-color: rgba(0, 0, 0, 0.9);
  width: auto;
  color: #ffc30f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px;
}

@media screen and (max-width: 1199.98px) {
    .navbar_type8 .nav_tab .nav_item>a {
        padding: 15px 9px;
        font-size: 0.85rem;
    }
    
    /*.navbar_type8 .nav_tab {*/
    /*    background-image: linear-gradient(to right,transparent 15px, #4e7ae1 15px, #4e7ae1 73.48px, transparent 73.48px);*/
    /*}*/
}

.footer_type6 {
    background-color: #141c27;
}

.footer_type6 .logo.title {
    min-height: 50px;
}

.footer_type6 .logo.title img {
    max-height: 50px;
}

/*banner*/
.sec_banner_ebox {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}



/*top space*/
.bgTopNav {
    background-image: url('https://cdn1.npcdn.net/img/1718096125top_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.secTopNav_email_box,
.secTopNav_tel_box {
    display: flex;
    align-items: center;
}

.secTopNav_tel_box {
    margin-left: 3vw;
}

.secTopNav_imgx {
    max-width: 2vw;
    height: auto;
}

.secTopNav_email,
.secTopNav_tel {
    margin-left: .5vw;
}

.secTopNav_email>a,
.secTopNav_tel>a {
    font-size: 1vw;
    font-weight: 200;
    color: #ffffff;
    text-decoration: none;
}
.secTopNav_ctrl_width {
    max-width: 61vw;
    margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
    .secTopNav_box {
        flex-wrap: wrap;
    }
    .sec_banner_ebox {
        width: 80% !important;
        bottom: 20% !important;
    }
    .slider_banner .item > img{
        height: 250px !important;
        object-fit: cover;
    }
    .slider_banner{
        height: 250px !important;
    }
}


/*sec1*/
.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec1_top_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #ffc30f;
}

.sec1_top_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background-color: #ffc30f;
    margin-top: 10px;
}

.sec1_bottom_left_ebox,
.sec1_bottom_right_ebox {
    margin-top: 30px;
}

.sec1_bottom_left_box {
    position: relative;
}

.sec1_bottom_left_content_box {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_left_content_title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 1em;
}

.sec1_bottom_left_content_text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
    color: #d1d5d7;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sec1_bottom_left_content_imgx {
    margin-top: 40px;
}

.sec1_bottom_right_bottom_ebox {
    margin-top: 15px;
}

.sec1_bottom_right_top_box,
.sec1_bottom_right_bottom_box {
    position: relative;
}

.sec1_bottom_right_top_content_box,
.sec1_bottom_right_bottom_content_box {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_bottom_right_top_content_imgx,
.sec1_bottom_right_bottom_content_imgx {
    max-width: 80%;
    margin: 10px auto 20px;
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

.sec1_btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    position: relative;
}

.sec1_btnRead span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.sec1_btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.sec1_btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.sec1_btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffc30f;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.sec1_btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (min-width: 992px) {
    .sec1_ctrl_width {
        padding-left: 15px;
        /* padding-right: 15px; */
    }
    .sec1_bottom_left_ebox {
        flex: 0 0 29.1666%;
        max-width: 29.1666%;
        /* flex: 0 0 27.0833%;
        max-width: 27.0833%; */
        padding-left: 0;
        padding-right: 15px;
    }
    .sec1_bottom_right_ebox {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        /* flex: 0 0 22.9166%;
        max-width: 22.9166%; */
        padding-left: 0;
        padding-right: 15px;
    }
    .sec1_bottom_left_imgx>img {
        height: 475px;
        width: 100%;
    }
    .sec1_bottom_right_top_imgx>img,
    .sec1_bottom_right_bottom_imgx>img {
        height: 230px;
        width: 100%;
        margin: cover
    }
}

@media screen and (min-width: 1200px) {
    .sec1_bottom_left_imgx>img {
        height: 611px;
        width: 100%;
    }
    .sec1_bottom_right_top_imgx>img,
    .sec1_bottom_right_bottom_imgx>img {
        height: 298px;
        width: 100%;
        margin: cover;
    }
}

@media screen and (max-width: 991.98px) {
    .sec1_top_title::after {
        margin: 10px auto 0;
    }
    .sec1_bottom_right_ebox {
        margin-top: 15px;
    }
}

@media screen and (max-width: 426px) {
    .sec1_top_title {
        font-size: 28px;
    }
    .sec1_bottom_left_content_title {
        font-size: 24px;
    }
    .sec1_bottom_left_content_imgx {
        margin-top: 20px;
    }
    .sec1_bottom_right_top_content_imgx,
    .sec1_bottom_right_bottom_content_imgx {
        max-width: 75%;
    }
}



/*sec2*/
.bgSec2 {
    background-image: url('https://cdn1.npcdn.net/img/1718096159content_bg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 2rem;
}

.sec2_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #ffc30f;
}

.sec2_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background-color: #ffffff;
    margin-top: 10px;
}

.sec2_keyword_title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 25px;
}

.sec2_keyword {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 200;
    color: #d1d5d7;
    margin-bottom: 30px;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    position: relative;
}

.btnRead span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffc30f;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (min-width: 992px) {
    .sec2_keyword_title {
        max-width: 65%;
    }
    .sec2_keyword {
        max-width: 90%;
    }
}

@media screen and (max-width: 426px) {
    .sec2_title {
        font-size: 28px;
    }
    .sec2_keyword_title {
        font-size: 20px;
    }
}



/*sec3*/
.bgSec3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sec3_top_title {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    background-color: #ffc30f;
    padding: 5px 30px;
}

.sec3_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 119px;
    background-image: url('https://cdn1.npcdn.net/img/1621849822brandslogo.jpg');
    animation: imageMovement 40s linear infinite;
}

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

@media screen and (max-width: 426px) {
    .sec3_top_title {
        font-size: 26px;
    }
}


/*sec4*/
.bgSec4 {
    background-image: url('https://cdn1.npcdn.net/img/1718096172content_bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.sec4_top_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #ffc30f;
}

.sec4_top_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background-color: #ffffff;
    margin-top: 10px;
}

.sec4_top_text {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 60px;
}

.sec4_bottom_imgx>img {
    transition: transform .5s;
}

.sec4_bottom_imgx>img:hover {
    transform: translateY(-5%);
}

.sec4_bottom_text {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .sec4_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
    .sec4_bottom_imgx {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec4_top_text {
        margin-bottom: 30px;
    }
    .sec4_bottom_ebox:nth-child(1n+3) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 426px) {
    .sec4_top_title {
        font-size: 28px;
    }
    .sec4_top_text {
        font-size: 20px;
    }
    .sec4_bottom_text {
        font-size: 18px;
        margin-top: 10px;
    }
}

/*sec5*/
.ex_hp_googleReviewDefault {
  width: 80%;
  margin:0 auto;
}

.floating_btn_bottom {
  background-color: #000;
}

.floating_btn_bottom_wrapper > li > a > i {
  font-size: 22px;
  line-height: 1;
  color: #ffc30f;
}