body{
  font-family: 'SFU Helvetica', Arial, sans-serif;
}
[class*="c-headline-"] .c_name {
    color: #1a50b5;
    font-weight: bold;
}
.c-headline-2 .c_name {
    font-size: 25px;
}
/* Style chung s-header */
.hd-logo {
  line-height: 0;
}

.hd-menu h2 {
  font-size: 16px;
  font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
  display: none;
  font-size: 14px;
  line-height: 1;
  padding: 0.5em;
  text-transform: uppercase;
  border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
  float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
  float: right;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/* BEGIN s-header-2 */
.s-header-2 .s_top {
  color: #fff;
  padding: 8px 0;
  background-color: #1a50b5;
}
.s-header-2 .hd-contact {
  margin-right: auto;
}
.s-header-2 .hd-contact > li {
  display: inline-block;
}
.s-header-2 .hd-contact > li:not(:last-child) {
  margin-right: 15px;
}
.s-header-2 .hd-address::before{
  content: '\f041';
  font-family: FontAwesome;
  color: #fff;
}
.s-header-2 .s_bot {
  box-shadow: 0px 2px 5px #999;
  position: relative;
  z-index: 999;
  background: linear-gradient(to bottom, rgba(26, 80, 181, 0.8) 100%, rgba(255, 255, 255, 0) 150%), url(/images/headers/bg-2.jpg);
}
.s-header-2 .hd-logo {
  font-size: 14px;
  padding: 0.715em 0 0.715em 0;
  margin-right: auto;
}
.s-header-2 .hd-logo > img {
  height: 4.286em;
}
.s-header-2 .hd-menu > ul > li {
  display: inline-block;
  position: relative;
}
.s-header-2 .hd-menu > ul > li > a {
  display: block;
  padding: 3px 12px;
  line-height: 35px;
  border-radius: 3px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.s-header-2 .hd-menu > ul > li > a:nth-last-child(2) h2::after {
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 10px;
  float: right;
}
.s-header-2 .hd-menu > ul > li > ul {
  visibility: hidden;
  min-width: 200px;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  position: fixed;
}
.s-header-2 .hd-menu > ul > li > ul::after {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  right: 8px;
}
.s-header-2 .hd-menu > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu > ul > li > ul > li a {
  display: block;
  padding: 5px 30px 5px 15px;
  text-transform: uppercase;
}
.s-header-2 .hd-menu > ul > li > ul > li a::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.s-header-2 .hd-menu > ul > li > ul > li:hover a {
  color: #1a50b5;
}
.s-header-2 .hd-menu > ul > li.is-active > a {
  color: #f8f34b;
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > a {
  color: #f8f34b;
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > a:nth-last-child(2) {
  border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
  visibility: visible;
  position: absolute;
  right: 0;
  -webkit-animation: slide-up 0.3s;
  -o-animation: slide-up 0.3s;
  animation: slide-up 0.3s;
}
.s-header-2 .hd-search {
  position: relative;
  line-height: 0;
  margin-left: 20px;
}
.s-header-2 .hd-search > a {
  font-size: 16px;
  color: #adc9ff;
  border-color: #adc9ff;
}
.s-header-2 .hd-search > a i {
  font-size: 0.819em;
}
.s-header-2 .hd-search > form {
  display: none;
  width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  -webkit-animation: slide-up 0.3s;
  -o-animation: slide-up 0.3s;
  animation: slide-up 0.3s;
}
.s-header-2 .hd-search > form.is-active {
  display: -webkit-flex;
  display: flex;
}

/* END s-header-2 */
/* Style chung b-search */
[class*="b-search-"] {
  color: #666;
  font-size: 13px;
  max-width: 300px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
[class*="b-search-"] > input {
  width: 100%;
  color: inherit;
  font-size: 1em;
  padding: 0 5px 0 7px;
  border: none;
  background-color: transparent;
}
[class*="b-search-"] > input::-webkit-input-placeholder {
  color: #999;
}
[class*="b-search-"] > input::-moz-placeholder {
  color: #999;
}
[class*="b-search-"] > input:-moz-placeholder {
  color: #999;
}
[class*="b-search-"] > input:-ms-input-placeholder {
  color: #999;
}
[class*="b-search-"] > input:focus {
  outline: none;
}
[class*="b-search-"] > button {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  box-shadow: none;
  line-height: 0;
}
[class*="b-search-"] > button i {
  line-height: inherit;
}

/* BEGIN b-search-2 */
.b-search-2 {
  border: 1px solid #ddd;
}
.b-search-2 > button {
  border-radius: 2px;
}
.b-search-2 > button[class] {
  font-size: 0.924em;
  padding: 1em 0.584em 1em 0.584em;
  margin: 2px 2px 2px 0;
  color: #70a1ff;
  background-color: transparent;
}
.b-search-2 > button:not([class]) {
  color: inherit;
  padding: 1.077em 0.616em 1.077em 0.616em;
  background-color: transparent;
}

/* END b-search-2 */

/* BEGIN b-card-8 */
.b-card-8 {
  display: block;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.14), 0 3px 1px -2px rgba(17, 17, 17, 0.2), 0 1px 5px 0 rgba(17, 17, 17, 0.12);
  margin-bottom: 25px;
}
.b-card-8::before, .b-card-8::after {
  content: '';
  color: transparent;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b-card-8::before {
  width: calc(100% - 2px);
  height: 100%;
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.b-card-8::after {
  width: 100%;
  height: calc(100% - 2px);
  border-top: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.b-card-8:hover::after, .b-card-8:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  color: #1a50b5;
}
.b-card-8 .b_thumb {
  margin: 0.93px;
  border: 5px solid #fafafa;
}
.b-card-8 .b_title {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.334em;
  padding: 7px 10px 7px;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 2px);
  z-index: 2;
  position: absolute;
  bottom: 1px;
  left: 1px;
}
.b-card-8 .b_title:hover {
  color: #1a50b5;
}
.b-card-8 span{
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgb(255, 255, 255);
  color: #1a50b5;
  font-weight: bold;
  padding: 2px 5px 5px;
}
/* END b-card-8 */

/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
  -webkit-animation: loopflicker 1s infinite;
  -o-animation: loopflicker 1s infinite;
  animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* END c-animate-loopflicker */
/* BEGIN s-footer-3 */
.s-footer-3 {
  color: #fff;
  background-color: #225dca;
}
.s-footer-3 .s_top {
  padding: 20px 0;
  background-color: #1a50b5;
}
.s-footer-3 .s_top .align-items--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-footer-3 .c-headline-4 {
  margin: 10px 0 15px;
}
.s-footer-3 .c-headline-4 i {
  color: #adcaff;
  font-size: 13px;
}
.s-footer-3 .c-headline-4::after {
  margin-top: 5px;
}
.s-footer-3 .ft-ellipsis {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.429em;
  max-height: 8.574em;
}
.s-footer-3 .ft-menu li {
  display: inline-block;
  width: calc((100% / 2) - 12px);
  color: inherit;
  font-size: 13px;
  margin: 0 10px 10px 0;
}
.s-footer-3 .ft-menu li.line {
  width: 100%;
  margin-right: 0;
}
.s-footer-3 .ft-menu li > h1, .s-footer-3 .ft-menu li > p {
  font-size: 18px;
  font-weight: bold;
  color: #f8f34b;
  margin-bottom: 0;
}
.s-footer-3 .ft-menu li a {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.s-footer-3 .ft-menu li a > span::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: inherit;
  color: #adcaff;
  margin-right: 5px;
}
.s-footer-3 .ft-menu li a:hover {
  color: #f8f34b;
}
.s-footer-3 .ft-menu li > span {
  line-height: 20px;
}
.s-footer-3 .ft-menu li > span:not(:last-child) {
  margin-right: 20px;
}
.s-footer-3 .ft-menu li > span.fa::before {
  width: 15px;
  color: #adcaff;
  text-align: center;
}
.s-footer-3 .ft-copyright {
  line-height: 40px;
}
.s-footer-3 .ft-developed a {
  display: inline-block;
  line-height: 0;
  margin: 1px 0 0 5px;
  vertical-align: text-top;
}
.s-footer-3 [class*="c-headline-"] .c_name {
    color: #adcaff;
    font-weight: bold;
}
.s-footer-3 [class*="c-headline-"] .c_name h5{
  font-size: 14px;
}
/* BEGIN s-icon-1 */
.s-icon-1 {
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
}
.s-icon-1 > a {
  position: relative;
  padding: 0.715em;
  border-top: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.s-icon-1 > a > span:first-child {
  color: #1a50b5;
  font-size: 0.929em;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.s-icon-1 > a > span:last-child {
  font-size: 1.072em;
  position: relative;
}
.s-icon-1 > a > span:last-child::before, .s-icon-1 > a > span:last-child::after {
  content: '';
  opacity: 0;
  width: calc(100% + 1.334em);
  height: calc(100% + 1.334em);
  margin: -0.666em;
  border-radius: 3px;
  background-color: inherit;
  z-index: -1;
  position: absolute;
}
.s-icon-1 > a > span:last-child.s_ripple::before, .s-icon-1 > a > span:last-child.s_ripple::after {
  -webkit-animation: ripple 1.5s infinite;
  animation: ripple 1.5s infinite;
}
.s-icon-1 > a > span:last-child::after {
  animation-delay: .3s !important;
  -webkit-animation-delay: .3s !important;
}
.s-icon-1 > a:hover {
  background-color: #fcfcfc;
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* END s-icon-1 */
/* END s-footer-3 */

/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
  margin-bottom: 20px;
}
.s-sidebar-3 .s_heading {
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  background-color: #1a50b5;
  text-transform: uppercase;
  position: relative;
}
.s-sidebar-3 .s_list {
  padding: 15px;
  border: 1px solid #eee;
}
.s-sidebar-3 .s_list a {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.s-sidebar-3 .s_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.s-sidebar-3 .s_list a::after {
  content: '';
  display: table;
  clear: both;
}
.s-sidebar-3 .s_list a:hover {
  color: #1a50b5;
}
.s-sidebar-3 .s_list .title {
  font-size: 15px;
}
.s-sidebar-3 .s_list .thumb {
  float: left;
  width: 90px;
  line-height: 0;
  margin-right: 12px;
}

/* END s-sidebar-3 */
/* BEGIN s-sidebar-2 */
.s-sidebar-2 {
  background-color: #fff;
  margin-bottom: 20px;
}
.s-sidebar-2 .s_heading {
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  background-color: #1a50b5;
  text-transform: uppercase;
  position: relative;
}
.s-sidebar-2 .s_list{
    border: 1px solid #eee;
}
.s-sidebar-2 .s_list li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 13px;
  padding: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.s-sidebar-2 .s_list li a::before{
  content: '\f1ce';
  font-family: FontAwesome;
  font-size: 0.616em;
  padding-top: 0.375em;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.s-sidebar-2 .s_list li a h2{
  margin-left: 7px;
  font-size: inherit;
}
.s-sidebar-2 .s_list li a:hover{
  color: #1a50b5;
}
.s-sidebar-2 .s_list li a:hover::before{
  color: #1a50b5;
}

/* END s-sidebar-2 */

/* Style chung s-pagination */
[class*="s-pagination-"] {
  padding: 25px 0;
  font-size: 12px;
}
[class*="s-pagination-"]::after {
  content: '';
  display: table;
  clear: both;
}
[class*="s-pagination-"] > li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ddd;
  line-height: 2.334em;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
  display: block;
  color: #999;
  font-weight: bold;
  text-align: center;
}
[class*="s-pagination-"] > li:hover {
  background-color: #eee;
  color: #999;
}
[class*="s-pagination-"] > li.active {
  background-color: #1a50b5;
  border: 1px solid #1a50b5;
}
[class*="s-pagination-"] > li.active > a {
  color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1 > li {
  border-radius: 3px;
}

/* END s-pagination-1 */

/* BEGIN b-card-2 */
.b-card-2 {
  display: block;
  margin-bottom: 20px;
}
.b-card-2::after {
  content: '';
  display: table;
  clear: both;
}
.b-card-2 .b_thumb {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.b-card-2 .b_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.125em;
  padding-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-card-2 .b_title span {
  display: block;
}
.b-card-2 .b_title::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #ccc;
}
.b-card-2 .b_title:hover {
  color: #1a50b5;
}
.b-card-2 .b_desc {
  text-align: justify;
}

/* END b-card-2 */
/* BEGIN p-detail-4 */
.p-detail-4 {
  margin-bottom: 15px;
}
.p-detail-4 .p_title {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  color: #1a50b5;
}
.p-detail-4 .p_source {
  margin-bottom: 20px;
}
.p-detail-4 .p_source li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
  color: #f60;
}
.p-detail-4 .p_desc {
  color: #000;
  font-size: 15px;
  line-height: 1.334em;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: justify;
  border-radius: 5px;
  background-color: #F4F4F4;
}
.p-detail-4 .p_other {
  margin-top: 20px;
}
.p-detail-4 .p_other > ul {
  margin: 30px 0 0 40px;
}
.p-detail-4 .p_other > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
.p-detail-4 .p_other > ul > li::before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-detail-4 .p_other > ul > li a:hover {
  color: #1a50b5;
}

/* END p-detail-4 */
/*--Responsive--*/
@media screen and (max-width: 1199px) {
  .s-header-2 .hd-logo {
    font-size: 10px;
  }
  .s-footer-3 .s_top .align-items--center {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .s-header-2 .hd-menu {
    order: 1;
    margin-left: 15px;
    position: relative;
  }
  .s-header-2 .hd-menu > a[ht-trigger="hd-menu"] {
    display: block;
    color: #ffffff;
    font-size: 15px;
  }
  .s-header-2 .hd-menu > ul {
    visibility: hidden;
    width: 250px;
    background-color: #1a50b5;
    /* box-shadow: 0 0px 10px 0px #ccc; */
    position: absolute;
    top: 45px;
    right: 0;
  }
  .s-header-2 .hd-menu > ul > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .s-header-2 .hd-menu > ul > li > a {
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
    min-width: 100%;
  }
  .s-header-2 .hd-menu > ul.is-active {
    visibility: visible;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
  }
  .ht-page__sidebar{
    display: none;
  }
  .s-header-2 .hd-search > a{
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .s-footer-3 .ft-developed {
    display: none;
  }
  .p-detail-4 .p_title {
    font-size: 20px;
  }
  .p-detail-4 .p_source li.date {
    display: none;
  }
  .p-detail-4 .p_other > ul {
    margin: 20px 0 0 10px;
  }
  .s-header-2 .hd-contact{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .s-footer-3 .ft-info {
    position: relative;
    padding-left: 3%;
  }
  .s-footer-3 .ft-info::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to bottom,rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
  }
}
@media screen and (min-width: 576px) {
  .s-icon-1 > a:first-child {
    display: none;
  }
  .s-icon-1 > a:hover > span:first-child {
    opacity: 1;
    background-color: inherit;
    border: 1px solid #f5f5f5;
    border-right: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-icon-1 > a:hover > span:last-child::before, .s-icon-1 > a:hover > span:last-child::after {
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
  }
}
@media screen and (max-width: 575px) {
  .s-icon-1 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .s-icon-1 > a:first-child {
    margin-right: auto;
  }
  .s-icon-1 > a:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 479px) {
  .s-header-2 .hd-search > form {
    width: 205px;
  }
  .b-card-2 .b_thumb {
    width: 150px;
  }
  .b-card-2 .b_title {
    font-size: 15px;
  }
}