html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

@font-face {
  font-family: dancing-script;
  src: url(../fonts/SVN-Dancing-script.ttf);
}

.noel_24122024 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #fff;
  position: relative;
}

.noel_24122024 strong {
  font-weight: 600;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
:focus {
  text-decoration: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
}

.thumbnail {
  padding: 0px;
  border: none;
  background: none;
  margin: 0px;
  overflow: hidden;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.noel_24122024 .container {
  width: 100%;
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
/* MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  cursor: pointer;
  z-index: 9999;
}

.top_header.fixed_header .icon_mobile_click .burger {
  background: #04326d;
}

.icon_mobile_click .burger {
  width: 27px;
  height: 2px;
  background: #fff;
  margin: 6px 0px;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_full_secure {
  position: fixed;
  top: 0;
  bottom: 100%;
  width: 100%;
  z-index: 99999999;
  overflow: auto;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  background: #00873e;
}
#menu_mobile_full_secure:before {
  position: absolute;
  content: "";
  /*    background: url(../images/24122024-snow-mobile.png) no-repeat;*/
  width: 100%;
  height: 160px;
  bottom: 0px;
  left: 0px;
}
#menu_mobile_full_secure .mobif_bg {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 16px 190px 16px;
  position: relative;
}
#menu_mobile_full_secure .header_mobif {
  display: flex;
  justify-content: space-between;
  padding: 14px 0px 32px 0px;
  align-items: center;
}
#menu_mobile_full_secure .header_mobif .logo_mobif figure {
  max-width: 150px;
  width: 100%;
}
.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full_secure .close_menu {
  font-size: 25px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  background: transparent;
  display: none;
  cursor: pointer;
  top: 20px;
  z-index: 999;
}
#menu_mobile_full_secure .close_menu svg {
  position: relative;
  top: 4px;
}
#menu_mobile_full_secure .close_menu svg path {
  fill: #fd7819;
}
#menu_mobile_full_secure .close_menu img {
  cursor: pointer;
}

#menu_mobile_full_secure .mobile-menu {
  margin: 10px 0px 0px 0px;
}

#menu_mobile_full_secure .menu > li.active {
  padding: 15px 0px 10px 0px;
}

#menu_mobile_full_secure ul li {
  position: relative;
  padding: 14px 0px;
  width: 100%;
  border-bottom: 1px dashed #59c1a7;
}

#menu_mobile_full_secure ul.menu > li {
  display: table;
}

#menu_mobile_full_secure ul li a {
  color: #000;
  transition: all 0.3s;
}

#menu_mobile_full_secure ul.menu > li > a {
  font-weight: 600;
  font-size: 22px;
}

#menu_mobile_full_secure ul li a:hover {
  text-decoration: none;
  background: none;
  color: #fd7819;
}

#menu_mobile_full_secure li span {
  margin: 0px 0px 0px 10px;
}
#menu_mobile_full_secure .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
}

#menu_mobile_full_secure .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full_secure .sub-menu li a {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/

#menu_mobile_full_secure li.menu-item-has-children::before {
  content: url(../images/arrow-right-white.png);
  position: absolute;
  right: -30px;
  top: 16px;
  color: #fff;
  font-size: 20px;
}

#menu_mobile_full_secure .menu {
  margin: 0px 0px 20px 0px;
}

#menu_mobile_full_secure .menu > li.not-have-child {
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child:last-child > a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full_secure .menu > li.not-have-child > a {
  display: inline-block;
  font-size: 17px;
}

#menu_mobile_full_secure .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}

.menu_show nav ul.menu > li {
  animation: fadeInRight 0.5s ease forwards;
  opacity: 0;
}

.menu_show nav ul.menu > li:nth-child(1) {
  animation-delay: 0.35s;
}

.menu_show nav ul.menu > li:nth-child(2) {
  animation-delay: 0.4s;
}

.menu_show nav ul.menu > li:nth-child(3) {
  animation-delay: 0.45s;
}

.menu_show nav ul.menu > li:nth-child(4) {
  animation-delay: 0.5s;
}

.menu_show nav ul.menu > li:nth-child(5) {
  animation-delay: 0.55s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/* END MENU MOBILE*/
/*css content*/
.noel_24122024 .raise_24122024 {
}
.noel_24122024 .raise_24122024:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-snow-img1.png) no-repeat;
  max-width: 178px;
  width: 100%;
  height: 178px;
  left: 42px;
  top: 50%;
}

.noel_24122024 .raise_24122024:after {
  position: absolute;
  content: "";
  background: url(../images/24122024-snow-img2.png) no-repeat;
  max-width: 108px;
  width: 100%;
  height: 526px;
  right: 306px;
  top: 108px;
}

.noel_24122024 .noel_title {
  text-align: center;
  position: relative;
}

.noel_24122024 .noel_title h2 {
  font-size: 45px;
  line-height: 53px;
  font-family: "Yeseva One", serif;
  margin: 0px;
  color: #fff;
  font-weight: 400;
}

.noel_24122024 .raise_24122024 .raise_general {
  display: flex;
  align-items: center;
  gap: 48px;
}

.noel_24122024 .raise_24122024 .pine_img {
  position: absolute;
  right: 80px;
  bottom: -10px;
}

.chat1 {
  display: none;
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
    transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
    transform: translate(10vw, 100vh);
  }
}

.noel_24122024 .tp_24122024 {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.noel_24122024 .tp_24122024 .tp_general {
  height: 100vh;
  min-height: 1020px;
}

.noel_24122024 .tp_24122024:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-red-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: 100% 100%;
}

.noel_24122024 .tp_24122024 .tp_general {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  z-index: 9;
  padding: 150px 0 0 0;
}

.noel_24122024 .tp_24122024 .tp_led {
  transition: ease-in-out 0.3s;
  animation: alternate-reverse infinite ball1 ease-in-out;
  -webkit-animation: alternate-reverse infinite ball1 ease-in-out;
}

.noel_24122024 .tp_24122024 .tp_led1 {
  position: absolute;
  top: 0px;
  left: 16px;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

.noel_24122024 .tp_24122024 .tp_led2 {
  position: absolute;
  top: 0px;
  left: 155px;
  animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
}

.noel_24122024 .tp_24122024 .tp_led3 {
  position: absolute;
  top: 0px;
  right: 122px;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.noel_24122024 .tp_24122024 .tp_led4 {
  position: absolute;
  top: 0px;
  right: 26px;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
}
.noel_24122024 .tp_24122024 .tp_gift {
  position: absolute;
  bottom: -130px;
  right: 0px;
}
@keyframes ball1 {
  0% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
}

@-webkit-keyframes ball1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
  }
}

.noel_24122024 .tp_24122024 .text_widget {
  width: 58%;
  position: relative;
}

.noel_24122024 .tp_24122024 .text_widget .mascot_tenten {
  position: absolute;
  bottom: -280px;
  left: 0;
}

.noel_24122024 .tp_24122024 .wrap_figure {
  width: 49%;
  position: relative;
  text-align: right;
}
.noel_24122024 .tp_24122024 .text_widget figure {
  display: table;
  margin: 0px auto;
}
.noel_24122024 .tp_24122024 .wrap_figure figure {
  position: relative;
}

.noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(2) {
  position: absolute;
  bottom: -90px;
  left: -310px;
}

.noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(3) {
  position: absolute;
  bottom: -60px;
  right: -60px;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

.noel_24122024 .tp_24122024 .tg_countdown_idx {
  margin: 18px 0px 0px 0px;
}

.noel_24122024 .tp_24122024 .tg_countdown_idx ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 46px;
  max-width: 500px;
  margin: 0px auto;
}

.noel_24122024 .tp_24122024 .tg_countdown_idx ul li {
  position: relative;
}

.noel_24122024 .tp_24122024 .tg_countdown_idx ul li strong {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  text-shadow: 4px 4px 2px #00000040;
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noel_24122024 .tp_24122024 .tg_countdown_idx ul li:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-tp-countdown-bg.png) no-repeat;
  width: 90px;
  height: 90px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-size: contain;
}
.noel_24122024 .tp_24122024 .tg_countdown_idx ul li:after {
  content: ":";
  position: absolute;
  font-size: 50px;
  top: 29px;
  right: -28px;
}
.noel_24122024 .tp_24122024 .tg_countdown_idx ul > li:last-child:after {
  display: none;
}
.noel_24122024 .tp_24122024 .tg_countdown_idx ul > li:last-child strong:after {
  content: "";
}

.noel_24122024 .tp_24122024 .tg_countdown_idx ul li span {
  font-weight: 500;
  display: table;
  margin: 5px auto 0px auto;
  text-align: center;
}

.noel_24122024 .tp_24122024 .tp_btn {
  background: linear-gradient(180deg, #97010f 0%, #c70c1e 100%);
  border-radius: 90px;
  gap: 6px;
  font-size: 18px;
  line-height: 26px;
  color: #ffef78;
  display: table;
  margin: 48px auto 0px auto;
  padding: 12px 50px 14px 50px;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  box-shadow: 0px 4px 4px 0px #3e050540;
  border: 1px solid transparent;
}
.noel_24122024 .tp_24122024 .tp_btn figure {
  display: inline-block;
  position: relative;
  top: 7px;
}
.noel_24122024 .tp_24122024 .tp_btn:hover {
  border: 1.5px solid #febe64;
}
.noel_24122024 .tp_24122024 .tp_btn strong {
  padding: 0;
  position: relative;
  top: 2px;
  font-weight: 400;
}

.noel_24122024 .raise_24122024 {
  background: #00873e;
  position: relative;
  padding: 180px 0 0 0;
  margin: -60px 0 0 0;
}

.noel_24122024 .raise_24122024 .raise_general {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px 0px 120px 0px;
  position: relative;
}

.noel_24122024 .raise_24122024 .text_widget {
  width: 45%;
}

.noel_24122024 .raise_24122024 .wrap_figure {
  width: 55%;
}
.noel_24122024 .raise_24122024 .wrap_figure figure {
  max-width: 538px;
}
.noel_24122024 .raise_24122024 .raise_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 48px;
  grid-row-gap: 20px;
}

.noel_24122024 .raise_24122024 .raise_detailds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.noel_24122024 .raise_24122024 .raise_inside {
  position: relative;
  width: 260px;
  height: 261px;
  transition: all 0.3s;
}

.noel_24122024 .raise_24122024 .raise_inside:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-noel-raise-hover.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
}

.noel_24122024 .raise_24122024 .raise_detailds:hover .raise_inside:before {
  background: url(../images/24122024-noel-raise.png) no-repeat;
}

.noel_24122024 .raise_24122024 .raise_ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
}

.noel_24122024 .raise_24122024 .raise_ct span {
  font-family: "Yeseva One", serif;
  font-size: 50px;
  line-height: 58px;
  color: #ffe713;
}

.noel_24122024 .raise_24122024 .raise_ct strong {
  font-size: 18px;
  line-height: 26px;
  display: table;
  margin: 8px auto 0px auto;
}

.noel_24122024 .raise_24122024 .raise_coupon {
  box-shadow: 0px 6px 6px 0px #ffffff1a inset;
  background: #b52122;
  border-radius: 60px 60px 10px 10px;
  padding: 12px;
  width: 100%;
  margin: -40px 0px 0px 0px;
  position: relative;
}

.noel_24122024 .raise_24122024 .raise_coupon .raise_nocode {
  text-align: center;
  display: table;
  margin: 0px auto;
  font-family: "Yeseva One", serif;
  font-weight: 400;
}

.noel_24122024 .raise_24122024 .qb_endow {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.noel_24122024 .raise_24122024 .qb_copy_code {
  font-weight: 500;
  color: #febe64;
}
.noel_24122024 .qb_copy_code {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.noel_24122024 .qb_copy_code:hover {
  color: #ffe713 !important;
}
.noel_24122024 .commit_24122024 {
  position: relative;
  z-index: 3;
  padding: 120px 0px;
  background: #006543;
}

.noel_24122024 .commit_24122024:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-commit-snow-bg.png) no-repeat;
  max-width: 1567px;
  width: 100%;
  height: 646px;
  top: 216px;
  left: 189px;
}

.noel_24122024 .commit_24122024 .commit_img {
  display: flex;
  justify-content: center;
  margin: 0px 0px 24px 0px;
}

.noel_24122024 #formSearchDomain {
  display: flex;
  border: 1.5px solid #fcf3d6;
  background: #07323375;
  border-radius: 90px;
  max-width: 740px;
  width: 100%;
  margin: 48px auto 0px auto;
  position: relative;
}

.noel_24122024 #formSearchDomain .tg_wrap_search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 0px 30px 0px;
}

.noel_24122024 #formSearchDomain .tg_wrap_search .textarea {
  width: 100%;
  position: relative;
  top: 4px;
}

.noel_24122024 #formSearchDomain .tg_wrap_search textarea {
  width: 100%;
  background: transparent;
  border: none;
  resize: none;
  padding: 0px;
}

.noel_24122024 #formSearchDomain .tg_wrap_search textarea::placeholder {
  color: #e3d3c48f;
  font-style: italic;
}

.noel_24122024 #formSearchDomain .bg_search {
  width: 160px;
  text-align: center;
  border-radius: 90px;
}

.noel_24122024 #formSearchDomain .bg_search a {
  color: #fd7819;
  font-weight: 500;
  background: #fff;
  border-radius: 90px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  width: 100%;
}

.noel_24122024 .commit_24122024 .commit_general {
  position: relative;
}

.noel_24122024 .commit_24122024 .commit_bg {
  margin: 48px 0px 0px 0px;
}

.noel_24122024 .commit_24122024 .commit_inside {
  width: 150px;
  height: 150px;
  border: 4px solid #034e3b;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all 0.3s;
}
.noel_24122024 .commit_24122024 .commit_inside:hover {
  border: 4px solid #23ba94;
}
.noel_24122024 .commit_24122024 .commit_ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  font-family: "Yeseva One", serif;
  font-size: 28px;
  line-height: 36px;
}

.noel_24122024 .commit_24122024 .commit_detailds {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0px 0px 16px 0px;
}

.noel_24122024 .commit_24122024 .commit_bg > .commit_detailds:last-child {
  margin: 0px;
}

.noel_24122024 .commit_24122024 .commit_ct span {
  color: #034e3b;
}

.noel_24122024 .commit_24122024 .commit_ct p {
  display: table;
  margin: 0px auto 0px auto;
  text-align: center;
  color: #b52122;
}

.noel_24122024 .commit_24122024 .commit_note {
  text-align: center;
  margin: 48px 0px 0px 0px;
  font-weight: 400;
}

.noel_24122024 .commit_24122024 .pine_img {
  position: absolute;
  left: 35px;
  bottom: -10px;
}

.noel_24122024 .commit_24122024 .snowman_img {
  position: absolute;
  bottom: -13px;
  right: 0px;
}

.noel_24122024 .tab-content {
  display: none;
  position: relative;
}

.noel_24122024 .tab-content.current {
  display: inherit;
  animation: tgUp 0.3s;
}

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

.noel_24122024 .host_hunter_bg {
  background: #00873e;
  position: relative;
  z-index: 4;
  padding: 0px 0px 120px 0px;
}
.noel_24122024 .host_24122024 {
  padding: 120px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
.noel_24122024 .host_24122024 .host_general {
  margin: 24px 0px 0px 0px;
}

.noel_24122024 .host_24122024 .list_host_desktop {
  margin: 0px 0px 48px 0px;
}

.noel_24122024 .host_24122024 .list_host_desktop ul {
  gap: 32px;
  border-radius: 90px;
  background: #01322733;
  display: table;
  margin: 0px auto;
}

.noel_24122024 .host_24122024 .list_host_desktop ul li {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  padding: 0px;
}

.noel_24122024 .host_24122024 .list_host_desktop ul > li:last-child {
  padding: 0px;
}

.noel_24122024 .host_24122024 .list_host_desktop ul li a {
  display: inline-block;
  text-align: center;
  padding: 5px 24px;
  border-radius: 90px;
  border: 1px solid transparent;
  transition: all 0.3s;
  color: #fff;
}

.noel_24122024 .host_24122024 .list_host_desktop ul li.current a {
  color: #febe64;
  border: 1px solid #febe64;
  background: #015442;
}

.noel_24122024 .host_24122024 .host_bg {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0px 35px 35px;
  gap: 60px;
  background: #015442;
  border-radius: 260px 60px 60px 260px;
  margin: 48px 0px 0px 0px;
  min-height: 470px;
}

.noel_24122024 .host_24122024 .list_host_scrollbar {
  background: #016049;
  box-shadow: 0px 6px 6px 0px #ffffff1a inset;
  border-radius: 60px;
  padding: 30px;
  z-index: 9;
}

.noel_24122024 .host_24122024 .host_perpendicular {
  position: absolute;
  max-width: 470px;
  transform: rotate(90deg);
  top: 190px;
  right: -189px;
  z-index: 9;
}

.noel_24122024 .host_24122024 .list_host_scrollbar ul {
  width: 100%;
}

.noel_24122024 .host_24122024 .list_host_scrollbar ul li {
}

.noel_24122024 .host_24122024 .list_host_scrollbar ul li a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  width: 100%;
}

.noel_24122024 .host_24122024 .wrap_figure {
  width: 50%;
}

.noel_24122024 .host_24122024 .text_widget {
  width: 50%;
  padding: 0px 150px 0px 0px;
}
.noel_24122024 .host_24122024 .list_sub_host {
  margin: 0;
}
.noel_24122024 .host_24122024 .list_sub_host ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.noel_24122024 .host_24122024 .list_sub_host ul li {
}

.noel_24122024 .host_24122024 .list_sub_host ul li a {
  display: inline-block;
  text-align: center;
  padding: 2px 10px 10px 10px;
  color: #fcf3d6;
  border-bottom: 1px solid transparent;
}
.noel_24122024 .host_24122024 .list_sub_host ul li a:hover {
  color: #ffef78;
  border-bottom: 1px solid #ffef78;
}
.noel_24122024 .host_24122024 .list_sub_host ul li.current a {
  border-bottom: 1px solid #febe64;
  color: #febe64;
}

.noel_24122024 .host_24122024 .host_inside {
  margin: 28px 0px 0px 0px;
}

.noel_24122024 .host_24122024 .host_inside b {
  font-size: 24px;
  line-height: 32px;
}

.noel_24122024 .host_24122024 .host_inside ul {
  margin: 24px 0px 0px 0px;
}

.noel_24122024 .host_24122024 .host_inside ul li {
  position: relative;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 25px;
  font-weight: 500;
}

.noel_24122024 .host_24122024 .host_inside ul > li:last-child {
  margin: 0px;
}

.noel_24122024 .host_24122024 .host_inside ul li:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-bell-icon.svg) no-repeat;
  width: 16px;
  height: 19px;
  top: 2px;
  left: 0px;
}

.noel_24122024 .host_24122024 .list_host_scrollbar ul li {
}

.noel_24122024 .host_24122024 .list_host_scrollbar .slick-track {
}

.noel_24122024 .slick-slider {
  margin: 0px;
}

.noel_24122024 .slick-slide {
  height: auto;
}

.noel_24122024 .host_24122024 .host_flex {
  position: relative;
}

.noel_24122024 .host_24122024 .host_note {
  text-align: center;
  margin: 36px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.noel_24122024 .host_24122024 .host_note em {
  font-style: normal;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.noel_24122024 .hunter_24122024 {
  padding: 120px 0px 0px 0px;
  position: relative;
}

.noel_24122024 .hunter_24122024:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-hunter-snow-bg.png) no-repeat;
  max-width: 1583px;
  width: 100%;
  height: 1194px;
  bottom: 76px;
  left: 45px;
}

.noel_24122024 .hunter_24122024 .hunter_general {
  margin: 48px 0px 0px 0px;
  display: flex;
  gap: 45px;
}

.noel_24122024 .hunter_24122024 .text_widget {
  width: 45%;
}

.noel_24122024 .hunter_24122024 .wrap_figure {
  width: 55%;
}

.noel_24122024 .hunter_24122024 .hunter_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 36px;
}

.noel_24122024 .hunter_24122024 .hunter_detailds {
  border-radius: 15px;
  position: relative;
  background-image: url(../images/24122024-hunter-pie-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.noel_24122024 .hunter_24122024 .hunter_ct {
  padding: 25px 16px;
  color: #05250a;
  text-align: center;
}

.noel_24122024 .hunter_24122024 .hunter_title {
  font-family: "Yeseva One", serif;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin: 0px !important;
  display: fl;
}

.noel_24122024 .hunter_24122024 .hunter_title span {
  color: #b52122;
}

.noel_24122024 .hunter_24122024 .hunter_title em {
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
}

.noel_24122024 .hunter_24122024 .hunter_domain_coupon .domain_coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 16px 0px;
  background: rgb(181 33 34 / 70%);
  border-radius: 90px;
  color: #fff;
  padding: 10px 16px;
}

.noel_24122024 .hunter_24122024 .hunter_domain_coupon > .domain_coupon:last-child {
  margin: 0px;
}

.noel_24122024 .hunter_24122024 .hunter_domain_coupon .domain_coupon .qb_endow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px;
  background: transparent;
}

.noel_24122024 .hunter_24122024 .qb_endow .qb_copy_code {
  color: #febe64;
  font-weight: 500;
}

.noel_24122024 .hunter_24122024 .qb_endow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background: rgb(181 33 34 / 70%);
  border-radius: 90px;
  padding: 10px 16px;
}

.noel_24122024 .hunter_24122024 .qb_endow .endow_code {
  color: #fff;
  font-family: "Yeseva One", serif;
  font-weight: 400;
}

.noel_24122024 .hunter_24122024 .hunter_flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.noel_24122024 .hunter_24122024 .hunter_flex .flex_ele i {
  margin: 8px 0px 0px 0px;
  color: #b52122;
  display: block;
}
.noel_24122024 .hunter_24122024 .hunter_flex p {
  margin: 0px 0px 0px 0px;
}
.noel_24122024 .hunter_24122024 .hunter_vn_coupon {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.noel_24122024 .hunter_24122024 .hunter_nocode {
  background: rgb(181 33 34 / 70%);
  border-radius: 90px;
  padding: 10px 16px;
  color: #febe64;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.noel_24122024 .combo_24122024 {
  background: #006543;
  padding: 120px 0px;
  position: relative;
}

.noel_24122024 .combo_24122024 .snowman_img {
  position: absolute;
  bottom: -18px;
  left: 0px;
}

.noel_24122024 .combo_24122024 .pine_img {
  position: absolute;
  bottom: -1px;
  right: 0px;
}

.noel_24122024 .combo_24122024 .combo_general {
  margin: 0 0 100px 0;
}

.noel_24122024 .combo_24122024 .combo_general:last-child {
  margin: 0;
}

.noel_24122024 .combo_24122024 .combo_top_bg {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_detailds {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 48px;
}

.noel_24122024 .combo_24122024 .combo_top_bg .wrap_figure {
  position: relative;
  width: 262px;
  height: 308px;
  transition: all 0.3s;
}

.noel_24122024 .combo_24122024 .combo_top_bg .wrap_figure:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-combo-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: ease-in-out 0.3s;
  animation: alternate-reverse infinite ball1 ease-in-out;
  -webkit-animation: alternate-reverse infinite ball1 ease-in-out;
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_inside:hover .wrap_figure:before {
  background: url(../images/24122024-combo-hover-bg.png) no-repeat;
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_detailds > .combo_ct:nth-child(1) .wrap_figure:before {
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_absolute {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_absolute span {
  font-size: 50px;
  line-height: 58px;
  color: #ffe713;
  display: table;
  font-family: "Yeseva One", serif;
  margin: 0px auto 8px auto;
  transition: ease-in-out 0.3s;
  animation: alternate-reverse infinite ball1 ease-in-out;
  -webkit-animation: alternate-reverse infinite ball1 ease-in-out;
}

.noel_24122024 .combo_24122024 .combo_top_bg .combo_absolute strong {
  transition: ease-in-out 0.3s;
  animation: alternate-reverse infinite ball1 ease-in-out;
  -webkit-animation: alternate-reverse infinite ball1 ease-in-out;
  display: inline-block;
}

.combo_led1 .combo_absolute span,
.combo_led1 .wrap_figure:before,
.combo_led1 strong {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
}

.combo_led2 .combo_absolute span,
.combo_led2 .wrap_figure:before,
.combo_led2 strong {
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
}

.combo_led3 .combo_absolute span,
.combo_led3 .wrap_figure:before,
.combo_led3 strong {
  animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
}

.combo_led4 .combo_absolute span,
.combo_led4 .wrap_figure:before,
.combo_led4 strong {
  animation-duration: 2.5s !important;
  -webkit-animation-duration: 2.5s !important;
}

.noel_24122024 .combo_24122024 .combo_top_bg .text_widget {
  margin: 16px 0px 0px 0px;
}

.noel_24122024 .combo_24122024 .combo_top_bg .qb_endow {
  display: flex;
  width: 100%;
  padding: 10px 16px;
  background: #b52122;
  border-radius: 90px;
  gap: 16px;
  justify-content: center;
}

.noel_24122024 .combo_24122024 .qb_copy_code {
  color: #febe64;
  font-weight: 500;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg {
  margin: 48px auto 0px auto;
  max-width: 980px;
  width: 100%;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_detailds {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_detailds .combo_ct {
  flex: 0 1 calc((100% - 60px) / 3);
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside {
  border-radius: 20px;
  background: #b52122;
  position: relative;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1.5px dashed #ffffff80;
  border-radius: 20px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure {
  padding: 35px 35px 35px 35px;
  min-height: 300px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg.combo_btbg_first .combo_inside .wrap_figure {
  min-height: 240px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure .text_note_christmast {
  max-width: 240px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure span {
  display: table;
  margin: 0px auto 20px auto;
  text-align: center;
  color: #f9ef95;
  font-size: 48px;
  line-height: 56px;
  font-family: "Yeseva One", serif;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure cite {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  font-style: normal;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure ul li {
  padding: 0px 0px 0px 26px;
  margin: 0px 0px 8px 0px;
  position: relative;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure ul > li:last-child {
  margin: 0px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure ul li:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-combo-gift-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 0px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .text_widget {
  position: relative;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  padding: 10px 20px 20px 20px;
  margin: 11px 0px 0px 0px;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .text_widget:before {
  position: absolute;
  content: "";
  background: url(../images/24122024-combo-dot-bg.png) no-repeat;
  width: 100%;
  height: 11px;
  top: -11px;
  left: 0px;
  background-size: cover;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .qb_endow {
  background: #b52122;
  border-radius: 90px;
  padding: 10px 16px;
  justify-content: space-between;
  display: flex;
  max-width: 80%;
  margin: 0px auto;
}

.noel_24122024 .combo_24122024 .combo_bottom_bg .qb_endow .endow_code {
  font-family: "Yeseva One", serif;
  font-weight: 400;
}

.noel_24122024 .host_24122024 .list_host_scrollbar .slick-prev:before,
.noel_24122024 .host_24122024 .list_host_scrollbar .slick-next:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s;
}
.noel_24122024 .host_24122024 .list_host_scrollbar .slick-prev:hover:before,
.noel_24122024 .host_24122024 .list_host_scrollbar .slick-next:hover:before {
  opacity: 1;
}
.noel_24122024 .host_24122024 .list_host_scrollbar .slick-prev:before {
  background: url(../images/24122024-hosting-arr-down.svg);
  transform: rotate(90deg);
}
.noel_24122024 .host_24122024 .list_host_scrollbar .slick-next:before {
  background: url(../images/24122024-hosting-arr-up.svg);
  transform: rotate(90deg);
}
.noel_24122024 .slick-dots li.slick-active {
  width: 40px;
}
.noel_24122024 .slick-dots li.slick-active button {
  background: #fff;
  width: 40px;
  border-radius: 90px;
}
.noel_24122024 .slick-dots li {
  width: 8px;
  height: 8px;
}
.noel_24122024 .slick-dots li button {
  background: #ffffff80;
  border-radius: 50%;
  padding: 0px;
}
.noel_24122024 .slick-dots li button:before {
  content: "";
}
.noel_24122024 .slick-dots {
  bottom: 0px;
}

.snowfall-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

#snowCanvas {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 90%;
  height: 70%;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.noel_24122024 .top_tmvn_search_form {
  position: relative;
  z-index: 10;
}
.noel_24122024 .snowflakes {
  display: none;
}
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
    transform: translate(10vw, 100vh);
  }
}

#menu_mobile_full_secure .santa_mobile_img {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -141.5px;
}

.noel_24122024 .br_mobile {
  display: none;
}
.noel_24122024 #formSearchDomain .tg_wrap_search figure {
  position: relative;
  top: 2px;
}
/*end css content rau*/
/*snowfall*/
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  filter: blur(1px);
  font-size: 30px;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
  left: 67%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
.snowflake:nth-of-type(11) {
  left: 50%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(12) {
  left: 85%;
  -webkit-animation-delay: 3s, 2s;
  animation-delay: 3s, 2s;
}
.snowflake:nth-of-type(13) {
  left: 80%;
  -webkit-animation-delay: 2s, 1s;
  animation-delay: 2s, 1s;
}
.snowflake:nth-of-type(14) {
  left: 90%;
  -webkit-animation-delay: 3s, 2s;
  animation-delay: 3s, 2s;
}
.snowflake:nth-of-type(15) {
  left: 90%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(16) {
  left: 86%;
  -webkit-animation-delay: 0.4s, 0.3s;
  animation-delay: 0.4s, 0.3s;
}
.snowflake:nth-of-type(17) {
  left: 35%;
  -webkit-animation-delay: 0.6s, 0.5s;
  animation-delay: 0.6s, 0.5s;
}
.snowflake:nth-of-type(18) {
  left: 57%;
  -webkit-animation-delay: 0.3s, 0.3s;
  animation-delay: 0.3s, 0.3s;
}
.snowflake:nth-of-type(19) {
  left: 62%;
  -webkit-animation-delay: 0.3s, 0.3s;
  animation-delay: 0.3s, 0.3s;
}
.snowflake:nth-of-type(20) {
  left: 19%;
  -webkit-animation-delay: 2s, 1s;
  animation-delay: 2s, 1s;
}
.snowflake:nth-of-type(21) {
  left: 12%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(22) {
  left: 62%;
  -webkit-animation-delay: 2s, 4s;
  animation-delay: 2s, 4s;
}
.snowflake:nth-of-type(23) {
  left: 47%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(24) {
  left: 38%;
  -webkit-animation-delay: 3s, 1s;
  animation-delay: 3s, 1s;
}
.snowflake:nth-of-type(25) {
  left: 76%;
  -webkit-animation-delay: 0.4s, 0.5s;
  animation-delay: 0.4s, 0.5s;
}
.snowflake:nth-of-type(26) {
  left: 5%;
  -webkit-animation-delay: 0.2s, 0.3s;
  animation-delay: 0.2s, 0.3s;
}
.snowflake:nth-of-type(27) {
  left: 8%;
  -webkit-animation-delay: 0.3s, 0.6s;
  animation-delay: 0.3s, 0.6s;
}
.snowflake:nth-of-type(28) {
  left: 8%;
  -webkit-animation-delay: 0.1s, 0.1s;
  animation-delay: 0.1s, 0.2s;
}
.snowflake:nth-of-type(29) {
  left: 14%;
  -webkit-animation-delay: 0.2s, 0.3s;
  animation-delay: 0.2s, 0.3s;
}
.snowflake:nth-of-type(30) {
  left: 16%;
  -webkit-animation-delay: 0.3s, 0.4s;
  animation-delay: 0.3s, 0.4s;
}
.snowflake:nth-of-type(31) {
  left: 21%;
  -webkit-animation-delay: 2s, 1s;
  animation-delay: 2s, 1s;
}
.snowflake:nth-of-type(32) {
  left: 49%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(33) {
  left: 75%;
  -webkit-animation-delay: 2s, 4s;
  animation-delay: 2s, 4s;
}
.snowflake:nth-of-type(34) {
  left: 38%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(35) {
  left: 31%;
  -webkit-animation-delay: 3s, 1s;
  animation-delay: 3s, 1s;
}
.snowflake:nth-of-type(36) {
  left: 41%;
  -webkit-animation-delay: 0.4s, 0.5s;
  animation-delay: 0.4s, 0.5s;
}
.snowflake:nth-of-type(37) {
  left: 32%;
  -webkit-animation-delay: 0.2s, 0.3s;
  animation-delay: 0.2s, 0.3s;
}
.snowflake:nth-of-type(38) {
  left: 29%;
  -webkit-animation-delay: 0.3s, 0.6s;
  animation-delay: 0.3s, 0.6s;
}
.snowflake:nth-of-type(39) {
  left: 20%;
  -webkit-animation-delay: 0.1s, 0.1s;
  animation-delay: 0.1s, 0.2s;
}
.snowflake:nth-of-type(40) {
  left: 25%;
  -webkit-animation-delay: 0.2s, 0.3s;
  animation-delay: 0.2s, 0.3s;
}
.snowflake:nth-of-type(41) {
  left: 52%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(42) {
  left: 42%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(43) {
  left: 51%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(44) {
  left: 45%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(45) {
  left: 46%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(46) {
  left: 86%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(47) {
  left: 51%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(48) {
  left: 33%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(49) {
  left: 46%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
.snowflake:nth-of-type(50) {
  left: 88%;
  -webkit-animation-delay: 2s, 4s;
  animation-delay: 2s, 4s;
}
.snowflake:nth-of-type(51) {
  left: 93%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(52) {
  left: 70%;
  -webkit-animation-delay: 3s, 2s;
  animation-delay: 3s, 2s;
}
.snowflake:nth-of-type(53) {
  left: 85%;
  -webkit-animation-delay: 2s, 1s;
  animation-delay: 2s, 1s;
}
.snowflake:nth-of-type(54) {
  left: 51%;
  -webkit-animation-delay: 3s, 2s;
  animation-delay: 3s, 2s;
}
.snowflake:nth-of-type(55) {
  left: 83%;
  -webkit-animation-delay: 0.5s, 0.4s;
  animation-delay: 0.5s, 0.4s;
}
.snowflake:nth-of-type(56) {
  left: 78%;
  -webkit-animation-delay: 0.4s, 0.3s;
  animation-delay: 0.4s, 0.3s;
}
.snowflake:nth-of-type(57) {
  left: 44%;
  -webkit-animation-delay: 0.6s, 0.5s;
  animation-delay: 0.6s, 0.5s;
}
.snowflake:nth-of-type(58) {
  left: 55%;
  -webkit-animation-delay: 0.3s, 0.3s;
  animation-delay: 0.3s, 0.3s;
}
.snowflake:nth-of-type(59) {
  left: 88%;
  -webkit-animation-delay: 0.3s, 0.3s;
  animation-delay: 0.3s, 0.3s;
}
.snowflake:nth-of-type(60) {
  left: 56%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*end snowfall*/
.parallax-scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .desktop .parallax-scene {
    display: block;
  }
}

.parallax-scene-wrapper {
  position: relative;
}

.parallax-scene-wrapper .shell {
  position: relative;
  z-index: 1;
}

.parallax-scene [class^="layer-"] {
  position: absolute;
  pointer-events: none;
  top: 16%;
}

.parallax-scene [class^="layer-"] img {
  max-width: none;
}

.parallax-scene .layer-1 {
  left: 5%;
}

.parallax-scene .layer-2 {
  left: 84%;
}

.parallax-scene .layer-3 {
  top: 43%;
  left: 8%;
}

.parallax-scene .layer-5 {
  top: 39%;
  left: 5%;
}

.parallax-scene .layer-4 {
  top: 28%;
  left: 13%;
}

.parallax-scene .layer-6 {
  top: 27%;
  left: 79%;
}

.parallax-scene .layer-7 {
  top: 40%;
  left: 89%;
}

.box-image-parallax {
  position: relative;
}

@media (min-width: 992px) {
  .box-image-parallax {
    min-height: 490px;
  }
}

.box-image-parallax .image-parallax {
  box-shadow: 20px 25px 16px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}

.box-image-parallax .image-parallax img {
  border-radius: 6px;
}

.box-image-parallax .parallax-scene {
  position: relative;
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .box-image-parallax .parallax-scene {
    position: absolute;
  }
}

.box-image-parallax .parallax-scene [class^="layer-"] {
  position: static;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-image-parallax .parallax-scene [class^="layer-"] {
    position: absolute;
  }
}

.box-image-parallax .parallax-scene .layer-1 {
  top: 0;
  left: 35%;
}

.box-image-parallax .parallax-scene .layer-2 {
  top: 20%;
  left: 0;
}

.box-image-parallax .parallax-scene .layer-3 {
  top: 17%;
  left: 78%;
}

.box-image-parallax .parallax-scene .layer-4 {
  top: 39%;
  left: 40%;
}

.box-image-parallax .parallax-scene .layer-5 {
  top: 48%;
  left: 25%;
}

.box-image-parallax .parallax-scene .layer-6 {
  top: 61%;
  left: 79%;
}

.box-image-parallax .parallax-scene .layer-7 {
  top: 7%;
  left: 58%;
}

.box-image-parallax .parallax-scene .layer-8 {
  top: 3%;
  left: 12%;
}

.box-image-parallax .parallax-scene .layer-9 {
  top: 58%;
  left: 5%;
}

.box-image-parallax .parallax-scene .layer-10 {
  top: 61%;
  left: 66%;
}

@media (min-width: 992px) {
  .section-card-4 .box-image-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: inherit;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-1 {
    top: 14%;
    left: 8%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-2 {
    top: 26%;
    left: 0;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-3 {
    top: 42%;
    left: 9%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-4 {
    top: 57%;
    left: 1%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-5 {
    top: 15%;
    left: 79%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-6 {
    top: 32%;
    left: 85%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-7 {
    top: 47%;
    left: 78%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-8 {
    top: 60%;
    left: 88%;
  }
}

.section-card-2 .parallax-scene .layer-1 {
  top: 40%;
  left: 68%;
}

.section-card-2 .parallax-scene .layer-1 img {
  width: 350px;
}

@media (min-width: 1600px) {
  .section-card-2 .parallax-scene .layer-1 {
    left: 65%;
  }

  .section-card-2 .parallax-scene .layer-1 img {
    width: 100%;
  }
}

.section-card-2 .parallax-scene .layer-2 {
  top: 14%;
  left: 70%;
}

.section-card-2 .parallax-scene .layer-2 img {
  width: 100px;
}

@media (min-width: 1600px) {
  .section-card-2 .parallax-scene .layer-2 {
    left: 58%;
  }

  .section-card-2 .parallax-scene .layer-2 img {
    width: inherit;
  }
}

.section-card-2 .parallax-scene .layer-3 {
  top: 2%;
  left: 38%;
}

.section-card-6 .parallax-scene {
  display: block;
}

.section-card-6 .parallax-scene [class^="layer-"] img {
  width: 101%;
}

.section-card-6 .parallax-scene .layer-1 {
  top: 50px;
  width: 102%;
  animation: none;
  left: -15px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .section-card-6 .parallax-scene .layer-1 {
    top: 0;
    animation: cloud ease-in-out 1.5s infinite alternate-reverse;
    -webkit-animation: cloud ease-in-out 1.5s infinite alternate-reverse;
  }
}

/*end parallax*/
/*MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  max-width: 40px;
  z-index: 9999999;
}

.icon_mobile_click i.fa {
  font-size: 30px;
  color: #fff;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_lp_18102021 {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  left: -260px;
  background-color: #073c2d;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none !important;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_lp_18102021 .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #073c2d;
  display: none;
  cursor: pointer;
  top: 0px;
  z-index: 999;
}

#menu_mobile_lp_18102021 .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_lp_18102021 ul li {
  width: 100%;
  display: block;
}

#menu_mobile_lp_18102021 ul li {
  position: relative;
  border-bottom: 1px solid #fff;
}

#menu_mobile_lp_18102021 ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0px 15px 10px;
  display: inline-block;
  font-family: "bevietnam-bold";
}

#menu_mobile_lp_18102021 ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_lp_18102021 li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_lp_18102021 .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

.editBefore_mobile::before {
  content: "-" !important;
}

#menu_mobile_lp_18102021 li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
}

#menu_mobile_lp_18102021 .menu > li.not-have-child {
  padding: 0px;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child:last-child > a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_lp_18102021 .menu > li.not-have-child > a {
  display: block;
  padding: 15px 0px 15px 10px;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}

/* END MENU MOBILE*/

/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  display: none;
}

.popup .content_popup {
  position: relative;
  margin: 200px auto 0px auto !important;
  z-index: 9;
  width: 80%;
  text-align: center;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  max-width: 300px;
  background: #fff;
  padding: 0px 0px 30px 0px;
  max-width: 600px;
  width: 100%;
  border-radius: 5px;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.popup .content_popup .title {
  font-size: 18px;
  background: url(images/icon_noice.png) top center no-repeat;
  padding-top: 70px;
  margin-bottom: 15px;
}

.popup .close_popup {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  /* background: #ddba76;
    */
  padding: 7px 15px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  clear: both;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 20px;
}

.commit_popup {
  background: #ffe6e6;
  border: dashed 1px #ffa7a7;
  padding: 15px;
  text-align: center;
  margin: 15px;
  display: none;
}

.commit_popup h3 {
  font-size: 20px;
  margin: 0px;
}

.commit_popup span {
  color: red;
  font-size: 20px;
}

.commit_popup p {
  margin: 10px 0px 0px 0px;
  font-style: italic;
  font-size: 18px;
}

.content_popup h2 {
  font-size: 22px;
  text-transform: uppercase;
  background: #034ec0;
  padding: 12px 0px 10px 0px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
}

.popup label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}

.popup .form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.popup .list_group {
  padding: 0px 15px;
}

.popup .form-group {
  margin: 15px 0px 0px 0px;
}

.mabaove .img_mabv {
  float: left;
}

.mabaove input[type="text"] {
  float: left;
  width: initial;
  min-width: 185px;
  line-height: 10px;
  height: 30px;
  margin: 5px 10px 0px 0px;
}

.mabaove a.refresh {
  float: left;
  margin: 5px 0px 0px 20px;
}

.img_mabv img {
  border: solid 1px #ccc;
  border-radius: 5px;
}

.mabaove {
  display: table;
  width: 100%;
}

.popup .security {
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 15px 0px;
}

.popup button[type*="submit"] {
  color: #fff;
  background-color: #034ec0 !important;
  border: none;
  border-radius: 50px;
  padding: 13px 30px;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  cursor: pointer;
  font-family: rbt_bold !important;
}

.popup button[type*="submit"]:hover {
  background: #034ec0;
}

.encrypt .container h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.encrypt .container h4 a {
  padding: 15px 30px;
  margin: 30px auto 0px auto;
  display: table;
  color: #fff;
  background: #f78d03;
  border-radius: 10px;
}

.show_popup:hover {
  color: #fff;
  box-shadow: 3px 3px 10px #918383;
}

@-ms-keyframes spint_rotate360 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spint_rotate360 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

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

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

@keyframes spint_rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.text_special_offer {
  margin: 0px 0px 100px 0px;
}

textarea::-webkit-scrollbar {
  width: 0 !important;
}

textarea {
  scrollbar-width: none;
}

textarea {
  -ms-overflow-style: none;
}

.qb_red {
  color: #ff0000;
}

.qb_yellow {
  color: #ffd966;
}

.qb_yellower {
  color: #ffff00;
}

.tg_table_price_ft table {
  width: 100%;
}

.tg_table_price_ft table tr:nth-child(2n + 1) {
  background: #f3f9fe;
}

.tg_table_price_ft table tr:nth-child(2n) {
  background: #fff;
}

.tg_table_price_ft table tr th {
  font-size: 18px;
  line-height: 26px;
  background: #547c30;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #e6f1fb;
}

.tg_table_price_ft table tr td:first-child {
  text-align: left;
  width: 30%;
}

.tg_table_price_ft table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 15px;
  border: 1px solid #e6f1fb;
  text-align: center;
  width: 18%;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td .xemtinhnang {
  background: #fff;
  border: 1px solid #b52122;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #b52122;
  width: 100%;
  padding: 10px;
  display: block;
  max-width: 200px;
  text-align: center;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  height: initial;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td .xemtinhnang i.fa {
  color: #b52122;
  display: initial;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td .xemtinhnang p {
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td .xemtinhnang i {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td .xemtinhnang i.fa-angle-up {
  display: none;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #b52122;
  width: 100%;
  padding: 10px;
  display: block;
  max-width: 200px;
  text-align: center;
  border-radius: 25px;
  margin: 0px auto;
  font-family: "bevietnam-extrabold";
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr.tinhnangthem > td {
  padding: 0px;
}

#qb-bg-ht-em-6 .tg_table_price_ft table tr td span {
  font-size: 20px;
  line-height: 28px;
  color: #b52122;
  font-weight: bold;
}

ul.tg_price_zetamail {
  display: table;
  width: 100%;
  margin: 50px 0px 10px 0px;
}

ul.tg_price_zetamail.tg_price_zetamail_ver2 {
  margin: 50px 0px 80px 0px;
}

ul.tg_price_zetamail li {
  width: 20%;
  float: left;
  border: 1px solid #80afe1;
  border-right: none;
  min-height: 283px;
}

ul.tg_price_zetamail li .tg_price_top {
  background: #3473b5;
  padding: 10px 0px;
}

ul.tg_price_zetamail li .tg_price_top h5 {
  font-size: 21px;
  line-height: 29px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

ul.tg_price_zetamail li .tg_price_top p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0px;
}

ul.tg_price_zetamail li .textwidget {
  padding: 30px 40px;
  background: #fff;
}

ul.tg_price_zetamail li .textwidget h4 {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  margin: 0px auto 5px auto;
  position: relative;
  font-weight: 600;
  display: table;
}

ul.tg_price_zetamail li .textwidget span {
  display: table;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

ul.tg_price_zetamail li .textwidget a {
  font-size: 15px;
  line-height: 23px;
  color: #3473b5;
  display: table;
  padding: 10px 19px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #3473b5;
  margin: 40px auto 0px auto;
  font-weight: 600;
}

ul.tg_price_zetamail li.bg_recomend {
  border: 1px solid #ffafa0;
  box-shadow: 3px 3px 13px rgb(255 175 160 / 40%), -3px -3px 13px rgb(255 175 160 / 40%);
  position: relative;
}

ul.tg_price_zetamail li.bg_recomend::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background: #e3492b;
  top: -20px;
}

ul.tg_price_zetamail li.bg_recomend::after {
  position: absolute;
  content: "";
  width: 101%;
  height: 30px;
  background: #fff;
  bottom: -20px;
  left: -1px;
  border: 1px solid #ffafa0;
  border-top: none;
  box-shadow: 0px 8px 13px rgb(255 175 160 / 40%);
}

ul.tg_price_zetamail li.bg_recomend .tg_price_top {
  background: #e3492b;
  position: relative;
}

p.qb_note {
  font-size: 14px;
  line-height: 22px;
  color: #ff0000;
  font-weight: 500;
  font-style: italic;
  float: right;
  margin: 0px;
}

ul.tg_price_zetamail li .textwidget a:hover {
  background: #3473b5;
  color: #fff;
}

ul.tg_price_zetamail li.bg_recomend .textwidget a:hover {
  background: #fff;
  color: #e34b2d;
}

ul.tg_price_zetamail li.bg_recomend .textwidget a {
  background: #e34b2d;
  color: #fff;
  border: 1px solid #e34b2d;
}

.logo_header figure {
  position: relative;
  z-index: 999;
}

.logo_header figure img {
  max-width: 100%;
}

.cohon_header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  background: none;
}

.cohon_header .noel_logo img + img {
  display: none;
}
.cohon_header.fixed_header .noel_logo img:first-child {
  display: none;
}
.cohon_header.fixed_header {
  background: #ffffff;
}

.cohon_header.fixed_header .cohon_menu ul li a {
  color: #000;
}

.cohon_header.fixed_header .noel_logo img + img {
  display: block;
}

.cohon_header .container {
  max-width: 1400px;
  display: flex;
  align-items: center;
}

.cohon_menu {
  margin-left: auto;
}

.cohon_menu ul {
  display: flex;
  align-items: center;
}

.cohon_menu ul li {
  padding: 0px 15px;
}

.cohon_menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
  padding: 33px 0px;
}

.cohon_menu ul li a:hover {
}

.cohon_menu ul li a:hover:before {
  left: 0;
  right: 0;
}

.big_strong_gift strong {
  font-size: 46px !important;
  line-height: 54px !important;
}

.tg_contact_fixed_2021 ul > li:nth-child(1) a {
  background: #547c30 !important;
}

.noel_line_img {
  display: table;
  margin: 0px auto;
}

#liveChatPopup {
  display: none;
}
/*css responsive*/
@media (min-width: 1025px) and (max-width: 1599px) {
  .cohon_menu ul li a {
    padding: 23px 0;
  }
  .noel_24122024 .raise_24122024:after {
    display: none;
  }
  .noel_24122024 .host_24122024 .list_sub_host ul {
    gap: 16px;
  }
  .noel_24122024 .host_24122024 .text_widget {
    padding: 0px 100px 0px 0px;
  }
  .noel_24122024 .combo_24122024 .pine_img {
    max-width: 300px;
    right: -30px;
  }
  .noel_24122024 .combo_24122024 .snowman_img {
    max-width: 400px;
    left: -40px;
  }
  .noel_24122024 .br_mobile {
    display: block;
  }
  .noel_24122024 .raise_24122024 .pine_img {
    max-width: 200px;
  }
  .noel_24122024 .tp_24122024 .tp_gift {
    max-width: 200px;
  }
  .noel_24122024 .tp_24122024::after {
    max-width: 200px;
    background-size: contain;
    bottom: -164px;
  }
  .noel_24122024 .tp_24122024 .wrap_figure:before {
    max-width: 70px;
    background-size: contain;
    top: 100px;
    right: 70px;
  }
  .noel_24122024 .tp_24122024 .tp_led4 {
    max-width: 86px;
    right: 5px;
  }
  .noel_24122024 .tp_24122024 .tp_led3 {
    max-width: 80px;
    right: 80px;
  }
  .noel_24122024 .tp_24122024 .tp_led2 {
    max-width: 54px;
    left: 90px;
  }
  .noel_24122024 .tp_24122024 .tp_led1 {
    max-width: 90px;
    left: 0px;
  }
  .noel_24122024 .tp_24122024:before {
    background-size: cover;
  }
  .noel_24122024::-webkit-scrollbar {
    display: none;
  }
  .noel_24122024 {
    overflow-x: hidden;
  }
  .noel_24122024 .hunter_24122024 .hunter_bg {
    gap: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .noel_24122024 .tp_24122024 .wrap_figure figure {
    max-width: 400px;
  }
  .noel_24122024 .tp_24122024 .tp_gift,
  .noel_24122024 .tp_24122024::after,
  .noel_24122024 .raise_24122024 .pine_img {
    display: none;
  }
}

@media (max-width: 1024px) {
  .noel_24122024 .tp_24122024 .tp_general {
    flex-direction: column;
    gap: 8px;
    padding: 80px 0 0 0;
    height: auto;
    min-height: 830px;
  }
  .noel_24122024 .tp_24122024 .wrap_figure {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .noel_24122024 .cohon_menu {
    display: none;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure {
    max-width: 150px;
    width: 100%;
    display: table;
    margin: 30px 0 0 auto;
  }
  .noel_24122024 .tp_24122024 .text_widget .mascot_tenten {
    bottom: -420px;
    left: 0;
    max-width: 110px;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(2) {
    left: 0px;
    max-width: 230px;
    bottom: 80px;
    margin: 0;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(3) {
    right: 0;
    bottom: -40px;
    max-width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .noel_24122024 .host_24122024 .host_note em {
    display: none;
  }
  .noel_24122024 .host_24122024 .list_sub_host {
    margin: 36px 0px 0px 0px;
  }
  .noel_24122024 .raise_24122024:after {
    display: none;
  }
  .noel_24122024 .tp_24122024 .tp_led4 {
    max-width: 43px;
    right: 5px;
  }
  .noel_24122024 .tp_24122024 .tp_led3 {
    max-width: 40px;
    right: 30px;
  }
  .noel_24122024 .tp_24122024 .tp_led2 {
    max-width: 27px;
    left: 40px;
  }
  .noel_24122024 .tp_24122024 .tp_led1 {
    max-width: 45px;
    left: 0px;
  }
  .noel_24122024 .tp_24122024 .tp_gift,
  .noel_24122024 .tp_24122024::after {
    display: none;
  }
  .noel_24122024 .combo_24122024 .pine_img {
    max-width: 230px;
  }
  .noel_24122024 .combo_24122024 .snowman_img {
    max-width: 350px;
  }
  .noel_24122024 .combo_24122024 .combo_bottom_bg .combo_detailds {
    display: inherit;
  }
  .noel_24122024 .combo_24122024 {
    padding: 100px 0px 180px 0px;
  }
  .noel_24122024 .hunter_24122024 .slick-slide {
    padding: 0px 8px;
  }
  .noel_24122024 .hunter_24122024 .slick-list {
    margin: 0px -8px;
    padding: 0px 0px 32px 0px;
  }
  .noel_24122024 .hunter_24122024 {
    padding: 100px 0px 0px 0px;
  }
  .noel_24122024 .host_24122024 .host_inside {
    margin: 24px 0px 0px 0px;
  }
  .noel_24122024 .host_24122024 .text_widget {
    width: 100%;
  }
  .noel_24122024 .host_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .host_24122024 .wrap_figure figure {
    display: table;
    margin: 0px auto;
  }
  .noel_24122024 .host_24122024 .host_bg {
    flex-direction: column;
    border-radius: 250px 250px 20px 20px;
    gap: 36px;
  }
  .noel_24122024 .commit_24122024 .pine_img {
    max-width: 150px;
  }
  .noel_24122024 .commit_24122024 .commit_inside {
    width: 120px;
    height: 120px;
  }
  .noel_24122024 .commit_24122024 {
    padding: 100px 0px 240px 0px;
  }
  .noel_24122024 .noel_title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .noel_24122024 .raise_24122024 .raise_detailds {
    display: flex !important;
  }
  .noel_24122024 .raise_24122024 .slick-slide {
    padding: 0px 8px;
  }
  .noel_24122024 .raise_24122024 .slick-list {
    margin: 0px -8px;
    padding: 0px 0px 32px 0px;
  }
  .noel_24122024 .raise_24122024 .pine_img {
    display: none;
  }
  .noel_24122024 .raise_24122024 {
    padding: 100px 0px 100px 0px;
  }
  .noel_24122024 .tp_24122024::after {
    bottom: -120px;
    left: -70px;
  }
  .noel_24122024 .tp_24122024:before {
    background: linear-gradient(180deg, #d00e19 0%, #941b20 100%);
  }
  .noel_24122024 .combo_24122024 .slick-slide {
    padding: 0px 12px;
  }
  .noel_24122024 .combo_24122024 .slick-list {
    margin: 0px -12px;
    padding: 0px 0px 32px 0px;
  }
  .noel_24122024 .combo_24122024 .combo_top_bg .wrap_figure {
    display: table;
    margin: 0px auto;
  }
  .noel_24122024 .combo_24122024 .combo_top_bg .combo_detailds {
    display: inherit;
  }
  .noel_24122024 .hunter_24122024 .hunter_ct {
    min-height: 460px;
  }
  .noel_24122024 .hunter_24122024 .hunter_bg {
    display: inherit;
  }
  .noel_24122024 .hunter_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .hunter_24122024 .text_widget {
    width: 100%;
  }
  .noel_24122024 .hunter_24122024 .hunter_general {
    flex-direction: column;
    gap: 36px;
  }
  .noel_24122024 .host_24122024 .list_host_scrollbar {
    display: none;
  }
  .noel_24122024 .raise_24122024 .raise_general {
    padding: 36px 0px 0px 0px;
    flex-direction: column;
    gap: 36px;
  }
  .noel_24122024 .raise_24122024 .text_widget {
    width: 100%;
    order: 2;
  }
  .noel_24122024 .raise_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .raise_24122024 .wrap_figure figure {
    display: flex;
    justify-content: center;
    margin: 0px auto;
  }
  .noel_24122024 .raise_24122024 .raise_bg {
    display: inherit;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure {
  }
  .noel_24122024 .tp_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .tp_24122024 .text_widget {
    width: 100%;
  }
  .noel_24122024 .tp_24122024 .tp_general {
    flex-direction: column;
  }
  .cohon_menu ul li a {
    font-size: 15px;
    line-height: 23px;
  }
  .cohon_menu ul li {
    padding: 0px 5px;
    text-align: center;
  }
  .noel_24122024 {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .noel_24122024 .tp_24122024 .text_widget .mascot_tenten {
    bottom: -420px;
    left: 0;
    max-width: 110px;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(2) {
    left: 0px;
    max-width: 230px;
    bottom: 80px;
    margin: 0;
  }
  .noel_24122024 .tp_24122024 .wrap_figure figure:nth-child(3) {
    right: 0;
    bottom: -40px;
    max-width: 100px;
  }
  .noel_24122024 .host_24122024 .host_note em {
    display: none;
  }
  .noel_24122024 .host_24122024 .list_sub_host {
    margin: 24px 0px 0px 0px;
  }
  #snowCanvas {
    display: none;
  }
  .noel_24122024 .tp_24122024 .tp_gift,
  .noel_24122024 .tp_24122024::after {
    display: none;
  }
  .noel_24122024 .combo_24122024 .combo_bottom_bg .combo_inside .wrap_figure ul li {
    font-size: 15px;
    line-height: 23px;
  }
  .noel_24122024 .combo_24122024 .combo_bottom_bg .slick-list {
    padding: 0px 15% 0px 0px;
  }
  .noel_24122024 .combo_24122024 .combo_bottom_bg {
    margin: 36px auto 0px auto;
    max-width: 100%;
  }
  .noel_24122024 .combo_24122024 .combo_bottom_bg .combo_detailds {
    display: inherit;
  }
  .noel_24122024 .combo_24122024 .snowman_img {
    max-width: 300px;
  }
  .noel_24122024 .combo_24122024 .pine_img {
    max-width: 190px;
  }
  .noel_24122024 .hunter_24122024:before {
    background: url(../images/24122024-hunter-snow-img.png) no-repeat;
    max-width: 65px;
    height: 65px;
    top: 58%;
    left: 20px;
  }
  .noel_24122024 .combo_24122024 .slick-slide {
    padding: 0px 8px;
  }
  .noel_24122024 .combo_24122024 .slick-list {
    margin: 0px -8px;
    padding: 0px 0px 32px 0px;
  }
  .noel_24122024 .combo_24122024 .combo_top_bg .wrap_figure {
    display: table;
    margin: 0px auto;
  }
  .noel_24122024 .combo_24122024 .combo_top_bg .combo_detailds {
    display: inherit;
  }
  .noel_24122024 .combo_24122024 .combo_general {
    margin: 0 0 50px 0;
  }
  .noel_24122024 .combo_24122024 {
    padding: 60px 0px 200px 0px;
    position: relative;
  }
  .noel_24122024 .combo_24122024:before {
    position: absolute;
    content: "";
    background: url(../images/24122024-combo-snow-img.png) no-repeat;
    max-width: 293px;
    width: 100%;
    height: 880px;
    top: 100px;
    left: 40px;
  }
  .noel_24122024 .host_hunter_bg {
    padding: 0px 0px 60px 0px;
  }
  .noel_24122024 .hunter_24122024 .hunter_ct {
    min-height: 460px;
  }
  .noel_24122024 .hunter_24122024 .slick-slide {
    padding: 0px 8px;
  }
  .noel_24122024 .hunter_24122024 .slick-list {
    margin: 0px -8px;
    padding: 0px 0px 32px 0px;
  }
  .noel_24122024 .hunter_24122024 .hunter_bg {
    display: inherit;
  }
  .noel_24122024 .hunter_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .hunter_24122024 .text_widget {
    width: 100%;
  }
  .noel_24122024 .hunter_24122024 .hunter_general {
    flex-direction: column;
    gap: 36px;
    margin: 36px 0px 0px 0px;
  }
  .noel_24122024 .hunter_24122024 {
    padding: 60px 0px 0px 0px;
  }
  .noel_24122024 .host_24122024 .host_note {
    margin: 24px 0px 0px 0px;
    font-style: italic;
    font-size: 15px;
    line-height: 23px;
  }
  .noel_24122024 .host_24122024 .host_inside ul li {
    margin: 0px 0px 10px 0px;
  }
  .noel_24122024 .host_24122024 .host_inside ul {
    margin: 16px 0px 0px 0px;
  }
  .noel_24122024 .host_24122024 .host_inside b {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .noel_24122024 .host_24122024 .host_inside {
    margin: 24px 0px 0px 0px;
    padding: 16px;
    position: relative;
    border: 1px dashed #fff;
    border-radius: 20px;
  }
  .noel_24122024 .host_24122024 .host_inside:before {
    position: absolute;
    content: "";
    /* background: url(../images/24122024-hosting-dash-bg.png) no-repeat; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
  }
  .noel_24122024 .host_24122024 #noel-host-1 .list_sub_host ul.show_hide_tab {
    width: 470px;
  }
  .noel_24122024 .host_24122024 #noel-host-2 .list_sub_host ul.show_hide_tab {
    width: 460px;
  }
  .noel_24122024 .host_24122024 #noel-host-1 .list_sub_host,
  .noel_24122024 .host_24122024 #noel-host-2 .list_sub_host {
    display: block;
    overflow: auto;
  }
  .noel_24122024 .host_24122024 .list_sub_host ul {
    gap: 16px;
  }
  .noel_24122024 .host_24122024 .list_host_desktop {
    margin: 0px;
  }
  .noel_24122024 .host_24122024 .text_widget {
    width: 100%;
    padding: 0px;
  }
  .noel_24122024 .host_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .host_24122024 .host_bg {
    margin: 24px 0px 0px 0px;
    flex-direction: column;
    border-radius: 118px 118px 20px 20px;
    padding: 16px;
    gap: 24px;
  }
  .noel_24122024 .host_24122024 .list_host_scrollbar {
    display: none;
  }
  .noel_24122024 .host_24122024 .list_host_desktop ul li a {
    padding: 5px 10px;
  }
  .noel_24122024 .host_24122024 .list_host_desktop ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .noel_24122024 .host_24122024 {
    padding: 60px 0px 0px 0px;
  }
  .noel_24122024 .commit_24122024 .pine_img {
    display: none;
  }
  .noel_24122024 .commit_24122024 .snowman_img {
    max-width: 185px;
    width: 100%;
    bottom: -4px;
  }
  .noel_24122024 .commit_24122024 .commit_note {
    margin: 24px 0px 0px 0px;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
  }
  .noel_24122024 .commit_24122024 .commit_detailds {
    gap: 6px;
    margin: 0px 0px 6px 0px;
  }
  .noel_24122024 .commit_24122024 .commit_ct {
    font-size: 15px;
    line-height: 23px;
  }
  .noel_24122024 .commit_24122024 .commit_inside {
    width: 66px;
    height: 66px;
    border: 1.7px solid #034e3b;
  }
  .noel_24122024 .commit_24122024 .commit_bg {
    margin: 36px 0px 0px 0px;
  }
  .noel_24122024 #formSearchDomain .bg_search {
    width: 100%;
  }
  .noel_24122024 #formSearchDomain .bg_search a {
    height: 48px;
    line-height: 48px;
  }
  .noel_24122024 #formSearchDomain .tg_wrap_search textarea {
    font-size: 15px;
    line-height: 23px;
  }
  .noel_24122024 #formSearchDomain .tg_wrap_search figure {
    max-width: 18px;
  }
  .noel_24122024 #formSearchDomain .tg_wrap_search figure svg {
    width: 16px;
    height: 16px;
  }
  .noel_24122024 #formSearchDomain .tg_wrap_search {
    border: 1.5px solid #fcf3d6;
    border-radius: 90px;
    background: #07323375;
    padding: 9px 15px;
    gap: 15px;
  }
  .noel_24122024 #formSearchDomain {
    margin: 36px auto 0px auto;
    flex-direction: column;
    border: none;
    background: transparent;
    gap: 16px;
  }
  .noel_24122024 .commit_24122024 .commit_img {
    margin: 0px auto 8px auto;
    max-width: 120px;
    width: 100%;
  }
  .noel_24122024 .commit_24122024 {
    padding: 60px 0px 80px 0px;
    overflow-x: hidden;
  }
  .noel_24122024 .raise_24122024 .slick-list {
    padding: 0px 0px 32px 0px;
    margin: 0px -8px;
  }
  .noel_24122024 .raise_24122024 .slick-slide {
    padding: 0px 8px;
  }
  .noel_24122024 .raise_24122024 .raise_detailds {
    display: flex !important;
  }
  .noel_24122024 .raise_24122024:before {
    display: none;
  }
  .noel_24122024 .raise_24122024:after {
    background: url(../images/24122024-snow-mobile-img1.png) no-repeat;
    max-width: 312px;
    width: 100%;
    height: 81px;
    top: 147px;
    right: 0px;
  }
  .noel_24122024 .raise_24122024 .pine_img {
    display: none;
  }
  .noel_24122024 .raise_24122024 .raise_bg {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .noel_24122024 .raise_24122024 .raise_general {
    padding: 36px 0px 0px 0px;
    flex-direction: column;
    gap: 36px;
  }
  .noel_24122024 .raise_24122024 .text_widget {
    width: 100%;
    order: 2;
    padding: 0px 35px;
  }
  .noel_24122024 .raise_24122024 .wrap_figure {
    width: 100%;
  }
  .noel_24122024 .noel_title h2 br {
    display: none;
  }
  .noel_24122024 .noel_title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .noel_24122024 .raise_24122024 {
    padding: 80px 0px 60px 0px;
    z-index: 1;
    margin: 0;
  }
  .noel_24122024 .tp_24122024:before {
    background: url(../images/24122024-tp-snow-mobile.png) no-repeat;
    max-width: 41px;
    width: 100%;
    height: 36px;
    top: 21px;
    left: 63%;
  }
  .noel_24122024 .tp_24122024::after {
    max-width: 69px;
    height: 102px;
    background-size: 100% 100%;
    bottom: 0px;
    background: url(../images/24122024-gift-big1-mobile.png) no-repeat;
  }
  .noel_24122024 .tp_24122024 .wrap_figure:before {
    height: 180px;
    max-width: 52px;
    background-size: 100% 100%;
    right: -25px;
  }

  .noel_24122024 .tp_24122024 .snowfall {
    display: none;
  }
  .noel_24122024 .tp_24122024 .tp_btn {
    margin: 24px auto 0px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul li span {
    margin: 8px auto 0px auto;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul li:after {
    font-size: 24px;
    top: 12px;
    right: -3px;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul {
    grid-gap: 0px;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul li:before {
    height: 50px;
    max-width: 50px;
    background-size: 100% 100%;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx {
    margin: 16px 0px 0px 0px;
  }
  .noel_24122024 .tp_24122024 .tg_countdown_idx ul li strong {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .noel_24122024 .tp_24122024 .tp_led4 {
    max-width: 43px;
    right: 5px;
  }
  .noel_24122024 .tp_24122024 .tp_led3 {
    max-width: 40px;
    right: 30px;
  }
  .noel_24122024 .tp_24122024 .tp_led2 {
    max-width: 27px;
    left: 40px;
  }
  .noel_24122024 .tp_24122024 .tp_led1 {
    max-width: 45px;
    left: 0px;
  }

  .noel_24122024 .tp_24122024 .text_widget {
    width: 100%;
  }

  .noel_24122024 .tp_24122024 {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #d00e19 0%, #941b20 100%);
    z-index: 2;
    overflow-x: hidden;
  }
  .cohon_header {
    padding: 10px 0px;
  }
  .noel_24122024 .noel_logo figure {
    max-width: 150px;
    width: 100%;
  }
  .noel_24122024 {
    /*    overflow-x: hidden;*/
  }
}
/*end css responsive*/
/*css fix lỗi*/
p.apply_register {
  font-size: 13px;
  line-height: 21px;
  margin: 0px 0px 5px 0px !important;
  font-style: italic;
}
/*End css fix lỗi*/
