@charset "utf-8";
/* CSS Document */

@import url("fonts.css");
* {
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  text-decoration: none;
}
body
{
  width: 100%;
  background: #fff;
  font-family: 'Arial';
}
.visit_hidden
{
  visibility: hidden;
  height: 0;
}

/*-----Phân trang--------*/
ul.pagination {
  text-align:center;
  color:#2c2c2c !important;
  width: 100%;
}
ul.pagination li {
  display:inline-block;
  padding:0 3px;
}
ul.pagination a {
  color: #111 !important;
  display:inline-block;
  padding:5px 10px;
  border-radius: 2px !important;
  border: 1px solid transparent !important;
  text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
  border-color: #ddd !important;
}
.pagination > .active > a
{
  background:#2c2c2c !important;
  color:#fff !important; 
}
/*-------------*/
.fix_head {
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

.wow
{
  visibility: hidden;
}
#container
{
  width: 100%;
  overflow: hidden;
}
.container_main
{
  width: 1200px;
  margin: auto;
}
#header
{
  width: 100%;
  position: relative;
  max-width: 1366px;
  margin: auto;
}
#header .header_top 
{
  width: 100%;
}
#header .header_top .container_main
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #006dcc;
  padding-left: 260px;
}

#header .header_top p
{
  font-family: 'RobotoRegular';
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
#header .header_top p img
{
  margin-right: 5px;
}
#header .header_top .right_header
{
  display: flex;
 align-items: center;
}
#header .header_top .social
{
 display: flex;
 align-items: center;
 height: 40px;
 background: #2280d3;
 position: relative;
 padding-right: 50px;
 padding-left: 20px;
}
#header .header_top .social:before
{
  content: '';
  width: 30px;
  height: 40px;
  background: url('../images/before_head.jpg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header_top .social:after
{
  content: '';
  width: 51px;
  height: 40px;
  background: url('../images/after_head.jpg') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
#header .header_top .social a
{
  display: flex;
  width: 44px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-right:1px solid #006dcc;
}
#header .header
{
  width: 100%;
}
#header .header .logo
{
  width: 100%;
  max-width: 365px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background:url('../images/bg_logo.png') no-repeat;
  z-index: 1;
  height: 148px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#header .header .container_main
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header .hotline
{
  width: 144px;
  height: 38px;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 25px;
  line-height: 17px;
  margin-top: 54px;
}
#header .header .hotline span
{
  display: block;
  font-family: 'RobotoBlack';
  color: #044f8e;
  font-size: 14px;
}
#header .header .hotline img
{
  margin-right: 5px;
}
#header .header .banner
{
  padding: 0 30px 0 20px;
}

.logo img,.banner img
{
  max-width: 100%;
}
/*---------Menu---------*/
#main_menu 
{
  width: 100%;
  height: 100px;
}

#main_menu .box_menu  
{
  width: 100%;
  background: #fff;
}

#main_menu .box_menu .menu
{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-left: 24%;
}

#main_menu .box_menu .menu .title_danhmuc
{
  width: 270px;
  background: #a82727;
  position: relative;
  padding-left: 50px;
}
#main_menu .box_menu .menu .title_danhmuc:after
{
  content: '';
  width: 45px;
  height: 45px;
  background: url(../images/icon_menu.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
#main_menu .box_menu .menu .title_danhmuc h2
{
  font-family: 'RobotoBold';
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#main_menu .box_menu .menu .danhmuc
{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu_mobile,.hotline_mobile
{
  display: none;
}
.menu_mobile i
{
  font-size: 35px;
  color: #fff;
}
.menu_mobile a
{
  text-transform: uppercase;
  line-height: normal;
}
.hotline_mobile a
{
  font-size: 20px;
  color: #fff;
}
.fix_head .ddsmoothmenu > ul
{
  padding-left: 0;
}
/*----------Tìm kiếm-----*/
.serch-header
{
  width: 42px;
  position: relative;
}
.serch-header .icon-search
{
  width: 100%;
  height: 29px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.serch-header .icon-search img
{
  max-width: 100%;
}
.serch-header .form_search
{
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  z-index: 111;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out,;
}
.serch-header.active .form_search
{
  visibility: visible;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form_search 
{
  width: 213px;
  height: 37px;
  background: #fff;
  border-radius: 25px;
  position: relative;
  border: 1px solid #ccc;
}
.form_search form
{
  position: relative;
}
.form_search input
{
  width: 100%;
  border: 0;
  border-radius: 25px;
  height: 35px;
  outline: none;
  background: none;
  padding-left: 20px;
  color: #000;
}
.form_search button
{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url('../images/icon_tk.png') no-repeat center,#006dcc;
  outline: none;
  border: 0;
  border-radius: 50%;
}
.form_search input::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
  font-family: 'RobotoRegular';
}
.form_search input:-moz-placeholder {
  color: #333;
  font-size: 12px;
  font-family: 'RobotoRegular';
}
.form_search input::-moz-placeholder {
  color: #333;
  font-size: 12px;
  font-family: 'RobotoRegular';
}
.form_search input:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
  font-family: 'RobotoRegular';
}
/*------Slider---------*/
#slidershow
{
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#slidershow .des-slider
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#slidershow .des-slider .container_main
{
  position: relative;
  height: 100%;
}

#slidershow .container_main
{
  position: relative;
  height: 100%;
}
#slidershow .right_slider
{
  width: calc(100% - 270px);
  float: left;
  padding: 10px 0 0 10px;
  position: relative;
}
.danhmuc 
{
  width: 270px;
  float: left;
  background: #fff;
}
.danhmuc .box_left
{
  position: relative;
}
.danhmuc .box_left > ul
{
  max-height: 461px;
  overflow-y: auto;
}
#left #danhmuc .danhmuc .box_left > ul
{
  max-height: none;
}
.danhmuc .box_left > ul::-webkit-scrollbar { width: 5px; height: 5px;}
.danhmuc .box_left > ul::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.danhmuc .box_left > ul::-webkit-scrollbar-track {  background-color: #c32c2c;}
.danhmuc .box_left > ul::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.danhmuc .box_left > ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c32c2c; border-radius: 3px;}
.danhmuc .box_left > ul::-webkit-scrollbar-corner { background-color: #ffffff;}
.danhmuc ul
{
  background: #f2f2f2;
  padding: 0;
}
.danhmuc .box_left > ul
{
  padding: 6px 0;
}
.danhmuc ul li
{
  list-style: none;
  position: relative;
}
.danhmuc .box_left > ul > li > a
{
  font-family: 'RobotoBold';
  font-size: 14px;
  color: #333333;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.danhmuc .box_left > ul > li.active > a,.danhmuc .box_left > ul > li:hover > a
{
  background: #e6e6e6;
  color: #ff0000;
}
.danhmuc .box_left > ul > li.active > a:before,.danhmuc .box_left > ul > li:hover > a:before
{
  content: '';
  width: 2px;
  height: 100%;
  background: #185a8c;
  position: absolute;
  top: 0;
  left: 0;
}
.danhmuc ul li ul li:hover > a
{
  text-decoration: underline;
}
.danhmuc ul li ul
{
  display: none;
  width: 100%;
  padding: 0 20px;
}
.danhmuc ul li:first-child ul
{
  display: block;
}
.danhmuc ul > li:last-child > a
{
  background: none;
}
.danhmuc ul li ul li a
{
  font-family: 'RobotoRegular';
  color: #4c4c4c;
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px dashed #d9d9d9;
}
.danhmuc ul li ul li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: url('../images/icon_li.png') no-repeat;
  position: absolute;
  top: 17px;
  left: 0;
}
.danhmuc ul li ul li
{
  position: relative;
}
.danhmuc ul li:hover > ul {
  display: block;
}
/*---------Giới thiệu------*/
.about_home
{
  width: 100%;
  padding: 40px 0;
}
.about_home .des-about
{
  width: 51%;
  float: left;
  padding-right: 40px;
}
.about_home .des-about .title-about
{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.about_home .des-about .title-about h3
{
  font-family: 'UTMBeautifulCaps';
  font-size: 54px;
  color: #1f1f1f;
  font-weight: normal;
}
.about_home .images-about
{
  width: 49%;
  float: right;
  position: relative;
  text-align: right;
}
.about_home .images-about a
{
  display: inline-block;
  position: relative;
}
.about_home .images-about a:before
{
  content: '';
  width: 100%;
  height: 100%;
  border:16px solid #ebebeb;
  position: absolute;
  top: 40px;
  left: -60px;
}
.about_home .images-about img
{
  max-width: 100%;
  position: relative;
}

.about_home .content-about
{
  font-size: 14px;
  color: #424242;
  line-height: 27px;
  font-family: 'RobotoRegular';
  text-align: justify;
}
.about_home a.a_readmore
{
  width: 123px;
  height: 39px;
  background: #d3192a;
  line-height: 39px;
  font-family: 'RobotoRegular';
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 15px;
  border-bottom: 3px solid #ba1624;
}
.about_home a.a_readmore:hover
{
  text-decoration: underline;
}

/*---------Sản phẩm list---*/
.sanpham_list
{
  width: 100%;
}

/*---------Sản phẩm--------*/
.sanpham_home
{
  width: 100%;
  overflow: hidden;
}
.sanpham_home .a_product
{
  width: 150px;
  height: 39px;
  background: #d3192a;
  line-height: 39px;
  font-family: 'RobotoRegular';
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 15px;
  border-bottom: 3px solid #ba1624;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.sanpham_home .a_product img
{
  margin-left: 5px;
}
.sanpham_home .a_product:hover
{
  background:#ba1624 ;
}
.padding-top-0
{
  padding-top: 0;
}
.padding-bottom-40
{
  padding-bottom: 40px;
}
.padding-top-40
{
  padding-top: 40px;
}
.margin-top-20
{
  margin-top: 20px;
}
.margin-top-40
{
  margin-top: 40px;
}
.left-product
{
  width: 32.5%;
  float: left;
  border: 5px solid #eaeaea;
  border-bottom: 0;
}
.right-product
{
  width: 67.5%;
  float: left;
  padding-left: 10px;
}
.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.tab_product
{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.tab_product ul
{
  padding-left: 0;
}
.tab_product ul li
{
  list-style: none;
  display: inline-block;
  position: relative;
}

.tab_product ul li a
{
  font-family: 'RobotoRegular';
  color: #505050;
  font-size: 15px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 12px 30px 8px 30px;
  margin: 5px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.tab_product ul li a.active
{
  color: #fff;
  background:#d3192a;
  border-color: #d3192a;
}
.tab_product ul li a.active:before
{
  content: '';
  width: 11px;
  height: 7px;
  background: url('../images/after_li.png') no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
}

.margin-pr
{
  margin: -10px;
}
.item_pr_mg
{
  padding: 10px;
}
.item_pr_mg-3
{
  padding: 15px;
}
.item_pr_mg:nth-child(4n+1)
{
  clear: both;
}
.item_pr_mg-3:nth-child(3n+1)
{
  clear: both;
}
.margin-pr-l
{
  margin: 0 -15px;
}
.item_pr_l
{
  padding: 0 15px;
}

.item_pr
{
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
}
.item_pr .images_pr
{
  width: 100%;
  position: relative;
}
.item_pr .images_pr > a.a_pr
{
  display: block;
  overflow: hidden;
  position: relative;
}
.item_pr .images_pr a.a_pr > img
{
  vertical-align: top;
  width: 100%;
}
.item_pr:hover .images_pr img
{
  transform: scale(1.1, 1.1);
}
.item_pr .des_pr
{
  width: 100%;
  padding: 15px;
}

.item_pr .des_pr h3 a
{
  font-family: 'RobotoBold';
  font-size: 14px;
  color: #044f8e;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  max-height: 40px;
}
.item_pr:hover .des_pr h3 a
{
  text-decoration: underline;
}

.item_pr .des_pr p
{
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.item_pr .des_pr p span
{
  color: #02810e;
  margin-left: 5px;
}
.item_pr .des_pr p img
{
  margin-right: 10px;
}
.item_pr .des_pr p b
{
  color: #d80000;
  font-weight: normal;
  margin-left: 5px;
}
.banner_qc
{
  width: 100%;
  padding-top: 40px;
}
.banner_qc img
{
  vertical-align: top;
  width: 100%;
}
/*------Tin tức----------*/
#news-home
{
  width: 100%;
  position: relative;
  padding: 40px 0;
}
#news-home .news-left
{
  width: 51.6%;
  float: left;
  padding-right: 40px;
}
#news-home .news-right
{
  width: 48.4%;
  float: right;
}
.title_tintuc
{
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.title_tintuc h2
{
  font-family: 'OswaldBold';
  color: #006dcc;
  text-transform: uppercase;
  position: relative;
  font-size: 25px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.title_tintuc h2:after
{
  content: '';
  width: 600px;
  height: 5px;
  background:url('../images/line_h2.png') repeat-x;
  position: absolute;
  left: 100%;
  bottom: 10px;
}
.title_tintuc h2:before
{
  content: '';
  width: 32px;
  height: 5px;
  background:url('../images/line_tintuc.png') no-repeat;
  position: absolute;
  left: 100%;
  bottom: 10px;
  z-index: 1
}
.content_fanpage
{
  width: 100%;
  overflow: hidden;
}
#news-home #news_main_sub
{
  width: 42%;
  padding-right: 15px;
  float: left;
}
#news-home .owl-theme1 .owl-nav button
{
  color: #fff;
}
#news-home #news_main_sub .main_news
{width: 100%;}
#news-home #news_main_sub .item_news_main
{
  width: 100%;
}
#news-home #news_main_sub .item_news_main .img_main_news
{
  width: 100%;
  overflow: hidden;
}
#news-home #news_main_sub .item_news_main .img_main_news img
{
  width: 100%;
  vertical-align: top;
}
#news-home #news_main_sub .item_news_main:hover .img_main_news img
{
  transform: scale(1.1, 1.1);
}
#news-home #news_main_sub .item_news_main .right_main_news 
{
  width: 100%;
  padding-top: 10px;
}

#news-home #news_main_sub .item_news_main .name_main_news a
{
  color: #2d2d2d;
  font-size: 14px;
  display: block;
  font-family: 'RobotoBold';
  display: block;
}
#news-home #news_main_sub .item_news_main span
{
  display: block;
  font-size: 13px;
  color: #8b8b8b;
  font-family: 'RobotoRegular';
  margin: 5px 0;
}
#news-home #news_main_sub .item_news_main span a
{
  color: #0b52a8;
}
#news-home #news_main_sub .item_news_main .right_main_news p
{
  line-height: 25px;
  font-family: 'RobotoRegular';
  color: #1e1e1e;
  font-size: 14px;
  display: block;
  max-height: 72px;
  overflow: hidden;
}

#news-home #news_main_sub .item_news_main .name_main_news a:hover
{
  text-decoration: underline;
}
#news-home #news_main_sub .right_main_news a.a_readmore
{
  width: 102px;
  height: 39px;
  border: 2px solid #333333;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #d42929;
  display: block;
  font-family: RobotoBold;
  margin-top: 10px;
}
#news-home #news_main_sub .right_main_news a.a_readmore:hover
{
  border-color: #d42929;
}
#news-home .sub_news
{
  width: 100%;
}

#news-home .sub_news .item_sub_news
{
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
#news-home .sub_news .item_sub_news .img_sub_news
{
  width: 175px;
  float: left;
}
#news-home .sub_news .item_sub_news:nth-child(2n) .img_sub_news
{
  float: right;
}
#news-home .sub_news .item_sub_news .right_sub_news
{
  width: calc(100% - 175px);
  float: left;
  padding-left: 15px;
  max-height: 120px;
  overflow: hidden;
}
#news-home .sub_news .item_sub_news:nth-child(2n) .right_sub_news
{
  padding-left: 0;
  padding-right: 15px;
}
#news-home .sub_news .item_sub_news .right_sub_news .name_sub_news a
{
  font-family: 'RobotoBold';
  color: #333333;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
#news-home .sub_news .item_sub_news .right_sub_news span
{
  font-family: 'RobotoRegular';
  font-size: 13px;
  color: #808080;
  font-style: italic;
}
#news-home .sub_news .item_sub_news .right_sub_news p
{
  font-family: 'RobotoRegular';
  color: #333333;
  font-size: 13px;
  line-height: 23px;
  max-height: 75px;
  overflow: hidden;
}
#news-home .sub_news .item_sub_news:hover .right_sub_news .name_sub_news a
{
  text-decoration: underline;
}
#news-home .sub_news .item_sub_news .right_sub_news span
{
  display: block;
  font-size: 13px;
  color: #8b8b8b;
  font-family: 'RobotoRegular';
  margin: 5px 0;
}
#news-home .sub_news .item_sub_news .right_sub_news span a
{
  color: #0b52a8;
}
#news-home .sub_news .item_sub_news .right_sub_news span img
{
  float: left;
  margin-right: 5px;
}

#video
{
  width: 100%;
  padding: 40px 0;
}
#video .video-left
{
  width: 42%;
  float: left;
  padding-right: 40px;
}
#video .video-right
{
  width: 58%;
  float: left;
}
.video_lienquan select
{
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.album-home
{
  width: 100%;
}
.margin-ab
{
  margin: -6px;
}
.items-ab
{
  padding: 6px;
}
.items-ab a
{
  display: block;
  overflow: hidden;
}
.items-ab img
{
  width: 100%;
}
.items-ab:hover img
{
  transform: scale(1.1, 1.1);
}
/*----------Dịch vụ---------*/
.top-service
{
  width: 100%;
  background: #006dcc;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.top-service:before
{
  content: '';
  width: 100%;
  height: 3px;
  background: url('../images/line_slider.jpg') repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service p
{
  font-family: 'Oswald-Light';
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.top-service span
{
  font-family: 'EncodeSansCondensed-Regular';
  font-size: 15px;
  color: #ffffff;
}
#dichvu_home
{
  padding: 40px 0;
}
.margin-sv
{
  margin: 0 -15px;
}
.item_sv-l
{
  padding: 0 15px;
}
.item_sv-l:nth-child(3n+1)
{
  clear: both;
}
.item_sv
{
  width: 100%;
}
.item_sv .img_sv
{
  width: 100%;
  overflow: hidden;
}
.item_sv .img_sv img
{
  width: 100%;
}
.item_sv:hover .img_sv img
{
  transform: scale(1.1, 1.1);
}
.item_sv .des_sv
{
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.item_sv .des_sv h3 a
{
  font-family: 'RobotoBold';
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.item_sv .des_sv h3 a:hover 
{
  color: red;
}
/*----------Tiêu chí--------*/
#tieuchi
{
  width: 100%;
  padding: 40px 0;
  background: #f0f0f0;
}
.margin-tc
{
  margin: -15px;
}
.items-tc
{
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.items-tc:nth-child(3n+1)
{
  clear: both;
}
.items-tc .img-tc
{
  width: 66px;
  height: 56px;
  background: url('../images/bg_vs.png') no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-tc .img-tc img
{
  max-width: 100%;
}
.items-tc:hover .img-tc img
{
  transform: rotate(25deg);
}
.items-tc .des-tc
{
  width: calc(100% - 66px);
  padding-left: 15px;
}
.items-tc .des-tc h3 a
{
  font-family: 'RobotoBold';
  color: #404040;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.items-tc .des-tc h3 a:hover
{
  color: red;
}
.items-tc .des-tc p
{
  font-family: 'RobotoRegular';
  font-size: 13px;
  color: #404040;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
}
/*----------Liên hệ---------*/

.form_lh
{
  width: 100%;
}
.form_lh legend
{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form_lh fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.form_lh p {
  padding: 5px 0px 5px 0px;
}
.form_lh .items_input_capcha
{
  display: flex;
  align-items: center;
}
.form_lh .items_input
{
  width: 50%;
  padding: 0px 10px;
  float: left;
}
.form_lh .items_input i
{
  font-size: 25px;
  color: #c32c2c;
  cursor: pointer;
  margin-left: 10px;
}
.form_lh .items_input img
{
  margin-left: -15px;
}
.margin_form
{
  margin: 0 -10px;
}
.form_lh p input {
  padding: 5px;
  padding-left: 15px;
  width: calc(100%);
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
}
.form_lh p label {
  width: 100px;
  float: left;
}
.form_lh p textarea {
  padding: 5px;
  width: calc(100%);
  border: 1px solid #ccc;
  height: 150px;
  outline: none;
}
.form_lh p button {
  border: 0px;
  background: #303030;
  padding: 8px 25px 8px 25px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 8px;
}
.form_lh p button:hover {
  background: #81ce57;
}
#form_contact input {
  padding: 5px;
}

.left_contact {
  width:40%;
  float: left;
  padding-right: 40px;
}
.right_contact {
  width: 60%;
  float: left;
}
.form_lh input::-webkit-input-placeholder {
  color: #3e3e3e;
}
.form_lh input:-moz-placeholder {
  color: #3e3e3e;
}
.form_lh input::-moz-placeholder {
  color: #3e3e3e;
}
.form_lh input:-ms-input-placeholder {
  color: #3e3e3e;
}

.form_lh textarea::-webkit-input-placeholder {
  color: #3e3e3e;
}
.form_lh textarea:-moz-placeholder {
  color: #3e3e3e;
}
.form_lh textarea::-moz-placeholder {
  color: #3e3e3e;
}
.form_lh textarea:-ms-input-placeholder {
  color: #3e3e3e;
}
/*----------------------Đối tác-----------------*/
.partner
{
  width: 100%;
  padding: 20px 0;
  background: #f2f2f2;
}
.partner .container_main
{
  padding: 0 30px;
}
.partner .box_partner
{
  width: 100%;
}

.partner .margin-partner
{
  margin: 0 -10px;
}
.partner .item_partner
{
  padding: 0 10px;
}
.partner .item_partner img
{
  width: 100%;
  border: 1px solid #e5e5e5;
}
.partner .owl-theme1 .owl-nav button:before,.partner .owl-theme1 .owl-nav button:after
{
  font-size: 35px;
}
.title_main
{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  background: url('../images/line_dichvu.png') no-repeat bottom center;
  padding-bottom: 20px;
}
.title_main h2
{
  font-family: 'OswaldBold';
  font-size: 30px;
  color: #006dcc;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-bottom: 5px;
}

.title_main p
{
  font-family:'RobotoRegular';
  font-size: 14px;
  color: #333333;
  
}
.sanpham_home .title_main
{
  margin-bottom: 10px;
}
/*---------------------Footer--------------------*/
#footer
{
  width: 100%;
}
#footer .footer
{
  width: 100%;
  padding: 40px 0 0;
}
#footer .footer .box_footer
{
  width: 100%;
  padding-bottom: 40px;
}
#footer .footer h2
{
  font-size: 28px;
  color: #fff;
  font-family: 'UTMImpact';
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
}

#footer .footer .footer1
{
  width: 39%;
  float: left;
  padding-right: 40px;
}
#footer .footer1 .content_footer
{
  font-family: 'RobotoMedium';
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
.padding-bottom-20
{
  padding-bottom: 20px;
}
#footer .content_footer p
{
  font-family: 'RobotoRegular';
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 30px;
}
#footer .footer .social_footer 
{
  width: 100%;
  padding-top: 25px;
}
#footer .footer .content_footer p img
{
  margin-right: 10px;
}
#footer .footer .social_footer span
{
  font-family: 'RobotoMedium';
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
.ul_footer ul
{
  padding-left: 0;
}
.ul_footer ul li
{
  list-style: none;
}
.ul_footer ul li a
{
  font-size: 13px;
  color: #fff;
  font-family: 'RobotoMedium';
  display: block;
  margin-bottom: 15px;
}
.ul_footer ul li:last-child a
{
  margin-bottom: 0;
}
.ul_footer ul li a img
{
  margin-left: 5px;
}
.ul_footer ul li:hover a
{
  text-decoration: underline;
}
#footer .footer .footer2
{
  width: 18%;
  float: left;
  padding-right: 40px;
}
#footer .footer .logo_footer
{
  width: 100%;
  padding-top: 20px;
}
#footer .footer .logo_footer img
{
  max-width: 100%;
}
#footer .footer .footer3
{
  width: 15%;
  float: left;
  padding-right: 40px;
}
#footer .footer .footer4
{
  width: 28%;
  float: left;
}
#footer .footer h3
{
  font-family: 'RobotoBold';
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  text-transform:uppercase;
  padding-bottom: 10px;
}
#footer .footer h3:before
{
  content: '';
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer6
{
  width: 100%;
  background: #0058a6;
  padding: 15px 0;
}
.footer6 .container_main
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer6 p,.footer6 a
{
  font-size: 13px;
  color: #fff;
  font-family: 'RobotoRegular';
}

.footer6 .footer8 p
{
  display: inline-block;
  padding: 0 10px;
  line-height: 10px;
  border-left: 1px solid #ffffff;
}
.footer6 .footer8 p:first-child
{
  padding-left: 0;
  border-left: 0;
}
.footer6 .footer8 p:last-child
{
  padding-right: 0;
}
.social_footer
{
  padding-top: 0px;
}

.social_footer img
{
  margin-right: 5px;
  max-width: 40px;
}
/*--------Đăng ký nhận mail---------*/
.newsletter
{
  width: 100%;
  position: relative;
  background: #f0f0f0;
  padding: 25px 0;
}
.title-letter
{
  display: flex;
  align-items: center;
  max-width: 500px;
}
.title-letter img
{
  margin-right: 20px;
}
.title-letter p
{
  font-family: 'RobotoRegular';
  font-size: 18px;
  color: #262626;
}
.newsletter .container_main
{
  display: flex;
  align-items: center;
}
.newsletter .center-letter
{
  flex-grow: 1;
}
.form_tin
{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}
.form_tin input
{

  height: 41px;
  outline: none;
  border: 1px solid #d9d9d9;
  padding-left: 15px;
  background: #fff;
  color: #000;
  width: calc(100% - 112px);
} 

.form_tin button
{
  width: 102px;
  height: 41px;
  line-height: 41px;
  background: #e91515;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: 'RobotoBold';
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.right-letter p
{
  font-family: 'RobotoRegular';
  font-size: 18px;
  color: #262626;
  text-transform: uppercase;
  line-height: normal;
}
.right-letter span
{
  font-family: 'BarlowSemiCondensed-Regular';
  font-size: 28px;
  color: #e91515;
  line-height: normal;
}

.form_tin input::-webkit-input-placeholder {
  color: #0a0a0a;
  font-size: 13px;
  font-family: 'RobotoRegular';
}
.form_tin input:-moz-placeholder {
  color: #0a0a0a;
  font-size: 13px;
  font-family: 'RobotoRegular';
}
.form_tin input::-moz-placeholder {
  color: #0a0a0a;
  font-size: 13px;
  font-family: 'RobotoRegular';
}
.form_tin input:-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 13px;
  font-family: 'RobotoRegular';
}
/*----------Báo giá---------*/
#baogia-home
{
  width: 100%;
  padding: 100px 0;
  position: relative;
  max-width: 1366px;
  margin: auto;
}
#baogia-home .baogia-left
{
  width: 36%;
  position: relative;
  z-index: 2;
}
#baogia-home  .title-bg
{
  text-align: center;
  margin-bottom: 20px;
}
#baogia-home .baogia-left h2
{
  font-family: 'Oswald-Regular';
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
#baogia-home .baogia-left p
{
  font-family:'RobotoRegular' ;
  font-size: 14px;
  color: #fff;
}
#baogia-home .right-baogia
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: url('../images/bg_baogia.png') no-repeat top right;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#baogia-home .box-right-baogia
{
  width: 100%;
  max-width: 450px;
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px 0;
}
.box-right-baogia .owl-theme1 .owl-prev
{
  left: -35px;
}
.box-right-baogia .owl-theme1 .owl-next
{
  right: -35px;
}
.box-right-baogia .owl-theme1 .owl-nav button:before
{
  font-size: 40px;
}
.form_baogia .box-items-input
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_baogia .box-items-input .items-input
{
  width: calc(50% - 5px);
}
.form_baogia .items-input
{
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.form_baogia .items-input span
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-right: 1px solid #bac1d1;
  position: absolute;
  left: 0;
  top: 0;
}
.form_baogia textarea
{
  width: 100%;
  height: 70px;
  border: 0;
  outline: none;
  border: 0;
  padding-left: 10px;
  padding-top: 10px;
}
.form_baogia input
{
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  outline: none;
  padding-left: 55px;
}
.form_baogia button
{
  width: 150px;
  height: 40px;
  background: #e69d00;
  font-family: 'RobotoBold';
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  border: 0;
  outline: 0;
  display: block;
  margin:auto;
  margin-top: 15px;
}
.item_gt h3 a
{
  font-family: 'Oswald-Regular';
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.item_gt p
{
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  max-height: 125px;
  overflow: hidden;
  text-align: justify;
}
.item_gt a.a_xemthem
{
  width: 150px;
  height: 45px;
  border: 2px solid #fff;
  display: block;
  margin-top: 30px;
  line-height: 45px;
  text-align: center;
  font-family:'Arial';
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.right-baogia .owl-theme1 .owl-nav button
{
  color: #fff;
}
/*---------------------Chi tiết tin tức--------*/
.margin_news-l
{
  margin: -14px;
}
.items_news-s
{
  padding: 14px;
}
.items_news-l
{
  padding-bottom: 15px;
}
.items_news-l:nth-child(4n+1)
{
  clear: both;
}
.items_news-s:nth-child(4n+1)
{
  clear: both;
}
.items_news .images_news
{
  float: left;
  width: 30%;
  margin-right: 15px;
}
.items_news .images_news img
{
  width: 100%;
}
.items_news h3 {
  font-family: 'RobotoBold';
  font-size: 16px;
  color: #424242;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.items_news:hover h3
{
  color: red;
}
.items_news p {
  font-family: 'MuliRegular';
  font-size: 14px;
  color: #424242;
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}

.order_news {
  margin-bottom:5px;
  padding-left: 25px;
}

.order_news a {
  font-size: 15px;
  color:#666;
  margin-bottom:5px;
}
.order_news:hover
{
  margin-left: -10px;
}
.order_news span {
  color:#0099FF;
}

.span_orther
{
  width: 100%;
  font-size: 20px;
  font-family: 'RobotoBold';
  display: block;
  text-transform: uppercase;
  margin: 15px 0;
}
.ngaydang
{
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.h1_detail
{
  font-size: 20px;
  font-family: 'RobotoBold';
}
.note_nd    
{
  width: 100%;
  color: #000;
  font-size: 16px;
}

/*----------Left--------------------*/
#index
{
  width: 100%;
  padding: 40px 0;
}
#left {
  width: 270px;
  float: left;
  position: sticky;
  top: 90px;
  left: 0;
  z-index: 111;
}
.content_right
{
  width: calc(100% - 270px);
  float: right;
  padding-left: 30px;
}
#left .left .title
{
  width: 100%;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #cb0223;
}
#left .left .title h2
{
  font-family: 'RobotoBold';
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 18px;
}
#left .box-left
{
  border: 1px solid #ccc;
  padding: 10px;
}
#left .box-left .col-xs-12
{
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
#left .box-left .col-xs-12:last-child
{
  margin-bottom: 0;
}
/*----------Chi tiết sản phẩm--------*/

.content_product .frame_images {
  width: 46%;
  float:left;
}

.content_product .des-product {
  width: 54%;
  float:left;
  padding-left: 40px;
}

.content_product .frame_images .selectors {
  width:100%;
  padding-top: 10px;
}

.margin-zoom
{
  margin: 0 -5px;
}
.items_zoom {
  padding: 0 5px;
  cursor:pointer;
  outline: none !important;
}
#owl-demo22 .owl-stage
{
  margin: auto;
}

.slick-current .items_zoom1 {
  border-color:red;
}

.content_product .des-product h1 {
  color:#333;
  font-family: 'RobotoBold',sans-serif;
  font-size:19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#zoom-fig
{
  position: relative;
  text-align: center;
}
.content_product .des-product li {
  list-style:none;
  padding: 5px 0;
  color:#333;
  font-family:'RobotoRegular',sans-serif;
  font-size: 17px;
}
.content_product .addtocart-p
{
  margin-bottom: 20px;
}

.content_product .button-slick div
{
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -khtml-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
}
.content_product .button-slick div i
{
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.content_product .button-slick div.prev_sub_news
{
  left:10px;
}
.content_product .button-slick div.next_sub_news
{
  right:10px;
}
.content_product .des-product .sale
{
  width: 56px;
  height: 21px;
  background: url(../images/sale.png) no-repeat;
  text-align: center;
  line-height: 21px;
  font-family: 'RobotoMedium';
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.content_product .button-slick .next_sub_news
{
  margin-left: 15px;
}
.content_product .des-product .des-product-sub {
  color:#333;
  font-size:17px;
  line-height: 35px;
}
.content_product .des-product .quote {
  display:inline-block;
  margin:0 5px;
}
.content_product .des-product .price-final_price
{
  display: flex;
  align-items: center;
}
.content_product .des-product .price-final_price p
{
  color: #333;
  font-family:'RobotoBold',sans-serif;
  font-size: 20px;
}
.content_product .des-product .price-final_price p span
{
  color: #ed1c24;
}
.content_product .des-product .price-final_price p.price_old
{
  color: #333;
  text-decoration: line-through;
  font-size: 17px;
  margin-left: 10px;
}

a.txt_color_2,
.txt_color_2 {
  color:#ff6600;
}

.content_product .des-product .items_size {
  float:left;
  margin-right:5px;
  overflow:hidden;
}

.content_product .des-product .items_size input {
  display:none;
}

.content_product .des-product .items_size span {
  display:block;
  padding:7px 20px;
  background:#fff;
  cursor:pointer;
  border:1px solid #ccc;
  position:relative;
}

.content_product .des-product .items_size label {
  font-weight:normal;
}

.content_product .des-product .items_size input[type=radio]:checked + span {
  border:1px solid #ff6600;
}

.content_product .des-product .items_size input[type=radio]:checked + span:after {
  content:"";
  position:absolute;
  right:-15px;
  top:-10px;
  background:#ff6600;
  width:45px;
  height:8px;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.wrap_qty {
  position:relative;
  display:inline-block;
}

.txt_12 {
  font-size:12px;
}

.wrap_qty input {
  background:#f3f3f3;
  border:1px solid #eaeaea;
  border-radius:2px;
  width:53px;
  height:28px;
  padding:0 9px;
}

.wrap_qty .fa {
  position:absolute;
  right:5px;
  font-size:16px;
  cursor:pointer;
}

.wrap_qty .fa-caret-up {
  top:0;
}

.wrap_qty .fa-caret-down {
  bottom:1px;
}

.content_product .des-product .control {
  margin:10px 0;
}
.share_social {
  margin: 10px 0;
}
.content_product .des-product li .share_social
{
  margin: 0;
}
.share_social .flex-box
{
  display:flex;
  align-items:center;
}

.zalo-share-button {
  margin-top:-5px;
  margin-left:5px;
}

.at-style-responsive .at-share-btn {
  padding:7px !important;
}

.zalo_icon {
  position:fixed;
  top:calc(50% + 70px);
  right:5px;
  cursor:pointer;
  display:inline-block;
  z-index:999;
}
.actions #product-addtocart-button {
  background: url(../images/icon_add_cart_white.svg),#ed1c24;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 16px 8px;
  padding-left: 52px;
  padding-right: 20px;
}
.actions #buy-now {
  background-image: url(../images/icon_buy_now.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 11px 8px;
  padding-left: 40px;
  padding-right: 20px;
}
button.btn_site_2 {
  background: #6dbb43;
  border-radius: 3px;
  color: #fff !important;
  outline: none;
  display: inline-block;
  padding: 9px 50px;
  font-size: 15px;
  margin: 5px 0;
}
#container_product
{
  width: 100%;
  padding-top: 30px;
}
.box_spcl
{
  padding-top: 30px;
}
.fix-content
{
  position: relative;
  z-index: 1;
}
#slick1 { opacity: 0 }
#slick1.slick-initialized { opacity: 1 }
#slick { opacity: 0  }
#slick.slick-initialized { opacity: 1 }

.tags strong
{
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}
.tags ul
{
  padding-left: 0;
}
.tags ul li
{
  display: inline-block;
  float: left;
  width: auto;
  padding: 0 !important;
  margin: 2px 0;
}
.tags ul li a
{
  font-size: 14px;
  color: #666;
  font-family: 'UTMAvo';
}
.tags ul li a:hover
{
  text-decoration: underline;
}

.kk-btn-slider {
  text-transform: inherit !important;
  font-size: 15px!important;
  border-radius: 6px !important;
  box-shadow: 2px 8px 7px -3px rgba(5, 5, 5, 0.20) !important;
  background-image: linear-gradient(to bottom,#B80019,#B80019);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  transition: background 0.4s linear, color 0.3s linear;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  display: block;
  position: relative;
  width: 152px;
  height: 44px;
  overflow: hidden;
}
.kk-btn-slider span {
  position: relative;
  top: -2px;
  left: -5px;
}
.kk-btn-slider .i-button {
  width: 24px;
  height: auto;
  display: inline;
  border: 1px solid transparent;
  transition: all .5s;
  max-width: 100%;
  vertical-align: middle;
  filter: grayscale(1) brightness(6);
}
.btn_effect:hover {
  color: #fff;
}

.btn_effect:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #1b232c;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: linear-gradient(113deg,#5c5c5c,#000000);
}
.btn_effect:after {
  background-image: linear-gradient(to top,#ff9f00,#ffb437);
}
.btn_effect:hover:after {
  height: 500%;
  opacity: 1;
}
.box-effect
{
  position: relative;
  display: inline-block;
}
.box-effect .hotline {
  display: block;
  position: absolute;
  padding: 3px 20px 2px;
  top: 10px;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  transition: all .3s;
  background-image: linear-gradient(to top,#b80019,#b80019);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.box-effect:hover .hotline {
  opacity: 1;
  transform: translateY(35px);
}
/*-----------map--------*/
#map_canvas iframe
{
  width: 100%;
  height: 400px;
}
#map_canvas1-box
{
  width: 100%;
}
#map_canvas1-box iframe
{
  width: 100%;
  height: 460px;
  vertical-align: top;
}
#map_canvas1
{
  width: 100%;
  height: 200px;
}
#map .group_map a {
  display: inline-block;
  margin: 5px;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  color: #fff;
  background: #e68122;
  padding: 8px 15px;
}
#map .group_map a:first-child
{
  margin-left: 0;
}
/*----------Video-----------*/
.margin_video
{
  margin: -10px;
}
.video_item {
  padding: 10px;
}
.video_item h3 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #3e3e3e;
  font-family: 'RobotoBold';
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_item:hover h3
{
  text-decoration: underline;
}
/*----------Điều hướng------*/

.breadcrumb
{
  margin-bottom: 20px;
  list-style: none;
  padding: 0 !important;
  background: #fff !important;
}
.breadcrumb-item a
{
  color: #666 !important;
  font-size: 15px;
}
.breadcrumb-item:hover a
{
  color: red !important;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 0.813rem; */
}

.breadcrumb>li+li::before {
  padding-right: .2rem;
  padding-left: .2rem;
  color: #818a91;
  content: "/";
}
.breadcrumb>li+li:before {
  content: '/';
  color: #666;
  font-size: 15px;
}
.breadcrumb-item  a:hover
{
  color: red;
}
.breadcrumb li:first-child a span {
  display: none;
}
.breadcrumb li:first-child a:before {
  content: '\f015';
  font-size: 17px;
  font-family: "FontAwesome";
  color: #666;
  font-weight: 500;
  text-indent: 0px;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
/*----------------------Back to top-------------*/

#back_to_top {
  color: #fff;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#back_to_top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}

#back_to_top span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  -o-border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #1c86c8;
  background: #006dcc;
  border: solid 2px #fff;
}
#back_to_top span {
  text-align: center;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

#back_to_top span i {
  font-size: 22px;
  color: rgb(255, 255, 255);
  transition: color 0.2s ease 0s;
}

#back_to_top:hover span i {
  color: #006dcc;
}

#back_to_top:hover span
{
  background: white;
}
/*----------------------Loading------------------*/
#loadding
{
  background: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  display: none;
}
#floatingBarsG{
  position:absolute;
  width:60px;
  height:75px;
  margin:auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.blockG{
  position:absolute;
  background-color:rgb(255,255,255);
  width:10px;
  height:23px;
  border-radius:8px 8px 0 0;
  -o-border-radius:8px 8px 0 0;
  -ms-border-radius:8px 8px 0 0;
  -webkit-border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
  transform:scale(0.4);
  -o-transform:scale(0.4);
  -ms-transform:scale(0.4);
  -webkit-transform:scale(0.4);
  -moz-transform:scale(0.4);
  animation-name:fadeG;
  -o-animation-name:fadeG;
  -ms-animation-name:fadeG;
  -webkit-animation-name:fadeG;
  -moz-animation-name:fadeG;
  animation-duration:1.2s;
  -o-animation-duration:1.2s;
  -ms-animation-duration:1.2s;
  -webkit-animation-duration:1.2s;
  -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
}

#rotateG_01{
  left:0;
  top:27px;
  animation-delay:0.45s;
  -o-animation-delay:0.45s;
  -ms-animation-delay:0.45s;
  -webkit-animation-delay:0.45s;
  -moz-animation-delay:0.45s;
  transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
}

#rotateG_02{
  left:8px;
  top:10px;
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
}

#rotateG_03{
  left:25px;
  top:3px;
  animation-delay:0.75s;
  -o-animation-delay:0.75s;
  -ms-animation-delay:0.75s;
  -webkit-animation-delay:0.75s;
  -moz-animation-delay:0.75s;
  transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
}

#rotateG_04{
  right:8px;
  top:10px;
  animation-delay:0.9s;
  -o-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -moz-animation-delay:0.9s;
  transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
}

#rotateG_05{
  right:0;
  top:27px;
  animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
  transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
}

#rotateG_06{
  right:8px;
  bottom:7px;
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  transform:rotate(135deg);
  -o-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -moz-transform:rotate(135deg);
}

#rotateG_07{
  bottom:0;
  left:25px;
  animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
}

#rotateG_08{
  left:8px;
  bottom:7px;
  animation-delay:1.5s;
  -o-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  transform:rotate(-135deg);
  -o-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-o-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-ms-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-moz-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/*=========================*/
.quick-alo-phone.quick-alo-show {
  visibility: visible;
}
.quick-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 82px;
  height: 64px;
  cursor: pointer;
  z-index: 2 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -ms-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 150px;
  top: 30px;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #2aa3d4;
  opacity: 0.5;
}
.quick-alo-ph-circle {
  width: 140px;
  height: 140px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 1 !important;
}
.quick-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #2aa3d4;
}
.quick-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/iconzalo.png") no-repeat center center;
  background-size: 100% 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #75eb50;
}
@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    -ms-transform: rotate(0) scale(.5) skew(1deg);
    -o-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -ms-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -ms-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -ms-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -ms-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/*-------Album-------*/
.album_home
{
  width: 100%;
}
.margin_hinhanh
{
  margin: -10px;
}
.grid {
  margin: -10px !important;
}
.album_item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.items_hinhanh_box
{
  padding: 10px;
}
.items_hinhanh
{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.items_hinhanh img
{
  width: 100%;
}
.items_hinhanh .des_hinhanh {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.6);
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transform: scale(0,0);
}
.items_hinhanh:hover .des_hinhanh
{
  transform: scale(1,1);
}
.items_hinhanh .des_hinhanh h3
{
  font-weight: normal;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.items_hinhanh:hover img
{
  transform: scale(1.1,1.1);
}
.images-lq
{
  display: none;
}
.grid-image-item a
{
  display: block;
  overflow: hidden;
}
.none
{
  display: none;
}
.wr_zalo {
  position: fixed;
  top: calc(50% - 50px);
  right: 0px;
}
.title_zalo {
  position: absolute;
  top: calc(50% - 33px);
  left: -68px;
  cursor: pointer;
}
.qr_code
{
  display: none;
  position: relative;
  z-index: 999;
}

.fb-fp2 {
  position: fixed;
  z-index: 999998;
  right: -290px;
  z-index: 999998;
  top: calc(50% - 50px);
  width: 380px;
  min-height: 250px;
}
.fb-fp2 img {
  float: left;
}

.noidung a.a_tl
{
  display: inline-block;
  color: #fff;
  font-weight:bold;
  margin-bottom: 20px;
  padding: 8px 20px;
  background: #4f4f4f;
  margin-right: 10px;
}
#donhang
{
  display: none;
  padding: 30px;
}
#myModal .modal-dialog
{
  width: 900px !important;
}
.content_cart .left_cart
{
  width: 50%;
  float: left;
  text-align: center;
  padding-right: 30px;
}
.content_cart .right_cart
{
  width: 50%;
  float: left;
}
.content_cart .left_cart img
{
  width: 100%;
}
.content_cart .left_cart h3
{
  font-size: 20px;
  color: #141414;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  margin-bottom: 10px;
}
.content_cart .left_cart p
{
  font-size: 15px;
  color: #141414;
  text-transform: uppercase;
}
.content_cart .left_cart p span
{
  color: red;
}
.content_cart .right_cart .btn-dathang
{
  padding: 10px 25px;
  background: #00adef;
  border: 0;
}
.modal
{
  z-index: 9999999 !important;
}
.margin_ct
{
  margin:  0 -15px;
}

.items_tintuc_nb {
  width: 100%;
  margin-bottom: 15px;
}
.items_tintuc_nb p {
  font-size: 13px;
  font-family: 'OpenSansBold';
  color: #222;
  margin-bottom: 5px;
}
.items_tintuc_nb:hover p
{
  text-decoration: underline;
}
.items_tintuc_nb span {
  font-size: 13px;
  font-family: 'RobotoRegular';
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items_tintuc_nb .col-xs-7 {
  padding-left: 10px;
  max-height: 81px;
  overflow: hidden;
}
.hotrotructuyen_item:not(:last-child) {
  border-bottom: 1px dashed #e8e8e8;
}
.hotrotructuyen_item:first-child {
  background: url("../images/hotrotructuyen.jpg") left center no-repeat;
  height: 120px;
  padding-left: 125px;
  padding-top: 25px;
  font-family: "RobotoBold";
  font-size: 16px;
  color: #ff0000;
}
.hotrotructuyen {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 10px;
  background: #FFF;
}
.mxh {
  font-family: "RobotoRegular";
}
.mxh .dienthoai {
  font-family: "RobotoBold";
  font-size: 16px;
  color: #ff0000;
  display: block;
}
.hotrotructuyen_item .info {
  padding: 5px 0 8px;
  background: url("../images/ic_email.png") left center no-repeat;
  padding-left: 40px;
  font-family: "RobotoBold";
  font-size: 14px;
  letter-spacing: 1px;
}
.hotrotructuyen_item {
  padding: 8px 0;
}
.mxh {
  font-family: "RobotoRegular";
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.mr-2
{
  margin-right: 5px;
}
.margin-bottom-20
{
  margin-bottom: 20px;
}
.social_left
{
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}
.social_left img
{
  max-width: 80px;
  margin-bottom: 10px;
}
.noidung img
{
  max-width: 100% !important;
  height: auto !important;
}
.noidung table
{
  max-width: 100% !important;
}

#show_viewdetail
{
  width: 1000px;
  padding: 30px;
}
#show_viewdetail iframe
{
  width: 100%;
}
/*----Tin tức-----*/
.margin-cn-l
{
  margin: -14px;
}
.items_cn-l,.items_cn-t
{
  padding: 14px;
}
.items_cn-t:nth-child(2n+1)
{
  clear: both;
}
.item_sub_cn .des-sub_cn
{
  width: 70%;
  float: left;
  padding-left: 15px;
}
.item_sub_cn .img_sub_cn
{
  width: 30%;
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.item_sub_cn .img_sub_cn a
{
  display: block;
  overflow: hidden;
}
.item_sub_cn .img_sub_cn img
{
  max-width: 100%;
}
.item_sub_cn h3 a
{
  font-family: 'RobotoBold';
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
  display: block;
  max-height: 42px;
  overflow: hidden;
}
.item_sub_cn p
{
  font-family: 'RobotoRegular';
  font-size: 13px;
  color: #5f5f5f;
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
}
.item_sub_cn span
{
  font-family: 'RobotoRegular';
  font-size: 13px;
  color: #5f5f5f;
  display: block;
  margin-bottom: 5px;
}
.item_sub_cn .des-sub_cn img
{
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
.item_sub_cn:hover .img_sub_cn img
{
  transform: scale(1.1, 1.1);
}
.item_sub_cn:hover h3
{
  text-decoration: underline;
}
.item_sub_cn a.a_tintuc
{
  width: 110px;
  height: 35px;
  border: 1px solid #000;
  text-align: center;
  line-height: 35px;
  font-family: 'RobotoRegular';
  font-size: 15px;
  color: #333333;
  display: block;
  margin-top: 10px;
}
.item_sub_cn a.a_tintuc:hover
{
  color: red;
  border-color: red;
}
#btn-call {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 310px;z-index: 99999;}
#btn-call i {  width: 40px; height: 40px; border-radius: 50%; background: #1182FC; color: #fff; font-size: 20px; text-align: center; line-height: 40px; position: relative; z-index: 9999; }
.kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }

#btn-zalo {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 230px;z-index: 9999;}
#btn-zalo i { display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 999; }
#btn-zalo i img { vertical-align: middle;max-width: 100%; }
.kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.js-facebook-messenger-box{bottom:70px;right:15px}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-box{width:60px;height:60px;display:block;position:fixed;cursor:pointer;text-align:center;line-height:60px;background:#1182FC;border-radius:100%;overflow:hidden;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}.js-facebook-messenger-box svg#fb-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}.js-facebook-messenger-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-container{transform:translateY(50px);bottom:110px;right:35px}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:999999999999999999999999999999}.js-facebook-messenger-container{position:fixed;opacity:0;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:99999999999999999999999999999999999999999}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box{bottom: 140px;right:15px;}.js-facebook-messenger-container{transform:translateY(50px);bottom: 200px;right:35px;}.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}.js-facebook-messenger-box.open svg#close-icon{opacity:1}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.products-tools
{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.products-tools .grid-list
{
  padding-left: 0;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.products-tools .grid-list li
{
  list-style: none;
  padding: 0 10px;
}
.products-tools .grid-list li a
{
  font-size: 14px;
  color: #666;
}
.products-tools .grid-list li a.active
{
  color: #000;
}
#content
{
  width: 100%;
  padding: 30px 0;
}
#content .box_container
{width: 100%;}
.toolbar2 {display: none;background: #006dcc;padding: 5px;bottom: 0;right: 0;left: 0;position: fixed;z-index: 500;height: auto;border-top: 1px solid #cbcbcb;}
.toolbar2 ul{list-style: none;padding-left: 0}
.toolbar2 ul li {text-align: center; float: left; width: 25%; }
.toolbar2 ul li a {display: inline-block; width: 100%; }
.toolbar2 ul li a span {color: #fff; font-size: 3.5vw;font-weight: 400; }
.icon-m {background: url(../images/icon_m.png) no-repeat; display: inline-block; }
.icon-t1 {background-position: 5px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t2 {background-position: -37px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t3 {background-position: -80px -3px; width: 58px;height: 25px;background-size: 180px; }
.icon-t4 {background-position: -150px 0px; width: 30px;height: 26px;background-size: 180px; }
#nhantin .fa{background: none;color: #fff;font-size: 23px;margin-bottom: 5px;padding-top: 2px;}

.cart_top
{
  position: fixed;
  top: 200px;
  right: 0;
  width: 41px;
  height: 41px;
  background: url('../images/icon_cart.png') no-repeat;
  z-index: 999;
}
#newleter_fixed {
  position: fixed;
  right: 0;
  top: 260px;
  width: 40px;
  height: 150px;
  background: #DEAC00;
  border-radius: 5px 0 0 5px;
  z-index: 999;
  display: none;
}
#newleter_fixed p {
  font-family: 'OpenSansBold';
  font-size: 13px;
  color: #fff;
  transform: rotate(-90deg);
  width: 175px;
  position: absolute;
  top: 43px;
  right: -68px;
  text-transform: uppercase;
}
#modal
{
  background: #dda100;
  min-width: 300px;
}

/*----------Popup-----------*/
#popub {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  z-index: 10001;
  text-align: center;
}
.noidung_popup
{
  max-width: 700px;
  min-width: 500px;
  background: white;
  float: left;
  padding: 20px;
}
#popub .popub {
  position: relative;
  max-width: 80%;
  margin: auto;
  display: inline-block;
}

#popub .popub .close_popup 
{
  position: absolute;
  background: url(../images/close.png) center center no-repeat;
  width: 60px;
  height: 60px;
  right: -33px;
  top: -33px;
  z-index: 999999;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 60px rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.5);
  background-color: rgba(255,255,255,.1);
}

.close_popup, .list-group-item>.badge {
  float: right;
}
.close_popup {
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
#popub 
{
  width: 100%;
  height: 100%;
  display: none;
}

#popub .popub .close_popup:hover {
  background-color: rgba(255,255,255,.3);
  box-shadow: 0 0 20px rgba(255,255,255,.8);
  cursor: pointer;
}
.slick-slide, .slick-slide *{ outline: none !important; }

.cart {
  position: fixed;
  top: 280px;
  right: 0px;
  z-index: 99999;
}
.cart a{position:relative;padding: 7px;background: #6dbb43;line-height: 20px;}
.cart a .fa{font-size: 20px;}
.cart span{
  position: absolute;
  top: -3px;
  right: 25px;
  background: #6dbb43;
  padding: 0px 7px;
  border-radius: 50%;
  font-size: 14px;
  font-family: monospace;
}
.cart a{text-decoration:none;color:#fff;font-family:OpenSansRegular;font-size:16px;}


div.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; display: none; }
div#my-menu { position: relative; width: 50px!important; height: 50px!important; }
div.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
div.wcircle-icon { background: #1282fc;  border-radius: 50%; display: flex!important; display: -ms-flex!important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative!important; }
div.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18,130,252,.5); border: 1px solid #fff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
div.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18,130,252,.5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
div.wcircle-menu { position: absolute!important; left: 0; top: 0; display: none; }
div.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
div.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
div.wcircle-menu-item i, div.wcircle-icon i { font-size: 25px; color: #fff; position: relative; z-index: 9999; }

.lazy
{
  opacity: 0;
  transition: all 0.5s;
}
.lazy.loaded
{
  opacity: 1;
}
.content_right1
{
  width: calc(100% - 340px);
  float: right;
  padding-right: 30px;
}
#right
{
  width: 340px;
  float: right;
  position: sticky;
  top: 90px;
}

.product_list
{
  width: 100%;
}
.product_list h1
{
  font-family: 'RobotoSlabBold';
  font-size: 30px;
  color: #c32c2c;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.cat-items 
{
  width: 100%;
  padding-top: 30px;
}
.images_product
{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/*New css*/
.item-danhmucIn:not(:last-child){
  margin-bottom: 20px;
}

.danhmuc .title-categorybar {
    font-family: Quicksand,sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    padding: 10px 20px;
    line-height: 28px;
    text-align: left;
    background-color:#006dcc;
    font-weight: 600;
    margin: 0;
    display: block;
    width: 100%;
}
.danhmuc ul.sidebar-post {
    padding: 0px 10px;
    border: solid 1px #ddd;
    display: grid;
    max-height: initial;
}
.sidebar-post li {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    color: #505050;
    padding: 10px 0;
    border-bottom: 1px solid #e7eaf1;
}
.post-style-1 .img-sidebarpost {
    width: 30%;
    float: left;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.danhmuc ul.sidebar-post li a {
    color: #333;
    font-weight: 400;
}
.sidebar-post li .img-sidebarpost img {
    object-fit: cover;
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    object-fit: cover;
    height: 100% !important;
}
.post-style-1 .name-sidebarpost {
    width: 70%;
    float: left;
    padding-left: 10px;
}
.sidebar-post li .name-sidebarpost a {
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.sidebar-post li .post-time {
    display: block;
    color: #aaa;
    font-size: 12px;
}
.post-style-1 li:first-child .img-sidebarpost {
    height: 180px;
    width: 100%;
}
.post-style-1 li:first-child .name-sidebarpost {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 15px;
    z-index: 1;
    width: 100%;
}
.post-style-1 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.post-style-1 li:first-child .name-sidebarpost a {
    color: #fff;
    text-transform: uppercase;
}
.sidebar-post li:hover .img-sidebarpost img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.danhmuc .map .box_left iframe{
  width: 100%;
  height: 200px;
}
/*End new css*/