@font-face {
  font-family: "iCiel";
  src: url(../fonts/icielpanton-black.otf);
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

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

img {
  max-width: 100%;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.menu-mobile.topnav-top {
  padding-top: 71px;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.container-large {
  padding: 45px 90px 0;
}

.text-end-quiz {
  font-size: 30px;
  text-transform: uppercase;
  color: #8d8d8d;
  font-family: "Roboto Slab", serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-large {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-large {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .container-large {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .header-section > .container {
    max-width: 100%;
  }
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*--
    - Input Placeholder
-----------------------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
    - Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #ec1d32 !important;
}

/*--
    - Tab Content & Pane Fix
------------------------------------------*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--
    - Main Wrapper
------------------------------------------*/
.main-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}

/*--
    - Section Title
------------------------------------------*/
.section-title h1 {
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
  margin-top: -5px;
  display: inline-flex;
  position: relative;
  padding-bottom: 2px;
  z-index: 1;
}
.section-title h1::before {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #ec1d32;
  z-index: -1;
}
.section-title h3,
.section-title .h3 {
  font-weight: 600;
  font-size: 48px;
  font-family: "iCiel", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h3,
  .section-title .h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3,
  .section-title .h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h3,
  .section-title .h3 {
    font-size: 26px;
  }
}
.section-title p {
  max-width: 570px;
  line-height: 24px;
  margin-top: 17px;
}
.section-title.center {
  text-align: center;
}
.section-title.center p {
  margin-left: auto;
  margin-right: auto;
}
.section-title.left {
  text-align: left;
}
.section-title.left p {
  margin-right: auto;
}
.section-title.right {
  text-align: right;
}
.section-title.right p {
  margin-left: auto;
}

/*--
    - Perfect Scroll Bar
------------------------------------------*/
.ps .ps__rail-y {
  width: 6px;
  background-color: transparent !important;
}
.ps .ps__rail-y .ps__thumb-y {
  width: 100%;
  right: 0;
  background-color: rgba(34, 34, 34, 0.15);
}

/*--
    - Page Banner Section
------------------------------------------*/
.page-banner-section {
  background-color: #0b1521;
  padding: 80px 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding: 60px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner-section {
    padding: 25px 0 35px;
  }
}

/*-- Page Banner --*/
.page-banner h1 {
  font-size: 48px;
  color: #d8d8d8;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

/*-- Page Breadcrumb --*/
.page-breadcrumb {
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-breadcrumb li {
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "iCiel", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .page-breadcrumb li {
    font-size: 16px;
  }
}
.page-breadcrumb li::after {
  content: "-";
  margin: 0 6px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a:hover {
  color: #ec1d32;
}

/*--
    - Page Pagination
------------------------------------------*/
.page-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.page-pagination li {
  font-size: 16px;
  line-height: 22px;
  font-family: "iCiel", sans-serif;
  color: #a4a4a4;
  margin: 0 10px 10px;
}
.page-pagination li a {
  color: #a4a4a4;
}
.page-pagination li a i {
  line-height: 22px;
}
.page-pagination li.active a {
  color: #222222;
}
.page-pagination li:first-child a {
  color: #222222;
}
.page-pagination li:first-child a i {
  margin-right: 10px;
  float: left;
}
.page-pagination li:first-child a:hover {
  color: #ec1d32;
}
.page-pagination li:last-child a {
  color: #222222;
}
.page-pagination li:last-child a i {
  margin-left: 10px;
  float: right;
}
.page-pagination li:last-child a:hover {
  color: #ec1d32;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
#header {
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
}
#header .nav-left {
  float: left;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .nav-left #logo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  height: 100%;
  position: relative;
}
#header .nav-left #logo a img {
  width: auto;
  max-width: 160px;
  margin-top: 2px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .nav-right {
  float: right;
  height: 100%;
}
#header .nav-right i {
  color: #232325;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #header .nav-right i {
    padding-top: 16px;
  }
}
#header .nav-right #main-menu {
  float: right;
  height: 100%;
  padding: 0 10px;
}
#header .nav-right #main-menu > ul {
  list-style: none;
  height: 100%;
  margin-bottom: 0;
}
#header .nav-right #main-menu > ul > li {
  position: relative;
  float: left;
  height: 100%;
}
#header .nav-right #main-menu > ul > li > a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 27px 20px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .nav-right #main-menu > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .nav-right #main-menu > ul > li:hover > a,
#header .nav-right #main-menu > ul > li.active > a {
  color: #ec1d32;
}
#header .nav-right #main-menu > ul > li:hover > a:before,
#header .nav-right #main-menu > ul > li.active > a:before {
  background-position: 0 -24px;
}
#header .nav-right #main-menu > ul > li:nth-child(1) > a:before {
  background-image: url("../images/home-icon.png");
}
#header .nav-right #main-menu > ul > li:nth-child(3n + 2) > a:before {
  background-image: url("../images/edit-icon.png");
}
#header .nav-right #main-menu > ul > li:nth-child(3n + 3) > a:before {
  background-image: url("../images/file-icon.png");
}
#header .nav-right #main-menu > ul > li:nth-child(3n + 4) > a:before {
  background-image: url("../images/file-x2-icon.png");
}
#header .nav-right .nav-tools {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  padding-left: 0;
}

body.topnav-top #header #main-navigation {
  background: transparent !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  body:not(.topnav-top) #header #main-navigation {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.nav-tools li {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  list-style: none;
}

.nav-tools .toggle-menu {
  top: 3px;
}

.topnav-top .nav-tools .toggle-menu {
  top: 2px;
}

.toggle-menu {
  height: 28px;
  width: 22px;
  background: none;
  position: relative;
  margin: 2px auto auto 4px;
  padding: 0;
  -wekit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.toggle-menu span.menu-label {
  color: #121212;
  position: absolute;
  left: 2.5rem;
  top: -5px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  -wekit-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
}
.toggle-menu span.menu-label.label-left {
  left: auto;
  top: 22px !important;
  right: 2.5rem;
}

.topnav-top .toggle-menu {
  top: 7px;
}
.topnav-top .toggle-menu span.menu-label {
  color: #ffffff;
  top: 1.65rem;
}

li.mobile-menu-btn,
.menu-mobile #main-navigation #main-menu,
.menu-mobile #main-navigation .main-menu,
.menu-mobile #main-navigation .nav-right .nav-tools li:not(.off-menu-btn) {
  display: none;
}

.menu-mobile #main-navigation {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  width: auto;
  padding: 0 30px;
}
.menu-mobile #main-navigation #main-menu i {
  padding-top: 17px !important;
}

.menu-mobile li.mobile-menu-btn {
  display: block !important;
  font-size: 1.6rem;
}
.menu-mobile li.mobile-menu-btn .toggle-menu {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-mobile li.mobile-menu-btn span {
  color: #ffffff;
}
.menu-mobile li.mobile-menu-btn span.menu-label.label-left {
  left: auto;
  right: 2.5rem;
}

.menu-mobile.topnav-top .mobile-menu-btn .toggle-menu {
  top: 22px;
}
@media (max-width: 768px) {
  .menu-mobile.topnav-top .mobile-menu-btn .toggle-menu {
    top: 4px;
  }
}

.mobile-menu-open:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding-top: 4rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 400;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  -moz-transition: all 0.4s ease-in-out;
  transition: opacity 0.4s;
}
.mobile-menu-open.menu-mobile #aside-nav {
  left: 0;
  visibility: visible;
}

#aside-nav {
  background: #ffffff;
  width: 280px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: -280px;
  height: 100%;
  overflow: hidden;
  -wekit-box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#aside-nav #main-aside-navigation {
  width: 300px;
  height: calc(100% - 40px);
  overflow: auto;
  padding-right: 20px;
  position: relative;
}
#aside-nav #main-aside-navigation .main-nav-wrapper {
  height: auto;
  border-bottom: none !important;
  width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  #aside-nav #main-aside-navigation .main-nav-wrapper {
    height: 60px;
  }
}
#aside-nav #main-aside-navigation .main-nav-wrapper .close-aside-nav {
  position: absolute;
  top: 6px;
  right: 30px;
  font-size: 1.5rem;
  color: #303030;
  cursor: pointer;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #aside-logo {
  margin: 3rem 0 2rem;
  display: block;
  padding-right: 0;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #aside-logo a {
  display: block;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #aside-logo a img {
  display: block;
  margin: auto;
  max-width: 170px;
  height: auto;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu {
  width: 235px;
  float: none;
  height: auto;
  display: block;
  padding-left: 18px;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  .submenu
  > a {
  position: relative;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  .submenu
  > a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 12px;
  top: 12px;
  color: #121212;
  -webkit-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  .submenu:hover
  > a:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  .submenu
  > a.is-open:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu > ul {
  height: 100%;
  list-style: none;
  display: table;
  height: 100%;
  margin-bottom: 0;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  .is-open {
  color: #ec1d32;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu > ul > li {
  position: relative;
  float: left;
  height: 100%;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > a {
  color: #212121;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  letter-spacing: 2px;
  margin: 0;
  padding: 12px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul {
  margin-top: 0;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  a {
  color: #4e4e4e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  > li
  a {
  display: block;
  padding-left: 15px;
  height: 100%;
  font-size: 13px;
  text-align: left;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  > li
  > a {
  margin-left: 10px;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  > li
  ul
  > li
  a {
  margin-left: 20px;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  > li
  ul
  > li
  > a {
  margin-right: 0;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  > ul
  > li
  > ul
  > li
  ul
  > li
  ul
  > li
  a {
  margin-left: 30px;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu > ul ul {
  display: none;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu > ul,
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu > ul > li {
  width: 235px;
  float: none;
  height: auto;
  display: block;
  padding-left: 0;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu ul li ul {
  background: #fff;
  padding-left: 0;
}
#aside-nav
  #main-aside-navigation
  .main-nav-wrapper
  #main-aside-menu
  ul
  > li
  > ul {
  width: 235px;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu ul ul {
  margin: 0;
  padding-left: 12px;
  position: relative;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  height: auto;
  z-index: 1;
  top: 0;
  left: 0;
  border-left: none !important;
}
#aside-nav #main-aside-navigation .main-nav-wrapper #main-aside-menu ul ul a {
  height: 38px;
  line-height: 38px;
  font-weight: 500;
}

#slider .slick-dots {
  bottom: 5px;
  right: 5px;
  text-align: right;
}
#slider .slide-item {
  position: relative;
}
#slider .slide-item .slide__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #slider .slide-item .slide__caption {
    display: none;
  }
}

#time-countdown {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #time-countdown {
    padding-bottom: 30px;
  }
}
#time-countdown .single-box.left {
  max-width: 440px;
}
#time-countdown .single-box .box-title {
  color: #ec1d32;
  font-weight: 600;
  font-size: 30px;
  font-family: "iCiel", sans-serif;
  text-transform: uppercase;
}
#time-countdown .single-box .box-content {
  font-weight: 600;
}
#time-countdown .single-box.right [class*="box-time-"] {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  border: 1px solid #000000;
  text-transform: uppercase;
}
#time-countdown .single-box.right [class*="box-time-"]:last-child {
  margin-right: 0;
}
#time-countdown .single-box.right [class*="box-time-"] .top {
  border-bottom: 1px solid #000000;
  padding: 5px 15px;
  font-weight: 800;
  text-align: center;
}
#time-countdown .single-box.right [class*="box-time-"] .bottom {
  padding: 5px 10px;
  text-align: center;
  line-height: 1.4;
}
#time-countdown .single-box.right [class*="box-time-"] .bottom ul {
  width: 100%;
  text-align: center;
}
#time-countdown .single-box.right [class*="box-time-"] .bottom ul li {
  float: none;
  display: inline-block;
  padding: 0 10px;
}
#time-countdown .single-box.right [class*="box-time-"] .bottom ul li span {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-start,
  #time-countdown .single-box.right .box-time-end {
    width: 47.8%;
  }
}
@media only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-start,
  #time-countdown .single-box.right .box-time-end {
    margin-right: 0;
  }
}
#time-countdown .single-box.right .box-time-start .bottom,
#time-countdown .single-box.right .box-time-end .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
#time-countdown .single-box.right .box-time-start .bottom p:first-child,
#time-countdown .single-box.right .box-time-end .bottom p:first-child {
  font-weight: 800;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-end,
  #time-countdown .single-box.right .box-time-countdown {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-countdown {
    margin-top: 15px;
    width: 100%;
  }
}
#time-countdown .single-box.right .box-time-countdown .bottom ul li span {
  font-family: "iCiel", sans-serif;
  color: #ec1d32;
}
#time-countdown .single-box.right .box-time-submit {
  background-color: #ec1d32;
  color: #ffffff;
  padding: 17px 16px;
  font-size: 23px;
  font-family: "iCiel", sans-serif;
  line-height: 1.4;
  border-color: #ec1d32;
}
#time-countdown .single-box.right .box-time-submit a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-submit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-end-quiz {
    font-size: 20px;
  }

  #time-countdown .single-box.right .box-time-submit {
    margin-bottom: 15px;
  }
  #time-countdown .single-box.right .box-time-submit br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #time-countdown .single-box.right .box-time-submit {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #time-countdown .single-box.right .box-time-countdown {
    margin-top: 15px;
    width: 232px;
    font-size: 13px;
  }
}
#candidate-list {
  border-top: 1px solid #ccc;
}
#candidate-list .container-large {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #candidate-list .container-large {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  #candidate-list .col-inner {
    margin-bottom: 30px;
  }
}
#candidate-list .col-inner .col-title {
  font-weight: 600;
  font-size: 26px;
  font-family: "iCiel", sans-serif;
  padding-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 3px solid #878787;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #candidate-list .col-inner .col-title {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #candidate-list .col-inner .col-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #candidate-list .col-inner .col-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  #candidate-list .col-inner .col-title {
    font-size: 21px;
  }
}
#candidate-list .col-inner .col-title span {
  color: #ec1d32;
}
#candidate-list .col-inner ul li {
  font-size: 13px;
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 5px 16px;
  display: flex;
  align-items: center;
  height: 66px;
}
#candidate-list .col-inner ul li span {
  color: #999;
  font-size: 21px;
  font-weight: 600;
  font-family: "iCiel", sans-serif;
  width: 42px;
  text-align: center;
  padding: 0 15px 2px;
}
#candidate-list .col-inner ul li:last-child {
  border-bottom: none;
}
#candidate-list .col-inner .view-more {
  display: block;
  color: #999;
  font-family: "iCiel", sans-serif;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
}
#candidate-list .col-inner .view-more:hover {
  color: #ec1d32;
  border-color: #ec1d32;
}
#candidate-list .col-inner > ul > li:nth-child(5) ~ li {
  display: none;
}
#candidate-list .col-inner.col-right ul > li span {
  color: #000;
  margin-right: 15px;
  position: relative;
}
#candidate-list .col-inner.col-right ul > li span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}
#candidate-list .col-inner.col-right ul > li:nth-child(1) > span {
  background-color: #f1d809;
}
#candidate-list .col-inner.col-right ul > li:nth-child(1) > span:after {
  border-top: 6px solid #f1d809;
}
#candidate-list .col-inner.col-right ul > li:nth-child(2) > span {
  background-color: #ccc;
}
#candidate-list .col-inner.col-right ul > li:nth-child(2) > span:after {
  border-top: 6px solid #ccc;
}
#candidate-list .col-inner.col-right ul > li:nth-child(3) > span {
  background-color: #e84e24;
}
#candidate-list .col-inner.col-right ul > li:nth-child(3) > span:after {
  border-top: 6px solid #e84e24;
}
#candidate-list .col-inner.col-right ul > li:nth-child(3) ~ li span {
  color: #999;
}

#news-recent {
  background-color: #ececec;
  padding: 45px 35px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #news-recent {
    padding: 25px 15px;
  }
}
#news-recent .section-title {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  #news-recent .section-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  #news-recent .section-title {
    margin-bottom: 15px;
  }
}
#news-recent .news-slider .slick-dots {
  bottom: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  #news-recent .news-slider .slick-dots {
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  #news-recent .news-slider .slick-dots {
    bottom: -25px;
  }
}
#news-recent .news-slider .single-news {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  #news-recent .news-slider .single-news {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  #news-recent .news-slider .single-news {
    margin-bottom: 20px;
  }
}
#news-recent .news-slider .single-news .news-img {
  margin-bottom: 15px;
}
#news-recent .news-slider .single-news .news-img a {
  min-height: 100px;
  max-height: 100px;
  display: flex;
}
#news-recent .news-slider .single-news .news-content .news-top {
  margin-bottom: 8px;
}
#news-recent .news-slider .single-news .news-content .news-top h4 {
  font: 600 16px "Open Sans", sans-serif;
  margin-top: 13px;
}
#news-recent .news-slider .single-news .news-content .news-top h4 a:hover {
  color: #ec1d32;
}
#news-recent .news-slider .single-news .news-content .news-top .meta {
  padding: 7px;
  margin-bottom: 10px;
  background-color: #ec1d32;
  font-size: 11px;
  color: #ffffff;
}
#news-recent .news-slider .single-news .news-content .news-top a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 44px;
}
#news-recent .news-slider .single-news .news-content .news-bottom {
  font-size: 13px;
  margin-top: 13px;
  line-height: 1.4;
}

#partner-1 .container-large,
#partner-2 .container-large {
  padding-bottom: 45px;
}
#partner-1 .section-title,
#partner-2 .section-title {
  margin-bottom: 25px;
}
#partner-1 .partner-slider .slide-item,
#partner-2 .partner-slider .slide-item {
  margin: 12.5px;
  border: 1px solid #d3d3d3;
}

#statistic {
  background: url("../images/statistic-bg.jpg");
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #statistic {
    background-size: cover;
  }
}
#statistic .container-large {
  padding-bottom: 35px;
}
#statistic #chartdiv {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 575px) {
  #statistic #chartdiv {
    height: 500px;
  }
}
#statistic .title {
  font-weight: 600;
  font-size: 40px;
  font-family: "iCiel", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#statistic #counter .counter-wrap {
  padding: 0 20px 20px;
  border-top: 1px solid #97979b;
  border-bottom: 2px solid #9e9fa0;
}
#statistic #counter .counter-wrap .count-up {
  font-size: 51px;
  font-weight: 600;
  font-family: "iCiel", sans-serif;
  color: #ec1d32;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #statistic #counter .counter-wrap .count-up {
    font-size: 44px;
  }
}
#statistic #counter ul {
  padding: 20px;
}
#statistic #counter ul > li {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
#statistic #counter ul > li:last-child {
  padding-bottom: 0;
}
#statistic #counter ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
#statistic #counter ul > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #ec1d32;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#footer #footer-main .container-large {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-main .container-large {
    padding: 30px 0 !important;
  }
}
#footer #footer-main .logo-footer {
  max-width: 80px;
  max-height: 80px;
}
#footer #footer-main .info-footer strong {
  text-transform: uppercase;
}
#footer #footer-main .info-footer p {
  margin: 0;
}
#footer #footer-main .info-footer p span {
  font-weight: 600;
  color: #ec1d32;
}
#footer #footer-bottom {
  background-color: #000000;
  line-height: 80px;
}
@media only screen and (max-width: 575px) {
  #footer #footer-bottom {
    line-height: 1.4;
    padding: 15px 0;
  }
}
#footer #footer-bottom .copyright {
  color: #ffffff;
}
#footer #footer-bottom .copyright a {
  color: #ec1d32;
  font-weight: 600;
}

/* additions */
.info-footer {
  padding-left: 20px;
  width: calc(100% - 100px);
  overflow-wrap: break-word;
}

#partner-1 .partner-slider .slide-item img,
#partner-2 .partner-slider .slide-item img {
  min-height: 150px;
  max-height: 150px;
  padding: 0;
}

.slider-area {
  padding-bottom: 30px;
}

.unit-value {
  font-size: 16px;
}

.fcontrol {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  border: solid 1px #e1e1e1;
  padding: 10px 15px;
  line-height: 20px;
  outline: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select.fcontrol {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/icon-select.png) no-repeat right 15px center;
  padding: 0;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 40px;
}

#candidate-list .col-right .col-title {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0px;
  border-bottom: 0;
}

#candidate-list .col-right .col-title .title-tabs {
  width: 50%;
  min-height: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  #candidate-list .col-right .col-title .title-tabs {
    min-height: 47px;
  }
}

#candidate-list .col-right .col-title .title-tabs > a {
  position: relative;
  z-index: 1;
  color: #707070;
  height: 100%;
  border-bottom: 3px solid #878787;
  display: flex;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

#candidate-list .col-right .col-title .title-tabs.active > a {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-bottom: 3px solid #222222;
}

.btn.primary-btn {
  background-color: #ec1d32;
  color: white;
}

.btn.primary-btn:hover {
  color: white;
  background-color: rgb(240, 88, 104);
}

.sns-ul {
  display: inline-block;
  width: 100%;
  margin-left: -7px;
}

.sns-ul > li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 7px;
  /* width: auto;
        min-width: 150px */
}

.sns-ul > li > a {
  display: block;
  border-radius: 4px;
}

.sns-ul > li > a .fa {
  margin-right: 6px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.sns-ul .sns {
  background-color: #ccc;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
}

.sns-ul .sns:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.sns-ul .sns:hover:before {
  opacity: 0.2;
}

.sns-ul .sns-facebook {
  background-color: #2a77b4;
}

.sns-ul .sns-twitter {
  background-color: #00c1eb;
}

.sns-ul .sns-linkedin {
  background-color: #00aee2;
}

.sns-ul .sns-rss {
  background-color: #f26522;
}

.sns-ul .sns-googleplus {
  background-color: #fb7264;
}

.sns-ul .sns-youtube-play {
  background-color: #ed1c24;
}

.sns-ul .sns-zalo {
  background-color: #008fe5;
}

.hl-txt {
  color: rgb(240, 88, 104);
}

.center-txt {
  text-align: center;
}

.thamgia-popup {
  padding: 30px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 80px;
  display: block;
  width: 770px;
  max-width: 100%;
  position: relative;
}

.thamgia-popup .fcontrol {
  margin: 7px 0;
}

.thamgia-popup .primary-btn {
  margin: 7px 0;
  width: 100%;
}

.thamgia-popup p {
  margin: 0;
}

.thamgia-popup .flb-feat {
  margin-bottom: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.thamgia-popup .sns-ul > li {
  width: auto;
  min-width: 150px;
}

.logo-footer img {
  max-height: 120px;
}
p.m-0 {
  margin-bottom: 2px;
}
