/* CSS Document */



/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }



html {
  /* box-sizing: border-box; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden;  */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



:root{
  --black: #000;
  --white: #FFF;
  --bkp: #0054C6;
  --default:#111;

  --font-Charis: "Charis SIL", serif;
  --font-Arial: 'Arial', sans-serif;

  --text-header: 30px;
  --text-detail: 20px;
}
@media (max-width: 1199px) {
  :root {
    --text-header: 26px;
  }
}
@media (max-width: 767px) {
  :root {
    --text-header: 22px;
    --text-detail: 18px;
  }
}






/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px}

body{ 
	background-color:var(--white); height: auto; position: relative;
}
body{ font-family: var(--font-Charis); font-size:100%; font-weight:400; color:var(--default); text-decoration:none; }
img {
	border:0px;
}
.img-responsive { display: block; height: auto; max-width: 100%; }

a,
a:hover{
  text-decoration:none;
  color: inherit;
  outline:0; transition: all 0.3s ease;
}
a:hover{ color: var(--primary); }
a:focus {
  text-decoration:none;
  outline:0;
}
button{ border: 0; cursor: pointer; background: transparent; padding: 0; margin: 0; }
.btn.focus, .btn:focus, button:focus{
	outline:0;
	box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}
input,
select,
textarea{
  background-clip: padding-box;
}







/**********************************************************/
/**********************************************************/



header.header-static{ padding: 17px 0; background-color: var(--bkp); width: 100%; z-index: 99; }
header.header-static .header-panel{ display: flex; align-items: center; }
header.header-static .bp-logo2{ width: 150px;; }
header.header-static .bp-logo2 img{ margin: 0; padding: 0; }
header.header-static .bp-titile{ font-size: 26px; line-height: 1; color: #fff; float: left; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgba(255,255,255, 0.2); }
header.header-static .bp-titile a{ color: #fff; }

@media (max-width: 991px){

  header.header-static{ padding: 10px 0; }
  header.header-static .bp-titile{ font-size: 22px; }
}
@media (max-width: 575px) {

  header.header-static .bp-logo2{ width: 120px;; }
  header.header-static .bp-titile{ font-size: 16px; padding-left: 10px; margin-left: 10px; }

	
}
@media (max-width: 351px) {
  header.header-static .bp-titile{ display: none; }
}



footer{ background-color: var(--bkp); width: 100%; position: relative; }
footer .footer-panel{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; font-size: 0.875rem; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight: normal; }
footer .footer-panel img{ width: 145px; }
.turehits img{ width: 14px !important; }

footer .footer-copy{ display: inline-block; padding-top: 7px; }
footer .footer-bottom{ font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-size: 14px; color: #fff; font-weight: bold; padding: 20px 0; }
footer .turehits{ display: inline-block; padding-top: 0; padding-left: 10px; }
footer .footer-contact{ float: right; }
footer .footer-contact ul li{ display: inline-block; margin-right: 30px; font-weight: normal; }
footer .footer-contact ul li:last-of-type{ margin-right: 0; }
footer .footer-contact a{ color: #fff; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight: 300; margin-left: 10px; }
footer .footer-contact ul li img{ vertical-align: middle; }




@media (max-width: 1199px) {

  footer .footer-bottom{ text-align: center; }
  footer .footer-contact{ float: none; }
  footer .footer-contact ul li{  padding-top: 15px; }

}
@media (max-width: 576px) {

  header .bp-logo2{ margin-left: 20px; }

  footer .footer-contact{ text-align: left; padding: 0 10px; width: 300px; margin:0 auto; }
  footer .footer-contact ul li{ display: block; margin:0; }
  footer .footer-contact ul li span{ display: block; padding-left: 45px; }

}


/***********************************************************************************/
/***********************************************************************************/


.div-pageBody {
  /* display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  height: 100%; */
}
.div-pageContent {
  width: 100%;
  flex: 1 1 auto;
  margin: 0 auto;
}




.ads{ width: 100%; text-align: center; background-color: #F5F5F5; padding: 20px 0; }
.ads-leaderboard.top{ margin: 0; display: flex; justify-content: center; align-items: center; padding: 0; }
.ads-leaderboard.top > div{ margin: 20px 0 !important; }



@media (max-width: 991px){

  .ads-leaderboard.top{ margin-top: 0; min-height: 161px; }

}

/**********************************************************/
/**********************************************************/
/**********************************************************/

section{ position: relative; }
.page-section{ padding: 50px 0; }

@media (max-width: 767px) {

  .page-section{ padding: 30px 0; }

}


h1, h2, h3{ font-family: var(--font-Charis); font-weight: bold; }


h1{ font-size: 40px; line-height: 1.4; font-weight: bold; }
h2{ font-size: var(--text-header); line-height: 1.2; font-weight: 400; }
p, li, ol{ font-size: var(--text-detail); line-height: 1.4; margin-bottom: 30px; }
p:last-child, li{ margin-bottom: 0; }

.display-flex-center{ display: flex; align-items: center; justify-content: center; }

.bgCover{ background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; }
.section-page{ padding-top: 60px; padding-bottom: 60px; }


.btn{ display: inline-block; border-radius: 6px; padding: 12px; font-family: var(--font-Arial); font-size: 14px; line-height: 1; font-weight: bold; }
.btn--submit{ background-color: var(--bkp); color: var(--white); border: 1px solid var(--bkp); max-width: 200px; display: block; margin: 0 auto; width: 100%; }
.btn--submit:hover{ background-color: var(--white); color: var(--bkp); border: 1px solid var(--bkp); }



@media (max-width: 767px) {

  h1{ font-size: 30px; }

  .section-page{ padding-top: 40px; padding-bottom: 40px; }


}




/**********************************************************/
/**********************************************************/

.home-intro img{ width: 100%; }

.page-intro{ background-image: url('../images/bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 20px; width: 100%; }
.text-intro{ max-width: 800px; width: 100%; margin: 0 auto; text-align: center; }
.text-intro h1{ color: #fff; }
.text-intro p{ font-size: 16px; line-height: 1.5; color: #fff; }

.text-title{ font-size: 18px; line-height: 1.4; font-weight: 400; text-align: center; max-width: 540px; margin: 0 auto 50px; }
.text-title1{ display: block; font-size: 30px; line-height: 1.2; font-weight: bold; margin-bottom: 10px; text-align: center; }
@media (max-width: 576px) {

  .text-title{ font-size: 16px; width: 90%; margin-bottom: 50px; }
  .text-title1{ font-size: 20px; }

}



.divhead{ background-color: #ddd; padding: 12px; margin-bottom: 20px;}

.card--news{ padding: 12px; border: 1px solid #ddd; border-radius: 6px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.news--img{ margin-bottom: 8px; display: block; aspect-ratio: 3/2; overflow: hidden; }
.news--img img{ max-width: 100%; height: auto; border-radius: 6px; object-fit: cover; object-position: top; height: 100%; width: 100%; }
.news--headline{ font-size: 18px; line-height: 1.3; font-weight: bold; margin-bottom: 16px; }
.news--headline a:hover{ color: var(--bkp); }

@media (max-width: 767px) {

  .card--news{ flex-flow: row wrap; align-items: center; }
  .card--news .boxnews{ width: calc(100% - 70px); display: flex; }
  .news--img{ width: 100px; margin-bottom: 0; }
  .card--news .news--headline{ width: calc(100% - 100px); font-size: 14px; padding-left: 10px; margin-bottom: 0; }
  .card--news .boxbtn{ width: 60px; }
  .card--news .btn--submit{ width: 100%; font-size: 12px; padding: 6px; }

}

.div-progress{ width: 100%; display: none; }

.card--vote .news--headline{ font-size: 40px; }
.card--vote{ position: relative; border: 1px solid #ccd6e5; border-radius: 6px; height: 250px; padding: 80px 20px 20px; text-align: center; display: flex; flex-direction: column; justify-content: flex-end; background-image: url('../images/bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; }
.boxbtn{ text-align: center; }

.card--vote .btn--submit{ background-color: var(--white); color: var(--bkp); width: 100px; }
.card--vote .btn--submit:hover{ background-color: var(--bkp); color: var(--white); }

@media (max-width: 1199px) {

  .card--vote .news--headline{ font-size: 34px; }
}
@media (max-width: 991px) {

  .card--vote .news--headline{ font-size: 26px; }

  .div-progress{ margin-top: 20px;}
}
@media (max-width: 767px) {

  /* .card--vote{ padding: 20px; height: auto; } */
  .card--vote .news--headline{ font-size: 30px; padding: 20px 0; }

  .div-progress{ margin-top: 20px;}
}



.boxback a{ display: inline-flex; align-items: center; gap: 5px; }
.boxback i{ line-height: 0; }
.boxback img{ width: 20px; }
.boxback a:hover{ color: var(--bkp); }
.boxback a:hover img{ filter: invert(20%) sepia(89%) saturate(2638%) hue-rotate(207deg) brightness(91%) contrast(103%); }


.btnback a{ max-width: max-content; margin: 0 auto; padding: 12px 20px; background-color: #fff; color: #0054C6; }
.btnback a:hover{ background-color: #0054C6; color: #fff; } 
.btnback a img{ width: 20px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.btnback a:hover img{ filter: invert(20%) sepia(89%) saturate(2638%) hue-rotate(207deg) brightness(91%) contrast(103%); }





.exclusive-popup{ position: relative; padding: 50px 0 20px; }
.exclusive-popup p{ font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-size: 14px; line-height: 1.5; color: #666; margin-bottom: 30px; }
.btn-close{ position: absolute; right: 20px; top: 20px; z-index: 5; }
.btn-close:focus{ box-shadow: none; }


.modal--container{ padding: 50px 0 20px; text-align: center; }
.modal--container h2{ font-size: 24px; line-height: 1.3; font-weight: bold; margin-bottom: 20px; }
.modal--container p{ font-size: 16px; line-height: 1.5; }
.box-captcha{ text-align: center; margin-bottom: 30px; }




#truehits_div{ position: absolute; bottom: 16px; right: 16px; }


.img--winner{ max-width: 500px; margin: 20px auto 0; }
.img--winner-h{ width: 100%; margin: 20px auto 0; }

