/*Add font ================================*/
/* --------------------------------------*/
#container {
  padding-bottom: 0;
}

.full #container > .row {
  background: none;
  padding: 0;
}

.topbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  width: 100%;
}

.box_menu_product {
  flex: 0 0 235px;
  max-width: 235px;
  border-top: 0;
  display: none;
}
@media (min-width: 992px) {
  .box_menu_product {
    display: block;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    border-radius: 0 0 3px 3px;
  }
}
.box_menu_product .menu-wrapper > li {
  height: 100%;
}
.box_menu_product .menu-wrapper > li > a {
  display: none;
}
.box_menu_product .menu-wrapper > li > ul {
  display: block !important;
  position: relative;
  height: 100%;
}
.box_menu_product .menu-wrapper > li > ul > li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 9px 12px 8px;
  color: #6e6e6e;
  font-size: 14.21px;
}
.box_menu_product .menu-wrapper > li > ul > li a > span.sub-arrow {
  display: block;
}
.box_menu_product .menu-wrapper > li > ul > li a .icon {
  flex: 0 0 22px;
  max-width: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.box_menu_product .menu-wrapper > li > ul > li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.box_menu_product .menu-wrapper > li > ul > li a .text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_menu_product .menu-wrapper > li > ul > li ul {
  background: #fff;
  display: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px !important;
  min-height: 100%;
  position: absolute;
  top: 0 !important;
  margin-top: 0 !important;
}
.box_menu_product .menu-wrapper > li ul li {
  color: #212529;
}
.box_menu_product .menu-wrapper > li ul li.has-submenu a .sub-arrow {
  display: block;
  color: transparent;
}
.box_menu_product .menu-wrapper > li ul li.has-submenu a .sub-arrow:before {
  content: "\f105";
  font: 400 1rem/150% "Font Awesome 5 Pro", sans-serif;
}
.box_menu_product .menu-wrapper > li ul li:hover, .box_menu_product .menu-wrapper > li ul li:focus, .box_menu_product .menu-wrapper > li ul li.active {
  color: #ff9000;
  background: #eceff1;
}
.box_menu_product .menu-wrapper > li ul li:hover > a, .box_menu_product .menu-wrapper > li ul li:focus > a, .box_menu_product .menu-wrapper > li ul li.active > a {
  color: inherit !important;
}
.box_menu_product .menu-wrapper > li ul li:hover > a .sub-arrow, .box_menu_product .menu-wrapper > li ul li:focus > a .sub-arrow, .box_menu_product .menu-wrapper > li ul li.active > a .sub-arrow {
  color: inherit;
}
.box_menu_product .menu-all li a {
  display: flex;
  align-items: center;
  padding: 9px 12px 8px;
  color: #6e6e6e;
}
.box_menu_product .menu-all li a .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.box_menu_product .menu-all li a .icon i {
  color: #157ed2;
}

.box_banner {
  width: 100%;
  border-top: 2px solid #e5e6e7;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .box_banner {
    width: calc(100% - 235px - 274px);
    padding-left: 8px;
    padding-right: 8px;
  }
}
.box_banner #main_slide {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.box_banner #main_slide button {
  display: none !important;
}
.box_banner #main_slide .item a {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  display: block;
}
.box_banner #main_slide .item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.box_banner .title_more {
  background: #FFF;
  border: 1px solid #e5e5e5;
  border-top: none;
  width: 100%;
}
.box_banner .title_more .slick-slide {
  border-top: 2px solid #FFF;
  position: relative;
  padding: 7px 5px;
}
.box_banner .title_more .slick-slide:last-child:after {
  display: none;
}
.box_banner .title_more .slick-slide:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box_banner .title_more .slick-slide.slick-current {
  border-top-color: #3684df;
}
.box_banner .title_more a .image {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
}
.box_banner .title_more a .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.box_banner .title_more a .text {
  font-size: 13px;
  color: #282828;
  text-align: center;
}

.box_top {
  border: 1px solid #ebebeb;
}
.box_top .title a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.box_top .title a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  border-width: 19px 17px;
  border-style: solid;
  border-color: #fff transparent;
}
.box_top .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}
.box_top .title .icon img {
  max-width: 26px;
  max-height: 26px;
  width: auto;
  height: auto;
}
.box_top .title .icon i {
  font-size: 1.2rem;
}
.box_top .title .text {
  font: 700 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 18px;
  padding-right: 35px;
}
.box_top .list_sort {
  flex: 1 1 auto;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .box_top .list_sort {
    display: flex;
  }
}
.box_top .list_sort a {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #000;
  padding-left: 20px;
  margin-right: 20px;
}
.box_top .list_sort a:not(:first-child) {
  border-left: 1px solid #ebebeb;
}
.box_top .list_sort a i {
  font-size: 0.6666666667rem;
  padding-left: 10px;
}

.cpn_name {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.short_about {
  padding-bottom: 76px;
}
@media (max-width: 992px) {
  .short_about {
    padding-bottom: 30px;
  }
}
.short_about h3.title {
  margin-bottom: 69px;
}
@media (max-width: 992px) {
  .short_about h3.title {
    margin-bottom: 30px;
  }
}
.short_about .list_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.short_about .list_content #img_detail {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 700px) {
  .short_about .list_content #img_detail {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
}
.short_about .list_content #img_detail #gallery_slider {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .short_about .list_content #img_detail #gallery_slider {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .short_about .list_content #img_detail #gallery_slider {
    width: calc(100% - 126px);
    padding-left: 7.5%;
    order: 2;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .short_about .list_content #img_detail #gallery_slider {
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.short_about .list_content #img_detail #gallery_slider .slick-list {
  padding: 0 !important;
}
.short_about .list_content #img_detail #gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.short_about .list_content #img_detail #gallery_slider .item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #1c9f46;
}
.short_about .list_content #img_detail #gallery_slider .item:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.short_about .list_content #img_detail #gallery_slider .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 500ms ease 0s;
}
.short_about .list_content #img_detail #gallery_slider_thumb {
  width: 100%;
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 768px) {
  .short_about .list_content #img_detail #gallery_slider_thumb {
    width: 126px;
    order: 1;
  }
}
@media (max-width: 700px) {
  .short_about .list_content #img_detail #gallery_slider_thumb {
    max-width: 400px;
    margin: auto;
  }
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide {
  padding: 7px 0;
}
@media (max-width: 768px) {
  .short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide {
    padding: 0 3px;
  }
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item {
  outline: none;
  position: relative;
  padding-left: 12px;
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item .stt {
  position: absolute;
  bottom: -2px;
  left: 0;
  font-size: 17.99px;
  color: #FFF;
  font-weight: 500;
  background: #f36f21;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item .stt {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 0;
  }
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item .img {
  width: 100%;
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item .img a {
  border: 1px solid #f36f21;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.short_about .list_content #img_detail #gallery_slider_thumb .slick-list .slick-slide.slick-current .item .stt {
  background: #1c9f46;
}
.short_about .list_content .content_detail {
  width: 47%;
  padding-left: 4.8%;
}
@media (max-width: 992px) {
  .short_about .list_content .content_detail {
    padding-left: 10px;
  }
}
@media (max-width: 700px) {
  .short_about .list_content .content_detail {
    width: 100%;
    padding-left: 0;
  }
}
.short_about .list_content .content_detail h4.title {
  font-size: 24px;
  color: #1c9f46;
  font-weight: 500;
  padding-bottom: 22px;
}
@media (max-width: 992px) {
  .short_about .list_content .content_detail h4.title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.short_about .list_content .content_detail .content {
  color: #868686;
}
.short_about .list_content .content_detail .content p {
  line-height: 20px;
  padding-left: 11px;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .short_about .list_content .content_detail .content p {
    padding-bottom: 5px;
  }
}
.short_about .list_content .content_detail .content p:last-child {
  padding-bottom: 0;
}
.short_about .list_content .content_detail .content p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: url("../images/use/left_about.png") no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.list_group_prd {
  position: relative;
  padding: 46px 0;
}
@media (max-width: 992px) {
  .list_group_prd {
    padding: 30px 0;
  }
}
.list_group_prd:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #1c9f46;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -2;
}
.list_group_prd:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../images/use/bg_sp.png") no-repeat bottom;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.list_group_prd .container {
  max-width: 1330px !important;
}
.list_group_prd .cpn_name {
  color: #FFF;
}
.list_group_prd h3.title {
  color: #FFF;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .list_group_prd h3.title {
    margin-bottom: 25px;
  }
}
.list_group_prd h3.title:before {
  filter: grayscale(1) brightness(100);
}
.list_group_prd .list_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 992px) {
  .list_group_prd .list_item {
    margin: 0 -5px;
  }
}
.list_group_prd .list_item .item {
  width: 33.3333333333%;
  padding: 0 10px;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .list_group_prd .list_item .item {
    padding: 0 5px;
    padding-bottom: 18px;
  }
}
@media (max-width: 900px) {
  .list_group_prd .list_item .item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .list_group_prd .list_item .item {
    width: 100%;
  }
}
.list_group_prd .list_item .item .img {
  position: relative;
  transition: all 400ms ease 0s;
}
.list_group_prd .list_item .item .img:hover {
  transform: translateY(-10px);
}
.list_group_prd .list_item .item .img:hover > a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #fca227;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.list_group_prd .list_item .item .img:hover .info {
  background: #fca227;
}
.list_group_prd .list_item .item .img:hover .info .title a:before {
  background: url("../images/use/left_title_prd_hover.png") no-repeat;
  background-size: contain;
}
.list_group_prd .list_item .item .img:hover .info .detail a {
  color: #ff0000;
}
.list_group_prd .list_item .item .img > a {
  padding-top: 69.5%;
}
.list_group_prd .list_item .item .img > a img {
  width: 100%;
}
.list_group_prd .list_item .item .img .info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 13px 0 20px;
  align-items: center;
  z-index: 2;
  transition: all 400ms ease 0s;
}
@media (max-width: 1280px) {
  .list_group_prd .list_item .item .img .info {
    padding: 6px 10px 0;
  }
}
.list_group_prd .list_item .item .img .info .title {
  padding-right: 5px;
  padding-bottom: 6px;
}
.list_group_prd .list_item .item .img .info .title a {
  font-size: 20px;
  font-weight: 500;
  color: #fefefe;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 1280px) {
  .list_group_prd .list_item .item .img .info .title a {
    font-size: 18px;
    padding-left: 15px;
  }
}
.list_group_prd .list_item .item .img .info .title a:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url("../images/use/left_title_prd.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 1280px) {
  .list_group_prd .list_item .item .img .info .title a:before {
    width: 11px;
    height: 14px;
  }
}
.list_group_prd .list_item .item .img .info .detail {
  padding-bottom: 6px;
}
.list_group_prd .list_item .item .img .info .detail a {
  color: #f3c421;
  font-style: italic;
  text-decoration: underline;
  white-space: nowrap;
}
.list_group_prd .list_item .item .img .info .detail a:after {
  content: "\e8aa";
  font-family: ficon;
  display: inline-block;
  margin-left: 6px;
  font-style: normal;
}

.banner_ad_home {
  background: #efefed;
  position: relative;
}
.banner_ad_home:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/use/bottom_ad-home.png") no-repeat bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner_ad_home .container {
  position: relative;
  z-index: 1;
}
.banner_ad_home .container .row {
  padding-top: 93px;
  padding-bottom: 93px;
  position: relative;
}
@media (max-width: 992px) {
  .banner_ad_home .container .row {
    padding: 30px 0;
  }
}
.banner_ad_home .container .row:after {
  content: "";
  width: 50%;
  height: 100%;
  background: url("../images/use/ad-home.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: -38px;
  bottom: 0;
}
@media (max-width: 700px) {
  .banner_ad_home .container .row:after {
    display: none;
  }
}
.banner_ad_home .main_content {
  width: 45%;
}
@media (max-width: 700px) {
  .banner_ad_home .main_content {
    width: 100%;
  }
}
.banner_ad_home .main_content .cpn_name {
  text-align: left;
  padding-bottom: 9px;
}
.banner_ad_home .main_content h3.title {
  font-size: 31px;
  line-height: 32.74px;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content h3.title {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.banner_ad_home .main_content h3.title:before {
  left: 0;
  transform: unset;
}
.banner_ad_home .main_content .content {
  font-size: 16px;
  color: #3e3e3e;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .content {
    padding-bottom: 10px;
  }
}
.banner_ad_home .main_content .content p {
  line-height: 24px;
}
.banner_ad_home .main_content .work_time {
  font-size: 18px;
  color: #000;
  padding-left: 37px;
  position: relative;
  padding-bottom: 13px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .work_time {
    font-size: 17px;
    padding-left: 25px;
    padding-bottom: 5px;
  }
}
.banner_ad_home .main_content .work_time:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/use/clock.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .work_time:before {
    width: 20px;
    height: 20px;
  }
}
.banner_ad_home .main_content .hotline {
  font-size: 18px;
  color: #000;
  padding-left: 37px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .hotline {
    font-size: 17px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}
.banner_ad_home .main_content .hotline:before {
  content: "";
  width: 20px;
  height: 24px;
  background: url("../images/use/call.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 5px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .hotline:before {
    width: 18px;
    height: 22px;
    left: 0;
  }
}
.banner_ad_home .main_content .hotline a {
  color: #f80000;
  font-weight: 600;
  padding-left: 3px;
  font-size: 18px;
}
.banner_ad_home .main_content .contact a {
  font-weight: 500;
  font-size: 16.37px;
  color: #FFF;
  text-transform: uppercase;
  background: #01a54f;
  border-radius: 50px;
  padding: 0 47px;
  line-height: 49px;
}
@media (max-width: 992px) {
  .banner_ad_home .main_content .contact a {
    font-size: 16px;
    padding: 0 20px;
    line-height: 35px;
  }
}
.banner_ad_home .main_content .contact a:hover {
  opacity: 0.8;
}

.news_home {
  position: relative;
  padding: 53px 0 80px;
}
@media (max-width: 992px) {
  .news_home {
    padding: 30px 0 40px;
  }
}
.news_home:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../images/use/bg_news.jpg") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media (max-width: 1366px) {
  .news_home:before {
    background-size: cover;
  }
}
.news_home:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.news_home .cpn_name {
  color: #FFF;
}
.news_home h3.title {
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .news_home h3.title {
    margin-bottom: 25px;
  }
}
.news_home .list_item {
  margin: 0 -12px;
}
@media (max-width: 992px) {
  .news_home .list_item {
    margin: 0 -5px;
  }
}
.news_home .list_item .item {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .news_home .list_item .item {
    padding: 0 5px;
  }
}
.news_home .list_item .item .img a {
  padding-top: 82.6%;
  border-radius: 4px 4px 0 0;
}
.news_home .list_item .item .img a img {
  width: 100%;
}
.news_home .list_item .item .info {
  background: #FFF;
  padding: 0 20px 26px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 992px) {
  .news_home .list_item .item .info {
    padding: 0 5px 15px;
  }
}
.news_home .list_item .item .info .date_create {
  width: 54px;
  height: 54px;
  background: #fca227;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  margin: -27px auto 0;
  box-shadow: 0 0 0 5px rgba(252, 162, 39, 0.49);
}
.news_home .list_item .item .info .date_create:before {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news_home .list_item .item .info .date_create p {
  font-size: 18.24px;
  line-height: 22px;
}
.news_home .list_item .item .info .title {
  padding-top: 17px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .news_home .list_item .item .info .title {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.news_home .list_item .item .info .title a {
  font-size: 15px;
  color: #282828;
  font-weight: 500;
  line-height: 18.09px;
}
.news_home .list_item .item .info .title a:hover {
  color: #fca227;
}
.news_home .list_item .item .info .short {
  color: #7a7a7a;
  line-height: 18.09px;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .news_home .list_item .item .info .short {
    padding-bottom: 10px;
  }
}
.news_home .list_item .item .info .detail a {
  color: #ffac0d;
  font-style: italic;
  border-bottom: 1px solid #ffac0d;
  padding-right: 18px;
  position: relative;
}
.news_home .list_item .item .info .detail a:hover {
  font-weight: 500;
}
.news_home .list_item .item .info .detail a:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../images/use/right_detail.png") no-repeat;
  position: absolute;
  right: 2px;
  top: 6px;
}/*# sourceMappingURL=home.css.map */