@charset "UTF-8";

@font-face {
  font-family: "muliregular";
  src: url("../fonts/Mulish-Regular.ttf");
}

@font-face {
  font-family: "mulibold";
  src: url("../fonts/Mulish-Bold.ttf");
}

@font-face {
  font-family: "osregular";
  src: url("../fonts/Oswald-Regular.ttf");
}

@font-face {
  font-family: "osbold";
  src: url("../fonts/Oswald-Bold.ttf");
}

@font-face {
  font-family: "osmedium";
  src: url("../fonts/Oswald-Medium.ttf");
}

@font-face {
  font-family: "hel";
  src: url("../fonts/UTM HelvetIns.ttf");
}

@font-face {
  font-family: "miss";
  src: url("../fonts/VL MISSLEGATEES.OTF");
}

@font-face {
  font-family: "miss";
  src: url("../fonts/VL MISSLEGATEES.OTF");
}

@font-face {
  font-family: "impact";
  src: url("../fonts/UTM Impact.ttf");
}

/* Main */
:root {
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}
body {
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
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;
}
.wrap-main,
.wrap-content {
  max-width: 1220px;
  margin: 40px auto;
  padding: 0px 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.wrap-home {
  max-width: 100%;
  padding: 0px;
}
.wrap-content {
  margin: auto;
}

/* General */
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main span {
  font-size: 30px;
  color: #fc900a;
  font-family: "osmedium";
  margin-bottom: 8px;
  text-transform: uppercase;
}
.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}
.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}
.time-main span {
  vertical-align: top;
  display: inline-block;
}
.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social li {
  display: inline-block;
  vertical-align: top;
}
.social li:last-child {
  margin-right: 0px;
}
.control-carousel {
  position: absolute;
  top: calc(50% - 30px / 2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}
.control-carousel:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}
.prev-carousel {
  left: 0px;
}
.next-carousel {
  right: 0px;
}

/* Menu */
.nav_menu {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
}
.menu ul li a {
  margin: 0px;
  padding: 16px 14px;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-family: "osregular";
}
.menu ul li:first-child a {
  padding-left: 0 !important;
}
.menu ul li a.active,
.menu ul li:hover > a {
  color: var(--color-red);
}
.menu ul li ul {
  position: absolute;
  max-width: 200px;
  background: #fc900a;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 12px 15px;
}
.menu ul li ul li:first-child a {
  padding-left: 12px !important;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.social-header li {
  height: 30px;
  width: 30px;
  margin-right: 3px;
}
.social-footer li {
  width: 48px;
  height: 48px;
  margin-right: 5px;
}
.info-email img {
  margin-top: 4px;
  margin-right: 6px;
}
.info-head {
  border-bottom: 1px solid #717d90;
  padding-bottom: 10px;
  position: relative;
}
.info-head::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: -4px;
  background: url(../images/hinhtron-header_03.png);
  width: 8px;
  height: 8px;
}
.box_info-hotline--email {
  width: 62%;
}
.info-hotline img {
  margin-right: 6px;
}
.all_album .item_album a .content {
  z-index: 99;
}

.box_menu {
  width: calc(100% - 138px - 100px);
  padding-top: 10px;
}
._logo {
  background: #fff;
  width: 138px;
  position: relative;
}
._logo::after {
  content: "";
  position: absolute;
  z-index: 999;
  bottom: -14px;
  left: 18px;
  right: 0;
  width: 105px;
  height: 15px;
  background: url(../images/decor-logo_03.png) no-repeat;
  background-size: cover;
}
.info-hotline {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  font-family: "muliregular";
}
.info-hotline span {
  margin-bottom: 0;
  font-size: 14px;
  color: #fc900a;
  font-family: "mulibold";
}
.info-email {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  font-family: "muliregular";
}
.info-email span {
  font-size: 14px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0;
}

/* Search */
.search-box {
  position: relative;
  height: 40px;
  border-radius: 40px;
  align-items: center;
}
.search-btn i {
  position: relative;
  top: -6px;
  left: 0;
  color: #ffffff;
}
.search-box:hover > .search-txt {
  width: 240px;
  padding: 0 6px;
}
.search-btn {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #000;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
  position: absolute;
  right: 22px;
  bottom: -44px;
  background: #fff;
}

/* Menu RP */
.menu-res {
  width: 100%;
  display: none;
  z-index: 10;
  background: #fff;
  position: relative;
  line-height: normal;
  height: 75px;
}
.menu-bar-res {
  height: 75px;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu {
  display: none;
}
#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fc900a;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}
.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}
.mm-menu_opened {
  display: block !important;
}
.mm-listview .mm-listitem a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  font-family: "osregular";
}

/* Search RP */
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fc900a;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: var(--color-red);
  background: #fff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-red);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-red);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-red);
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}
.form-newsletter
  .justify-content-between
  .box_newsletter-input
  input::-webkit-input-placeholder {
  color: #ffffff;
}
.form-newsletter
  .justify-content-between
  .box_newsletter-input
  input:-moz-placeholder {
  color: #ffffff;
}
.form-newsletter
  .justify-content-between
  .box_newsletter-input
  input::-moz-placeholder {
  color: #ffffff;
}
.form-newsletter
  .justify-content-between
  .box_newsletter-input
  input:-ms-input-placeholder {
  color: #ffffff;
}

.popup_main-content
  .form-newsletter
  .justify-content-between
  .box_newsletter-input
  input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .justify-content-between
  .box_newsletter-input
  input:-moz-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .justify-content-between
  .box_newsletter-input
  input::-moz-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .justify-content-between
  .box_newsletter-input
  input:-ms-input-placeholder {
  color: #1a1a1a;
}

.popup_main-content
  .form-newsletter
  .box_newsletter-input1
  input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .box_newsletter-input1
  input:-moz-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .box_newsletter-input1
  input::-moz-placeholder {
  color: #1a1a1a;
}
.popup_main-content
  .form-newsletter
  .box_newsletter-input1
  input:-ms-input-placeholder {
  color: #1a1a1a;
}

/*tsnb*/
.tsnb {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
}
.tsnb:nth-child(3n + 1) {
  clear: both;
}
.tsnb:nth-child(3n) {
  margin-right: 0;
}

/*báo giá*/
.baogia {
  float: left;
  width: 48%;
  margin: 0 4% 3% 0;
}
.baogia:nth-child(2n + 1) {
  clear: both;
}
.baogia:nth-child(2n) {
  margin-right: 0;
}

.box_banggia {
  width: calc(55%);
  text-align: center;
  padding: 53px 74px 64px 10px;
}
.introduce {
  width: calc(45%);
  background: #4e3701;
  background-size: cover;
  padding: 53px 70px 64px 57px;
}

.name_banggia {
  font-size: 30px;
  line-height: 40px;
  color: #ff0303;
  font-family: "osregular";
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.name_banggia.text-split {
  -webkit-line-clamp: 2;
}
.content_banggia {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  font-family: "muliregular";
  margin-bottom: 24px;
}
.content_banggia.text-split {
  -webkit-line-clamp: 3;
}
.name-tsnb {
  font-size: 20px;
  color: #282828;
  font-family: "osregular";
  margin-bottom: 0;
  text-transform: uppercase;
}
.name-tsnb.text-split {
  -webkit-line-clamp: 1;
}
.desc-tsnb {
  font-size: 35px;
  color: #ff0205;
  font-family: "hel";
  margin-bottom: 0;
  text-transform: uppercase;
}
.desc-tsnb.text-split {
  -webkit-line-clamp: 1;
}
.detail-tsnb {
  font-size: 15px;
  color: #282828;
  font-family: "muliregular";
  margin-bottom: 0;
  text-transform: capitalize;
}
.detail-tsnb.text-split {
  -webkit-line-clamp: 1;
}
.name-baogia {
  font-size: 15px;
  line-height: 25px;
  color: #fb900a;
  font-family: "mulibold";
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0 32px 0 8px;
}
.name-baogia.text-split {
  -webkit-line-clamp: 2;
}
.box_img-col1--text h2 {
  font-size: 20px;
  color: #f1f1f1;
  font-family: "mulibold";
  text-align: left;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.name_introduce {
  font-size: 37px;
  color: #f6f6f6;
  font-family: "hel";
  text-align: right;
  padding-right: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.name_introduce.text-split {
  -webkit-line-clamp: 1;
}
.content_introduce {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-family: "muliregular";
  margin-bottom: 0;
  text-align: justify;
}
.content_introduce.text-split {
  -webkit-line-clamp: 9;
}
.box_box-main {
  background: url(../images/background_gioithieu_02.png) no-repeat;
  background-size: cover;
}
.pic-baogia {
  width: 31%;
  margin-right: 4px;
}
.title_name-baogia {
  width: 68%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #5f7f09;
  border-radius: 8px;
  padding: 12px 0;
}
.title_name-baogia::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 23px;
  height: 73px;
  /* background: #fa9008; */
}
.introduce {
  position: relative;
}
.introduce::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: calc(50% - 203px);
  left: 0;
  width: 132px;
  height: 22px;
  background: url(../images/decor-title-gioithieu_03.png);
}
.box_info-hotline--introduce h2 {
  font-size: 15px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0;
  text-transform: uppercase;
}
.box_info-hotline--introduce {
  margin-top: 38px;
  padding: 20px 0 6px;
  position: relative;
}
.box_info-hotline--introduce::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -57px;
  width: 109%;
  height: 100%;
  background-color: #fa9008;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.box_box-hot {
  position: relative;
  z-index: 99;
}
.info_hotline-introduce {
  font-size: 25px;
  color: #ffffff;
  font-family: "miss";
  margin-bottom: 0;
}
.info_hotline-introduce span {
  font-size: 20px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0;
}
.box_tsnb {
  margin-bottom: 6px;
}
/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow a {
  display: block;
  cursor: pointer;
}
.slideshow a img {
  width: 100%;
}
.slideshow:hover .control-slideshow {
  opacity: 0.3;
}
.slideshow .control-slideshow:hover {
  opacity: 0.8;
}
.control-slideshow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 35px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
}
.control-slideshow i {
  color: #ffffff;
}
.prev-slideshow {
  left: 20px;
  padding-right: 3px;
}
.next-slideshow {
  right: 20px;
  padding-left: 3px;
}

/* Partner */
.wrap-partner {
  padding: 28px 0;
  background-color: #f2f2f2;
}
.wrap-partner .wrap-content {
  padding: 0px;
  position: relative;
}
.owl-partner {
  padding: 0px;
}
.partner {
  display: block;
  border: 1px solid #eee;
}
.partner img {
  width: 100%;
}
.box_around-title--main {
  margin-top: 40px;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
  margin-top: 9%;
}
.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1200px;
}
.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

/* Intro */
.wrap-intro {
  margin-bottom: 50px;
}
.left-intro {
  width: 67%;
}
.right-intro {
  width: 30%;
}
.title-intro {
  border-bottom: 1px solid var(--color-red);
  margin-bottom: 1.5rem;
}
.title-intro span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
}
.title-intro span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: var(--color-red);
}
.newshome-best {
  width: 43%;
  display: block;
  float: left;
  margin-right: 1.5%;
}
.pic-newshome-best img {
  width: 100%;
}
.name-newshome {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  text-align: justify;
}
.name-newshome.text-split {
  -webkit-line-clamp: 2;
}
.time-newshome {
  font-size: 12px;
  color: #989898;
  font-family: "muliregular";
  margin-bottom: 0.25rem;
  display: none;
}
.desc-newshome {
  font-size: 13px;
  line-height: 25px;
  color: #b8b8b8;
  font-family: "muliregular";
  text-align: justify;
  margin-bottom: 0px;
}
.desc-newshome.text-split {
  -webkit-line-clamp: 3;
}
.info-newshome-normal {
  margin-top: 16px;
  padding: 0 10px;
}
.view-newshome {
  display: inline-block;
  border: 1px solid var(--color-black);
  padding: 8px 15px;
  color: var(--color-black);
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 1rem;
}
.view-newshome:hover {
  background-color: var(--color-black);
  color: #fff;
}
.newshome-scroll {
  width: calc(100% - 44.5%);
  height: 450px;
  overflow: hidden;
}
.newshome-scroll ul li {
  margin-bottom: 15px !important;
}
.newshome-normal {
  display: block;
}

.pic-newshome-normal img {
  width: 100%;
}
.box_around-news {
  background: url(../images/background-news_03.png) no-repeat;
  background-size: cover;
  padding: 50px 0 45px;
}
.box_around-news .wrap-content .box_title-linhvuc h3 {
  color: #ffffff;
}
.box_around-news .wrap-content .box_title-linhvuc p {
  color: #ffffff;
}
.video-main {
  position: relative;
  height: 400px;
}
.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
}

/* Video */
.video {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.video:nth-child(4n + 1) {
  clear: both;
}
.video:nth-child(4n) {
  margin-right: 0px;
}
.pic-video {
  position: relative;
}
.pic-video:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}
.pic-video img {
  width: 100%;
}
.name-video {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/*video slick*/
.owl-quangcao {
  margin-bottom: 10px;
}
.box_around-video {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 60px;
}
.product__slider-main {
  margin-bottom: 10px;
}
.product__slider-main img {
  margin: 0 auto;
}
.product__slider-main .slide .img-responsive .scale-img img {
  height: 300px;
}
.product__slider-thmb .slide .img-responsive .scale-img img {
  height: 95px;
}
.product__slider-thmb {
  display: inline-block !important;
}
.product__slider-main {
  display: inline-block !important;
}

.product__slider-thmb .slide {
  margin-bottom: 4px;
}

.product__slider-main,
.product__slider-thmb {
  display: none;
}
.product__slider-main {
  width: calc(74% - 5px);
}
.product__slider-thmb {
  width: calc(26% - 5px);
}
.box_detail-news--main {
  text-align: center;
  margin-bottom: 20px;
}
#product__slider {
  flex-wrap: wrap;
}
/* Album */
.album {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.album:nth-child(4n + 1) {
  clear: both;
}
.album:nth-child(4n) {
  margin-right: 0px;
}
.pic-album {
  position: relative;
}
.pic-album img {
  width: 100%;
}
.name-album {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
  margin-bottom: 50px;
  padding: 0px 10px;
}
.wrap-brand .wrap-content {
  max-width: 1200px;
  padding: 0px;
  position: relative;
}
.owl-brand {
  padding: 0px 40px;
}
.brand {
  display: block;
  border: 1px solid #eee;
}
.brand img {
  width: 100%;
}

/* Sản Phẩm */
.wrap-product {
  margin-bottom: 50px;
}
.product {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.product:nth-child(4n + 1) {
  clear: both;
}
.product:nth-child(4n) {
  margin-right: 0px;
}
.box-product {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.pic-product {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #eee;
}
.pic-product img {
  width: 100%;
  border-radius: 3px;
}
.name-product {
  font-size: 16px;
  color: var(--color-black);
}
.name-product.text-split {
  -webkit-line-clamp: 1;
}
.price-product {
  margin-bottom: 0px;
}
.price-product span {
  font-weight: 700;
}
.price-new {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-red);
}
.price-old {
  padding-left: 10px;
  font-size: 12px;
  color: var(--color-gray);
}
.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: var(--color-red);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}
.cart-add {
  margin-right: 2%;
  background-color: var(--color-red);
}
.cart-add:hover {
  background-color: var(--color-dark-red);
}
.cart-buy {
  background-color: var(--color-green);
}
.cart-buy:hover {
  background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.grid-pro-detail {
  margin-bottom: 50px;
}
.left-pro-detail {
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
  margin-right: 2%;
  background: white;
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}
.right-pro-detail {
  width: calc(100% - 42%);
  float: left;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-thumb-pro {
  padding: 0px 40px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-red);
}
.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}
.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}
.cart-pro-detail a.buynow {
  background-color: var(--color-green);
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-green);
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-red);
  border-radius: 3px;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
  font-size: 10px;
  float: left;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}



/* Toc */
.mucluc-dropdown-list-btn {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 13px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  width: fit-content;
  background-color: #edf6ff;
}
.mucluc-dropdown-list-btn:before {
  content: "\f03a";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  background: #fff;
  color: #000 !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 34px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}

.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
  display: none;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}
.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: 0 0 5px 0;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.box-readmore ul li li a {
  font-weight: 400;
}
.box-readmore ul li a:hover {
  color: #767676;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
blockquote p {
  margin-bottom: 0;
}
/* Bài viết */
.news {
  width: 49%;
  float: left;
  margin-bottom: 25px;
  display: block;
}
.news:nth-child(2n) {
  float: right;
}
.news:nth-child(2n + 1) {
  clear: both;
}
.pic-news {
  float: left;
  margin-right: 4%;
  width: 36%;
}
.pic-news img {
  width: 100%;
}
.info-news {
  float: left;
  width: 60%;
}
.name-news {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
}
.name-news:hover {
  color: var(--color-red);
}
.time-news {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
}
.desc-news {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: var(--color-red);
}

/* Contact */
.top-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-contact .article-contact {
  width: 48%;
}
.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;
}

/* Footer */
.footer {
  background: #4e3701;
  background-size: cover;
}
.box_social-footer h2 {
  font-size: 15px;
  color: #333333;
  font-family: "mulibold";
  margin-bottom: 0;
  margin-right: 5px;
}
.info-footer p {
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-family: "muliregular";
}
.title-company {
  font-size: 25px;
  color: #02365b;
  font-family: "muliregular";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-name-company {
  font-size: 25px;
  color: #e60908;
  font-family: "impact";
  margin-bottom: 27px;
  text-transform: uppercase;
}

.footer-article .wrap-content {
  padding: 46px 10px 16px;
}
.footer-news:nth-child(1) {
  width: 34%;
  position: relative;
  z-index: 99;
  background-color: #ffffff;
  padding: 25px 10px 25px 25px;
  margin-top: -40px;
}
.footer-news:nth-child(2) {
  width: 12%;
}
.footer-news:nth-child(3) {
  width: 16%;
}
.footer-news:nth-child(4) {
  width: 28%;
}
.footer-news:nth-child(4) .title-footer::after {
  width: 25%;
}
.footer-news:nth-child(4) .title-footer {
  margin-bottom: 1.25rem;
}
.title-footer {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0.75rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.title-footer::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-ul li {
  margin-bottom: 0;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-family: "muliregular";
  text-transform: capitalize;
}
.slogan-newsletter {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}
.newsletter-input {
  position: relative;
}
.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 0px;
}
.newsletter-button {
  margin-top: 5px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  background-color: #fb900a;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  color: #003860;
  font-family: "mulibold";
  padding: 14px 0;
}
.newsletter-button input[type="submit"]:hover {
  background-color: var(--color-dark-red);
  color: #ffffff;
}

.footer-tags .wrap-content {
  padding: 30px 10px;
}
.footer-tags .wrap-content {
  flex-wrap: wrap;
}
.label-tags {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-family: "mulibold";
  margin-bottom: 0;
  margin-right: 10px;
}
.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  margin: 0px 10px 5px 0px;
}
.list-tags li a {
  font-size: 15px;
  color: #ffffff;
  font-family: "muliregular";
  padding: 6px 15px 8px 15px;
  border-radius: 26px;
  border: 1px solid #ffffff;
  display: block;
}
.list-tags li a:hover {
  color: #86d200;
}
.footer-powered {
  background-color: #fc900a;
}
.footer-powered .wrap-content {
  padding: 15px 10px;
}
.copyright {
  margin-bottom: 0px;
  font-size: 14px;
  color: #ffffff;
  font-family: "muliregular";
}
.statistic {
  margin-bottom: 0px;
}
.statistic span {
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  color: #ffffff;
  font-family: "muliregular";
  position: relative;
}
.statistic span::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.statistic span:last-child {
  padding-right: 0px;
  margin-right: 0;
}
.statistic span:last-child::after {
  display: none;
}
#footer-map {
  position: relative;
  height: 500px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* 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: #e60908;
  color: #fff;
  border-color: #e60908;
}

/* Popup custom */
.modal-custom .modal-footer {
  padding: 0.5rem;
}
.modal-custom .modal-footer .btn {
  font-size: 14px;
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll 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: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover > img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fc900a;
  position: relative;
  z-index: 1;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgb(252 144 10);
  opacity: 0.1;
  border-color: #fc900a;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -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: rgb(252 144 10);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 230px;
}

/* Phone .btn-phone {
  bottom: 230px;
} */

/* Messenger */
.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,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #fc900a;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -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: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  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: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -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,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  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: 220px;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #86d200;
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #86d200;
  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: 1000;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #86d200;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.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;
}

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: var(--color-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: var(--color-red);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}
.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.toolbar ul li a img {
  height: 6vw;
  width: auto;
}
.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #fff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online .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(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .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(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .support-online .btn-support {
  cursor: pointer;
}
.support-online .mes i {
  background: orange;
}
.support-online .sms i {
  background: red;
}
.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}
#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}
.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: flex !important;
  display: -ms-flex !important;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
}
.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 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;
}
.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 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;
}
.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}
.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
  font-size: 25px;
  color: #fff;
  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%;
}
@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes shake-anim {
  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

/*lĩnh vực*/
.box_around-linhvuc {
  background: url(../images/background-linhvuc_02.png) no-repeat;
  background-size: cover;
  padding: 51px 0 59px;
}
.box_title-linhvuc {
  text-align: center;
  margin-bottom: 20px;
}
.box_title-linhvuc h3 {
  font-size: 30px;
  color: #e70b05;
  font-family: "osmedium";
  margin-bottom: 8px;
  text-transform: uppercase;
}
.box_title-linhvuc p {
  font-size: 15px;
  color: #ffffff;
  font-family: "nuniregular";
  margin-bottom: 0;
  margin-top: 15px;
}
.title_linhvuc {
  font-size: 18px;
  color: #fefefe;
  font-family: "osregular";
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 14px 0 10px;
}
.title_linhvuc.text-split {
  -webkit-line-clamp: 1;
}
.box_pic-linhvuc {
  position: relative;
}
.box_ontop-title {
  position: absolute;
  z-index: 1;
  background-color: #ffb506;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.box_pic-linhvuc img {
  width: 100%;
}

/*mẫu nhà*/
.box_around-maunha {
  padding: 48px 0 52px;
}
.box_maunha .box_title-linhvuc h3 {
  color: #e60908;
}
.box_maunha .box_title-linhvuc p {
  font-size: 15px;
  color: #333333;
  font-family: "nuniregular";
}
.title_maunha {
  font-size: 14px;
  color: #ffb607;
  font-family: "mulibold";
  margin-bottom: 0;
  text-transform: uppercase;
}
.title_maunha.text-split {
  -webkit-line-clamp: 1;
}
.box_title-maunha {
  padding: 20px 7px 9px 2px;
}
.detail_maunha {
  font-size: 14px;
  line-height: 25px;
  color: #5f5f5f;
  font-family: "muliregular";
  margin-bottom: 0;
  text-align: justify;
  padding-top: 9px;
}
.detail_maunha.text-split {
  -webkit-line-clamp: 3;
}
.box_main-maunha {
  border: 1px solid #c2c2c2;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px #f2f2f2;
}

/*công trình*/
.box_around-congtrinh .box_title-linhvuc h3 {
  color: #e60908;
}
.box_around-congtrinh .box_title-linhvuc p {
  font-size: 15px;
  color: #333333;
  font-family: "nuniregular";
}
.xaydung {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.xaydung:nth-child(4n + 1) {
  clear: both;
}

.xaydung:nth-child(4n) {
  margin-right: 0;
}
.title-main2 a {
  font-size: 14px;
  color: #282828;
  font-family: "mulibold";
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 28px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
}
.box-listmenu {
  margin-bottom: 4%;
  flex-wrap: wrap;
}
.title-main2 {
  margin-right: 2%;
}
.title-main2:last-child {
  margin-right: 0;
}
.clickcatpro a:hover,
.clickcatpro.active a {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}
.name-xaydung {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-family: "mulibold";
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 10px;
}
.name-xaydung.text-split {
  -webkit-line-clamp: 2;
}
.xaydung {
  border: 1px solid #c2c2c2;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px #f2f2f2;
}

/*form báo giá*/
.title-bg {
  font-size: 30px;
  color: #ffffff;
  font-family: "osregular";
  text-transform: uppercase;
  margin-bottom: 6px;
}
.slogan-bg {
  font-size: 14px;
  color: #ffffff;
  font-family: "muliregular";
  margin-bottom: 24px;
}
.box_form-bg {
  width: calc(60%);
  padding-left: 78px;
}

.box_empty {
  width: calc(40%);
}
.box_newsletter-input {
  width: 49%;
  margin-bottom: 2%;
}
.box_form-control {
  height: calc(1.5em + 0.75rem + 18px);
  background-color: #272727;
}
.box_form-control1 {
  height: calc(1.5em + 0.75rem + 70px);
  background-color: #272727;
}
.boxx_form {
  background: url(../images/background-baogia-trai_02.png) no-repeat left top /
      40% 100%,
    url(../images/background-baogia-phai_03.png) no-repeat right top / 60% 100%;
  padding: 57px 0 60px;
  margin-top: 15px;
  margin-bottom: 58px;
}
.box_newsletter-input1 {
  margin-bottom: 2%;
}
.newsletter-button {
  width: 100%;
}

/*sửa nhà*/
.banner_quangcao {
  width: calc(24% - 15px);
}
.right_suanha {
  width: calc(76% - 15px);
}
.suanha {
  float: left;
  width: 30%;
  margin: 0 2.5% 2.5% 0;
  border: 1px solid #c2c2c2;
  box-shadow: 5px 5px 5px #ededed;
  padding: 10px;
}
.box_suanha-info {
  padding: 22px 0 12px;
}
.suanha:nth-child(3n + 1) {
  clear: both;
}
.suanha:nth-child(3n) {
  margin-right: 0;
}
.name-suanha {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-family: "mulibold";
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.name-suanha.text-split {
  -webkit-line-clamp: 2;
}
.detail-suanha {
  font-size: 14px;
  line-height: 25px;
  color: #5f5f5f;
  font-family: "muliregular";
  margin-bottom: 0;
  text-align: center;
  letter-spacing: -1px;
}
.detail-suanha.text-split {
  -webkit-line-clamp: 2;
}
.wrap-product .box_title-linhvuc h3 {
  color: #e60908;
}
.wrap-product .box_title-linhvuc p {
  color: #333333;
}
.content-main .xaydung {
  border: unset;
  padding: unset;
}
.content-main .xaydung a .box-nb .box_infor-news--detail {
  margin-top: 10px;
}
/*tiêu chí*/
.box_around-tieuchi {
  background: url(../images/background-tieuchi_02.png) no-repeat;
  background-size: cover;
  padding: 56px 0;
}
.box_tc {
  text-align: center;
  padding-top: 10px;
}
.owl-tieuchi {
  margin-top: 17px;
}
.box_info-tieuchi {
  margin-top: 28px;
}
.name-tieuchi {
  font-size: 18px;
  color: #ffffff;
  font-family: "mulisemibold";
  margin-bottom: 10px;
  text-transform: uppercase;
}
.name-tieuchi.text-split {
  -webkit-line-clamp: 1;
}
.detail-tieuchi {
  font-size: 14px;
  line-height: 23px;
  color: #dadada;
  font-family: "muliregular";
  margin-bottom: 0;
}
.detail-tieuchi.text-split {
  -webkit-line-clamp: 3;
}
.box_img-tieuchi {
  display: inline-block;
  position: relative;
  padding: 15px;
}
.box_img-tieuchi::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  background-color: #fc900a;
  top: 0;
  left: 0;
}
.box_img-tieuchi:hover::after {
  animation: ro 7s linear infinite;
}
.box_img-tieuchi::after {
  border: 1px dashed #fc900a;
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  top: -6px;
  left: -6px;
  box-sizing: border-box;
  border-radius: 50%;
}

/*video comment*/
.box_around-video--comment {
  padding: 52px 0;
}

.comment_right .box_title-linhvuc h3 {
  color: #e70c04;
}
.comment_right .box_title-linhvuc p {
  color: #333333;
}
.comment_right .box_title-linhvuc {
  text-align: left;
}
.video_left {
  width: calc(50% - 15px);
}
.comment_right {
  width: calc(50% - 15px);
}
.box_img-comment {
  width: calc(33% - 15px);
}
.box_detail-comment {
  width: calc(67% - 15px);
  padding-top: 40px;
}
.box_img-comment img {
  border-radius: 100%;
}
.box_img-main {
  position: relative;
  display: inline-block;
}
.box_img-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  background-color: #2a5c7f;
  bottom: -5px;
  right: -5px;
}
.detail-comment {
  font-size: 16px;
  line-height: 32px;
  color: #282828;
  font-family: "muliregular";
  text-align: justify;
  margin-bottom: 0;
}
.detail-comment.text-split {
  -webkit-line-clamp: 4;
}
.name-comment {
  font-size: 16px;
  color: #333333;
  font-family: "mulibold";
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
}
.name-comment.text-split {
  -webkit-line-clamp: 1;
}
.title_name-comment {
  text-align: center;
  margin-top: 20px;
}
.box_comment {
  position: relative;
  padding-bottom: 48px;
}
.box_comment::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 0;
  width: 72px;
  height: 61px;
  background: url(../images/decor-comment_03.png);
}
.video-right {
  position: relative;
  width: calc(76%);
}
.slick-video .max_slick .d-block {
  margin-bottom: 5px;
}
.video-right iframe {
  position: relative;
  width: 435px;
  height: 298px;
  top: 0px;
  left: 0px;
}
.box-video {
  margin-bottom: 5px;
  cursor: pointer;
}
.box-video img {
  width: 130px;
  height: 95px;
  object-fit: cover;
}
.slick-video {
  width: calc(23%);
}
.slick-video .slick-list {
  height: 300px !important;
}
.box_box-video:last-child {
  margin-bottom: 0 !important;
}
.box_video-right h3 {
  font-size: 15px;
  color: #333333;
  font-family: "bold";
  margin-top: 20px;
}
.box_video-right .text-split {
  -webkit-line-clamp: 1;
}

.box-video a h3 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-family: "bold";
  text-align: justify;
  margin-left: 10px;
}

.box-video a .text-split {
  -webkit-line-clamp: 2;
}

@keyframes ro {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pic-news img {
  width: auto !important;
  height: auto !important;
}

/*album*/
.box_around-album {
  padding-bottom: 60px;
}
.box_around-album .box_title-linhvuc h3 {
  color: #e60908;
}
.box_around-album .box_title-linhvuc p {
  color: #333333;
}
.all_album {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
}
.all_album .item_album .bd_album img {
  width: 100%;
  height: 100%;
}
.all_album .item_album:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}
.all_album .item_album:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  position: relative;
}
.all_album .item_album:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  position: relative;
}
.all_album .item_album:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
  position: relative;
}
.all_album .item_album:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
  position: relative;
}

.item_album:hover a.bd_album:after,
.item_album:hover .content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}
.item_album a.scale-img:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s all;
}
.item_album:hover .content {
  transform: translateY(-50%) scale(1);
}
.item_album .content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.title_album {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.title_album.text-split {
  -webkit-line-clamp: 1;
}
.content_album {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.content_album.text-split {
  -webkit-line-clamp: 3;
}
.name-baogia:hover,
.title_maunha:hover,
.name-xaydung:hover,
.name-suanha:hover,
.name-newshome:hover,
.box_pic-linhvuc:hover .box_ontop-title .title_linhvuc,
.footer-ul li a:hover {
  color: #dc3545;
}
.footer-article .wrap-content {
  flex-wrap: wrap;
}
.box_logo {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: auto;
  transform: translateX(-50%);
}
.box_logo a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*báo giá*/
#popup-btn {
  background: #fc900a;
  position: fixed;
  right: 0;
  top: 24%;
  z-index: 1000;
  border-radius: 4px 0 0 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: none !important;
  width: 40px;
  height: 170px;
  text-align: center;
  font-family: "osregular";
}

.box_title-bg p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffffff;
  font-family: "semibold";
}

.popup_main {
  display: none;
  position: fixed;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup_main-content {
  position: relative;
  background-color: #fafafa;
  padding: 15px;
  margin: auto;
  width: 600px;
}
.close-btn {
  float: right;
  color: #2e2e2e;
  font-size: 25px;
  font-weight: 700;
  margin-top: -4%;
}
.close-btn:hover {
  cursor: pointer;
  color: #d2d2d2;
}
#popup-btn span {
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  -webkit-transform: rotate(-90deg) translate(-60px, 0);
  -moz-transform: rotate(-90deg) translate(-60px, 0);
  -ms-transform: rotate(-90deg) translate(-60px, 0);
  -o-transform: rotate(-90deg) translate(-60px, 0);
  transform: rotate(-90deg) translate(-60px, 0);
}
#popup-btn:hover {
  background-color: var(--color-red);
}
.popup_main-content p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: "mulibold";
}
.popup_main-content {
  top: 18%;
}
.popup_main-content .form-newsletter .newsletter-input .form-control {
  margin-bottom: 2%;
}
.popup_main-content .form-newsletter .newsletter-button {
  text-align: center;
}
.popup_main-content .form-newsletter .newsletter-button input[type="submit"] {
  padding: 10px 30px;
  font-weight: bold;
}
.popup_main-content
  .form-newsletter
  .newsletter-button
  input[type="submit"]:hover {
  background-color: #4aa30f;
}
.popup_main-content .box_form-control {
  background-color: #ffffff;
}
.popup_main-content .box_form-control1 {
  background-color: #ffffff;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.slogan-header{display:none;background: #fc900a;padding: 6px 0;color: #fff;text-transform: uppercase;font-size: 13px;font-weight: bold;}
/* Responsive */
@media (max-width: 1001px) {
  .nav_menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
  .slogan-header{display:block;}
}
@media (max-width: 850px) {
  .video_left {
    display: none;
  }
  .footer-news:nth-child(1) {
    width: 50%;
  }
  .footer-news:nth-child(2) {
    width: 18%;
  }
  .footer-news:nth-child(3) {
    width: 50%;
    margin-top: 2%;
  }
  .footer-news:nth-child(4) {
    width: 42%;
    margin-top: 2%;
  }
  .box_around-main--intro {
    flex-wrap: wrap;
  }
  .box_banggia {
    width: 100%;
  }
  .introduce {
    width: 100%;
  }
  .news {
    width: 100%;
    float: none !important;
  }
  .box_img-col1--text h2 {
    text-align: center;
  }
  .name_introduce {
    text-align: center;
  }
  .box_banggia {
    padding: 38px 15px 10px;
  }
  .introduce::after {
    top: calc(50% - 164px);
  }
  .introduce {
    padding-bottom: 50px;
  }
  .name-xaydung {
    padding-bottom: 0;
  }
  .box-nb {
    padding-bottom: 12px;
  }
  .box_form-bg {
    padding-left: 18px;
  }
  .boxx_form {
    margin-bottom: 30px;
  }
  .banner_quangcao {
    display: none;
  }
  .right_suanha {
    width: 100%;
  }
  .suanha {
    width: 31.5%;
  }
  .box_around-tieuchi {
    padding: 40px 0;
  }
  .video-right {
    width: calc(52%);
  }
  .box_img-comment {
    width: calc(25% - 15px);
  }
  .all_album .item_album .bd_album img {
    width: auto !important;
    height: auto !important;
  }
  .box_around-album {
    padding-bottom: 34px;
  }
  .box_around-news {
    padding: 36px 0 30px;
  }
}
@media (max-width: 769px) {
  .top-contact {
    flex-wrap: wrap;
  }
  .left-pro-detail,
  .right-pro-detail,
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }
  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }
  .popup_main-content {
    width: 500px;
  }
}
@media (max-width: 440px) {
  .pic-news,
  .info-news {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
  }
  .info-news {
    margin-top: 15px;
  }
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }
  .popup_main-content {
    width: 375px;
  }
}
@media (max-width: 369px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }
  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }
  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  .cart-pro-detail a i {
    display: none;
  }
}

@media (max-width: 1024px) {
  .box_menu {
    width: calc(87% - 98px);
  }
  .box_info-hotline--email {
    width: 58%;
  }
  ._logo::after {
    bottom: -14px;
    left: 9px;
  }
  .box_banggia {
    padding-right: 15px;
  }
  .introduce {
    padding-left: 40px;
    padding-right: 40px;
  }
  .box_info-hotline--introduce::after {
    top: 6px;
    left: -40px;
  }
  .name-baogia {
    font-size: 13px;
  }
  .box_banggia {
    padding-bottom: 47px;
  }
  .box_form-bg {
    padding-left: 54px;
  }
  .name-tieuchi {
    font-size: 16px;
  }
  .box_around-video--comment {
    flex-wrap: wrap;
  }
  .video_left {
    width: 100%;
  }
  .comment_right {
    width: 100%;
  }
  .video-right {
    width: calc(44%);
  }
  .wrap-video {
    justify-content: center;
  }
  .video_left .box_title-linhvuc {
    text-align: center;
  }
  .comment .justify-content-between {
    justify-content: center !important;
  }
  .box_detail-comment {
    width: calc(50% - 15px);
  }
  .comment_right .box_title-linhvuc {
    text-align: center;
  }
  .box_around-video--comment {
    padding: 40px 0;
  }
  .box_img-comment {
    width: calc(21% - 15px);
  }
  .comment_right {
    margin-top: 2%;
  }
  .box_comment::after {
    right: 15%;
  }
  .pic-news img {
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .product__slider {
    display: none;
  }
  .box_banggia {
    padding-bottom: 20px;
  }
  .box_logo {
  }
  .introduce {
    padding: 40px;
  }
  .box_info-hotline--introduce {
    margin-top: 20px;
  }
  .box_around-linhvuc {
    padding: 34px 0 44px;
  }
  .box_around-maunha {
    padding: 30px 0 36px;
  }
  .xaydung:nth-child(4n + 1) {
    clear: initial;
  }
  .xaydung {
    width: 32%;
  }
  .xaydung:nth-child(3n) {
    margin-right: 0;
  }
  .xaydung:nth-child(4n) {
    margin-right: 2%;
  }
  .video-right {
    width: calc(57%);
  }
  .box_img-comment {
    width: calc(28% - 15px);
  }
  .title-main2 {
    margin-top: 5%;
  }
  .product__slider-main .slide .img-responsive .scale-img img {
    height: auto !important;
    width: auto !important;
  }
  .product__slider-thmb .slide .img-responsive .scale-img img {
    height: auto !important;
    width: auto !important;
  }
  .comment .justify-content-between {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .name_banggia {
    font-size: 22px;
  }
  .baogia:nth-child(2n + 1) {
    clear: initial;
  }
  .baogia {
    width: 100%;
  }
  .introduce::after {
    top: calc(50% - 230px);
  }
  .info_hotline-introduce span {
    font-size: 16px;
  }
  .xaydung {
    width: 49%;
  }
  .xaydung:nth-child(2n) {
    margin-right: 0;
  }
  .xaydung:nth-child(3n) {
    margin-right: 2%;
  }
  .xaydung:nth-child(6n) {
    margin-right: 0%;
  }
  .box_empty {
    display: none;
  }
  .box_form-bg {
    width: 100%;
    padding-left: 0;
  }
  .boxx_form {
    background: unset, url(../images/background-baogia-phai_03.png) no-repeat !important;
    background-size: cover;
    padding: 28px 0 37px;
  }
  .newsletter-button input[type="submit"] {
    padding: 6px 0;
  }
  .suanha:nth-child(3n + 1) {
    clear: initial;
  }
  .suanha {
    width: 49%;
    margin-right: 2%;
  }
  .suanha:nth-child(2n) {
    margin-right: 0;
  }
  .suanha:nth-child(4n) {
    margin-right: 0;
  }
  .suanha:nth-child(6n) {
    margin-right: 0 !important;
  }
  .suanha:nth-child(8n) {
    margin-right: 0;
  }
  .suanha:nth-child(3n) {
    margin-right: 2%;
  }
  .video-right {
    width: calc(100%);
  }
  .slick-video {
    width: calc(100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .max_slick {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .max_slick .d-block {
    width: 33% !important;
  }
  .max_slick .d-block .box-video a img {
    width: 160px !important;
  }
  .slick-video .slick-list {
    height: 100px !important;
  }
  .box_img-comment {
    width: calc(50% - 15px);
  }
  .all_album {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .all_album .item_album:nth-child(1) {
    width: 100%;
  }
  .all_album .item_album:nth-child(2) {
    width: 100%;
  }
  .all_album .item_album:nth-child(3) {
    width: 100%;
  }
  .all_album .item_album:nth-child(4) {
    width: 100%;
  }
  .all_album .item_album:nth-child(5) {
    width: 100%;
  }
  .all_album .item_album:nth-child(1) .bd_album img {
    width: 100% !important;
  }
  .all_album .item_album:nth-child(2) .bd_album img {
    width: 100% !important;
  }
  .all_album .item_album:nth-child(3) .bd_album img {
    width: 100% !important;
  }
  .all_album .item_album:nth-child(4) .bd_album img {
    width: 100% !important;
  }
  .all_album .item_album:nth-child(5) .bd_album img {
    width: 100% !important;
  }
  .info-newshome-normal {
    padding: 0;
  }
  .footer-news:nth-child(1) {
    width: 100%;
  }
  .footer-news:nth-child(2) {
    width: 47%;
    margin-top: 2%;
  }
  .footer-news:nth-child(3) {
    width: 40%;
  }
  .footer-news:nth-child(4) {
    width: 100%;
  }
  .footer-powered .wrap-content {
    flex-wrap: wrap;
    text-align: center;
  }
  .copyright {
    width: 100%;
  }
  .statistic {
    width: 100%;
    margin-top: 10px;
  }

  .title-main2 {
    margin-top: 7%;
  }

  .product__slider-main {
    width: calc(95%);
    text-align: center;
    margin-left: 3%;
  }
  .product__slider-thmb {
    width: calc(95%);
    margin-left: 3%;
  }
  .product__slider {
    text-align: center;
  }
}
