@charset "UTF-8";


@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Oswald-Light.woff2') format('woff2'),
      url('../fonts/Oswald-Light.woff') format('woff'),
      url('../fonts/Oswald-Light.ttf') format('truetype'),
      url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli-Regular';
  src: url('../fonts/Muli-Regular.eot');
  src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Regular.woff2') format('woff2'),
    url('../fonts/Muli-Regular.woff') format('woff'),
    url('../fonts/Muli-Regular.ttf') format('truetype'),
    url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTMHelvetIns';
  src: url('../fonts/UTMHelvetIns.eot');
  src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UTMHelvetIns.woff2') format('woff2'),
    url('../fonts/UTMHelvetIns.woff') format('woff'),
    url('../fonts/UTMHelvetIns.ttf') format('truetype'),
    url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Oswald-Regular.woff2') format('woff2'),
    url('../fonts/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular.ttf') format('truetype'),
    url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli-Black';
  src: url('../fonts/Muli-Black.eot');
  src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Black.woff2') format('woff2'),
    url('../fonts/Muli-Black.woff') format('woff'),
    url('../fonts/Muli-Black.ttf') format('truetype'),
    url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli-Bold';
  src: url('../fonts/Muli-Bold.eot');
  src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Bold.woff2') format('woff2'),
    url('../fonts/Muli-Bold.woff') format('woff'),
    url('../fonts/Muli-Bold.ttf') format('truetype'),
    url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: Muli-Regular;
  margin: 0;
  /* font-weight: 400; */
  line-height: 1.5em;
  font-size: 14px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

button {
  outline: none !important;
}

p {
  margin: 0;
}

h2, h3, h4 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

:root {
  --main-color: #215577;
  --hover-color: #ef3d38;
  --font-bold: Muli-Bold;
  --font-black: Muli-Black;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media (min-width: 577px) {
  .wrapper {
    max-width: 570px;
  }
}

@media (min-width: 769px) {
  .wrapper {
    max-width: 750px;
  }
}

@media (min-width: 993px) {
  .wrapper {
    max-width: 1330px;
  }
}

.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 110px;
}

/*---------------------------------------------------------------------------*/
/*------------------------------------header---------------------------------------*/
.menu-des{
  border-bottom: 1px solid #e6e6e6;
}
.logo-header {
  flex: 0 0 78px;
  -ms-flex: 0 0 78px;
  max-width: 78px;
}

.form-search-d {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  margin: 0 20px
}

.form-search-d input,.form-search-mmenu input {
  height: 30px;
  width: 100%;
  padding: 0 14px;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.form-search-d input::placeholder,.form-search-mmenu input::placeholder{
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font: 13px Roboto-Regular;
  opacity: 1;
  /* Firefox */
}

.form-search-d input:-ms-input-placeholder,.form-search-mmenu input:-ms-input-placeholder{
  /* Internet Explorer 10-11 */
  color: #999999;
  font: 13px Roboto-Regular;
}

.form-search-d input::-ms-input-placeholder,.form-search-mmenu input::-ms-input-placeholder{
  /* Microsoft Edge */
  color: #999999;
  font: 13px Roboto-Regular;
}

.btn-search {
  width: 30px;
  height: 30px;
  background: none;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0 15px 15px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}

.items-lang {
  display: none;
  color: #000;
}

.items-lang.active {
  display: block;
}

.menu-inside {
  padding: 18px 0;
}

.show-info-lang::after {
  position: absolute;
  right: 0;
  top: 10px;
}

.dropdown-lang {
  width: 135px
}

.menu-lang {
  padding: 5px
}

.menu-lang a {
  padding: 0.25rem 0.75rem;
}

.menu-lang a:hover {
  color: #fff;
  background: #ccc
}

.menu-lang.show {
  transform: translate3d(-27px, 35px, 0px) !important;
}
@media screen and (max-width:993px){
  .dropdown-lang {
    width: 67px
  }
  .menu-lang.show {
    transform: translate3d(-90px, 35px, 0px) !important;
  }
  .menu-lang a {
    padding: 0.25rem 0.75rem;
    font-size: 13px;
  }
}
/*---------------------------------------------------------------------------*/
/*------------------------------------container-func---------------------------------------*/
.itemslickfunc{
  transition:0.6s
}
.arrow_slick{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.arrow_slick.next{
  right:0
}
.arrow_slick.prev{
  left:0
}
.func-index{
  padding:60px 0
}
.content-func{
  position:absolute;
  max-width: 300px;
  border:5px solid #fff;
  padding:15px;
  z-index: 9;
  top:10%;
  left:5.384615%;
}
.content-func span{
  color:#fff;
  font:35px var(--font-bold);
}
.slick-dots li button{
  color: #d9d9d9 !important;
  background-color: #d9d9d9 !important;
}
.slick-dots li:hover button, .slick-dots li.slick-active button{
  color: var(--main-color) !important;
  background-color: var(--main-color) !important;
}
@media screen and (max-width:769px){
  .content-func{
    transform:scale(0.75);
    transform-origin: top left;
  }
}
@media screen and (max-width:577px){
  .content-func{
    transform:scale(0.5);
    transform-origin: top left;
  }
}
/*---------------------------------------------------------------------------*/
/*-------------------------------------container-product--------------------------------------*/
.container-product{
  background-color: #f8f5ef;
}
.product-index{
  padding:60px 
}
.content-container-product{
  flex:0 0 268px;
  -ms-flex:0 0 268px;
  max-width:268px;
}
.show-container-product{
  flex:0 0 calc(100% - 288px);
  -ms-flex:0 0 calc(100% - 288px);
  max-width:calc(100% - 288px);
}
.content-container-product h3{
  font: 25px Oswald-Regular;
  color:var(--main-color);
  margin-bottom: 20px;
}
.content-container-product p{
  font-family: Roboto-Regular;
  line-height:29px;
  max-height: calc(29px * 7);
  margin-bottom: 20px;
  text-align:justify
}
.content-container-product a{
  background:var(--main-color);
  color: #fff;
  font: 15px Oswald-Light;
  width:100%;
  display:block;
  text-align: center;
  padding: 14px 0;
  border:1px solid transparent;
  transition:0.4s;
}
.content-container-product a:hover{
  border:1px solid var(--main-color);
  color: var(--main-color);
  background:transparent;
}
.content-container-product div{
  padding-top: 25px;
  border-top: 1px solid #ccc9c4
}
.itemslickproduct-index{
  padding:0 10px;
}
.slick-product-index{
  margin:0 -10px
}
.slick-product-index .arrow_slick{
  position:absolute;
  top:105px;
  z-index: 3;
  cursor: pointer;
}
.slick-product-index .arrow_slick.next{
  right:10px
}
.slick-product-index .arrow_slick.prev{
  left:10px
}

@media screen and (max-width:993px){
  .content-container-product{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width:100%;
    margin-bottom: 30px;
  }
  .show-container-product{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width:100%;
  }
  .product-index{
    padding:60px 0
  }
}
/*---------------------------------------------------------------------------*/
/*----------------------------------container-product-list-----------------------------------------*/
.product-list-index{
  padding:60px 0
}
.itemslickproductlist{
  padding:0 10px;
  transition:0.3s
}
.slick-product-list-index{
  margin:0 -10px
}
.slick-product-list-index .arrow_slick{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.slick-product-list-index .arrow_slick.next{
  right:10px
}
.slick-product-list-index .arrow_slick.prev{
  left:10px
}
.content-product-list{
  color:#000;
  font: 30px var(--font-black);
  position: absolute;
  top:3.488372%;
  left:4.8387%;
  right:4.8387%;
}
@media screen and (max-width:993px){
  .content-product-list{
    font-size: 15px;
  }
}
@media screen and (max-width:577px){
  .content-product-list{
    font-size: 14px;
  }
}
/*---------------------------------------------------------------------------*/
/*----------------------------------container-link-----------------------------------------*/
.container-link{
  background:#f8f5ef;
}
.link-index{
  padding:60px;
  position: relative;
}
.link-index::after{
  position:absolute;
  content: "";
  background: #ccc;
  height:1px;
  left:60px;
  right: 60px;
  bottom:0
}
.itemslicklink{
  padding:0 12px;
  transition: 0.6s;
}
.slick-link{
  margin:0 -12px
}
.content-link {
  background: var(--main-color);
  color: #fff;
  margin-right: 75px;
  padding-left: 15px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  transition:0.3s
}
.content-link p:nth-child(1){
  font: 20px var(--font-bold);
  margin-bottom:15px
}
.box-link:hover .content-link{
  background: var(--hover-color);
}
@media screen and (max-width:993px){
  .content-link {
    margin-right: 45px;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-top: -60px;
  }
  .content-link p:nth-child(1){
    font: 15px var(--font-bold);
    margin-bottom:15px
  }
  .link-index{
    padding:60px 0
  }
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.block-footer{
  background:#f8f5ef
}
.container-coppyright{
  background:#f8f5ef;
  border-top:1px solid #ccc
}
.flex-footer{
  padding: 60px ;
}
.coppyright{
  padding: 60px;
}
.col-info{
  flex:0 0 47.45762712%;
  -ms-flex:0 0 47.45762712%;
  max-width: 47.45762712%;
  padding-right: 100px;
  padding-bottom: 120px;
}
.col-list-footer{
  flex:0 0 26.27118644%;
  -ms-flex:0 0 26.27118644%;
  max-width: 26.27118644%;
  padding-right: 50px;
  padding-bottom: 120px;
}
.col-article{
  flex:0 0 50%;
  -ms-flex:0 0 50%;
  max-width: 50%;
  padding-right: 50px;
}
.col-coppyright{
  flex:0 0 50%;
  -ms-flex:0 0 50%;
  max-width: 50%;
  padding-left: 350px;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: right;
}
.col-info h3{
  font:34px var(--font-black);
  color:var(--main-color);
}
.col-info p{
  font-size:15px;
  margin:5px 0
}
.title-footer{
  font:16px var(--font-black);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.list-footer{
  list-style:none;
  margin: 0;
  padding: 0;
}
.list-footer li {
  padding:4px 0
}
.list-footer li a{
  color:#000;
  transition:0.3s;
  text-transform: capitalize;
}
.list-footer li a:hover{
  color:var(--hover-color)
}

@media screen and (max-width:993px){
  .coppyright{
    padding:60px 0
  }
  .col-info h3{
    font-size: 25px;
  }
  .col-info{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .col-list-footer{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom:40px;
  }
  .col-article{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .col-coppyright{
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    max-width: 100%;
  }
  .flex-footer{
    padding: 60px 0;
  }
}

/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.padding-tuyendung{
  padding:0 250px
}
.header-container {
  text-align: center;
}

.header-container h3 {
  color: var(--main-color);
  font-size: 30px;
  font-family: UTMHelvetIns;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header-container p{
  font-size:15px
}
@media screen and (max-width:577px) {
  .header-container h3 {
    font-size: 25px;
  }
  .header-container p{
    font-size:14px
  }
}

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.box-fb {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* #video {
  margin-top: 25px;
} */

#cbo_video {
  width: 100%;
  color: #4e4e4e;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}

.title-page-inside {
  text-align: center;
  text-transform: uppercase;
  color: #fec63f;
  font-size: 26px;
  font-family: Mulish-Black;
  margin-bottom: 30px;
}

.support-online {
  margin-bottom: 30px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 48px;
  height: 48px;
}

.support-online i,
.support-online img {
  width: 48px;
  height: 48px;
  /* background: var(--main-color); */
  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: var(--main-color);
  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 var(--main-color) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.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, 121, 64, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.vibration-icon {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

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

.support-online .btn-support {
  cursor: pointer;
}

.phone_mobi {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  color: #fff;
  z-index: 50;
  display: none;
}

.phone_mobi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.phone_mobi ul li {
  flex: 0 0 100%/5;
  -ms-flex: 0 0 100%/5;
  max-width: 100%/5;
  width: 100%;
}

.phone_mobi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3px;
}

.phone_mobi ul li a i {
  font-size: 19px;
}

.phone_mobi img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.icon-mxh {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 99999999999;
}

.icon-mxh a {
  display: block;
}

@media screen and (max-width: 993px) {
  .icon-mxh {
    display: none;
  }

  .phone_mobi {
    display: block;
  }

  footer#footer {
    padding-bottom: 55px;
  }
}

@-webkit-keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

@-moz-keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

@-o-keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.text-nhapnhay {
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

.rotate360 {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

.block-bando iframe {
  display: block;
  width: 100%;
}

@media screen and (max-width: 993px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 769px) {
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 577px) {
  #show_popup {
    transform: scale(0.6);
  }
}

#show_popup {
  padding: 0 !important;
}


.noidung iframe,
.noidung object {
  max-width: 100% !important;
}

.noidung table {
  width: 100%;
}

.noidung *:not(iframe):not(object) {
  max-width: 100% !important;
  height: auto !important;
}

.full {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.slick-video {
  margin: 0 -5px;
}

.item-video {
  padding: 0 5px;
}

.bg {
  background-position: center center;
  background-size: cover;
}

.yt {
  height: 137px;
  position: relative;
}

.yt-thumbnail {
  width: 338px;
  height: 219px;
}

.wow {
  visibility: hidden;
}

a:hover {
  text-decoration: none;
}

img:not(.initial) {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
  opacity: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.aspect-ratio-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.aspect-ratio-box-inside {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.scrollToTop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1000;
  display: none;
}

.hidden {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}


.align-center {
  align-items: center;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.flex-box-breadcrumb {
  justify-content: space-between;
  align-items: center;
}

.page-name {
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
}

.breadcrumb-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  background: none;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #333;
}

.breadcrumb-item :hover {
  color: #193d51;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #333;
  margin: 0 3px;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-main {
  padding-top: 0;
  padding-bottom: 20px;
}

.pagination-home {
  margin-top: 15px;
}

.pagination {
  flex-wrap: wrap;
}

.page-link {
  color: #000;
}

.pagination-ajax {
  margin-top: 10px;
  color: #333;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-ajax .first,
.pagination-ajax .prev,
.pagination-ajax .next,
.pagination-ajax .last {
  display: none;
}

.pagination-ajax a {
  padding: 7px 0 5px 0;
  text-align: center;
  border: 0;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  margin: 2px 2px;
  min-width: 35px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #f5f5f5;
}

.pagination-ajax a:hover,
.pagination-ajax a.current {
  color: #fff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.site_name {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.alert-coming-soon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fdfdfd;
  border: 1px dashed #ddd;
  color: #333;
}

/* PRIMARY MENU */

.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  /* width: 100%; */
  display: -webkit-box;
  display: flexbox;
  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; */
}

.primary-menu li {
  position: relative;
}

.primary-menu li a {
  display: block;
}

/* .primary-menu>li {
  width: 100%;
} */


.primary-menu>li>a {
  white-space: nowrap;
  position: relative;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 20px
}

@media screen and (max-width:1300px) {
  .primary-menu>li>a {
    padding: 20px 10px;
  }

  .form-search-d {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    margin: 0 10px;
  }
}

@media screen and (max-width:1150px) {
  .primary-menu>li>a {
    padding: 20px 6px;
    font-size: 13px;
  }

}

.primary-menu>li:hover>a,
.primary-menu>li.active>a {
  color: var(--hover-color);
}

/* .primary-menu>li:hover img, .primary-menu>li.active img {
  filter: brightness(0);
} */

.primary-menu>li:hover>ul {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.primary-menu>li>.sub-menu {
  left: 0%;
}

.primary-menu>li>.sub-menu li {
  position: relative;
}

.primary-menu>li>.sub-menu li:not(:first-child) {
  border-top: 1px solid #ecf0f1;
}

/* @media screen and (max-width: 1150px) {
  .primary-menu>li>a i {
    display: none;
  }
} */

.sub-menu {
  margin: 0;
  width: 220px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  /* border-top: 3px solid var(--main-color); */
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-menu li {
  position: relative;
  text-align: left;
}

.sub-menu li+li {
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 9.2px 15px !important;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-menu li ul {
  left: 100%;
  top: 0;
  margin-left: 0px;
  margin-top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  -o-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.sub-menu li:hover>a {
  background: rgba(0, 0, 0, 0.1);
}

.sub-menu li:hover>ul {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* #PRIMARY MENU */

/* HEADER */

.block-header {
  padding: 3px 0;
}

.block-header>.wrapper {
  display: -webkit-box;
  display: flexbox;
  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;
}

.box-icon-shopping-cart {
  padding-left: 53px;
  background: url("../images/phone.png") left center no-repeat;
}

.box-icon-shopping-cart>strong {
  display: block;
  color: #333333;
}

.box-icon-shopping-cart p {
  margin: 0;
  color: #666666;
}

.box-icon-shopping-cart p strong {
  color: #cc0000;
}

.box-hotline {
  padding-left: 53px;
  background: url("../images/phone.png") left center no-repeat;
}

.box-hotline strong {
  display: block;
  font-size: 23px;
  color: #cc0000;
}

.box-hotline p {
  margin: 0;
  color: #666666;
  font-size: 14px;
}

/* #fix {
  height: 150px;
} */


.btn-open-mmenu {
  display: none;
  width: 30px;
}

.menu-m-top,
.logo-m {
  display: none;
}

@media screen and (max-width: 993px) {

  .menu-m-top,
  .logo-m {
    display: block;
  }
}

.text-white {
  color: #fff;
}

.text-slide {
  padding-top: 7px;
}

.logo-m-img {
  text-align: center;
}

.logo-m {
  padding: 7px 0;
}

.menu-m-inside {
  justify-content: space-between;
  align-items: center;
}

.bar {
  display: block;
  height: 3px;
  background: var(--main-color);
  width: 30px;
  border-radius: 2px;
}

/* .bar-2 {
  width: 20px;
} */

.bar+.bar {
  margin-top: 7px;
}

.btn-open-search {
  font-size: 1.5em;
}

.btn-close-form-search {
  position: absolute;
  color: #fff;
  font-size: 2em;
  right: 10px;
  top: 15px;
  cursor: pointer;
  z-index: 2;
}

.search-d button {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  margin-left: 24px;
}

.btn-close-form-search:hover {
  color: #ff8400;
}

.block-search {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  top: 0;
  transition: all 300ms ease 0s;
  visibility: hidden;
  opacity: 0;
}

.block-search .wrapper {
  height: 100vh;
  display: -webkit-box;
  display: flexbox;
  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;
}

.block-search.active {
  visibility: visible;
  opacity: 1;
}

.form-search-m {
  position: relative;
  width: 100%;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
  transition: all 600ms ease;
  visibility: hidden;
  opacity: 0;
}

.active .form-search-m {
  max-width: 1000px;
  visibility: visible;
  opacity: 1;
}

.form-search-m .txt_keywords {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: none;
  padding-left: 10px;
  padding-right: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

.form-search-m .txt_keywords::-webkit-input-placeholder {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

.form-search-m .txt_keywords::-moz-placeholder {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

.form-search-m .txt_keywords::-ms-input-placeholder {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

.form-search-m .txt_keywords::-moz-placeholder {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}



/* @media screen and (max-width: 1180px) {
  .logo {
    flex: 0 0 124px;
    -ms-flex: 0 0 124px;
    max-width: 124px;
  }
} */




.bg-general {
  background-color: var(--main-color);
}

.form-look-m {
  position: relative;
}

.form-look-m button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}

.form-look-m input {
  width: 100%;
  outline: none;
  border: none;
  height: 27px;
  padding-left: 13px;
}
.form-search-mmenu{
  width:100%;
  position: relative;
}
@media screen and (max-width: 993px) {
  .block-header>.wrapper {
    justify-content: center;
  }

  #fix {
    height: 63px;
  }

  .menu-m {
    padding: 3px 0;
  }

  .btn-open-mmenu {
    display: block;
  }

  .block-head-right {
    display: none;
  }
}

/* #HEADER */

/* FRONT PAGE */

.icon-slide {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
}

.icon {
  position: relative;
  padding: 10px 15px;
  border-left: 1px solid #ccc;
}

.icon figure {
  flex: 0 0 22px;
  -ms-flex: 0 0 22px;
  max-width: 22px;
}

.icon-right-content {
  padding-left: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  flex: 0 0 calc(100% - 22px);
  -ms-flex: 0 0 calc(100% - 22px);
  max-width: calc(100% - 22px);
}

.icon:hover .icon-right-content {
  color: #f00;
}

#player {
  display: block;
  width: 100%;
  height: 277px;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  /* .box-video {
    margin-left: 0;
    margin-top: 20px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  } */
}

@media screen and (max-width: 576px) {
  .icon-slide {
    display: none;
  }
}

/* @media screen and (max-width:500px) {
  .section-slider {
    margin-bottom: 20px;
  }
} */

/* #FRONT PAGE */

/* PRODUCT */

.title-pro-detail {
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: Bold;
  color: var(--main-color);
}

.title-noidung-pro-detail {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--main-color);
}

.title-noidung-pro-detail span {
  font-size: 15px;
  font-weight: bold;
  background: var(--main-color);
  color: #fff;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}

.prices .gia-ban {
  margin: 0;
  font-size: 15px
}

.prices .gia-cu {
  margin-top: 10px;
}

.prices .gia-ban strong {
  font-size: 18px;
  margin-left: 10px;
}

.prices .gia-cu del {
  font-size: 16px;
  margin-left: 10px;
}

.col-img-spdetail {
  padding-left: 0
}

.col-content-spdetail {
  padding-right: 0;
}

@media screen and (max-width:993px) {
  .col-img-spdetail {
    padding: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .col-content-spdetail {
    padding: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.outline-danger {
  border: 2px solid var(--red);
  padding: 1rem;
  border-radius: 4px;
}

.title-dark {
  background: #262626;
  font-weight: bold;
  color: #fff;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.item-da-xem+.item-da-xem {
  margin-top: 20px;
}

.product-detail-bottom {
  margin-top: 30px;
}

.site-product {
  padding-top: 30px;
  background: 0;
}

.container-product-detail-bottom {
  background: #f5f5f5;
}

.slick-arrow-featured-product-photo {
  color: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  height: 20px;
  width: 20px;
  font-size: 1.5em;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%) !important;
  left: 50%;
}

.slick-arrow-featured-product-photo.prevArrow {
  top: 10px;
  transform:translateX(-50%) rotate(90deg) !important ;
}

.slick-arrow-featured-product-photo.prevArrow:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow-featured-product-photo.nextArrow {
  bottom: 10px;
  transform:translateX(-50%) rotate(90deg) !important ;
}

.slick-arrow-featured-product-photo.nextArrow:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.attrs {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.pointer-zoom {
  cursor: zoom-in;
}
#form-nhan-tin{
  padding:0 200px
}
.block-nhan-tin h3{
  font: 25px var(--font-bold);
  color:var(--hover-color);
  text-align: center;
  margin-bottom: 25px;
}
.row-newsletter{
  margin:0 -10px
}
.col-newsletter{
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.col-newsletter input{
  width:100%;
  height:40px;
  border-radius:5px;
  outline: none;
  border: 1px solid #ccc;
  padding:0 15px
}
.col-newsletter textarea{
  width:100%;
  height:90px;
  border-radius:5px;
  outline: none;
  border: 1px solid #ccc;
  padding:15px
}
.col-newsletter button{
  width:160px;
  height:50px;
  outline: none;
  border: none;
  cursor: pointer;
  background:var(--main-color);
  color: #fff;
  font:16px var(--font-bold);
  border-radius:5px;
}
@media screen and (max-width:993px){
  #form-nhan-tin{
    padding:0
  }
}
.table-baohanh {
  margin-top: 20px;
  color: #ddd;
}

.table-baohanh th,
.table-baohanh td {
  border-top-color: #ddd;
}
.MagicZoom figure{
  width:100%;
}
.MagicZoomBox {
  margin-bottom: 10px;
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
  order:2;
  padding-left:10px
}

.MagicZoomBox img {
  background: #fff;
}

.gallery-thumb-pro {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  order:1;
}
.code-prodetail{
  font:15px var(--font-bold);
  color:var(--main-color);
}
.soi {
  margin: 0 auto;
}

.masp {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1rem;
}

.san_pham_moi-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
}

.san_pham_moi-arrow.nextarrow {
  right: 0;
}

.san_pham_moi-arrow.prevarrow {
  right: 35px;
}

.san_pham_moi {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.san_pham_moi+.san_pham_moi {
  border-top: 1px dashed #ddd;
}

.san_pham_moi .aspect-ratio-box {
  padding-bottom: 100%;
}

.san_pham_moi-figure {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.san_pham_moi-content {
  padding-left: 15px;
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.san_pham_moi-content h3 {
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.san_pham_moi-content h3 a {
  color: inherit;
}

.san_pham_moi .gia {
  justify-content: flex-start;
}

.other-product {
  padding-top: 1rem;
}

.other-product .title-main {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.slick-product-arrow {
  position: absolute;
  top: 28%;
  cursor: pointer;
  color: #797979;
  width: 10px;
  height: 20px;
}

.slick-product-arrow i {
  font-style: normal;
}

.slick-product-arrow i:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
}

.slick-product-arrow.prevArrow {
  left: -13px;
}

.slick-product-arrow.prevArrow i:before {
  border-right: 10px solid #797979;
}

.slick-product-arrow.nextArrow {
  right: -13px;
}

.slick-product-arrow.nextArrow i:before {
  border-left: 10px solid #797979;
}

.phan-tram {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  z-index: 1;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 0;
  text-indent: 1px;
  background: #f50000;
  font-weight: bold;
  z-index: 8;
}

.row-product {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

.col-product {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.san-pham-gia {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.content-sanpham h2 {
  font-family: var(--font-black);
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform:uppercase;
  overflow: hidden;
}

.content-sanpham>h2>a {
  color: #000;
}

.content-sanpham>h2>a:hover {
  color: var(--hover-color)
}

.content-sanpham {
  text-align: left;
  margin-top: 15px;
}
.content-sanpham p{
  text-transform:uppercase;
  color:var(--main-color);
}
/* .content-sanpham {
  padding: 15px;
} */

.img-sanpham {
  overflow: hidden;
}

.img-sanpham img {
  transition: 0.3s;
}

.box-sanpham {
  position: relative;
}

.giam_gia {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(../images/icon-new.png);
  width: 54px;
  height: 53px;
}

.box-sanpham:hover .img-sanpham img {
  transform: scale(1.1);
}

.gia-ban {
  margin: 0 6px;
}

.gia-ban strong,
.gia-ban a {
  color: #cf0e0e;
  font-family: var(--font-bold);
  font-size: 16px;
}

.gia-cu del {
  font-size: 13px;
}

.slick-featured-product-photo {
  margin:0 -5px;
}

.slick-featured-product-photo .item-featured-product-photo {
  padding:0 5px;
}

.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f6c150;
  border-radius: 3px;
}

.tags-pro-detail.w-clear {
  height: 33px;
  margin-top: 20px;
}

.tags-pro-detail a:hover {
  background-color: var(--main-color);
}

.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: -1px;
  border-bottom: 1px solid var(--main-color);
}

.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  background: none;
  padding: 10.5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
  color: #fff;
  background: var(--main-color);
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
  padding: 15px 0 0 0;
  background: transparent;
  border: 1px solid transparent;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}

.zalo-share-button {
  margin-left: 10px;
}

.lien-he-mua-hang {
  margin-bottom: 1rem;
}

.lien-he-mua-hang a {
  color: #f00;
  font-size: 20px;
}

.btn-chat-zalo {
  color: #fff;
  display: block;
  background: #03a5fa;
  padding: 10px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1rem;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
}

.btn-chat-zalo:hover {
  color: #fff;
  background: #0394e1;
}

.btn-chat-messenger {
  color: #fff;
  background: #1877f2;
  text-align: center;
  display: block;
  margin-left: 2%;
  padding: 10px 10px;
  border-radius: 4px;
  margin-bottom: 1rem;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
}

.btn-chat-messenger:hover {
  color: #fff;
  background: #0d6ae4;
}

@media screen and (max-width: 993px) {
  .circle-arrow-right {
    display: none;
  }

  .col-product {
    flex: 0 0 calc(100% / 3);
    -ms-flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 769px) {
  .col-product {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .qua-tang {
    margin-top: 15px;
    padding-left: 1rem;
  }

  .qua-tang:after {
    display: none;
  }

  .left-pro-detail {
    margin-bottom: 1rem;
  }

  .left-pro-detail .flex-box {
    justify-content: center;
  }

  .title-pro-detail {
    margin-top: 1rem;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .MagicZoomBox {
    margin-bottom: 10px;
    order: 1;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .gallery-thumb-pro {
    order: 2;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 577px) {
  .san-pham-gia {
    flex-wrap: wrap;
    text-align: center;
  }

  .san-pham-gia .gia-ban {
    order: 1;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .san-pham-gia .gia-cu {
    order: 2;
    margin-left: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .tabs-pro-detail .ul-tabs-pro-detail li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* #PRODUCT */

/* NEWS */

/* 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: #333;
  margin-top: 5px;
  line-height: 22px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
  margin-top: 15px;
  color: #333;
}

.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: #333;
}

.list-news-other li a:hover {
  color: var(--main-color)
}

.bg-black {
  background: #000;
}

.video-detail-title {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.video-detail-meta {
  padding: 0 0;
  font-size: 13px;
  color: #949393;
  line-height: 21px;
}

.scrollbar {
  overflow-y: auto;
  max-height: 399px;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #c2c2c2;
}

.scrollbar::-webkit-scrollbar-track-piece {
  background-color: #e6e6e6;
}

.scrollbar::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #c2c2c2;
  border-radius: 0;
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}

.scrollbar::-webkit-resizer {
  background-color: #666;
}

.item-other-video {
  background: #333;
  padding: 10px 10px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-other-video:hover,
.item-other-video.active {
  background: #555;
}

.item-other-video+.item-other-video {
  border-top: 1px solid #444;
}

.item-other-video .order {
  color: #c4c4c4;
  top: 10px;
  left: 5px;
  text-align: center;
  line-height: 41px;
  text-align: 4px;
  flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  max-width: 35px;
}

.item-other-video figure {
  flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  max-width: 75px;
}

.item-other-video .aspect-ratio-box {
  padding-bottom: calc(180 / 320 * 100%);
}

.item-other-video h3 {
  margin: 0;
  color: #c4c4c4;
  font-weight: normal;
  font-size: 13px;
  display: block;
}

.item-other-video div {
  padding: 5px 10px;
  flex: 0 0 calc(100% - 75px - 35px);
  -ms-flex: 0 0 calc(100% - 75px - 35px);
  max-width: calc(100% - 75px - 35px);
}

.video-wrapper-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
}

.video-wrapper-detail iframe {
  display: block;
  width: 100%;
  height: 460px;
}

.video .aspect-ratio-box {
  padding-bottom: calc(180 / 320 * 100%);
}

.video .aspect-ratio-box:after {
  content: "";
  font-weight: 400;
  text-align: center;
  font-size: 2em;
  line-height: 1.8em;
  padding-left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zm-16.2 55.1l-352 208C45.6 483.9 32 476.6 32 464V47.9c0-16.3 16.4-18.4 24.1-13.8l352 208.1c10.5 6.2 10.5 21.4.1 27.6z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 14px center;
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .aspect-ratio-box:hover:after {
  background-color: #cc0000;
}

.video h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.video h3 a {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #000;
}

.video h3:hover a {
  color: #f00;
}

.video p {
  padding: 5px 0;
  font-size: 13px;
  color: #949393;
  line-height: 21px;
}

.video p span+span:before {
  content: " - ";
}

.block-list-video {
  padding: 10px;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
}

.text-other-video {
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

.item-thumbnail {
  border-radius: 5px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.grid-item {
  width: 25%;
  padding: 5px;
}

.grid-masonry {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.slider-nav {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.item-nav {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-current .item-nav {
  opacity: 0.75;
}

.time-main {
  color: #333;
  margin-bottom: 20px;
}

.the_title {
  text-transform: capitalize;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  color: #333;
}

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

.row-video {
  margin-left: -10px;
  margin-right: -10px;
}

.col-video {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-post:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-post:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-post .aspect-ratio-box {
  padding-bottom: calc(330 / 372 * 100%);
}

.entry-post-title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 30px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.entry-post-title a {
  color: inherit;
}

.slick-tin-tuc {
  margin-top: -8px;
}

.slick-tin-tuc .item-tin-tuc {
  padding: 8px 0px;
}

.tin-tuc:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tin-tuc:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tin-tuc{
  display:flex;
  flex-wrap: wrap;
  -ms-display:flex;
}
.img-tin-tuc{
  flex:0 0 280px;
  -ms-flex:0 0 280px;
  max-width: 280px;
}
.tin-tuc-content {
  position: relative;
  flex:0 0 calc(100% - 280px);
  -ms-flex:0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 15px;
}

.tin-tuc-title {
  font: 16px var(--font-bold);
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 23px;
  max-height: 46px;
  overflow: hidden;
}

.tin-tuc-title a {
  color: inherit;
}

.tin-tuc-title a:hover {
  color: var(--hover-color)
}

.tin-tuc-excerpt {
  font-size: 14px;
}

.row-tin-tuc {
  margin-left: -11px;
  margin-right: -11px;
  margin-top: 25px;
}

.col-tin-tuc {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 22px;
}
@media screen and (max-width: 993px) {
  .grid-item {
    width: 33.33333333%;
  }
  .padding-tuyendung{
    padding:0
  }
  .img-tin-tuc{
    flex:0 0 140px;
    -ms-flex:0 0 140px;
    max-width: 140px;
  }
  .tin-tuc-content {
    position: relative;
    flex:0 0 calc(100% - 140px);
    -ms-flex:0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 769px) {
  .grid-item {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 576px) {
  .grid-item {
    width: 50%;
  }

  .tin-tuc-title {
    font-size: 14px;
  }
  .img-tin-tuc{
    flex:0 0 100px;
    -ms-flex:0 0 100px;
    max-width: 100px;
  }
  .tin-tuc-content {
    position: relative;
    flex:0 0 calc(100% - 100px);
    -ms-flex:0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 15px;
  }
}

@media screen and (max-width: 400px) {


  .tin-tuc-btn {
    position: relative;
    left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .col-video {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

/* #NEWS */

/* CONTACT */

/* Contact */

.top-contact {
  margin-bottom: 30px;
}

.input-contact {
  position: relative;
  margin-bottom: 15px;
}

.input-contact .custom-file-label::after {
  content: attr(title);
}

.bottom-contact {
  position: relative;
  height: 400px;
}

.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 769px) {
  .bottom-contact {
    height: 300px;
  }
}

.contact-mmobile {
  color: #000 !important;
  font-weight: 600;
  flex: 0 0 50%;
}

/* #CONTACT */

/* FOOTER */




/* #FOOTER */





.col-photo {
  margin-bottom: 30px;
}

.row-photo {
  margin-top: 25px;
}

.col-dm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left:10px
}

.col-showsp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 25%);
  flex: 0 0 calc(100% - 25%);
  max-width: calc(100% - 25%);
  padding-right:10px
}

.aside--sticky {
  position: -webkit-sticky;
  position: sticky;
}

.group-sidebox {
  margin: 0 0 20px;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #e7e7e7;
}

.group-sidebox .sidebox-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #323232;
  text-align: center;
  position: relative;
  color: #000000;
  font-weight: 700;
  font-family: #323232;
}

.menuList-links {
  margin: 0;
  padding: 0;
  padding-right: 25px;
  margin-top: 15px;
}

.menuList-links li {
  position: relative;
  list-style: none;
}

.menuList-links li a {
  color: #252a2b;
  position: relative;
  font-size: 14px;
  display: block;
  font-family: var(--font-main);
  text-decoration: none;
  text-transform: capitalize;
}

.menuList-links>li>a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.menuList-links>li>a:hover,
ul.submenu-links li a:hover {
  color: var(--main-color)
}

.menuList-links>li.has-submenu>a {
  padding-right: 30px;
}

.menuList-links>li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

ul.submenu-links li ul.sub-menulinks {
  display: none;
  padding: 0;
}

ul.submenu-links li ul.sub-menulinks li a {
  padding: 8px 4px 8px 30px !important;
}

ul.menuList-links li ul.submenu-links {
  display: none;
  padding: 0;
}

ul.submenu-links li a {
  padding: 8px 4px 8px 15px;
}

li.has-submenu.level1>ul.submenu-links li a {
  padding-left: 25px;
}

.menuList-links li+li {
  border-top: 1px solid #e7e7e7;
}

.h2-spdetail {
  font: 20px var(--font-black);
  text-transform: uppercase;
  color: var(--main-color);
  padding: 9px 0;
}

.product-detail-bottom {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 993px) {
  .col-dm {
    display: none;
  }

  .col-showsp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    /* padding: 0 15px !important; */
  }
}



.bg-item-pag.active .bg-link-pag {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.col-sticky {
  position: sticky;
  top: 130px;
  z-index: 40;
}



/*-----------------------------*/

.divLeft {
  position: relative;
  flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  max-width: 270px;
}




.divRight {
  flex: 0 0 calc(100% - 270px);
  -ms-flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}

.on-bar {
  position: relative;
}

.text-on-bar {
  background-image: url(../images/bars2.png);
  background-color: #deae27;
  background-repeat: no-repeat;
  background-position: 234px center;
  font-family: UTMImpact;
  font-size: 20px;
  color: #385baa;
  text-transform: uppercase;
  padding: 16px 14px 13px 20px;
  cursor: pointer;
  display: block;
}

.wrapper-dropdown-menu {
  width: 100%;
}

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9999;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  display: block;
}

.wrapper-dropdown-menu-inside {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-second-menu {
  overflow-y: auto;
  height: 403px;
}

.scroll-second-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.scroll-second-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scroll-second-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-resizer {
  background-color: #e7e7e7;
}



.text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.second-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.second-menu>li+li {
  border-top: 1px solid #f0f0f0;
}

.second-menu>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 0 18px 0 18px;
  text-transform: uppercase;
}

.second-menu>li>a:after {
  content: "";
  color: #fff;
  background: url("../images/angle-menu_03.png");
  width: 5px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.second-menu>li .sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  border-top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  -o-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.second-menu>li .sub-menu li {
  position: unset;
}

.second-menu>li .sub-menu>li>a {
  padding-top: 14px;
  padding-bottom: 14px;
}

.second-menu>li:hover>.sub-menu {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.second-menu>li:hover>a {
  color: #fff;
}

.second-menu>li:hover {
  background: var(--main-color);
}

.second-menu .sub-menu li+li {
  border-top-color: #f0f0f0;
}




@media screen and (max-width: 993px) {
  .divRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-top: 13px !important;
  }
}







/* 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: 1.0E+30
}

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

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

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

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 120px;
  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);
  -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: #1182FC
}

.js-facebook-messenger-top-header {
  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
}

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

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

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




/*gio-hang*/
/* CART */

.spin-arrow-box {
  width: 140px;
}

.spin-arrow-box button {
  border: 0;
  outline: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #ffc107;
  background: #ffc107;
  flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  max-width: 35px;
  border-radius: 5px;
}

.txt-product-detail-qty {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border: 1px solid #ffc107;
  outline: 0;
  text-align: center;
  height: 45px;
  flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  max-width: 60px;
  margin: 0 5px;
  border-radius: 5px;
}

.txt-product-detail-qty::-webkit-outer-spin-button,
.txt-product-detail-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.txt-product-detail-qty[type="number"] {
  -moz-appearance: textfield;
}

.product-detail-button {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-product {
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  width: 40%;
  text-align: center;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.btn-product.btn-mua-ngay {
  background: #28a745;
  color: #fff;
  border: 1px solid #28a745;
}

.btn-product.btn-mua-ngay:hover {
  color: #28a745;
  background: #fff;
}

.btn-product.btn-thue-ngay {
  margin-left: 1%;
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.btn-product.btn-thue-ngay:hover {
  background: #dc3545;
  color: #fff;
}

.error {
  color: #f00;
  font-size: 13px;
  margin-top: 3px;
}

.mini-cart {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  z-index: 10000000000000000000000000;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mini-cart.active {
  visibility: visible;
  opacity: 1;
}


.mini-cart-option {
  color: #666;
  font-size: 13px;
}

.mini-cart-option span+span:before {
  content: "/";
  margin: 0 5px;
}

.cart-panel {
  padding-bottom: 300px;
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100vh;
  background: #fff;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.mini-cart.active .cart-panel {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cart-panel-body {
  overflow-y: auto;
  height: calc(100vh - 59px - 200px);
}

.cart-panel-body.height3 {
  height: calc(100vh - 148px - 300px);
}

.cart-panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: flexbox;
  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;
}

.text-cart-panel-heading {
  font-size: 16px;
}

#close-cart {
  color: #ddd;
  font-size: 2em;
}

#close-cart:hover {
  color: #000;
}

.cart-panel-footer {
  padding: 4px 15px 15px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

.link-chi-tiet-gio-hang {
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 13px;
}

.link-chi-tiet-gio-hang a {
  color: #337ab7;
  text-decoration: underline;
}

.btn-link-thanh-toan {
  cursor: pointer;
  width: 100%;
  outline: none !important;
  display: block;
  color: #fff;
  background: var(--main-color);
  text-transform: uppercase;
  padding: 12px 10px 10px 10px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid var(--main-color);
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* -moz-box-shadow: 0 0 10px rgb(0, 136, 72, 0.15);
  -webkit-box-shadow: 0 0 10px rgb(0, 136, 72, 0.15);
  box-shadow: 0 0 10px rgb(0, 136, 72, 0.15); */
}

.btn-link-thanh-toan:hover {
  background: #fff;
  color: var(--main-color);
  /* -moz-box-shadow: 0 3px 10px rgb(0, 136, 72, 0.35);
  -webkit-box-shadow: 0 3px 10px rgb(0, 136, 72, 0.35);
  box-shadow: 0 3px 10px rgb(0, 136, 72, 0.35); */
}

.div-summary {
  font-size: 15px;
  padding: 15px 0;
  /* border-bottom: 1px solid #ddd; */
  display: -webkit-box;
  display: flexbox;
  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;
}

.div-summary-coupon {
  display: none;
}

.div-summary-coupon.show {
  display: flex;
}

.form-coupon {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.form-coupon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/ajax-loader.gif") rgba(255, 255, 255, 0.5) center center no-repeat;
  top: 0;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-coupon.loading:after {
  visibility: visible;
  opacity: 1;
}

.form-coupon button {
  float: right;
  width: 140px;
  height: 38px;
  background: #193d51;
  color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0 4px 4px 0;
}

.form-coupon .padding-input {
  padding-right: 140px;
}

.form-coupon input {
  width: 100%;
  height: 38px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  font-size: 13px;
  border-right: none;
  font-style: italic;
}

.text-coupon {
  display: block;
  margin-bottom: 10px;
}

.mini-cart-item {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mini-cart-item+.mini-cart-item {
  border-top: 1px solid #ddd;
}

.mini-cart-item .aspect-ratio-box {
  padding-bottom: 100%;
}

.mini-cart-item img {
  padding: 15px;
}

.mini-cart-item-figure {
  flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  max-width: 115px;
}

.mini-cart-item-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex: 0 0 calc(100% - 115px);
  -ms-flex: 0 0 calc(100% - 115px);
  max-width: calc(100% - 115px);
}

.mini-cart-item-info h3 a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.mini-cart-item-price {
  margin-bottom: 10px;
  justify-content: space-between;
}

.mini-cart-item-gia-moi.red {
  color: #f00;
  font-weight: bold;
}

.mini-cart-item-gia-cu {
  color: #999;
  text-decoration: line-through;
}

.mini-cart-item-phan-tram {
  color: #666;
}

.mini-cart-item-gia-sale {
  font-weight: bold;
}

.cart-control {
  width: 100px;
  display: -webkit-box;
  display: flexbox;
  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;
}

.btn-qty {
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  font-size: 20px;
  line-height: 10px;
  outline: none !important;
  cursor: pointer;
  padding-bottom: 2px;
  font-family: Arial;
}

.txt-qty {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  outline: none;
}

.btn-delete-mini-cart-item-cart {
  color: #666;
  position: absolute;
  right: 3px;
  bottom: 0;
  font-size: 1.5em;
}

.btn-delete-mini-cart-item-cart:hover {
  color: #f00;
}

.txt-cart-is-empty {
  text-align: center;
  margin-top: 20px;
}

.cell-img {
  width: 80px;
}

.cell-price {
  text-align: center;
}

.red {
  color: #f00;
}

.cell-qty {
  width: 100px;
}

.h3-cell-name a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.cell-control {
  width: 40px;
}

.btn-del-row-cart {
  color: #666;
  font-size: 1em;
}

.table-cart {
  background: #fdfdfd;
  padding: 20px;
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  border-color: var(--main-color) #ddd #ddd #ddd;
}

.table-cart tr>td {
  vertical-align: middle;
}

.cart-title {
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.count-cart-circle {
  background: var(--main-color);
  border-radius: 50%;
  width: 30px;
  color: #fff;
  line-height: 29px;
  padding-top: 1px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.scroll-mini-cart2 {
  max-height: 305px;
  overflow-y: auto;
}

.mini-cart2 {
  padding: 10px 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mini-cart2+.mini-cart2 {
  border-top: 1px solid #ddd;
}

.mini-cart2 .aspect-ratio-box {
  border: 1px solid #ddd;
  padding-bottom: 100%;
}

.mini-cart2 img {
  padding: 5px;
}

.mini-cart2 figure {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}

.mini-cart2-info {
  padding-left: 10px;
  flex: 0 0 calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.mini-cart2-info-top {
  margin-bottom: 5px;
  padding-left: 32px;
}

.mini-cart2-info-top a {
  color: #337ab7;
}

.mini-cart2-qty {
  position: absolute;
  left: 0;
  top: 0;
}

.block-checkout {
  background: #fdfdfd;
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  border-color: var(--main-color) #ddd #ddd #ddd;
  padding: 30px;
  margin-bottom: 20px;
}

.heading-thanh-toan {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.label-form-item {
  margin-top: 13px;
  text-align: right;
}

#form-checkout .custom-control-label {
  cursor: pointer;
}

#form-checkout .custom-control-label:before,
#form-checkout .custom-control-label:after {
  top: 2px;
}

#form-checkout .form-item+.form-item {
  margin-top: 20px;
}

.form-control-custom {
  height: 45px;
  border-radius: 0;
  border-color: #ddd;
  font-size: 14px;
}

textarea.form-control-custom {
  height: auto;
}

.method-item>label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  position: relative;
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid #ddd;
  transition: margin-bottom 300ms;
}

.method-item>label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-shadow: inset 0 0 0 1px #ccc;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
}

.method-item>label i {
  float: right;
  font-size: 2em;
  color: #193d51;
}

.method-item>label input {
  margin-right: 5px;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.method-item>label.checked:before {
  -moz-box-shadow: inset 0 0 0 7px var(--main-color);
  -webkit-box-shadow: inset 0 0 0 7px var(--main-color);
  box-shadow: inset 0 0 0 7px var(--main-color);
}

.method-item+.method-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.method-content {
  display: none;
}

.method-content>div {
  margin-top: 0;
  background: #fdfdfd;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
  border-top: none;
}

.col-hinh-thuc+.col-hinh-thuc {
  margin-top: 30px;
}

.l-item-size input:checked~span {
  border-color: #5fbd74;
}

.l-item-mau input:checked~.p-item-mau {
  border-color: #ccc;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
}

.p-item-mau {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.p-bg-mau {
  display: block;
  border-radius: 50%;
  height: 28px;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 30%);
}

.l-item-mau input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  opacity: 0;
}

.l-item-mau {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.l-item-size {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.l-item-size input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  opacity: 0;
}

.l-item-size span {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 10px;
}

/* .col-sticky2 {
  position: sticky;
  top: 65px;
} */

@media (min-width: 769px) {
  .open-cart {
    margin-right: 17px;
  }
}

@media screen and (max-width: 576px) {
  .product-detail-button {
    margin-top: 10px;
    padding-top: 10px;
  }

  .label-form-item {
    text-align: left;
  }

  .cart-panel {
    width: 100%;
  }

  .table-cart {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .table-cart thead {
    display: none;
  }

  .table-cart tbody {
    display: block;
  }

  .table-cart td {
    border-bottom: 0;
    border-top: 0;
    padding: 5px;
  }

  .row-cart {
    text-align: center;
    display: block;
    width: 100%;
  }

  .row-cart>td {
    width: 100%;
    display: block;
  }

  .row-cart+.row-cart {
    border-top: 1px solid #dee2e6;
  }

  .row-cart>td.cell-img {
    width: 100px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .h3-cell-name {
    margin-bottom: 0;
  }

  .cart-control:not(.mini-cart-item-control) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 993px) {
  .btn-product {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .btn-product {
    font-size: 12px;
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 576px) {
  .block-checkout {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }

  #form-checkout .form-item+.form-item {
    margin-top: 0;
  }

  .heading-thanh-toan {
    margin-bottom: 0;
  }
}

@media screen and (max-width:400px) {
  .product-detail-button {
    flex-wrap: wrap;
  }

  .btn-product {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-product.btn-thue-ngay {
    margin-left: 0;
    margin-top: 15px
  }
}