@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.cdnfonts.com/css/avenir-lt-pro');

body > br {
    display: none;
}

body {
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px !important;
}


#main_videosbycat .video-2 .media_row{
    padding-top: 450%;
}

.video-2 .video_box:hover img{
    transform: scale(1.1);
}

.video-2 .video_box .video_info h3{
    font-size: 20px;
}

#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 {
    height: 90px;
    border-bottom: 1px solid rgb(0,0,0,0.15);
    padding: 0 8%;
    background-color: #4c4c4c;
}

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

.dark_nav {
    background-color: rgb(76, 76, 76, 0.9) !important;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 0;
  object-position: left;
  height: 140%;
  top: -20%;
  transition: all 0.3s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    height: 130%;
  top: -20%;
}

.navbar_type8 .logo {
    margin-left: 0;
  overflow: visible;
}

.navbar_type8 .nav_tab {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 7vw;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 14.5px;
  letter-spacing: .5px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.navbar_type8 .nav_tab .nav_item {
    margin: 0;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.custom_nav_search {
    display: flex;
  align-items: center;
  margin-left: 5vw;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.nav_search input {
    background: #fff;
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    font-size: 19px;
    cursor: pointer;
    transition: all .43s ease-in-out;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.boxSearch {
    display: none;
    position: absolute;
  top: 100px;
  right: 310px;
  z-index: 1;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}

/*footer*/
.footer_type12 {
  background-color: #000;
  color: white;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
  background: #96080c;
  border-radius: 15px;
  padding: 20px 4rem !important;
  margin: 0 0 35px !important;
}

.footer_type12 .title h6 {
    font-size: 16px !important;
}

.footer_type12 .title {
    min-height: unset;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child h6 {
    font-size: 1.8vw !important;
  text-transform: uppercase;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title {
    margin-bottom: 0;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .col-12.col-md-6:first-child {
    display: flex;
  align-items: center;
}

.footer_type12 .input-container input, .footer_type12 .input-container label {
    color: #000;
}

.footer_type12 .input-container input {
    caret-color: #000;
  background-color: #fff;
}

.footer_type12 .input-container .submit {
    background-color: #000;
  border: 1px solid #000;
}

.footer_type12 .input-container input::placeholder {
    color: #999;
}

.footer_type12 .line {
    background-color: rgb(255, 255, 255);
}

/*homepage banner*/

.customVideo {
position: relative;
}
/*.videoPlay {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    bottom: 1.5rem;*/
/*    right: 4rem;*/
/*}*/
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

/*.videoMute {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    bottom: 1.5rem;*/
/*    right: 1.5rem;*/
/*}*/
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}


@media only screen and (max-width: 768px) {
.videoPlay {
    bottom: 1rem;
    right: 3.5rem;
}
.videoMute {
    bottom: 1rem;
    right: 1rem;
}
}

.customVideo_button {
  position: absolute;
  right: 4%;
  bottom: 5%;
  display: flex;
  flex-direction: row-reverse;
  z-index: 6;
  gap: 10px;
}

.video_group {
    position: relative;
}

@media (min-width: 991px) {
    .slider_banner {
        margin-top: -90px;
    }
}

/*homepage about*/
.hp_about_box {
    position: relative;
}

.hp_about_title {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2vw;
  font-weight: 800;
  color: #feb041;
  padding-top: 4vw;
  font-family: 'Avenir LT Pro', sans-serif;
}

/*homepage services*/
.hp_services {
    padding: 7rem 8%;
}

.hp_big_title {
    font-size: 2vw;
  font-weight: 800;
  color: #000;
  font-family: 'Avenir LT Pro', sans-serif;
  margin-bottom: 15px;
}

.hp_services_top_box {
    margin-bottom: 3.5rem;
}

.hp_services_icon img {
    max-width: 140px;
}

.hp_services_bottom_box {
  display: flex;
  gap: 4rem 1.5rem;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.hp_services_point {
  flex: 0 1 calc((100% / 5) - 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

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

.hp_services_point:hover .hp_services_icon img {
    animation: 1s swing;
}

.hp_services_title {
    font-size: 1.1vw;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.hp_services_title a, .hp_services_title a:hover {
    color: #000;
}

/*homepage portfolio*/
#main_index .index_wrapper_5 {
    padding: 0 8% 7rem;
}

.hp_portfolio_top_box {
    margin-bottom: 2.5rem;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
  padding: 0;
}

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

#main_index .hp_photoGallerySliderWithTitle .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySliderWithTitle .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 74%;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    font-size: 14px;
  width: 70%;
  margin: 15px auto 0;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-arrow {
    z-index: 5;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-prev::before,
#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-next::before {
    text-shadow: none;
    color: #ccc;
    opacity: 1;
    font-size: 25px;
}

#main_index .ex_videoSlide .slick-arrow {
    width: 20px;
    height: 20px;
    top: 41%;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
    font-weight: 700;
    margin-bottom: auto;
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item {
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

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

/*homepage news*/
#main_index .index_wrapper_6 {
    padding: 7rem 8%;
  background-color: #7f7f7f;
}

.hp_news .hp_big_title {
    color: #fff;
}

.hp_news_top_box {
    margin-bottom: 2.5rem;
}

.latest_new_type4 .news_box {
    padding: 10px 15px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

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

#main_index .latest_new_type4 .news_box p {
    color: #fff;
  font-size: 15px;
}

#main_index .latest_new_type4 .news_box .date {
    display: none;
}

#main_index .latest_new_type4 {
  margin-bottom: 0;
}

#main_index .latest_new_type4 .row:nth-child(2) {
    display: none;
}

/*homepage client*/
.hp_client {
    padding: 6rem 5%;
}

.hp_client_bottom_box {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hp_client_point {
    transition: all 0.2s ease-in-out;
}

.hp_client_point img {
    max-width: 140px;
}

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

/*homepage contact*/
.hp_contact {
    padding: 0 8% 1rem;
    position: relative;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: #000;
}

.hp_contact_box {
    padding: 7rem 6rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26719/image/connect_with-us.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.hp_contact .hp_big_title {
    margin-bottom: 10px;
  color: #fff;
}

.hp_contact_keyword {
    font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.hp_contact_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.hp_button {
    background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 30px;
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}

.hp_button span {
    width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  transition: all 0.4s ease-in-out;
}

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

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

.hp_button:hover span {
    transform: translateX(5px);
}

/*other pages*/
.category_list_type4 .category_box p {
    display: none;
}

.latest_new_type4 .news_box > a > p:nth-child(3) {
    display: none;
}

#main_latestnews .latestnews_wrapper_4 .latest_new_detail .col-md-4.col-12 {
    display: none;
}

#main_latestnews .latestnews_wrapper_4 .latest_new_detail .latestnews_subimg_item:nth-child(n+5) {
  display: block;
}

#main_latestnews .latestnews_wrapper_4 .latest_new_detail .latestnews_subimg_wrapper {
    height: auto;
    flex-wrap: wrap;
}

#main_latestnews .latestnews_wrapper_4 .latest_new_detail .latestnews_subimg_item {
    width: 50%;
}

@media (min-width: 768px) {
  #main_latestnews .latestnews_wrapper_4 .latest_new_detail .col-md-8.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#main_photoalbum .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    padding: 0 15px !important;
}

#main_photoalbum .gallerycategory .img_frame {
    border-radius: 15px;
}

#main_photoalbum #photoalbum_3 {
    padding: 0;
}

@media (min-width: 992px) {
    #main_photoalbum .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0  {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/*homepage responsive*/

@media (max-width: 1200px) {
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
    }
    .custom_nav_search {
        margin-left: 2vw;
    }
    .navbar_type8 .nav_tab .nav_item a {
        padding: 12px;
        font-size: 13.5px;
    }
    .hp_about_title {
        font-size: 20px;
        padding-top: 3vw;
    }
    .hp_services {
      padding: 4rem 15px;
    }
    .hp_big_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .hp_services_icon img {
      max-width: 120px;
    }
    .hp_services_title {
        font-size: 14px;
    }
    .hp_services_bottom1, .hp_services_bottom2 {
        gap: 20px;
    }
    .hp_services_bottom_box {
        gap: 3rem 1.5rem;
        width: 100%;
    }
    .hp_services_top_box {
      margin-bottom: 2rem;
    }
    #main_index .index_wrapper_5 {
      padding: 0 15px 4rem;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        font-size: 13px;
        width: 100%;
    }
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_portfolio_top_box, .hp_news_top_box {
      margin-bottom: 1.5rem;
    }
    .latest_new_type4 .news_box .img_frame {
        height: 230px;
    }
    .hp_client {
      padding: 4rem 15px;
    }
    .hp_client_bottom_box {
        gap: 0 10px;
    }
    .hp_client_point img {
        max-width: 120px;
    }
    .hp_contact {
        padding: 0 15px 1rem;
    }
    .hp_contact_keyword {
        font-size: 14px;
    }
    .hp_contact_button {
        margin-top: 20px;
    }
    .hp_contact_box {
        padding: 5rem 4rem;
    }
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child h6 {
        font-size: 22px !important;
    }
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
        padding: 20px !important;
    }
}

.navbar_mobile .logo_img {
    transform: scale(1.4) translateY(-5px);
}

.side_menu {
    background-color: #96080c;
}

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

@media (max-width: 991px) {
    .hp_client_point {
        flex: 0 1 calc((100% / 6) - 10px);
    }
    .hp_contact_box {
        padding: 5rem 3rem;
    }
    .hp_contact_keyword {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .hp_about_box img {
        min-height: 150px;
      object-fit: cover;
      object-position: 75% 50%;
    }
    .hp_services_bottom_box {
        gap: 30px 15px;
    }
    .hp_services_bottom {
        padding: 0;
    }
    .hp_services_icon img {
        max-width: 100%;
        width: 100%;
    }
    .hp_services_point {
        flex: 0 1 calc((100% / 3) - 15px);
    }
    .hp_client_point img {
        max-width: 90px;
    }
    .hp_contact_box {
        padding: 4rem 2rem;
        background-position: 70% 50%;
    }
    .hp_contact .hp_big_title {
        width: 50%;
    }
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .col-12.col-md-6:first-child {
        justify-content: center;
        margin-bottom: 15px;
    }
}

/**contact us**/
.ws_contact .contact_map{
    display: none;
}