@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.footer {
  padding-top: 60px;
  background-color: #06192C;
  color: #ffffff;
}
@media (max-width: 1679px) {
  .footer {
    padding-top: 40px;
  }
}
@media (max-width: 1481px) {
  .footer {
    padding-top: 30px;
  }
}
@media (max-width: 1281px) {
  .footer {
    padding-top: 20px;
  }
}
.footer .popular-items .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  max-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .footer .popular-items .title {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 20em;
  }
}
@media (max-width: 1481px) {
  .footer .popular-items .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1281px) {
  .footer .popular-items .title {
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.footer .popular-items .title .txt {
  padding-right: 20px;
}
.footer .popular-items .title:after {
  content: "";
  height: 1px;
  background-color: #112A43;
  flex: 1;
}
.footer .post-item {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin-bottom: 30px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1281px) {
  .footer .post-item {
    max-width: 100% !important;
  }
}
.footer .post-item .img-wrp {
  width: 86px;
  height: 86px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  flex: 0 0 86px;
}
@media (max-width: 1679px) {
  .footer .post-item .img-wrp {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin-right: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .post-item .img-wrp {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 15px;
  }
}
.footer .post-item .img-wrp img {
  width: 100%;
  border-radius: 8px;
  height: 86px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1679px) {
  .footer .post-item .img-wrp img {
    height: 72px;
  }
}
@media (max-width: 1481px) {
  .footer .post-item .img-wrp img {
    height: 60px;
  }
}
.footer .post-item .post-title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .footer .post-item .post-title {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 1281px) {
  .footer .post-item .post-title {
    font-size: 12px;
  }
}
.footer .post-item .date {
  font-size: 14px;
  color: #436A90;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1481px) {
  .footer .post-item .date {
    font-size: 13px;
  }
}
@media (max-width: 1281px) {
  .footer .post-item .date {
    font-size: 12px;
  }
}
.footer .categ-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  max-width: 300px;
  text-decoration: none;
}
@media (max-width: 1679px) {
  .footer .categ-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1481px) {
  .footer .categ-item {
    margin-bottom: 14px;
  }
}
@media (max-width: 1281px) {
  .footer .categ-item {
    margin-bottom: 12px;
  }
}
.footer .categ-item .catg-title {
  font-size: 16px;
  color: #D6E4FF;
  padding-right: 10px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .footer .categ-item .catg-title {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .footer .categ-item .catg-title {
    font-size: 13px;
  }
}
@media (max-width: 1281px) {
  .footer .categ-item .catg-title {
    font-size: 12px;
  }
}
.footer .categ-item .count {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  margin-left: auto;
}
@media (max-width: 1679px) {
  .footer .categ-item .count {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .footer .categ-item .count {
    font-size: 13px;
  }
}
@media (max-width: 1281px) {
  .footer .categ-item .count {
    font-size: 12px;
  }
}
.footer .footer-info {
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid #112A43;
}
@media (max-width: 1679px) {
  .footer .footer-info {
    padding-top: 40px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-info {
    padding-top: 30px;
  }
}
@media (max-width: 1281px) {
  .footer .footer-info {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info {
    margin-top: 30px;
  }
}
.footer .footer-info .container {
  position: relative;
}
.footer .footer-info .container .btn-go-to {
  position: fixed;
  bottom: 50px;
  top: unset;
  right: 10px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1481px) {
  .footer .footer-info .container .btn-go-to {
    right: 0;
  }
}
.footer .footer-info .contact-info {
  text-align: right;
  font-weight: 300;
}
.footer .footer-info .contact-info + .contact-info {
  margin-top: 30px;
}
@media (max-width: 1679px) {
  .footer .footer-info .contact-info + .contact-info {
    margin-top: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-info .contact-info + .contact-info {
    margin-top: 16px;
  }
}
@media (max-width: 1281px) {
  .footer .footer-info .contact-info + .contact-info {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info .contact-info {
    text-align: left;
    font-size: 12px;
  }
}
.footer .footer-info .contact-info .img img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1679px) {
  .footer .footer-info .contact-info .img img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-info .contact-info .img img {
    width: 16px;
    height: 16px;
  }
}
.footer .footer-info .contact-info .txt {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .footer .footer-info .contact-info .txt {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-info .contact-info .txt {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 1281px) {
  .footer .footer-info .contact-info .txt {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-info .contact-info .txt {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info .contact-info .txt {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.footer .footer-info .contact-info .lnk a {
  color: #ffffff;
  font-weight: 300;
}
.footer .brand-info {
  color: #D6E4FF;
  font-size: 16px;
  max-width: 467px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .footer .brand-info {
    font-size: 14px;
    max-width: 408px;
  }
}
@media (max-width: 1481px) {
  .footer .brand-info {
    font-size: 13px;
    max-width: 380px;
  }
}
@media (max-width: 1281px) {
  .footer .brand-info {
    max-width: 350px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .brand-info {
    max-width: 100%;
  }
}
.footer .brand-info .logo {
  display: flex;
  width: 86px;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .footer .brand-info .logo {
    width: 72px;
  }
}
@media (max-width: 1481px) {
  .footer .brand-info .logo {
    width: 64px;
  }
}
@media (max-width: 1199px) {
  .footer .brand-info .logo {
    width: 60px;
  }
}
.footer .brand-info .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social {
  justify-content: flex-end;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer .social {
    justify-content: center;
    margin-top: 15px;
  }
}
.footer .social li + li {
  margin-left: 15px;
}
@media (max-width: 1679px) {
  .footer .social li + li {
    margin-left: 10px;
  }
}
@media (max-width: 1481px) {
  .footer .social li + li {
    margin-left: 8px;
  }
}
.footer .social li a {
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .footer .social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1481px) {
  .footer .social li a {
    width: 30px;
    height: 30px;
  }
}
.footer .social li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .copyrights {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #112A43;
}
.footer .copyrights .copy-row {
  align-items: center;
}
.footer .copyrights .copy-info {
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer .copyrights .copy-info {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .copyrights .copy-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .copyrights .copy-info .brk {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .copyrights .copy-info .sep {
    display: none;
  }
}
.footer .copyrights .copy-info a {
  color: #ffffff;
  text-decoration: none;
}
.footer .copyrights .copy-info a:hover {
  text-decoration: underline;
}