@import url('https://fonts.googleapis.com/css2?family=Comforter&family=K2D:wght@100&display=swap');

@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}

.header {
  padding: 0;
  background: #f6eb14;
}
.main-nav.clearfix {
  background: #ec0000;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.main-nav .container .row {
  background: #ec0000;
  border-top: 0px;
}

.main-nav .container .row .header-line {
  width: 100%;
  height: 8px;
}

ul.navbar-nav > li > a,
.nav-search {
  color: #fff;
}

.container-bg {
  background-color: #fff;
}

.section-bg {
  padding-top: 0;
  padding-bottom: 0;
}

.section-bg .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-nav > .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.page-title {
  z-index: 1;
  position: relative;
}

.navbar-toggler {
  border-color: #fff;
  border-radius: 5px;
  margin-left: 15px;
}

.navbar-nav {
  padding: 0 15px !important;
}

.dropdown-menu a {
  color: #fff !important;
}
.head-title-main {
  text-align: center;
  position: relative;
}
.head-title-main .anh-gif {
  position: absolute;
  left: 0;
  height: 90%;
}

.head-title-main p {
  text-transform: uppercase;
  color: #ec0000;
  font-size: 25px;
  font-weight: 900;
  margin-top: 20px;
}
.head-title-main .first-title {
  margin-top: 42px;
}
.head-title-main .second-title {
  font-family: "Comforter", cursive;
  font-weight: 800;
  font-size: 32px;
  text-transform: unset;
  letter-spacing: 6px;
}
#header .header-right .ad-banner {
  padding-top: 15px;
}
.featured-slider .item .bn-desktop {
  height: 575px;
}
.sidebar-right {
  padding-bottom: 10px;
}
.sidebar-right .featured-slider-right .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -10px;
  right: 10px;
}
.main-sticker .ticker span a {
  font-size: 20px;
}
@media (min-width: 992px) {
  .dropdown-menu a {
    color: #333 !important;
  }
  .dropdown-menu > li > a:hover, 
  .dropdown-menu > li > a:focus {
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    height: 86px;
  }
  #header .header-right .ad-banner {
    padding-top: 2px;
  }
  #header .national_flag_icon {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .logo img {
    height: 53px;
  }
  #header .header-right .ad-banner {
    padding-top: 2px;
  }
  #header .national_flag_icon {
    height: 16px;
  }
}