@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-Black.woff2") format("woff2"), url("../fonts/SourceSerifPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-BlackIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-BoldIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-ExtraLight.woff2") format("woff2"), url("../fonts/SourceSerifPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-Bold.woff2") format("woff2"), url("../fonts/SourceSerifPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-ExtraLightIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-It.woff2") format("woff2"), url("../fonts/SourceSerifPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-Regular.woff2") format("woff2"), url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-Light.woff2") format("woff2"), url("../fonts/SourceSerifPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-LightIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-Semibold.woff2") format("woff2"), url("../fonts/SourceSerifPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url("../fonts/SourceSerifPro-SemiboldIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Liberation_Sans";
  src: url("../fonts/LiberationSans-BoldItalic.woff2") format("woff2"), url("../fonts/LiberationSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Liberation_Sans";
  src: url("../fonts/LiberationSans-Bold.woff2") format("woff2"), url("../fonts/LiberationSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Liberation_Sans";
  src: url("../fonts/LiberationSans-Regular.woff2") format("woff2"), url("../fonts/LiberationSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Liberation_Sans";
  src: url("../fonts/LiberationSans-Italic.woff2") format("woff2"), url("../fonts/LiberationSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s all !important;
}
a:hover {
  color: #AD0F1C;
}

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

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  background: #BB1C2A;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}
body h1 h2, body h3 h4, body h5 h6 {
  line-height: 1.3;
}

.container {
  max-width: 1430px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1364px) {
  .container {
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.container .row {
  margin: 0 -8px;
}
.container .row > div {
  padding: 0 8px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 120px 0;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #005E24;
  border-radius: 100%;
  border: 1px solid #005E24;
  opacity: 1;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header-menu {
  padding: 32px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
@media (max-width: 1200px) {
  .header-menu {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .header-menu {
    padding: 0;
    position: fixed;
    top: 0;
    background: #000000;
  }
}

.btn-bar-menu {
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .btn-bar-menu {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .btn-bar-menu svg {
    width: 24px;
    height: auto;
  }
}

.close-menu {
  display: none;
}
@media (max-width: 991px) {
  .close-menu {
    position: absolute;
    top: 12px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .close-menu {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .close-menu svg {
    width: 24px;
    height: auto;
  }
}

.content-header {
  position: relative;
  background: linear-gradient(305.08deg, #003508 32.4%, #00AC08 112.55%, #003508 155.16%);
  border-radius: 12px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .content-header {
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  .content-header {
    padding: 10px 0;
  }
}
@media (max-width: 1440px) {
  .content-header .logo img {
    max-height: 32px;
  }
}
@media (max-width: 1250px) {
  .content-header .logo img {
    max-height: 26px;
  }
}
@media (max-width: 991px) {
  .content-header .logo img {
    max-height: 36px;
  }
}
@media (max-width: 767px) {
  .content-header .logo img {
    max-height: 24px;
  }
}
.content-header .h-menu {
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .content-header .h-menu {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .content-header .h-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    transition: 0.6s all !important;
  }
  .content-header .h-menu.active {
    left: 0;
  }
}
.content-header a {
  color: #fff;
  display: flex;
  font-weight: 900;
}
.content-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .content-header ul {
    display: block;
  }
}
.content-header ul li {
  margin-right: 42px;
}
@media (max-width: 1600px) {
  .content-header ul li {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .content-header ul li {
    margin-right: 24px;
  }
}
@media (max-width: 1250px) {
  .content-header ul li {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .content-header ul li {
    margin: 0 0 32px 0;
  }
}
.content-header ul li:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .content-header ul li a {
    width: 100%;
  }
}
.content-header ul li a .icon {
  transition: 0.3s all !important;
  opacity: 0;
}
@media (max-width: 1364px) {
  .content-header ul li a .icon img {
    max-height: 22px;
  }
}
@media (max-width: 1200px) {
  .content-header ul li a .icon img {
    max-height: 18px;
  }
}
@media (max-width: 991px) {
  .content-header ul li a .icon img {
    display: none;
  }
}
.content-header ul li a .txt {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 10px;
  margin-left: -1px;
  transition: 0.3s all !important;
}
@media (max-width: 1364px) {
  .content-header ul li a .txt {
    padding: 0 5px;
  }
}
@media (max-width: 1200px) {
  .content-header ul li a .txt {
    font-size: 11.5px;
  }
}
@media (max-width: 1060px) {
  .content-header ul li a .txt {
    font-size: 10.5px;
  }
}
@media (max-width: 991px) {
  .content-header ul li a .txt {
    font-size: 18px;
    margin: 0;
    width: 100%;
    padding: 6px 12px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .content-header ul li a .txt {
    font-size: 16px;
  }
}
.content-header ul li a.active .icon, .content-header ul li a:hover .icon {
  opacity: 1;
}
.content-header ul li a.active .txt, .content-header ul li a:hover .txt {
  background: #FFE500;
  transform: skew(-17deg);
  color: #005E24;
}

.btn-event ul {
  list-style: none;
}
.btn-event ul li {
  margin-bottom: 20px;
}
.btn-event ul li:last-child {
  margin-bottom: 0;
}

.btn-def {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  height: 54px;
  min-width: 400px;
  position: relative;
  color: #FFE500 !important;
}
.btn-def:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #811E28;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FFE500;
  transform: skew(-15deg);
}
.btn-def span {
  position: relative;
  z-index: 2;
}

.btn-main {
  position: relative;
  color: #AD0F1C;
  display: inline-flex;
  font-size: 22px;
  min-width: 400px;
  font-weight: 500;
}
.btn-main:before {
  content: "";
  width: 100%;
  height: 54px;
}
.btn-main span {
  display: block;
}
.btn-main span.icon {
  flex: 0 0 92px;
  max-width: 92px;
}
.btn-main span.icon img {
  width: 100%;
}
.btn-main span.txt {
  position: relative;
  z-index: 2;
  flex: 0 0 calc(100% - 92px);
  max-width: calc(100% - 92px);
  background: #FFE500;
  transform: skew(-18deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  margin-bottom: 52px;
}
@media (max-width: 1600px) {
  .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .title {
    margin-bottom: 24px;
  }
}
.title h2 {
  color: #FFE500;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
}

footer {
  background: #02040B;
  padding: 50px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer {
    padding: 24px 0;
  }
}
footer ul {
  display: flex;
  list-style: none;
  margin: 0 -20px;
}
footer ul li {
  padding: 0 20px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991px) {
  footer .col-md-7, footer .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .fter-left {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .fter-left {
    margin-bottom: 0;
  }
}
.fter-left .logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .fter-left .logo {
    margin-bottom: 20px;
  }
  .fter-left .logo img {
    max-height: 32px;
  }
}
@media (max-width: 767px) {
  .fter-left p {
    display: none;
  }
}

.item-fter p {
  margin-top: 10px;
}
.item-fter h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .item-fter h4 {
    margin-bottom: 16px;
  }
}
.item-fter .social {
  display: flex;
}
.item-fter .social a {
  margin-right: 10px;
}
.item-fter .social a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .fter-right {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fter-right ul {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .fter-right ul li {
    padding: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .fter-right ul li:last-child {
    margin-bottom: 0;
  }
}

.modal-register {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  transition: 0.4s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal-register {
    padding: 0 20px;
  }
}
.modal-register.active {
  opacity: 1;
  pointer-events: unset;
}

.close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.close-modal rect {
    fill: #005E24;
}
.close-modal a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal a svg {
  width: 32px;
  height: 32px;
}

.overlay-modal {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.content-dialog-modal {
  background: #fff;
  border-radius: 16px;
  max-width: 550px;
  width: 100%;
  padding: 32px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .content-dialog-modal {
    max-width: 100%;
    padding: 32px 20px 20px 20px;
    font-size: 12px;
  }
}
.content-dialog-modal h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-dialog-modal h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
  }
}
.content-dialog-modal .item {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .content-dialog-modal .item {
    margin-bottom: 16px;
  }
}
.content-dialog-modal .item:last-child {
  margin-bottom: 0;
}
.content-dialog-modal .item label {
  margin: 0 0 8px 0;
  display: block;
}
.content-dialog-modal .item .txt_field {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 0 12px;
  border: 1px solid #aaa;
  outline: none;
}
.content-dialog-modal .item .btn_field {
  outline: none;
  width: 100%;
  cursor: pointer;
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: 2px solid #005E24;
  background: #005E24;
  border-radius: 50px;
}
.content-dialog-modal .item .btn_field:hover {
  background: #fff;
  color: #AD0F1C;
}

@media (max-width: 991px) {
  main {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 44px;
  }
}

.box-banner {
  position: relative;
  overflow: hidden;
}
.box-banner .caption-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 991px) {
  .box-banner .caption-banner {
    position: relative;
    margin-top: -14.5%;
  }
}
@media (max-width: 767px) {
  .box-banner .caption-banner {
    margin-top: 0;
  }
}
.box-banner .caption-banner:before {
  content: "";
  width: calc(100% - 120px);
  height: 100%;
  background: url(../images/avr-caption.png) no-repeat center;
  background-size: 100% 100%;
  background-position: top;
  position: absolute;
  top: 0;
  left: 60px;
}
@media (max-width: 1200px) {
  .box-banner .caption-banner:before {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 767px) {
  .box-banner .caption-banner:before {
    width: calc(100% - 10px);
    left: 5px;
    opacity: 0;
  }
}
.box-banner .avarta-bg img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .box-banner .avarta-bg img {
    min-height: 320px;
  }
}

.union-banner {
  font-size: 14px;
  line-height: 1.6;
  padding: 24px 0 50px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .union-banner {
    padding: 24px 0 32px 0;
  }
}
@media (max-width: 991px) {
  .union-banner {
    padding: 16px 0 32px 0;
  }
}
@media (max-width: 767px) {
  .union-banner {
    font-size: 12px;
    padding: 24px 0;
  }
}
.union-banner .date {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .union-banner .date {
    font-size: 14px;
  }
}
.union-banner .tags {
  padding: 20px 0 24px 0;
}
@media (max-width: 1600px) {
  .union-banner .tags {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .union-banner .tags {
    padding: 10px 0;
  }
}
.union-banner .tags ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .union-banner .tags ul {
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
  }
}
.union-banner .tags ul li {
  margin-right: 20px;
}
@media (max-width: 1364px) {
  .union-banner .tags ul li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .union-banner .tags ul li {
    margin-right: 0;
    padding: 5px;
  }
}
.union-banner .tags ul li:last-child {
  margin-right: 0;
}
.union-banner .tags a, .union-banner .tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1364px) {
  .union-banner .tags a, .union-banner .tags span {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .union-banner .tags a, .union-banner .tags span {
    font-size: 10px;
    font-weight: 500;
    padding: 0 8px;
  }
}
.union-banner .desc {
  max-width: 480px;
}
@media (max-width: 991px) {
  .union-banner .desc {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .union-banner .desc {
    margin-bottom: 16px;
  }
}
.union-banner .btn-banner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .union-banner .btn-banner {
    display: block;
  }
}
.union-banner .btn-banner a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  height: 38px;
  padding: 0 24px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .union-banner .btn-banner a {
    height: 32px;
  }
}
.union-banner .btn-banner a svg {
  margin-right: 8px;
}
.union-banner .logo {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .union-banner .logo {
    display: block;
  }
}
@media (max-width: 991px) {
  .union-banner .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .union-banner .row > div:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .union-banner .row > div:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .union-banner .row > div:last-child {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .union-banner .row > div:last-child {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.list-line-marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #fff;
}
.list-line-marquee span {
  animation: marquee 8s linear infinite;
  flex: 0 0 24%;
  max-width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .list-line-marquee span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .list-line-marquee span {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.box-video {
  padding: 72px 0 100px 0;
  position: relative;
  background: url("../images/bg-video.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .box-video {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .box-video {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-video {
    padding: 32px 0;
  }
}
.box-video .title-video {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .box-video .title-video {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .box-video .title-video {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.content-video {
  display: flex;
}
@media (max-width: 991px) {
  .content-video {
    display: block;
  }
}
.content-video .info {
  flex: 0 0 430px;
  max-width: 430px;
}
@media (max-width: 991px) {
  .content-video .info {
    max-width: 100%;
  }
}
.content-video .video-temp {
  flex: 0 0 calc(100% - 430px);
  max-width: calc(100% - 430px);
  padding-right: 75px;
}
@media (max-width: 1600px) {
  .content-video .video-temp {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .content-video .video-temp {
    max-width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .content-video .video-temp {
    margin-bottom: 20px;
  }
}
.content-video .video-temp .avarta, .content-video .video-temp a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}
.content-video .desc {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .content-video .desc {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .content-video .desc {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .content-video .desc {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.content-video h4 {
  margin-bottom: 3px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .content-video h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .content-video h4 {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
}
.content-video .date {
  padding: 20px 0 30px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .content-video .date {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .content-video .date {
    font-size: 12px;
  }
}
.content-video h3 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -3px;
}
@media (max-width: 1600px) {
  .content-video h3 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .content-video h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .content-video h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-video h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .content-video .btn-event ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .content-video .btn-event ul li {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .content-video .btn-event ul li {
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .content-video .btn-event ul li img {
    max-height: 36px;
  }
}

.box-communication {
  padding: 114px 0 170px 0;
  background: url("../images/bg-communication.svg") #000000 no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .box-communication {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .box-communication {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-communication {
    padding: 32px 0;
  }
}
.box-communication ul {
  list-style: none;
}

.content-communication {
  font-size: 20px;
  display: flex;
  background: #0C3512B5;
  border-radius: 20px;
  padding: 46px;
}
@media (max-width: 1600px) {
  .content-communication {
    font-size: 16px;
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .content-communication {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .content-communication {
    padding: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .content-communication {
    padding: 20px;
    border-radius: 10px;
    display: block;
  }
}
.content-communication > div {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .content-communication > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .content-communication > div {
    padding: 0;
  }
}
.content-communication > div:first-child {
  padding-left: 0;
}
.content-communication > div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .content-communication > div:last-child ul li p {
    padding: 0 0 0 10px !important;
    order: 2;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .content-communication > div:last-child ul li span {
    padding: 0 10px 0 0 !important;
    order: 1;
  }
}
.content-communication .left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .content-communication .left {
    max-width: 100%;
  }
}
.content-communication .right {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .content-communication .right {
    max-width: 100%;
  }
}
.content-communication ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.content-communication ul li:first-child {
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .content-communication ul li:first-child {
    border-top: 0;
  }
}
.content-communication ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .content-communication ul li:last-child {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
}
.content-communication ul li > * {
  padding: 0 10px;
}
.content-communication ul li > *:first-child {
  padding-left: 0;
}
.content-communication ul li > *:last-child {
  padding-right: 0;
}
.content-communication ul li p {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .content-communication ul li p {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .content-communication ul li p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .content-communication ul li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-communication ul li p {
    font-size: 16px;
  }
}

.box-step {
  position: relative;
  background: url("../images/bg-step.png") no-repeat center;
  background-size: cover;
  padding: 60px 0 86px 0;
}
@media (max-width: 1600px) {
  .box-step {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .box-step {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-step {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .box-step .col-md-4 {
    margin-bottom: 16px;
  }
  .box-step .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.item-step {
  font-size: 30px;
  font-weight: bold;
  border: 1px solid rgba(255, 229, 0, 0.5);
  padding: 80px 60px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: url("../images/bg-item-step.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .item-step {
    padding: 60px 40px;
    line-height: 1.5;
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .item-step {
    padding: 24px 20px 60px 20px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .item-step {
    font-size: 14px;
  }
}
.item-step:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0E3D09;
  filter: blur(95.5px);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.item-step .head-step {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .item-step .head-step {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .item-step .head-step {
    margin-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  .item-step .head-step img {
    max-height: 80px;
  }
}
@media (max-width: 1200px) {
  .item-step .head-step img {
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  .item-step .head-step img {
    max-height: 30px;
  }
}
.item-step .desc {
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .item-step .desc {
    letter-spacing: 0;
  }
}
.item-step .desc span {
  color: #FFE500;
}
.item-step .desc p {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .item-step .desc p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .item-step .desc p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-step .desc p {
    margin-bottom: 16px;
  }
  .item-step .desc p:last-child {
    margin-bottom: 0;
  }
}
.item-step .icon-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.box-video-contest {
  padding: 114px 0 0 0;
  background: url("../images/bn-video-contest.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .box-video-contest {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .box-video-contest {
    padding: 48px 0 0 0;
  }
}
.box-video-contest .desc {
  font-size: 14px;
  padding: 28px 0;
}
@media (max-width: 991px) {
  .box-video-contest .desc {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .box-video-contest .btn-main-more img {
    max-height: 24px;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.slide-video-contest {
  padding: 120px 0 40px 0;
}
@media (max-width: 1600px) {
  .slide-video-contest {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .slide-video-contest {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .slide-video-contest {
    padding: 24px 0;
  }
}
.slide-video-contest .swiper-slide:nth-child(2n) {
  margin-top: 160px;
}
@media (max-width: 1200px) {
  .slide-video-contest .swiper-slide:nth-child(2n) {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .slide-video-contest .swiper-slide:nth-child(2n) {
    margin-top: 40px;
  }
}
.slide-video-contest .avarta img {
  border-radius: 20px;
  border: 1px solid rgba(255, 229, 0, 0.5);
}

.box-contest {
  padding: 74px 0;
  background: url("../images/bg-step.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .box-contest {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .box-contest {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-contest {
    padding: 32px 0;
  }
}
.box-contest .btn-bott ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.box-contest .btn-bott ul li {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .box-contest .btn-bott ul li {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .box-contest .btn-bott ul li {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  .box-contest .btn-bott ul li img {
    max-height: 48px;
  }
}
@media (max-width: 991px) {
  .box-contest .btn-bott ul li img {
    max-height: 36px;
  }
}
.box-contest .row {
  margin: 0 -8px;
}
.box-contest .row > div {
  padding: 0 8px;
}
.box-contest .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .box-contest .title img {
    max-height: 36px;
  }
}
@media (max-width: 767px) {
  .box-contest .title img {
    max-height: 28px;
  }
}

.list-contest {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .list-contest {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .list-contest {
    padding: 24px 0;
  }
}

.item-contest {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .item-contest {
    border-radius: 10px;
  }
}
.item-contest:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(173, 15, 28, 0), #AD0F1C);
  pointer-events: none;
  opacity: 0;
}
.item-contest a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 4;
  opacity: 0;
}
.item-contest .icon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .item-contest .icon-play {
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 1200px) {
  .item-contest .icon-play {
    display: none;
  }
}
@media (max-width: 1600px) {
  .item-contest .icon-play img {
    height: 18px;
    width: auto;
  }
}
.item-contest .avarta-user {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  padding: 12px 16px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .item-contest .avarta-user {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .item-contest .avarta-user {
    font-size: 12px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .item-contest .avarta-user {
    padding: 8px;
  }
}
.item-contest .avarta-user .avr {
  margin-right: 10px;
  flex: 0 0 40px;
  max-width: 40px;
}
@media (max-width: 1600px) {
  .item-contest .avarta-user .avr {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .item-contest .avarta-user .avr {
    flex: 0 0 26px;
    max-width: 26px;
  }
}
.item-contest .avarta-user .avr img {
  height: 40px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .item-contest .avarta-user .avr img {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .item-contest .avarta-user .avr img {
    height: 26px;
  }
}
.item-contest .bottom-contest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 12px;
  z-index: 2;
}
@media (max-width: 767px) {
  .item-contest .bottom-contest {
    padding: 10px;
  }
}
.item-contest .bottom-contest ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-contest .bottom-contest .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.item-contest .bottom-contest .icon span {
  color: #005E24;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 50px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .item-contest .bottom-contest .icon span {
    font-size: 10px;
    padding: 0 0 0 20px;
  }
}

.box-koc-product {
  padding: 100px 0 0 0;
  background: url("../images/bg-koc.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .box-koc-product {
    padding: 48px 0 0 0;
  }
}
@media (max-width: 767px) {
  .box-koc-product {
    padding: 32px 0 0 0;
  }
}

@media (max-width: 991px) {
  .content-koc .col-md-4, .content-koc .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.list-koc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .list-koc ul {
    margin: 0 -8px;
  }
}
.list-koc ul li {
  padding: 0 10px;
  margin-bottom: 40px;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .list-koc ul li {
    padding: 0 8px;
    margin-bottom: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.list-koc ul li:first-child .item-koc:after, .list-koc ul li:nth-child(2) .item-koc:after, .list-koc ul li:nth-child(3) .item-koc:after {
  content: "";
  width: 70px;
  height: 26px;
  background-size: contain !important;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media (max-width: 1200px) {
  .list-koc ul li:first-child .item-koc:after, .list-koc ul li:nth-child(2) .item-koc:after, .list-koc ul li:nth-child(3) .item-koc:after {
    height: 20px;
  }
}
.list-koc ul li:first-child .item-koc .avarta, .list-koc ul li:first-child .item-koc .avr, .list-koc ul li:nth-child(2) .item-koc .avarta, .list-koc ul li:nth-child(2) .item-koc .avr, .list-koc ul li:nth-child(3) .item-koc .avarta, .list-koc ul li:nth-child(3) .item-koc .avr {
  border: 1px solid #FFE500;
}
.list-koc ul li:first-child .item-koc .numb-vote span, .list-koc ul li:nth-child(2) .item-koc .numb-vote span, .list-koc ul li:nth-child(3) .item-koc .numb-vote span {
  color: #005E24;
  background: #FFE500;
  display: inline-flex;
  padding: 1px 4px;
  font-weight: bold;
  text-transform: uppercase;
  transform: skewX(-15deg);
  line-height: normal;
}
.list-koc ul li:first-child .item-koc:after {
  background: url("../images/top-koc-1.png") no-repeat center;
}
.list-koc ul li:nth-child(2) .item-koc:after {
  background: url("../images/top-koc-2.png") no-repeat center;
}
.list-koc ul li:nth-child(3) .item-koc:after {
  background: url("../images/top-koc-3.png") no-repeat center;
}

.item-koc {
  color: #FFE500;
  position: relative;
}
.item-koc .avarta {
  padding: 8px;
  background: rgba(173, 15, 28, 0.25);
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 12px;
}
.item-koc .avarta .avr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
}
.item-koc .avarta .avr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-koc .info .name {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 1600px) {
  .item-koc .info .name {
    font-size: 18px;
  }
}
@media (max-width: 1364px) {
  .item-koc .info .name {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .item-koc .info .name {
    font-size: 14px;
  }
}
.item-koc .numb-vote {
  padding: 8px 0 12px 0;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-koc .numb-vote {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .item-koc .numb-vote {
    font-size: 10px;
  }
}
.item-koc .link-user a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFE500;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #FFE500;
  padding: 3px 6px;
  transform: skewX(-15deg);
}
@media (max-width: 1364px) {
  .item-koc .link-user a {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .item-koc .link-user a {
    font-size: 8px;
  }
}
.item-koc .link-user a:hover {
  background: #FFE500;
  color: #000000;
}

.koc-ranks {
  border: 1px solid #FFE500;
  padding: 24px;
  border-radius: 24px;
  background: #003508B0;
}
@media (max-width: 1200px) {
  .koc-ranks {
    padding: 16px;
    border-radius: 10px;
  }
}

.title-rank {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #FFE500;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .title-rank {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.title-rank span {
  color: #FFE500;
}

.head-rank {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .head-rank {
    margin-bottom: 10px;
  }
}
.head-rank ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-rank ul li:first-child {
  max-width: 50px;
  flex: 0 0 50px;
}
@media (max-width: 1200px) {
  .head-rank ul li:first-child {
    max-width: 15px;
    flex: 0 0 15px;
    font-size: 12px;
  }
}
.head-rank ul li:last-child {
  max-width: 50px;
  flex: 0 0 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  .head-rank ul li:last-child {
    max-width: 30px;
    flex: 0 0 30px;
  }
}
.head-rank ul li:nth-child(2) {
  max-width: 130px;
  flex: 0 0 130px;
  text-align: center;
}
@media (max-width: 1200px) {
  .head-rank ul li:nth-child(2) {
    max-width: 100px;
    flex: 0 0 100px;
  }
}
.head-rank ul li:nth-child(3) {
  max-width: calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
}
@media (max-width: 1200px) {
  .head-rank ul li:nth-child(3) {
    max-width: calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
  }
}

.item-ranks {
  display: flex;
  border-radius: 10px;
  border: 1px solid #FFE500;
  position: relative;
  margin-bottom: 4px;
  padding: 4px 10px;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  justify-content: space-between;
}
.item-ranks:after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../images/line-ranks.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-ranks:last-child {
  margin-bottom: 0;
}
.item-ranks > div {
  position: relative;
  z-index: 2;
}
.item-ranks > div:first-child {
  max-width: 50px;
  flex: 0 0 50px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .item-ranks > div:first-child {
    max-width: 15px;
    flex: 0 0 15px;
    font-size: 12px;
  }
}
.item-ranks > div:last-child {
  max-width: 50px;
  flex: 0 0 50px;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .item-ranks > div:last-child {
    max-width: 30px;
    flex: 0 0 30px;
  }
}
.item-ranks > div:nth-child(2) {
  max-width: 130px;
  flex: 0 0 130px;
}
@media (max-width: 1200px) {
  .item-ranks > div:nth-child(2) {
    max-width: 100px;
    flex: 0 0 100px;
  }
}
.item-ranks > div:nth-child(3) {
  max-width: calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
}
@media (max-width: 1200px) {
  .item-ranks > div:nth-child(3) {
    max-width: calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
  }
}

.user-rank {
  display: flex;
  align-items: center;
}
.user-rank .avar {
  margin-right: 12px;
  flex: 0 0 24px;
  max-width: 24px;
}
@media (max-width: 1200px) {
  .user-rank .avar {
    margin-right: 4px;
    flex: 0 0 20px;
    max-width: 20px;
  }
}
.user-rank .avar img {
  height: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .user-rank .avar img {
    height: 20px;
  }
}
.user-rank .name {
  font-size: 10px;
  font-weight: 500;
}

.line-rank .prs-rank {
  width: 100%;
  height: 5px;
  background: #0C4B24;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .line-rank .prs-rank {
    height: 2px;
  }
}
.line-rank .prs-rank .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 40px;
  background: #00AC08;
}
.line-rank .icon {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -14px;
}
@media (max-width: 1200px) {
  .line-rank .icon {
    width: 20px;
  }
}
.line-rank .icon img {
  width: 28px;
}
@media (max-width: 1200px) {
  .line-rank .icon img {
    width: 100%;
  }
}

.box-product {
  padding: 100px 0 70px 0;
}
@media (max-width: 991px) {
  .box-product {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-product {
    padding: 32px 0;
  }
}
.box-product .title-product {
  font-size: 14px;
  font-weight: 500;
  color: #EFEFEF;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .box-product .title-product {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.box-product .title-product .desc {
  line-height: normal;
}
@media (max-width: 991px) {
  .box-product .title-product .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-product .title-product .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .box-product .title-product .col-md-4 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .box-product .title-product .col-md-4:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-product .title-product .col-md-4:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .box-product .title-product .col-md-4:last-child {
    display: none;
  }
}

.btn-link-more a {
  display: inline-flex;
  background: #000000;
  border: 1px solid #FFE500;
  height: 34px;
  color: #FFE500;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  padding: 0 24px;
  line-height: normal;
  transform: skew(-12deg);
}
.btn-link-more a:hover {
  background: #FFE500;
  color: #000000;
}

@media (max-width: 767px) {
  .list-product .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 16px;
  }
}

.item-product {
  position: relative;
  padding: 12px 12px 0 12px;
  background: url("../images/item-product.png") no-repeat center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .item-product {
    border-radius: 10px;
    padding: 6px 6px 0 6px;
  }
}
.item-product .icon-top {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #FFE500;
  color: #005E24;
  padding: 0 20px;
  position: absolute;
  top: 26px;
  left: -12px;
  transform: skew(-14deg);
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 991px) {
  .item-product .icon-top {
    font-size: 12px;
    top: 16px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .item-product .icon-top {
    font-size: 10px;
    top: 6px;
    height: 20px;
  }
}
.item-product .avarta {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.item-product .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .item-product .avr {
    display: none;
  }
}
.item-product .info {
  position: relative;
  width: calc(100% + 24px);
  left: -12px;
  z-index: 2;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .item-product .info {
    margin-top: 0;
  }
}
.item-product .info-prd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .item-product .info-prd {
    background: #982933;
    position: relative;
  }
}
@media (max-width: 767px) {
  .item-product .info-prd {
    padding: 7px 10px;
  }
}
.item-product .info-prd .name h3 {
  font-size: 16px;
  font-weight: bold;
  color: #FFE500;
}
@media (max-width: 1200px) {
  .item-product .info-prd .name h3 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .item-product .info-prd .name h3 {
    margin-bottom: 6px;
  }
}
.item-product .info-prd .numb {
  position: relative;
}
.item-product .info-prd .numb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AD0F1C;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .item-product .info-prd .numb span {
    font-size: 10px;
    padding-left: 37px;
  }
}
@media (max-width: 767px) {
  .item-product .info-prd .numb span {
    padding-left: 16%;
    font-size: 2.7vw;
  }
}

.box-gallery {
  padding: 100px 0;
  background: #F1F1F1;
  position: relative;
}
@media (max-width: 991px) {
  .box-gallery {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-gallery {
    padding: 32px 0;
  }
}
.box-gallery .avg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.box-gallery .avg-bg img {
  max-height: 100%;
  object-fit: cover;
}
.box-gallery .title h2 {
  color: #454545;
}
.box-gallery .container {
  position: relative;
  z-index: 2;
}

.item-gallery {
  /*background: #982933;*/
  background: linear-gradient(90deg, #003508 0%, #005E24 37.98%, #00C44B 100%);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .item-gallery {
    border-radius: 10px;
  }
}
.item-gallery a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: transparent;
}
.item-gallery .avarta {
  background: #fff;
}
.item-gallery .info {
  padding: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .item-gallery .info {
    padding: 10px;
  }
}
.item-gallery .info .deal-prd {
  position: relative;
  z-index: 2;
}
.item-gallery .info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .item-gallery .info h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .item-gallery .info h3 {
    font-size: 12px;
  }
}
.item-gallery .icon-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-gallery .icon-abs img {
  height: 30px;
  object-fit: cover;
}

.box-partner {
  padding: 0 0 100px 0;
  background: #F1F1F1;
}
@media (max-width: 991px) {
  .box-partner {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 767px) {
  .box-partner {
    padding: 0 0 32px 0;
  }
}
.box-partner .title h2 {
  color: #454545;
}

.list-partner .row {
  justify-content: center;
}
.list-partner .col-md-2 {
  padding: 10px !important;
}
@media (max-width: 991px) {
  .list-partner .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .list-partner .col-md-2 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px !important;
  }
}

.item-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100px;
  padding: 10px;
}
@media (max-width: 991px) {
  .item-partner a {
    height: 80px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .item-partner a {
    height: 60px;
  }
}
.item-partner a img {
  width: auto;
  max-height: 80px;
}

.box-product-template {
  padding: 0 0 60px 0;
  background: url(../images/bg-product.png) #000000 repeat center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .box-product-template {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .box-product-template {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .box-product-template {
    padding: 16px 0;
  }
}

.content-product-template {
  background: #F1F1F1;
  border: 1px solid #FFE500;
  padding: 60px 90px;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1364px) {
  .content-product-template {
    margin-top: -60px;
    padding: 60px;
  }
}
@media (max-width: 1200px) {
  .content-product-template {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .content-product-template {
    padding: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .content-product-template {
    padding: 16px;
    border-radius: 10px;
    font-size: 12px;
  }
}

.txt-cate-product {
  position: sticky;
  top: 30px;
}
@media (max-width: 767px) {
  .txt-cate-product {
    top: 0;
    margin-bottom: 16px;
  }
}
.txt-cate-product .avr {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .txt-cate-product .avr {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .txt-cate-product .avr {
    margin-bottom: 16px;
  }
}
.txt-cate-product .info h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #02040B;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .txt-cate-product .info h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .txt-cate-product .info h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .txt-cate-product .info h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.txt-cate-product .desc {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.56;
  font-weight: 500;
}

.item-prd-deal {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
@media (max-width: 991px) {
  .item-prd-deal {
    border-radius: 10px;
  }
}
.item-prd-deal .avarta a {
  display: flex;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.item-prd-deal .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-prd-deal .info {
  padding: 18px;
}
@media (max-width: 991px) {
  .item-prd-deal .info {
    padding: 10px;
  }
}
.item-prd-deal .info .cate {
  color: #6C6C6C;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .item-prd-deal .info .cate {
    font-size: 8px;
    margin-bottom: 6px;
  }
}
.item-prd-deal .info h3 a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 1.45;
}

.list-product-deal .col-md-4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-product-deal .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

.product-cate {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .product-cate {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-cate {
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dddddd;
  }
}
.product-cate:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.caption-banner-template {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.caption-banner-template .txt-caption-template {
  max-width: 480px;
}
@media (max-width: 1364px) {
  .caption-banner-template .txt-caption-template {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .caption-banner-template .txt-caption-template {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .caption-banner-template .txt-caption-template {
    max-width: 100%;
    font-size: 12px;
  }
}
.caption-banner-template h1 {
  color: #FFE500;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1600px) {
  .caption-banner-template h1 {
    font-size: 48px;
  }
}
@media (max-width: 1364px) {
  .caption-banner-template h1 {
    font-size: 40px;
  }
  .caption-banner-template h1 br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .caption-banner-template h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .caption-banner-template h1 {
    font-size: 24px;
  }
}
.caption-banner-template .desc {
  padding: 20px 0;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .caption-banner-template .desc {
    padding: 12px 0;
  }
}
.caption-banner-template ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .caption-banner-template ul {
    justify-content: center;
    margin: 0 -4px;
  }
}
.caption-banner-template ul li {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .caption-banner-template ul li {
    margin: 0;
    padding: 4px;
  }
}
.caption-banner-template ul li:last-child {
  margin-right: 0;
}
.caption-banner-template ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  height: 28px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .caption-banner-template ul li a {
    font-size: 12px;
  }
}

.box-detail {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .box-detail {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .box-detail {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.box-detail:last-child {
  margin-bottom: 0;
}
.box-detail h2, .box-detail h3, .box-detail h4, .box-detail h5, .box-detail h6 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-detail h2, .box-detail h3, .box-detail h4, .box-detail h5, .box-detail h6 {
    margin-bottom: 12px;
  }
}
.box-detail h2 {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .box-detail h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .box-detail h2 {
    font-size: 18px;
  }
}
.box-detail p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .box-detail p {
    margin-bottom: 12px;
  }
}
.box-detail ul {
  padding-left: 18px;
  margin-bottom: 16px;
}
.box-detail ul li {
  margin-bottom: 8px;
}

.sidebar-rule {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  position: sticky;
  top: 30px;
}
@media (max-width: 991px) {
  .sidebar-rule {
    font-size: 16px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar-rule {
    display: none;
  }
}
.sidebar-rule ul {
  list-style: none;
}
.sidebar-rule ul li {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sidebar-rule ul li {
    margin-bottom: 20px;
  }
}
.sidebar-rule ul li:last-child {
  margin-bottom: 0;
}
.sidebar-rule ul li a {
  display: flex;
  position: relative;
  align-items: center;
}
.sidebar-rule ul li a .icon {
  display: flex;
  align-items: center;
  flex: 0 0 18px;
  max-width: 18px;
  margin-right: 20px;
  opacity: 0;
  pointer-events: none;
}
.sidebar-rule ul li a.active .icon, .sidebar-rule ul li a:hover .icon {
  opacity: 1;
  pointer-events: unset;
}

/*# sourceMappingURL=style.css.map */
