/*Add font ================================*/
@font-face {
  font-family: "KoHo-Bold";
  src: url("../fonts/KoHo-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/KoHo-Bold.woff2") format("woff2"), url("../fonts/KoHo-Bold.woff") format("woff"), url("../fonts/KoHo-Bold.ttf") format("truetype"), url("../fonts/KoHo-Bold.svg#KoHo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KoHo-Regular";
  src: url("../fonts/KoHo-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/KoHo-Regular.woff2") format("woff2"), url("../fonts/KoHo-Regular.woff") format("woff"), url("../fonts/KoHo-Regular.ttf") format("truetype"), url("../fonts/KoHo-Regular.svg#KoHo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UTMEdwardian";
  src: url("../fonts/UTMEdwardian.eot#iefix") format("embedded-opentype"), url("../fonts/UTMEdwardian.woff2") format("woff2"), url("../fonts/UTMEdwardian.woff") format("woff"), url("../fonts/UTMEdwardian.ttf") format("truetype"), url("../fonts/UTMEdwardian.svg#UTMEdwardian") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-Regular";
  src: url("../fonts/Quicksand-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Regular.woff2") format("woff2"), url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.ttf") format("truetype"), url("../fonts/Quicksand-Regular.svg#Quicksand-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Bold.woff2") format("woff2"), url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.ttf") format("truetype"), url("../fonts/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-Light";
  src: url("../fonts/Quicksand-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Light.woff2") format("woff2"), url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.ttf") format("truetype"), url("../fonts/Quicksand-Light.svg#Quicksand-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-Medium";
  src: url("../fonts/Quicksand-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Medium.woff2") format("woff2"), url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.ttf") format("truetype"), url("../fonts/Quicksand-Medium.svg#Quicksand-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("../fonts/Quicksand-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-SemiBold.woff2") format("woff2"), url("../fonts/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quicksand-SemiBold.ttf") format("truetype"), url("../fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font_QSBlight:"Quicksand-Light";
  --font_regular:"Quicksand-Regular";
  --font_QSBold:"Quicksand-Bold";
  --font_QSMedium:"Quicksand-Medium";
  --font_QSSemi:"Quicksand-SemiBold";
  --font_bold:"KoHo-Bold";
  --font_KHRegular:"KoHo-Regular";
}

html {
  font-size: 14.5px;
}
@media (max-width: 992px) {
  html {
    font-size: calc(15px + 0.2vw);
  }
}

* {
  line-height: 150%;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: unset !important;
}
.w_full {
  width: 100%;
}

.banner_full {
  width: 100%;
}
.banner_full a {
  width: 100%;
}
.banner_full a img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

button:hover, button:focus, input:hover, input:focus, .btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

.img > a {
  display: block;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}
.img > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease 0s !important;
}

strong, b {
  font-weight: bold;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.input_hidden {
  height: 0;
  border: none;
  font-size: 0;
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: unset;
  font-weight: normal;
}

p {
  margin: 0;
}

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

table {
  table-layout: fixed;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.no-spinners {
  -moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button, .no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    /*td:nth-of-type(1):before { content: "First Name"; }*/
  }
  .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tr {
    margin: 0 0 1rem 0;
  }
  .table-responsive tr:nth-child(odd) {
    background: #ccc;
  }
  .table-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    /*width: 45%;*/
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-responsive .table .cart_row .price_format,
  .table-responsive .table .cart_row .quantity {
    float: none;
  }
  .table-responsive td:nth-of-type(1) {
    background: #fff;
    display: flex;
  }
  .table-responsive td:nth-of-type(2):before,
  .table-responsive td:nth-of-type(3):before,
  .table-responsive td:nth-of-type(4):before,
  .table-responsive td:nth-of-type(5):before {
    content: attr(title);
  }
}
:focus {
  outline: none;
}

@keyframes lds-facebook {
  0% {
    top: 24px;
    height: 10px;
  }
  50%, 100% {
    top: 28px;
    height: 3px;
  }
}
.loader {
  height: 8px;
  width: 7.5rem;
  overflow: hidden;
  background: url(../../images/line.png) center center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 210px;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -100%;
  bottom: 0%;
  width: 30%;
  height: 2px;
  background-color: #CF152D;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -20px;
    width: 15%;
  }
  50% {
    width: 20%;
  }
  70% {
    width: 25%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes colorCycle {
  0% {
    color: #228be6;
  }
  12.5% {
    color: #12b886;
  }
  25% {
    color: #40c057;
  }
  37.5% {
    color: #ffd43b;
  }
  50% {
    color: #fd7e14;
  }
  62.5% {
    color: #fa5252;
  }
  75% {
    color: #f783ac;
  }
  87.5% {
    color: #7950f2;
  }
  100% {
    color: #228be6;
  }
}
.colorCycle {
  animation-name: colorCycle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes shadowCycle {
  0% {
    box-shadow: 3px 3px 30px rgba(34, 139, 230, 0.5);
  }
  12.5% {
    box-shadow: 3px 3px 30px rgba(18, 184, 134, 0.5);
  }
  25% {
    box-shadow: 3px 3px 30px rgba(64, 192, 87, 0.5);
  }
  37.5% {
    box-shadow: 3px 3px 30px rgba(255, 212, 59, 0.5);
  }
  50% {
    box-shadow: 3px 3px 30px rgba(253, 126, 20, 0.5);
  }
  62.5% {
    box-shadow: 3px 3px 30px rgba(250, 82, 82, 0.5);
  }
  75% {
    box-shadow: 3px 3px 30px rgba(247, 131, 172, 0.5);
  }
  87.5% {
    box-shadow: 3px 3px 30px rgba(121, 80, 242, 0.5);
  }
  100% {
    box-shadow: 3px 3px 30px rgba(34, 139, 230, 0.5);
  }
}
.shadowCycle {
  animation-name: shadowCycle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
.moveDown {
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.moveLeft {
  animation: scrollLeft 2s ease-in-out infinite;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
.moveRight {
  animation: scrollRight 2s ease-in-out infinite;
}

@media (max-width: 991.98px) {
  ul.ul-select {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul.ul-select:after {
    content: "\f107";
    font: 400 18px/150% "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  ul.ul-select li {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ul-select li.active {
    align-items: center;
    border: 1px solid #111;
    border-radius: 3px;
    box-shadow: 0 0 2px #aaa;
    color: #111;
    display: flex;
    justify-content: space-between;
  }
  ul.ul-select li a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ul-select.active {
    border: 1px solid #aaa;
  }
  ul.ul-select.active:after {
    content: unset;
  }
  ul.ul-select.active li {
    border: none;
    box-shadow: none;
    display: block;
  }
  ul.ul-select.active li.active a {
    color: #1f70e5 !important;
    background: transparent !important;
  }
  #selected--ul-select {
    font: 700 18px/150% Quicksand-Regular, sans-serif;
    white-space: nowrap;
    background: transparent;
    color: #333;
    border: 0;
    position: relative;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  #selected--ul-select {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #selected--ul-select:after {
    content: "\f106";
    font: 400 18px/150% "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #selected--ul-select:hover, #selected--ul-select.active {
    color: #fff;
    background: #1f70e5;
  }
  #selected--ul-select.active {
    border: 1px solid #111;
    box-shadow: 0 0 2px #aaa;
    padding: 0.5rem 1rem;
  }
}
/* Custom fancybox */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}

.fancybox-content {
  padding: 10px;
  overflow: unset;
}
.fancybox-content video {
  max-width: 100%;
}
.fancybox-content .fancybox-close-small {
  right: -9px;
  top: -9px;
  color: red;
  background: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
}

label.error {
  color: #f00;
}

button {
  border: none;
  cursor: pointer;
}

body > span > span {
  width: -moz-max-content !important;
  width: max-content !important;
}
body > span > span ul {
  width: 100%;
}
body > span > span ul li[aria-disabled=true] {
  display: none;
}

.slick-list {
  width: 100%;
}
.slick-list .slick-track {
  min-width: 100%;
}

.nav {
  background-color: #f0f0f0;
}

.ims_navigation {
  width: 100%;
  padding: 13px 0;
}
.ims_navigation ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ims_navigation ol li {
  position: relative;
  padding-right: 10px;
  padding-left: 14px;
}
.ims_navigation ol li:first-child {
  padding-left: 0;
}
.ims_navigation ol li:first-child a {
  margin-left: 0;
}
.ims_navigation ol li:first-child a span {
  display: block;
}
.ims_navigation ol li:not(:first-child):before {
  content: "/";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  color: #4f4f4f;
  left: 0;
  font-size: 20px;
  top: 50%;
  transform: translateY(-55%);
}
.ims_navigation ol li a {
  font-family: var(--font_QSMedium);
  font-size: 16px;
  color: #3a3a3c;
}
.ims_navigation ol li a.current {
  color: #b40007;
}

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}
.fileupload .upload-progress.show {
  display: block;
}
.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}
.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
}
.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}
.fileupload .list_uploaded .pic-item {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 80px;
  width: 25%;
}
.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}
.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  font-weight: normal;
  border: 1px solid #CE2C2C;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
}
.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
}
.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video .video_item a.view {
  padding-top: 56%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.video .video_item a.view:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
.video .video_item a.view:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 300ms ease 0s;
}
.video .video_item a.view:after {
  content: "";
  width: 62px;
  height: 45px;
  background: url("../../../../../resources/images/use/play.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .video .video_item a.view:after {
    width: 45px;
    height: 33px;
  }
}
@media (max-width: 425px) {
  .video .video_item a.view:after {
    width: 35px;
    height: 25px;
  }
}
.video .video_item a.view:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.video .video_item a.view img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease 0s;
  width: 100%;
}
.video .video_item a.title {
  display: none;
}

/*----------------END----------------*/
header {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 1200px) {
  header {
    padding: 0 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
header.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header.fixed_menu .menu-wrapper > li > a {
  height: 50px;
}
header.fixed_menu .header-top, header.fixed_menu .header-slogan, header.fixed_menu .header-bottom {
  display: none;
}
header .header-top {
  background: #FEE7F1;
  font-family: var(--font_QSMedium);
  color: #3A3A3C;
  font-size: 16px;
  padding: 8px 0;
}
@media (max-width: 1200px) {
  header .header-top {
    display: block;
  }
}
header .header-top .row {
  justify-content: space-between;
  align-items: center;
}
header .header-top .connect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  width: calc(100% - 310px);
}
@media (max-width: 1200px) {
  header .header-top .connect {
    display: none;
  }
}
header .header-top .connect span {
  font-family: var(--font_QSBold);
  text-transform: uppercase;
}
header .header-top .connect .like {
  max-width: 200px;
  width: 200px;
  padding-left: 15px;
}
header .header-top .connect .like .fb-like span {
  width: 305px !important;
  height: auto !important;
}
header .header-top .hotline_email {
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 155px;
}
header .header-top .hotline_email .hotline {
  padding-left: 30px;
  position: relative;
}
header .header-top .hotline_email .hotline:before {
  content: "";
  width: 23px;
  height: 25px;
  background: url("../../../../../resources/images/use/hotline.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
}
header .header-slogan {
  background-color: #EEEDED;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  header .header-slogan {
    display: none;
  }
}
header .header-slogan h4.title {
  font-family: var(--font_QSBold);
  font-size: 16px;
  color: #EC121A;
}
header .header-bottom {
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
  color: #2f2f31;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  header .header-bottom {
    padding: 15px 0 0;
    background: none;
  }
}
header .header-bottom .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .header-bottom .list_social {
  display: flex;
  align-items: center;
  transition: all 300ms ease 0s;
}
@media (max-width: 600px) {
  header .header-bottom .list_social {
    display: none;
  }
}
header .header-bottom .list_social a {
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-bottom .list_social a:last-child {
  margin-right: 0;
}
header .header-bottom .list_social a i {
  color: #fff;
  font-weight: bold;
}
header .header-bottom .list_social a i.icon-facebook {
  content: "";
  background: url("../../../../../resources/images/use/facebook.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 25px;
  display: block;
}
header .header-bottom .list_social a i.icon-facebook:hover {
  background: url("../../../../../resources/images/use/facebook_hover.png") center center no-repeat;
}
header .header-bottom .list_social a i.icon-instagram {
  content: "";
  background: url("../../../../../resources/images/use/instagram.png") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
}
header .header-bottom .list_social a i.icon-instagram:hover {
  background: url("../../../../../resources/images/use/instagram_hover.png") center center no-repeat;
}
header .header-bottom .list_social a i.icon-tiktok {
  content: "";
  background: url("../../../../../resources/images/use/tiktok.png") center center no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  display: block;
}
header .header-bottom .list_social a i.icon-tiktok:hover {
  background: url("../../../../../resources/images/use/tiktok_hover.png") center center no-repeat;
}
header .header-bottom .list_social a i.icon-youtube {
  content: "";
  background: url("../../../../../resources/images/use/youtube.png") center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 29px;
  display: block;
}
header .header-bottom .list_social a i.icon-youtube:hover {
  background: url("../../../../../resources/images/use/youtube_hover.png") center center no-repeat;
}
header .header-bottom .list_social a i.icon-zalo {
  content: "";
  background: url("../../../../../resources/images/use/zalo.png") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
}
header .header-bottom .list_social a i.icon-zalo:hover {
  background: url("../../../../../resources/images/use/zalo_hover.png") center center no-repeat;
}
header .header-bottom .logo {
  width: auto;
}
@media (min-width: 1201px) {
  header .header-bottom .logo {
    width: 160px;
  }
}
header .header-bottom .logo img {
  max-width: 100%;
  width: auto;
  max-height: 45px;
}
@media (min-width: 1201px) {
  header .header-bottom .logo img {
    max-height: 60px;
  }
}
header .header-bottom .right_header {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 1201px) {
  header .header-bottom .right_header {
    padding-left: 15px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  header .header-bottom .right_header {
    padding-left: 0;
  }
}
header .header-bottom .right_header .bottom {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  header .header-bottom .right_header .bottom {
    position: relative;
  }
}
@media (max-width: 1200px) {
  header .header-bottom .right_header .bottom {
    width: auto;
  }
}

.flag_vi {
  width: 34px;
  height: 23px;
  display: inline-block;
  background: yellow url("../../../../../resources/images/flag_vi.png") center center no-repeat;
}

.flag_en {
  width: 34px;
  height: 23px;
  display: inline-block;
  background: red url("../../../../../resources/images/flag_en.png") center center no-repeat;
}

#box_lang {
  position: relative;
  padding: 0 15px;
}
#box_lang .lang_cur {
  display: inline-block;
}
#box_lang .lang_cur i {
  margin-right: 5px;
}
#box_lang ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#box_lang ul > li {
  padding-left: 10px;
}
@media (max-width: 800px) {
  #box_lang ul > li.current {
    display: none;
  }
}
#box_lang ul > li > a {
  text-transform: uppercase;
  color: transparent;
  width: 34px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 4px 12px; */
}
.box_search {
  position: absolute;
  z-index: 1;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease 0s;
  top: 105%;
  left: 10px;
  right: 10px;
}
@media (min-width: 1201px) {
  .box_search {
    left: unset;
    right: 70%;
    top: 0;
    width: 250px;
    display: none;
  }
}
.box_search.show {
  height: 36px;
  display: block;
}
.box_search form {
  position: relative;
}
.box_search .btn_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../../../../../resources/images/use/icon_search.png");
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(104%) contrast(103%);
  background-color: #acacad;
  background-repeat: no-repeat;
  background-position: center;
  width: 51px;
  height: 100%;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 992px) {
  .box_search .btn_search {
    width: 48px;
    background-size: 18px;
  }
}
.box_search .btn_search:focus {
  outline: 0;
}
.box_search .btn_search:hover {
  opacity: 0.8;
}
.box_search .btn_search i {
  display: none;
}
.box_search .text_search {
  background: #fff;
  height: 36px;
  border: none;
  border-radius: 4px;
  padding: 0 60px 0 16px;
  outline: none;
  color: #000;
  width: 100%;
}
.box_search .text_search::-moz-placeholder {
  color: #5e5e5e;
}
.box_search .text_search::placeholder {
  color: #5e5e5e;
}
@media (max-width: 992px) {
  .box_search .text_search {
    height: 36px;
    padding-left: 12px;
  }
}
.box_search .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.header_user {
  position: relative;
  display: none;
}
@media (min-width: 1100px) {
  .header_user {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header_user:hover .user_link i:before {
  color: #f80000;
}
.header_user:hover .box_signin {
  opacity: 1;
}
@media (min-width: 992px) {
  .header_user:hover .box_signin {
    display: block !important;
  }
}
.header_user #header_account span {
  display: none;
}
.header_user #header_account i {
  font-size: 18px;
}
.header_user ul.not_login {
  position: relative;
}
.header_user ul.not_login:hover li:last-child {
  display: block;
}
.header_user ul.not_login li:last-child {
  position: absolute;
  top: 100%;
  min-width: 160px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 5px 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  z-index: 9;
  display: none;
}
.header_user ul.not_login li:last-child:hover {
  background: #ccc;
}
.header_user ul.not_login li:last-child i {
  font-size: 14px;
}
.header_user .box_signin {
  position: absolute;
  top: auto;
  right: 0;
  display: none;
  opacity: 0;
  padding: 10px;
}
.header_user .user_link {
  display: inline-flex;
  align-items: center;
}
.header_user .user_link i {
  font-size: 18px;
  color: #000;
}
.header_user .user_link .text b {
  font-weight: 700;
  display: block;
}
.header_user .sign_group {
  display: none;
}

.header_cart {
  position: relative;
}
@media (min-width: 1201px) {
  .header_cart {
    flex: 0 0 auto;
  }
}
.header_cart:hover i::before {
  color: #f80000;
}
.header_cart > a {
  display: flex;
}
@media (min-width: 1201px) {
  .header_cart > a {
    align-items: end !important;
  }
}
.header_cart > a:hover {
  color: inherit;
}
.header_cart > a > i {
  font-size: 18px;
  color: #000;
}
.header_cart > a > i .num_cart {
  font-size: 11px;
  color: red;
  background: #fff600;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.header_cart .text {
  padding-left: 8px;
}
@media (max-width: 1180px) {
  .header_cart .text {
    padding-left: 2px;
  }
}
.header_cart .text span.num_cart {
  width: 23px;
  height: 23px;
  color: #fff;
  background: #f80000;
  border-radius: 50%;
  position: absolute;
  top: -23%;
  transform: translateY(-50%);
  left: 8px;
  font-family: Roboto-Medium;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}
.header_cart .text b {
  font-weight: normal;
  display: block;
}
.header_cart .add-to-cart-success {
  cursor: default;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 15px #b3b3b3;
  right: 0;
  padding: 15px 20px;
  z-index: 9999;
  top: 40px;
  border-radius: 6px;
}
.header_cart .add-to-cart-success .btn-close {
  opacity: 0.8;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  color: #888;
}
.header_cart .add-to-cart-success p {
  color: #333;
  font-size: 13px;
}
.header_cart .add-to-cart-success .btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 252px;
  margin-top: 13px;
}
.header_cart .add-to-cart-success::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: -4px;
  right: 15px;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: -1px -1px 0 #dfdfdf;
  z-index: -1;
}

.box_signin {
  width: auto;
  min-width: 265px;
  max-width: 96vw;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 20px;
  transition: opacity 300ms;
  overflow: hidden;
  z-index: 150;
}
.box_signin a {
  font: 400 13px/150% Quicksand-Regular, sans-serif;
  text-align: center;
  color: #ffffff;
  background: #b40007;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-shadow: -1px 2px 4px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
.box_signin a i {
  font-size: 1.1034482759rem;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.box_signin a.btn-social {
  justify-content: flex-start;
  padding-left: 50px;
}
.box_signin a.btn-google {
  color: #fff;
  background: #df4a32;
}
.box_signin a.btn-facebook {
  color: #fff;
  background: #3b5998;
}

#main_menu {
  flex: 1 1;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1201px) {
  #main_menu {
    display: block;
  }
}
#main_menu.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#main_menu.fixed_menu .menu-wrapper > li > a {
  height: 50px;
}
#main_menu .menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  background-color: #FEE7F1;
}
#main_menu .menu-wrapper .sub-arrow {
  display: none !important;
}
#main_menu .menu-wrapper li .dropdown-toggle {
  font-family: "Arial";
  font-size: 18px;
  color: #211008;
  position: relative;
}
#main_menu .menu-wrapper li .dropdown-toggle:hover, #main_menu .menu-wrapper li .dropdown-toggle.current {
  color: #211008 !important;
}
#main_menu .menu-wrapper li .dropdown-toggle:hover:before, #main_menu .menu-wrapper li .dropdown-toggle.current:before {
  content: "";
  background: url("../../../../../resources/images/use/top_info.png") center center no-repeat;
  background-size: auto;
  width: 20px;
  height: 10px;
  position: absolute;
  top: -1px;
}
#main_menu .menu-wrapper li .dropdown-toggle span {
  max-width: 100%;
  white-space: pre-wrap;
}
#main_menu .menu-wrapper li .dropdown-toggle span.text {
  position: relative;
}
#main_menu .menu-wrapper li .dropdown-toggle span.text span {
  position: absolute;
  left: calc(100% + 8px);
  top: -6px;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul {
  min-width: 1000px !important;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul > div > .menu_sub {
  display: block;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul > div > .menu_sub > li {
  float: left;
  width: 33.3333333333%;
  clear: unset;
  padding: 0 10px !important;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul > div > .menu_sub > li a {
  font-size: 16px;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul > div > .menu_sub > li ul li a {
  font-family: "Arial";
  font-weight: 600;
  font-size: 14px;
}
#main_menu .menu-wrapper > li:nth-child(3) > ul > div > .menu_sub > li ul li ul li a {
  color: #211008;
  font-weight: 400;
}
#main_menu .menu-wrapper > li.first {
  margin-right: 10px;
}
#main_menu .menu-wrapper > li.first a {
  color: #EC121A;
}
#main_menu .menu-wrapper > li .dropdown-toggle::after {
  display: none;
}
#main_menu .menu-wrapper > li:last-child:before, #main_menu .menu-wrapper > li:last-child:after {
  display: none;
}
#main_menu .menu-wrapper > li:hover > a + ul {
  display: block;
}
#main_menu .menu-wrapper > li > a {
  height: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  font-size: 18px;
  text-transform: uppercase;
}
#main_menu .menu-wrapper > li > a + ul {
  top: 100%;
  left: 50%;
  padding: 10px;
  transform: translateX(-30%);
  display: none;
  transition: all 500ms ease 0s;
}
#main_menu .menu-wrapper > li > a + ul > div {
  position: relative;
}
#main_menu .menu-wrapper > li > a + ul > div > div > li > a {
  display: flex !important;
  align-items: center;
}
#main_menu .menu-wrapper > li > a + ul > div > div > li > a > .icon {
  display: none;
  width: 15px;
  text-align: center;
  margin-right: 0.6rem !important;
}
#main_menu .menu-wrapper > li > a + ul > div > div > li > a > .icon i {
  color: #5d5b5b;
}
#main_menu .menu-wrapper > li > a + ul > div > div > li ul li a .icon {
  display: none;
}
#main_menu .menu-wrapper > li > a + ul li {
  position: unset;
}
#main_menu .menu-wrapper > li > a + ul li ul {
  min-height: 100%;
  left: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
  display: block !important;
  background: transparent;
  border: 0;
}
#main_menu .menu-wrapper > li > a + ul li ul li.dropdown-item a {
  position: relative;
  padding-left: 15px !important;
}
#main_menu .menu-wrapper > li > a + ul li ul li.dropdown-item a:after {
  content: "\f067";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  left: 5px;
  font-size: 10px;
  transform: translate(-50%, -50%);
  color: #211008;
}
#main_menu .menu-wrapper > li > a + ul li ul li.dropdown-item:hover ul {
  display: block !important;
}
#main_menu .menu-wrapper > li > a + ul li ul li.dropdown-item ul {
  padding-left: 20px;
  display: none !important;
}
#main_menu .menu-wrapper > li > a + ul li ul li.dropdown-item ul li a:after {
  content: "\f068";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  left: 0;
  font-size: 10px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  display: none;
}
#main_menu .menu-wrapper > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  background: #FEE7F1;
  margin: 0;
  min-width: 280px !important;
  padding: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}
#main_menu .menu-wrapper > li > ul li {
  position: relative;
  padding: 6px 0 6px !important;
}
#main_menu .menu-wrapper > li > ul li:last-child {
  border-bottom: none;
}
#main_menu .menu-wrapper > li > ul li.dropdown-item {
  padding: 0;
}
#main_menu .menu-wrapper > li > ul li.dropdown-item:last-child {
  border-bottom: none;
}
#main_menu .menu-wrapper > li > ul li.dropdown-item:active, #main_menu .menu-wrapper > li > ul li.dropdown-item:hover, #main_menu .menu-wrapper > li > ul li.dropdown-item.active {
  background: none !important;
}
#main_menu .menu-wrapper > li > ul li:hover > a + ul {
  display: block;
}
#main_menu .menu-wrapper > li > ul li.dropdown > a {
  position: relative;
  padding-right: 17px;
  display: flex !important;
  align-items: center;
  color: #211008;
  font-family: "Arial";
}
#main_menu .menu-wrapper > li > ul li.dropdown > a div.icon {
  display: none;
  margin-right: 0.6rem !important;
  width: 15px;
  text-align: center;
}
#main_menu .menu-wrapper > li > ul li.dropdown > a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  color: #211008;
  font-weight: 900;
  font-size: 11px;
  display: none;
}
#main_menu .menu-wrapper > li > ul li a {
  font-family: "Arial";
  font-size: 16px;
  color: #211008;
  display: block !important;
  position: relative;
}
#main_menu .menu-wrapper > li > ul li a:hover, #main_menu .menu-wrapper > li > ul li a.current {
  color: #EC121A;
  background: none !important;
}

.sideMenu {
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
  margin-bottom: 0;
  background: #fff;
  transform: translateX(-100%);
}
@media (min-width: 576px) {
  .sideMenu {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sideMenu {
    width: 45%;
  }
}
.sideMenu.open {
  transform: translateX(0);
  display: block;
  overflow-y: auto;
}
.sideMenu .navbar-toggler {
  position: absolute;
  top: 2.5px;
  right: 0;
  border: 0;
}
@media (min-width: 576px) {
  .sideMenu .navbar-toggler {
    display: none;
  }
}
.sideMenu .box_user {
  color: inherit;
  background: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  border-top: 1px solid #fff;
  padding: 10px 45px 10px 10px;
}
@media (min-width: 576px) {
  .sideMenu .box_user {
    padding: 10px;
  }
}
.sideMenu .box_user .header_cart {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #096295;
  border-radius: 6px;
  padding: 7px 10px;
}
.sideMenu .box_user .header_cart a {
  font: 600 13px/150% "Open Sans";
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.sideMenu .box_user .header_cart a i.fa-shopping-cart {
  font-size: 1.6551724138rem;
  margin-right: 15px;
}
.sideMenu .box_user .header_cart a .num {
  white-space: nowrap;
}
.sideMenu .box_user .header_cart a .num .num_cart {
  color: #ffa200;
}
.sideMenu .box_user .header_cart a .num .text {
  display: block;
  font-weight: 300;
}
.sideMenu .box_user ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
}
.sideMenu .box_user ul li {
  text-align: center;
  flex: 1 1 auto;
}
.sideMenu .box_user ul li a {
  font-size: 1rem;
  background: transparent;
  color: #ffffff;
  padding: 2px 8px;
}
.sideMenu .box_user ul li a:hover, .sideMenu .box_user ul li a:focus, .sideMenu .box_user ul li a:active {
  color: #1a1a1a;
  background: #ffc000;
  border-color: #ffc000;
}
.sideMenu #ims-side-menu {
  min-height: calc(100% - 45px);
  padding-bottom: 50px;
  position: relative;
}
.sideMenu #ims-side-menu ul {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.sideMenu #ims-side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sideMenu #ims-side-menu ul li > a {
  font-family: "Arial";
  font-size: 18px;
  color: #1c1c1e;
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.sideMenu #ims-side-menu ul li > a.current {
  color: #b40007;
  background: linear-gradient(to right, #eee, transparent);
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon {
  font: 900 18px/150% "Font Awesome 5 Duotone";
  color: #b40007;
  width: 40px;
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon:before {
  content: "\f105";
  position: absolute;
  color: inherit;
  opacity: 1;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon:after {
  content: "\10f105";
  color: inherit;
  opacity: 0.4;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon.open {
  transform: translateX(30px);
}
.sideMenu .menu_sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.25);
  transform: translate3d(-120%, 0, 0);
  transition: all 0.5s ease-in-out;
  padding-bottom: 50px;
  z-index: 1;
}
.sideMenu .menu_sub.open {
  transform: translate3d(0, 0, 0);
}
.sideMenu .menu_sub h3 a {
  font-family: "Arial";
  font-size: 18px;
  color: #1c1c1e;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  font-family: "Arial";
  font-size: 18px;
  color: #ffffff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

.header-tool {
  display: block;
  margin-left: 10px;
}
@media (min-width: 1201px) {
  .header-tool {
    display: none;
  }
}

.navbar-toggler {
  height: 37px;
  border: 1px solid #2f2f31;
  padding: 5px 8px;
}
.navbar-toggler span {
  background: #2f2f31;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

nav:not(.sideMenu) #tth-main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  align-items: center;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li {
  flex: 1 1 auto;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li > a {
  font: 700 15px/150% "Muli", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 10px;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li > a:after {
  content: unset;
  display: none;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:first-of-type > li.first a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:first-of-type > li.first a i {
  font-size: 0.8275862069rem;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:last-child {
  justify-content: flex-end;
  margin-left: auto;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul {
  display: none !important;
  padding: 0;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li {
  padding: 0;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a {
  display: block;
  color: #fff;
  background: #006cf2;
  padding: 10px 0;
  padding-left: 3rem;
  padding-right: 2rem;
  position: relative;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:before {
  content: "\f1b0";
  font: 900 10px/150% "Font Awesome 5 Pro";
  color: inherit;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:hover, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:focus, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a.current {
  color: #333;
  background: #fff;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:hover:before, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:focus:before, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a.current:before {
  color: #006cf2;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: ease 0.5s;
}

.change .icon-bar:first-child {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.change .icon-bar:nth-child(2) {
  opacity: 0;
}
.change .icon-bar:last-child {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

#search {
  padding-right: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #search {
    display: block;
    padding-right: 0;
  }
}
#search .search {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
#search i {
  font-size: 18px;
}
#search i:after {
  opacity: 0.9;
}
#search:hover i:before {
  color: #f80000;
}

.bottom_header {
  background: #FEE7F1;
}
.bottom_header .container_menu {
  max-width: 1140px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bottom_header.fixed_menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .bottom_header {
    display: none;
  }
}

@media (min-width: 1201px) {
  header .user-tool {
    display: none;
  }
}
header .user-tool .user-toggler {
  background: #FFF;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  padding: 0;
}
header .user-tool .user-toggler picture {
  width: 100%;
  height: 100%;
}
footer {
  background: #FEE7F1;
}
footer div.footer_title {
  font-family: var(--font_QSBold);
  font-size: 18px;
  color: #211008;
  text-transform: uppercase;
  display: block;
  line-height: unset;
  text-align: left;
  padding-bottom: 15px;
}
footer .hotline {
  font-family: var(--font_QSMedium);
  font-size: 18px;
  color: #3a3a3c;
  position: relative;
}
footer .hotline:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 46px;
  background: #9c9c9d;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1100px) {
  footer .hotline:after {
    display: block;
  }
}
footer .hotline .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  footer .hotline .view {
    justify-content: center;
  }
}
footer .hotline .view img {
  margin-right: 30px;
  animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
}
footer .hotline .view div.text a {
  font-family: var(--font_QSBold);
  color: #3a3a3c;
}
footer .top {
  padding: 50px 0 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  footer .top {
    margin-right: -15px;
    padding: 30px 0 5px;
  }
}
footer .footer_logo {
  width: 210px;
  margin-right: 55px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  footer .footer_logo {
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 700px) {
  footer .footer_logo {
    width: 100%;
  }
}
footer .footer_logo > a {
  padding-bottom: 20px;
}
footer .footer_logo > a > img {
  max-width: 210px;
}
footer .footer_logo .list_social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 0;
  transition: all 300ms ease 0s;
}
@media (min-width: 992px) {
  footer .footer_logo .list_social {
    justify-content: center;
  }
}
footer .footer_logo .list_social a {
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_logo .list_social a:last-child {
  margin-right: 0;
}
footer .footer_logo .list_social a i.icon-facebook {
  content: "";
  background: url("../../../../../resources/images/use/facebook.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 25px;
  display: block;
}
footer .footer_logo .list_social a i.icon-facebook:hover {
  background: url("../../../../../resources/images/use/facebook_hover.png") center center no-repeat;
  filter: none;
}
footer .footer_logo .list_social a i.icon-instagram {
  content: "";
  background: url("../../../../../resources/images/use/instagram.png") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
}
footer .footer_logo .list_social a i.icon-instagram:hover {
  background: url("../../../../../resources/images/use/instagram_hover.png") center center no-repeat;
  filter: none;
}
footer .footer_logo .list_social a i.icon-tiktok {
  content: "";
  background: url("../../../../../resources/images/use/tiktok.png") center center no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  display: block;
}
footer .footer_logo .list_social a i.icon-tiktok:hover {
  background: url("../../../../../resources/images/use/tiktok_hover.png") center center no-repeat;
  filter: none;
}
footer .footer_logo .list_social a i.icon-youtube {
  content: "";
  background: url("../../../../../resources/images/use/youtube.png") center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 29px;
  display: block;
}
footer .footer_logo .list_social a i.icon-youtube:hover {
  background: url("../../../../../resources/images/use/youtube_hover.png") center center no-repeat;
  filter: invert(1);
}
footer .footer_logo .list_social a i.icon-zalo {
  content: "";
  background: url("../../../../../resources/images/use/zalo.png") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
}
footer .footer_logo .list_social a i.icon-zalo:hover {
  background: url("../../../../../resources/images/use/zalo_hover.png") center center no-repeat;
  filter: none;
}
footer .footer_company {
  width: 100%;
  padding-right: 15px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  footer .footer_company {
    width: calc(100% - 265px - 40%);
  }
}
footer .footer_company .list_item p {
  font-size: 16px;
  color: #211008;
  padding: 0 0 6px;
}
footer .footer_company .list_item p:last-child {
  padding: 0 0 0;
}
footer .footer_company .list_item p a {
  color: #211008;
}
footer .footer_fanpage {
  width: 20%;
  padding-right: 0;
}
@media (max-width: 992px) {
  footer .footer_fanpage {
    width: auto;
    flex: 1 1 auto;
    padding-right: 15px;
  }
}
footer .menu {
  padding-right: 15px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  footer .menu {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 993px) {
  footer .menu.menu1 {
    width: 20%;
  }
  footer .menu.menu2 {
    width: 20%;
  }
}
footer .menu > ul > li, footer .menu-item > ul > li {
  padding-bottom: 6px;
}
footer .menu > ul > li:last-child, footer .menu-item > ul > li:last-child {
  padding-bottom: 0;
}
footer .menu > ul > li a, footer .menu-item > ul > li a {
  color: #211008;
  font-size: 16px;
  position: relative;
  padding-left: 13px;
}
footer .menu > ul > li a:before, footer .menu-item > ul > li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #211008;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .menu > ul > li a:hover, footer .menu-item > ul > li a:hover {
  color: #f0cccd;
}
footer .menu > ul > li ul, footer .menu-item > ul > li ul {
  display: none;
}
footer .bottom {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 30px;
}
@media (min-width: 992px) {
  footer .bottom {
    max-width: 85%;
  }
}
footer .bottom .register_email {
  background: #ffffff;
  padding: 15px 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .bottom .register_email {
    justify-content: space-between;
  }
}
footer .bottom .register_email .mail_title {
  font-family: var(--font_QSMedium);
  font-size: 18px;
  color: #3a3a3c;
  align-items: center;
  display: none;
}
@media (min-width: 601px) {
  footer .bottom .register_email .mail_title {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  footer .bottom .register_email .mail_title {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
@media (max-width: 823px) {
  footer .bottom .register_email .mail_title .content {
    display: none;
  }
}
footer .bottom .register_email .mail_title:before {
  content: "";
  background: url("../../../../../resources/images/use/reg-icon.png") center center no-repeat;
  background-size: contain;
  flex: 0 0 55px;
  width: 45px;
  height: 45px;
  display: block;
  margin-right: 35px;
}
footer .bottom .register_email .small_title {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  footer .bottom .register_email .small_title {
    border-left: 1px solid #9c9c9d;
    flex: 0 0 auto;
    max-width: 30%;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  footer .bottom .register_email .small_title {
    flex: 0 0 350px;
    max-width: 350px;
    padding-left: 30px;
  }
}
footer .bottom .register_email .small_title p {
  font-size: 16px;
  color: #333335;
}
footer .bottom .register_email #form_res_email {
  width: 100%;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer .bottom .register_email #form_res_email {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer .bottom .register_email #form_res_email {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
footer .bottom .register_email #form_res_email:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 46px;
  background: #9c9c9d;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1100px) {
  footer .bottom .register_email #form_res_email:after {
    display: block;
  }
}
footer .bottom .register_email #form_res_email .register_input {
  font-size: 16px;
  color: #333;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 5px 15px;
}
footer .bottom .register_email #form_res_email .register_input::-moz-placeholder {
  color: #333335;
}
footer .bottom .register_email #form_res_email .register_input::placeholder {
  color: #333335;
}
footer .bottom .register_email #form_res_email .btn_send {
  background: #b40007;
  border: 0;
  position: absolute;
  right: 0;
  width: 65px;
  height: 40px;
  cursor: pointer;
}
footer .bottom .register_email #form_res_email .btn_send i {
  color: #ffffff;
  font-size: 20px;
}
footer .view_mst {
  padding: 0 0 20px;
}
footer .view_mst .row {
  justify-content: space-between;
  align-items: center;
}
footer .view_mst .row .item_mst {
  padding: 0 15px 15px;
}
@media (min-width: 992px) {
  footer .view_mst .row .item_mst {
    padding: 0 15px;
  }
}
footer .view_mst .row .item_mst p {
  font-family: var(--font_regular);
  font-size: 16px;
  color: #211008;
}
footer .view_mst .row .bct {
  padding: 0 15px;
}
footer .copyright {
  background: #b40007;
  padding: 1.5rem 0;
  font-family: var(--font_QSBlight);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  footer .copyright {
    padding: 1.5rem 0;
  }
}
footer .copyright a:hover {
  text-decoration: underline;
}

body {
  font-size: 14px;
  font-family: Quicksand-Regular, sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#ims-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2);
  background-size: 150px;
  margin: 0;
}

/* --------------- Wrapper --------------- */
#ims-wrapper {
  width: 100%;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #ims-wrapper {
    padding-top: 0;
  }
}

/* --------------- Header --------------- */
#BactoTop {
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 50%;
  position: fixed;
  right: 32px;
  bottom: 90px;
  transition: all 0.7s ease-in-out;
  color: #b40007;
  text-align: center;
  font-size: 25px;
  z-index: 1002;
  border: 1px solid #b40007;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#BactoTop i {
  font-size: 20px;
}

.form-control {
  border: 1px solid #e0e0e0;
}

.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block;
  width: 100%;
}
.text-ellipsis a {
  width: 100%;
}

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: 0.8s spin linear infinite;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.overlay, .sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  transition: all ease 0.2s;
}
.overlay.open {
  left: 0;
  right: 0;
}

.main-nav {
  margin-left: auto;
  margin-bottom: 0;
  z-index: 10;
  justify-content: flex-start;
  padding: 0;
}

.topnav {
  margin-top: 15px;
}
.topnav .row {
  background: #fff;
  align-items: center;
}
.topnav #menu-product {
  flex: 0 0 22%;
  max-width: 22%;
  color: #fff;
  background: #ff9000;
  align-items: center;
  padding: 0;
  position: relative;
}
.topnav #menu-product:hover .arrow-down span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 14px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(2) {
  left: 0px;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(3) {
  left: 7px;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}
.topnav #menu-product .arrow-down {
  width: 18px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.topnav #menu-product .arrow-down span {
  background-color: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.topnav #menu-product .arrow-down span:nth-child(1) {
  width: 100%;
  height: 2px;
  display: block;
  top: 0px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(2) {
  width: 100%;
  height: 2px;
  display: block;
  top: 6px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(3) {
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0px;
  left: 0px;
}
.topnav #menu-product li.nav-item {
  height: 100%;
  position: unset;
}
.topnav #menu-product li.nav-item > a {
  font: 700 16.24px/1 Quicksand-Regular, sans-serif;
  text-transform: uppercase;
  padding: 2px 15px;
}
.topnav #menu-product li.nav-item > a .sub-arrow {
  display: none;
}
.topnav #menu-product li.nav-item > ul {
  width: 100% !important;
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li {
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product li.nav-item > ul > li a.current {
  color: #333 !important;
  font-weight: bold;
}
.topnav #menu-product li.nav-item > ul > li a .icon {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product li.nav-item > ul > li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.topnav #menu-product li.nav-item > ul > li a .text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnav #menu-product li.nav-item > ul > li ul {
  background: #fff;
  display: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px !important;
  min-height: 100%;
  position: absolute;
  top: 0 !important;
  padding: 0;
  margin-top: 0 !important;
}
.topnav #menu-product li.nav-item ul li {
  padding: 0;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow {
  display: block;
  color: transparent;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow:before {
  content: "\f105";
  font: 400 15px/150% "Font Awesome 5 Pro", sans-serif;
}
.topnav #menu-product li.nav-item ul li:hover, .topnav #menu-product li.nav-item ul li:focus, .topnav #menu-product li.nav-item ul li.active {
  color: #333333;
  font-weight: bold;
  background: #eceff1;
}
.topnav #menu-product li.nav-item ul li:hover > a, .topnav #menu-product li.nav-item ul li:focus > a, .topnav #menu-product li.nav-item ul li.active > a {
  color: inherit !important;
}
.topnav #menu-product li.nav-item ul li:hover > a .sub-arrow, .topnav #menu-product li.nav-item ul li:focus > a .sub-arrow, .topnav #menu-product li.nav-item ul li.active > a .sub-arrow {
  color: inherit;
}
.topnav #menu-product .menu-all li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product .menu-all li a .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product .menu-all li a .icon i {
  color: #da251c;
}

.feature:not(.slick-slider) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------****------Content------****------*/
#container #ims-content {
  display: block;
  min-height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  #container #ims-content {
    order: -1;
    margin-bottom: 35px;
  }
}
#container .row_c_m #ims-column_left {
  display: block;
  min-height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 993px) {
  #container .row_c_m #ims-column_left {
    width: 255px;
  }
}
@media (min-width: 993px) {
  #container .row_c_m #ims-content {
    width: calc(100% - 255px);
    padding-left: 3%;
  }
}
@media (min-width: 993px) {
  #container .row_m_c #ims-content {
    width: calc(100% - 338px);
    padding-right: 2.9%;
  }
}
#container .row_m_c #ims-column {
  display: block;
  min-height: 1px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 993px) {
  #container .row_m_c #ims-column {
    width: 338px;
  }
}

/* ------****------Paginate------****------*/
.paginate {
  padding: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.paginate .pagetotal {
  background: transparent;
  display: none;
  padding: 0 2px;
  color: #fff;
}
.paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
  font-size: 16px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #393939;
  border-radius: 3px;
  background: #f6f6f6;
}
.paginate .pagelink:hover, .paginate .pagecur:hover, .paginate .btnPage:hover {
  background: rgba(180, 0, 7, 0.7);
  color: #FFF;
}
.paginate .btnPage {
  background: #f6f6f6;
}
.paginate .btnPage i:before {
  color: #808080;
  font-size: 21.3px;
}
.paginate .btnPage:hover i:before {
  color: #FFF;
}
.paginate .pagecur, .paginate .pagecur:hover {
  background: #ec121a;
  color: #FFF;
}

/* ----------------------------------------*/
#main_slide {
  position: relative;
}
#main_slide .row_item {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: none;
}
#main_slide .row_item.slick-initialized {
  display: block;
}
#main_slide .item a {
  width: 100%;
}
#main_slide .item a img {
  width: 100%;
  height: auto;
}
#main_slide .slick-arrow {
  width: 28px;
  height: 43px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media (max-width: 992px) {
  #main_slide .slick-arrow {
    width: 24px;
    height: 35px;
  }
}
#main_slide .slick-arrow.slick-prev {
  border-radius: 0 4px 4px 0;
  left: 0;
}
#main_slide .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #b40007;
  opacity: 1;
  font-size: 16px;
}
#main_slide .slick-arrow.slick-next {
  border-radius: 4px 0 0 4px;
  right: 0;
}
#main_slide .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #b40007;
  opacity: 1;
  font-size: 16px;
}

#banner_in {
  position: relative;
}
#banner_in div.item {
  width: 100%;
}
#banner_in div.item a {
  width: 100%;
}
#banner_in div.item img {
  width: 100%;
}
#banner_in .slide_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner_in .slide_text .wrap_title {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 18px 215px 22px 0;
}
@media (max-width: 992px) {
  #banner_in .slide_text .wrap_title {
    padding: 10px 150px 10px 0;
  }
}
#banner_in .slide_text .wrap_title:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 100%;
  top: 0;
}
#banner_in .slide_text h2.title {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #ffdd47;
  padding-bottom: 19px;
}
@media (max-width: 992px) {
  #banner_in .slide_text h2.title {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text h2.title {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text .ims_navigation {
    display: none;
  }
}

/* ----------------------------------------*/
.brand_scroll {
  background: #FFF;
  padding: 25px 0;
}
.brand_scroll .brand_scroll-content {
  margin: 0 -7px;
  display: flex;
}
.brand_scroll .slick-track {
  display: flex;
  align-items: center;
}
.brand_scroll .item {
  padding: 0 7px;
  text-align: center;
}
.brand_scroll .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* ------****------Footer------****------*/
#ims-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

/* ------****------Scroll------****------*/
#ims-scroll_left {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  left: 12px;
  overflow: hidden;
  margin: 0;
}

#ims-scroll_right {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  right: 0;
  overflow: hidden;
  margin: 0;
}

.class_top {
  top: 536px !important;
}

/* ----------------- Product ----------------- */
.loading_spin {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.0509803922);
  pointer-events: none !important;
}
.loading_spin:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-top-color: rgba(0, 0, 0, 0) !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.loading_red:after {
  border: 2px solid #ff424e;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------------------------------- */
.hotline.sticky {
  position: fixed;
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  z-index: 100;
  width: 55px;
  height: 55px;
  background: url("../../../../../resources/images/hotline_sticky.png") center no-repeat;
  animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
  display: flex;
  bottom: 133px;
  right: 27px;
}
.hotline.sticky span {
  font: 600 25px/150% Quicksand-Regular, sans-serif;
  color: #fff;
  background: #035d91;
  border-radius: 25px;
  display: none;
  opacity: 0;
  padding: 0 10px;
  transition: all 300ms ease;
}
.hotline.sticky:hover span, .hotline.sticky:focus span {
  opacity: 1;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.bottom_phone {
  background: #006cf2;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
@media (min-width: 992px) {
  .bottom_phone {
    display: none;
  }
}
.bottom_phone .item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border-right: 1px solid gainsboro;
  padding: 10px 3px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  color: inherit;
  font-size: 14px;
}
.bottom_phone .item a {
  color: inherit;
}

.captcha {
  line-height: 30px;
  display: flex;
  align-items: center;
}
.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041;
}
.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.captcha .captcha-group {
  display: inline-flex;
  align-items: center;
}

.lazy[data-src] {
  opacity: 0;
}
.lazy[data-src].loaded {
  opacity: 1;
}

.ui-autocomplete {
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a {
  display: flex;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a img {
  width: 50px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info h3 {
  font-family: SFProDisplay-Medium;
  padding-bottom: 3px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info .price_format span {
  color: #FF0000;
}

#ims-wrapper {
  background: #ffffff;
}

.full {
  padding: 39px 0 12px;
}

#box_menu_user.box_other {
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
  margin-bottom: 0;
  background: #fff;
  transform: translateX(100%);
}
#box_menu_user.box_other.openside {
  transform: translateX(0);
  height: 100%;
  display: block;
  overflow-y: auto;
}
#box_menu_user.box_other .user-toggler {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f9f9f8;
  border: 1px solid #0057ff;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  #box_menu_user.box_other .user-toggler {
    display: block !important;
  }
}
#box_menu_user.box_other .user-toggler i {
  color: #0057ff;
}
#box_menu_user.box_other .user_info {
  border-bottom: 6px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
#box_menu_user.box_other .user_info .user_img {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
#box_menu_user.box_other .user_info .user_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#box_menu_user.box_other .user_info .user_name {
  font: 400 16px/1.2 Quicksand-Regular, sans-serif;
  color: #7a7a7a;
  flex: 1 1 auto;
  padding-left: 15px;
}
#box_menu_user.box_other .user_info .user_name span {
  font: 600 24px/1.2 "SFProDisplay-Semibold";
  color: #0155f5;
  display: block;
}
#box_menu_user.box_other .box_menu_user li a {
  font: 400 14px/150% Quicksand-Regular, sans-serif;
  color: #484848;
  display: flex;
  padding: 8px 0;
  padding-left: 40px;
  position: relative;
}
#box_menu_user.box_other .box_menu_user li a.current {
  background: #ececec;
}
#box_menu_user.box_other .box_menu_user li a label {
  margin: 0;
  cursor: pointer;
}
#box_menu_user.box_other .box_menu_user li a label i {
  font-size: 1.2413793103rem;
  color: #a6a6a6;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
#box_menu_user.box_other .box_menu_user li a .noti-count {
  font: 400 13px/1 Quicksand-Regular, sans-serif;
  color: #fff;
  background: #9f9f9f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  margin: 0 5px;
  margin-left: auto;
  position: relative;
}/*# sourceMappingURL=layout.css.map */