/*Add font ================================*/
html {
  font-size: 14px;
}
@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: 15px;
  padding-right: 15px;
}
@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
}

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

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

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:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}
.img > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease 0s;
}

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

.btn-orange {
  font: 400 18px/150% "Sarabun";
  color: #fff;
  background: #FE6505;
  border-radius: 4px;
  min-width: 162px;
  min-height: 47px;
}

.btn-red {
  font: 400 18px/150% "Sarabun";
  color: #fff;
  background: #D80F00;
  border-radius: 4px;
  min-width: 162px;
  min-height: 47px;
}

.btn-green {
  font: 400 18px/150% "Sarabun";
  color: #fff;
  background: #25AB0C;
  border-radius: 4px;
  min-width: 162px;
  min-height: 47px;
}

: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% SFProDisplay-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;
  margin-bottom: 0;
}

button {
  border: none;
  cursor: pointer;
}

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

.ims_navigation {
  width: 100%;
  padding: 15px 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 {
  width: 16px;
  height: 14px;
  background: url("../../../../../resources/images/use/home.png") no-repeat;
  background-size: contain;
}
.ims_navigation ol li:first-child a span {
  display: none;
}
.ims_navigation ol li:last-child {
  padding-right: 0;
}
.ims_navigation ol li:not(:first-child):before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  color: #4f4f4f;
  left: 0;
  font-size: 12px;
}
.ims_navigation ol li:nth-child(2) {
  padding-left: 0;
}
.ims_navigation ol li:nth-child(2):before {
  display: none;
}
@media (max-width: 768px) {
  .ims_navigation ol li.current {
    display: none;
  }
}
.ims_navigation ol li a {
  font-size: 15px;
  color: #2b2b2b;
}
.ims_navigation ol li a.current {
  color: #ff0000;
}

/*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;
}
.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: 54px;
  height: 54px;
  background: url("../../../../../resources/images/use/icon_play.png") no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .video .video_item a.view:after {
    width: 50px;
    height: 50px;
  }
}
.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;
}

.customer_review {
  padding: 46px 0 73px;
}
@media (max-width: 992px) {
  .customer_review {
    padding: 30px 0 40px;
  }
}
.customer_review .general_title {
  padding-bottom: 36px;
}
@media (max-width: 992px) {
  .customer_review .general_title {
    padding-bottom: 20px;
  }
}
.customer_review .list_item {
  background: rgba(234, 105, 1, 0.13);
  padding: 32px 0 40px;
  max-width: 1058px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .customer_review .list_item {
    padding: 30px 0 35px;
  }
}
.customer_review .list_item .item {
  padding: 0 20px;
}
.customer_review .list_item .item .wrap_item {
  max-width: 646px;
  margin: auto;
}
.customer_review .list_item .item .logo {
  padding-bottom: 28px;
}
@media (max-width: 992px) {
  .customer_review .list_item .item .logo {
    padding-bottom: 20px;
  }
}
.customer_review .list_item .item .logo img {
  max-height: 38px;
  margin: auto;
}
.customer_review .list_item .item .content {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 43px;
}
@media (max-width: 992px) {
  .customer_review .list_item .item .content {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
.customer_review .list_item .item .content p {
  line-height: 24px;
}
.customer_review .list_item .item .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer_review .list_item .item .info .img {
  width: 76px;
}
.customer_review .list_item .item .info .img a {
  padding-top: 100%;
  border-radius: 50%;
}
.customer_review .list_item .item .info .img a img {
  width: 100%;
}
.customer_review .list_item .item .info .info_right {
  max-width: calc(100% - 76px);
  padding-left: 14px;
}
.customer_review .list_item .item .info .info_right .title {
  font-size: 20px;
  font-weight: 500;
  color: #C95B0E;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .customer_review .list_item .item .info .info_right .title {
    font-size: 18px;
  }
}
.customer_review .list_item .item .info .info_right .job {
  font-weight: 300;
  font-style: italic;
}
.customer_review .list_item .slick-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media (max-width: 900px) {
  .customer_review .list_item .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.customer_review .list_item .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.54px;
  height: 24.58px;
  opacity: 1;
}
@media (max-width: 900px) {
  .customer_review .list_item .slick-arrow:before {
    width: 10px;
    height: 18px;
  }
}
.customer_review .list_item .slick-arrow.slick-prev {
  left: 30px;
}
@media (max-width: 900px) {
  .customer_review .list_item .slick-arrow.slick-prev {
    left: -15px;
  }
}
.customer_review .list_item .slick-arrow.slick-prev:before {
  background: url("../../../../../resources/images/use/left.svg") no-repeat;
  background-size: contain;
}
.customer_review .list_item .slick-arrow.slick-next {
  right: 30px;
}
@media (max-width: 900px) {
  .customer_review .list_item .slick-arrow.slick-next {
    right: -15px;
  }
}
.customer_review .list_item .slick-arrow.slick-next:before {
  background: url("../../../../../resources/images/use/right.svg") no-repeat;
  background-size: contain;
}

/*----------------END----------------*/
header {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease 0s;
}
header.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  header.fixed_menu .logo {
    padding: 5px 0 !important;
  }
  header.fixed_menu .logo a:first-child img {
    max-height: 50px !important;
  }
  header.fixed_menu .logo a img {
    max-height: 52px;
  }
  header.fixed_menu .right_header .top #box_lang {
    height: 0;
    overflow: hidden;
  }
}
header.fixed_menu .menu-wrapper > li ul {
  background: rgba(27, 30, 49, 0.95) !important;
}
header .header-top {
  background: #C95B0E;
  font-size: 15px;
  font-weight: 300;
  padding: 9px 0 5px;
  position: relative;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header-top .container .text {
  font-style: italic;
  padding-bottom: 3px;
  width: 33%;
  margin: 0 -10px;
}
@media (max-width: 700px) {
  header .header-top .container .text {
    display: none;
  }
}
header .header-top .container .text .slide_top {
  width: 100%;
  display: flex;
}
header .header-top .container .text .slide_top > .banner_item:not(:first-child) {
  display: none;
}
header .header-top .container .text .banner_item {
  padding: 0 10px;
}
header .header-top .container .right {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end;
}
header .header-top .container .right .item {
  padding-right: 4.2%;
  padding-bottom: 3px;
}
@media (max-width: 992px) {
  header .header-top .container .right .item {
    padding-right: 15px;
  }
  header .header-top .container .right .item:nth-child(4) {
    display: none;
  }
  header .header-top .container .right .item:nth-child(3) {
    padding-right: 0;
  }
}
@media (max-width: 425px) {
  header .header-top .container .right .item:nth-child(2) {
    display: none;
  }
}
header .header-top .container .right .item a {
  display: flex;
  align-items: center;
}
header .header-top .container .right .item a img {
  margin-right: 7px;
}
header .header-bottom {
  transition: all 300ms ease 0s;
}
header .header-bottom .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .header-bottom .logo {
  width: auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 993px) {
  header .header-bottom .logo {
    padding: 20px 0;
  }
}
@media (min-width: 993px) {
  header .header-bottom .logo a:first-child img {
    max-height: 62px;
  }
}
header .header-bottom .logo a:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 993px) {
  header .header-bottom .logo a:not(:last-child) {
    margin-right: 29px;
  }
}
header .header-bottom .logo img {
  max-width: 100%;
  width: auto;
  max-height: 45px;
  transition: all 300ms ease 0s;
}
@media (min-width: 993px) {
  header .header-bottom .logo img {
    max-height: 70px;
  }
}
header .header-bottom .right_header {
  padding-left: 10px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 993px) {
  header .header-bottom .right_header {
    display: block;
  }
}
#box_lang {
  display: flex;
  justify-content: flex-end;
  transition: all 300ms ease 0s;
  height: 38px;
}
#box_lang ul {
  position: relative;
  background: #FFF2F4;
  display: flex;
  color: #FF5170;
  font-weight: 500;
  padding: 6px 16px 8px 18px;
  border-radius: 5px;
  min-width: 161px;
}
@media (max-width: 992px) {
  #box_lang ul {
    padding: 6px 8px 7px 8px;
    min-width: 121px;
  }
}
#box_lang ul:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#box_lang ul:hover li:not(.current) {
  padding: 6px 16px 8px 18px;
  display: flex;
  background: #FFF2F4;
  border-radius: 0 0 5px 5px;
}
#box_lang ul span {
  padding-right: 4px;
}
@media (max-width: 400px) {
  #box_lang ul span {
    display: none;
  }
}
#box_lang ul li {
  text-align: left;
  width: 100%;
}
#box_lang ul li.current {
  padding-right: 21px;
  position: relative;
}
@media (max-width: 992px) {
  #box_lang ul li.current {
    padding-right: 15px;
  }
}
#box_lang ul li.current:after {
  content: "";
  width: 9px;
  height: 6px;
  background: url("../../../../../resources/images/use/right_lang.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#box_lang ul li:not(.current) {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  text-align: right;
  min-width: 100%;
  padding-right: 37px;
  padding-bottom: 8px;
  z-index: 1000;
}
@media (max-width: 992px) {
  #box_lang ul li:not(.current) {
    padding-right: 22px;
  }
}
#box_lang ul li a {
  padding-left: 32px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 375px) {
  #box_lang ul li a {
    padding-left: 30px;
    font-size: 13px;
  }
}
#box_lang ul li a:before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 375px) {
  #box_lang ul li a:before {
    top: 2px;
  }
}
#box_lang ul li a.flag_vi:before {
  background: url("../../../../../resources/images/use/flag_vi.png") no-repeat;
  background-size: contain;
}
#box_lang ul li a.flag_jp:before {
  background: url("../../../../../resources/images/use/flag_jp.png") no-repeat;
  background-size: contain;
}
#box_lang ul li a.current {
  pointer-events: none;
}

.box_search {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 1;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease 0s;
}
@media (min-width: 993px) {
  .box_search {
    width: 30%;
    display: block;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    position: unset;
    height: unset;
  }
}
.box_search.show {
  height: 35px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.box_search form {
  position: relative;
}
.box_search .btn_search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  background: url("../../../../../resources/images/use/icon_search.svg") no-repeat center;
  width: 14px;
  height: 100%;
  border: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 0 3px 3px 0;
}
.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: #F8F7FA;
  height: 44px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 28px;
  outline: none;
  color: #000;
  width: 100%;
  font-weight: 300;
}
.box_search .text_search::-moz-placeholder {
  color: #979797;
}
.box_search .text_search::placeholder {
  color: #979797;
}
@media (max-width: 992px) {
  .box_search .text_search {
    height: 35px;
    background: #FFF;
  }
}
.box_search .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.header_user {
  text-align: right;
  position: relative;
}
.header_user ul.sign_group {
  display: inline-flex;
  align-items: center;
}
.header_user ul.sign_group li {
  display: inline-flex;
  align-items: center;
}
.header_user ul.sign_group li:first-child {
  padding-right: 12px;
  position: relative;
}
.header_user ul.sign_group li:first-child:after {
  content: "/";
  position: absolute;
  right: 3px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.header_user ul.sign_group li a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #4A4647;
}
.header_user ul.sign_group li a i.fa-user {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../../../../../resources/images/use/icon_user.svg") no-repeat center;
  background-size: contain;
  margin-right: 9px;
}
.header_user ul.sign_group li a i.fa-user:before {
  display: none;
}
.header_user ul.log_group {
  display: inline-flex;
  align-items: center;
}
.header_user ul.log_group li.info {
  position: relative;
}
.header_user ul.log_group li.info .text {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.header_user ul.log_group li.info .text .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
}
.header_user ul.log_group li.info .text span {
  padding: 0 10px;
  font-size: 15px;
}
.header_user ul.log_group li.info .text i.fa-user-circle {
  font-size: 38px;
  line-height: 38px;
}
.header_user ul.log_group li.info .text i.fa-angle-down {
  font-size: 16px;
}
.header_user ul.log_group li.info .box_signin {
  min-width: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: 0.2s ease-out;
  transform: translateY(-30px);
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 5px 0;
}
.header_user ul.log_group li.info .box_signin .list_link a {
  text-align: right;
  white-space: nowrap;
  color: #4D4D4D;
  height: auto;
  display: block;
  padding: 5px 20px;
}
.header_user ul.log_group li.info .box_signin .list_link a:hover {
  color: #224893;
}
.header_user ul.log_group li.info:hover .box_signin {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: 0.3s ease-in;
  transform: translateY(0px);
}
.header_user ul.log_group li.info:hover .box_signin a {
  display: block;
}
.header_user ul.log_group li.noti {
  font-size: 22px;
  margin-left: 20px;
  position: relative;
}
.header_user ul.log_group li.noti .num {
  font-size: 10px;
  color: #fff;
  background: #D80F00;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: -10px;
}

.header_cart {
  position: relative;
}
@media (min-width: 1201px) {
  .header_cart {
    flex: 0.5 1 auto;
  }
}
.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 {
  width: 35px;
  height: 35px;
  background: url("../../../../../resources/images/use/cart.png") no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 1200px) {
  .header_cart > a > i {
    width: 30px;
    height: 30px;
  }
}
.header_cart > a > i:before, .header_cart > a > i:after {
  display: none;
}
.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;
}
@media (min-width: 426px) {
  .header_cart > a > i .num_cart {
    display: none;
  }
}
.header_cart .text {
  padding-left: 8px;
  display: none;
}
@media (min-width: 426px) {
  .header_cart .text {
    display: block;
  }
}
@media (max-width: 1180px) {
  .header_cart .text {
    padding-left: 2px;
  }
}
.header_cart .text span.num {
  color: #ffe400;
  font-family: SFProDisplay-Bold;
  display: inline-block;
  margin-bottom: -4px;
}
.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;
}

#main_menu {
  display: none;
  flex-grow: 1;
  max-width: 1064px;
  margin-left: auto;
}
@media (min-width: 993px) {
  #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;
}
#main_menu .menu-wrapper .sub-arrow {
  display: none !important;
}
#main_menu .menu-wrapper > li {
  padding: 0 5px;
}
#main_menu .menu-wrapper > li:first-child {
  padding-left: 0;
}
#main_menu .menu-wrapper > li:last-child {
  padding-right: 0;
}
#main_menu .menu-wrapper a {
  display: block;
  color: #333333;
}
#main_menu .menu-wrapper a span {
  max-width: 100%;
  white-space: pre-wrap;
}
#main_menu .menu-wrapper a span.text {
  position: relative;
}
#main_menu .menu-wrapper a span.text span {
  position: absolute;
  left: calc(100% + 8px);
  top: -6px;
}
#main_menu .menu-wrapper > li {
  position: relative;
}
#main_menu .menu-wrapper > li .dropdown-toggle:after {
  display: none;
}
#main_menu .menu-wrapper > li:hover > a + ul {
  display: block;
}
#main_menu .menu-wrapper > li > a {
  height: 59px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}
#main_menu .menu-wrapper > li > a.current, #main_menu .menu-wrapper > li > a:hover {
  color: #FF5170;
  position: relative;
}
#main_menu .menu-wrapper > li > a.current:before, #main_menu .menu-wrapper > li > a:hover:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF5170;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main_menu .menu-wrapper > li > a + ul {
  top: 100%;
  left: 0;
  display: none;
  transition: all 500ms ease 0s;
  position: absolute;
  margin-top: 0;
  padding-top: 10px;
}
#main_menu .menu-wrapper > li > a + ul > .menu_sub {
  display: flex;
  flex-wrap: wrap;
}
#main_menu .menu-wrapper > li > a + ul > .menu_sub > li > a {
  color: #FFF;
  margin-bottom: 10px;
}
#main_menu .menu-wrapper > li > a + ul > .menu_sub > li > .dropdown-menu {
  padding: 10px 0;
}
#main_menu .menu-wrapper > li > a + ul > .menu_sub > li > .dropdown-menu li:not(:last-child) {
  padding-bottom: 10px;
}
#main_menu .menu-wrapper > li > a + ul > .menu_sub > li > .dropdown-menu ul {
  display: none;
}
#main_menu .menu-wrapper > li > a + ul > div {
  position: relative;
}
#main_menu .menu-wrapper > li > a + ul > div > div > li {
  border-bottom: 1px solid #dcd8d8;
}
#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 {
  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: relative;
}
#main_menu .menu-wrapper > li > a + ul li ul {
  left: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
}
#main_menu .menu-wrapper > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  background: rgba(27, 30, 49, 0.6);
  min-width: 250px !important;
  padding: 0;
  border-radius: 10px;
  border: none;
}
#main_menu .menu-wrapper > li ul li {
  position: relative;
  padding: 0 12px;
}
#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 a {
  display: block !important;
  position: relative;
  font-size: 16px;
}
#main_menu .menu-wrapper > li ul li a:hover, #main_menu .menu-wrapper > li ul li a.current {
  background: none !important;
}
#main_menu .menu-wrapper > li ul li a .icon {
  display: none;
}
#main_menu .menu-wrapper > li ul li a span {
  line-height: 21px;
}

.sideMenu {
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-100%);
}
@media (max-width: 1200px) {
  .sideMenu {
    width: 500px;
    min-height: 70vh;
  }
}
@media (max-width: 992px) {
  .sideMenu {
    width: 360px;
    min-height: 70vh;
  }
}
@media (max-width: 360px) {
  .sideMenu {
    width: 100%;
  }
}
.sideMenu.open {
  transform: translateX(0);
  display: block;
  overflow-y: auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sideMenu .navbar-toggler {
  position: absolute;
  border: 0;
  z-index: 10;
  top: 0;
  right: 0;
}
.sideMenu .navbar-toggler .icon-bar {
  background: #FFF;
}
.sideMenu .box_user {
  color: inherit;
  background: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 10px 45px 10px 10px;
}
.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: 15px;
  background: transparent;
  padding: 2px 8px;
  color: #FFF;
}
.sideMenu .box_user ul li a .fa-user {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../../../../resources/images/use/icon_user.svg) no-repeat center;
  background-size: contain;
  margin-right: 9px;
}
.sideMenu #ims-side-menu {
  min-height: calc(100% - 45px);
  padding: 12px 17px 50px 15px;
  position: relative;
}
.sideMenu #ims-side-menu a {
  font-size: 16px;
  color: #333333;
}
@media (max-width: 475px) {
  .sideMenu #ims-side-menu a {
    font-size: 14px;
  }
}
.sideMenu #ims-side-menu a.current {
  font-weight: 600;
  color: #f95d80;
}
.sideMenu #ims-side-menu a.dropdown-toggle::after {
  display: none;
}
.sideMenu #ims-side-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.sideMenu #ims-side-menu > ul > li ul {
  padding-left: 15px;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub {
  display: block !important;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul > li > a {
  display: flex;
  align-items: center;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul > li > a .icon {
  width: 15px;
  margin-right: 0.5rem !important;
  text-align: center;
  filter: grayscale(1);
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul > li > div.menu_sub > ul {
  padding-left: 22px;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul > li ul li div.icon {
  display: none !important;
}
.sideMenu #ims-side-menu h3 {
  display: none;
}
.sideMenu #ims-side-menu .menu_back {
  display: none;
}
.sideMenu #ims-side-menu ul {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  transition: all 500ms ease 0s;
}
.sideMenu #ims-side-menu ul li > a {
  flex: 0 0 calc(100% - 16px);
  max-width: calc(100% - 16px);
  display: block;
  padding: 7px 10px 7px 0;
  position: relative;
}
.sideMenu #ims-side-menu ul li > a .icon {
  display: none;
}
.sideMenu #ims-side-menu ul li > a p {
  display: inline-block;
}
.sideMenu #ims-side-menu ul li.has-submenu {
  position: relative;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon {
  color: #4A4647;
  width: 30px;
  height: 40px;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
  position: absolute;
  right: -6px;
  top: 0;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon:before {
  content: "\f105";
  position: absolute;
  color: inherit;
  opacity: 1;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon.open:before {
  content: "\f078";
  font-size: 16px;
}
@media (max-width: 992px) {
  .sideMenu .dropdown-menu {
    position: unset;
    display: block;
    float: none;
  }
}
.sideMenu .menu_sub {
  transition: all 500ms ease 0s;
  height: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sideMenu .menu_sub {
    position: unset;
    display: block;
  }
}
.sideMenu .menu_sub.open {
  height: unset !important;
}
.sideMenu .menu_sub h3 a {
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  color: #fff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

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

.navbar-toggler {
  height: 36px;
  border: 1px solid #f95d80;
}
.navbar-toggler span {
  background: #f95d80;
}
.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.8571428571rem;
}
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-left: 10px;
}
@media (min-width: 993px) {
  #search {
    padding-left: 15px;
  }
}
@media (min-width: 1180px) {
  #search {
    padding-left: 1.8%;
  }
}
#search .search {
  width: 19px;
  height: 19px;
  background: url("../../../../../resources/images/use/icon_search.png") no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

header .user-tool {
  padding-left: 10px;
}
@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%;
}
header .user-tool .user-toggler i {
  color: #0254f2;
}

footer {
  position: relative;
  color: #FFF;
  background: #f95d80;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .footer_title, footer .footer-menu-title, footer .banner_item .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  color: #CD0F1B;
  text-transform: uppercase;
  padding-bottom: 17px;
}
@media (max-width: 992px) {
  footer .footer_title, footer .footer-menu-title, footer .banner_item .title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
@media (max-width: 576px) {
  footer .footer_title, footer .footer-menu-title, footer .banner_item .title {
    font-size: 16px;
  }
}
footer .top {
  padding-top: 30px;
}
footer .footer_logo {
  width: 100%;
  padding-bottom: 7px;
}
footer .footer_logo .banner_item:not(:last-child) {
  padding-bottom: 12px;
}
footer .footer_logo img {
  max-width: 120px;
}
footer .menu, footer .menu-item {
  padding: 57px 0 38px;
}
@media (max-width: 992px) {
  footer .menu, footer .menu-item {
    padding: 30px 0 20px;
  }
}
footer .menu > ul, footer .menu-item > ul {
  display: flex;
  flex-wrap: wrap;
}
footer .menu > ul > li, footer .menu-item > ul > li {
  flex: 1 auto;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media (max-width: 375px) {
  footer .menu > ul > li, footer .menu-item > ul > li {
    width: 100%;
    flex: unset !important;
    text-align: left;
    padding: 0;
  }
}
footer .menu > ul > li:first-child, footer .menu-item > ul > li:first-child {
  flex: 0.5 auto;
  padding-left: 0;
}
@media (min-width: 376px) {
  footer .menu > ul > li:first-child, footer .menu-item > ul > li:first-child {
    text-align: left;
  }
}
footer .menu > ul > li:last-child, footer .menu-item > ul > li:last-child {
  flex: 0.5 auto;
  padding-right: 0;
}
@media (min-width: 376px) {
  footer .menu > ul > li:last-child, footer .menu-item > ul > li:last-child {
    text-align: right;
  }
}
footer .menu > ul > li:not(:last-child):after, footer .menu-item > ul > li:not(:last-child):after {
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -40%);
  border-radius: 50%;
}
@media (max-width: 992px) {
  footer .menu > ul > li:not(:last-child):after, footer .menu-item > ul > li:not(:last-child):after {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 375px) {
  footer .menu > ul > li:not(:last-child):after, footer .menu-item > ul > li:not(:last-child):after {
    display: none;
  }
}
footer .menu > ul > li ul, footer .menu-item > ul > li ul {
  display: none;
}
footer .list_social {
  display: flex;
  margin-right: -10px;
}
footer .list_social li {
  padding-right: 10px;
}
footer .list_social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFF;
  border-radius: 50%;
}
footer .bottom {
  padding-bottom: 24px;
}
footer .bottom .copyright a:hover {
  text-decoration: underline;
}

.top_footer {
  background: #FFF2F4;
  padding: 70px 0;
  text-align: left;
}
@media (max-width: 992px) {
  .top_footer {
    padding: 30px 0 10px;
  }
}
.top_footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_footer .contact_footer {
  width: 41%;
  padding-right: 15px;
  padding-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .top_footer .contact_footer {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .top_footer .contact_footer {
    width: 100%;
    padding-right: 0;
  }
}
.top_footer .contact_footer .banner_item {
  color: #242424;
  max-width: 480px;
}
.top_footer .contact_footer .banner_item strong {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .top_footer .contact_footer .banner_item strong {
    font-size: 16px;
  }
}
.top_footer .fanpage {
  width: 52%;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .top_footer .fanpage {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .top_footer .fanpage {
    width: 100%;
  }
}
.top_footer .fanpage .list-mxh {
  display: flex;
  align-items: start;
  gap: 4.9%;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .top_footer .fanpage .list-mxh .fb {
    width: 100%;
  }
}
.top_footer .fanpage .list-mxh .fb .top-fb {
  background-color: #1677F1;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 6.3px 10.6px;
}
.top_footer .fanpage .list-mxh .fb .top-fb img {
  width: 12px;
  height: 22px;
}
.top_footer .fanpage .list-mxh .fb .top-fb .title {
  text-transform: uppercase;
  padding-left: 10px;
}
.top_footer .fanpage .list-mxh .fb .fb-page {
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_footer .fanpage .list-mxh .twitter {
    width: 100%;
  }
}
.top_footer .fanpage .list-mxh .twitter .top-twitter {
  background-color: #000000;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 6.3px 10.6px;
}
.top_footer .fanpage .list-mxh .twitter .top-twitter img {
  width: 22px;
  height: 22px;
}
.top_footer .fanpage .list-mxh .twitter .top-twitter .title {
  text-transform: uppercase;
  padding-left: 10px;
}
.top_footer .fanpage .list-mxh .twitter .tiktok-embed {
  margin: 0;
  max-width: 100%;
}
.top_footer .fanpage .list-mxh .instagram {
  height: 272px;
}
@media (max-width: 768px) {
  .top_footer .fanpage .list-mxh .instagram {
    width: 100%;
    height: auto;
  }
}
.top_footer .fanpage .list-mxh .instagram .top-instagram {
  background-image: linear-gradient(to right, #FFE185, #FFBB36, #FF5176, #F63395, #A436D2, #5F4EED);
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 6.3px 10.6px;
}
.top_footer .fanpage .list-mxh .instagram .top-instagram img {
  width: 22px;
  height: 22px;
}
.top_footer .fanpage .list-mxh .instagram .top-instagram .title {
  text-transform: uppercase;
  padding-left: 10px;
}
.top_footer .fanpage .list-mxh .instagram img {
  width: 100%;
}
body {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
}
@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}

#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: 33px;
  height: 33px;
  background-color: #eeeeee;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  transition: all 0.7s ease-in-out;
  color: #113fd1;
  text-align: center;
  font-size: 25px;
  z-index: 1002;
  border: 1px solid #e5e5e5;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #BactoTop {
    bottom: 10px;
  }
}
#BactoTop i {
  font-size: 16px;
}

.item-noti {
  position: fixed;
  bottom: 7%;
  right: 2%;
  z-index: 100;
  width: 300px;
  height: 300px;
}
@media (max-width: 992px) {
  .item-noti {
    width: 150px;
    height: 150px;
    right: -10px;
    bottom: 24px;
  }
}
.item-noti .text-item-noti {
  position: absolute;
  font-weight: 700;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-noti .text-item-noti .wrap_text {
  max-width: 199px;
}
@media (max-width: 992px) {
  .item-noti .text-item-noti .wrap_text {
    max-width: 85px;
  }
}
.item-noti .text-item-noti .title {
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .item-noti .text-item-noti .title {
    font-size: 10px;
    line-height: 16px;
    padding-bottom: 10px;
  }
}
.item-noti .text-item-noti .date {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 18px;
  line-height: 23px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
}
@media (max-width: 992px) {
  .item-noti .text-item-noti .date {
    font-size: 10px;
    line-height: 15px;
    padding: 5px 0;
  }
}

.social {
  position: fixed;
  left: 11px;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  z-index: 100;
}
@media (max-width: 992px) {
  .social {
    left: 1px;
    bottom: 1%;
  }
}
@media (max-width: 992px) {
  .social {
    gap: 10px;
  }
}
.social .list_social {
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 19px;
}
.social .list_social.show {
  display: flex;
}
@media (max-width: 992px) {
  .social .list_social {
    gap: 10px;
  }
}
.social .list_social ul.list_none {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (max-width: 992px) {
  .social .list_social ul.list_none {
    gap: 10px;
  }
}
.social .list_social ul.list_none li {
  width: -moz-fit-content;
  width: fit-content;
}
.social .list_social ul.list_none li img {
  width: 44px;
}
@media (max-width: 992px) {
  .social .list_social ul.list_none li img {
    width: 35px;
  }
}
.social button {
  background: none;
  padding: 0;
}
@media (max-width: 992px) {
  .social button svg {
    max-width: 50px;
  }
}

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

/* ------****------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: none;
  min-height: 1px;
  width: 100%;
}
@media (min-width: 993px) {
  #container .row_c_m #ims-column_left {
    width: 222px;
    display: block;
  }
}
@media (min-width: 993px) {
  #container .row_c_m #ims-content {
    width: calc(100% - 222px);
    padding-left: 45px;
  }
}
@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: 28px 0 40px;
  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 {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  color: #333333;
  border-radius: 2px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }
}
.paginate .pagelink:hover, .paginate .pagecur:hover, .paginate .btnPage:hover {
  background: #FF5170;
  color: #FFF;
}
.paginate .pagecur, .paginate .pagecur:hover {
  background: #FF5170;
  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: #113fd1;
  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: #113fd1;
  opacity: 1;
  font-size: 16px;
}

#banner_in {
  position: relative;
}
#banner_in:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  opacity: 0.79;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#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;
  bottom: 31%;
  z-index: 2;
}
#banner_in .slide_text .title {
  font-family: OxyVietnam;
  font-weight: 700;
  font-size: 40px;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 13px;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  #banner_in .slide_text .title {
    padding-bottom: 5px;
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text .title {
    font-size: 22px;
    padding-bottom: 2px;
  }
}
#banner_in .slide_text .title:after {
  content: "";
  width: 200px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  #banner_in .slide_text .title:after {
    width: 150px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text .title:after {
    width: 120px;
    height: 1px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text .ims_navigation {
    display: none;
  }
}

/* ----------------------------------------*/
.brand_scroll {
  padding: 36px 0 50px;
}
@media (max-width: 992px) {
  .brand_scroll {
    padding: 30px 0 40px;
  }
}
.brand_scroll .short_title {
  padding: 16px 0 36px;
}
.brand_scroll .brand_scroll-content {
  margin: 0 -25px;
  display: flex;
}
@media (max-width: 992px) {
  .brand_scroll .brand_scroll-content {
    margin: 0 -8px;
  }
}
.brand_scroll .slick-track {
  display: flex;
}
.brand_scroll .slick-track .slick-slide > div:first-child {
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .brand_scroll .slick-track .slick-slide > div:first-child {
    padding-bottom: 16px;
  }
}
.brand_scroll .item {
  padding: 0 25px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .brand_scroll .item {
    padding: 0 8px;
  }
}
.brand_scroll .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  max-height: 62px;
}

/* ------****------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 {
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 48px;
  background: url(../../../../../resources/images/phone.png) center no-repeat;
  animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
  display: flex;
}
@media (max-width: 992px) {
  .hotline.sticky {
    max-width: 35px;
    height: 35px;
  }
}
.hotline.sticky span {
  font: 600 25px/150% SFProDisplay-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);
  }
}
.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;
}

#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 SFProDisplay-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% SFProDisplay-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.2857142857rem;
  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 SFProDisplay-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;
}

.row_empty {
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 992px) {
  .row_empty {
    font-size: 16px;
  }
}

.category {
  background: #EEF4FF;
  padding-top: 17px;
}
@media (max-width: 992px) {
  .category {
    padding-top: 12px;
  }
}
@media (min-width: 1030px) {
  .category .container {
    max-width: 1030px;
  }
}
@media (max-width: 992px) {
  .category .container {
    overflow: auto;
  }
}
.category .container > ul {
  display: flex;
  margin: auto;
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 992px) {
  .category .container > ul {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.category .container > ul > li {
  padding: 0 10px;
  position: relative;
}
.category .container > ul > li:hover > a {
  border-bottom-color: #272D69;
}
.category .container > ul > li:hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #272D69;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.category .container > ul > li:hover > ul {
  display: block;
}
.category .container > ul > li > a {
  font-family: OxyVietnam;
  text-transform: uppercase;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 13px;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #EEF4FF;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .category .container > ul > li > a {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.category .container > ul > li > a.current {
  border-bottom-color: #272D69;
}
@media (max-width: 992px) {
  .category .container > ul > li > a.current {
    border-bottom-width: 2px;
  }
}
.category .container > ul > li > a.current:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #272D69;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.category .container > ul > li > ul {
  padding-top: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 284px;
  z-index: 10;
  display: none;
}
.category .container > ul > li > ul li {
  text-align: center;
  border-bottom: 1px solid #272D69;
  border-left: 1px solid #272D69;
  border-right: 1px solid #272D69;
  background: #EEF4FF;
}
.category .container > ul > li > ul li:first-child {
  border-top: 1px solid #272D69;
  border-radius: 5px 5px 0 0;
}
.category .container > ul > li > ul li:last-child {
  border-radius: 0 0 5px 5px;
}
.category .container > ul > li > ul li a {
  font-family: SFProDisplay;
  font-weight: 500;
  color: #272D69;
  padding: 14px 10px 12px;
  display: block;
}/*# sourceMappingURL=layout.css.map */