@charset "UTF-8";
html, body, div, span, iframe,
a, abbr, address,
del, img, fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
button,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}
html {
  line-height: 1;
}
strong, em, small, b, u, i, hr {
	margin: 0;
  padding: 0;
  font-size: 100%;
	vertical-align: baseline;
  word-wrap: break-word;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: right;
  font-weight: 700;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

a img {
  border: none;
}

article, aside, details, figure, footer, header, menu, nav, section, summary {
  display: block;
}

/* @font-face {
  font-family: 'iCielEffra';
  src: url("../fonts/iCielEffra-Regular.ttf");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'Chonburi', cursive;
  font-weight: normal;
  font-style: normal;
}

.wrap::after, .wrap .container::after {
  clear: both;
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:hover {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

a {
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  color: #da251d;
}

a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "iCielEffra", sans-serif;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

img:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: calc(100% + 10px);
  width: 100%;
  background-color: #e6e6e6;
  border: 2px dotted #c8c8c8;
  border-radius: 5px;
}

img:after {
  content: "" " Không tìm thấy hình " attr(alt);  
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: #646464;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

li,
ol {
  list-style: none;
}

li:focus,
ol:focus {
  border-color: #ffffff;
}

.btn:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
}

.wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #dbdbdb;
}

.wrap .container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}

.header {
  position: absolute;
  padding: 10px 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.60);
  z-index: 99;
  top: 0;
}

.header blockquote,
.header dd,
.header dl,
.header dt,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header li,
.header ol,
.header p,
.header pre,
.header ul {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}

.header .slogan {
  font-size: 18px;
  color: #57a64b;
  font-family: 'Chonburi', cursive;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin-right: 22px;
  padding-top: 40px;
}

.header .content-nav {
  float: right;
  padding-top: 37px;
  text-transform: uppercase;
  /*margin-bottom: 2px;*/
}

.header .content-nav li {
  float: left;
}

.header .content-nav li a {
  position: relative;
  padding-bottom: 10px;
  margin: 0 22px;
  font-weight: bold;
}

.header .content-nav li a:first-child {
  padding-left: 0;
}

.header .content-nav li a:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.header .content-nav li a:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 45%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da251d;
}

.header .content-nav li a.active {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #da251d !important;
  border-bottom: 1px solid #da251d;
  text-shadow: 0 0px 0 #fbdddd, 0 0px 0 #ffb9b9, 0 0 12px #fbb3b3;
}
.header .content-nav-2 li a.active {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #da251d;
  border-bottom: 1px solid #da251d;
  text-shadow: 0 0px 0 #fbdddd, 0 0px 0 #ffb9b9, 0 0 12px #fbb3b3;
}
.header .content-nav li a.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 48%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da251d;
}
.header .content-nav-2 li a.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 48%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da251d;
}
.header .content-nav-2 {
  padding-top: 36px;
  text-transform: uppercase;
}

.header .content-nav-2 li {
  float: left;
}

.header .content-nav-2 li a {
  position: relative;
  padding-bottom: 10px;
  margin: 0 40px;
  font-weight: bold;
}

.header .content-nav-2 li a:first-child {
  margin-left: 10px;
}

.header .content-nav-2 li a:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 45%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da251d;
}

.header .social-top {
  margin-right: 22px;
  padding-top: 30px;
}

.header .social-top li {
  float: left;
}

.header .social-top li a {
  padding: 0 10px;
}

.header .logo-mb {
  text-align: center;
  padding-bottom: 10px;
}

.header .social-mb {
  display: flex;
  justify-content: space-around;
}

.header .control-nav {
  cursor: pointer;
  padding: 5px 10px;
  margin: 10px 0;
  border-bottom: 2px solid #da251d;
  color: #da251d;
  text-transform: uppercase;
  text-align: center;
}

.header .nav-mb {
  position: relative;
  z-index: 99;
  display: none;
}

.header .nav-mb li a {
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
}

.hvr-underline-from-center {
  /*display: inline-block;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #da251d;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.footer {
  width: 100%;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .footer blockquote, .footer pre,
.footer dl, .footer dt, .footer dd, .footer ol, .footer ul, .footer li {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}

.footer li {
  line-height: 24px;
}
.footer li a.active {
  color: #da251d;
}
.footer .content-footer {
  padding: 15px 30px;
  position: relative;
  bottom: 37px;
  background: rgba(0, 0, 0, 0.4);
}
.footer .content-footer .title-ft {
  padding: 10px 0;
}
.footer .content-footer .title-ft h2{
  font-weight: bold;
}
.footer .content-footer .title-ft + p {
  margin-top: 5px;
}
.footer .content-footer p {
  margin-bottom: 10px; 
}
.footer .content-footer .partner {
  text-align: right;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.footer .content-footer .partner img {
  max-width: 45px;
}

.footer .copyright {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}

.footer .copyright i {
  padding-right: 10px;
  font-size: 22px;
  color: #ffffff;
}

.is_active {
  display: block;
}

.is_hidden {
  display: none;
}

.is_mobile {
  display: none;
}

.dis_table {
  display: table;
  width: 100%;
  height: 100%;
}

.dis_row {
  display: table-row;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

.pd_right_0 {
  padding-right: 0;
}

.pd_left_0 {
  padding-left: 0;
}

.mgn_right_10 {
  margin-right: 10px;
}

.pd_left_15 {
  padding-left: 15px;
}

.pd_left_30 {
  padding-left: 30px;
}

.mgn_right_15 {
  margin-right: 15px;
}

.mgn_right_20 {
  margin-right: 20px;
}

.mgn_right_30 {
  margin-right: 30px;
}

.mgn_right_35 {
  margin-right: 35px;
}

.mgn_right_40 {
  margin-right: 40px;
}

.mgn_right_50 {
  margin-right: 50px;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  z-index: 999999;
}

.splash .logo-splash {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 100px);
}

.red {
  color: #da251d;
}

.pd_5 {
  padding: 5px;
}

.pd_10 {
  padding: 10px !important;
}

#popup-form-search {
  position: absolute;
  z-index: 9999;
}

#popup-form-search .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
}

#popup-form-search .modal-content .modal-header {
  color: #da251d;
}

#popup-form-search .modal-content .modal-header span {
  color: #ffffff;
}

#popup-form-search .modal-content .form-site input {
  color: #ffffff;
  background: transparent;
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #da251d;
}

#popup-form-search .modal-content .form-site button {
  padding: 10px 20px;
  font-size: 20px;
  background: #da251d;
  color: #ffffff;
  border: none;
}

.content .camera_commands,
.content .camera_next,
.content .camera_pag,
.content .camera_prev {
  display: none !important;
}

.content .camera_caption.fadeFromBottom {
  position: absolute;
  z-index: 99999;
  top: 35%;
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-content: center;
}

.content .camera_caption.fadeFromBottom .captitle {
  text-align: center;
  width: 1366px;
  background: url("../images/bgtext.png") center;
}

.content .camera_caption.fadeFromBottom .captitle h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'Chonburi', cursive;
  padding: 20px;
}

.content .section-slider {
  position: relative;
}

.content .section-slider .item {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.content-news {
  padding-top: 130px;
  background: url("../images/slider1.jpg") center fixed;
  background-size: cover;
  height: 100%;
}

.content-news blockquote,
.content-news dd,
.content-news dl,
.content-news dt,
.content-news h1,
.content-news h2,
.content-news h3,
.content-news h4,
.content-news h5,
.content-news h6,
.content-news li,
.content-news ol,
.content-news p,
.content-news pre,
.content-news ul {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}

.content-news .content-left {
  color: #898989;
}

.content-news .content-left .title-left {
  font-size: 16px;
  font-style: italic;
  padding: 10px;
  font-weight: bold;
  margin: 10px 0;
  font-family: "Times New Roman";
  background: rgba(0,0,0,0.5);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.content-news .content-left .title-left h2{
  color: #fff;
}
.content-news .content-left .title-left h1{
  color: #fff;
}
.content-news .content-left .list-left {
  cursor: pointer;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.content-news .content-left .list-left h2 {
  line-height: 34px;
  color: #fff;
  opacity: 1 !important;
}

.content-news .content-left .list-left h2:hover {
  color: #da251d;
}

.content-news .content-left .list-left i {
  padding-right: 5px;
}

.content-news .content-left .list-left li {
  line-height: 24px;
}

.content-news .content-left .list-left li:hover {
  color: #cc3e27;
}
.content-news .content-left .list-left .active {
  color: #da251d;
  text-shadow: 0 0px 0 #000000, 0 0px 0 #dadada, 0 0 12px #fff;
}
.content-news .content-left .content-list-left {
  display: none;
}

.content-news .content-left .content-list-left .fa {
  padding: 0 5px 0 10px;
}

.content-news .content-left .info-contact-left {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.content-news .content-left .info-contact-left .title-info-contact {
  font-size: 18px;
  color: #57a64b;
  padding: 10px 0;
}

.content-news .content-left .info-contact-left h3 {
  padding: 10px 0 18px;
  line-height: 22px;
  color: #333;
}
.content-news .content-left .info-contact-left p {
  line-height: 22px;
  color: #777;

}

.content-news .content-contact {
  height: 450px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  margin: 10px 0;
  border-radius: 10px;
  border: 4px solid #dbdbdb;
}

.content-news .content-body {
  height: 450px;
  text-align: justify;
  background: rgba(255, 255, 255, 0.9);
  background-size: cover !important;
  overflow: auto;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 10px;
  border: 4px solid #dbdbdb;
}

.content-news .content-body .title-body {
  text-transform: uppercase;
  font-size: 18px;
  color: #57a64b;
  text-align: center;
  font-family: 'Chonburi', cursive;
  padding: 5px 0 10px;
}
.content-news .content-body .title-body .content-details {
  text-transform: none;
  font-size: 14px;
  color: #333;
  text-align: justify;
  margin-top: 10px;
}
.content-news .content-body .item-art {
  position: relative;
}

/*.content-news .content-body .item-art a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  width: 100%;
  height: 100%;
}*/

.content-news .content-body .item-art .caption-news-art {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  z-index: 2;
  background: rgba(0,0,0,0.4);
  width: 100%;
  padding: 10px;
}

.content-news .content-body .name-news {
  padding: 10px 0;
  color: #da251d;
  font-size: 16px;
}

.content-news .content-body .description-news {
  line-height: 20px;
}
.content-news .content-body .content-about {
  padding-left: 8px;
}
.content-news .content-body .description-news input {
  padding-right: 13px;
}
#owl-demo img {
  /*margin-left: 30px;*/
}

#owl-demo img {
  display: block;
  max-width: 80% !important;
  max-height: 45px;
}
/* style tin tuc xem */
.content-body h2.detail_heading { 
    margin-bottom: 15px;
    text-transform: none;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
}
.content-body span.detail_heading
{
  color: #777;
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
}
.content-body h3.detail_heading
{
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
.content-body .box-content-new li {
  list-style-type: disc;
  margin-left: 35px;
}
.news-others ul
{
  list-style: none;
  margin: 15px 0;
  padding: 0 0 0 15px;
}
.news-others ul li.li-list {
  margin-bottom: 10px;
}
.news-others ul span
{
  color: #777;
  font-size: 11px;
  font-style: italic;
}
/* end style tin tuc xem */
/* style tim kiem */
.breadcrumb {
    padding: 6px 10px;
    border: 1px solid #eee;
    margin-bottom: 0px;
}
.breadcrumb ul li {
    list-style: none;
    float: left;
    color: #555;
    /* font-family: 'Roboto',arial,tahoma; */ 
    font-size: 13px;
}
/* end style tim kiem */
/*phan trang */
.navigation {
  font-size:11px;
  clear: both;
  padding: 15px 0px 20px;
  text-align: center;
  cursor:default;
  font-weight:bold;
  color:#16c1f3;
}
.navigation .current_page_item, .navigation .page_item a {
  outline:none;
  margin:2px;
  padding:4px 8px;
  text-decoration:none;
  background:#CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.navigation .page_item a {
  color:#FFF;
  background-color:#CCCCCC;
}

.navigation .current_page_item, .navigation .page_item a:hover 
{
  color:#fff;
  background-color:#16c1f3;
}
/*end phan trang*/
@media (min-width: 300px) and (max-width: 800px) {
  .wrap {
    position: relative;
  }
  .header {
    position: relative;
  }
  .footer .content-footer {
    position: relative;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .wrap {
    position: relative;
  }
  .wrap .content {
    position: relative;
    z-index: 99;
  }
  .wrap .content .camera_caption .captitle h2 {
    font-size: 2rem;
  }
  .content-news {
    padding-top: 0;
  }
  .footer {
    position: relative;
  }
  .footer .logo-ft {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #da251d;
  }
  .footer .content-footer {
    bottom: 0;
    background: #707070;
  }
  .footer .copyright {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .header .social-mb {
    display: none;
  }
  .content-news {
    padding-top: 0;
  }
  .content .camera_caption .captitle h2 {
    font-size: 1rem;
  }
  .img-responsive {
    width: 100%;
  }
  .wrap .content {
    position: relative;
    z-index: 99;
  }
  .wrap .content .content-news {
    padding-top: 0;
  }
  .footer {
    position: relative;
  }
  .footer .content-footer {
    padding: 10px;
    bottom: 0;
  }
  .footer .copyright {
    position: relative;
  }
}

@media (min-width: 1500px) {
  .content-news .content-body {height: 600px;}
}
@media (max-width: 1024px){
  .content-news .content-body{height: 575px;}
}
@media (min-width: 1440px) {
  .content-news .content-body {height: 577px;}
  .content-news .content-contact {height: 577px;}
  .content-news .content-contact iframe{height: 577px !important;}
}
@media (min-width: 1920px) {
  .content-news .content-body {height: 757px;}
  .content-news .content-contact {height: 757px;}
  .content-news .content-contact iframe{height: 757px !important;}
}
