@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');


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

@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:90vw!important;
    object-fit:cover;
}

}

/*Nav*/

.navbar_type8 {
    
    height: 100px;
   
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px 1vw;
    font-size: 15px;
   
}

.navbar_type8 .logo img {
  
    width: 200px;
    
    padding: 0;
}

.navbar_type8 .logo {
    flex: 0 1 18%;
    margin-left: 80px;
}

.navbar_type8 .nav_tab {
    flex: 0 1 82%;
    padding-left: 0;
    padding-right: 45px;
    
}

.navbar_type8 .nav_tab .nav_item {
   
    
    border-right: 2px solid #000;
   
}

.navbar_type8 .nav_tab .nav_item:nth-child(9) {
   
    
    border-right: 0;
   
}

.dark_nav {
    background-color: #fff !important;
   
}

.navbar_mobile .logo_img {
   
    transform: scale(1.25);
}

@media screen and (max-width: 1330px){
.navbar_type8 .nav_tab .nav_item a {
  
    padding: 15px 0.65vw;
    font-size: 15px;
}

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item a {
   
    padding: 15px 0.5vw;
    font-size: 13.5px;
}

.navbar_type8 .logo img {
    width: 163px;
  
}

.navbar_type8 .nav_tab {

    padding-right: 30px;
}

.navbar_type8 .logo {

    margin-left: 45px;
}

}


/*Banner*/

.hp_banner {
    padding-top: 18%;
    padding-left: 4%;
}

.hp_banner_title {
    color: #4c4c4c;
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2%;
    position: relative;
    text-transform: uppercase;
}

.hp_banner_title:before {
    position: absolute;
    content: "";
    background-color: #000;
    bottom: -15%;
    left: 0;
    width: 31vw;
    height: 1.5px;
}

.hp_banner_desc {
    color: #4c4c4c;
    font-size: 1.46vw;
    font-weight: 700;
    margin-bottom: 3%;
    
}

.hp_banner2_title {
    color: #fff;
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2%;
    position: relative;
    text-transform: uppercase;
}

.hp_banner2_title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    bottom: -15%;
    left: 0;
    width: 31vw;
    height: 1.5px;
}

.hp_banner2_desc {
    color: #fff;
    font-size: 1.46vw;
    font-weight: 700;
    margin-bottom: 3%;
    
}


.hp_banner_link {
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
    font-size: 0.9vw;
    font-weight: 500;
    padding: 0.7vw 4.75vw;
    border-radius: 1.5vw;
    transition: 0.3s;
}

.hp_banner_link:hover {
    color: #fff;
    background: #000;
    border: 1px solid #4c4c4c;
   
    text-decoration: none;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
  
    font-size: 3.6vw;
   
}



.hp_banner_desc {
  
    font-size: 1.9vw;
   
    
}

.hp_banner_title:before {
   
    width: 40vw;

}

.hp_banner2_title {
  
    font-size: 3.6vw;
   
}



.hp_banner2_desc {
  
    font-size: 1.9vw;
   
    
}

.hp_banner2_title:before {
   
    width: 40vw;

}

.hp_banner_link {
   
    font-size: 1.4vw;
   
}

}


@media screen and (max-width: 767.5px){
.hp_banner_title {
  
    font-size: 7vw;
    text-align: center;
    margin-bottom: 6%;
    text-shadow: 0px 0px 2px #fff;
   
}



.hp_banner_desc {
  
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6%;
    text-shadow: 0px 0px 2px #fff;
   
    
}

.hp_banner2_title {
  
    font-size: 7vw;
    text-align: center;
    margin-bottom: 6%;
    text-shadow: 0px 0px 2px #000;
   
}

.hp_banner2_title:before {
    width: 60vw;
    right: 0;
    margin: 0 auto;
}

.hp_banner_title:before {
    width: 60vw;
    right: 0;
    margin: 0 auto;
}



.hp_banner2_desc {
  
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6%;
    text-shadow: 0px 0px 2px #000;
   
    
}



.hp_banner_link {
   
    font-size: 3.5vw;
    padding: 1vw 5vw;
   
}

.hp_banner {
    padding: 28% 3%;
    text-align: center;
    
}

}

/*About*/

.hp_about_image {
    width: 100%;
}

.hp_about .row {
    align-items: center;
}

.hp_about {
    padding: 5% 0 5%;
}

.hp_about .col-12.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.hp_about .col-12.col-md-8 {
    padding-left: 4%;
    padding-right: 0;
    position: relative;
}

.hp_about .col-12.col-md-8:before {
    position: absolute;
    content: "ABOUT US";
    letter-spacing: 0.6vw;
    top: 22%;
    right: -9%;
    font-size: 2vw;
    color: #fff;
    background: #4c4c4c;
    padding: 1vw 4.5vw;
    font-weight: 600;
    transform: rotate(-90deg);
}

.hp_about_title {
    color: #4c4c4c;
    font-size: 1.3vw;
    font-weight: 700;
    margin-bottom: 2%;
}

.hp_about_desc1 {
    color: #4c4c4c;
    font-size: 0.95vw;
    line-height: 1.8;
}

.hp_about_desc2 {
    font-family: noto sans sc;
    font-size: 1.1vw;
    line-height: 1.5;
    color: #4c4c4c;
}


@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 1.8vw;
    
}

.hp_about_desc1 {
  
    font-size: 1.39vw;
  
}

.hp_about_desc2 {
   
    font-size: 1.5vw;
    
}

.hp_about .col-12.col-md-8 {
    padding-left: 1%;
    
}

.hp_about .col-12.col-md-8:before {
   
    top: 27%;
    right: -18%;
    font-size: 1vw;
   
    padding: 1vw 8.5vw;
 
}

}


@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 7vw;
    margin-top: 21%;
   
    
}

.hp_about_desc1 {
  
    font-size: 3.7vw;
    
  
}

.hp_about_desc2 {
   
    font-size: 3.7vw;
    
}

.hp_about_desc2 br {
   
    display: none;
    
}

.hp_about .col-12.col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
    
}

.hp_about .col-12.col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.hp_about {
    padding: 12% 3%;
    text-align: center;
}

.hp_about .col-12.col-md-8:before {
    top: 3%;
    right: 0;
    left: 0;
    padding: 2vw 5vw;
    margin: 0 auto;
    font-size: 4vw;
    width: 50%;
    transform: rotate(0deg);
}

}

/*Services*/

.hp_services {
    padding: 3% 6% 6%;
}

.hp_services .row {
    justify-content: center;
    margin-bottom: 1.5%;
}

.hp_services_bob {
    display: flex;
    justify-content: space-between;
    padding: 0 2% 4.5%;
    align-items: center;
}

.hp_services_tbox {
    padding: 0 2%;
}

.hp_services_title {
    color: #143456;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1%;
    position: relative;
}

.hp_services_title:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    top: 5%;
    bottom: 0;
    margin: auto 0;
    left: 16%;
    width: 4vw;
    height: 1.5px;
}

.hp_services_desc {
    font-size: 1.1vw;
    line-height: 1.5;
    color: #4c4c4c;
}

.hp_services_link {
    color: #fff;
    background: #4c4c4c;
    font-size: 1vw;
    font-weight: 600;
    padding: 0.75vw 4.5vw;
    border-radius: 2vw;
    transition: 0.3s;
}

.hp_services_link:hover {
    color: #fff;
    background: #000;
    border: 1px solid #4c4c4c;
   
    text-decoration: none;
}


.hp_services_image {
    width: 100%;
}

.hp_services .col-12.col-md-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.hp_services_box {
    position: relative;
    margin-bottom: 6%;
}

.hp_services_itbox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    background: #4c4c4c;
    width: 85%;
    padding: 3% 3%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp_services_link2 {
    color: #fff;
    transition: 0.3s;
}

.hp_services_link2:hover {
    color: lightgray;
    
    
   
}

.hp_services_item1 {
    font-size: 1.25vw;
    font-weight: 400;
}

.hp_services_item2 {
    font-size: 1.25vw;
    font-weight: 400;
    font-family: noto sans sc;
}


@media screen and (max-width: 1200.5px){
.hp_services_title {
   
    font-size: 2.5vw;
   
}

.hp_services_tbox {
   
    padding: 0;
   
}

.hp_services_desc {
    font-size: 1.37vw;
    
}

.hp_services_bob {

    padding: 0 0% 4.5%;
    
}

.hp_services_link {
   
    font-size: 1.3vw;

    padding: 0.75vw 1vw;

}

.hp_services_item1 {
    font-size: 1.6vw;
   
}

.hp_services_item2 {
    font-size: 1.6vw;
 
}

.hp_services_itbox {
    
    padding: 3% 1%;
    height: 60%;
}

.hp_services_title:before {
    
    left: 19%;
    
}

}


@media screen and (max-width: 767.5px){
.hp_services_title {
   
    font-size: 7vw;
    margin-bottom: 3%;
   
}

.hp_services_title:before {
    
    display: none;
    
}

.hp_services_desc {
    font-size: 3.6vw;
    margin-bottom: 6%;
    
}

.hp_services_box {
   
    margin-bottom: 9%;
}

.hp_services_link {
   
    font-size: 3.5vw;
    padding: 1.5vw 4vw;
    border-radius: 4vw;

}

.hp_services_item1 {
    font-size: 4vw;
   
}

.hp_services_item2 {
    font-size: 4vw;
 
}

.hp_services_itbox {
    
    padding: 3% 3%;
    height: 35%;
}

.hp_services {
    padding: 12% 3%;
    text-align: center;
}

.hp_services_bob {
    padding: 0 0% 5%;
    flex-direction: column;
}

}



/*News*/

.index_wrapper_5 {
    padding: 6% 9% 6%;
    background: #ebebeb;
}

.hp_news_title {
    color: #143456;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1%;
    position: relative;
}

.hp_news_title:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    top: 5%;
    bottom: 0;
    margin: auto 0;
    left: 16%;
    width: 4vw;
    height: 1.5px;
}

.hp_news_desc {
    font-size: 1.1vw;
    line-height: 1.5;
    color: #4c4c4c;
}

#main_index .latest_new_type6 .news_box {
    
    background-color: transparent;
    
}

#main_index .latest_new_type6 .news_box .date {
   
    color: #000;
    font-weight: 700;
}

#main_index .latest_new_type6 .news_box .title {
    
    color: #4c4c4c;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 14px;
   
   
    padding: 4px 10px;
}



@media screen and (max-width: 1200.5px){
.hp_news_title {
  
    font-size: 2.5vw;
 
}

.hp_news_title:before {
    
    left: 20%;
   
}

.hp_news_desc {
    font-size: 1.6vw;
    
}

}


@media screen and (max-width: 767.5px){
.hp_news_title {
  
    font-size: 7vw;
 
}

.hp_news_title:before {
    
    display: none;
   
}

.hp_news_desc {
    font-size: 4vw;
    
}

.index_wrapper_5 {
    padding: 12% 3%;
    text-align: center;
}

}



/*Contact*/

.hp_contact_bob {
    display: flex;
    gap: 1.25vw;
}

.hp_contact {
    padding: 3% 4% 3% 9%;
}

.hp_contact_title {
    color: #143456;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 2.5%;
    position: relative;
}

.hp_contact_title:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    top: 5%;
    bottom: 0;
    margin: auto 0;
    left: 36%;
    width: 4vw;
    height: 1.5px;
}

.hp_contact_desc {
    font-size: 1.1vw;
    line-height: 1.5;
    color: #4c4c4c;
}

.hp_contact .fas.fa-phone-alt {
    font-size: 2.5vw;
    color: #fff;
}

.hp_contact .fas.fa-map-marker-alt {
    font-size: 2.5vw;
    color: #fff;
}

.hp_contact_item1 {
    font-size: 1.3vw;
    font-weight: 700;
    color: #fff;
}

.hp_contact_item2 {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
}

.hp_contact .col-12.col-md-7 {
    margin-top: -2%;
    position: relative;
    padding-left: 6%;
}

.hp_contact .col-12.col-md-7:before {
    position: absolute;
    content: "";
    background-color: #4c4c4c;
    top: 0;
    bottom: 40%;
    margin: auto 0;
    right: -9%;
    width: 110%;
    height: 150%;
    border-radius: 1.5vw 0 0 1.5vw;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title {
   
    font-size: 2.5vw;
    
}

.hp_contact_desc {
    font-size: 1.6vw;
    
}

.hp_contact .fas.fa-phone-alt {
    font-size: 3vw;
   
}

.hp_contact .fas.fa-map-marker-alt {
    font-size: 3vw;

}

.hp_contact_item1 {
    font-size: 1.8vw;
    
}

.hp_contact_item2 {
    font-size: 1.5vw;
    
}

.hp_contact .col-12.col-md-7 {
    
    padding-left: 2%;
    flex: 0 0 70%;
    max-width: 70%;
}

.hp_contact .col-12.col-md-5 {
    
    
    flex: 0 0 30%;
    max-width: 30%;
}

.hp_contact .col-12.col-md-7:before {
   
    bottom: 30%;

    right: -9%;
    width: 110%;
    height: 130%;
 
}

.hp_contact_title:before {
    
    left: 55%;
   
}

.hp_contact {
    padding: 3% 0% 3% 3%;
}

}


@media screen and (max-width: 767.5px){
.hp_contact_title {
   
    font-size: 7vw;
    text-align: center;
    
}

.hp_contact_title:before {
    
    display: none;
   
}

.hp_contact_desc {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 9%;
    
}

.hp_contact .col-12.col-md-7:before {
    bottom: 12%;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3vw;
}

.hp_contact .fas.fa-phone-alt {
    font-size: 10vw;
   
}

.hp_contact .fas.fa-map-marker-alt {
    font-size: 10vw;

}

.hp_contact_item1 {
    font-size: 4.2vw;
    
}

.hp_contact_item2 {
    font-size: 4vw;
    
}

.hp_contact .col-12.col-md-7 {
    
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_contact .col-12.col-md-5 {
    
    
    flex: 0 0 100%;
    max-width: 100%;
}





.hp_contact {
    padding: 12% 3%;
    
}

.hp_contact_bob {
    
    margin-bottom: 6%;
    gap: 3vw;
}

}


/*Footer*/

.footer_type6 {
    background-color: #000;
    padding-top: 0;
   
}

.footer_type6 .input-container input {
   
    border-bottom: 0;
    
}

.footer_type6 .list-unstyled.mb-0 li:nth-child(7) {
    display: none;
}

.footer_type6 .line {
    
    background-color: transparent;
   
}

.footer_type6 .title h5 {
    
    font-size: 17px;
}

.footer_type6 .col-12.col-md-5.mb-1.mb-md-0.p-3 {
    
    flex: 0 0 40%;
    max-width: 40%;
    padding-top: 4rem !important;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    flex: 0 0 23%;
    max-width: 23%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(3) {
    flex: 0 0 22%;
    max-width: 22%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(2) {
    flex: 0 0 15%;
    max-width: 15%;
}

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

.footer_type6 .title {
    min-height: 75px;
 
}

.ft_des_1 {
    font-weight: 700;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(3) .list-unstyled li:nth-child(8) {
    display: none;
}


@media screen and (max-width: 1200.5px){
.footer_type6 .col-12.col-md-5.mb-1.mb-md-0.p-3 {
    
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 4rem !important;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    flex: 0 0 27%;
    max-width: 27%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(3) {
    flex: 0 0 23%;
    max-width: 23%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
}

}


@media screen and (max-width: 767.5px){
.footer_type6 .col-12.col-md-5.mb-1.mb-md-0.p-3 {
    
    flex: 0 0 100%;
    max-width: 100%;
    
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type6 .col-12.col-md-2.mb-1.mb-md-0.p-3:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type6 {
    text-align: center;
    overflow: hidden;
   
}

.footer_type6 .logo img {

    right: 0;
    margin: 0 auto;
}

.footer_type6 .d-flex {
  
    justify-content: center;
}

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

.footer_type6 .title {
    
    justify-content: center;
}

}

/**/

#main_contactus .mb-0 {
    font-size: 17px;
}


