body{
  font-family: 'Quicksand';
  font-size: 15px !important;
}
.ht-page{
    margin-top: 0px;
}
.c-headline-2 {
    margin-top: 45px;
    font-size: 20px;
}
/*-------------------------- STYLE HEADER --------------------------------*/
.hd-logo {
  line-height: 0;
}

.hd-menu h2 {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.hd-btn__menu i {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hd-btn__menu i:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.hd-btn__menu i:last-child {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
  transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:first-child {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
  transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* s-header-4 */
.s-header-4 .s-header__top {
 background-color: rgba(17, 94, 147, 0.7);
 font-size: 15px;
 padding: 10px 0 15px;
}
.s-header-4 .s-header__top .hd-logo img {
  height: 6em;
}
.s-header-4 .s-header__top .hd-logo a:first-child > img{
  margin-right: 20px;
}
.s-header-4 .s-header__top .hd-slogan {
  text-align: center;
  margin: 0 auto;
}
.s-header-4 .s-header__top .hd-slogan > div:first-child {
  font-size: 20px;
  color: #FFAB00;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.8em;
}
.s-header-4 .s-header__top .hd-slogan > div:nth-child(2) {
  font-size: 26px;
  color: #FFAB00;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8em;
}
.s-header-4 .s-header__top .hd-slogan > div:last-child {
  font-size: 18px;
  color: #FFAB00;
  text-transform:  uppercase;
  line-height: 1.8em;
}
.s-header-4 .s-header__top .s-header__title p:first-child{
    font-size: 40px;
    color: #FFAB00;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 8px;
    text-align: center;
}
.s-header-4 .s-header__top .s-header__title p:last-child{
    font-size: 25px;
    color:#FFAB00;
    text-transform: uppercase;
    text-align: center;
}

.s-header-4 .s-header__bot {
  background-color: #115e93;
  position: relative;
  box-shadow: 0 2px 5px #737373;
  z-index: 999;
}
.s-header-4 .s-header__bot .hd-menu {
  padding-right: 15px;
  float: left;
}
.s-header-4 .s-header__bot .hd-menu__list:before, .s-header-4 .s-header__bot .hd-menu__list:after {
  content: " ";
  display: table;
}
.s-header-4 .s-header__bot .hd-menu__list:after {
  clear: both;
}
.s-header-4 .s-header__bot .hd-menu__list > li {
  float: left;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.s-header-4 .s-header__bot .hd-menu__list > li > a {
  line-height: 40px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-header-4 .s-header__bot .hd-menu__list > li > a:after, .s-header-4 .s-header__bot .hd-menu__list > li > a:before {
  content: initial !important;
}
.s-header-4 .s-header__bot .hd-menu__list > li > a i {
  margin-left: 5px;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu {
  position: absolute;
  z-index: 2000;
  background-color: #FFFFFF;
  background-color: rgba(17, 94, 147, 0.9);
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0 5px 10px #e8832c;
  box-shadow: 0 1px 10px #115e93;
  -webkit-transition: all 0.33s ease-in;
  -o-transition: all 0.33s ease-in;
  transition: all 0.33s ease-in;
  opacity: 0;
  visibility: hidden;
  top: 50px;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > a {
  color: #ffffff;
  border-bottom: solid 1px #ddd;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 15px 35px;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li:last-child > a {
  border-bottom: none;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > a:hover {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #FFAB00;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul:before, .s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul:after {
  content: " ";
  display: table;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul:after {
  clear: both;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul li {
  padding: 7px 5px;
  float: left;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul li:nth-child(2n + 3) {
  clear: both;
  float: left;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #115e93;
  line-height: 1.4;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul li a:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 0.54em;
  color: #999999;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.s-header-4 .s-header__bot .hd-menu__list > li > .sub-menu > li > ul li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #FFAB00;
}
.s-header-4 .s-header__bot .hd-menu__list > li.is-active a, .s-header-4 .s-header__bot .hd-menu__list > li.is-focus a{
  color: #FFAB00;
}

.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: .86em;
    color: inherit;
    position: absolute;
    left: 0px;
    pointer-events: none;
    -webkit-transform: translateX(20px) translateY(3px);
    transform: translateX(20px) translateY(2px);
}

.s-header-4 .s-header__bot .hd-search {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.s-header-4 .s-header__bot .hd-search .form-line {
  position: relative;
}
.s-header-4 .s-header__bot .hd-search .form-line .form__input {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#CCCCCC));
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#CCCCCC, #CCCCCC);
  font-size: inherit;
  height: 2.5em;
  padding-right: 2.09em;
}
.s-header-4 .s-header__bot .hd-search .form-line button {
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-header-4 .s-header__bot .hd-language {
  float: right;
  line-height: 0;
  padding: 11px 0 11px 20px;
}
.s-header-4 .s-header__bot .hd-language img {
  height: 18px;
}

/*-------------------------- END STYLE HEADER --------------------------------*/

/*-------------------------- STYLE FOOTER --------------------------------*/

.s-footer__top-title {
  margin: 10px 0 15px;
  color: #FFFFFF;
}
.s-footer__top-title > i {
  color: #CCCCCC;
  margin-right: 5px;
}
.s-footer__top-title h5 {
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
}
.s-footer__top-title h5:after {
  content: '';
  display: block;
  width: 75%;
  height: 1px;
  margin-top: 5px;
  background-color: rgba(255, 0, 0, 0);
  background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #CCCCCC 100%);
  background-image: linear-gradient(to left,rgba(255, 0, 0, 0), #CCCCCC 100%);
}
.s-footer__top-menu li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #FFFFFF;
  width: calc((100% / 2) - 12px);
  vertical-align: top;
}
.s-footer__top-menu li.line {
  width: 100%;
  margin-right: 0;
}
.s-footer__top-menu li.line:first-child {
    font-weight: 500;
    /* font-size: 18px; */
}
.s-footer__top-menu li.line:nth-child(2) {
    font-weight: 500;
    font-size: 17px;
}
.s-footer__top-menu li > h1 {
  font-size: inherit;
}
.s-footer__top-menu li a {
  color: inherit;
  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;
}
.s-footer__top-menu li a > span:before {
  content: "\f105";
  font: normal normal normal 13px/1 FontAwesome;
  margin-right: 5px;
  color: #CCCCCC;
}
.s-footer__top-menu li a:hover {
  color: #FFAB00;
}
.s-footer__top-menu li > span {
  line-height: 20px;
  margin-right: 20px;
}
.s-footer__top-menu li > span:last-child {
  margin-right: 0;
}
.s-footer__top-menu li > span.fa:before {
  text-align: center;
  width: 15px;
  color: #CCCCCC;
}
.s-footer__bot-copyright, .s-footer__bot-developed {
  float: left;
  font-size: 12px;
  line-height: 40px;
  color: #FFFFFF;
}
.s-footer__bot-developed {
  float: right;
}
.s-footer__bot-developed a {
  display: inline-block;
  margin-left: 5px;
}
.s-footer__bot-developed a img {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.s-footer__backtop a {
  color: #FFFFFF;
}
.s-footer__backtop a:first-child {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 111111;
  text-align: center;
}
.s-footer__backtop a:first-child:after, .s-footer__backtop a:first-child:before {
  content: initial !important;
}
.s-footer__backtop a:first-child i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #FFAB00;
  border-radius: 50%;
}
.s-footer__backtop a:first-child span {
  background-color: #FFAB00;
  margin-left: 0;
  line-height: 1;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  position: relative;
  left: -5px;
}
.s-footer__backtop a:last-child {
  position: fixed;
  z-index: 111111;
  font-size: 20px;
  background-color: #FFAB00;
  bottom: calc(60% - 1em);
  opacity: 0;
  right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.s-footer__backtop a:last-child.is-show {
  opacity: 1;
  bottom: 15px;
}

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

@-webkit-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);
  }
}
@-moz-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);
  }
}
@-o-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);
  }
}
@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);
  }
}
/* s-footer-2 */
.s-footer-2 .s-footer__top {
  padding: 20px 0;
  border-bottom: 1px solid #666666;
  background-color: #115e93;
}
.s-footer-2 .s-footer__top .separator-line {
  position: relative;
}
.s-footer-2 .s-footer__top .separator-line:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
  background-image: linear-gradient(to bottom,rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
}

.s-footer-2 .s-footer__top-map {
  line-height: 0;
  padding: 3px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.s-footer-2 .s-footer__top-map iframe {
  width: 100%;
  height: 137px;
}
.s-footer-2 .s-footer__bot {
  border-top: 1px solid #CCCCCC;
  background-color: #11527f;
}
/*-------------------------- END STYLE FOOTER --------------------------------*/

/*-------------------------- STYLE BLOCK NEW --------------------------------*/
[class*="b-news-"] {
  overflow: hidden;
  margin: 0 5px 20px;
}

.b-news__img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.b-news__img::before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.b-news__img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.b-news__img > a:after, .b-news__img > a:before {
  content: initial !important;
}
.b-news__img > a img {
  width: 100%;
}
.b-news__content-title {
  font-size: 1.6rem;
  line-height: 1.13em;
  margin-bottom: 10px;
  font-weight: 500;
}
.b-news__content-title > a {
  color: #115e93;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-news__content-title > a:hover {
  color: #FFAB00;
}
.b-news__content-desc {
  text-align: justify;
  font-weight: normal;
}


.b-feedback-1 {
    background-color: #fff;
    font-size: 1.4rem;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    padding: 15px 15px 20px;
    margin-bottom: 30px;
}
.b-feedback-1 .b-feedback__avatar {
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0.72em;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-feedback-1 .ht-ratio--75:before {
    content: '';
    display: block;
    padding-bottom: 69%;
}
.b-feedback-1 .b-feedback__author {
    font-size: 16px;
    text-align: center;
    margin: 1.43em 0 0.72em 0;
    font-weight: 500;
    color: #322F31;
}
.b-feedback-1:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-feedback-1 .b-feedback__author a:hover {
    color: #FFAB00;
}

/* b-news-2 */
[class*="b-news-2"] .b-news {
  /* responsive */
}
[class*="b-news-2"] .b-news__content-source {
  margin-bottom: 10px;
}
[class*="b-news-2"] .b-news__content-source li {
  display: inline-block;
  font-size: 12px;
}
[class*="b-news-2"] .b-news__content-source li:first-child {
  margin-right: 20px;
}
[class*="b-news-2"] .b-news__content-source li a span {
  text-transform: uppercase;
}
[class*="b-news-2"] .b-news__content-source li a:hover {
  color: #FFAB00;
}
@media screen and (max-width: 479px) {
  [class*="b-news-2"] .b-news__content-source {
    display: none;
  }
}

/* b-news-1 */
[class*="b-news-1"]:before, [class*="b-news-1"]:after {
  content: " ";
  display: table;
}
[class*="b-news-1"]:after {
  clear: both;
}
[class*="b-news-1"] .b-news__img {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  width: 150px;
}

[class*="b-news-1"] .b-news__img.w70 {
  width: 70px;
}
[class*="b-news-1"] .b-news__content-title {
  margin-top: 10px;
}
[class*="b-news-1"].b-news--center .b-news__content, [class*="b-news-1"].b-news--center .b-news__img {
  width: calc((100% - 15px)/2);
  float: left;
}

/* b-news-1a */
.b-news-1a .b-news__content-source {
  margin-bottom: 10px;
}
.b-news-1a .b-news__content-source li {
  display: inline-block;
  font-size: 12px;
}
.b-news-1a .b-news__content-source li:first-child {
  margin-right: 20px;
}
.b-news-1a .b-news__content-source li a span {
  text-transform: uppercase;
  line-height: 1.2;
}
.b-news-1a .b-news__content-source li a:hover {
  color: #FFAB00;
}

.vsty_bg{
    background-color: rgba(17, 94, 147, 0.03);
}
.vsty_bg__content{
    background-color: #FFFFFF;
    padding: 50px 60px 30px;
}
.vsty_bg__content .c-headline-2{
    margin-top:0px;
}

.s-dnews__title {
  color: #115e93;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.19em;
  margin-bottom: 15px;
}
.s-dnews__source {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.s-dnews__source-gt{
    margin-bottom: 15px;
}
.s-dnews__source-gt:after {
    content: '';
    display: inline-block;
    width: 93%;
    height: 1px;
    background: #ddd;
}

.s-dnews__source li {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
  line-height: 0;
}
.s-dnews__source li span.fa {
  text-transform: uppercase;
  line-height: 1.2;
}
.s-dnews__source li span.fa:before {
  color: #FFAB00;
}
.s-dnews__source li a:hover {
  color: #FFAB00;
}

.s-dnews__desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  color: rgb(62, 96, 109);
}
.s-dnews__detail {
  margin-bottom: 30px;
  text-align: justify;
}
.s-dnews__detail a {
  color: blue;
  background: none;
}
.s-dnews__detail a:hover {
  color: #FFAB00;
}
.s-dnews__detail ul,
.s-dnews__detail ol {
  list-style: initial;
  padding-left: 15px;
}
.s-dnews__detail img {
  height: auto !important;
}
.s-dnews__detail table {
  max-width: 100%;
  width: 100% !important;
}
.s-dnews__detail table p {
  margin-bottom: 0;
}
.s-dnews__other > ul {
  margin: 30px 0 0 40px;
}
.s-dnews__other > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
.s-dnews__other > ul > li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}
.s-dnews__other > ul > li a:hover {
  color: #FFAB00;
}

/*-------------------------- END STYLE BLOCK NEW --------------------------------*/
.c-button-6 {
  display: inline-block;
  font-size: 14px;
  border-radius: 0;
  background-color: #FFAB00;
  line-height: 2.5em;
  padding: 0 15px 0 0;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.c-button-6 i {
  font-size: 1.29em;
  color: #115e93;
  padding-left: 10px;
  transition: all 0.5s;
}

.s-lproduct-4.is-active .c-button-6 i{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.s-lproduct-4 .s-lproduct__block{
    display: none;
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
  padding: 25px 0;
  font-size: 12px;
  margin-top:35px;
}
[class*="s-pagination-"]:before, [class*="s-pagination-"]:after {
  content: " ";
  display: table;
}
[class*="s-pagination-"]:after {
  clear: both;
}
[class*="s-pagination-"] > li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #DDDDDD;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.34em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
  display: block;
  color: #999999;
  font-weight: 500;
  text-align: center;
}
[class*="s-pagination-"] > li:hover {
  background-color: #EEEEEE;
  color: #999999;
}
[class*="s-pagination-"] > li.active {
  background-color: #115e93;
  border: 1px solid #115e93;
}
[class*="s-pagination-"] > li.active > a {
  color: #FFFFFF;
}

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

/* s-form-1 */
.s-form-1{
    margin-bottom: 15px;
}
.s-form-1 .s-form__map {
  height: 320px;
}
.s-form-1 .s-form__map iframe {
  width: 100%;
  height: 100%;
}


/* s-faq-1 */
.f-faq{
    background-color: #FFFFFF;
}
.s-faq-1 {
    padding:15px;
}
.s-faq-1 .s-faq__item {
  margin-bottom: 10px;
}
.s-faq-1 .s-faq__item-title {
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 0px;
  cursor: pointer;
  text-transform: uppercase;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-faq-1 .s-faq__item-title:after, .s-faq-1 .s-faq__item-title:before {
  content: initial !important;
}
.s-faq-1 .s-faq__item-title > i:first-child {
  font-size: 1.43em;
  color: #115e93;
}
.s-faq-1 .s-faq__item-title > i:last-child {
  position: relative;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.s-faq-1 .s-faq__item-title .title {
  width: 100%;
  padding-right: 15px;
  font-size: 16px;
}
.s-faq-1 .s-faq__item-title:hover {
  color: #FFAB00;
}
.s-faq-1 .s-faq__item-body {
  display: none;
  overflow: hidden;
  margin-top: 10px;
}
.s-faq-1 .s-faq__item-body p span{
    color: #115e93;
    font-weight: 500;
}
.s-faq-1 .s-faq__item.is-active .s-faq__item-title {
  color: #FFAB00;
}
.s-faq-1 .s-faq__item.is-active .s-faq__item-title > i:last-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*-------------------------- STYLE REPOSIVE --------------------------------*/
@media (min-width: 1200px) {
  .s-header-4 .s-header__bot .hd-menu__list > li:hover a{
    color: #FFAB00;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li:hover .sub-menu {
    top: 40px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .s-header-4 .s-header__bot .hd-btn__menu {
    float: left;
    font-size: 20px;
    margin: 6px 0;
  }
  .s-header-4 .s-header__bot .hd-menu {
    position: absolute;
    width: 300px;
    top: 37px;
    background-color: #115e93;
    padding-right: 0;
    z-index: -1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: none;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li {
    float: none;
    border-bottom: 1px solid #FFF;
    position: relative;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li:first-child {
    display: none;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li .sub-menu {
    width: 100%;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li .sub-menu ul {
    display: none;
  }
  .s-header-4 .s-header__bot .hd-menu__list > li.is-focus .sub-menu {
    top: 40px;
    opacity: 1;
    visibility: visible;
    border: 1px solid #FFF;
    background-color: #115e93;
  }
  .s-header-4 .s-header__bot .hd-menu.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    display: block;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}

@media (max-width: 991px) {
  .vsty_bg__content {
    background-color: #FFFFFF;
    padding: 20px 15px 30px;
  }
  .s-faq-1 {
    padding: 0px;
  }
  .s-dnews__source-gt:after{
    width: 80%;
  }
}
@media (max-width: 767px) {
  .s-footer-2 .s-footer__top .separator-line:after {
    display: none;
  }
   .b-news-1a .b-news__content-source {
    display: none;
  }
}
@media (max-width: 575px) {
  .s-header-4 .s-header__top {
    font-size: 8px;
  }
  .s-header-4 .s-header__top .hd-info__social {
    margin-left: 15px;
  }
}
@media screen and (min-width: 480px) {
  [class*="b-news-1"] .b-news__img {
    width: 200px;
  }
}
@media screen and (max-width: 479px) {
  .b-news__content-title {
    font-size: 1.5rem;
  }
  .s-dnews__source li.cate {
    display: none;
  }
 .s-dnews__other > ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 378px){
  .s-header-4 .s-header__top .hd-slogan .hd-slogan--hidden{
    display: none
  }
}

/*-------------------------- END STYLE REPOSIVE --------------------------------*/




