@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;
}
:root {
  --color-red: #e31e27;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
  --color-main: #0a77d4;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a,
input,
textarea {
  outline: none;
  padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
/*-------------*/
.fix_head {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.wow {
  visibility: hidden;
}
#container {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 1200px;
  margin: auto;
}
.page-link.current {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/*---------Header-------*/
#header {
  width: 100%;
}
#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_top {
  background-color: var(--color-main);
  padding: 8px 0;
}
#header .header_top .hotline {
	display: flex;
    align-items: center;
}
#header .header_top .hotline p {
	font-family: "Montserrat-Regular";
    font-size: 12px;
    color: #bebebe;
	padding-left:5px;
}
#header .slogan {
  max-width: 60%;
}
#header .slogan p {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #fff;
}
#header .slogan marquee {
  margin-bottom: -5px;
}
.social_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social_header span {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #bebebe;
}
.social_header a {
  display: flex;
  align-items: center;
}
.social_header img {
  max-width: 40px;
  transition: all 0.5s;
  margin-left: 15px;
}
.social_header img:hover {
  transform: rotate(25deg);
}
#header .header {
  position: relative;
  padding: 8px;
}
#header .logo {
  width: 160px;
}
#header .right_head {
  flex-grow: 1;
  max-width: 800px;
  padding-left: 20px;
}
#header .bottom_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .header.fix_head {
  box-shadow: 0 0 5px #ccc;
}
#header .header.fix_head .top_header {
  display: none;
}
#header .header.fix_head .logo img {
  max-height: 60px;
}
#header .header.fix_head .bottom_header {
  border: 0;
}
#header .header.fix_head::after {
  display: none;
}
#header .header .right_head .language {
	border-left: 1px solid #ebebeb;
	padding-left:20px;
}
#header .header .right_head .language a {
	display: inline-block;
    color: #d0d0d0;
    margin: 0 5px;
}
#header .header .right_head .language a.act-nn {
	color: #000;
    border-bottom: 1px solid;
}
/* Menu */
#menu {
  flex-grow: 1;
  padding-right: 20px;
}
#menu .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.menu_mobile {
  display: none;
}
.menu_mobile i {
  font-size: 40px;
}
.menu_mobile a {
  color: var(--color-main);
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
}
.hotline_mobile a {
  font-size: 20px;
  color: #fff;
}
/*----------Tìm kiếm-----*/

.search-menu {
  position: relative;
}
.search-menu .icon-search {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.search-menu .icon-search i {
  font-size: 18px;
  color: #163665;
}
.search-menu .icon-search i:before {
  transition: all 0.5s;
}
.search-menu.active .icon-search i:before {
  content: "\f00d";
}
.search-menu .form_search {
  width: 230px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 40px;
  margin: auto;
  z-index: 11111;
  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(20px, 0);
  -khtml-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 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;
  border-radius: 25px;
}
.search-menu.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 form {
  position: relative;
}
.form_search input {
  width: 100%;
  border: 0;
  border-radius: 25px;
  height: 32px;
  outline: none;
  background: none;
  padding-left: 14px;
  color: #000;
}
.form_search button {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 32px;
  height: 32px;
  outline: none;
  border: 0;
  background: none;
}
.form_search input::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input:-moz-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input::-moz-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
}
/*------Slider---------*/
#slider {
  width: 100%;
  position: relative;
}
#slider a {
  display: block;
  position: relative;
}

/* Giới thiệu */
.about_home {
  width: 100%;
  padding: 60px 0 45px;
  position: relative;
  background-size: 100% 100%;
}
.about_home .images-about {
  width: 30%;
  float: left;
  position: relative;
}
.about_home .images-about:before {
  content: "";
    width: calc((100% - 200px) / 2);
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 3px solid #000000;
}
.about_home .images-about .title_about {
  margin-top: 20px;
  margin-bottom: 10px;
}
.about_home .images-about .title_about p {
  font-family: "PlayfairDisplay-Black";
  font-size: 38px;
  font-weight:700;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0px;
}
.about_home .images-about .title_about h3 {
  font-family: "PlayfairDisplay-BoldItalic";
  font-size: 30px;
  color: #026fee;
}
.about_home .video_about {
	margin-top: 50px;
}
.about_home .des-about {
  width: 65%;
  float: right;
}
.about_home .des-about .content-about {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #292929;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.about_home .des-about a.a_readmore, #content .gioithieubv .hosonangluc a.a_readmore {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #026fee;
  font-family: "PlayfairDisplay-Bold";
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  transition: all 0.5s;
  border-radius: 30px;
}
.about_home .des-about a.a_readmore:hover , #content .gioithieubv .hosonangluc a.a_readmore:hover {
  background: var(--color-main);
}
#content .gioithieubv {
	display:flex;
	flex:wrap;
	justify-content:space-between;
	margin-bottom: 30px;
}
#content .gioithieubv .noidung {
	width:100%
}
#content .gioithieubv .noidung h3, #content .gioithieubv .hosonangluc h3 {
  font-family: "PlayfairDisplay-BoldItalic";
  font-size: 30px;
  color: #026fee;
}
#content .gioithieubv .noidung .title_about, #content .gioithieubv .hosonangluc .title_about {
  margin-top: 10px;
  margin-bottom: 20px;
  background: url("../images/line_title.png") no-repeat bottom left;
  padding-bottom:10px;
}

/*-------Danh mục cấp 1 service home-------*/
.service_list {
	padding: 40px 0;
}
.title_list {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}
.title_list h2 {
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  font-size: 18px;
  color: #163665;
}
.title_list img {
	margin-right:10px;
}
.title_list:after {
	content: "";
    width: 310px;
    height: 2px;
    background: #163665;
    position: absolute;
    margin-left: 0;
    margin-top: 50px;
}
.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service_list .item_service_list {
	width: 100%;
	padding:10px;
}
.service_list .item_service_list .img_service_list {
	width: 100%;
	border-radius:50%;
    background-color:#fff;
	border: 2px solid #026fee;
	box-shadow:0 5px 10px rgb(22 54 101 / 18%), 0 7px 18px rgb(22 54 101 / 20%);
}
.service_list .item_service_list .img_service_list a {
	display: block;
	overflow: hidden;
	border-radius:50%;
	padding:15px;
}
.service_list .item_service_list .img_service_list img {
  vertical-align: top;
  width: 100%;
}
.service_list .item_service_list .img_service_list a:hover img {
	transform: scale(1.1);
}
.service_list .item_service_list .des_service_list {
	width: 100%;
	text-align: center;
	justify-items: center;
	display:block;
}
.service_list .des_service_list h3 a {
	font-family: "Montserrat-Bold";
	font-size: 16px;
	color: #163665;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	transition: all 0.3s;
	padding-top: 30px;
}
.service_list .des_service_list h3 a:hover {
	color: #e31e27;
}

/* Thống kê */
.thongke {
  width: 100%;
  padding: 60px 0 30px 0;
}
.title_tk {
	width: 100%;
    margin-bottom: 30px;
    background: url(../images/line_title.png) no-repeat top center;
    text-align: center;
    padding-top: 15px;
}
.title_tk h2 {
	font-family:"PlayfairDisplay-Bold";
	font-size: 34px;
	margin: 30px 20px;
	color:#ffffff;
}
.title_tk p {
	font-family:"Montserrat-Regular";
	font-size: 14px;
	margin:20px;
	color:#ffffff;
	line-height:2;
}
.margin-tk {
  margin: 0 -15px;
}
.items_tk {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
.items_tk h3 a {
  font-family: "PlayfairDisplay-Black";
  text-transform: uppercase;
  font-size: 40px;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
}
.items_tk p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

/*-------Dịch vụ home-------*/

.service_home {
	width: 100%;
	padding: 0px 0 70px;
}
.margin-sv {
	margin:0 -15px;
}
.service_home .left {
	padding: 0 0px;
}
.service_home .right {
	padding: 0 0;
}
.service_home .left .item_sv {
	overflow: hidden;
    display: block;
	position: relative;
	padding-right:1px;
}
.service_home .right .item_sv {
	position: relative;
	overflow:hidden;
	padding:0;
	margin-bottom:0.5px;
	padding-right:0.5px;
}
.service_home .left .item_sv .images_sv {
	width: 100%;
	position: relative;
	background: #fff;
}
.title_ser {
	position: absolute;
    top: 5%;
    left: 10%;
    content: "";
    z-index: 99;
}
.title_ser h2 {
	font-family: "PlayfairDisplay-Black";
    font-size: 50px;
    color: #fff;
}
.title_ser p {
	font-size: 24px;
    font-family: "PlayfairDisplay-Bold";
    color: #026fee;
}
a.views_more_ser {
	position: relative;
    z-index: 1;
    color: white;
    font-size: 16px;
	font-family:"Montserrat-Regular";
    border: 1px solid #fff;
    padding: 11px;
    border-radius: 30px;
    text-transform: capitalize;
    display: flex;
    width: 130px;
    text-align: center;
    justify-content: center;
	margin-top:30px;
}
a.views_more_ser:hover {
    color: #fc0309;
}
a.views_more_ser img {
	margin-left: 6px;
	max-width: 100%;
    height: auto;
}

.service_home .box_service {
	position: relative;
}

/*-------Dịch vụ-------*/
.title_main {
  width: 100%;
  margin-bottom: 30px;
  background: url("../images/line_title.png") no-repeat bottom center;
  text-align: center;
  padding-bottom: 30px;
}
.title_main h2 {
  font-family: "PlayfairDisplay-Black";
  font-size: 26px;
  color: var(--color-main);
  padding-bottom:20px;
}
.title_main p {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #474747;
}
.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.box_container_sv {
  padding-top: 20px;
}

.box_container_sv .item_sv {
  position: relative;
  padding-bottom:20px;
}
.item_sv .images_sv {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.item_sv .images_sv .des_img_sv {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.item_sv .images_sv .des_img_sv p {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
  max-height: 126px;
  overflow: hidden;
}
.item_sv .images_sv img {
  vertical-align: top;  width:100%;
}
.item_sv .images_sv:hover img {
  transform: scale(1.1, 1.1);
}
.item_sv .images_sv:hover .des_img_sv {
  opacity: 1;
}
.item_sv .des_sv {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.item_sv .des_sv h3 a {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 42px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.item_sv .des_sv h3 a:hover {
  color: #026fee;
}
.images_sv span {
  display: block;
  padding: 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  font-family: "PlayfairDisplay-Bold";
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;    
  height: 100%;
  text-align: center;    
  align-content: end;
}
.images_sv .number_ser p {
	font-size: 72px;
    font-family: "PlayfairDisplay-Black";
    color: #026fee;
	padding-left: 52px;
    position: absolute;
	bottom: 72px;
}
.images_sv .number_ser:after {
	position: absolute;
    background: white;
    width: 50px;
    height: 1PX;
    left: 0px;
    BOTTOM: 100px;
    content: "";
}

/* Dịch vụ khác */

.othernew {
	padding: 10px 10px 10px 15px;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

/* Đánh giá */

.danhgia {
  width: 100%;
  margin: 40px 0;
}
.title_dg {
	width: 100%;
    margin-bottom: 30px;
    background: url(../images/line_title.png) no-repeat top center;
    text-align: center;
    padding-top: 15px;
}
.title_dg h2 {
	font-family:"PlayfairDisplay-Bold";
	font-size: 40px;
	margin: 30px 20px;
	color:#000000;
}
.item_dg {
	width:90%;
	display:block;
	justify-items:center;
	background:#fff;
	padding:10px;
	border-top-left-radius: 30%;
	box-shadow:0 5px 10px rgb(22 54 101 / 18%), 0 7px 18px rgb(22 54 101 / 20%);
	margin:20px;
}
.des_dg {
	width: 100%;
    padding: 10px;
	display:flex;
}
.des_dg p {
	font-family:"Montserrat-Regular";
	line-height: 1.8;
    padding-bottom: 20px;
    text-align: justify;
    margin-left: 10px;
    margin-top: 10px;
}
.des_dg img {
	margin-top: 15px;
    height: fit-content;
}
.img_dg {
	width:100%;
	padding:0 10px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.img_dg h3 {
	text-align: center;
	font-family:"PlayfairDisplay-Black";
	font-size:18px;
	margin-left:15px;
}
.img_dg a > img{
	border-radius:50%;
	border: 2px solid #026fee;
}


/* Sản phẩm */

.product_home {
  width: 100%;
  padding: 40px 0 40px;
  background-color: #fff;
}
.margin-pr {
  margin: 0 -15px;
}
.item_pr_l {
  padding: 0 15px;
}
.item_pr_mg {
  padding: 0 15px;
  margin-bottom: 30px;
}
.item_pr {
  position: relative;
}
.item_pr .images_pr {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.item_pr .images_pr > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
}
.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-top: 15px;
  text-align: center;
}
.item_pr .des_pr h3 a {
  font-family: "QuicksandRegular";
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.item_pr .des_pr p {
  font-family: "QuicksandRegular";
  font-size: 14px;
  color: #4c4c4c;
}
.item_pr .des_pr p span {
  font-family: "QuicksandBold";
  font-size: 14px;
  color: #ff0000;
}
.item_pr .des_pr h3 a:hover {
  color: #cc0000;
}
.banner_qc {
  width: 100%;
  margin-bottom: 12px;
}
.banner_qc img {
  max-width: 100%;
}
.content_fanpage {
  width: 100%;
  overflow: hidden;
}

/*------Xem thêm dự án home--------*/
.product_home a.a_showmore {
	width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "UTM Avo";
    font-size: 13px;
    color: #fff;
    background-color: #fc0309;
    border-radius: 50px;
    margin: auto;
    border: 1px solid transparent;
    transition: all 0.3s;
    max-width: 140px;
    text-align: center;
	margin-top: 20px;
}
.product_home a.a_showmore img {
	margin-right: 8px;
}

/*------Tin tức----------*/
#news-home {
  width: 100%;
  position: relative;
  padding: 60px 0 60px 0;
  background-color: #000000;
  overflow: hidden;
}
#news-home .title_news {
	width: 100%;
    margin-bottom: 40px;
    background: url(../images/line_title.png) no-repeat top center;
    text-align: center;
    padding-top: 15px;
}
#news-home .title_news h2 {
	font-family:"PlayfairDisplay-Bold";
	font-size: 40px;
	margin: 30px 20px;
	color:#ffffff;
}
#news-home .item_news_main {
  width: 100%;
  padding-left: 10px;
}
#news-home .item_news_main .img_main_news {
  width: fit-content;
  position: relative;
  text-align: left;
  background-color: #026fee;
  border-radius:20px;
  padding:5px 15px;
}
#news-home .item_news_main .img_main_news span {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat-Regular";
}
#news-home .item_news_main .right_main_news {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  padding-bottom:20px;
}
#news-home .item_news_main h3 a {
  font-family: "PlayfairDisplay-Bold";
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-transform:capitalize;
  line-height:2;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;   
  text-align: initial;    
  padding-left:5px;    
  padding-right:5px;
}
#news-home .item_news_main .right_main_news h3 a:hover {
  text-decoration: underline;
  color: #026fee;
}
#news-home .item_news_main .right_main_news p {
  font-family: "Montserrat-Regular";
  color: #bebebe;
  font-size: 14px;
  line-height:2.3;
  overflow: hidden;   
  text-align: initial;    
  padding-left:5px;    
  padding-right:5px;
  
}
#news-home .item_news_main a > span {
  font-family: "PlayfairDisplay-Regular";
  color: #ffffff;
  font-size: 14px;
  padding-left:5px;
}
#news-home .item_news_main a > span:hover {
  color: #026fee;
}

.title_tintuc {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 5px;
}
.title_tintuc:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #009a3c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title_tintuc:after {
  content: "";
  width: 47px;
  height: 3px;
  background: #05479c;
  position: absolute;
  left: 22px;
  bottom: 0;
}
.title_tintuc h2 {
  font-family: "Montserrat-ExtraBold";
  font-size: 18px;
  color: #202020;
  text-transform: uppercase;
}

#news-home .item_news_main:nth-child(2n) .img_main_news {
  order: 2;
}
#news-home .item_news_main:nth-child(2n) .right_main_news {
  order: 1;
  padding-left: 0;
  padding-right: 15px;
}


#box_video iframe {
  width: 100%;
  vertical-align: top;
}
.video_lienquan {
  padding-top: 10px;
}
.items_video {
  position: relative;
  cursor: pointer;
}
.items_video::before {
  content: "";
  width: 59px;
  height: 59px;
  background: url("../images/icon_vd.png") no-repeat;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
/* Contact */
.top-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.top-contact .row {
  margin: 0 -15px;
}
.top-contact .article-contact {
  width: 48%;
}
.top-contact .article-contact h3 {
	font-size: 22px;
    color: #026fee;
    font-family: "PlayfairDisplay-Black";
    text-transform: uppercase;
    margin-bottom: 20px;
}
.form-contact {
  width: 47%;
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 0px;
  outline: none;
  font-size: 14px;
}
.input-contact input {
  text-indent: 10px;
}
.input-contact textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}
.input-contact .custom-file-label::after {
  content: attr(title);
}
.bottom-contact {
  position: relative;
  height: 500px;
}
.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
/*----------------------Đối tác-----------------*/
.partner {
  width: 100%;
  padding: 60px 0;
}
.partner .item_partner a {
  display: block;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #f1f1f1;
}
.partner .item_partner img {
  max-width: 100%;
  vertical-align: top;
}
.partner .item_partner:hover a img {
  transform: scale(1.1, 1.1);
}
/* Footer */

#footer {
  width: 100%;
}
#footer .footer {
  width: 100%;
  position: relative;
  background-color:#163665;
}
#footer .footer .box_footer {
  padding: 60px 0;
}
#footer .footer .content_footer {
  margin-bottom: 20px;
}
#footer .footer .content_footer p {
  font-size: 13px;
  color: #bebebe;
  font-family: "Montserrat-Regular";
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#footer .footer .content_footer p img {
  margin-right: 15px;
}
#footer .footer .content_footer p:last-child {
  margin-bottom: 0;
}
#footer .footer h3 {
  font-size: 18px;
  color: #fff;
  font-family: "PlayfairDisplay-Bold";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
#footer .footer .title_footer {
  margin-bottom: 20px;
}
#footer .footer .title_footer h2 {
  font-size: 18px;
  color: #ffffff;
  font-family: "PlayfairDisplay-Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer .footer .title_footer p {
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat-Regular";
  font-style: italic;
}
#footer .footer .footer1 {
  width: 20%;
  float: left;
  padding-right: 30px;
}
#footer .footer .footer2 {
  width: 65%;
  float: left;
  padding-right: 30px;
}
#footer .footer .footer3 {
  width: 15%;
  float: left;
}
#footer .logo {
  width: 100%;
    padding-bottom: 15px;
    justify-items: center;
    margin-bottom: 20px;
}
#footer .logo img {
	max-width: 160px;
}
#footer .footer .footer1 p {
  font-family:"Montserrat-Regular";
  font-size:12px;
  color:#bebebe;
  padding-bottom:20px;
  line-height:2;
}
#footer .logo_ct {
  padding-top: 20px;
}
#footer .logo_ct img {
  max-width: 200px;
}
#footer .content_pay {
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat-Regular";
  line-height: 27px;
}
.ul_footer ul {
  padding-left: 0;
}
.ul_footer ul li {
  list-style: none;
  padding-left: 15px;
  margin-bottom:20px;
  background: url(../images/icon-footer.png) no-repeat left center;
}
.ul_footer ul li a {
  font-size: 13px;
  color: #bebebe;
  font-family: "Montserrat-Regular";
  display: block;
  margin-bottom: 14px;
}
.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;
}
.social_footer {
  width: 100%;
}
.social_footer img {
  max-width: 42px;
  transition: all 0.5s;
  margin-right: 10px;
}
.social_footer img:hover {
  transform: rotate(25deg);
}

.copyright {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright p {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #fff;
  position: relative;
}
.copyright p span {
  color: #fffc00;
}
.copyright .copy-r p {
  display: inline-block;
  padding: 0 10px;
  line-height: 10px;
  border-left: 1px solid #fff;
}
.copyright .copy-r p:first-child {
  border-left: 0;
}
.copyright .copy-r p:last-child {
  padding-right: 0;
}
#map_footer {
  width: 100%;
}
#map_footer iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}

/*--------Đăng ký báo giá---------*/
.dangkybaogia {
  width: 100%;
  padding:40px 0;
}
.wrapper-dkbg {
	width: 1000px;
	margin: auto;
}
.dangkybaogia .title_dkbg {
	width: 100%;
    background: url(../images/line_title.png) no-repeat top center;
    text-align: center;
    padding-top: 15px;
	margin-top: 20px;
}
.dangkybaogia .title_dkbg h2 {
	font-family:"PlayfairDisplay-Black";
	font-size: 38px;
	margin: 30px 20px;
	color: #000000;
}
.form_bg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:40px;
}
.form_bg .top_form {width: 100%;}
.form_bg .bottom_form {
	width: 100%;
	display: flex;  
	justify-content: center;
}
.form_bg .items_input {
	display: flex;  
	align-items: flex-start;  
	justify-content: space-between;  
	margin-bottom: 20px;
}
.form_bg input {  
	width: calc(100% - 5px); 
	outline: none;  
	color: #808080; 
	border: 0px solid #808080;
	border-bottom:1px solid #bebebe;	
	height: 40px;
	align-content: flex-start;
	font-family:"Montserrat-Regular";
}
.form_bg textarea {  
	width: calc(100% - 5px);  
	outline: none;  
	border: 0px solid #808080;
	border-bottom:1px solid #bebebe;
	background: none;  
	color: #808080; 
	height: 100px;   
	align-content: flex-start;
	font-family:"Montserrat-Regular";
}
.form_bg button {  
	width: 200px;  
	height: 40px;  
	background: #163665;  
	outline: none;  
	border: 0;  
	font-family: "PlayfairDisplay-Bold";  
	font-size: 16px;  
	text-transform: none;  
	color: #fff;  
	text-align: center;  
	display: block; 
	transition: all 0.5s;  
	border-radius:20px;
	margin-top:20px;
}
.form_bg button:hover {
  background: #026fee;
  color: #fff;
}
.form_bg input::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_bg input:-moz-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_bg textarea::-moz-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_bg input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}

/*--------Đăng ký nhận mail---------*/
.newsletter {
  width: 100%;
}.wrapper-newsletter {	width: 100%;    margin: auto;}
.newsletter .title_main_newsletter {  background: none;  padding-bottom: 10px;}
.newsletter .title_main_newsletter h2,.newsletter .title_main_newsletter p {  color: #fff;  font-family: "Montserrat-Regular";  font-size: 14px;  text-align: justify;}
.form_tin {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form_tin .left_form {  width: 100%;}
.form_tin .right_form {  width: 100%;  padding-left: 5px;  display: flex;  align-items: flex-start;}
.form_tin .items_input {  display: flex;  align-items: flex-start;  justify-content: space-between;  margin-bottom: 10px;}
.form_tin input {  width: calc(100% - 5px);  outline: none;  border: 1px solid #808080;  background: none;  color:#fff;  height: 40px;  padding-left: 15px;  border-radius:20px;}
.form_tin textarea {  width: calc(100% - 5px);  outline: none;  border: 1px solid #808080;  background: none;  color: #fff;  height: 50px;  border-radius:30px;  padding-left: 15px;  align-content: center;}
.form_tin button {  width: 50%;  height: 40px;  background: #009a3c;  outline: none;  border: 0;  font-family: "Montserrat-Regular";  font-size: 14px;  text-transform: uppercase;  color: #fff;  text-align: center;  display: block;  transition: all 0.5s;  border-radius:20px;}
.form_tin button:hover {
  background: var(--color-main);
  color: #fff;
}
.form_tin input::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_tin input:-moz-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_tin input::-moz-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.form_tin input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}

/*------FAQs----------*/
.items_faq {
	padding: 0 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #5f5f5f;
}
.items_faq:last-child {
	border-bottom: 0;
}
.box_faq {
  width: 100%;
  padding-left: 15px;
}
.box_faq h3 a {
  font-family: "Montserrat-Bold";
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.box_faq .bg_nd {
	padding: 10px 10px 10px 15px;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}
.box_faq .bg_nd {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #5f5f5f;
  line-height: 25px;
  overflow: hidden;
}
.box_faq span {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #5f5f5f;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
}
.box_faq:hover h3 a {
  text-decoration: underline;
  color:#ff0000;
}

/*---------------------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: "PlayfairDisplay-Bold";
  display: block;
  margin: 15px 0;
}
.ngaydang {
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.title_detail {
  text-align: center;
  margin-bottom: 20px;
}
.h2_detail {
  font-size: 28px;
  font-family: "PlayfairDisplay-Regular";
}
.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;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.zalo-share-button {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 2px;
}
.download a {
  display: inline-block;
  padding: 7px 20px;
  background: #3399ff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "MuliRegular";
  margin-top: 20px;
  transition: all 0.5s;
}
.download i {
  margin-right: 5px;
}
.download a:hover {
  background: red;
}
/*-----------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;
}

/*------Back to top-------------*/
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 9999;
  cursor: pointer;
}

/*-------Album-------*/

.centerso {display:flex;flex-wrap:wrap;margin: 20px 0 20px;}
.grid-image-item {padding:0px 15px 15px 0px;}

.margin-ab {
  margin: 0 0px;
}
.items_ab {
  padding: 0 10px 10px 0;
}
.items_ab .img_ab {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.items_ab:hover .img_ab img {
  transform: scale(1.1, 1.1);
}
.items_ab .img_ab .info_da {
  display: flex;
  padding: 10px 10px 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;    height: 100%;
  justify-content: space-between;
}
.items_ab .img_ab .info_da span {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: 100%;    align-content: end;
}
.items_ab .img_ab .info_da span:hover {
  color: #fc0309;
}
.items_ab .img_ab .info_da p {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  width: 30%;
  align-content: center;
}
.items_ab .img_ab .info_da p:hover {
  color: #fc0309;
}
.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;
}
.hover-ctue {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    /* width: 0%; */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
}
.hover-ctue
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-ctue span{
   
    font-family: 'SFUFuturaHeavy';
    font-size: 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
}
.hover-ctue a:hover {
    text-decoration: none;
    color: #5AC1CA;
}

.hover-ctue i {

    display: block;

    text-align: center;
    transform: scale(0);
    color: #fff;
}
.album_item:hover .hover-ctue i {
    transform: scale(1);
}
.hover-ctue i.fa:before {
    content: "+";
    font-size: 40px;
    font-weight: 300;
}

/*----Văn phòng đại diện-----*/
.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_vp {
	align-items:center;
}
.item_vp .des_vp {
  float: left;
  padding-left: 15px;
  margin-top:10px;
}
.item_vp .img_vp {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.item_vp .img_vp a {
  display: block;
  overflow: hidden;
}
.item_vp .img_vp img {
  max-width: 100%;
}
.item_vp .des_vp h3 a {
  font-family: "PlayfairDisplay-Bold";
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  max-height: 45px;
  overflow: hidden;
}
.item_vp .des_vp p {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #5f5f5f;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.item_vp span {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #5f5f5f;
  display: block;
  margin-bottom: 5px;
}
.item_vp .des_vp img {
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
.item_vp:hover .img_vp img {
  transform: scale(1.1, 1.1);
}
.item_vp:hover h3 {
  text-decoration: underline;
}
.fb-comments {
  width: 100% !important;
}
#content {
  width: 100%;
  padding: 0 0 20px 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;
}

/*----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: "PlayfairDisplay-Bold";
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  max-height: 45px;
  overflow: hidden;
}
.item_sub_cn p {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #5f5f5f;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.item_sub_cn span {
  font-family: "Montserrat-Regular";
  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: 0 0 20px 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;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------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;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=========================*/
.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 0.5s;
  -moz-transition: visibility 0.5s;
  -ms-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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(0.5) skew(1deg);
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    -ms-transform: rotate(0) scale(0.5) skew(1deg);
    -o-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    -ms-transform: rotate(0) scale(0.7) skew(1deg);
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.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(0.7) skew(1deg);
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    -ms-transform: rotate(0) scale(0.7) skew(1deg);
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.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(0.7) skew(1deg);
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    -ms-transform: rotate(0) scale(0.7) skew(1deg);
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.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: 999;
}
#btn-call i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0f852b;
  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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(15, 133, 43, 0.45);
  opacity: 0.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, 0.8);
  opacity: 0.1;
  border-color: #4048cc;
  opacity: 0.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: #0ba4ca;
  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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(15, 133, 43, 0.45);
  opacity: 0.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(15, 133, 43, 0.8);
  opacity: 0.1;
  border-color: #0f852b;
  opacity: 0.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: 1e30;
}
.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: #419bf3;
}
.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: #b08015;
  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: #419bf3;
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 300px;
  background: #419bf3;
  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: #0e55a5;
}
.js-facebook-messenger-box {
  background: #0e55a5;
}
.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%;
}
#btn-zalo .kenit-alo-circle {
  border-color: #0ba4ca;
}
#btn-zalo .kenit-alo-circle-fill {
  background-color: rgba(11, 164, 202, 0.45);
}
#btn-cart {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 390px;
  z-index: 9999;
}
#btn-cart i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f6178;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 9999;
}
.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%;
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/*----------Popup-----------*/
#popub {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 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 0.5s ease-in-out;
  -moz-transition: all 0.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, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.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, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
/*----------Gọi điện-----------*/
.toolbar2 {
  display: none;
  background: var(--color-main);
  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, 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, 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: 273px;
  float: left;
}
#left .left {
  width: 100%;
}
#left .left ul {
  padding-left: 0;
}
#left .left ul li {
  list-style: none;
}
#left .left ul li a {
  display: block;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  background: url(../images/right-arrow.png) center right 6px no-repeat;
  border-bottom: 1px solid #cacaca;
  font-family: "MuliRegular";
  color: #333;
}
#left .left ul li:hover a {
  color: #d2232a;
  text-decoration: underline;
}
.content_right {
  width: calc(100% - 273px);
  float: right;
  padding-left: 40px;
}
/* Phân Trang Ajax */
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.breadCrumbs {
  background: #e9ecef;
  padding: 10px 0;
  margin-bottom: 20px;
}
.content_fanpage {
  overflow: hidden;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}
.hotline_fix a {
  width: 228px;
  height: 49px;
  display: flex;
  align-items: center;
}
.hotline_fix {
  position: fixed;
  z-index: 99;
  left: 10px;
  bottom: 54px;
  background-color: #026fee;
  border-radius: 50px;
}
.hotline_fix a {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
}
.hotline_fix a strong {
  font-family: "Montserrat-Bold";
  margin-left: 5px;
}
.hotline_fix span {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
