@charset "utf-8";
* {
  margin:0;
  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';
  font-size: 14px;
}
.visit_hidden {
  visibility:hidden;
  height:0;
}
/*-------------*/
.fix_head {
  position:fixed !important;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  background: #fff;
}
.wow {
  visibility:hidden;
}
#container {
  width:100%;
  overflow: hidden;
}
.container_main {
  width: 1200px;
  margin:auto;
}
.page-link.current
{
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/*---------Header-------*/
#header .header {
  padding: 10px 0;
}
#header .container_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  max-width: 270px;
  width: 100%;
  text-align: center;
}
#header .banner {
  flex-grow: 1;
  padding: 0 45px 0 20px;
}
#header .slogan {
  text-align: center;
}
#header .slogan p {
  font-size: 21px;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#header .hotline {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-top: 30px;
}
#header .hotline img {
  margin-right: 10px;
}

#header .hotline span {
  font-size: 20px;
  color: #d00000;
  display: block;
  font-weight: bold;
}
.social {
  padding-left: 20px;
}
.social img {
  max-width: 37px;
  transition: all 0.5s;
}
.social img:hover {
  transform: rotate(25deg);
}
/* Menu */
#main_menu {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 9999;
}
#main_menu .box_menu {
 width: 100%;
 height: 40px;
 background: #118f00;
}
#main_menu .box_menu .container_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_menu .box_menu .menu {
  flex-grow: 1;
  display:flex;
  align-items:center;
  justify-content: space-between;
  z-index: 9999;
}
.menu_mobile {
  display:none;
  width: 58px;
}
.menu_mobile i {
  font-size:35px;
}
.menu_mobile a {
  color:#fff;
  text-transform:uppercase;
  line-height:normal;
  display: inline-block;
}
.hotline_mobile a {
  font-size:20px;
  color:#fff;
}
.title_danhmuc {
  width: 270px;
  background: #299a1a;
  position: relative;
}
.title_danhmuc h2 {
  margin-left: 12px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  background: url('../images/icon_menu.png') no-repeat left center;
  padding-left: 30px;
  cursor: pointer;
}
.title_danhmuc .danhmuc {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  display: none;
}
.title_danhmuc .danhmuc .box_left > ul {
  height: auto;
}
.box_left {
  position: relative;
}
.box_left ul {
  padding-left: 0;
  background: #ebedea;
  width: 100%;
}
.box_left > ul {
  height: 400px;
  overflow-y: auto;
  padding: 7px 0;
}
.box_left > ul::-webkit-scrollbar { width: 5px; height: 5px;}
.box_left > ul::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.box_left > ul::-webkit-scrollbar-track {  background-color: #118f00;}
.box_left > ul::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.box_left > ul::-webkit-scrollbar-thumb { height: 50px; background-color: #118f00; border-radius: 3px;}
.box_left > ul::-webkit-scrollbar-corner { background-color: #ffffff;}

.box_left ul li {
  list-style: none;
  width: 100%;
  padding: 0 15px;
}
.box_left ul li a {
  padding: 12px 0 12px 15px;
  border-bottom: 1px solid #959595;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #292929;
  text-transform: uppercase;
  background: url('../images/icon_danhmuc.png') no-repeat left center;
  position: relative;
}
.box_left ul li a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  border-bottom: 1px solid #fff;
}
.box_left ul li > ul li:last-child > a {
  border-bottom: 0;
}
.box_left ul li > ul li:last-child > a:after {
  display: none;
}
.box_left ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 999;
}
.box_left ul li ul li {
  position: relative;
}
.box_left ul li:hover > ul {
  display: block;
}
.box_left ul li:hover > a {
  color: red;
}
/*----------Tìm kiếm-----*/
.search-header {
 width: 100%;
 position: relative;
 padding-left: inherit;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.form_search {
  flex-grow: 1;
  position:relative;
  max-width: 535px;
}
.form_search input {
  width:100%;
  height: 35px;
  outline:none;
  background:none;
  padding-left: 10px;
  color:#fff;
  border: 1px solid #c00000;
  border-radius: 2px;
  color: #000;
}
.form_search button {
  position:absolute;
  top:0;
  right:0;
  width:58px;
  height:35px;
  background:url('../images/icon_tk.png') no-repeat center,#e10000;
  outline:none;
  border:0;
  border-radius: 0 2px 2px 0;
}
.form_search input::-webkit-input-placeholder {
  color:#8b8b8b;
  font-size:14px;
  font-family:'Arial';
}
.form_search input:-moz-placeholder {
  color:#8b8b8b;
  font-size:14px;
  font-family:'Arial';
}
.form_search input::-moz-placeholder {
  color:#8b8b8b;
  font-size:14px;
  font-family:'Arial';
}
.form_search input:-ms-input-placeholder {
  color:#8b8b8b;
  font-size:14px;
  font-family:'Arial';
}
/*------Slider---------*/
#slidershow {
  width:100%;
  position:relative;
  overflow:hidden;
}
#slidershow .left-slider {
  width: 270px;
  float: left;
}
#slidershow .right-slider {
  width: calc(100% - 270px);
  float: left;
}
#slidershow a {
  display: block;
  position: relative;
}
#slidershow .caption
{
  width: 500px;
  position: absolute;
  left: calc(50% - 250px);
  margin: auto;
  text-align: center;
  bottom: 10%;
}
#slidershow .caption1
{
  font-family: 'RobotoBold';
  font-size: 30px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 10px;
}
#slidershow .caption2
{
  font-family: 'RobotoRegular';
  font-size: 25px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 30px;
  text-shadow: 1px 1px 2px #000;
}
#slidershow .caption a
{
  width: 153px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #1d1d1d;
  font-family: 'RobotoBold';
  background: #ffc600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.5s;
}
#slidershow .caption a:hover {
  background: red;
  color: #fff;
}
/* Giới thiệu */
.about_home {
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.about_home .images-about {
  width: 48%;
  float: right;
  position: relative;
  text-align: right
}
.about_home .images-about img
{
  position: relative;
  vertical-align: top;
  max-width: 100%;
}
.about_home .des-about {
  width: 52%;
  float: left;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.about_home .des-about .title_about {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.about_home .des-about .title_about:before {
  content: '';
  width: 5px;
  height: 55px;
  background: #118f00;
  position: absolute;
  left: 0;
  top: 4px;
}
.about_home .des-about .title_about:after {
  content: '';
  width: 2px;
  height: 55px;
  background: #118f00;
  position: absolute;
  left: 6px;
  top: 4px;
}
.about_home .des-about .title_about p {
  color: #0f8000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.about_home .des-about .title_about h3 {
  font-family:'UTMHelvetIns';
  color: #bc0000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 5px;
}
.about_home .des-about .content-about {
  font-size: 15px;
  color: #3c3c3c;
  line-height: 30px;
}
.about_home .des-about a.a_readmore {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'RobotoBold';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  background: #1d2b95;
  transition: all 0.5s;
}
.about_home .des-about a.a_readmore:hover {
  background: red;
  color: #fff;
} 
/* Tiêu chí */
.tieuchi {
  width: 100%;
  padding-top: 20px;
}
.margin-tc {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_tc {
  padding: 5px 10px;
  text-align: center;
}
.item_tc .images-tc {
  border-radius: 50%;
  background: #e8efe8;
  padding: 20px;
  margin: auto;
  display: inline-block;
}
.item_tc .images-tc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #118f00;
}
.item_tc .images-tc img {
  max-width: 100%;
}
.item_tc:hover .images-tc img {
  transform: rotate(25deg);
}
.item_tc h3 a {
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #108400;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.item_tc h3 a:hover {
  color: #bc0000;
}
/* Quy trình */
#quytrinh {
  width: 100%;
  padding: 40px 0;
}
#quytrinh .title {
  margin-bottom: 50px;
}
#quytrinh .title h2 {
  font-size: 30px;
}
.margin-qt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.margin-qt:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.item_qt {
  text-align: center;
  width: 20%;
  padding:0 20px;
}
.item_qt .img-qt {
  width: 92px;
  height: 92px;
  border: 6px solid rgba(255, 212, 36, 0.5);
  border-radius: 50%;
  text-align: center;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
}
.item_qt.active .img-qt {
  border: 6px solid rgba(255, 0, 0, 0.5);
}
.item_qt.active .img-qt a {
  background: #ff0000;
}
.item_qt.active .img-qt a img {
  filter: brightness(0) invert(1);
}
.item_qt:hover .img-qt img {
  transform: rotate(25deg);
}
.item_qt .img-qt:after {
  content: '';
  width: 1px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
}
.item_qt .img-qt a {
  width: 100%;
  height: 100%;
  background: #ffd424;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#item_qt .des-qt {
  width: 100%;
}
#quytrinh .des-qt h3 a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  height: 48px;
  overflow: hidden;
}
#quytrinh .des-qt h3 a:hover {
  color: #ffd424;
}
#quytrinh .des-qt p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
/* Tại sao */
#taisao {
  width: 100%;
  padding: 40px 0 0;
}
#taisao .box-ts {
  padding: 40px 0;
}
#taisao .left-ts {
  width: 35%;
  float: left;
  padding-right: 20px;
}
#taisao .left-ts img {
  max-width: 100%;
}
#taisao .right-ts {
  width: 65%;
  float: left;
}
.margin-ts {
  margin: 0 -10px;
}
.items_ts {
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.items_ts:nth-child(3),.items_ts:nth-child(4) {
  margin-bottom: 0;
}
.items_ts .img_ts {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #118f00;
  transition: all 0.5s;
}
.items_ts .img_ts:hover {
  background: red;
}
.items_ts .des_ts {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.items_ts .des_ts h3 a {
  font-weight: bold;
  color: #118f00;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.items_ts .des_ts h3 a:hover {
  color: red;
}
.items_ts .des_ts p {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  max-height: 44px;
  overflow: hidden;
}
.items_ts .img_ts a {
  display: block;
  font-size: 40px;
  color: #fff;
}
/*-------Sản phẩm-------*/
.title_main {
 width: 100%;
 margin-bottom: 20px;
 position: relative;
 overflow: hidden;
}
.title_main h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  background: #299a1a;
  display: inline-block;
  position: relative;
  padding: 0 33px;
  height: 40px;
  line-height: 40px;
}
.title_main h2:before {
  content: '';
  width: 31px;
  height: 40px;
  background: url('../images/after_h2.jpg') no-repeat;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
.title_main:after {
  content: '';
  width: 12px;
  height: 10px;
  background: url('../images/icon_h2.png') no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
}
.title_main h2:after {
  content: '';
  width: 1200px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(221,222,222,1);
  background: -moz-linear-gradient(left, rgba(221,222,222,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,222,222,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(221,222,222,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(221,222,222,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(221,222,222,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(221,222,222,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddede', endColorstr='#ffffff', GradientType=1 );
}
#product_nb {
  padding-top: 40px;
}
#product_home
{
  position: relative;
  padding: 20px 0;
}
.items-list {
  width: 100%;
  padding-top: 20px;
}
.transition {
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
}
.margin-pr {
  margin: 0 -7px;
}
.item_pr_l {
  padding: 0 7px;
}
.item_pr_mg {
  padding: 0 7px;
  margin-bottom: 14px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.item_pr {
  width:100%;
  position:relative;
  padding: 4px;
  border: 1px solid #e1e1e1;
}
.item_pr .images_pr {
  width:100%;
  position: relative;
  overflow: hidden;
}
.item_pr .images_pr .sale {
  width: 34px;
  height: 34px;
  background: url('../images/sale.png') no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 34px;
  font-family: 'RobotoBold';
  font-size: 13px;
  color: #fff;
}
.item_pr .images_pr > a {
  display:block;
  overflow:hidden;
  position:relative;
}
.item_pr .images_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: 10px 7px;
  background: #fff;
}
.item_pr .des_pr .des_pr-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_pr .des_pr h3 a {
  font-family:'RobotoRegular';
  font-size:14px;
  color:#181818;
  position:relative;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.item_pr .des_pr .des_pr-price a {
  display: block;
  width: 69px;
  height: 24px;
  background: #169105;
  border-radius: 2px;
  font-family: 'RobotoBold';
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.item_pr .des_pr .des_pr-price a:hover {
  background: red;
}
.item_pr .des_pr p {
  font-family:'RobotoRegular';
  font-size:14px;
  color:#181818;
  width: calc(100% - 69px);
}
.item_pr .des_pr p span {
  color: #c10000;
  font-family: 'RobotoBlack';
  font-size: 16px;
}
.item_pr .des_pr h3:hover a
{
  text-decoration: underline; 
}
#banner_qc {
  width: 100%;
  text-align: center;
}
#banner_qc img {
  max-width: 100%;
}
/*------Tin tức----------*/
#news-home {
  width:100%;
  position:relative;
  padding:40px 0;
}
#news-home .news-left {
  width: 63%;
  float:left;
  padding-right: 40px;
}
#news-home .news-right {
  width: 37%;
  float:left;
}
.title_tintuc {
  width:100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-left: 17px;
}
.title_tintuc h2 {
  font-family: 'UTMHelvetIns';
  color: #292929;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 5px;
}
.title_tintuc p {
  color: #0f8000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.title_tintuc:before {
  content: '';
  width: 5px;
  height: 55px;
  background: #118f00;
  position: absolute;
  left: 0;
  top: 2px;
}
.title_tintuc:after {
  content: '';
  width: 2px;
  height: 55px;
  background: #118f00;
  position: absolute;
  left: 6px;
  top: 2px;
}
.content_fanpage {
  width:100%;
  overflow:hidden;
  text-align:center;
}
#news-home #news_main_sub {
  width: 51%;
  padding-right: 20px;
  float: left;
}
#news-home .owl-theme1 .owl-nav button {
  color:#fff;
}
#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;
  position:relative;
  z-index:1;
}
#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:#000000;
  font-size:16px;
  font-family:'RobotoBold';
  display:block;
  margin-bottom: 5px;
}
#news-home #news_main_sub .item_news_main .right_main_news p {
  line-height: 23px;
  font-family:'RobotoRegular';
  color:#5f5f5f;
  font-size: 13.5px;
  max-height: 65px;
  overflow:hidden;
  text-align:justify;
}
#news-home #news_main_sub .item_news_main .name_main_news a:hover {
  text-decoration:underline;
  color:red;
}
#news-home a.a_readmore {
  text-align:center;
  font-family:'RobotoBlack';
  font-size:14px;
  color:#fff;
  display:block;
  margin-top: 14px;
  width:110px;
  height:33px;
  line-height:33px;
  background: #dc0000;
}
#news-home a.a_readmore:hover {
  background:red;
  color:#fff;
  border-color:red;
}
#news-home .sub_news {
  width: 49%;
  float: left;
}
#news-home .sub_news .box_re {
}
#news-home .sub_news .item_sub_news {
  width:100%;
  padding-bottom: 20px;
}
#news-home .sub_news .item_sub_news .img_sub_news {
  width:135px;
  float: left;
}
#news-home .sub_news .item_sub_news .right_sub_news {
  width:calc(100% - 135px);
  float: left;
  padding-left: 20px;
  max-height: 107px;
  overflow: hidden;
}
#news-home .sub_news .item_sub_news .name_sub_news a {
  font-family:'RobotoBold';
  color:#1c1c1c;
  font-size:13.5px;
  display:block;
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}
#news-home .sub_news .item_sub_news:hover .name_sub_news a {
  text-decoration:underline;
}
#news-home .sub_news .item_sub_news .right_sub_news p {
  font-family:'RobotoRegular';
  color:#666666;
  font-size:13px;
  line-height: 21px;
  height: 63px;
  overflow:hidden;
  text-align:justify;
}
#news-home .sub_news .item_sub_news:hover .right_sub_news .name_sub_news a {
  text-decoration:underline;
  color:red;
}
.video_lienquan {
  width:100%;
  padding-top: 5px;
}
.margin-vd {
  margin: 0 -5px;
}
.items_vd {
  padding: 0 5px;
  cursor: pointer;
}
.items_vd:before {
  content: '';
  width: 33px;
  height: 33px;
  background: url('../images/icon_video.png');
  position: absolute;
  top: calc(50% - 16px);
  right: calc(50% - 16px);
}
/*----------Liên hệ---------*/
.form_lh {
  width:100%;
}
.form_lh p {
  padding:5px 0 5px 0;
}
.form_lh .items_input_capcha {
  display:flex;
  align-items:center;
}
.form_lh .items_input {
  width:50%;
  padding:0 10px;
  float:left;
}
.form_lh .items_input i {
  font-size:25px;
  color:#6dbb43;
  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:0;
  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:red;
}
#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:30px 0;
  background: #f2f2f2;
}
.partner .box_partner {
  width:100%;
  padding:0 30px;
}
.partner .margin-partner {
  margin:0 -4px;
}
.partner .item_partner {
  padding:0 4px;
}
.partner .item_partner a {
 display: block;
 border: 1px solid #e9e9e9;
 overflow: hidden;
}
.partner .item_partner:hover a img {
 transform: scale(1.1, 1.1);
}
.partner .item_partner img {
  max-width:100%;
  vertical-align:top;
}
/* Footer */
#footer {
  width:100%;
  overflow: hidden;
}
#footer .footer {
  width:100%;
  position:relative;
  background: #118f00;
}
#footer .footer .box_footer {
  width:100%;
  padding: 40px 0 0;
  position: relative;
}
#footer .footer h2 {
  font-family: 'UTMHelvetIns';
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
#footer .footer .content_footer p {
  font-size: 16px;
  color: #fff;
  font-family: 'RobotoRegular';
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#footer .footer .content_footer p:last-child {
  margin-bottom: 0;
}
#footer .footer .content_footer p span {
  text-transform: uppercase;
  margin-right: 5px;
}
#footer .footer .content_footer p img {
  margin-right: 10px;
}
#footer .footer h3 {
  font-family: 'RobotoBold';
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;

}
#footer .footer .footer1 {
  width: 50%;
  float: left;
  padding-right: 40px;
}
#footer .top-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#footer .top-footer .logo_footer {
  max-width: 120px;
}
#footer .top-footer .logo_footer img {
  max-width: 100%;
}
#footer .content-top {
  font-family: 'RobotoRegular';
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  max-width: calc(100% - 120px);
  padding-left: 15px;
}
.social_footer {
  width: 100%;
  padding-top: 10px;
}
.social_footer img {
  max-width: 44px;
  margin-right: 5px;
  transition: all 0.5s;
}
.social_footer img:hover {
  transform: rotate(25deg);
}
.ul_footer ul {
  padding-left:0;
}
.ul_footer ul li {
  list-style:none;
}
.ul_footer ul li a {
  font-size:14px;
  color:#fff;
  font-family:'RobotoRegular';
  display:block;
  margin-bottom: 15px;
}
.ul_footer ul li:last-child a {
  margin-bottom:0;
}
.ul_footer ul li a img {
  margin-right: 10px;
}
.ul_footer ul li:hover a {
  text-decoration:underline;
}
#footer .footer .footer2 {
  width: 50%;
  float: left;
}
.copyright {
  width:100%;
  padding: 25px 0;
  background: #118f00;
  position:relative;
}
.copyright .container_main {
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.copyright p {
  font-family:'RobotoRegular';
  font-size: 14px;
  color:#fff;
  position: relative;
}
.copyright p span {
  font-family: 'RobotoBold';
}
.copyright .copy-r p {
  display:inline-block;
  padding:0 10px;
  line-height:10px;
  border-left:1px solid #fff;
}
.copyright .copy-r p:first-child {
  padding-left:0;
  border-left:0;
}
.copyright .copy-r p:last-child {
  padding-right:0;
}
#map_canvas_footer iframe {
  width: 100%;
  height: 390px;
  vertical-align: top;
}
/*--------Đăng ký nhận mail---------*/
.newsletter {
  width: 100%;
  padding: 40px 0;
  background: #353535;
}
.newsletter .title h2 {
  font-size: 30px;
}
.newsletter .container_main {
  max-width: 1022px;
}
.form_tin .flex {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}
.form_tin .items-input {
  width: calc( (100% / 3) - 6px);
}
.form_tin input {
  width: 100%;
  outline:none;
  border:0;
  padding-left: 15px;
  background:rgba(255,255,255,0.7);
  color:#000;
  height:42px;
  border:1px solid #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.form_tin input:last-child {
  margin-bottom: 0;
}
.form_tin textarea {
  width:100%;
  outline:none;
  border:1px solid #fff;
  padding-left:10px;
  padding-top: 10px;
  background:rgba(255,255,255,0.7);
  color:#000;
  height: 95px;
  vertical-align: top;
  border-radius: 5px;
}
.form_tin .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.form_tin button {
  width: 130px;
  height:37px;
  line-height:37px;
  background:#e40000;
  outline:none;
  border:0;
  cursor:pointer;
  font-family:'RobotoBlack';
  font-size:14px;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  display:block;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 5px;
}
.form_tin button:hover {
  background: none;
  background: #fff;
  color: #000;
}
.form_tin input::-webkit-input-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin input:-moz-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin input::-moz-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin input:-ms-input-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin textarea::-webkit-input-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin textarea:-moz-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin textarea::-moz-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
.form_tin textarea:-ms-input-placeholder {
  color:#404040;
  font-size:14px;
  font-family:'RobotoRegular';
}
/*---------------------Chi tiết tin tức--------*/
.noidung img {
  max-width:100% !important;
  height:auto !important;
}
.noidung table {
  max-width:100% !important;
}
.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;
}
.title_detail {
  text-align: center;
  margin-bottom: 20px;
}
.h1_detail {
  font-size:20px;
  font-family:'RobotoBold';
}
.title_detail h1 {
  font-size: 30px;
}
.note_nd {
  width:100%;
  color:#000;
  font-size:16px;
}
.share_social {
  margin:10px 0;
}
.share_social .flex-box {
  display:flex;
  align-items:center;
}
.zalo-share-button {
  margin-top:-5px;
  margin-left:5px;
}
/*-----------map--------*/
#map_canvas iframe {
  width:100%;
  height:400px;
}
#map_canvas1
{
  position: relative;
}
#map_canvas1 iframe {
  width:100%;
  height:440px;
  vertical-align: top;
}
/*----------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;
}
/*--------Hình ảnh home-------------*/
#album {
  width: 100%;
  padding:40px 0 20px 0;
}
.title {
  text-align: center;
  margin-bottom: 30px;
}
.title h2 {
  font-family: 'UTMHelvetIns';
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 36px;
}
.title p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.margin-ha {
  margin: 0 -10px;
}
.item_ha-l {
 padding: 0 10px;
 margin-bottom: 20px;
}
.item_ha {
  width: 100%;
  position: relative;
}
.item_ha .images-ha {
  width: 100%;
  overflow: hidden;
}
.item_ha h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item_ha h3 a {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item_ha-l .item_ha img {
  width: 100%;
}
.item_ha-l .item_ha:hover img {
  transform: scale(1.1, 1.1);
}
/*------Back to top-------------*/
#back_to_top {
  color:#fff;
  height:auto;
  position:fixed;
  bottom: 70px;
  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:#118f00;
  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:#118f00;
}
#back_to_top:hover span {
  background:white;
}
/*-------Album-------*/
.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:0;
  left:0;
  right:0;
  bottom:0;
  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;
}
/*----Tin tức-----*/
.margin-cn-l {
  margin:0 -14px;
}
.items_cn-l,
.items_cn-t {
  padding:0 14px;
  margin-bottom: 20px;
}
.items_cn-t:nth-child(2n+1) {
  clear:both;
}
.item_sub_cn .des-sub_cn {
  width:65%;
  float:left;
  padding-left:15px;
}
.item_sub_cn .img_sub_cn {
  width:35%;
  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:10px;
  display:block;
}
.item_sub_cn p {
  font-family:'RobotoRegular';
  font-size:13px;
  color:#5f5f5f;
  line-height:25px;
  max-height: 50px;
  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;
}
.fb-comments
{
  width: 100% !important;
}
#content {
  width:100%;
  padding: 30px 0;
  background: #fff;
}
#content .box_container {
  width:100%;
}
.slick-slide,
.slick-slide * {
  outline:none !important;
}
.lazy {
  opacity:0;
  transition:all 0.5s;
}
.lazy.loaded {
  opacity:1;
}
/*----------------------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:0;left:0;right:0;bottom:0}
.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)}}
/*----------Gọi điện right----*/
.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: 100px;bottom: 300px;}
.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/phone.png") no-repeat center center;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)}}
/*----------ChatFace-----------*/
#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: #cc0000; 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,143,0, 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(64, 72, 204, .8);opacity: .1;border-color: #4048CC;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: #118f00;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,143,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,143,0, .8);opacity: .1;border-color: #118f00;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:#cc0000}.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: #d8721d;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: #118f00;}.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background: #118f00;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: #118f00;}.js-facebook-messenger-box{background: #118f00;}.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%;
}
/*----------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}
/*----------Gọi điện-----------*/
.toolbar2 {display: none;background: #118f00;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: 3vw;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;}
#direct {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 20px;
    bottom: 295px;
    z-index: 9999;
}
/*----------Gọi điện-----------*/
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: #cc0000;  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(255,0,0,.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(255,0,0,.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: #cc0000; 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; }
.margin-top-30 {
  margin-top: 30px;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
  font-size: 14px;
  color:#333 !important;
}
/* Left */
#left {
  width:24%;
  float:left;
  position:sticky;
  top:70px;
}
#left .left {
  width:100%;
}
.content_right {
  width:76%;
  float:right;
  padding-left:30px;
}
#left .left .title {
  width:100%;
  height:45px;
  line-height:45px;
  position:relative;
  background:#1d2b95;
}
#left .left .title h2 {
  font-family:'RobotoBold';
  font-size:17px;
  text-transform:uppercase;
  color:#fff;
  padding-left:18px;
}
#left .left .box_left ul {
  padding:0;
  background:#f2f2f2;
}
#left .left .box_left ul li {
  position:relative;
  list-style:none;
}
#left .left .box_left ul li > a {
  font-family:'RobotoRegular';
  font-size:16px;
  color:#272727;
  padding:10px 10px 10px 40px;
  display:block;
  text-transform:capitalize;
  width:100%;
  border-bottom:1px solid #ccc;
  border-top:0;
  background:url('../images/icon_li.png') no-repeat top 17px left 20px;
}
#left .left .box_left  ul  li:hover > a {
  color:red;
  text-decoration:underline;
}
#left .left .box_left > ul > li > ul {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  z-index: 1111;
}
#left .left .box_left ul li:hover > ul {
  display: block;
}
#left .left .box_left ul li ul li:first-child {
  border-top: 1px solid #ccc;
}
.margin-top-20 {
  margin-top:20px;
}

.fix_hotline {
    position: fixed;
    bottom: 30px;
    left: 10px;
    background: #FFF url(../images/hotline.png) no-repeat;
    width: 225px;
    height: 67px;
    color: #a90000;
    padding-left: 42px;
    padding-top: 31px;
    font-family: 'RobotoBold';
    font-size: 26px;
    z-index: 9999;
    border-radius: 5px;
}