

.header_nav_li {
  padding-right: 50px;
}
.header-area {
  box-shadow: 3px 4px 40px 0px 
		rgba(182, 182, 182, 0.2);
    position: relative;
}
.header-area .nav-item {
  height: 55px;
  margin-top: 25px;
}

.header_navbar_a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	
	color: #333333;
}
.header > nav {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-point {
  width: 10px;
  margin-right: 9px;
  font-size: 26px !important;
  color: #555555;
}
.product-detail-title .sp_wp {
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #333333;
  padding-left: 8px;
}
.header-area .product .title {
  color: #666666;
  margin-right: 10px;
  line-height: 30px;
  font-size: 16px;
}
.header-area .product {
  padding-left: 20px;
}
.product:hover {
  background-color: #f7f7f7;
	border-radius: 10px;
}

.product-detail-title {
  margin-bottom: 10px;
  margin-top: 55px;
  padding-left: 10px;
}

.dropdown_toggle::after {
  content:'';
  background: url(/assets/img/icon/nav_down.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left:10px;
}
.dropdown_toggle:hover::after {
  background: url(/assets/img/icon/nav_up.png) no-repeat center;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.online_store {
  background: url(/assets/img/icon/nav_buy.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 16px;
}
.header_nav_li:hover .dropdown_toggle::after{
  background: url(/assets/img/icon/nav_up.png) no-repeat center;
}
.footer_based ul li {
  padding-right: 17px;
}
.footer_based_p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	
	color: #888888;
  padding-top: 36px;
  padding-bottom: 38px;
  padding-right: 86px;
}
.footer-nav {
  background-color: #f4f4f4;
}
.icon-facebook {
  background: url(/assets/img/icon/facebook.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.icon-facebook:hover{
  background: url(/assets/img/icon/facebook_hover.png) no-repeat center;
}
.icon-twitter {
  background: url(/assets/img/icon/twitter.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.icon-twitter:hover{
  background: url(/assets/img/icon/twitter_hover.png) no-repeat center;
}
.icon-youtube {
  background: url(/assets/img/icon/youtube.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.icon-youtube:hover{
  background: url(/assets/img/icon/youtube_hover.png) no-repeat center;
}

.import-link li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	
	color: #888888;
}

.import-link li a:hover {
  color: #49d296;
}

.footer-area .col-lg-3 {
  padding: 0;
}
.footer_bor {
  border-bottom: #ebebeb 1px solid;
  padding-bottom: 90px;
  padding-top: 75px;
}
.single-footer-widget h4 {
  padding-bottom: 20px;
  font-size:20px;
}
.copy-right-area {
  padding: 32px 0;
}
.copy-right-area p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	
	color: #888888;
}
.copy-right-area a {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	
	color: #888888;
}
.footer_box_row p {
  font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	color: #000;
  padding-top: 20px;
}
.body-boxs {
  padding: 40px 0;
}

.dropdown_dip .dropdown-menu {
  left: 0;
  top: 80px;
  box-shadow: 0px 4px 4px 0px 
  rgba(0, 0, 0, 0.12);
  border: #ebebeb 1px solid;
  width: 100%;
  border-radius: 0;
  padding-bottom: 80px;
}
.nav-link-detail-1 {
  height: 100%;
  width: 330px;
} 
.dropdown_dip {
  position: static;
}

.artDet-title {
  margin-top: 20px;
  padding: 0 115px;
  position: relative;
}
.artDet_title_box {
  padding-left: 6px;
}
.artDet-top-nav {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	
	color: #888888;
}
.artDet_top_green {
  color: #49d296;
}
/* .nav-item:hover .nav-link-detail{
  display: block !important;
} */
 
.bi_list {
  background: url(/assets/img/icon/list.svg) no-repeat center;
  display: inline-block;
  background-size: 100%;
	width: 24px;
	height: 19px;
}
.bi_close {
  background: url(/assets/img/icon/x-lg.svg) no-repeat center;
  display: inline-block;
  background-size: 100%;
	width: 20px;
	height: 19px;
}


/* header footer black */
.header_navbar_a_black {
  color: #fff;
}

.header_area_black, .footer_black, .copy_right_area_black {
  background-color: #0f0e1f;
}

.footer_bor_black {
  border-bottom: #262537 1px solid;
}
.footer_bor_black h4 {
  color: #fff;
}
.footer_based_p_black, .import_link_black li a{
  color: #7c8689;
}

.copy_right_area_black p, .copy_right_area_black a {
  color: #7c8689;
}
.dropdown_toggle_black::after {
  background: url(/assets/img/icon/nav_down_dark.png) no-repeat center;
}

/* header footer black */

/* 404page */
.page_not {
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 46px;
	
	color: #333333;
  padding: 26px;
}
.page_not_p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	
	color: #888888;
  width: 476px;
  text-align: center;
  margin-bottom: 40px;
}
.go_home_btn {
  width: 200px;
	height: 50px;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
  line-height: 18px;
}
.page_not_found {
  padding-top: 120px;
  margin-bottom: 160px;
}
/* 404page */
.mobile-nav {
  display: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }

}

@media (max-width: 1200px) {
  .header_nav_li {
    padding-right: 20px;
  }
}
 
@media (max-width: 1024px) {
  .page_not_p {
    width: 90%;
    font-size: 16px;
  }
  .page_not {
    text-align: center;
    font-size: 28px;
  }
  .go_home_btn {
    font-size: 20px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile_nav {
    padding: 0 22px;
  }
  .mobile_ul {
    width: 100%;
  }
  .mobile_ul li{
    width: 100%;
    border-top: 1px solid #e6e9ec;
    margin-top: 0 !important;
    padding: 15px 0;
    height: 100% !important;
  }

  .products_icon {
    content:'';
    background: url(/assets/img/icon/nav_down.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    width: 10px;
    height: 10px;
  }
  .products_a:hover .products_icon {
    background: url(/assets/img/icon/nav_up.png) no-repeat center;
  }
  .language_a:hover .products_icon {
    background: url(/assets/img/icon/nav_up.png) no-repeat center;
  }
  .nav-link-detail-1 {
    padding-left: 20px;
  }
  .product-detail-title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .product-detail-title .sp_wp {
    font-size: 20px;

  }
  .header-area .product .title {
    font-size: 14px;
  }
  .store_btn {
    width: 100%;
    border-top: 1px solid #e6e9ec;
    border-bottom: 1px solid #e6e9ec;
    padding: 20px 0;
  }
  .language_a {
    border-bottom: 1px solid #e6e9ec;
    padding-bottom: 20px;
  }
  .language_mobile {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #e6e9ec;
  }
  .language_mobile_menu {
    padding-left: 20px;
  }
  .language_mobile_menu li {
    padding: 10px 0;
  }
  .mobile_main, .products_list, .language_mobile_menu{
    display: none;
  }
  .mobile_logo {
    padding: 10px 0;
  }


  .video_tools, .footer_box_row, .footer_conter {
    flex-flow: column nowrap;
  }
  .copy_right_a {
    flex-flow: column-reverse;
    text-align: center;
  }
  .copy_right_a>* {
    width: 100%;
  }
  .footer_conter>* {
    margin-bottom: 51px;
    padding: 0;
  }
  .footer_box_row>* {
    margin-top: 38px;
  }
  .footer_based_p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .single-footer-widget h4 {
    padding-bottom: 0;
  }

}


@media (max-width: 768px) {
  #carouselExample .row-cols-2 {
    flex-flow: column nowrap;
  }
  #carouselExample .row-cols-2>* {
    width: 100%;
    margin-top: 20px;
  }
  .home_title {
    font-size: 36px !important;
    margin-top: 0 !important;
  }
}


@media (max-width: 650px) {
  .carousel_btn {
    flex-flow: column nowrap;
  }
  .carousel_btn>* {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .carousel_btn .default-btn-blue {
    margin-right: 0;
  }
  #carouselExampleCaptions .carousel-caption {
    top: 20%;
  }
  .footer_conter {
    padding: 0 20px;
  }
  .copy-right-area a {
    font-size: 10px;
  }
  .pdf_tools {
    padding-bottom: 80px;
  }
}


@media (max-width: 580px) {
  .copy-right-area a {
    line-height: 0;
  }
}

