﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

#trangtin {
  position: relative;
  top: 154px;
  /*col phan trang*/
}
#trangtin .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#trangtin .trangtin-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#trangtin .trangtin-main .banner-trangtin {
  background: #fffbec;
  margin-top: 30px;
}
#trangtin .trangtin-main .banner-trangtin .trangtin-wrap {
  display: flex;
  justify-content: center;
  padding: 85px;
}
#trangtin .trangtin-main .banner-trangtin .trangtin-wrap img {
  width: 80%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
}
#trangtin .trangtin-main .banner-trangtin .trangtin-bottom {
  position: relative;
  bottom: 40px;
}
#trangtin .trangtin-main .banner-trangtin .trangtin-bottom h2 a {
  color: #232323;
  font-weight: 700;
  font-family: "Merriweather";
  text-transform: uppercase;
}
#trangtin .trangtin-main .banner-trangtin .trangtin-bottom p {
  font-family: "Merriweather";
  font-size: 15px;
  line-height: 24px;
  color: #061024;
}
#trangtin #ten {
  width: 100%;
  color: #0064BC;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
  width: 100%;
  font-family: "Merriweather";
  border-bottom: 1px solid #eee;
}
#trangtin #col-phantrang {
  width: 100%;
  margin-top: 15px;
}
#trangtin .phantrang .pagination {
  margin-top: 7px;
  margin-bottom: 58px !important;
  justify-content: end;
}
#trangtin .phantrang .pagination > li > a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
#trangtin .phantrang .pagination > li > span a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
#trangtin .phantrang .pagination > .active > a {
  background-color: #1259a0;
  border-color: #1259a0;
  color: #fff;
}
#trangtin .list-news {
  margin-top: 20px;
}
#trangtin .list-news .post-entry-alt .img-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
#trangtin .list-news .post-entry-alt .img-link img {
  width: 354px;
  height: 200px;
  object-fit: cover;
  display: block;
}
#trangtin .list-news .post-entry-alt .excerpt {
  min-height: 250px;
}
#trangtin .list-news .post-entry-alt .excerpt h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
#trangtin .list-news .post-entry-alt .excerpt h2 a {
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4D4C7D;
  font-family: "Merriweather";
  line-height: 32px;
  padding-right: 16px;
}
#trangtin .list-news .post-entry-alt .excerpt .post-meta {
  color: gray;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#trangtin .list-news .post-entry-alt .excerpt .post-meta span {
  color: gray;
  font-size: 13px;
}
#trangtin .list-news .post-entry-alt .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: "Merriweather";
  line-height: 25px;
}
#trangtin .list-news .post-entry-alt .excerpt .read-more {
  position: absolute;
  right: 35px;
  bottom: 10px;
  color: #394E79;
  border-bottom: 2px solid #214252;
}

#footer {
  position: relative;
  top: 154px;
}
