@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/FontAwesome.otf") format("truetype");
}
@font-face {
  font-family: roboto_b;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: arial;
  src: url("../fonts/arial.ttf") format("truetype");
}
@font-face {
  font-family: roboto_mi;
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: umtH;
  src: url("../fonts/UTM HelvetIns.ttf") format("truetype");
}
@font-face {
  font-family: umtH_b;
  src: url("../fonts/UTM HelveBold.ttf") format("truetype");
}
body {
  font-family: roboto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.marginbot26{
  margin-bottom: 26px;
}
.btn_prev_slider, .btn_next_slider {
  position: absolute;
  top: 50%;
  bottom: 50%;
  color: #fff;
  font-size: 68px;
  z-index: 3;
}

.btn_prev_slider {
  left: 8%;
}

.btn_next_slider {
  right: 8%;
}

.menu_mb {
  background: none;
  box-shadow: none;
}

.margin38 {
  margin-top: 38px;
}

.margintop12 {
  margin-top: 12px;
}

.margin18 {
  margin: 18px 0;
}

.col_left_0:first-child {
  /* padding-left: 15px; */
}

.col_left_0:last-child {
  /* padding-right: 15px; */
}

.col_padd8 {
  padding-left: 8px;
  padding-right: 8px;
}

.margin16 {
  margin-bottom: 24px;
}

.nav-toggle span {
  background-color: #00962d;
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #00962d;
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #00962d;
}

header {
  position: relative;
}
header .header_top {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 15px;
  background: #000000d4;
  color: #fff;
}
header .header_logo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 110px;
}
header .header_logo .header_logo_img {
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 130px;
}
header .header_logo .header_logo_img img {
  width: 180px;
  height: 110px;
}
header .company_name {
  font-size: 32px;
  font-family: roboto_b;
  text-transform: uppercase;
  color: #e4ecdb;
}
header .header_slogan {
  font-family: roboto_mi;
  font-size: 14px;
  color: #e4ecdb;
}
header .header_search {
  position: absolute;
  top: -200px;
  opacity: 0;
  transition: .5s;
  pointer-events: none;
}
header .header_search .form_input {
  display: flex;
}
header .header_search .form_input .input_search {
  height: 38px;
  border: none;
}
header .header_search .form_input .formSubmit {
  color: #000000;
  transition: .5s;
  height: 38px;
  border: none;
}
header .header_search .form_input .formSubmit:hover {
  background: #00962d;
  color: #fff;
  transition: .5s;
}
header .header_search.form_show {
  top: 0;
  position: relative;
  pointer-events: all;
  transition: .5s;
  opacity: 1;
  color: #000;
}
header .list_menu_header {
  position: relative;
}
header .list_menu_header .menu_parent {
  display: inline-block;
}
header .list_menu_header .menu_parent .menu_parent_item {
  display: inline-block;
  position: relative;
}
header .list_menu_header .menu_parent .menu_parent_item .item_menu {
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  transition: .5s;
  font-family: arial;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
header .list_menu_header .menu_parent .menu_parent_item .item_menu:before {
  content: "\f111";
  top: 19px;
  bottom: 0;
  left: 7px;
  position: absolute;
  color: #00962d;
  font-family: FontAwesome;
  font-size: 8px;
}
header .list_menu_header .menu_parent .menu_parent_item .item_menu:hover {
  color: #00962d;
  transition: .5s;
}
header .list_menu_header .menu_parent .menu_parent_item:hover .menu_child {
  opacity: 1;
  pointer-events: all;
  top: 100%;
  transition: .5s;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child {
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  top: 200px;
  position: absolute;
  /* margin-top: 2px; */
  left: 0;
  right: 0;
  width: 200px;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item {
  width: 100%;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item .item_menu {
  background: #00962d;
  padding: 10px 15px;
  width: 100%;
  border-bottom: dashed 1px #56595ac4;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item .item_menu:hover {
  background: #000000d4;
  color: #fff;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item .item_menu:before {
  display: none;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item:first-child .item_menu {
  padding-top: 15px;
}
header .list_menu_header .menu_parent .menu_parent_item .menu_child .menu_child_item:last-child .item_menu {
  padding-bottom: 15px;
}
header .list_menu_header .btn_show_search {
  display: inline-block;
  float: right;
  padding: 15px 10px;
  position: relative;
  color: #fff;
}
header .list_menu_header .btn_show_search:hover {
  color: #00962d;
  transition: .5s;
}
header .list_menu_header .btn_show_search:before {
  content: "";
  top: 15px;
  bottom: 0;
  left: 0px;
  position: absolute;
  background: #fff;
  height: 20px;
  width: 1px;
  font-size: 8px;
}
header .banner_header {
  position: relative;
  display: none;
}
header .banner_header .banner_slider img {
  width: 100%;
  height: 620px;
}
header .banner_header .banner_slider {
  position: relative;
}
header .banner_header .banner_slider:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/luoi_bn.png");
  position: absolute;
}
header .banner_header .banner_slider .banner_text {
  position: absolute;
  bottom: 28%;
  left: 14%;
  display: none;
}
header .banner_header .banner_slider .banner_text .bn_text_title {
  font-size: 36px;
  font-family: roboto;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
header .banner_header .banner_slider .banner_text .bn_text_title:before {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.icon_list {
  font-size: 5px;
}

.home_content .title_name {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: roboto_b;
  background: #00962d;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}
.home_content .news_hightlight {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.home_content .news_hightlight .list_news_hl {
  background: #333333;
  color: #fff;
  height: 326px;
  overflow-y: auto;
}
.home_content .news_hightlight .list_news_hl .menu_list_news {
  padding-left: 12px;
  padding-right: 12px;
  text-align: justify;
  padding-top: 14px;
}
.home_content .news_hightlight .list_news_hl .menu_list_news .list_news_item {
  color: #fff;
  border-bottom: dashed 1px #fff;
  position: relative;
  padding-left: 10px;
}
.home_content .news_hightlight .list_news_hl .menu_list_news .list_news_item :after{
  content: '\f111';
  position: absolute;
  top: 7px;
    left: 0;
  color: #fff;
  font-family: FontAwesome;
  font-size: 6px;
}
.home_content .news_hightlight .list_news_hl .menu_list_news .list_news_item a {
  color: #fff;
  line-height: 2;
}
.home_content .news_hightlight .list_news_hl .menu_list_news .list_news_item a:hover {
  color: #00962d;
}
.home_content .news_hightlight .list_news_hl .menu_list_news .list_news_item:hover {
  color: #00962d;
}
.home_content .category_product {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.home_content .category_product .list_category {
  background: #333;
  color: #fff;
  height: 498px;
  overflow-y: auto;
  padding-left: 6px;
}
.home_content .category_product .list_category .cate_list {
  padding: 18px 15px 0 0;
  line-height: 2;
}
.home_content .category_product .list_category .cate_list .cate_parent_name {
  text-transform: uppercase;
  font-size: 14px;
  font-family: roboto_b;
  position: relative;
  padding: 6px 0 6px 42px;
}
.home_content .category_product .list_category .cate_list .cate_parent_name:before {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background: url("../img/border_cate.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.home_content .category_product .list_category .cate_list .menu_list_cate {
  padding-left: 42px;
  padding-top: 10px;


}
.home_content .category_product .list_category .cate_list .menu_list_cate .list_cate_item{
  position: relative;
  padding-left: 10px;
}
.home_content .category_product .list_category .cate_list .menu_list_cate .list_cate_item:after{
  content: '\f111';
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 6px;
}
.home_content .category_product .list_category .cate_list .menu_list_cate .list_cate_item a {
  color: #fff;
}
.home_content .category_product .list_category .cate_list .menu_list_cate .list_cate_item a:hover {
  color: #00962d;
}
.home_content .category_product .list_category .cate_list:last-child {
  padding-bottom: 15px;
}
.home_content .product_hight {
  margin: 24px 0;
  display: inline-block;
  width: 100%;
}
.home_content .product_hight .product_hight_list {
  padding-top: 18px;
  background: #333;
  color: #fff;
  padding-left: 13px;
  padding-right: 13px;
  height: 738px;
  overflow-y: auto;
}
.home_content .product_hight .product_item .hight_img {
  display: inline-block;
  width: 100%;
  height: 198px;
}
.home_content .product_hight .product_item .hight_img img {
  width: 100%;
  height: 198px;
}
.home_content .product_hight .product_item .hight_name {
  font-family: roboto_b;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.home_content .product_hight .product_item .hight_name:hover {
  color: #00962d;
}
.home_content .about_us {
  position: relative;
  height: 319px;
}
.home_content .about_us .about_name {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: roboto_b;
  color: #333333;
}
.home_content .about_us .about_description {
  height: 214px;
  overflow-y: hidden;
  text-align: justify;
  overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.home_content .about_us .btn_detail {
  position: absolute;
  bottom: 0;
  padding: 13px 40px;
  display: inline-block;
  color: #fff;
  background: #00962d;
  font-family: roboto;
}
.home_content .about_us .btn_detail:hover {
  background: #333333;
}
.home_content .product_asphalt .asphalt_name {
  font-size: 16px;
  font-family: roboto_b;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  margin: 18px 0;
  display: inline-block;
  width: 100%;
  padding-left: 42px;
}
.home_content .product_asphalt .asphalt_name:before {
  content: '';
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: url("../img/border_pro.png");
  position: absolute;
  width: 100%;
  height: 37px;
  background-size: cover;
}
.home_content .product_asphalt .product_home_item {
  background: #333333;
  border-radius: 0 5px 5px 0;
}
.home_content .product_asphalt .product_home_item .product_img {
  display: inline-block;
  width: 100%;
  height: 188px;
}
.home_content .product_asphalt .product_home_item .product_img img {
  width: 100%;
  height: 188px;
  border: solid 1px #dddddd;
}
.home_content .product_asphalt .product_home_item .product_title {
  padding: 7px;
  text-align: center;
  height: 118px;
}
.home_content .product_asphalt .product_home_item .product_title .product_name {
  color: #fff;
  font-size: 14px;
  font-family: roboto_b;
  text-transform: uppercase;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.home_content .product_asphalt .product_home_item .product_title .product_name:hover {
  color: #00962d;
}
.home_content .product_asphalt .product_home_item .product_title .product_price {
  font-size: 16px;
  font-family: roboto_b;
  color: #03cd40;
  margin-bottom: 8px;
}
.home_content .product_asphalt .product_home_item .product_title .product_price span {
  text-transform: uppercase;
}
.home_content .product_asphalt .product_home_item .product_title .btn_detail {
  color: #fff;
  padding: 4px 24px;
  background: #017925;
  border-radius: 3px;
  display: inline-block;
}
.home_content .product_asphalt .product_home_item .product_title .btn_detail:hover {
  background: #03cd40;
}

.marbot14 {
  margin-bottom: 14px;
}

.partner .partner_name {
  text-transform: uppercase;
  font-size: 20px;
  font-family: roboto_b;
  padding: 14px;
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  margin-bottom: 12px;
}
.partner .partner_slider {
  margin-bottom: 18px;
}
.partner .partner_slider .slider_item {
  /* margin-left: 14px;
  margin-right: 14px; */
  width: 100%;
  display: inline-block;
}
.partner .partner_slider .slider_item .partner_img {
  width: 100%;
  display: inline-block;
  border: solid 2px #dddd;
}
.partner .partner_slider .slider_item .partner_img img {
  object-fit: contain;
  width: 100%;
  height: 78px;
}

.partner_prev, .partner_next {
  position: absolute;
  top: -68px;
  bottom: 0;
  color: #fff;
  z-index: 3;
  font-size: 18px;
  background: #00962d;
  display: inline-block !important;
  width: 28px;
  height: 28px;
  text-align: center;
  cursor: pointer;
}
.partner_prev img, .partner_next img {
  width: 10px;
  height: 10px;
}

.partner_prev {
  right: 68px;
}

.partner_next {
  right: 32px;
}

.margintop8 {
  margin-top: 8px;
}

footer {
  margin-top: 18px;
}
footer .footer_cate_name {
  font-size: 18px;
  text-transform: uppercase;
  font-family: roboto_b;
  margin-bottom: 8px;
}
footer .info_detail {
  height: 150px;
  overflow-y: auto;
  line-height: 1.8;
}
footer .info_detail a{
  color: #fff;
  display: inline-block;
  width: 100%;
}
footer .footer_content {
  padding: 22px 0;
  background: #333333;
  color: #fff;
}
footer .footer_content .footer_about .footer_description {
  height: 148px;
  overflow-y: auto;
  text-align: justify;
}
footer .footer_content .footer_link .menu_link .menu_link_item {
  display: inline-block;
}
footer .footer_content .footer_link .menu_link .menu_link_item a {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin: 0 5px;
}
footer .copy_right .copy_right_title {
  padding: 10px 0;
  text-align: center;
  background: #00962d;
  color: #fff;
}
.phantrang_prod{
  text-align: center;
}
.home_content .pro_detail_img img{
  width: 100%;

}
.pro_detail_name{
  font-size: 28px;
  font-family: roboto_b;
  text-transform: uppercase;
  color: #00962d;

}
.pro_detail_price{
  font-size: 16px;
  font-family: roboto_b;
}
.pro_detail_price span{
  text-transform: uppercase;
  font-size: 24px;
  font-family: roboto_b;
  color: #FF0000;
}
.detail_descrip_name{
  font-style: italic;
   font-family: roboto_b;
  font-size: 16px;
  text-decoration: underline;
}
.detail_description{
 /*  height: 184px; */
  overflow-y: auto;
}
.btn_add_cart{
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  background:  #00962d;
  border-radius: 4px;
  transition: .5s;
  margin: 8px 0;
}
.btn_add_cart:hover{
  color: #fff;
  background: #FF0000;
  transition: .5s;
}
.slider_video_select{
  margin: 18px 0;
}
.product_similar{

}
.product_similar .product_asphalt .asphalt_name {
  font-size: 16px;
  font-family: roboto_b;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  margin: 18px 0;
  display: inline-block;
  width: 100%;
  padding-left: 42px;
}
.product_similar .product_asphalt .asphalt_name:before {
  content: '';
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: url("../img/border_pro.png");
  position: absolute;
  width: 100%;
  height: 37px;
  background-size: cover;
}
.product_similar .product_asphalt .product_home_item {
  background: #333333;
  border-radius: 0 5px 5px 0;
}
.product_similar .product_asphalt .product_home_item .product_img {
  display: inline-block;
  width: 100%;
  height: 188px;
}
.product_similar .product_asphalt .product_home_item .product_img img {
  width: 100%;
  height: 188px;
  border: solid 1px #dddddd;
}
.product_similar .product_asphalt .product_home_item .product_title {
  padding: 7px;
  text-align: center;
  height: 118px;
}
.product_similar .product_asphalt .product_home_item .product_title .product_name {
  color: #fff;
  font-size: 14px;
  font-family: roboto_b;
  text-transform: uppercase;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.product_similar .product_asphalt .product_home_item .product_title .product_name:hover {
  color: #00962d;
}
.product_similar .product_asphalt .product_home_item .product_title .product_price {
  font-size: 16px;
  font-family: roboto_b;
  color: #03cd40;
  margin-bottom: 8px;
}
.product_similar .product_asphalt .product_home_item .product_title .product_price span {
  text-transform: uppercase;
}
.product_similar .product_asphalt .product_home_item .product_title .btn_detail {
  color: #fff;
  padding: 4px 24px;
  background: #017925;
  border-radius: 3px;
  display: inline-block;
}
.product_similar .product_asphalt .product_home_item .product_title .btn_detail:hover {
  background: #03cd40;
}
.product_similar .btn_prev_slider:before,.product_similar .btn_next_slider:before{
    background: #dddddd;
    padding: 4px 8px;
    font-size: 32px;
}
.product_similar .btn_prev_slider{
  left: 15px;

}
.product_similar .btn_prev_slider,.product_similar .btn_next_slider{
  margin-top: -62px;
  cursor: pointer;

}
.product_similar .btn_next_slider{
  right: 15px;

}
.content_detail{
  margin-bottom: 28px;
}
.similar_name{
  text-transform: uppercase;
  font-family: roboto_b;
  font-size: 30px;
  margin: 18px 0;
}
.slider_video_select img{
  margin-left: 5px;
  margin-right: 5px;
}
.product_slider_home .btn_prev_slider,.product_slider_home .btn_next_slider{
  font-size: 48px;
  margin-top: -48px;
  background: #00000085;
  padding: 12px 6px;
  line-height: 0.5;
  cursor: pointer;
}
.product_slider_home .btn_prev_slider{
  left: 9px;
}
.product_slider_home .btn_next_slider{
  right: 9px;
}
/*# sourceMappingURL=style.css.map */
.btn_show_menu2{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 18px 36px;
}
.no_success{
  border: solid 1px red;
}
.no_success::placeholder{
  color: red;
}
.message_validate{
  position: absolute;
  top: -20px;
  color: red;
}
.input_phone_item{
  position: relative;
}
.form-contact input{
  margin: 28px 0;
}
.iframe_video iframe{
  max-width: 100%;
}
.slider_video_zoom img{
  height: 450px;
}
.slider_video_select img{
  height: 100px;
}
.cate_parent_name a{
  color: #fff;
}