@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* Main */
body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent; }

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4); }

:root {
  --color-main: #ffff99;
  --color-hover: #faf4f4;
  --color-medium-red: #cc2c32;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d; }

body {
  font-size: 14px;
  background: #fff;
  font-family: 'Open Sans', "Quicksand", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

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; }

.item-doingu {
  text-align: center; }
  .item-doingu a {
    color: #000; }
    .item-doingu a:hover {
      text-decoration: none; }
  .item-doingu h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px; }
  .item-doingu ._content {
    padding: 0 10px; }
  .item-doingu .btn {
    background: var(--color-main);
    text-transform: uppercase;
    padding: 10px 20px; }

.pricing-table {
  border: 1px solid #ececec;
  background-color: #FFF;
  padding-bottom: 15px;
  overflow: hidden; }

.pricing-table .title {
  padding: 0.5em 15%;
  border-bottom: 1px solid #ececec;
  background-color: rgba(0, 0, 0, 0.02);
  font-weight: bold; }

.pricing-table .price {
  color: #000;
  padding: 0.6em 15% 0;
  font-weight: 300;
  font-size: 2em; }

.pricing-table .description {
  padding: 15px 15px 0; }

.pricing-table .items {
  padding: 10px 15%; }

.pricing-table .items .button:last-child {
  margin: 10px 0 0;
  background-color: #003d21;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase; }

.section-content-dv {
  background-color: whitesmoke;
  padding-top: 30px; }

.item-dv {
  margin-bottom: 30px; }

.wrap-main,
.wrap-content {
  max-width: 1220px;
  margin: 40px auto;
  padding: 0 10px; }

.wrap-home {
  max-width: 100%;
  padding: 0px; }

.wrap-content {
  margin: auto; }

/* General */
.title-main {
  margin-bottom: 30px;
  text-align: center; }
  .title-main.title-main--v2 span {
    color: #000; }
  .title-main span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px; }

.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-main);
  border-color: var(--color-main);
  color: #fff; }

.prev-carousel {
  left: 0px; }

.next-carousel {
  right: 0px; }

/* Header */
.header {
  background-color: #fff;
  border-top: 10px solid var(--color-main);
  font-family: "Quicksand"; }

.mota_head {
  text-align: right; }
  .mota_head p {
    margin: 0; }
  .mota_head .text_gioithieu {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
  .mota_head .text_phone {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: red; }

.lang-header a {
  padding: 3px;
  display: block; }

.header-top {
  padding: 10px 0; }

/* Menu */
.menu {
  background-color: var(--color-main);
  font-family: Quicksand; }

.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none; }

.menu ul li {
  position: relative;
  z-index: 99; }

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5); }

.menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  padding: 11px 20px; }
  .menu ul li a i {
    font-size: 12px;
    margin-left: 3px; }

.menu ul li a.active {
  background: var(--color-hover);
  color: #000; }

.menu ul li:hover > a {
  background: var(--color-hover);
  color: #000; }

.menu ul li ul {
  position: absolute;
  min-width: 200px;
  width: 100%;
  background: var(--color-main);
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  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 ul {
  top: 0px;
  left: 100%; }

/* Search */
.search {
  width: 40%;
  background: #fff;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  position: relative; }

.search p {
  position: absolute;
  width: 45px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  background: var(--color-main);
  top: 0;
  right: 0; }

.search input {
  width: calc(100% - 40px);
  height: 40px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px; }

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
  color: #ccc; }

/* Menu RP */
.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  position: relative;
  line-height: normal; }

.menu-bar-res {
  height: 55px;
  padding: 0px 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#menu {
  display: none; }

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative; }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #000;
  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;
  -o-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  -o-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform; }

.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 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-menu_opened {
  display: block !important; }

/* Search RP */
.search-res {
  position: relative; }

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 17px;
  margin: 0px; }

.search-res .icon-search.active {
  color: #000;
  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 #000;
  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: #000;
  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: #000; }

.search-res .search-grid input::-webkit-input-placeholder,
.search-res .search-grid input:-moz-placeholder,
.search-res .search-grid input::-moz-placeholder,
.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc; }

/* 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; }

#text_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  bottom: 0;
  z-index: 1; }
  #text_slider .box_slider {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0px 30px 5px;
    background-color: rgba(255, 242, 18, 0.7);
    color: #000;
    position: relative; }
    #text_slider .box_slider:after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 10px;
      width: 100%;
      background-color: #111; }
    #text_slider .box_slider a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1000; }
    #text_slider .box_slider .text {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      text-align: center; }

/* Partner */
.wrap-partner {
  padding: 0px 10px; }

.wrap-partner .wrap-content {
  max-width: 1200px;
  padding: 0px;
  position: relative; }

.owl-partner {
  padding: 0px 40px; }

.partner {
  display: block;
  border: 1px solid #eee; }

.partner img {
  width: 100%; }

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee; }

.breadCrumbs .wrap-content {
  padding: 0.75rem 0 0.75rem 30px; }

.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); }

#content-bot2 {
  padding: 0px 0px 30px;
  margin-top: 40px; }

.bg-tieude h2 {
  background: var(--color-main);
  color: #000;
  font-size: 18px;
  position: relative;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px; }

#frm_datlich {
  padding: 30px;
  border: 1px solid var(--color-main); }

.form-dlab {
  width: calc(50% - 10px);
  float: left; }

.form-dla {
  margin-bottom: 20px; }

.form-dl {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  margin: 0px;
  outline: 0;
  color: #7b7b7b;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

textarea.form-dl {
  height: 100px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.service-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.service-select select {
  width: 60%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.form-dlab:nth-child(2n+2) {
  float: right; }

.btn-dl {
  width: 235px;
  height: 45px;
  outline: 0;
  border: none;
  background: var(--color-main);
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px; }

a.plain {
  color: currentColor;
  -webkit-transition: color .3s, opacity .3s, -webkit-transform .3s;
  transition: color .3s, opacity .3s, -webkit-transform .3s;
  -o-transition: color .3s, opacity .3s, transform .3s;
  transition: color .3s, opacity .3s, transform .3s;
  transition: color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
  font-weight: 500; }
  a.plain:hover {
    text-decoration: none; }

.wrap-about {
  margin-bottom: 50px; }
  .wrap-about .icon-box {
    border: 1px solid #000;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
  .wrap-about .icon-box-text:hover {
    color: var(--color-main); }

.icon-box-center .icon-box-img {
  margin: 0 auto 1em; }

.icon-box .icon-box-img {
  margin-bottom: 1em;
  max-width: 75px;
  position: relative; }
  .icon-box .icon-box-img img {
    padding-top: 0.2em;
    width: 100%; }

.title-about {
  color: #0a0a0a;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px; }

.desc-about {
  font-size: 15px;
  text-align: justify; }

.btn-about {
  border-radius: 99px;
  color: #000;
  background: var(--color-main);
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;
  border: 1px solid transparent; }
  .btn-about:hover {
    text-decoration: none;
    background: #000;
    border: 1px solid #000;
    color: #fff; }

.mb-25 {
  margin-bottom: 25px; }

.wrap-service {
  padding: 70px 0 50px; }

.dichvu_content {
  background-color: var(--color-main);
  color: #fff;
  height: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  border-radius: 8px; }
  .dichvu_content a {
    display: block;
    color: #000; }
    .dichvu_content a:hover {
      text-decoration: none; }
  .dichvu_content h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.wrap-tuvan {
  background-color: #fff;
  color: #000;
  padding: 10px 0; }
  .wrap-tuvan h3 {
    font-weight: bold;
    font-size: 1.5rem; }
  .wrap-tuvan .icon-box-text {
    text-align: center; }
  .wrap-tuvan p {
    margin-bottom: 0; }
  .wrap-tuvan .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation: swing 1s infinite;
    animation: swing 1s infinite; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes my {
  0% {
    color: #f8260a; }
  50% {
    color: #3cc200; }
  100% {
    color: #f8260a; } }

@-moz-keyframes my {
  0% {
    color: #f8260a; }
  50% {
    color: #3cc200; }
  100% {
    color: #f8260a; } }

@-o-keyframes my {
  0% {
    color: #f8260a; }
  50% {
    color: #3cc200; }
  100% {
    color: #f8260a; } }

@keyframes my {
  0% {
    color: #f8260a; }
  50% {
    color: #3cc200; }
  100% {
    color: #f8260a; } }

.test {
  -webkit-animation: my 700ms infinite;
  animation: my 700ms infinite;
  font-weight: bold; }

.content-main {
  max-width: 1000px;
  margin: 0 auto; }
  .content-main img {
    height: auto !important;
    max-width: 100%; }

.wrap-tieuchi {
  padding: 50px 0;
  background: var(--color-main); }
  .wrap-tieuchi .item-tieuchi {
    -webkit-box-shadow: 2px 2px 20px #0000000d;
    box-shadow: 2px 2px 20px #0000000d;
    padding: 0 0 20px;
    background: #fff; }
    .wrap-tieuchi .item-tieuchi .icon-box {
      margin-top: -50px;
      padding: 0 15px; }
      .wrap-tieuchi .item-tieuchi .icon-box img {
        padding-top: 0;
        border: 3px solid white;
        border-radius: 99%; }
  .wrap-tieuchi--v2 {
    background: #fff;
    padding-bottom: 0; }
    .wrap-tieuchi--v2 .item-tieuchi {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none; }
      .wrap-tieuchi--v2 .item-tieuchi h3 {
        text-transform: uppercase;
        margin: 15px 0 10px; }

.item-tieuchi h3 {
  font-weight: 600;
  font-size: 1rem;
  margin: 10px 0; }

.social {
  margin-top: 20px; }
  .social li a {
    background: #ff9e00;
    color: #fff;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .social li a:hover {
      text-decoration: none;
      background: #000; }

.float-contact {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999; }

.chat-zalo a {
  background: #7dbd2a;
  border-radius: 20px;
  padding: 8px 18px;
  color: white;
  display: inline-block;
  margin-bottom: 6px; }

.chat-face a {
  background: #125c9e;
  border-radius: 20px;
  padding: 8px 18px;
  color: white;
  display: inline-block;
  margin-bottom: 6px; }

.float-contact .hotline a {
  background: #21a342 !important;
  border-radius: 20px;
  padding: 8px 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px; }

.chat-zalo a,
.chat-face a,
.hotline a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: none; }
  .chat-zalo a:hover,
  .chat-face a:hover,
  .hotline a:hover {
    text-decoration: none; }

.wrap-newsnb {
  background: var(--color-main);
  padding: 50px 0; }

.item-news {
  margin-bottom: 20px; }
  .item-news a {
    color: #333; }
    .item-news a:hover {
      text-decoration: none; }
      .item-news a:hover h3 {
        color: #21a342; }
  .item-news h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600; }

.wrap-kh {
  padding: 50px 0;
  margin: 0 auto; }
  .wrap-kh img {
    border: 1px solid #ccc;
    padding: 8px; }

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee; }

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px; }

.box-readmore li ul > li:before {
  content: counters(item, ".") " "; }

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px; }

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px; }

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px; }

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600; }

.box-readmore ul li a:hover {
  color: #767676; }

/* Bài viết */
.news {
  margin-bottom: 25px;
  display: block; }

.news:nth-child(2n+1) {
  clear: both; }

.pic-news img {
  width: 100%; }

.name-news {
  color: #333;
  font-size: 17px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.name-news:hover {
  color: #ff9e00; }

.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-main); }

/* Contact */
.top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-article {
  background: var(--color-main);
  background-size: cover;
  color: #000;
  padding: 30px 0 0; }

.footer-article .wrap-content {
  padding: 35px 10px; }

.footer-news img {
  max-width: 145px; }

.footer-news:nth-child(1) {
  width: 30%; }

.footer-news:nth-child(2) {
  width: 18%; }

.footer-news:nth-child(3) {
  width: 18%; }

.footer-news:nth-child(4) {
  width: 26%; }

.info-footer {
  text-align: justify;
  margin-top: 15px; }

.title-footer {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0.75rem;
  font-weight: bold; }

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.footer-ul li {
  margin-bottom: 10px; }

.footer-ul li:last-child {
  margin-bottom: 0px; }

.footer-ul li a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .footer-ul li a:hover {
    color: #ff9e00; }

.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: var(--color-main);
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer; }

.footer-tags {
  background: #eee; }

.footer-tags .wrap-content {
  padding: 30px 10px; }

.label-tags {
  font-weight: 600;
  font-size: 15px; }

.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.list-tags li {
  float: left;
  margin: 0px 5px 5px 0px; }

.list-tags li a {
  color: #fff;
  background-color: var(--color-main);
  padding: 6px 15px 8px 15px;
  border-radius: 3px;
  display: block; }

.list-tags li a:hover {
  background-color: var(--color-medium-red); }

.footer-powered {
  color: #fff;
  background-color: #1c1c1c; }

.footer-powered .wrap-content {
  padding: 15px 10px;
  text-align: center; }

.copyright {
  margin-bottom: 0px; }

s .statistic {
  margin-bottom: 0px; }

.statistic span {
  padding-right: 10px; }

.statistic span:last-child {
  padding-right: 0px; }

#footer-map {
  position: relative;
  padding-bottom: 30%; }

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important; }

/* Like Share */
.social-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: var(--color-main);
  border-color: var(--color-main); }

/* 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: var(--color-main);
  color: #fff;
  border-color: var(--color-main); }

/* 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;
  -o-text-overflow: ellipsis;
  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;
  -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;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.scale-img:hover > img {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-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; }

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
  z-index: 1; }

.btn-frame i img {
  vertical-align: middle;
  width: 70%; }

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182FC;
  opacity: 0.5; }

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4; }

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

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

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

/* Messenger */
.js-facebook-messenger-container.closed {
  display: none !important; }

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff; }

.js-facebook-messenger-tooltip.closed {
  display: none !important; }

.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999; }

.js-facebook-messenger-tooltip {
  z-index: 999;
  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);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000000000000000000; }

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px; }

.js-facebook-messenger-box {
  z-index: 999; }

.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-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: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-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 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  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;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-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;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }

.js-facebook-messenger-box.rotate svg#close-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-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;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-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;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  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;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 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;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }

.js-facebook-messenger-top-header {
  width: 220px;
  color: #fff;
  background: #1182FC;
  display: block;
  position: relative;
  width: 220px;
  background: #1182FC;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999; }

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000; }

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182FC;
  width: 220px; }

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff; }

.js-facebook-messenger-container.open {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  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 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%; }

/* Toolbar */
.toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px; }

.toolbar ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  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: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  display: block; }

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1; }

.support-online a:hover span {
  display: block; }

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-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;
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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: ""; }

.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -ms-flex !important;
  -webkit-box-align: center;
  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;
  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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-align: center;
  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 {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 9999; }

.wcircle-icon i {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 9999; }

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@-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); } }

.form-newsletter .input-dk {
  margin-bottom: 20px; }

.form-newsletter .flex-custom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-newsletter .flex-custom .input-dk {
    width: calc(50% - 10px); }

.form-newsletter .input-dk2 input {
  padding: 8px 30px;
  text-transform: uppercase;
  background: var(--color-main);
  color: #fff;
  border: none;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .form-newsletter .input-dk2 input:hover {
    background: var(--color-hover); }

.itemyk {
  text-align: center; }

.wrap-star {
  text-align: center;
  letter-spacing: 5px;
  color: #f9883a;
  margin: 25px 0; }

.itemyk .info-newshome-normal {
  text-align: center; }

.itemyk .name-newshome {
  font-size: 16px;
  color: var(--color-main);
  margin: 20px 0 5px; }

.ngdung {
  color: #999;
  text-transform: uppercase; }

.wrap-ykien {
  padding-bottom: 30px; }

/* Call box */
.call-box {
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 123;
  display: none; }

.call-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: auto;
  list-style: none;
  padding: 0;
  max-width: 300px; }

.call-box ul li {
  width: calc(50% - 10px);
  text-align: center;
  border-radius: 5px; }

.call-box ul li:nth-child(1) a {
  background: url(../images/icon01.png) no-repeat left 10px center;
  background-size: 30px 30px; }

.call-box ul li:nth-child(1) {
  background: #ff1e00; }

.call-box ul li:nth-child(2) a {
  background: url(../images/icon02.png) no-repeat left 10px center;
  background-size: 30px 30px; }

.call-box ul li:nth-child(2) {
  background: #0060ff; }

.call-box ul li a {
  color: #fff;
  padding: 12px;
  display: block;
  padding-left: 40px;
  border-radius: 5px;
  overflow: hidden;
  text-shadow: 0 0 0;
  text-transform: capitalize;
  font-size: 14px; }

.item-bv {
  position: relative; }
  .item-bv .info-newshome-normal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    padding: 5%;
    background: #ffffff94;
    max-width: 90%; }
    .item-bv .info-newshome-normal h3 {
      font-size: 18px;
      color: var(--color-main);
      text-transform: uppercase; }

.news-latest {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec;
  position: -webkit-sticky;
  position: sticky;
  top: 85px; }

.sidebarblog-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.list-news-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

.list-news-latest .item-article .post-image {
  width: 30%;
  float: left;
  position: relative; }

.list-news-latest .item-article .post-content {
  width: 70%;
  float: left;
  padding-left: 10px; }

.list-news-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 15px; }

.list-news-latest .item-article:last-child {
  border-bottom: none; }

.sidebar-blog {
  width: 23%; }

.d-flex--v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Responsive */
@media (max-width: 1001px) {
  .menu {
    display: none; }
  .menu-res {
    display: block; } }

@media (max-width: 850px) {
  .news {
    width: 100%;
    float: none !important; }
  .d-flex--v2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .d-flex--v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .content-blog {
    width: 100%; }
  .sidebar-blog {
    width: 100%; } }

@media (max-width: 769px) {
  #content-bot2 {
    margin: 40px 0 15px 0; }
  #frm_datlich {
    padding: 30px 15px; }
  .form-dlab {
    width: 100%;
    float: none; }
  .service-select {
    display: block; }
  .dichvu_content h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .wrap-kh .d-flex {
    position: relative; }
  .wrap-kh .control-khachhang {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    z-index: 123;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-main);
    color: #fff; }
  .next-khachhang {
    right: 0; }
  .wrap-newsnb .row {
    margin: 0; }
  .wrap-newsnb .col-6 {
    padding: 0 5px; }
  .float-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000b8;
    padding: 10px; }
  .chat-zalo {
    width: 35%; }
  .hotline {
    width: 63%; }
  .chat-face {
    display: none; }
  .chat-zalo a {
    display: block;
    margin-bottom: 0;
    border-radius: 0; }
  .float-contact .hotline a {
    display: block;
    margin-bottom: 0;
    border-radius: 0; }
  .wrap-tieuchi--v2 {
    margin-top: 0; }
  .img-sp {
    margin: 30px 0; }
  .title-main span {
    font-size: 18px; }
  .wrap-about .d-flex {
    display: block !important; }
  .lang-header {
    max-width: 85px;
    margin: 10px auto; }
  .logo-header img {
    max-width: 150px; }
  .header {
    border: none; }
  #text_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px;
    position: relative; }
    #text_slider .box_slider {
      width: 100% !important;
      height: auto !important;
      padding: 10px 20px 20px !important; }
  #footer-map {
    padding-bottom: 50%; }
  .header-top,
  .request,
  .cart_header {
    display: none; }
  .call-box {
    display: block; }
  .top-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px; }
  .header-top .wrap-content {
    display: block !important;
    text-align: center;
    padding: 5px; }
  .newshome-best {
    width: 100%;
    margin-bottom: 20px; }
  .newshome-scroll {
    width: 100%; }
  .footer-article .wrap-content {
    display: block !important;
    padding-bottom: 0; }
  .footer-news {
    margin-bottom: 30px; }
  .footer-news:nth-child(1) {
    width: 100%; }
  .footer-news:nth-child(2) {
    width: 100%; }
  .footer-news:nth-child(3) {
    width: 100%; }
  .footer-news:nth-child(4) {
    width: 100%; } }

@media (max-width: 440px) {
  .pic-news {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px; }
  .info-news {
    display: block;
    width: 100%;
    float: none;
    margin: 0px;
    margin-top: 15px; }
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px; }
  .wrap-product {
    margin: 10px; }
  .cart-product,
  .name-product,
  .price-product {
    padding: 0 5px; }
  .product {
    width: 50%; } }

@media (max-width: 369px) {
  .cart-pro-detail {
    -ms-flex-wrap: wrap;
    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: 320px) {
  .cart-product span {
    font-size: 12px;
    padding: 7px 2px; } }

/*# sourceMappingURL=style.scss.map */
