@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/Opensans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("../fonts/Opensans/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "UTMAlexander";
  src: url("../fonts/UTM_Alexander/UTM-Alexander.ttf");
}
@font-face {
  font-family: "UTMbebas";
  src: url("../fonts/UTM_bebas/UTM-Bebas.ttf");
}
.body-size {
  max-width: 768px;
}

.nav-font {
  font-family: "RobotoRegular";
  font-size: 16px;
}
.title-font {
  font-family: "RobotoRegular";
}

.color-main {
  color: #006eb9;
}

img {
  max-width: 100%;
}

a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover,
a:focus {
  color: #ff9600;

  text-decoration: none;
}

.fl {
  float: left;
}
.bg-gray {
  background: #f0f0f0;
}
.bg-white {
  background: #fff;
}
.bd-gray {
  border: solid 1px #d5d5d5;
}
.bd-ra-0 {
  border-radius: 0;
}
.bd-ra-10 {
  border-radius: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}
.plr0 {
  padding-left: 0;
  padding-right: 0;
}
.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.row10 {
  margin-left: -10px;
  margin-right: -10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p0 {
  padding: 0px;
}
.p15 {
  padding: 15px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb15 {
  padding-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr0 {
  margin-right: 0px;
}
.padding-bottom10 {
  padding: 0 10px 10px;
}

.block {
  display: block;
}
.w100pe {
  width: 100%;
}

.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.font14 {
  font-size: 14px;
}
.font20 {
  font-size: 20px;
}
.font25 {
  font-size: 25px;
}
.bold {
  font-weight: bold;
}

.color_3 {
  background: #333;
}
.tonghop {
  color: #ccc;
}

.animate1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*TIÊU ĐỀ AND FONT*/

.title-main {
  display: block;
  z-index: 10;
  margin-bottom: 10px;
  border-bottom: 2px solid #009edb;
}
.title-main a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  background: #094572;
  background: linear-gradient(to top, #009edb, #059edb);
}
.bao-partner {
  margin-bottom: 10px;
}
.title-main a i {
  color: #fff;
}
.line {
  height: 2px;
  width: 100%;
  background-color: #eaeaeb;
  position: relative;
}
/*.line:before {
    content: "";
    height: 4px;
    background-color: #339933;
    width: 20%;
    position: absolute;
    top: -1px;
}*/
.bao-left {
  margin-bottom: 20px;
  background: linear-gradient(#fafafa 18%, #eeeeee 100%, #2eb135 0px) repeat
    scroll 0 0 rgba(0, 0, 0, 0);
}
.title-left {
  font-family: "OpenSansSemibold";
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 0px;
  background: #f01a48;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-size: 100% 100%;
  padding-left: 30px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  text-align: center;
}
.title-left:before {
  content: "";
  background: url("../../templates/images/logo-title.png");
  width: 50px;
  height: 30px;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.title-left a {
  color: #fff;
  text-align: center;
}

.title-content {
  margin-top: 0;
  position: relative;
  border-bottom: solid 2px #ff9600;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.title-content span {
  display: inline-block;
  background: #ff9600;
  padding: 6px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

/**/

.item-row1 {
  float: left;
  width: 100%;
  padding: 5px;
  border-bottom: solid 1px #e5e5e5;
  background: #f0f0f0;
}
.item-row1 .img {
  float: left;
  width: 35%;
}
.item-row1 .img a {
  float: left;
  width: 100%;
  position: relative;
}
.item-row1 .img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
}
.item-row1 .img img {
  width: 100%;
}
.item-row1 .info {
  float: left;
  width: 65%;
  padding-left: 10px;
}
.item-row1 .info .name {
  font-size: 13px;
  margin: 10px 0;
  text-align: center;
  background: #3253a2;
}
.item-row1 .info .name a {
  color: #fff;
}
.item-row1 .info .name a:hover {
  color: #df0000;
}

.item-row1:hover .img a:before {
  opacity: 1;
}
.item-row1:hover .name {
  color: #eacc43;
}

/* 1 */

.item-pro {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e6e6e6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.item-pro .img_pro {
  position: relative;
  overflow: hidden;
}
.item-pro .img_pro img {
  width: 100%;
  height: auto;
  display: block;
}

.item-pro .info {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 10px 5px;
  min-height: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item-pro .info a {
  color: #673913;
  font-size: 18px;
}
.item-pro .info a:hover {
  color: #ff0000;
}

.item-pro .info .price {
  font-size: 14px;
  color: #ff0000;
}

.item-pro .info h3 {
  margin: 0;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 600;
}

/**/

.item-khachhang {
  position: relative;
  width: 100%;
  padding: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.item-khachhang .img {
  float: left;
  width: 20%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding: 5px;
  background: #f6c101;
  border-radius: 50%;
}
.item-khachhang .info {
  position: relative;
  float: left;
  width: 75%;
  margin-left: 4%;

  padding: 0 10px;
  border-radius: 10px;
}

body {
  background: #fff;
}
header {
  padding: 0;
}
header .banner img {
  width: 100%;
}
.wrapper {
  background: #fff;
}
.top_header {
}
.top_header a {
  color: #fff;
}
.no-padding {
  padding: 0px !important;
}

section.partners {
  margin: 0 0;
  padding: 10px 0;
}
nav#aff_menu {
  background: #ee0033;
}

#aff_menu.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#aff_left.affix {
  position: fixed;
  top: 50px;
  z-index: 1;
}

#sidebar_left.affix {
  position: fixed;
  top: 50px;
  width: 200px;
}
#sidebar_left.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 140px;
}

/*=========================================*/

.body-home {
  margin-top: 5px;
}

.col-left .box {
  float: left;
  width: 100%;
  border-top: none;
  padding: 10px;
}
.col-right .box {
  float: left;
  width: 100%;
  border-top: none;
  padding: 10px;
  border: 1px solid #acacac;
}

.box.category {
  padding: 0;
}
.col-left .box {
  border: 1px solid #a7a7a7;
  border-top: 0px;
  padding: 10px;
}
.box.category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
/*.box.category a{
	display:block;
	font-family:'RobotoRegular';
	color:#333;
	position:relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;	
}*/

.box.category ul > li {
  position: relative;
}
.box.category ul.sub > li {
  padding: 0px 15px;
}
.box.category ul.sub > li i {
  float: right;
}
.box.category ul.main > li:last-child a {
  border-bottom: none;
}
.box.category ul.main > li {
  padding: 0px;
}
.box.category ul.main > li a {
  font-family: "OpenSansSemibold";
  padding: 8px 10px;
  color: #fff;
  font-size: 17px;
  border-bottom: initial;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  background: #009edb;
  font-weight: bold;

  /*white-space:nowrap;*/
}
.box.category ul.main > li a:hover {
  color: #ff9600;
  padding-left: 5px !important;
}
.box.category ul.main > li a.active {
  color: #ff9600;
}
.box.category ul.main > li a.active i {
  color: #ff9600;
}
.box.category ul.main > li a:hover i {
  color: #ff9600;
}
.box.category ul.main > li a i {
  font-size: 1em;
  display: table-cell;
  float: right;
  padding-top: 5px;
  padding-right: 8px;
  color: #5e330d;
}

.box.category ul.sub {
  position: relative;
}
.box.category ul.sub li a {
  border-bottom: 1px dashed #c9c9c9;
  padding: 10px 0px;
  background: initial !important;
  border-radius: initial !important;
  text-transform: initial !important;
  color: #000 !important;
  text-align: initial !important;
  font-weight: normal !important;
  font-size: 13px;
}
.box.category ul.sub li:last-child a {
  border-bottom: 0px;
}
.box.category .arrow-sub > a:before {
  /*font-family:'entypo';
	content:'\e766';*/
  position: absolute;
  right: 10px;
}
li.arrow-sub ul {
  border: 1px solid #acacac;
}

.box.category ul.main > li.arrow-sub:hover ul.sub {
  display: block;
}
.box.category ul.sub_2 {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 100%;
  min-width: 100%;
  background: #ebebeb;
}
.box.category ul.sub > li:hover ul.sub_2 a {
  color: initial !important;
}
.box.category ul.sub > li ul.sub_2 li:hover a {
  color: #ff9600 !important;
}
.box.category ul.sub > li ul.sub_2 li {
  padding: 0px 15px;
}
.box.category ul.sub > li ul.sub_2 ul.sub_3 {
  position: absolute;
  top: 0px;
  left: 100%;
  min-width: 100%;
  background: #ebebeb;
  border: inherit;
}
.box.category ul.sub > li ul.sub_2 {
  display: none;
}
.box.category ul.sub > li:hover ul.sub_2 {
  display: block;
}

.box.category ul.sub > li ul.sub_3 {
  display: none;
}
.box.category ul.sub > li ul.sub_2 li:hover ul.sub_3 {
  display: block;
}

.support .img {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

.support .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 2px;
}
.support .content {
  float: left;
  width: 100%;
  text-align: center;
}
.support h4 {
  color: #333;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "RobotoBold";
  margin: 0px;
}
.support h5 {
  color: #333;
}

.box.news {
  padding: 10px;
}
.box.news .item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.box.news .item:last-child {
  border: none;
}
.box.news .item .img {
  float: left;
  width: 30%;
  display: table;
  padding-top: 5px;
}
.box.news .item .img a {
  float: left;
  position: relative;
}
.box.news .item .img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 20;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box.news .item .img:hover a:before {
  opacity: 1;
}
.box.news .item .img img {
  width: 100%;
}
.box.news .info {
  font-weight: 500;
  padding-top: 5px;
  float: left;
  padding-left: 10px;
  width: 70%;
}
#check_search {
  text-align: center;
}
#check_search .input-sp {
  padding-bottom: 5px;
}
#check_search .input-sp input {
  width: 180px;
  padding-left: 10px;
}
#check_search .input-sp select {
  width: 180px;
  height: 26px;
}
#check_search .input-sp input.tim-kiem {
  width: initial;
  padding: 1px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.quang-cao img {
  max-width: 100% !important;
}
.box.link-website p {
  margin-bottom: 5px;
}
.box.link-website a {
  color: #333;
  font-family: "RobotoBold";
  display: block;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 5px;
}
.box.link-website a:hover {
  color: #e30f0e;
}

.box.visited p {
  margin-bottom: 5px;
  font-weight: bold;
}
.box.visited span {
  display: inline-block;
  width: 150px;
  font-weight: normal;
  padding-left: 25px;
}
.box.visited span.v1 {
  background: url(../images/v1.png) no-repeat left center;
}
.box.visited span.v2 {
  background: url(../images/v2.png) no-repeat left center;
}
.box.visited span.v3 {
  background: url(../images/v3.png) no-repeat left center;
}

.footer {
  position: relative;
  background: #ee0033;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  border-top: 3px solid #ff7200;
}

/*TICH CUSTOM*/
button.arrow_box {
  margin: 15px 0px;
  outline: none;
  padding: 4px 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button.arrow_box i {
  padding-left: 2px;
  padding-right: 8px;
}
.arrow_box {
  position: relative;
  background: #1670a9;
  border: 0px solid #c2e1f5;
  color: #fff;
}
.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1670a9;
  border-width: 14px;
  margin-top: -14px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #1670a9;
  border-width: 14px;
  margin-top: -14px;
}
button.arrow_box:hover {
  background: #ff7500;
}
button.arrow_box:hover:after,
button.arrow_box:hover:before {
  border-left-color: #ff7500;
}
.designed {
  color: #fff;
  text-align: right;
}
.designed a {
  color: #ff9600;
}

.footer .link a i {
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 15px;
}
.footer .link a:nth-child(2) {
  background-color: #6c6c6c;
}
.footer .link a:nth-child(2) i {
  top: 12px;
  left: 12px;
}
.footer .link a:nth-child(3) i {
  top: 12px;
  left: 11px;
}
.footer .link a:nth-child(3) {
  background-color: #5f5c5c;
}
.footer .link a:hover {
  background-color: #ff7500;
}

.thong-tin-gio a {
  color: #fff;
}
.thong-tin-gio a:hover {
  color: #006eb9;
}
.gio-hang-fix:hover {
  background: #ff7500;
}
.bao-gio {
  position: relative;
}
.bao-gio .content-gio {
  position: absolute;
  transform: rotate(-90deg);
  background-color: #006eb9;
  top: -70px;
}
.text-giohang {
  text-transform: uppercase;
}
.text-giohang a {
  color: #fff;
}
.nav_top li img {
  width: 30px;
  opacity: 0.5;
}
.nav_top li img.active,
.nav_top li img:hover {
  opacity: 1;
}
.support h4.hot-support {
  margin: 0px;
  margin-top: 10px;
  color: #ff7500;
}
.info-cart table tr td {
  text-align: center;
}
.tong_tt #tong_tien_gh {
  color: red;
}
.tong_tt h3 {
  font-size: 20px;
}
.no-pd-right {
  padding-right: 0px;
}
.mg-tintuc {
  margin-top: 30px;
}
.custom-middle {
  float: left;
}
.custom-tt a {
  color: #6e4930;
}
.custom-tt a:hover {
  color: #ff0000;
}
.box.category ul.sub > li:hover a {
  color: #ff9600 !important;
}
.banner-top {
  position: relative;
  padding: 0px 0px;
  padding-bottom: 10px;
}
.banner-top .lang-destop {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px;
}
.banner-top .lang-destop img {
  max-width: 40px;
  opacity: 0.6;
}
.banner-top .lang-destop img:hover,
.banner-top .lang-destop img.active {
  opacity: 1;
}
.banner-top .lang-destop a:first-child {
  margin-right: 5px;
}
.bt-submit {
  text-align: center;
  margin-top: 10px;
}
.bt-submit button {
  float: none;
  display: inline-block;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  min-width: 100px;
  padding: 8px 20px;
}
.bao-tintuc {
  background: #fff;
}
.custom-tintuc {
  padding: 5px 5px;
}
.custom-tt {
  padding: 10px;
  padding-bottom: 0px;
}
.custom-tt a {
  font-weight: bold;
}
.hl-dp {
  padding-top: 10px;
  text-align: left;
}
.bt-dat {
  display: inline-block;
}

.bt-dat button.bt-datphong {
  min-width: initial;
  text-transform: initial;
  margin: 0px;
  letter-spacing: initial;
  float: none;
  background: #5e330d;
  color: #fff;
  padding: 2px 10px;
  border: 0px;
  border-radius: 5px;
}
.hl-dp .hotline {
  font-weight: bold;
  font-size: 12px;
}
.hl-dp .hotline span {
  font-size: 13px;
  color: #ff0000;
}
.info-cart .title-form {
  padding-left: 15px;
}
.title-footer h3 {
  text-transform: uppercase;
  background: #fdc991;
  margin: 0px;
  position: relative;
  padding: 8px 25px;
  font-size: 15px;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.title-footer h3 span {
  position: absolute;
  height: 100%;
  width: 3px;
  background: #ff0000;
  top: 0px;
  left: 0px;
}
.col-md-4 .item-pro-dm .title-dm h3 {
  width: 100%;
  margin: 0;
  padding: 0px;
  background: #05a501;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  text-align: center;
}
.col-md-4 .item-pro-dm .title-dm h3:hover {
  color: #ff0000;
}
.item-pro-dm {
  background: url("../../templates/images/bg-left.png");
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.item-pro-dm .img {
  padding-top: 10px;
}
.item-pro-dm .quote {
  padding: 10px;
  font-weight: bold;
}
.tin-khac {
  text-align: right;
}
.tin-khac a {
  display: inline;
  padding: 3px 15px;
  border-radius: 5px;
  color: #000;
}
.tin-khac a:hover {
  background: #ff7500;
  color: #fff;
}
.cr-search {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 15px 17.5px 0;
  border-color: transparent #009edb transparent transparent;
  position: absolute;
  right: 35px;
  top: 0px;
  transition: 0.3s all;
}
.col-right .box {
  background: #fff;
}
.sodt h4 {
  color: #009edb;
  font-size: 25px;
  text-align: center;
}
.content-tongdai {
  font-size: 16px;
  text-align: center;
}
.input-dangky input {
  width: 100%;
}
.dk-huy {
  margin-top: 10px;
  text-align: right;
}
.dk-huy .bt-dangky {
  background: #009edb;
  display: inline-block;
  float: none;
  border-radius: 5px;
  margin-right: 0px;
  padding: 2px 20px;
  color: #fff;
}
.panel-products .info {
  text-align: center;
  padding: 10px 0px;
}
.panel-products .info a {
  color: #6e8694;
  font-size: 15px;
}
.panel-products .item:hover .info a {
  color: #ff0000;
}
.title-product h3 {
  margin-top: 0px;
  color: #0f9696;
  position: relative;
  text-align: center;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.title-product h3 a {
  color: #0f9696;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(170, 179, 142, 0.61);
}
.title-product h3 span.sp-title {
  display: inline-block;
  padding: 8px 35px;
  text-transform: uppercase;
  font-size: 15px;
}
.title-product h3 span.xem-tc a {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #fff;
  padding: 9px 20px;
}
.title-product {
  margin: 10px 0px;
  margin-bottom: 20px;
}

.pro-top {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.title-top-product h4 {
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 15px;
  color: #fff;
  max-width: 90%;
  padding: 10px;
  background: url("../../templates/images/bg-top-product.png");
  background-size: 100% 100%;
  padding-right: 20px;
}
.item-pro-1 {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e6e6e6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item-pro-1 .info h3 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.title-mota h4 {
  color: #009edb;
}
.img-sp-top {
  overflow: hidden;
}
.img-sp-top img {
  transition: 0.3s all;
}
.img-sp-top img:hover {
  transform: scale(1.1);
}
.mo-ta-ngan {
  border: 1px solid #ff7500;
  border-radius: 5px;
  padding-top: 10px;
}
.bao-left .video iframe {
  max-width: 100% !important;
  height: auto;
}
section.doi-tac {
  margin: 10px 0px;
  padding: 10px 0px;
  position: relative;
}
.menu-footer ul.nav {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.menu-footer ul.nav li {
  float: none;
  display: inline-block;
}
.menu-footer ul.nav li a {
  color: #fff;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  text-transform: capitalize;
}
.menu-footer ul.nav li:last-child a {
  border-right: 0px;
}
.menu-footer ul.nav li:hover a {
  background: initial;
  color: #ff0000;
}

/*CUSTOM*/
#search {
  border: 1px solid #f1aa7f;
  text-align: left;
  padding: 6px 24px 6px 6px;
  border-radius: 50px;
  padding-bottom: 0px;
}
#search #s {
  background: none;
  color: #979797;
  border: 0;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
}
#hotline {
  background: rgba(0, 0, 0, 0) url("../../templates/images/img-hotline.png")
    no-repeat scroll 0 0;
  height: 45px;
  margin: 0px auto 5px;
  width: 254px;
}
#hotline div {
  color: #f00;
  font-size: 26px;
  font-weight: bold;
  left: 32px;
  position: relative;
  top: 10px;
}
.top-right {
  max-width: 100% !important;
  position: absolute;
  top: 88px;
  right: 0px;
}
#searchform {
  position: relative;
}
#searchform button {
  position: absolute;
  top: -2px;
  right: -10px;
  background: transparent;
  border: 0px;
  outline: none;
}
#searchform button i {
  color: #000;
}
.col-20 {
  width: 20%;
}
.title-dichvu {
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid #d78431;
  padding: 0px;
  margin-bottom: 10px;
}
.title-dichvu h3 {
  margin: 10px 0px;
  font-size: 18px;
  text-align: center;
  color: #00908c;
  margin-bottom: 5px;
}
.title-dichvu h3:hover {
  color: #ff0000;
}
.info .quote {
  text-align: justify;
}
.featuredPost2 {
  font-size: 13px;
  font-family: Arial;
  color: #464546;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
  padding-bottom: 8px;
  margin-top: 10px;
  float: left;
  line-height: 1.3em;
}
.featuredPost2 h2 {
  margin: 0px;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px 10px;
  color: #ee0033;
  letter-spacing: -1px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #c6c2c1;
  background: #e3e3e3 url("../../templates/images/bg-title.png") no-repeat
    scroll 0 0;
  background-position: 5px center;
  text-transform: uppercase;
}
.featuredPost2 h2 a {
  color: #ee0033;
  margin-left: 35px;
}
.featuredPost2 h2 a:hover {
  color: #ff0000;
}
.index-sp {
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset;
  background: #e98c32;
  float: right;
  font: 12px Tahoma;
  color: #fff;
  display: block;
  margin: 10px 5px 0;
  padding: 3px 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.index-sp:hover {
  background: #00908c;
}
.index-sp:hover a {
  color: #fff !important;
}
.featuredPost2 ul {
  border: 1px solid #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.featuredPost2 ul li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dashed #b2b1b4;
  margin: 0 8px;
  padding: 8px 0;
}
.featuredPost2 img {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 3px;
  float: left;
  display: block;
  margin-right: 10px;
}
.entry-title {
  font-size: 26px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin: 10px 0 !important;
  padding: 0;
  text-transform: none;
}
.featuredPost2 .entry-title {
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  text-transform: none;
  color: #0077ff;
  line-height: 15px;
  margin-bottom: 5px;
}
.entry-title a {
  color: #008080;
  text-decoration: none;
}
.entry-title a:hover {
  color: #ff8500;
}
.footer-bottom-col {
  background-color: #ee0033;
  color: #ffffff;
  font-size: 13px;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  border-top: 3px solid #ff7200;
  padding-bottom: 30px;
}
.hotline-bottom {
  text-align: right;
}
ul.label_with_thumbs {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.label_with_thumbs li {
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.label_with_thumbs img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
}
a.titlelabel {
  color: #3366cc;
}
.carousel-news button.style-bt {
  position: absolute;
  z-index: 99;
  top: 40%;
  background: transparent;
  border: 0px;
  outline: 0px;
}
.carousel-news button.bt-pre {
  left: -15px;
}
.carousel-news button.bt-next {
  right: -15px;
}
.carousel-news button.style-bt i {
  font-size: 2em;
  color: #00908c;
}
.carousel-news button.style-bt:hover i {
  color: #ff0000;
}
.bao-hinh img {
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 3px;
  margin-right: 3px;
}

.carousel-doitac button.style-bt {
  position: absolute;
  z-index: 99;
  top: 40%;
  background: transparent;
  border: 0px;
  outline: 0px;
}
.carousel-doitac button.bt-pre {
  left: -15px;
}
.carousel-doitac button.bt-next {
  right: -15px;
}
.carousel-doitac button.style-bt i {
  font-size: 2em;
  color: #00908c;
}
.carousel-doitac button.style-bt:hover i {
  color: #ff0000;
}

.social-banner {
  position: fixed;
  top: 40%;
  left: 0px;
}
.top_header .link a {
  display: block;
  width: 25px;
  height: 25px;
  background: #525252;
  margin: 5px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.top_header .link a:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  background: #c92534;
}
.hotline-footer {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #ff9600;
  font-weight: bold;
  z-index: 99;
}
.dv-po-sp {
  position: absolute;
  background-color: #fff;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  color: #000;
  margin: 48px 1px 0;
  display: block;
}
.li-sub-main {
  text-align: center;
}
.pos-relative {
  position: relative !important;
}
.bao-hotline-footer {
  background: #ee0033;
  padding: 5px 0px;
  color: #fff;
}

.pagination > li > a.current {
  background-color: #337ab7;
  color: #fff;
}

/*----------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;
  left: 25px;
  bottom: 60px;
  z-index: 999;
}
#btn-call i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0152cf;
  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: #0152cf;
  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(1, 82, 207, 0.4);
  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 #0152cf;
  opacity: 0.1;
  border-color: #0152cf;
  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);
  }
}
.infinited {
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}
#chat {
  display: none;
}
