/*design system*/
:root {
    --color-main: rgb(0, 136, 255);
}
html {
    scroll-behavior: smooth!important;
}
div[id] {
    scroll-margin-top: 0px;
}
body {
    color: #333;
    font-family: 'Oswald-Regular', sans-serif;
    font-size: 14px;
}
p {
    font-family: 'Oswald', sans-serif;
}
.atg-body #wrapper, .atg-body #main {
    background: url(../img/bg-body-2.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.atg-body .center-column .col {
    padding-bottom: 0;
}

.row,.container {
    max-width: 1200px;
}
h3, h4, h5, h6 {
    font-size: 16px;
    font-family: 'Oswald-Bold', sans-serif;
}
.btn {
    padding: 10px;
    display: inline-block;
    border-radius: 2px;
}
.btn-block {
    width: 100%;
}
.bg-gray {
    background: #F3F4F5;
}
.bg-primary {
    background: #c1972b;
    color: #fff;
    opacity: 0.8;
}
.bg-primary:hover {
    opacity:1;
    color: yellow;
}
label {
    font-weight: 500;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(61 91 26); 
}
.list-none {
    list-style: none;
}
.atg-body .list-none li {
    margin-left: 0;
}
.card {
    background: #fff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}
.card-header {
    border-bottom: 1px solid #E8EAEB;
    padding: 12px 16px;
}
.card-header .title-main {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline;
}
.card-header.bg-gray {
    background: #F4F6F8;
}
.card-body {
    padding: 15px;
}
.form-group span {
    color: red;
}
.group-checkbox label {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
}
.form-group.d-flex {
    display: flex;
}
.group-checkbox {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.group-checkbox input {
    margin: 0;
    margin-right: 10px;
    transform : scale(1.2);
}
.form-group > label {
    font-size: 14px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group.d-flex label {
    margin-right: 40px;
}
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"],  .form-group input[type="date"] {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 5px;
    height: 40px;
}
.form-group select {
    box-shadow: none;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-group textarea {
 border: 1px solid #ccc;
 box-shadow: none;
 border-radius: 5px;
}
@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/Oswald-Bold.ttf);
    
}
@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf);
    
}
@font-face {
    font-family: Merriweather-Regular;
    src: url(../fonts/Merriweather-Regular.ttf);
    
}
@font-face {
    font-family: TuesdayNight-Regular;
    src: url(../fonts/TuesdayNight-Regular.otf);
    
}
.title-main {
    font-size: 32px;
    color:  #f2eddb;
    text-transform: uppercase;
    text-align: center;
}
.section {
    padding: 60px 0;
    min-height: 100vh;
}
.text-justify {
    text-align: justify;
}
.mt-15 {
    margin-top: 15px;
}
/*End design system*/
/*popup*/
.popup {
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background: url(../img/bg.png);
    width: 1000px;
    padding: 15px;
    display: none;
    z-index: 999;
    background-position: center;
}
.popup-header h3 {
    display: inline;
}
.popup-header .option {
    float: right;
    margin-left: auto;
    cursor: pointer;
    color: #f2eddb;
}
.popup-header {
    margin-bottom: 20px;
}
.popup-body .form-group {
    margin-bottom: 0;
    position: relative;
}
.order-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.remove-select {
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}
.remove-select:hover {
    color: red;
}
/*End popup*/
/*Hiệu ứng*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
/*Loading*/
.fa.loading {
    display: none;
}

.section-1 {

    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}
#home-index-pharse2 .section-1, #home-index-index .section-1 {
   background: url('../img/bg.png');
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 100vh;
   background-position: center;
}
.section-1 .row, .section-1 .col, .section-1 .col-inner {
    height: 100vh;
}

.col-logo img {
    height: 100%;
    object-fit: contain;
}
.look-back.section {
    background: url('../img/bg-look-back.jpg');
    position: relative;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 0;
}
.look-back .title-main {
    color: #f4dfa5;
    font-size: 45px;
    margin-bottom: 0;
    z-index: 999;

}
.look-back:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: #000000c7;
    height: 100%;
    z-index: 1;
}
.section {
    /*background: url('../img/bg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.look-back {

}
.container-border {
    /*border-left: 2px solid ;
    border-right: 2px solid;*/
    color: #f2eddb;
    padding: 0 30px;
}
.look-back .container {
    height: 100%;
    display: flex;
}
.number-title {
    color: #c1972b;
    font-size: 50px;
    cursor: cell;
    font-family: 'Oswald-Bold', sans-serif;
}
.container-bg-dark {
    /*background: #0000001c;
    padding: 60px;*/
}
.number-text {
    font-size: 28px;

}
.number-item {
    margin-bottom: 60px;
}
.number {
    background-position: center;
    overflow: hidden;
    /* animation: fadein 2s;*/
}
.number-object {
    max-width: 300px;
    position: absolute;
    top: -76px;
    left: -119px;
    display: none;
}
.number .title-main {
    margin-bottom: 36px;
}
.about .text {
    font-size: 18px;
}
.img-text {
    max-width: 50%;
    margin: auto;
    display: block;
    margin-top: -25px;
}
.schedule {
    position: relative;
}
.schedule .title-main {
    color:  #c1972b;
    font-size: 40px;
    margin-bottom: 60px;
}
.schedule-cirle {
    background: #fff;
    height: 303px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.schedule-month {
    color: #2e5750;
    font-size: 32px;
}

.schedule-day {
    font-size: 50px;
    font-family: 'Oswald-Bold', sans-serif;

}
.schedule-item {
    text-align: center;
}
.schedule-title {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    font-family: Merriweather-Regular;
}
.schedule .col {
    padding-bottom: 0;
}
.feature .title-main {
 color:  #c1972b;
 margin-bottom: 30px;
}
.schedule .row {
    max-width: 1000px;
    margin: auto!important;
}
.schedule-object {
    position: absolute;
    max-width: 150px;
    display: none;

}
.schedule-object-1 {
 transform: rotate(70deg);
 top: 115px;
 left: 0;
}
.about {
    z-index: 1;
}
.schedule-object-2 {
    right: 350px;
    transform: rotate(
        150deg);
    top: -43px;
    z-index: 0;
}
.schedule-object-3 {
    bottom: 80px;
    transform: rotate(220deg);
    left: 520px;
}
.number-item:last-child {
    margin-bottom: 0;
}
/*Hiệu ứng*/
@keyframes rotateOnY {
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
}
@keyframes animate {
  0%{
    transform:  perspective(1000px) rotateY(360deg) rotateX(15deg); 
}
100%{
    transform:  perspective(1000px) rotateY(0deg) rotateX(15deg); 
}
}
.hero-animation {
    animation: animate 8s  linear infinite;
}
.feature .col, .category .col {
    padding-bottom: 0;
}
.section.category {
    background-position: inherit;
    background-attachment: fixed;
}
.category .title-main {
    color: #c1972b;
    font-size: 50px;
    margin-bottom: 60px;
}
.category-item {
    font-size: 25px;
    color: #f2eddb;
    margin-bottom: 20px;
}
.category-item:last-child {
    margin-bottom: 0;
}
.category-item:before {content: "";width: 15px;height: 15px;background: #f2eddb;border-radius: 100%;transform: translateY(-50%);display: inline-flex;align-items: center;margin-right: 15px;}
.depute .title-main {
    font-size: 50px;
    color: #c1972b;
    margin-bottom:40px;
}
.row-depute {
    max-width: 700px;
    margin: auto!important;
}



.depute .col {
    padding-bottom: 0;
}

.depute-text {
    font-family: 'Oswald-Bold', sans-serif;
}

.deput-bg {
    background: url('../img/bg-img.png');
    height: 353px;
    max-width: 353px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.depute-item {
    background: #ffffffeb;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: absolute;
    max-height: 300px;
    top: 18px;
    left: -16px;
    width: 300px;
    cursor: pointer;
    transition: .2s lỉnear;
}
.depute-item:hover {
    color: #c1972b;
}
.section.contact {
 /* background: #f2eddb;*/
 padding: 100px 0;
 color: #f2eddb;
 padding-top: 0;
}
.contact .title-main {
 /* color: #333;*/
}
.contact-title {
 font-family: Merriweather-Regular;
 font-size: 18px;
}
.contact-content {
    font-size: 23px;
    /* color: #000;*/
}

.contact-box {
    margin-bottom: 30px;
}

.contact-box:last-child {
    margin-bottom: 0;
}

.contact .title-main {
    margin-bottom: 30px;
}
.contact-box a {
    color: #f2eddb;
}
.contact-box a:hover {
    color: red;
}
.award-inner {
    position: relative;
}
.col-award {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.object-buc {
   max-height: 325px;
   overflow: hidden;
   z-index: 1;
}
.object-text {
    position: absolute;
    left: 0;
    top: 175px;
}
.object-award {
    position: relative;

    z-index: 999;
}
.section-1 .object-award  {
   margin-bottom: -90px;
}

.number-object-2 {
    right: -130px;
    left: inherit;
    bottom: -119px;
    top: inherit;
    transform: rotate(45deg);
}
.about-object {
    position: absolute;
    max-width: 120px;
    top: 22px;
    right: 317px;
    z-index: -1;
    opacity: 0.5;
    display: none;
}
.feature {
    max-height: 543px;
    min-height: auto;
    color: #f2eddb;
}
.category-object {
    position: absolute;
    max-width: 200px;
    display: none;
    
}

.category-object-1 {
    transform: rotate(210deg);
    top: -100px;
    left: 184px;
}
.category-object-2 {
    transform: rotate(167deg);
    top: -80px;
    right: 442px;
}
.category-object-3 {
    max-width: 300px;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
}
.form-logo img {
    max-width: 150px;
}
.section-form .title-main {

    border-bottom: 1px solid #f2eddb47;
    padding-bottom: 10px;
}
.section-form label {
    color: #fff;
    font-family: Merriweather-Regular;
}
.section-form .container {
    max-width: 1000px;
    background: url(../img/bg.png);
    border-radius: 5px;
    padding: 30px;
    background-position: center;
    background-size: cover;
}
.section-form .col {
    padding-bottom: 0;
}
.section-form {
    padding: 15px;
}
.section-header a {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-header {
    position: relative;
}
.section-form {
    background: #f2eddb;
    color: #fff;
}
.alert-box.show {
    border: 1px dashed;
    padding: 10px;
}
.list-number, .list-category {
    display: flex;
    justify-content: space-around;
}
.number-hover:after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;background: #00000075;}

.number-hover .container {
    z-index: 1;
}
.preview {
    display: flex;
    margin: 20px -5px 0;
}

.img-item {max-width: 33.33%;flex-basis: 33.33%;padding: 5px;}
.img-item i {
    position: absolute;
    top: 16px;
    right: 18px;
    cursor: pointer;
}

.img-item {
    position: relative;
}
.error {
    color: #ffeb3b;
    font-family: Merriweather-Regular;
}
.popup-content h3 {
    font-family: TuesdayNight-Regular;
    font-size: 92px;
    color: #f2eddb;
    font-weight: normal;
}

.popup-content {
    color: #f2eddb;
}

.popup-content p {
    font-size: 17px;
}

.popup-body .col {
    padding-bottom: 0;
}
.ux-body-overlay {
    background-color: rgb(0 0 0 / 79%);
}
.title-main.text-center.animate__animated.animate__backInDown {
  animate-duration: 4s;
}
.form-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2eddb47;
    padding-bottom: 15px;
    font-size: 20px;
    color: #c1972b;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-bonus .row {
    max-width: 1000px;
}

.section-bonus .title-main {
    margin-bottom: 40px;
}
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    border-top: 3px solid;
    padding: 15px 0;
}
.btn-center {
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}
.mobile {
    display: none;
}
.popvideo-wrapper {
    z-index: 9999999;
}
.video-group {
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.video-group button {
    font-size: 50px;
}
.atg-body .popvideo {
    max-width: 1340px;
}
.atg-body .popvideo-head{
  background: url('../img/bg.png');
  background-size: cover;
  padding-left: 10px;
}
.atg-body .popvideo-title {
    color: #fff!important;
}
.depute-text {
    color: #000;
}
.depute-text:hover {
    color: #c1972b;
}.popvideo-close {
    font-size: 63px!important;
}

/*Vote*/
#header-main {
    background: url("/public/atg/img/bg.png");
    background-size: cover;
      /* position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;*/
}
#header-main .logo img {
    max-height: 100px;
    display: block;
    text-align: center;
    width: 100%;
    object-fit: contain;
}

#header-main .col {
    padding-bottom: 0;
}
.menu a {
    color: #fff;
}

.menu ul {
    margin-bottom: 0;
}

.menu li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.menu a:hover {
    color: #c1972b;
}
#vote-listVoteCategory-index #main {
    padding: 60px 0;
}
.person-item .btn {
    padding: 5px 15px;
    margin-bottom: 0;
    margin-right: 0;
}

.person-item {
    background: #fff;
    opacity: 0.8;
    transition: 0.2s all;
}
.person-item [data-detail="true"] {
    cursor: pointer;
}
.person-thumb {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.person-item:hover {
    opacity: 1;
}
.person-text {
    padding: 15px;
}
.vote-category-list, .vote-category-list h1  {
    color: #f2eddb;
}
.vote-category-list h1 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
.person-text p {
    margin-bottom: 10px;
}
.form-popup label {
    color: #fff;
}

.popup-header h3 {
    color: #fff;
    text-align: center;
    display: block;
}
.form-popup button {
    text-align: center;
    display: block;
    margin: auto;
    min-width: 140px;
    padding: 5px;
}

.form-popup {
    margin-bottom: 0;
}
.popup-header .option {
    position: absolute;
    top: 15px;
    right: 20px;
}
.loading {
    display: none;
}
.form-popup .error {
    font-size: 13px;
}

.form-popup .form-group {
    margin-bottom: 15px;
}
.note-form {
   color: #f2eddb;
   margin-top: 15px;
}
.note-form  a {
   color: #f2eddb;
}
ul.sub-menu li {
    display: block;
    text-align: left;
    margin-bottom: 6px;
}

.menu li {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    background: #fff;
    top: 41px;
    left: 0;
    margin-left: 0;
    z-index: 999;
    min-width: 326px;
    padding: 10px;
    display: none;
}

ul.sub-menu a {
    color: #333;
}
.popup.item-detail {


    color: #f2eddb;
    overflow: auto;
    max-height: 600px;
}

.person-title {
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.gallery-thumbnail img {
    max-height: 500px;
    object-fit: contain;
    width: 100%;
}
.popup .flickity-button {
    background: transparent;
}
.popup .flickity-button:hover {
    background: transparent;
}

.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow {
    fill: #fff;
    width: 100%;
    height: 100%;
}
.popup .flickity-prev-next-button.next {
    right: -45px;
}
.popup .flickity-prev-next-button.previous {
    left: -25px;
}
.popup.item-detail .person-desc {
    font-family: 'Oswald', sans-serif;
}
.gallery-thumbnail .icon-button i {
    font-size: 20px;
    color: #fff;
}

.gallery-thumbnail .icon-button:before {content: none;}
.bg-primary.btn-outline {
    background: #fff;
    border: 1px solid;
    color: #c1972b;
}
#home-index-pharse2 .sub-menu, #home-index-index .sub-menu {
    z-index: 9999;
}
#home-index-pharse2 .feature {
    padding: 0;
}
.vote-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

    text-transform: uppercase;
    font-size: 20px;
}
.vote-item h3 a {
   color: #c1972b;
}
.vote-item:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: 0; opacity: 0.7;}
#home-index-pharse2 #header-main .logo img {
    display: block;
    text-align: left;
    object-fit: contain;
    max-width: 104px;
    max-height: inherit;
}
.vote-item img {
    width: 100%;
    object-fit: cover;
    height: 360px;
    object-position: top;
}
.group-3 .col.large-4:nth-child(4), .group-3 .col.large-4:nth-child(5) {
    max-width: 50%;
    flex-basis: 50%;
}