/*Add font ================================*/
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("../fonts/MyriadPro-Semibold.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.otf") format("opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Light";
  src: url("../fonts/MyriadPro-Light.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.otf") format("opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.otf") format("opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Angellife";
  src: url("../fonts/SVN-Angellife.eot#iefix") format("embedded-opentype"), url("../fonts/SVN-Angellife.otf") format("opentype"), url("../fonts/SVN-Angellife.woff2") format("woff2"), url("../fonts/SVN-Angellife.woff") format("woff"), url("../fonts/SVN-Angellife.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ShelleyAllegro-Italic";
  src: url("../fonts/ShelleyAllegro-Italic.eot#iefix") format("embedded-opentype"), url("../fonts/ShelleyAllegro-Italic.otf") format("opentype"), url("../fonts/ShelleyAllegro-Italic.woff2") format("woff2"), url("../fonts/ShelleyAllegro-Italic.woff") format("woff"), url("../fonts/ShelleyAllegro-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DancingScript";
  src: url("../fonts/DancingScript.eot#iefix") format("embedded-opentype"), url("../fonts/DancingScript.otf") format("opentype"), url("../fonts/DancingScript.woff2") format("woff2"), url("../fonts/DancingScript.woff") format("woff"), url("../fonts/DancingScript.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
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%;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

.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:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.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;
}

@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(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
.moveDown {
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.moveUp {
  animation: scrollUp 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;
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(131, 218, 96, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(131, 218, 96, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(131, 218, 96, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(131, 218, 96, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
@keyframes floatZ {
  0% {
    transform: translateZ(0px);
  }
  50% {
    transform: translateZ(-15px);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes floatZR {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(15px) translateY(-20px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@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% "Baloo 2", cursive;
    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%);
  }
}
@media (max-width: 991.98px) {
  #selected--ul-select:hover, #selected--ul-select.active {
    color: #fff;
    background: #1f70e5;
  }
}
@media (max-width: 991.98px) {
  #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: 0;
  overflow: hidden;
  border-radius: 25px;
}
.fancybox-content video {
  max-width: 100%;
}
.fancybox-content .close {
  position: absolute;
  right: 20px;
  font-size: 26px;
  top: 10px;
  color: #505050;
  opacity: 1;
}
.fancybox-content .close .fa-xmark:after {
  content: "\f00d";
}
.fancybox-content .fancybox-close-small {
  right: 10px;
  top: 10px;
  color: #505050;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  display: none;
}
.fancybox-content .register_email {
  width: 314px;
  position: absolute;
  top: 92px;
  left: 55px;
}
.fancybox-content .register_email .title_register {
  font-family: "Source Sans Pro";
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.fancybox-content .register_email .register_input {
  height: 38px;
  background: rgba(255, 255, 255, 0.45);
  width: 100%;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 5px;
  font-size: 18px;
}
.fancybox-content .register_email .register_input::-moz-placeholder {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: #000000;
}
.fancybox-content .register_email .register_input::placeholder {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: #000000;
}
.fancybox-content .register_email .btn_send {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  background: #04457A;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 25px;
  font-size: 20px;
}

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

#success, #false {
  display: none;
}
#success .box_content, #false .box_content {
  position: absolute;
  right: 11%;
  width: 50%;
  top: 23%;
  text-align: center;
}
#success .box_content h3, #false .box_content h3 {
  font-family: "SVN-Angellife";
  font-size: 50px;
  color: #000000;
}
#success .box_content .note, #false .box_content .note {
  font-family: "SVN-Angellife";
  font-size: 20px;
  display: block;
}
#success .box_content strong, #false .box_content strong {
  font-weight: 600;
  color: #FF960B;
  font-size: 30px;
}
#success .box_content .short, #false .box_content .short {
  font-family: "Source Sans Pro";
  font-size: 20px;
  color: #000000;
}
#success .box_content .short p, #false .box_content .short p {
  line-height: 1.8;
}
#success a.join, #false a.join {
  font-size: 20px;
  padding: 8px 25px;
  color: #ffffff;
  background: #04457A;
  border-radius: 5px;
  margin-top: 50px;
}

.ims_navigation {
  width: 100%;
  padding: 10px 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:last-child {
  padding-right: 0;
}
.ims_navigation ol li:not(:first-child):before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  color: #383838;
  top: 0px;
  left: 0;
  font-size: 10px;
}
.ims_navigation ol li a {
  font-size: 14px;
  color: #383838;
  font-weight: 300;
}
.ims_navigation ol li a.current {
  color: #08A2D5;
}

.menu_user > ul > li:hover > a {
  transform: scale(1.05);
  transition: 0.3s all;
}
.menu_user ul {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .menu_user ul {
    padding: 0 2%;
  }
}
.menu_user ul li {
  flex: auto;
  text-align: center;
}
.menu_user ul li.home, .menu_user ul li.more {
  flex: 0 0 35px;
  max-width: 35px;
}
@media (min-width: 1025px) {
  .menu_user ul li.home, .menu_user ul li.more {
    flex: 0 0 72px;
    max-width: 72px;
  }
}
.menu_user ul li.more {
  cursor: pointer;
}
.menu_user ul li.home a {
  display: flex;
}
.menu_user ul li.user label {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .menu_user ul li.user label {
    font-size: 30px;
  }
}
.menu_user ul li.rank {
  position: relative;
}
.menu_user ul li.rank > a:after {
  content: "";
  background: url("../../../../../resources/images/rank.png") no-repeat;
  width: 45px;
  height: 47px;
  position: absolute;
  right: 79%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
@media (min-width: 1025px) {
  .menu_user ul li.rank > a:after {
    width: 67px;
    height: 69px;
  }
}
.menu_user ul li.rank .box_rank {
  background: url("../../../../../resources/images/list_rank.png") no-repeat;
  position: absolute;
  z-index: 9;
  padding: 10px;
  padding-right: 15px;
  top: 65%;
  background-size: contain;
  width: 100%;
  display: none;
  z-index: 999;
}
@media (min-width: 1025px) {
  .menu_user ul li.rank .box_rank {
    padding-right: 1rem;
    padding: 2rem;
  }
}
.menu_user ul li.rank .box_rank ::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 1025px) {
  .menu_user ul li.rank .box_rank ::-webkit-scrollbar {
    width: 8px;
  }
}
.menu_user ul li.rank .box_rank ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.menu_user ul li.rank .box_rank ::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
  border-radius: 10px;
}
.menu_user ul li.rank .box_rank ::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}
.menu_user ul li.rank .box_rank.active {
  display: block;
}
.menu_user ul li.rank .box_rank ul {
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 140px;
}
@media (min-width: 1025px) {
  .menu_user ul li.rank .box_rank ul {
    max-height: 250px;
  }
}
.menu_user ul li.rank .box_rank ul li {
  flex: 0 0 100%;
  font-family: "SVN Water";
  color: #ffffff;
  margin-bottom: 5px;
  text-align: left;
}
.menu_user ul li.rank .box_rank ul li:last-child {
  margin-bottom: 0;
}
.menu_user ul li.rank .box_rank ul li a {
  font-size: 16px;
  margin: 0;
  background: url("../../../../../resources/images/icon_menu.png") no-repeat center;
  background-size: contain;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  min-width: 105px;
}
@media (min-width: 1025px) {
  .menu_user ul li.rank .box_rank ul li a {
    font-size: 25px;
    min-width: 158px;
  }
}
.menu_user ul li.point label {
  padding-left: 25px;
}
@media (min-width: 1025px) {
  .menu_user ul li.point label {
    padding-left: 45px;
  }
}
.menu_user ul li.point a:after {
  content: "";
  background: url("../../../../../resources/images/point.png") no-repeat;
  position: absolute;
  right: 75%;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .menu_user ul li.point a:after {
    width: 65px;
    height: 65px;
  }
}
.menu_user ul li.report a:after {
  content: "";
  background: url("../../../../../resources/images/report.png") no-repeat;
  position: absolute;
  right: 89%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 31px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .menu_user ul li.report a:after {
    width: 40px;
    height: 41px;
  }
}
.menu_user ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1111;
  transition: 0.3s all;
  font-family: "SVN Water";
  font-size: 15px;
}
@media (min-width: 1025px) {
  .menu_user ul li a {
    font-size: 20px;
  }
}
.menu_user ul li a span {
  position: relative;
  display: block;
  margin-right: -1rem;
}
.menu_user ul li a span img {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .menu_user ul li a span img {
    max-width: 34px;
    border-radius: 6px;
  }
}
.menu_user ul li a span:after {
  content: "";
  background: url("../../../../../resources/images/bg_user.png") no-repeat;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 41px;
  height: 45px;
}
@media (min-width: 1025px) {
  .menu_user ul li a span:after {
    width: 79px;
    height: 74px;
    left: -4px;
    top: -4px;
  }
}
@media (max-width: 1024px) {
  .menu_user ul li a span:after {
    background-size: contain;
  }
}
.menu_user ul li a label {
  margin: 0;
  background: url("../../../../../resources/images/icon_menu.png") no-repeat center;
  background-size: contain;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  min-width: 110px;
}
@media (min-width: 1025px) {
  .menu_user ul li a label {
    padding: 10px 30px;
    min-width: 158px;
  }
}

.swal2-container {
  z-index: 999999 !important;
}

@media (max-width: 1023px) {
  .ui-widget.ui-widget-content {
    zoom: 0.8;
  }
}

.compensate-for-scrollbar {
  margin-right: 17px !important;
}

.user-form .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.user-form .form-group button.update_account {
  flex: 0 0 calc(33.3333333333% - 2rem);
  max-width: calc(33.3333333333% - 2rem);
  margin: 0 1rem;
  background: url("../../../../../resources/images/icon_dk.png") no-repeat;
  line-height: 74px;
  background-size: contain;
  padding: 0;
  font-size: 22px;
  font-family: "Baloo 2";
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s all;
}
.user-form .form-group button.update_account:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
.user-form .box_avatar {
  margin-bottom: 2rem;
  position: relative;
}
.user-form .box_avatar .input-group {
  position: absolute;
  bottom: -3px;
  display: block;
  right: 25%;
  width: -moz-fit-content;
  width: fit-content;
}
.user-form .box_avatar .input-group input {
  height: 0 !important;
  margin: 0 !important;
}
.user-form .box_avatar .btn-upload-bo {
  text-align: center;
  color: #fff;
  background: url("../../../../../resources/images/plus.png") no-repeat;
  border: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 51px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s all;
}
.user-form .box_avatar .btn-upload-bo:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}

#infomation {
  background: url(../../../../../resources/images/bg_info.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 9rem 3rem 0;
  display: none;
  min-width: 700px;
}
@media (max-width: 1023px) {
  #infomation {
    padding: 7rem 3rem 1rem;
    zoom: 0.5;
  }
}
#infomation .title {
  margin-bottom: 5rem;
  animation: pulse 3000ms infinite;
}
#infomation .box_avatar .item a {
  position: relative;
}
#infomation .box_avatar .item a:after {
  content: "";
  background: url("../../../../../resources/images/border-avatar-top.png") center center no-repeat;
  width: 138px;
  height: 128px;
  position: absolute;
  left: -4px;
  top: -4px;
  background-size: cover;
}
#infomation .box_avatar .item a img {
  border-radius: 30px;
}
#infomation .box_avatar .input-group-append {
  text-align: center;
  color: #fff;
  background: url("../../../../../resources/images/plus.png") no-repeat;
  border: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 51px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s all;
}
#infomation .box_avatar .input-group-append:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
#infomation .box_avatar #picture {
  padding: 0;
  height: 100% !important;
  background: transparent;
  opacity: 0;
}
#infomation #form_profile > .row {
  align-items: center;
}
#infomation #form_profile input {
  font: 400 20px/150% "Baloo 2";
  height: 62px;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  background: url(../../../../../resources/images/bg_input.png) no-repeat;
  margin-bottom: 1.5rem;
  background-size: 100% 100%;
}
#infomation #form_profile .date_expire {
  position: relative;
}
#infomation #form_profile .date_expire span {
  font: 400 20px/150% "Baloo 2";
  height: 62px;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  background: url(../../../../../resources/images/bg_input.png) no-repeat;
  margin-bottom: 1.5rem;
  background-size: 100% 100%;
  display: block;
  text-align: left;
  line-height: 45px;
}
#infomation #form_profile .date_expire:after {
  content: "";
  position: absolute;
  background: url(../../../../../resources/images/hourglass.gif) no-repeat;
  width: 30px;
  height: 30px;
  left: 85%;
  top: 50%;
  background-size: cover;
  transform: translateY(-50%);
}

#change_pass {
  background: url(../../../../../resources/images/bg_change.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 679px;
  text-align: center;
  padding: 3rem 3rem 0;
  display: none;
}
@media (max-width: 1023px) {
  #change_pass {
    zoom: 0.5;
  }
}
#change_pass .title {
  margin-bottom: 2rem;
  animation: pulse 3000ms infinite;
}
#change_pass .security_note {
  background: transparent !important;
  font-size: 25px;
  font-family: "UTMHelve";
  color: #ffffff;
  max-width: 65%;
  margin: auto;
  padding: 4rem 0 3rem !important;
}
#change_pass #form_change_pass input {
  font: 400 20px/150% "Baloo 2";
  height: 62px;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  background: url(../../../../../resources/images/bg_input_big.png) no-repeat;
  margin-bottom: 2rem;
  background-size: contain;
}
#change_pass #form_change_pass button {
  margin: 0 1rem;
  background: url(../../../../../resources/images/icon_dk.png) no-repeat;
  line-height: 74px;
  background-size: contain;
  padding: 0;
  font-size: 22px;
  font-family: "Baloo 2";
  text-transform: uppercase;
  color: #ffffff;
  min-width: 170px;
  margin-bottom: -2rem;
  transition: 0.3s all;
}
#change_pass #form_change_pass button:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}

#conform {
  background: url(../../../../../resources/images/bg_change.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 526px;
  text-align: center;
  padding: 7rem 3rem 0;
  display: none;
}
@media (max-width: 1023px) {
  #conform {
    zoom: 0.5;
  }
}
#conform .title {
  margin-bottom: 2rem;
  animation: pulse 3000ms infinite;
}
#conform .content {
  background: transparent !important;
  font-size: 25px;
  font-family: "UTMHelve";
  color: #ffffff;
  max-width: 65%;
  margin: auto;
  padding: 4rem 0 3rem !important;
}
#conform button.logout_btn {
  margin: 0 1rem;
  background: url(../../../../../resources/images/icon_dk.png) no-repeat;
  line-height: 74px;
  background-size: contain;
  padding: 0;
  font-size: 22px;
  font-family: "Baloo 2";
  text-transform: uppercase;
  color: #ffffff;
  min-width: 170px;
  margin-bottom: -2rem;
  transition: 0.3s all;
}
#conform button.logout_btn:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}

#info_account {
  background: url(../../../../../resources/images/bg_account.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 470px;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 7rem 0 3rem;
  display: none;
}
@media (max-width: 1023px) {
  #info_account {
    zoom: 0.5;
  }
}
#info_account a.other {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  position: relative;
  z-index: 99;
  transition: 0.3s all;
  font-family: "SVN Water";
}
#info_account a.other span {
  position: relative;
  display: block;
  margin-right: -1rem;
}
#info_account a.other span img {
  border-radius: 10px;
}
#info_account a.other span:after {
  content: "";
  background: url("../../../../../resources/images/bg_user.png") no-repeat;
  width: 79px;
  height: 74px;
  position: absolute;
  left: -4px;
  top: -4px;
}
#info_account a.other label {
  margin: 0;
  background: url("../../../../../resources/images/icon_menu.png") no-repeat center;
  background-size: contain;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 30px;
  min-width: 158px;
  text-align: center;
  cursor: pointer;
}
#info_account .title {
  margin-bottom: 6rem;
  animation: pulse 3000ms infinite;
}
#info_account ul {
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}
#info_account ul li {
  flex: 0 0 100% !important;
  background: url("../../../../../resources/images/bground.png") no-repeat center;
  background-size: contain;
  text-transform: uppercase;
  color: #ffffff;
  margin: 2.5rem 0;
  padding: 1rem 0;
  transition: 0.3s all;
}
#info_account ul li:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
#info_account ul li a {
  font-size: 22px;
  font-family: "Baloo 2";
}

#active {
  background: url(../../../../../resources/images/bg_change.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 679px;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 7rem 0 0;
  display: none;
}
@media (max-width: 1023px) {
  #active {
    zoom: 0.5;
  }
}
#active .title {
  margin-bottom: 2rem;
  animation: pulse 3000ms infinite;
}
#active .active {
  font-family: "UTMHelve";
  color: #ffffff;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
#active .active .banner_item p {
  font-size: 20px;
  padding: 0;
}
#active .active .banner_item a {
  text-decoration: underline;
}
#active #form_active label.error {
  position: absolute;
  background: #d1d1d1;
  padding: 5px 1rem;
  border-radius: 5px;
  left: 2rem;
  top: 45%;
}
#active #form_active label.error:after {
  content: "";
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 15px solid #d1d1d1;
  bottom: 94%;
  left: 2rem;
  transform: rotate(10deg);
}
#active #form_active input {
  font: 400 20px/150% "Baloo 2";
  height: 62px;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  background: url(../../../../../resources/images/bg_input_big.png) no-repeat;
  margin-bottom: 2rem;
  background-size: contain;
}
#active #form_active button {
  margin: 0 1rem;
  background: url(../../../../../resources/images/icon_dk.png) no-repeat;
  line-height: 74px;
  background-size: contain;
  padding: 0;
  font-size: 22px;
  font-family: "Baloo 2";
  text-transform: uppercase;
  color: #ffffff;
  min-width: 170px;
  margin-bottom: -2rem;
}

#new_user {
  background: url(../../../../../resources/images/bg_info.png) no-repeat top;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 4rem 3rem 0;
  min-width: 679px;
  display: none;
}
#new_user .title {
  margin-bottom: 5rem;
  animation: pulse 3000ms infinite;
}
#new_user .box_avatar .item a {
  position: relative;
}
#new_user .box_avatar .item a:after {
  content: "";
  background: url("../../../../../resources/images/border-avatar-top.png") center center no-repeat;
  width: 138px;
  height: 128px;
  position: absolute;
  left: -4px;
  top: -4px;
  background-size: cover;
}
#new_user .box_avatar .input-group-append {
  text-align: center;
  color: #fff;
  background: url("../../../../../resources/images/plus.png") no-repeat;
  border: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 51px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s all;
}
#new_user .box_avatar .input-group-append:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
#new_user .box_avatar #picture {
  padding: 0;
  height: 100% !important;
  background: transparent;
  opacity: 0;
}
#new_user .form-group {
  justify-content: center;
}
#new_user #form_addUser #show_picture img {
  max-width: 122px;
  background: #fff;
  border-radius: 30px;
}
#new_user #form_addUser .row {
  align-items: center;
}
#new_user #form_addUser input {
  font: 400 20px/150% "Baloo 2";
  height: 62px;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  background: url(../../../../../resources/images/bg_input.png) no-repeat;
  margin-bottom: 2rem;
  background-size: contain;
}

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

.flag_vi {
  position: relative;
}
.flag_vi:after {
  width: 67px;
  height: 66px;
  position: absolute;
  content: "";
  background: url("../../../../../resources/images/flag_vi.png") center center no-repeat;
  top: -5px;
  left: -30px;
}

.flag_en {
  position: relative;
}
.flag_en:after {
  width: 67px;
  height: 66px;
  position: absolute;
  content: "";
  background: url("../../../../../resources/images/flag_en.png") center center no-repeat;
  top: -5px;
  left: -30px;
}

#box_lang ul li {
  list-style: none;
}

#box_lang {
  position: absolute;
  top: 5%;
  right: 10%;
  background: url("../../../../../resources/images/bg_lang.png");
  width: 72px;
  height: 56px;
}
#box_lang .lang_cur {
  display: inline-block;
  width: 26px;
  height: 18px;
}
#box_lang ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#box_lang ul > li {
  float: right;
  margin-right: 15px;
}
#box_lang ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 67px;
  font-size: 22px;
  line-height: 56px;
  text-align: right;
}
#box_lang:hover > ul {
  display: block;
  z-index: 100;
}

#box_lang ul {
  padding: 0px;
  margin: 0px;
}

.box_title {
  color: #0065b6;
  padding-top: 30px;
  position: relative;
}
.box_title > div span {
  color: #f7bb57;
}
.box_title .big_title {
  font: 700 36px/150% "Baloo 2", cursive;
  display: none;
  position: absolute;
  bottom: 12px;
  left: 70px;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .box_title .big_title {
    font-size: 55px;
    white-space: nowrap;
    display: block;
  }
}
.box_title .title {
  font: 700 24px/150% "Baloo 2", cursive;
}
@media (min-width: 768px) {
  .box_title .title {
    font-size: 36px;
  }
}

#box_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  #box_contact {
    margin: 0 -25px;
  }
}
#box_contact .col_l {
  font: 400 16px/150% "Baloo 2", cursive;
  color: #cb7600;
  padding-top: 20px;
  padding-bottom: 30px;
}
#box_contact .col_l b, #box_contact .col_l strong {
  font: 700 16px/150% "Baloo 2", cursive;
}
#box_contact .col_l p {
  padding: 5px 0;
}
@media (min-width: 992px) {
  #box_contact .col_l {
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0 25px;
  }
}
#box_contact .col_m {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #box_contact .col_m {
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0 25px;
  }
}
#box_contact .col_m > .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  color: #cb7600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#box_contact .col_m > .title .border_bullet {
  background-color: #fff;
  width: 135px;
}
#box_contact .col_m > .title .border_bullet:after {
  height: 18px;
}
#box_contact .col_m > .short {
  font: 400 16px/150% "Baloo 2", cursive;
  color: #000;
}
#box_contact .col_m > .short p {
  padding: 5px 0;
}
#box_contact .col_r {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #box_contact .col_r {
    flex: 1 1;
    max-width: unset;
  }
}
#box_contact .col_r #form_contact {
  text-align: center;
  color: #fff;
  background: #fec767;
  border-radius: 10px;
  overflow: hidden;
}
#box_contact .col_r #form_contact .title {
  font: 700 18px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  color: #9a5f00;
  background: url("../../../../../resources/images/bg-contact.png") center center no-repeat;
  background-size: cover;
  padding: 19px 0;
}
#box_contact .col_r #form_contact .row {
  padding: 15px;
}
@media (min-width: 768px) {
  #box_contact .col_r #form_contact .row {
    padding: 12px 60px;
  }
}
#box_contact .col_r #form_contact .form-group {
  padding-left: 35px;
  position: relative;
}
#box_contact .col_r #form_contact .form-group input, #box_contact .col_r #form_contact .form-group textarea {
  background: #fff1db;
}
#box_contact .col_r #form_contact .form-group:before {
  font: 700 16px/1 "Font Awesome 5 Pro";
  color: #fff;
  text-align: center;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#box_contact .col_r #form_contact .form-group[for=full_name]:before {
  content: "\f007";
}
#box_contact .col_r #form_contact .form-group[for=email]:before {
  content: "\f0e0";
}
#box_contact .col_r #form_contact .form-group[for=phone]:before {
  content: "\f3ce";
}
#box_contact .col_r #form_contact .form-group[for=content]:before {
  content: "\f4a3";
}
#box_contact .col_r #form_contact .btn-send {
  font: 600 16px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  color: #fff;
  background: #ef9b09;
  border-radius: 10px;
}

.student_quality {
  background: #fef8f3;
  width: 100vw;
  padding-top: 40px;
  margin-left: calc(-50vw + 50%);
}
.student_quality .info .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  text-align: center;
  color: #cb7600;
  max-width: 426px;
  padding-bottom: 20px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.student_quality .info .title .border_bullet {
  background-color: #fef8f3;
  width: 191px;
  left: 50%;
  transform: translateX(-50%);
}
.student_quality .info .title .border_bullet:after {
  height: 26px;
}
.student_quality .info .short {
  font: 600 17px/150% "Baloo 2", cursive;
  color: #000;
  padding-left: 20px;
}
.student_quality .info .content {
  font: 700 17px/150% "Baloo 2", cursive;
}
.student_quality .info .content ul {
  list-style-type: none;
  padding: 0;
}
.student_quality .info .content ul li {
  padding: 2.5px 0;
  padding-left: 30px;
  position: relative;
}
.student_quality .info .content ul li:before {
  content: "";
  background: url("../../../../../resources/images/bullet.png") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.student_quality .info .bottom {
  font: 700 17px/150% "Baloo 2", cursive;
  padding-top: 15px;
}
.student_quality .info .signup {
  text-align: center;
  padding: 20px 0;
}
.student_quality .info .signup .btn-send {
  font: 600 16px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  color: #fff;
  background: #ef9b09;
  border-radius: 10px;
  padding: 0px 20px;
}

.student_story .box_header {
  padding-top: 50px;
}
.student_story .box_header .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  text-align: center;
  color: #cb7600;
  max-width: 630px;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.student_story .box_header .title .border_bullet {
  background-color: #fff;
  width: 191px;
  left: 50%;
  transform: translateX(-50%);
}
.student_story .box_header .title .border_bullet:after {
  height: 26px;
}
.student_story .row {
  margin: 0 -40px;
}
.student_story .row .col_item {
  padding: 15px;
}
@media (min-width: 992px) {
  .student_story .row .col_item {
    padding: 15px 23px;
  }
}
.student_story .row .col_item .item {
  text-align: center;
}
.student_story .row .col_item .item .image {
  background: url("../../../../../resources/images/bg-customer.png") center center no-repeat;
  background-size: contain;
  width: 201px;
  height: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.student_story .row .col_item .item .image img {
  max-width: 192px;
  max-height: 192px;
  width: auto;
  height: auto;
}
.student_story .row .col_item .item .info {
  color: #000;
  padding-top: 20px;
}
.student_story .row .col_item .item .info .title {
  font: 700 16px/150% "Baloo 2", cursive;
  font-style: italic;
}
.student_story .row .col_item .item .info .content p {
  padding-bottom: 5px;
}
.student_story .box_bottom {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.student_story .box_bottom p {
  font: 700 18px/150% "Baloo 2", cursive;
  font-style: italic;
  color: #000;
}
.student_story .box_bottom p:last-child {
  font: 700 18px/150% "Baloo 2", cursive;
  font-style: normal;
  color: #d78001;
}

.staff .box_header {
  padding-top: 50px;
}
.staff .box_header .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  text-align: center;
  color: #cb7600;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.staff .box_header .title .border_bullet {
  background-color: #fff;
  width: 191px;
  left: 50%;
  transform: translateX(-50%);
}
.staff .box_header .title .border_bullet:after {
  height: 26px;
}
.staff .box_header .note {
  font: 700 17px/1.2 "Baloo 2", cursive;
  font-style: italic;
  text-align: center;
  color: #db7a00;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .staff .row {
    margin: 0 -20px;
  }
}
.staff .row .col_item {
  padding: 15px;
}
@media (min-width: 992px) {
  .staff .row .col_item {
    padding: 20px;
  }
}
.staff .row .col_item .item {
  text-align: center;
}
.staff .row .col_item .item .image {
  margin: auto;
}
.staff .row .col_item .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.staff .row .col_item .item .info {
  color: #fff;
  background: #feb13a;
}
.staff .row .col_item .item .info .title {
  font: 700 16px/150% "Baloo 2", cursive;
  padding: 16px 0;
}
.staff .row .col_item .item .info .content p {
  padding-bottom: 5px;
}
.staff .box_bottom {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.staff .box_bottom p {
  font: 700 18px/150% "Baloo 2", cursive;
  font-style: italic;
  color: #c37900;
}
.staff .box_bottom p:last-child {
  font: 700 18px/150% "Baloo 2", cursive;
  font-style: normal;
  color: #885000;
}

.staff-info {
  max-width: 500px;
  width: 100%;
  padding: 30px;
}

.box_service_group .box_header {
  padding-top: 50px;
}
.box_service_group .box_header .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  text-align: center;
  color: #cb7600;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.box_service_group .box_header .title .border_bullet {
  background-color: #fff;
  width: 191px;
  left: 50%;
  transform: translateX(-50%);
}
.box_service_group .box_header .title .border_bullet:after {
  height: 26px;
}
.box_service_group .row {
  margin: 0 -44px;
}
.box_service_group .row .col_item {
  padding: 44px;
}
.box_service_group .row .col_item .item .image a {
  width: 100%;
  display: block;
  padding-top: 75%;
  position: relative;
}
.box_service_group .row .col_item .item .image a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_service_group .row .col_item .item .info {
  color: #fff;
  background: #feb13a;
}
.box_service_group .row .col_item .item .info .title {
  font: 700 16px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .box_service_group .row .col_item .item .info .title {
    padding: 20px 50px;
  }
}

.box_news_ot .list_item_news .row_item {
  display: block;
  margin: 0;
}
.box_news_ot .list_item_news .row_item .col_item {
  max-width: unset;
  padding: 14px 0;
}
.box_news_ot .list_item_news .row_item .col_item .item .img a {
  padding-top: 72%;
}
.box_news_ot .list_item_news .row_item .col_item .item .info {
  background: #fff0e0;
  padding: 5px;
}
.box_news_ot .list_item_news .row_item .col_item .item .info .title a {
  color: #a55e00;
  padding: 0;
}

.box_promo_ot > .title {
  font: 700 22px/1.2 "Baloo 2", cursive;
  text-transform: uppercase;
  color: #ff9d00;
  padding-bottom: 15px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.box_promo_ot > .title .border_bullet {
  background-color: #fff;
  width: 77px;
}
.box_promo_ot > .title .border_bullet:after {
  height: 10px;
  bottom: -4px;
}
.box_promo_ot .list_item_page .row_item {
  display: block;
  margin: 0;
}
.box_promo_ot .list_item_page .row_item .col_item {
  max-width: unset;
  padding: 14px 0;
}
.box_promo_ot .list_item_page .row_item .col_item .item .img a {
  padding-top: 72%;
}
.box_promo_ot .list_item_page .row_item .col_item .item .info {
  background: #fff0e0;
  padding: 5px;
}
.box_promo_ot .list_item_page .row_item .col_item .item .info .title a {
  padding: 0;
}

/*----------------END----------------*/
@media (max-width: 823px) {
  .banner_user {
    margin-top: 50px;
  }
}
.banner_user .banner_item {
  text-align: center;
}
@media (max-width: 823px) {
  .banner_user .banner_item {
    min-height: 120px;
    display: flex;
  }
  .banner_user .banner_item img {
    height: 100%;
  }
}
.banner_user .box_menu_user {
  color: #ffffff;
  margin-top: -82px;
}
@media (min-width: 824px) {
  .banner_user .box_menu_user {
    margin-top: -100px;
  }
}
.banner_user .box_menu_user .name_student {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 22px;
}
@media (min-width: 769px) {
  .banner_user .box_menu_user .name_student {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  .banner_user .box_menu_user .name_student {
    font-size: 30px;
  }
}
.banner_user .box_menu_user ul {
  display: flex;
  align-items: center;
}
.banner_user .box_menu_user ul li {
  padding: 5px;
}
@media (min-width: 601px) {
  .banner_user .box_menu_user ul li {
    padding: 6px 15px;
  }
}
@media (min-width: 824px) {
  .banner_user .box_menu_user ul li {
    height: 40px;
  }
}
@media (min-width: 1100px) {
  .banner_user .box_menu_user ul li {
    padding: 5px 15px;
    font-size: 18px;
  }
}
.banner_user .box_menu_user ul li:not(:last-child) {
  margin-right: 10px;
}
.banner_user .box_menu_user ul li:nth-child(2) {
  border-radius: 5px 5px 0 0;
  background: #FF960B;
}
.banner_user .box_menu_user ul li.current {
  color: #000000;
  background: #f4f4f4;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 769px) {
  .banner_user .box_menu_user ul li.current {
    background: #ffffff;
  }
}
.banner_user .box_menu_user ul li.current .noti-count {
  color: #212529;
}
.banner_user .box_menu_user ul li:hover a:after {
  opacity: 1;
}
.banner_user .box_menu_user ul li label {
  margin: 0;
}
.banner_user .box_menu_user ul li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner_user .box_menu_user ul li a {
    width: 30px;
    height: 24px;
    justify-content: center;
  }
}
@media (max-width: 823px) {
  .banner_user .box_menu_user ul li a span.hide {
    display: none;
  }
}
.banner_user .box_menu_user ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0;
}
.banner_user .box_menu_user ul li a span.noti-count {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .banner_user .box_menu_user ul li a .material-icons, .banner_user .box_menu_user ul li a i {
    position: absolute;
  }
}
.banner_user .box_menu_user ul li i {
  font-size: 20px;
}
@media (min-width: 824px) {
  .banner_user .box_menu_user ul li i {
    margin-right: 5px;
  }
}
.banner_user .box_menu_user ul li .noti-count {
  font: 400 13px/1 "Baloo 2", cursive;
  color: #ffffff;
  background: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  margin: 0 5px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .banner_user .box_menu_user ul li .noti-count {
    display: none;
  }
}
.banner_user .box_menu_user ul li .noti-count.empty u {
  color: #212529;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.banner_user .box_menu_user ul li .noti-count i {
  margin: 0;
}
.banner_user .box_menu_user ul li .noti-count u {
  font-family: "Roboto", sans-serif;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  text-align: center;
  line-height: 13px;
  color: #ffffff;
  background: red;
  font-size: 11px;
  text-decoration: none;
  right: -3px;
  top: -1px;
}

header {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 992px) {
  header {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  header .header_bottom {
    padding: 10px 0;
  }
}
header .header_bottom.custom .group_search {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media (min-width: 1100px) {
  header .header_bottom.custom .group_search {
    padding: 12px 0;
  }
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search {
    margin-left: auto;
  }
}
header .header_bottom.custom .group_search .icon_phone {
  display: block;
  height: 39px;
  width: 39px;
  background: #DFDFDF;
  border-radius: 5px;
}
@media (min-width: 650px) {
  header .header_bottom.custom .group_search .icon_phone {
    display: none;
  }
}
header .header_bottom.custom .group_search.is_login .header_cart {
  display: none;
}
header .header_bottom.custom .group_search.is_login .menu-wrapper li:not(.first) {
  display: block;
}
header .header_bottom.custom .group_search .menu-wrapper {
  margin-left: 5px;
}
@media (min-width: 601px) {
  header .header_bottom.custom .group_search .menu-wrapper {
    margin-left: 14px;
  }
}
header .header_bottom.custom .group_search .menu-wrapper li:not(.first) {
  display: none;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper li:nth-child(2) .nav-link {
    display: flex;
    align-items: center;
    background: #DFDFDF;
    overflow: hidden;
    margin: 0 5px;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper li:nth-child(2) .nav-link {
    height: 39px;
    width: 39px;
  }
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper li:nth-child(2) .nav-link:after {
    content: "\f34d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 4px;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .first .nav-link {
  display: flex;
  align-items: center;
  background: #DFDFDF;
  overflow: hidden;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper .first .nav-link {
    height: 39px;
    width: 39px;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .first .nav-link:after {
  content: url(../../../../../resources/images/user/lock.png);
  margin-left: 4px;
  order: 1;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper .first .nav-link:after {
    width: 11px;
    position: absolute;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .last {
  background: #FF960B;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 600px) {
  header .header_bottom.custom .group_search .menu-wrapper .last {
    width: 39px;
    height: 39px;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .last:hover {
  background: #04457A;
}
header .header_bottom.custom .group_search .menu-wrapper .last:hover .nav-link {
  font-weight: 600;
}
header .header_bottom.custom .group_search .menu-wrapper .last .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
}
header .header_bottom.custom .group_search .menu-wrapper .last .nav-link:before {
  content: url(../../../../../resources/images/user/login.png);
  margin-right: 10px;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper .last .nav-link:before {
    width: 11px;
    position: absolute;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .nav-link {
  font: 400 16px/150% "Roboto";
  color: var(--menu-color);
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper .nav-link {
    width: 39px;
    height: 39px;
  }
}
header .header_bottom.custom .group_search .menu-wrapper .nav-link span {
  line-height: 39px;
}
@media (max-width: 1100px) {
  header .header_bottom.custom .group_search .menu-wrapper .nav-link span {
    display: none;
  }
}
header .header_bottom.custom .group_search .header_cart {
  margin-left: 0;
  display: none;
}
@media (min-width: 1024px) {
  header .header_bottom.custom .group_search .header_cart {
    display: block;
  }
}
header .header_bottom.custom .right_box.is_login .header_cart {
  display: block;
}
@media (min-width: 992px) {
  header .header_bottom.custom .right_box .header_cart {
    display: none;
  }
}
header .header-top {
  background: #ffc946;
}
@media (max-width: 992px) {
  header .header-top {
    display: none;
  }
}
header .header-top .banner_item {
  text-align: center;
}
header .header-bottom {
  background: linear-gradient(to right, #0057ff, #0253ed, #0057ff);
  color: #FFF;
  padding: 7px 0 8px;
}
@media (max-width: 992px) {
  header .header-bottom {
    padding: 0;
    background: none;
  }
}
header .header-bottom .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .header-bottom .logo {
  width: auto;
}
@media (min-width: 993px) {
  header .header-bottom .logo {
    width: 85px;
  }
}
header .header-bottom .logo img {
  max-width: 100%;
  width: auto;
  max-height: 45px;
}
@media (min-width: 993px) {
  header .header-bottom .logo img {
    max-height: 60px;
  }
}
header .header-bottom .right_header {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 993px) {
  header .header-bottom .right_header {
    width: calc(100% - 85px);
    padding-left: 15px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  header .header-bottom .right_header {
    padding-left: 4%;
  }
}
header .header-bottom .right_header .top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: SFProDisplay-Light;
  font-size: 13px;
}
@media (max-width: 992px) {
  header .header-bottom .right_header .top {
    width: auto;
  }
}
@media (max-width: 370px) {
  header .header-bottom .right_header .top {
    display: none;
  }
}
header .header-bottom .right_header .top img, header .header-bottom .right_header .top i {
  margin-right: 5px;
}
header .header-bottom .right_header .top ul.list_link {
  display: flex;
}
@media (max-width: 992px) {
  header .header-bottom .right_header .top ul.list_link {
    display: none;
  }
}
header .header-bottom .right_header .top .item {
  padding: 0 11px 0 10px;
  position: relative;
}
header .header-bottom .right_header .top .item:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #246efc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header-bottom .right_header .top .item a {
  display: flex;
  align-items: center;
}
header .header-bottom .right_header .top .item.hotline a {
  font-family: SFProDisplay-Medium;
  font-size: 16px;
  color: #fff600;
}
header .header-bottom .right_header .bottom {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  header .header-bottom .right_header .bottom {
    width: auto;
  }
}
header .header-bottom .right_header .bottom .right {
  width: 56.5%;
  padding-left: 2.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 1180px) {
  header .header-bottom .right_header .bottom .right {
    padding-left: 5px;
  }
}
@media (max-width: 992px) {
  header .header-bottom .right_header .bottom .right {
    width: auto;
    padding-left: 10px;
  }
}
header .header-bottom .right_header .bottom .right .list_right_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  header .header-bottom .right_header .bottom .right .list_right_cart {
    display: none;
  }
}
header .header-bottom .right_header .bottom .right a {
  display: flex;
  align-items: center;
}
header .header-bottom .right_header .bottom .right a img, header .header-bottom .right_header .bottom .right a i {
  margin-right: 5px;
}
header .header-bottom .right_header .bottom .right a.other {
  color: #ffe400;
}
header .header-bottom .right_header .bottom .right a.other i {
  width: 8px;
  height: 8px;
  background: #ffe400;
  border-radius: 50%;
  position: relative;
  margin-right: 11px;
}
header .header-bottom .right_header .bottom .right a.other i:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ffe400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
header .header-bottom .right_header .bottom .right a div.text p:first-child {
  margin-bottom: -4px;
}

.header_cart {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .header_cart {
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .header_cart {
    margin-left: auto;
  }
  .header_cart:after {
    display: none;
  }
}
.header_cart:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #383838;
  display: none;
}
.header_cart > a {
  display: flex;
}
@media (min-width: 993px) {
  .header_cart > a {
    align-items: end !important;
  }
}
.header_cart > a:hover {
  color: inherit;
}
.header_cart > a > .icon {
  width: 23px;
  height: 22px;
  background: url("../../../../../resources/images/cart.png") no-repeat;
  background-size: contain;
  position: relative;
}
.header_cart > a > .icon:before, .header_cart > a > .icon:after {
  display: none;
}
.header_cart > a > .icon .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 > .icon .num_cart {
    display: none;
  }
}
.header_cart .text {
  display: none;
}
@media (min-width: 426px) {
  .header_cart .text {
    display: block;
  }
}
@media (max-width: 1180px) {
  .header_cart .text {
    padding-left: 2px;
  }
}
.header_cart .text .num {
  position: absolute;
  font-size: 12px;
  right: -5px;
  top: -5px;
  width: 14px;
  height: 14px;
  text-align: center;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.header_cart .text .num .num_cart {
  line-height: 14px;
}
.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_search {
  display: none;
}
@media (min-width: 650px) {
  .box_search {
    display: block;
  }
}
.box_search.show {
  height: 35px;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.box_search.show input {
  width: 100%;
}
.box_search form {
  position: relative;
}
.box_search .btn_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../../../../../resources/images/user/icon_search.png") no-repeat center;
  width: 51px;
  height: 100%;
  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: 39px;
  border: 1px solid #B2B2B2;
  border-radius: 25px;
  padding: 0 60px 0 16px;
  outline: none;
  color: #000;
}
@media (min-width: 1024px) {
  .box_search .text_search {
    width: 400px;
  }
}
.box_search .text_search::-moz-placeholder {
  color: #B2B2B2;
}
.box_search .text_search::placeholder {
  color: #B2B2B2;
}
@media (max-width: 992px) {
  .box_search .text_search {
    height: 35px;
    padding-left: 12px;
  }
}
.box_search .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.header_user {
  position: relative;
  display: none;
}
@media (min-width: 993px) {
  .header_user {
    display: inline-flex;
    align-items: center;
  }
}
.header_user .sign_group {
  font: 400 18px/150% "Source Sans Pro";
  display: flex;
  text-transform: uppercase;
}
.header_user .sign_group li:hover a {
  font: 400 18px/150% "Source Sans Pro";
  color: #FF960B;
}
.header_user .sign_group li.active a {
  font: 600 18px/150% "Source Sans Pro";
  color: #FF960B;
}
.header_user .sign_group li {
  line-height: 37px;
}
.header_user .sign_group li:last-child {
  background: #FF960B;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.header_user .sign_group li:last-child.active a, .header_user .sign_group li:last-child:hover a {
  color: #ffffff;
}
.header_user ul.not_login {
  display: flex;
  height: 63px;
  line-height: 63px;
}
.header_user ul.not_login li {
  line-height: 61px;
}
.header_user ul.not_login #header_account .account {
  cursor: pointer;
}
.header_user ul.not_login #header_account .account img {
  border-radius: 50%;
}
.header_user ul.not_login li:last-child i {
  font-size: 14px;
}
.header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
.header_user .user_link {
  display: inline-flex;
  align-items: center;
}
.header_user .user_link i {
  width: 13px;
  height: 13px;
  background: url("../../../../../resources/images/use/user.png") no-repeat;
  background-size: contain;
}
.header_user .user_link i:before, .header_user .user_link i:after {
  display: none;
}
.header_user .user_link .text b {
  font-weight: 700;
  display: block;
}
.header_user .dropdown-menu.show {
  display: block;
  min-width: 13rem;
  left: unset;
  right: 0;
  margin: 0;
}
.header_user .dropdown-menu.show li:hover {
  background: #ccc;
}
.header_user .dropdown-menu.show li a {
  padding: 0 10px;
  line-height: 40px;
  display: block;
}
.header_user .dropdown-menu.show .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.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% "Baloo 2", cursive;
  text-align: center;
  color: #4a4a4a;
  background: #fdd835;
  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 {
  display: none;
}
@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 a {
  display: block;
  font-size: 16px;
  color: #1f1f1f;
}
#main_menu .menu-wrapper a:hover, #main_menu .menu-wrapper a.current {
  color: #0057ff !important;
}
#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:hover > a, #main_menu .menu-wrapper > li.active > a {
  color: #006ed6;
}
#main_menu .menu-wrapper > li.dropdown > a {
  position: relative;
  padding-right: 17px;
}
#main_menu .menu-wrapper > li.dropdown > a:before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  color: #006ed6;
  font-weight: 900;
  top: 33%;
}
#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:first-child > a {
  padding-right: 47px;
}
@media (max-width: 1200px) {
  #main_menu .menu-wrapper > li:first-child > a {
    padding-right: 25px;
  }
}
#main_menu .menu-wrapper > li:first-child > a:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  color: #005aff;
  margin-right: 18px;
  position: unset;
}
@media (max-width: 1200px) {
  #main_menu .menu-wrapper > li:first-child > a:before {
    margin-right: 10px;
  }
}
#main_menu .menu-wrapper > li:first-child > a:after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  border: none;
  position: absolute;
  right: 17px;
  top: 25%;
  font-weight: 900;
}
#main_menu .menu-wrapper > li > a {
  height: 51px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Bold;
  font-size: 18px;
}
#main_menu .menu-wrapper > li > a + ul {
  top: 100%;
  left: 0;
  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 {
  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: 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;
}
#main_menu .menu-wrapper > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  min-width: 250px !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 13px 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: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;
}
#main_menu .menu-wrapper > li ul li.dropdown > a div.icon {
  margin-right: 0.6rem !important;
  width: 15px;
  text-align: center;
}
#main_menu .menu-wrapper > li ul li.dropdown > a div.icon img {
  filter: grayscale(1);
}
#main_menu .menu-wrapper > li ul li.dropdown > a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  color: #1f1f1f;
  font-weight: 900;
  font-size: 11px;
}
#main_menu .menu-wrapper > li ul li a {
  display: block !important;
  position: relative;
}
#main_menu .menu-wrapper > li ul li a:hover, #main_menu .menu-wrapper > li ul li a.current {
  color: #0977ff;
  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: rgba(255, 255, 255, 0.98);
  transform: translateX(-100%);
}
@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 ul.not_login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
}
.sideMenu .box_user ul.not_login li {
  text-align: center;
  flex: 1 1 100%;
}
.sideMenu .box_user ul.not_login li a {
  font-size: 15px;
  background: transparent;
  padding: 2px 8px;
}
.sideMenu .box_user ul.not_login li a:hover, .sideMenu .box_user ul.not_login li a:focus, .sideMenu .box_user ul.not_login li a:active {
  color: #1a1a1a;
  background: #ffc000;
  border-color: #ffc000;
}
.sideMenu .box_user ul.not_login li ul.dropdown-menu li {
  text-align: left;
  padding-left: 20px;
}
.sideMenu .box_user ul.not_login li ul.dropdown-menu li:hover {
  background: #ccc;
}
.sideMenu .box_user ul.not_login li ul.dropdown-menu li:hover a {
  background: transparent;
}
.sideMenu .box_user ul.not_login li ul.dropdown-menu li a {
  line-height: 30px;
  display: block;
}
.sideMenu #ims-side-menu {
  min-height: calc(100% - 45px);
  padding: 12px 17px 50px 15px;
  position: relative;
}
.sideMenu #ims-side-menu a {
  font-size: 16px;
}
.sideMenu #ims-side-menu a.current {
  color: #0977bc;
}
.sideMenu #ims-side-menu a.dropdown-toggle::after {
  display: none;
}
.sideMenu #ims-side-menu > ul > li > a {
  text-transform: uppercase;
}
.sideMenu #ims-side-menu > ul > li > a + i {
  display: none;
}
.sideMenu #ims-side-menu > ul > li ul {
  padding-left: 15px;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub {
  height: auto !important;
  display: block !important;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul {
  padding-left: 0 !important;
}
.sideMenu #ims-side-menu > ul > li > .menu_sub > ul > li > a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.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 {
  color: #333333;
  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 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: #332d28;
  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: 37px;
  border: 1px solid #FFF;
}
.navbar-toggler span {
  background: #FFF;
}
.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-left: 10px;
}
@media (min-width: 993px) {
  #search {
    display: none;
  }
}
#search .search {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
#search .search:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../../../../resources/images/use/icon_search.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(104%) contrast(103%);
}

.bottom_header {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
  background: #FFF;
}
.bottom_header.fixed_menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 992px) {
  .bottom_header {
    display: none;
  }
}
.bottom_header .row {
  flex-wrap: nowrap;
}
.bottom_header .right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 22px;
  position: relative;
  margin-left: 21px;
}
@media (max-width: 1200px) {
  .bottom_header .right {
    padding-left: 11px;
    margin-left: 10px;
  }
}
.bottom_header .right:before {
  content: "";
  width: 1px;
  height: 29px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bottom_header .right li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  font-family: SFProDisplay-Semibold;
}
@media (max-width: 1200px) {
  .bottom_header .right li a {
    font-size: 14px;
  }
}
.bottom_header .right li a span {
  color: #ff0000;
  padding-left: 4px;
}
.bottom_header .right li a img, .bottom_header .right li a i {
  margin-right: 7px;
}
.bottom_header .right li a i {
  width: 10px;
  height: 10px;
  background: #006cff;
  border-radius: 50%;
}
.bottom_header .right li a.promotion {
  text-transform: uppercase;
  color: #ff0000;
}
.bottom_header .right li a.brand {
  color: #0252ed;
  text-transform: uppercase;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--main-bg) center center no-repeat;
  background-size: cover;
}

.meteor-1 {
  position: absolute;
  top: 207px;
  left: 71%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 9s linear infinite;
}
.meteor-1:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-2 {
  position: absolute;
  top: 406px;
  left: 51%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 7.2s linear infinite;
}
.meteor-2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-3 {
  position: absolute;
  top: 300px;
  left: 41%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 9.5s linear infinite;
}
.meteor-3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-4 {
  position: absolute;
  top: 262px;
  left: 62%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 10s linear infinite;
}
.meteor-4:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-5 {
  position: absolute;
  top: 520px;
  left: 18%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 3.8s linear infinite;
}
.meteor-5:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-6 {
  position: absolute;
  top: 411px;
  left: 54%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 8.1s linear infinite;
}
.meteor-6:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-7 {
  position: absolute;
  top: 139px;
  left: 55%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 6.6s linear infinite;
}
.meteor-7:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-8 {
  position: absolute;
  top: 227px;
  left: 60%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 7.1s linear infinite;
}
.meteor-8:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-9 {
  position: absolute;
  top: 410px;
  left: 53%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 8.5s linear infinite;
}
.meteor-9:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-10 {
  position: absolute;
  top: 537px;
  left: 30%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 6.2s linear infinite;
}
.meteor-10:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-11 {
  position: absolute;
  top: 59px;
  left: 98%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 6s linear infinite;
}
.meteor-11:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-12 {
  position: absolute;
  top: 300px;
  left: 16%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 7s linear infinite;
}
.meteor-12:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-13 {
  position: absolute;
  top: 447px;
  left: 32%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 8.2s linear infinite;
}
.meteor-13:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-14 {
  position: absolute;
  top: 133px;
  left: 67%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 6.6s linear infinite;
}
.meteor-14:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-15 {
  position: absolute;
  top: 287px;
  left: 59%;
  width: 300px;
  height: 3px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #F8F378, rgba(255, 255, 255, 0));
  animation: meteor 3.7s linear infinite;
}
.meteor-15:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

@keyframes meteor {
  0% {
    opacity: 1;
    margin-top: -300px;
    margin-right: -300px;
  }
  12% {
    opacity: 0;
  }
  15% {
    margin-top: 300px;
    margin-left: -600px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#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;
  background: #F4F4F4;
}
@media (min-width: 992px) {
  #ims-wrapper {
    padding-top: 0;
  }
}

/* ------****------Header------****------*/
header {
  width: 100%;
  z-index: 1000;
  transition: all 300ms ease-in-out;
}
header .header_bottom {
  transition: all 300ms ease-in-out;
}
header .header_bottom .right_box {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 15px;
}
@media (min-width: 1300px) {
  header .header_bottom .right_box {
    padding-left: 50px;
    padding-right: 0;
    margin: 0;
  }
}
header .header_bottom .right_box.is_login .header_user {
  order: 1;
}
header .header_bottom .right_box.is_login .header_user ul {
  order: 1;
}
header .header_bottom .right_box.is_login .header_user .noti {
  padding: 0 10px;
}
header .header_bottom .right_box.is_login .header_user .noti.empty a span {
  color: #212529;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
header .header_bottom .right_box.is_login .header_user .noti a {
  position: relative;
}
header .header_bottom .right_box.is_login .header_user .noti a i {
  font-size: 20px;
}
header .header_bottom .right_box.is_login .header_user .noti a span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: red;
  font-size: 11px;
  padding-left: 1px;
  padding-top: 1px;
  right: -5px;
  top: -1px;
}
header .header_bottom .row {
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header .header_bottom .logo {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
header .header_bottom .logo img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
}
header .header_bottom .navbar {
  flex: 1 1;
  padding: 0;
}
header .header_bottom .header-tool button {
  background: transparent;
  border: 1px solid #ff980f;
  width: 40px;
  height: 40px;
  padding: 8px;
}
header .header_bottom .header-tool button .icon-bar {
  background: #ff980f;
}

header.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
header.fixed_menu .logo a img {
  max-height: 60px;
  transition: 300ms ease-in-out;
}
header.fixed_menu .header_top {
  display: none;
}
header.fixed_menu .header_bottom .logo {
  opacity: 1;
}

.header-tool {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

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

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.change .icon-bar:first-child {
  transform: translate3d(0, 6px, 0) rotate(34deg);
}

.change .icon-bar:nth-child(2) {
  opacity: 0;
}

.change .icon-bar:last-child {
  transform: translate3d(0, -6px, 0) rotate(-34deg);
}

/* ------****------ims-Menu-Main------****------*/
#ims-main-menu:not(.sideMenu) {
  width: 100%;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li {
  position: relative;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.dropdown {
  display: flex;
  align-items: center;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.dropdown:after {
  content: "\f078";
  font: 300 13px/1 "Font Awesome 5 Pro";
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.last a:after {
  display: none;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.white > a {
  color: #fff;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li > a {
  font: 400 16px/150% "Roboto";
  color: var(--menu-color);
  border-radius: 25px;
  display: block;
  padding: 0px 12px;
  line-height: 62px;
  position: relative;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li > a:after {
  display: block;
  content: "";
  font-weight: bold;
  position: absolute;
  height: 13px;
  overflow: hidden;
  width: 1px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #383838;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li > a.dropdown-toggle::after {
  content: unset;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li > a.has-submenu::after {
  content: "\f078";
  font: 300 13px/1 "Font Awesome 5 Pro";
  padding-left: 5px;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu {
  background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
  border: none;
  border-radius: 0 0 15px 15px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  top: 40px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 0.2s ease-out;
    transform: translateY(20px);
  }
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li {
  padding: 0;
  position: relative;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li:last-child {
  border-bottom: none;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li a {
  font: 400 16px/150% "Baloo 2", cursive;
  color: var(--menu-color);
  padding: 9px 24px;
  position: relative;
  transition: 500ms ease-in-out;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li a:hover, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li a:focus {
  background: #0065b6;
  color: #fff;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li .dropdown-menu {
  top: -10px;
  left: calc(100% + 10px);
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li:hover .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul.dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: 0.3s ease-in;
  transform: translateY(0px);
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:hover > a {
  color: #FF960B;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > a, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > a, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.current > a {
  font-weight: 500;
  color: #FF960B;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.current > .dropdown-menu {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.current > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: 0.3s ease-in;
    transform: translateY(0px);
  }
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > .dropdown-menu .dropdown-submenu:hover .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > .dropdown-menu .dropdown-submenu:hover .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.current > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > .dropdown-menu .dropdown-submenu:hover .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > .dropdown-menu .dropdown-submenu:hover .dropdown-menu, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li.current > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: 0.3s ease-in;
    transform: translateY(0px);
  }
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul {
  list-style-type: none;
  padding: 0;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li {
  min-width: 170px;
  padding: 0;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a {
  color: #fff;
  display: block;
  padding: 7px 15px;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a:hover, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a:focus, #ims-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a.current {
  color: #fff !important;
  background: #0065b6;
}
#ims-main-menu:not(.sideMenu) ul.menu-wrapper .dropdown-item {
  white-space: normal;
}
#ims-main-menu:not(.sideMenu).is_login ul li a {
  font: 400 14px/150% "Roboto";
  padding: 0px 6px;
}
@media (min-width: 1100px) {
  #ims-main-menu:not(.sideMenu).is_login ul li a {
    padding: 0px 10px;
  }
}
@media (min-width: 1200px) {
  #ims-main-menu:not(.sideMenu).is_login ul li a {
    font: 400 16px/150% "Roboto";
    padding: 0px 12px;
    line-height: 37px;
  }
}
#ims-main-menu:not(.sideMenu).is_login ul li a span {
  line-height: 37px;
}
#ims-main-menu:not(.sideMenu).is_login li.last {
  background: #FF960B;
  border-radius: 5px;
}
#ims-main-menu:not(.sideMenu).is_login li.last:hover {
  background: #04457A;
}
#ims-main-menu:not(.sideMenu).is_login li.last:hover .nav-link {
  font-weight: 600;
}
#ims-main-menu:not(.sideMenu).is_login li.last a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
#ims-main-menu:not(.sideMenu).is_login li.last a:before {
  content: url("../../../../../resources/images/user/login.png");
  margin-right: 10px;
}
#ims-main-menu:not(.sideMenu).is_login li.last a:hover {
  color: #ffffff;
}
#ims-main-menu:not(.sideMenu).is_login li:nth-last-child(3) a {
  display: flex;
  align-items: center;
}
#ims-main-menu:not(.sideMenu).is_login li:nth-last-child(3) a:before {
  content: url("../../../../../resources/images/user/lock.png");
  margin-left: 10px;
  order: 1;
}

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

.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: 0;
  right: 0;
  border: 0;
}
@media (min-width: 576px) {
  .sideMenu .navbar-toggler {
    display: none;
  }
}
.sideMenu .navbar-toggler .icon-bar {
  background: #fff;
}
.sideMenu .box_user {
  color: #fff;
  background: #ff980f;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
}
@media (min-width: 576px) {
  .sideMenu .box_user {
    padding: 7px 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.sign_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
}
.sideMenu .box_user ul.sign_group li {
  text-align: center;
  flex: 1 1 48%;
}
.sideMenu .box_user ul.sign_group li a {
  font-size: 1rem;
  background: #ffffff;
  color: #000000;
  border-radius: 5px;
  padding: 0 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.sideMenu .box_user ul.sign_group li a span {
  line-height: 35px;
}
.sideMenu .box_user ul.sign_group li a:hover, .sideMenu .box_user ul.sign_group li a:focus, .sideMenu .box_user ul.sign_group li a:active {
  color: #ffffff;
  background: #04457A;
  border-color: #04457A;
}
.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 {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  display: inline-block;
  padding: 10px;
  position: relative;
}
.sideMenu #ims-side-menu ul li > a.current {
  color: #ff980f;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon {
  font: 900 18px/150% "Font Awesome 5 Duotone";
  color: #007528;
  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: 400 16px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  font: 400 15px/150% "Baloo 2", cursive;
  color: #fff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

/*-----------------------------------------------------*/
.border_bullet {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.border_bullet:before {
  content: "";
  background: #d6b272;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.border_bullet:after {
  content: "";
  background: url("../../../../../resources/images/bullet.png") center center no-repeat;
  background-color: inherit;
  background-size: contain;
  width: 26%;
  min-height: 1px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#BactoTop {
  width: 57px;
  height: 57px;
  background-color: #eeeeee;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 43px;
  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;
}
#BactoTop span {
  font-size: 32px;
}

.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);
  }
}
/* ------****------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: 768px) {
  #container .row_m_c #ims-content {
    flex: 0 0 69.584%;
    max-width: 69.584%;
  }
}
@media (min-width: 768px) {
  #container .row_m_c #ims-column {
    flex: 0 0 30.416%;
    max-width: 30.416%;
    padding-left: 30px;
  }
}

/* ------****------Paginate------****------*/
.paginate {
  padding: 1.5rem 0 0;
  text-align: right;
  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: 20px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #707070;
  background: transparent;
}
.paginate .pagelink:hover, .paginate .pagecur:hover, .paginate .btnPage:hover {
  color: #04457A;
}
.paginate .pagelink .material-icons, .paginate .pagecur .material-icons, .paginate .btnPage .material-icons {
  font-size: 30px;
}
.paginate .btnPage {
  color: #04457A;
  background: none;
  border: 1px solid #04457A;
}
.paginate .btnPage.prev {
  margin-right: 20px;
}
.paginate .btnPage.next {
  margin-left: 20px;
}
.paginate .btnPage i:before {
  color: #808080;
  font-size: 21.3px;
}
.paginate .pagecur, .paginate .pagecur:hover {
  color: #FFF;
  background: #04457A;
}

/* ----------------------------------------*/
#main_slide {
  position: relative;
}
@media (max-width: 990px) {
  #main_slide {
    margin-top: 50px;
  }
}
#main_slide .container {
  max-width: 1366px;
  padding: 0;
  overflow: hidden;
}
#main_slide .row_item {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: none;
}
#main_slide .row_item.slick-initialized {
  display: block;
}
#main_slide .slick-track .item a {
  display: block;
  padding-top: 47.45%;
  position: relative;
  overflow: hidden;
}
#main_slide .slick-track .item a .ibanner {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main_slide .slick-track .item a iframe {
  height: 100% !important;
}
#main_slide .slick-dots {
  bottom: 10px;
}
#main_slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px 5px;
}
#main_slide .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f9f9f9;
  margin-right: 0;
}
#main_slide .slick-dots li button:before {
  display: none;
}
#main_slide .slick-dots li button[aria-selected=true] {
  background: var(--primary-bg);
}
#main_slide .item a {
  width: 100%;
}
#main_slide .item a img {
  width: 100%;
  height: auto;
}
#main_slide .social {
  text-align: center;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #main_slide .social {
    display: block;
  }
}
#main_slide .social a {
  color: #fff;
  padding: 0 3%;
}
#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: var(--primary-bg);
  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: var(--primary-bg);
  opacity: 1;
  font-size: 16px;
}
#main_slide .icon-home {
  position: absolute;
  top: 10%;
}

.content_banner {
  position: absolute;
  bottom: 12%;
  text-align: justify;
  left: 1%;
  font-size: 16px;
}
@media (min-width: 480px) {
  .content_banner {
    max-width: 55%;
  }
}
@media (min-width: 824px) {
  .content_banner {
    font-size: 18px;
    max-width: 30%;
  }
}
@media (min-width: 1100px) {
  .content_banner {
    left: 6%;
    max-width: 24%;
  }
}
@media (max-width: 475px) {
  .content_banner .text {
    display: none;
  }
}
.content_banner .group_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 1100px) {
  .content_banner .group_btn {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .content_banner .group_btn {
    font-size: 14px;
  }
}
.content_banner .group_btn a {
  text-align: center;
  border: 2px solid #FF960B;
  height: 41px;
  line-height: 38px;
  transition: 0.3s all;
  padding: 0 5px;
}
.content_banner .group_btn a + a {
  margin-left: 5px;
}
@media (min-width: 480px) {
  .content_banner .group_btn a {
    flex: 0 0 49%;
    max-width: 49%;
    text-transform: uppercase;
    margin: 0;
  }
}
.content_banner .group_btn a.test {
  background: #FF960B;
  color: #ffffff;
}
.content_banner .group_btn a:hover {
  transform: translateY(-5px);
  transition: 0.3s all;
  box-shadow: 0 0 3px;
  box-shadow: 1px 1px 5px 1px #767676;
}

#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: 5px 0;
}
.brand_scroll .brand_scroll-content {
  margin: 0 -7px;
  display: flex;
}
.brand_scroll .slick-track {
  display: flex;
  align-items: center;
}
.brand_scroll .item {
  padding: 12px;
}
.brand_scroll .item a {
  box-shadow: 0 0 20px 0.5px rgba(0, 0, 0, 0.1);
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.brand_scroll .item a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.award_scroll {
  background: #FFF;
  padding: 50px 0;
}
.award_scroll .title {
  font: 700 22px/150% "Baloo 2", cursive;
  text-align: center;
  color: #000;
  padding-bottom: 45px;
  margin-bottom: 20px;
  position: relative;
}
.award_scroll .title:after {
  content: "";
  background: url("../../../../../resources/images/award-bottom.png") center center no-repeat;
  width: 80px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.award_scroll .award_scroll-content {
  margin: 0 -15px;
  display: flex;
}
.award_scroll .slick-track {
  display: flex;
  align-items: center;
}
.award_scroll .item {
  padding: 15px;
}
.award_scroll .item a {
  display: block;
  border: 2px solid #eee;
  border-radius: 10px;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.award_scroll .item a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.achievement {
  background: #e6ca5c;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.achievement .row {
  min-height: 211px;
}
.achievement .item {
  color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
}
.achievement .item .img {
  max-width: 170px;
  max-height: 156px;
  margin: auto;
}
.achievement .item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.achievement .item .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.achievement .item .num p {
  font: 700 16px/150% "Baloo 2", cursive;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .achievement .item .num p {
    font-size: 26px;
  }
}
.achievement .item .num .count {
  font: 100 30px/150% "Baloo 2", cursive;
}
@media (min-width: 992px) {
  .achievement .item .num .count {
    font-size: 60px;
  }
}

#social .container {
  margin: auto;
}
@media (min-width: 1600px) {
  #social .container {
    max-width: 1366px;
  }
}
#social .container .row a {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms ease-in-out;
}
@media (min-width: 576px) {
  #social .container .row a {
    height: 150px;
  }
}
@media (min-width: 992px) {
  #social .container .row a {
    height: 215px;
  }
}
#social .container .row a:nth-child(2n) {
  background: #f9f9f9;
}
#social .container .row a img {
  max-width: 50px;
  transition: 300ms ease-in-out;
}
@media (min-width: 576px) {
  #social .container .row a img {
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  #social .container .row a img {
    max-width: 100px;
  }
}
#social .container .row a:hover {
  background: var(--bg);
}
#social .container .row a:hover img {
  filter: brightness(0) invert(1);
}

/* ------****------Footer------****------*/
footer {
  color: var(--primary-color);
  background: transparent;
  margin-top: 58px;
  font-size: 15px;
}
@media (min-width: 1100px) {
  footer {
    font-size: 17px;
  }
}
footer .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .row {
    margin: 0;
  }
}
footer .menu_footer-top .logo-footer {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 1100px) {
  footer .menu_footer-top .logo-footer {
    padding-bottom: 2rem;
  }
}
footer .menu_footer-top .logo-footer a {
  height: 100px;
  font: 400 20px/150% "UTMHelve";
}
footer .menu_footer-top .logo-footer a img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  footer .menu_footer-top .logo-footer a img {
    max-width: 220px;
  }
}
footer .menu_footer-top .footer-col.px6 {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  footer .menu_footer-top .footer-col.px6 {
    padding: 0;
    padding-bottom: 30px;
  }
}
footer .menu_footer-top .footer-col .col-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}
footer .menu_footer-top .footer-col ul li {
  display: block;
  width: 100%;
}
footer .menu_footer-top .footer-col ul li:last-child a {
  margin-bottom: 0;
}
footer .menu_footer-top .footer-col ul li a {
  padding: 0;
  margin-bottom: 15px;
}
footer .menu_footer-top .footer-col ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer .menu_footer-top .footer-logo {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
footer .menu_footer-top .footer-logo .info > div {
  font-family: "UTMHelve";
  font-size: 20px;
  padding: 5px 0;
  padding-left: 15px;
  position: relative;
}
footer .menu_footer-top .footer-logo .info > div i {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 100%;
}
footer .menu_footer-top .footer-logo .info > div i:after {
  content: "";
  background: url("../../../../../resources/images/tick.png") no-repeat;
  width: 35px;
  height: 35px;
  display: none;
}
@media (min-width: 992px) {
  footer .menu_footer-top .footer-map {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (max-width: 1024px) {
  footer .menu_footer-top .footer-map {
    padding: 0;
  }
}
footer .menu_footer-top .footer-map .info > div {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
footer .menu_footer-top .footer-map .info > div:last-child {
  margin-bottom: 0;
}
footer .menu_footer-top .footer-map .info > div span {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 4px;
}
@media (min-width: 992px) {
  footer .menu_footer-top .footer-fanpage {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 992px) {
  footer .menu_footer-top .footer-social {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
  }
}
footer .menu_footer-top .footer-social .flys {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
footer .menu_footer-top .footer-social .flys .fly {
  margin-bottom: -10.8rem;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  animation: float 4s ease-in-out infinite;
}
footer .menu_footer-top .footer-social .follow {
  margin: 10px -9px 15px;
}
footer .menu_footer-top .footer-social .follow a {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  margin: 0 9px;
}
footer .menu_footer-top .footer-social .follow a:not(:first-child) {
  margin-top: 7px;
}
footer .menu_footer-top .footer-social .follow a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
footer .menu_footer-top .footer-menu {
  flex: 0 0 190px;
  padding: 0;
}
footer .list_item_social {
  position: relative;
  margin-top: 20px;
}
footer .list_item_social a i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s all;
}
footer .list_item_social a i:hover {
  opacity: 0.5;
  transition: 0.3s all;
}
footer .list_item_social a i.fa-skype {
  background: #00AFF0;
}
footer .list_item_social a i.fa-facebook-f {
  background: #4267B2;
}
footer .list_item_social a i.fa-youtube {
  background: #FF0000;
}
footer .list_item_social a i.fa-zalo:before {
  background: url("../../../../../resources/images/icon-zalo.png") no-repeat;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 7px;
}
footer .menu_footer-bottom {
  background: #CE760D;
  width: 100vw;
  margin-left: calc(-50vw + 49.3%);
}
footer .menu_footer-bottom .row {
  padding: 8px 0;
}
footer .menu_footer-bottom .copyright {
  text-align: center;
  font-size: 15px;
  color: var(--footer-color);
}

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

#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);
  }
}
/* ----------------------------------------------- */
.side_button {
  position: fixed;
  display: none;
  bottom: 300px;
  right: 10px;
  z-index: 1;
}
@media (min-width: 992px) {
  .side_button {
    display: block;
  }
}
.side_button .btn-side {
  font: 400 36px/1 "SVN Water";
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, rgb(255, 176, 12) 40%, rgb(255, 137, 2) 80%);
  border: 2px solid #fff;
  border-radius: 50px;
  min-width: 358px;
  display: block;
  padding: 16px 5px;
  margin-bottom: 30px;
  animation: 1500ms pulse linear infinite;
}
.side_button .btn-side:last-child {
  background: radial-gradient(circle, rgb(255, 200, 12) 20%, rgb(255, 137, 2) 70%);
  box-shadow: inset 0 0 16px 8px rgb(255, 137, 2);
}

.hotline.sticky {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
.hotline.sticky .icon {
  font-size: 25vmin;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(15deg, rgb(230, 8, 8) 40%, rgba(230, 8, 8, 0.8) 80%);
  border-radius: 50%;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
  margin: 0;
  position: relative;
  animation: phone-outer 3000ms infinite;
}
.hotline.sticky .icon:before {
  position: absolute;
  content: "";
}
.hotline.sticky .icon:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
  animation: phone-inner 3000ms infinite;
}
.hotline.sticky .icon i {
  font-size: 21px;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  animation: phone-icon 1500ms infinite;
}
.hotline.sticky .phone-number {
  font: 600 25px/150% "Baloo 2", cursive;
  color: #fff;
  background: linear-gradient(15deg, rgb(230, 8, 8) 40%, rgba(230, 8, 8, 0.8) 80%);
  border-radius: 25px;
  display: none;
  opacity: 0;
  padding: 0 10px;
  transition: all 300ms ease;
}
.hotline.sticky:hover .phone-number, .hotline.sticky:focus .phone-number {
  display: block !important;
  opacity: 1;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.hotline-phone-ring-wrap .hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle i {
  color: #ffffff;
  font-size: 20px;
}
.hotline-phone-ring-wrap .hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
}
.hotline-phone-ring-wrap .hotline-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  font-family: Arial;
}
.hotline-phone-ring-wrap .hotline-bar a span {
  line-height: 40px;
}

.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 {
  padding-bottom: 3px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info .price_format span {
  color: #FF0000;
}

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

.slider {
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .slider {
    padding-top: 10px;
  }
}
.slider #main_slide {
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 993px) {
  .slider #main_slide {
    width: calc(100% - 321px);
    padding-right: 10px;
  }
  .slider #main_slide .row_item {
    height: 100%;
  }
  .slider #main_slide .row_item .slick-list, .slider #main_slide .row_item .slick-track, .slider #main_slide .row_item .item {
    height: 100%;
  }
  .slider #main_slide .row_item .slick-list a, .slider #main_slide .row_item .slick-track a, .slider #main_slide .row_item .item a {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .slider #main_slide .row_item .slick-list a img, .slider #main_slide .row_item .slick-track a img, .slider #main_slide .row_item .item a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    max-width: unset;
    width: auto;
    min-width: 100%;
  }
}
.slider .right_slide {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media (min-width: 993px) {
  .slider .right_slide {
    width: 321px;
    margin: 0;
  }
}
.slider .right_slide .banner_item {
  padding: 0 5px;
}
@media (min-width: 993px) {
  .slider .right_slide .banner_item {
    padding: 0 0 10px;
  }
}
.slider .right_slide .banner_item a {
  width: 100%;
}
.slider .right_slide .banner_item a img {
  width: 100%;
}

@media (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs .fancybox-thumbs__list {
    margin: auto;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.fancybox-progress {
  background: var(--primary-bg);
}

.fancybox-thumbs__list a:before {
  border-color: var(--primary-bg);
}/*# sourceMappingURL=layout.css.map */