html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.fancybox-lock .fancybox-overlay { background: rgba(255, 255, 255, 1) !important;}
@font-face {
  font-family: 'Alexander';
  src: url('fonts/UTM Alexander.eot');
  src: url('fonts/UTM Alexander.woff') format('woff'), url('fonts/UTM Alexander.ttf') format('truetype'), url('fonts/UTM Alexander.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 17px
}
a{    color: #ec981c;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
  font-family: 'Roboto', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover,a:focus{
    text-decoration: none;
}
strong{
    font-weight: bold;
}
.col1-gt ul,.col1-qc ul,.contentz ul,.content-slider-group ul,.content-tintuc ul,.content-pop-nv ul{
    margin-left: 20px;
}
.col1-gt li,.col1-qc li,.contentz li,.content-slider-group li,.content-tintuc li,.content-pop-nv li{
    list-style: disc;
}


#news-detail .content-section p img {
  display: block;
  margin: 0 auto;
}

section:not(#banner) {
    clear: both;
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
}
section:after {
    display: table;
    content:"";
    clear: both;
}

.title-section {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Alexander", arial;
    font-weight: normal;
    color: #ec981c;
}

#about .col-sm-3 img {
    width: 100%;
}
.list-tab ul:after {
    display: table;
    content:"";
    clear: both;
}
.list-tab ul li {
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #000;
    margin-bottom: 13px;
}
.list-tab ul li a {
    padding: 0 10px;
    display: block;
    color: #000;
    font-size: 16px;
}
.list-tab ul li.active a {
    color: #007dc3;
}
.list-tab ul li:first-child a {
    padding-left: 0;
}
.list-tab ul li:last-child a {
    padding-right: 0;
}

.list-tab ul li:last-child {
    border-right: 0;
}
.list-tab {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
    text-align: left;
}
.content-detail {
    display: none;
}
/* hotline */
.hotline {
  background: #3489c2;
  color: #fff;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 6px;
}
.hotline img {
  border-radius: 50%;
  margin-right: 4px;
  width: 20px;
}
.hotline p {
  margin-bottom: 5px;
  padding-left: 20px;
}
.hotline h3 {
  color: #f00;
  font-size: 17px;
  font-weight: bold;
  margin: 7px 0 7px;
}
/* thanhvien */
.thanhvien h3 {
  font-size: 18px;
  font-family: "Alexander", arial;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ec981c;
}
.thanhvien select {width: 100%;background: #ec981c;color: #fff;padding: 8px;border: 0;}

/* .block-left */
.block-left .title-block {
    background: #ec981c;
    padding: 15px 15px 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.block-left .content-block {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}

/* list-ht */
.list-ht li {
  background: #deb252;
  /* border: 2px solid #4e98cb; */
  margin-bottom: 6px;
  padding: 7px;
  overflow: hidden;
  color: #fff;
}
.list-ht p {
  color: red;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
.list-ht li:nth-child(2n) {
  background: #3489c2;
}
.list-ht li:last-of-type {
    margin-bottom: 0; 
}
.list-ht .image {
  float: left;
  text-align: center;
}
.list-ht .image img{
  width: 45px;
}
.list-ht  img {
  border-radius: 50%;
}
.list-ht .image span {
  display: block;
  font-weight: bold;
  padding-top: 4px;
  font-size: 13px;
}
.list-ht .info {
  overflow: hidden;
  text-align: center;
  padding-left: 10px;
}
.list-ht .info h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
  line-height: 20px;
}
.list-lk li {
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
}
.list-lk li:last-child {
  margin-bottom: 0;
}
.list-lk li:after {
  display: table;
  content:"";
  clear: both;
}
.list-lk img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list-lk p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 22px;
  text-transform: uppercase;
  color: #2957a4;
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
}
/* list-ser */
.list-ser .name {
  color: #fff;
  background: #ec981c;
  text-align: center;
  text-transform: uppercase;
  font-family: "Alexander";
  font-size: 17px;
  padding: 8px 10px;
  display: block;
  line-height: 25px;
  min-height: 67px;
}
.list-ser .info {
  /* border: 1px solid #2957a4; */
}
.list-ser li {
  margin-bottom: 90px;
}
.list-cs {
  padding: 20px;
}
.list-cs li {
  display: block;
  color: #2957a4;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.list-cs li:before {
  content : "";
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid #fc3031;
  position: absolute;
  left: 0;
  top: 0;
}
.list-cs li:last-child {
  margin-bottom: 0;
}
/* list-member */
.list-member {
    text-align:center;
}
.list-member p {
    color: #007dc3;
}
.list-member img {
    max-width: 70px;
    display: inline-block;
    margin: 0 auto 10px;
}

.list-service img {
    display: block;
}
.list-service .info {
    background: #fff;
    text-align:center;
}
.ct-close {
    text-align: right;
}
.ct-close i {
    font-size: 24px;
}
.list-service .info a {
    display: block;
    color: #007dc3;
    padding: 10px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    max-width: 274px;
    margin: 0 auto;
}
.list-register a{
    display: block;
    position: relative;
}
.list-register a span {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    padding: 20px 10px;
    left: 0;
    right:0;
    background: rgba(0,0,0,.5);
}

#partner {
    padding: 40px 0;
}
/**/
.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-top:after,.header-top .inner:after {
  display: table;
  content:"";
  clear:both;
}
.logo-left {
  float: left;
  width: 13%;
  margin-right: 6%;
  margin-top: 1.3%;
}
.slogan {
  width: 65%;
  float: left;
  margin-top: 1%;
}
.logo-right {
  float: right;
  width: 10%;
}
.header-top .inner {
  position: relative;
  padding: 10px 0  0;
}
.header-top .inner .logo {
    width: 60%;
    float: left;
    padding-right: 3%;
}
.header-top .inner .image {
    width: 40%;
    float: right;
    margin-bottom: -3%;
}
#formLanguage {
  position: absolute;
  right: 0;
  top: 0;
  background: #007dc3;
  overflow: hidden;
  padding: 0px 10px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#formLanguage ul li {
  float: left;
  margin: 2px;
}
#formLanguage img {
  width: 23px;
}
/* list-plan */
.list-plan .name {
    display: block;
    color: #000;
    padding: 13px 0 10px;
}
.list-plan p {margin-bottom: 9px;}
.time-post {
    font-size: 14px;
    font-style: italic;
}

#tin-tuc {
    background: #eee;
}
/*---------------------*/
img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    max-width: 100%;
}
.clear {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#page{
    overflow: hidden;
    position: relative;
}

.container{
    /* width: 100%; */
    /* max-width: 960px; */
    /* padding: 0 10px; */
    /* margin: 0 auto; */
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.alegreyasans{
    font-family: "Myriad Pro", sans-serif;
    font-weight: 500;
}

body{
}

.ls-bottom-nav-wrapper {
    display: none;
}
/* header */
#header{
    width: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-top: 3px solid #007dc3;
}
.f-nav nav {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    z-index: 123;
}
/* #header:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content:"";
    background: url('images/partem.png') repeat-x bottom;
    height: 12px;
    transform: rotate(180deg);
}
 */
/* .f-nav{
    position: fixed !important;
} */
/* .f-nav ul.wtf-menu li a {color: #000;}
.f-nav ul.wtf-menu li a:hover {color: red;} */

/* Menu style */
.main-menu{float: right;}

ul.wtf-menu{
    font-size: 17px;
}

ul.wtf-menu li{
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
}
ul.wtf-menu li a{
    color: #fff;
    padding: 10px 14px 9px;
    margin: 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    background: #ec981c;
    border-radius: 5px;
    margin: 0 1px;
}
.menu-en ul.wtf-menu li a {
    padding: 12px 9px;
    font-size: 16px;
}
.language {
    position: relative;
    top: 5px;
}
.language li {
    width: 50%;
    float: left;
    padding: 0 5px;
}
/* ul.wtf-menu > li:last-child > a {
    background: #fea700;
    color: #fff !important;
    border-radius: 5px;
}
 */
nav {
}
ul.wtf-menu li a:hover{
    color: #45f99d;
}

.wtf-menu ul{
    width: 300px;
    padding: 11px 0px;
    margin: 0px;
    position: absolute;
    top: 38px;
    left:0px;
    display:none;
    font-size: 14px;
    background: #fff;
    z-index: 234;
    text-transform: none;
}

.wtf-menu ul li a {color: #000;}
.wtf-menu ul li a:hover {}

.bg-sub-menu{
    background: #23282d;
}

.wtf-menu ul ul{
    left: 180px;
    top:0px;
}

.wtf-menu ul li{
    padding: 0px;
    margin: 0px;
    display: block;
    float: none;
    text-transform: none;
}

ul.wtf-menu ul li a{
    padding: 6px 13px;
}

.wtf-menu ul li:last-child{
    border: none;
}

.wtf-menu li:hover > ul{
    display:block;
}

.wtf-menu ul li:hover > ul{
    display:block;
}

a.active-menu{
    color: #fea700 !important;
}

@-webkit-keyframes color_change {
    from { color: #fff; }
    to { color: red; }
}
@-moz-keyframes color_change {
    from { color: #fff; }
    to { color: red; }
}
@-ms-keyframes color_change {
    from { color: #fff; }
    to { color: red; }
}
@-o-keyframes color_change {
    from { color: #fff; }
    to { color: red; }
}
@keyframes color_change {
    from { color: #fff; }
    to { color: red; }
}

.wtf-menu li.flash  a{
    -webkit-animation: color_change 0.1s infinite alternate;
    -moz-animation: color_change 0.1s infinite alternate;
    -ms-animation: color_change 0.1s infinite alternate;
    -o-animation: color_change 0.1s infinite alternate;
    animation: color_change 0.1s infinite alternate;
}


/* gioithieu */
.gioithieu{
    padding-top: 0px;
    padding-bottom: 50px;
    background: #a0b19e;
}

.header-gt{
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
}

.title-gioithieu{
    color: #ffffff;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.col2-gt,.col1-gt {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 45px;
}

.title-gt2{
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: 10px;

}

.col2-gt p,.col1-gt p,.contentz p,.content-slider-group p,.content-tintuc p,.content-pop-nv p{
    margin-bottom: 20px;
}

.col2-gt p:last-child,.col1-gt p:last-child,.contentz p:last-child,.content-pop-nv p:last-child{
    margin-bottom: 0;
}

.contentz table,.edit-content table,.content-slider-group table,.content-tintuc table{
    width: 100% !important;
}

.contentz td,.edit-content td,.content-slider-group td, .content-tintuc td{
    border: 1px solid #c0c3c3;
    padding: 10px;
}

.quyche{
}

.face  {
  padding-top: 60px;
}

/* news-large */
.news-large {
  overflow: hidden;
  margin: 0 -10px 10px;
}
.news-large .image,
.news-large .info {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.news-smalls .name,
.news-large .name {
  margin-bottom: 6px;
  display: block;
  line-height: 21px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.news-smalls {
  overflow: hidden;
  margin: 0 -10px;
}
.news-smalls li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.time-post {
  color: #666;
  font-style: italic;
  margin-bottom: 0;
}
.news-smalls .image {
  width: 30%;
  float: left;
  margin-right: 4%;
}


#to-chuc {clear:both; background: #e1e1e1;}

.title-qc{
    font-size: 40px;
    color: #333333;
    margin-bottom: 45px;
}

.col1-qc{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.paddingright{

}

.title-qc2{
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
    margin-left: 10px;
}

.col1-qc p{
    margin-bottom: 20px;
}

.col1-qc p:last-child{
    margin-bottom: 0;
}

.fix-slider{
    margin-bottom: 65px;
}

.fix-slider .owl-controls{
    position: absolute;
    right: 0;
    top: -50px;
}

.fix-slider .title-qc2{
    margin-bottom: 25px;
}

.fix-slider .owl-theme .owl-dots .owl-dot.active span{
    background: #727773;
}

.fix-slider .owl-theme .owl-dots .owl-dot span{
    background: #e6e6e6;
}

.dk-dt {
    margin-bottom: 50px;
}
.dk-dt a{
    font-family: "Myriad Pro", sans-serif;
    color: #ededed;
    font-size: 28px;
    display: inline-block;
    padding: 17px 84px;
    background: #727773;
    transition: 0.3s;
}
.dk-dt a:hover{
    background: #000;
}

.css3-animated-example h3 + div{
    display: none;
}

.css3-animated-example h3{
    position: relative;
    background: #c0c3c3;
    border-bottom: 1px solid #dadada;
}

.css3-animated-example h3:hover{
    background: #727773;

}

.css3-animated-example h3:hover a{
    color: #ffffff;
}

.css3-animated-example h3:last-child{
    border-bottom: none;
}

.css3-animated-example h3 a{
    color: #000;
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
    display: block;
    padding: 18px 20px;
}

.css3-animated-example h3 i{
    position: absolute;
    right: 20px;
}

.contentz{
    padding: 12px 20px 40px 20px;
    font-size: 16px;
    line-height: 2;
}


.chitiet{
    background: #a0b19e;
    padding-bottom: 20px;
}

.tab2  h3{
    border-bottom: 1px solid #727773;
}

.tab2  h3 a{
    background: #666a66;
    color: #ffffff;
}

.tab2  h3 a:hover{
    background: #595d5a;
}

.tab2 .contentz{
    color: #ffffff;
}

.wapper-download li{
    position: relative;
}

.wapper-download li a{
    color: #dcdbdb;
    display: block;
    line-height: 21px;
    font-size: 18px;
    background: #7e8b8a;
    padding: 15px 22px;
}

.wapper-download li a span{
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 19%;
    right: 14px;
}

.wapper-download ul{
    margin-left: 0;
}

.wapper-download li{
    margin-bottom: 1px;
    list-style: none;
}

.download{
    background: #eee;
}

.title-download{
    font-size: 40px;
    color: #333333;
    margin-bottom: 30px;
}

.content-download{
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 45px;
}
.popup-detail {
    padding: 10px;
    background: #fff;
}
.popup-detail .title-detail {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0;
}
.popup-detail p {
    line-height: 25px;
    margin-bottom: 20px;
}
#fancybox-buttons ul {width: 45px;}
#fancybox-buttons li { display: none;}
#fancybox-buttons li:last-child {display: block;}
.wapper-link-download li a{
    color: #ffffff;
    display: block;
    line-height: 21px;
    font-size: 18px;
    background: #757575;
    padding: 15px 22px;
    overflow: hidden;
}

.wapper-link-download li a:hover{
    color: #fff;
    background:#98a1a1;
}

.wapper-link-download li a span{
    display: inline-block;
    width: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 25px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.wapper-link-download li{
    margin-bottom: 1px;
}

.download-line1{
    font-weight: bold;
}
.wapper-link-download li a .download-line1{
    display: inline-block;
}

.download-line2{
    font-size: 16px;
}

#footer{
    background: #535151  url("images/background-footer.jpg") no-repeat center;
    background-blend-mode: multiply;
    padding-top: 75px;
    padding-bottom: 35px;
    background-size: cover;
    color: #fff;
}

#copyright{
    line-height: 52px;
    background: #fff;
}

#copyright,#copyright a{
    color: #000;
    font-size: 13px;
}

.copyright-right{
    text-align: right;
}

.title-footer{
    color: #e0e0e0;
    font-size: 34px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.border-bot{
    height: 1px;
    background: #e0e0e0;
    width: 89px;
    margin: 0 auto;
}

.content-footer-left,.content-footer-right{
    line-height: 2;
    font-size: 15px;
}
footer .dk {
    margin-top: 25px;
}
.content-footer-left h3,.content-footer-right h3{
    font-size: 19px;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .025em;
    text-align: center;
}

.content-footer{
    margin-bottom: 30px;
}
footer .form-contact input,
footer .form-contact textarea {
    width: 100%;
    background: rgba(255,255,255,.7) !important;
    border-radius: 4px;
}
footer .form-contact .btn {
    width: 100px;
    background: #fea700;
    border: 0;
    height: 40px;
    border-radius: 4px;
}
footer .form-contact .btn:hover {
    opacity: 0.7;
}
.social h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 33px;
}

.social ul li a{
    color: #fff;
}

.social ul li{
    display: inline-block;
    font-size: 27px;
    padding: 0 11px;
}

.new-lk{
    color: #ffffff;
    line-height: 1.2;
    font-size: 12px;
    padding: 0 116px;
}

.thum-lk{
    margin-bottom: 4px;
}

.thum-lk img{
    border: 1px solid #fff;
}
.list-binhchon {
    padding-top: 40px;
}
.list-binhchon h5 {
    margin-top: 15px;
    font-size: 20px;
    color: #31a3ff;
}
.form-binhchon {
    max-width: 950px;
    margin: 0 auto;
}
.form-binhchon .title-bc{
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Alexander";
    color: #ec981c;
}
.form-binhchon input, .form-binhchon textarea {
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
    border: 2px solid #ec981c;
    margin-bottom: 15px;
    padding: 10px;
}
.form-binhchon textarea {
    min-height: 100px;
}
.form-binhchon .buttons-set {
    margin-bottom: 40px;
    text-align: center;
}
.form-binhchon .buttons-set .btn {
    width: 100px;
    padding: 12px 0;
    border-radius: 4px;
    border: 0;
    margin: 0 5px;
    background: #ec981c;
    color: #fff;
    display: inline-block;
}
.form-binhchon .buttons-set .btn:hover {
    opacity: .7;
}
.form-binhchon .buttons-set .btn.send {
    background: #fea700;
    color: #fff;
}
.banner-binhchon {
    margin-top: 65px;
    background: url('images/bg-bc.png') no-repeat center;
    background-size: cover;
    padding: 90px 0;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

#servey .form-binhchon {
  max-width: 500px ;
}

.title-detail {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #007dc3;
    margin: 20px 0 25px;
}

/* slider */
.slider{
    position: relative;
    padding: 0;
}
.slider:after {
    position: absolute;
    /* content:""; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: url('images/partem.png') repeat-x bottom;
    z-index: 12;
}

.content-slider{
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    text-transform: uppercase;
    bottom: 10%;
}

a.link-slider{
    color: #fea700;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 26px;
    font-family: "Myriad Pro", sans-serif;
    background: rgba(255, 255, 255, 0.78);
    border: 3px solid #fea700;
    padding: 23px 23px 21px;
}

a.link-slider:hover{
    background: #fff;
}
.h3-slider span {
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
}
.h3-slider{
    font-size: 33px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-family: "Alexander";
}

/*language*/
.language{
}
.language ul li{
    display: inline-block;
    text-align: right;
}

/* form row */
.row-form input{
    width: 100%;
}

#footer input{
    text-align: center;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}

#footer input[type=submit]{
    border-bottom: none;
    background: url("images/fly.png") no-repeat 50% 50%;
    text-indent: 999999px;
}

.scroll-item{
    position: relative;
    top: -20px;
}

.content-slider-group{
    line-height: 1.5;
    margin-bottom: 30px;
}

.fancybox-skin {
    padding: 8px !important;
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened .fancybox-skin{
    box-shadow:none;
}

.thum-item-tintuc{
    position: relative;
    margin-bottom: 10px;
}

.news-wrap .name {
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 10px;
    line-height: 20px;
}
.news-wrap p {
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.news-wrap .time-post {
    font-style: italic;
    color: #888;
}
.news-wrap .list-small li {
    overflow: hidden;
    margin-bottom: 20px;
}
.news-wrap .list-small li .image{
    float: left;
    width: 40%;
    margin-right: 20px;
}

.date{
    position: absolute;
    bottom: 0;
}

.day {
    background: white;
    color: #f72811;
}
.day, .year {
    padding: 6px 0;
    display: block;
    width: 55px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}
.year {
    background: #f72811;
    color: #ffffff;
}

.title-item-slider-tintuc a{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 12px;
    line-height: 1.2;
}

.title-item-slider-tintuc{
    margin-bottom: 10px;
}

.content-item-slider{
    line-height: 1.5;
    font-size: 14px;
}

.content-tintuc{
    padding: 15px 35px;
    width: 960px;
    height: auto;
    line-height: 1.5;
}

.content-tintuc img,.content-tintuc strong{
    margin-bottom: 20px;
}

.content-tintuc h2{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.popup-nv img{

}

.popup-nv{
    padding: 5px 0px;
}

.content-pop-nv{
    padding-top: 20px;
    line-height: 1.5;
    height: 378px;
    overflow-y: scroll;
}

.thumb-popup{
    position: relative;
}

.cap-popup{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    pointer-events: none;
    text-align: center;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColor=0, endColorStr=#000000 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColor=0, endColorStr=#000000 );
}

.cap-popup{
    font-size: 12px;
    padding: 5px 1px;
}

.cap-popup h5{
    font-weight: bold;
}

.item {
    margin-bottom: 20px;
}

.tax-binhchon-category #header,.single-binhchon #header{
    background: url("images/background-header.jpg");
    background-size: 100%;
}

.single-binhchon .wtf-menu ul,.tax-binhchon-category .wtf-menu ul{
    background: #23282d;
}

#content-binhchon{
    margin-top: 89px;
    background: #dadada;
    padding-top: 87px;
    padding-bottom: 138px;

}

.content-binhchon h1,.content-binhchon h2{
    font-size: 35px;
    color: #333333;
    font-family: "Myriad Pro";
    margin-bottom:40px;
}
.content-binhchon h2 a{
    color: #333333;
}

.item-binhchon{
    padding: 0 15px;
    font-family: "Myriad Pro";
}

.item-binhchon h2{
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
}

.item-binhchon h2 a{
    color: #333333;
}

.thumb-item-binhchon{
    margin-bottom: 30px;
    overflow: hidden;
}

.tacgia{
   /* height: 65px; */
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.binhchontacpham input{
    width: 100%;
    border: none;
    height: 50px;
    background: #727773;
    color: #ffffff;
    font-size: 23px;
    font-family: "Myriad Pro";
}

.main-single-binhchon{
    font-family: "Myriad Pro";
    color: #333333;
    border-top: 1px solid #cccccc;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-single-binhchon h1{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-tacgia{
    font-size: 14px;
    margin-bottom: 25px;
}

.item-gallery{
    margin-bottom: 20px;
    overflow: hidden;
}

.item-gallery img,.thumb-item-binhchon img{
    transition: 0.2s;
}

.item-gallery:hover img,.thumb-item-binhchon:hover img{
    transform: scale(1.1);
}

.content-single-binhchon{
    line-height: 1.5;
    margin-bottom: 35px;
}

.gird-gallery{
    margin-bottom: 65px;
}

.main-binhchon h4{
    font-size: 24px;
    margin-bottom: 20px;
}

.main-binhchon h5{
    margin-bottom: 25px;
}


/*===loading===*/
.loading{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 12343242; background: #fff;}
.loading .top-load{position: absolute; width: 100%; height: 50%; left: 0; top: 0;  
 /*-webkit-animation: fiterop 2s  ease; 
    -moz-animation: fiterop 2s  ease; 
    -ms-animation: fiterop 2s  ease; 
    -o-animation: fiterop 2s  ease;
    animation: fiterop 2s  ease; */
}
.loading .bottom-load{ position: absolute; width: 100%; height: 50%; left: 0; bottom: 0; }
.loading .bg-filter{ position: absolute; width: 100%; height: 100%; background: #000; opacity: 1;}
.loading .bottom-load .load-bar{ height: 2px; position: absolute; top: 0; width: 0; left: 0; background: #fff; z-index: 12;}
.loading .bottom-load .load-bar.active{
  width: 100%; transition: all 2s; -webkit-transition: all 2s; -moz-transition: all 2s; -o-transition: all 2s; -ms-transition: all 2s;
}
.loading #qLlogo { position: absolute; bottom: 30px; text-align: center;left: 0; right: 0; z-index: 12;} 
.loading .bottom-load .bg-filter{ bottom: 0;}









.news-detail {display: none;}

/*===footer===*/
footer p{ margin-bottom: 5px;}
footer{background: #ec981c;color: #fff;}
footer .logo-footer{float: left;}
footer .logo-footer img{ padding-right: 19px; margin-right: 19px; border-right: 1px solid #e5e5e5;}
footer .copyright{color: #6b6b6b; float: left; font-size: 12px;  position: relative; top: -1px} 
footer .copyright p.bl{color: #000;}
footer .ds{ float: right;}
footer .ds .first a:after{content: "|"; margin-left: 13px; color: #000; margin-right: 13px;}
footer .ds .first a{font-weight: bold;}
footer .ds .last{text-align: right;}
footer .left{ float: left;} 
.footer-top p {

}
footer a {
    color: #fff;
}
.footer-top .title-block {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer-top .block:nth-child(2n+1) {
  clear: left;
}
.footer-top {
  border-bottom: 1px solid #fff;
  padding: 15px 0 25px;
}
.footer-bottom {
  padding: 10px 0;
}
.footer-bottom p {margin: 0;}
.footer-bottom .left {

}
.footer-bottom .right {float: right;}

.footer-top {
  padding: 30px 0 21px;
  text-align: center;
}
.footer-top h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 24px;
}
.footer-top h5 {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  padding-top: 14px;
  margin-bottom: 10px;
}
.pagi {padding-top: 10px; text-align: center;}
.pagi span {
  display: inline-block;
  vertical-align: middle;
}
.pagi ul {
  display: inline-block;
  vertical-align: middle;
}
.pagi ul li {
  display: inline-block;
}
.pagi a {display: block; padding: 0 4px;}

@media screen and (max-width: 1199px) {
    .toggle-menu {
        width: 35px;
        margin: 0 auto;
    }
    .list-tab {
        text-align:center;
    }
    .toggle-menu span{
        display: block;
        height: 5px;
        background: #fff;
        margin-bottom: 4px;
    }
    .toggle-menu span:last-child {
        margin-bottom: 0;
    }
    .menu-menu-1-container {
        position: absolute;
        background: #000;
        top: 51px;
        z-index: 123;
        left: 0;
        right: 0;
    }
    header div[class*="col-"] {
        width: auto;
        position: static;
    }
    header .col-md-1 {
        float: right;
    }
    .language {
        width: 80px;
        top: -4px;
        height: 31px;
        overflow: hidden;
    }
    ul.wtf-menu li {
        float: none;
    }
    ul.wtf-menu li a {
        color: #fff;
        padding: 11px 15px !important;
    }
    ul.wtf-menu li {
        border-bottom: 1px solid;
    }
    .menu-menu-1-container {
        display: none;
    }
  .main-menu {
    display: none;
      position: absolute;
    left: 0;
    right: 0;
    background: #000;
    top: 100%;
  }
  nav {padding: 10px 0;}
}


@media screen and (max-width: 991px) {
    .h3-slider{
        font-size: 20px;
        margin-bottom: 5%;
    }
    a.link-slider {
        font-size: 15px;
        padding: 15px;
        border-width: 2px;
    }
    .title-section {font-size: 25px;}
    .footer-bottom .left,
    .footer-bottom .right {width:100%; text-align:center; line-height: 25px;}
}

@media screen and (max-width: 599px) {
    
    .h3-slider{
        font-size: 15px;
        margin-bottom: 2%;
    }
    a.link-slider {
        font-size: 12px;
        padding: 10px;
        border-width: 2px;
    }
  .slogan {display: none;}
  .header-top .inner {padding-right: 0;}
  .logo-right {width: 80px;}
    .logo-left {width: 105px;margin-top: 10px;}
#formLanguage {
  right: auto;
  left: 50%;
  margin-left: -19px;
  padding: 0px 4px 3px;
  }
}
















/*===blumgalery====*/

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* Prevent artifacts in Mozilla Firefox: */ -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content { margin: auto; width: auto; height: auto; max-width: 100%; max-height: 100%; opacity: 1; }

.blueimp-gallery { position: fixed; z-index: 999999; overflow: hidden; background: #000; background: rgba(0, 0, 0, 0.9); opacity: 0; display: none; direction: ltr; -ms-touch-action: none; touch-action: none; }

.blueimp-gallery-carousel { position: relative; z-index: auto; margin: 1em auto; /* Set the carousel width/height ratio to 16/9: */ padding-bottom: 56.25%; box-shadow: 0 0 10px #000; -ms-touch-action: pan-y; touch-action: pan-y; }

.blueimp-gallery-display { display: block; opacity: 1; }

.blueimp-gallery > .slides { position: relative; height: 100%; overflow: hidden; }

.blueimp-gallery-carousel > .slides { position: absolute; }

.blueimp-gallery > .slides > .slide { position: relative; float: left; height: 100%; text-align: center; -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content { -webkit-transition: opacity 0.5s linear; -moz-transition: opacity 0.5s linear; -ms-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear; }

.blueimp-gallery > .slides > .slide-loading { background: url(../img/front/loading.gif) center no-repeat; background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content { opacity: 0; }

.blueimp-gallery > .slides > .slide-error { background: url(../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content { display: none; }

.blueimp-gallery > .prev, .blueimp-gallery > .next { position: absolute; top: 50%; left: 15px; width: 40px; height: 40px; margin-top: -23px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 60px; font-weight: 100; line-height: 30px; color: #fff; text-decoration: none; text-shadow: 0 0 2px #000; text-align: center; background: #222; background: rgba(0, 0, 0, 0.5); -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border: 3px solid #fff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; cursor: pointer; display: none; }

.blueimp-gallery > .next { left: auto; right: 15px; }

.blueimp-gallery > .close, .blueimp-gallery > .title { position: absolute; top: 15px; left: 15px; margin: 0 40px 0 0; font-size: 20px; line-height: 30px; color: #fff; text-shadow: 0 0 2px #000; opacity: 0.8; display: none; }

.blueimp-gallery > .close { padding: 15px; right: 15px; left: auto; margin: -15px; font-size: 30px; text-decoration: none; cursor: pointer; }

.blueimp-gallery > .play-pause { position: absolute; right: 15px; bottom: 15px; width: 15px; height: 15px; background: url(../img/play-pause.png) 0 0 no-repeat; cursor: pointer; opacity: 0.5; display: none; }

.blueimp-gallery-playing > .play-pause { background-position: -15px 0; }

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover { color: #fff; opacity: 1; }

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause { display: block; /* Fix z-index issues (controls behind slide element) on Android: */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); }

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause { display: none; }

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }




































