:root{--urlwp-accent:#446084;--urlwp-shell:1180px;--urlwp-header-main:90px;--urlwp-header-nav:55px;--urlwp-header-mobile:70px}body{background:#fff}.urlwp-site{max-width:none;margin-inline:auto;background:#fff}.urlwp-header-main{min-height:var(--urlwp-header-main);display:flex;align-items:center;background:color-mix(in srgb,var(--urlwp-accent) 8%,#fff)}.urlwp-header-row{min-height:var(--urlwp-header-main)}.urlwp-header-bottom{min-height:var(--urlwp-header-nav);display:flex;align-items:center;background:#f1f1f1}.urlwp-header-nav-row{width:min(100% - 32px,var(--urlwp-shell));margin-inline:auto}.urlwp-primary-nav{margin:0}.urlwp-menu{justify-content:center}.urlwp-header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.urlwp-header-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border:2px solid #fff;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--urlwp-accent) 72%,#19c7ff),var(--urlwp-accent));color:#fff;text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;box-shadow:0 3px 8px rgba(0,0,0,.2)}.urlwp-menu>li{position:relative}.urlwp-menu .sub-menu{position:absolute;display:none;z-index:20;top:100%;left:0;min-width:220px;margin:0;padding:10px;background:#fff;list-style:none;box-shadow:0 12px 28px rgba(0,0,0,.16)}.urlwp-menu li:hover>.sub-menu,.urlwp-menu li:focus-within>.sub-menu{display:block}@media(max-width:849px){.urlwp-menu .sub-menu{position:static;display:block;box-shadow:none;padding:0 0 0 16px}}:root {--primary-color: #446084;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-bottom{min-height: 55px}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 140px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.header-bottom {background-color: #1e73be}.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}body{color: #000000}h1,h2,h3,h4,h5,h6,.heading-font{color: #dd3333;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family: Roboto, sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: Roboto, sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: Roboto, sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 700;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: Roboto, sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: Roboto, sans-serif;}.alt-font {font-weight: 400!important;font-style: normal!important;}a{color: #1e73be;}a:hover{color: #eeee22;}.tagcloud a:hover{border-color: #eeee22;background-color: #eeee22;}.absolute-footer, html{background-color: #000000}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}/* Custom CSS */.header-button a {background: linear-gradient(to bottom, #f7e694 0%, #ff7600 47%, #f7e694 100%) !important;border: 2px solid white !important;color: white;border-radius: 5px;text-decoration: none;display: inline-block;font-size: 12px;font-weight: bold;cursor: pointer;animation: tada 1.2s infinite, glow 1.5s infinite alternate;box-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.6);}@keyframes tada { 0% {transform: scaleX(1);}10%, 20% {transform: scale3d(1, 1, 1) rotate(-3deg);}30%, 50%, 70%, 90% {transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);}40%, 60%, 80% {transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}

:root {
  --primary-arrow-color: #0000;
  --badge-bg-color: #FF0002 ;
  --badge-font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --badge-font-size: 10px;
  --badge-text-color: #fff;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1) translateZ(0);
  }
  50% {
    transform: scale(1.1) translateZ(0);
  }
  100% {
    transform: scale(1) translateZ(0);
  }
}

.header-button-1 .header-button:after,
.header-button-2 .header-button:after, .header-button-km .header-button:after {
  content: '';
  position: absolute;
  display: block;
  top: -8px;
  width: 5px !important;
  height: 5px;
  border: 5.5px solid transparent;
  border-right-color: var(--primary-arrow-color);
  transform: rotate(59deg);
  background: var(--badge-bg-color);
  z-index: 12;
}

.header-button-2 .header-button:after {
  content: '';
  position: absolute;
  display: block;
  top: -8px;
  width: 5px !important;
  height: 5px;
  border: 5.5px solid transparent;
  border-right-color: var(--primary-arrow-color);
  transform: rotate(59deg);
  background: var(--badge-bg-color);
  z-index: 12;
}

.html_topbar_left .header-button:after {
    content: '';
  position: absolute;
  display: block;
  top: -8px;
  width: 5px !important;
  height: 5px;
  border: 5.5px solid transparent;
  border-right-color: var(--primary-arrow-color);
  transform: rotate(59deg);
  background: var(--badge-bg-color);
  z-index: 12;
}

.header-button-1 .header-button:after {
  left: 30px;
}

.header-button-2 .header-button:after {
  left: 58px;
}

.html_topbar_left .header-button:after {
  left: 50px;
}

.header-button-1 .header-button:before,
.header-button-2 .header-button:before, .header-button-km .header-button:before {
  position: absolute;
  background: var(--badge-bg-color);
  font-family: var(--badge-font-family);
  font-size: var(--badge-font-size);
  color: var(--badge-text-color);
  line-height: normal;
  border-radius: 50px;
  padding: 3px;
  margin-top: -13px;
  z-index: 13;
  animation: zoomInOut 1.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  transition: transform 0.3s ease;
  text-align: center;
  will-change: transform;
  font-weight: bold;
    top: -7px;
}

.header-button-2 .header-button:before {
  position: absolute;
  background: var(--badge-bg-color);
  font-family: var(--badge-font-family);
  font-size: var(--badge-font-size);
  color: var(--badge-text-color);
  line-height: normal;
  border-radius: 50px;
  padding: 3px;
  margin-top: -13px;
  z-index: 13;
  animation: zoomInOut 1.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  transition: transform 0.3s ease;
  text-align: center;
  will-change: transform;
  font-weight: bold;
    top: -7px;
}

.html_topbar_left .header-button:before {
    position: absolute;
  background: var(--badge-bg-color);
  font-family: var(--badge-font-family);
  font-size: var(--badge-font-size);
  color: var(--badge-text-color);
  line-height: normal;
  border-radius: 50px;
  padding: 3px;
  margin-top: -13px;
  z-index: 13;
  animation: zoomInOut 1.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  transition: transform 0.3s ease;
  text-align: center;
  will-change: transform;
  font-weight: bold;
    top: -7px;
}

.header-button-1 .header-button:before {
  content: 'Nhận lượt quay PG';
  width: 110%;
  margin-left: -13px;
}

.header-button-2 .header-button:before {
  content: '+100%';
  width: 50%;
  margin-left: 39px;
}
.st-sticky-overlay .st-banner{
    display: none;
}

.html_topbar_left .header-button:before {
  content: '+100%';
  width: 50%;
  margin-left: 39px;
}
.st-sticky-overlay .st-banner{
    display: none;
}

@media screen and (max-width: 430px) {
    .nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}}
@media(max-width:849px){.urlwp-header-main,.urlwp-header-row{min-height:var(--urlwp-header-mobile)}.urlwp-header-row{position:relative;justify-content:center}.urlwp-menu-toggle{position:absolute;left:0;margin:0}.urlwp-brand{margin-inline:auto}.urlwp-header-actions{display:none}.urlwp-header-bottom{min-height:auto;display:block;position:relative}.urlwp-header-nav-row{width:100%}.urlwp-primary-nav{inset:100% 0 auto}.urlwp-mobile-ctas{border-top:1px solid rgba(0,0,0,.08)}}
