html,
body {
    height: 100%;
    font-size: 19px;
    color : #ddd;
    font-family: "thaisanslite_r1";
    background: #000000;
    /*background-image: url("/img/bgall.png"); */
    background-repeat: repeat-y;
    background-size: cover;
}

@font-face {
  font-family: 'thaisanslite_r1';
  src: url('/fonts/thaisanslite/thaisanslite_r1.otf');
  src: url('/fonts/thaisanslite/thaisanslite_r1.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/thaisanslite/thaisanslite_r1.ttf') format('truetype'), 
    url('/fonts/thaisanslite/thaisanslite_r1.svg#thaisanslite_r1regular') format('svg');
}

@font-face {
    font-family: 'PSLxDisplay';
    src: url('/fonts/psl/PSLxDisplay.ttf') format('truetype');
  }

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}

.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.wrap {
    height: auto;
    margin: 80px auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 90px 15px 20px;
}

.footer {
    background-color: #000000f9;
    border-top: 1px solid #d5af63;
    padding-top: 20px;
}


.tt_full {
    width: 100%;
}

.tt_l {
    float: left;
}

.footer_social {height: 24px;text-align: center;margin: 15px 0px 0px 0px;}
.footer {min-height: 100px;padding: 0px 0px 0px 0px;}
.copyright_footer {text-align: center;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size: 18px;line-height: 16px;color: #ddd;padding: 10px 0px 2px 0px;} 
.copyright_footer a {color: #ddd;}
.social_footer {
    min-height: 40px;
    text-align: center;
    margin-top: 0px;
}
.menu_list {width: 21.5%;margin: 0% 2% 15px 1.5%;}
.menu_list ul li a {float:left;width:100%;color: #ddd;font-size: 14px;margin: 0px 0px 0px 0px;border-bottom: 1px solid #000;padding: 0px 0px 5px 0px;}
.menu_list ul li:last-child a{border-bottom:0;}
.menu_list ul li a:before{content:"- ";margin-right: 3px;text-decoration: none;}
.menu_list ul li a:hover  {color: #c8b980;padding: 0px 0px 5px 7px;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.menu_list span{float:left;width:100%;color: #deb768;font-size:16px;margin: 0px 0px 10px 0px;}
.menu_list.first,
.menu_list.center{width: 35%;margin: 0% 1% 15px 1.5%;}
.menu_list.first ul li a,
.menu_list.center ul li a {width:48%;margin: 0px 2% 5px 0px;}

.bar {
    height: 27px;
    margin: 20px 0px 20px 0px;
    text-align: center;
    padding: 3px 0px 3px 0px;
}
.bar_f {
    background-color: transparent;
    height: 10px;
    margin: 0px 0px 30px 0px;
}
.social_line {
    background-image: url(/img/ico-line.png);
}
.social_fb {
    background-image: url(/img/ico-fb.png);
}
.social_fb, .social_line {
    display: inline-block;
    padding: 10px 0px 0px 50px;
    font-size: 14px;
    color: #ddd;
    min-height: 40px;
    background-repeat: no-repeat;
    background-position: 8px center;
}
@media screen and (max-width: 960px){
    .menu_list.first, .menu_list.center, .menu_list {
        width: 32%;
        margin: 0% 0% 15px 1%;
        min-height: 180px;
    }
    
    .menu_list span {
        color: #333;
        font-size: 16px;
        border-right: 1px solid #ccc;
        padding: 8px 0px 8px 0px;
        text-align: center;
        background: #f9f9f9;
        background: -moz-linear-gradient(top, #f9f9f9 17%, #cccccc 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 17%,#cccccc 100%);
        background: linear-gradient(to bottom, #f9f9f9 17%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0);
    }
    .menu_list.first ul li a, .menu_list.center ul li a {
    width: 100%;
}
}

@media screen and (max-width: 480px){
    .menu_list.first, .menu_list.center, .menu_list {
        width: 94.4%;
        margin: 0% 0% 25px 2.9%;
        min-height: 0px;
    }
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.nav-black {
    background: #111111e6;
    border: none;
}

.lineat{
    position: absolute;
    bottom:1px;
    right: 16px;
    z-index: 1000;
    width: 150px;
}

.caption-heading {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 30px;
    z-index: 100;
    line-height: 1.6em;
    text-align: center;
}
.caption-heading h2 {
    color: #e5d491;
    font-size: 2.5em;
}
.caption-heading p {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #FFF;
}
.caption-heading-right {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 30px;
    z-index: 100;
    line-height: 1.6em;
    text-align: center;
}
.caption-heading-right h2 {
    color: #deb768;
    font-size: 2.5em;
}
.caption-heading-right p {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #FFF;
    margin: 0 0 20px 0;
}
.news-topic h5 a{
    margin-top: 0;
    color: #deb768;
}
.news-topic img{
    margin: 0 0 10px 0;
}
.news-topic .text-caption{
    font-size: 11px;
    color: #616161;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0 0 20px 0;
}
/**/
.black-bg{
    background: #111111;
    border-bottom: #deb768 1px solid;
}
.bank-logo{
    font-size: 4em;
    color: #FFF;
}
/**/
.logo {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
}
.top-nav{
    padding: 5px 0;
}
.top-nav a{
    font-size: 12px;

    color: #9e9e9e;
}
.model-group{
    padding: 10px;
    border: #616161 1px solid;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.list-white{
    color: #bdbdbd;

    padding: 0 0 0 10px;
    font-size: 12px;
}
.text-overlay{
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 20px;
    z-index: 20;
}
.top-contact{
    color: #deb768;
    font-size: 16px;
    
    margin: 0;
}
/**/
.banner-holder{
    overflow: hidden;
    position: relative;
}
.banner-holder img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
}
.banner-holder .title-banner{
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0%;
    z-index: 100;
    text-align: center;
    color: #FFF;
    height: 100%;
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
}
.banner-holder .title-banner a:hover{
    background: #FFFFFF;
    text-decoration: none;
    color: #000;
}
.banner-holder:hover .title-banner{
    z-index: 100;
    -webkit-filter: blur(0); /* Safari */
    filter: blur(0);
    opacity: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
}
.banner-holder:hover .title-banner img{
    opacity: 1!important;
    -webkit-filter: blur(0); /* Safari */
    filter: blur(0);
}
.banner-holder img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
.banner-holder:hover img{
    opacity: 0.6;
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
}
/**/
.img-holder .hover-text-link{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
    width: 100%;
    height: 0;
    text-align: left;
    opacity: 0;
    padding: 20px;
    color: #bdbdbd;
}
.img-holder a{
    color: #FFF;
}
.img-holder:hover .hover-text-link{
    z-index: 100;
    -webkit-filter: blur(0); /* Safari */
    filter: blur(0);
    opacity: 1;
    left: 0;
    background: rgba(0,0,0,0.8);
    height: 100%;
}
.img-holder img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img-holder:hover img{
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.detail-caption{
    margin: 10px 0;
    border-top: #CCC 1px solid;
    padding: 10px 0;
}
/*title*/
.h_logo {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 1200;
    margin: 10px 0;
}
.h_logo img{
    width: auto;
    height: 70px;
    
}
.h_gold {
    color: #deb768;
    margin: 20px 0 20px 0;
    font-family: "Prompt";
}
.h_gold_sub {
    color: #deb768;
    margin: 0;
}
/*paragraph*/
.p_grey {
    color: #9e9e9e
}
.normal_text {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.normal_text_large {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
/*space*/
.p0 {
    padding: 0;
}
.ptb20 {
    padding: 20px 0;
}
.m0 {
    margin: 0;
}
.mt10 {
    margin: 10px 0 0 0;
}
.mt20 {
    margin: 20px 0 0 0;
}
.mt40 {
    margin: 40px 0 0 0;
}
.mt50 {
    margin: 50px 0 0 0;
}
.mt100 {
    margin: 100px 0 0 0;
}
.mt130 {
    margin: 130px 0 0 0;
}
.mb25{
    margin: 0 0 25px 0;
}
/**/
.img-holder {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.img-holder img {
    width: 100%;
    height: auto;
    float: left;
}
/**/
.over-text{
    width: 60%;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.over-text p{
    color: #FFF;
}
.title-slide{
    color: #deb768;
}
.sub-title{
    color: #FFF;
    font-weight: 100;
}
.btn-more{
    font-size: 14px;
    border: #EBEBEB 1px solid;
    color: #FFF;
    text-shadow: none;
    padding: 5px 20px;
    background: none;
}
.btn-more:hover{
    background: #000;
    color: #FFF;
    border: #424242 1px solid;
}
.btn-more-red{
    font-size: 14px;
    border: #EBEBEB 1px solid;
    color: #FFF;
    text-shadow: none;
    padding: 5px 20px;
    background: none;
}
.btn-more-red:hover{
    background: #e53935;
    color: #FFF;
    border: #ef5350 1px solid;
}
.tab-register{
    margin: 0 0 20px 0;
    border-bottom: #deb768 1px solid;
}
.tab-register a{
    color: #FFF;
    font-size: 12px;
}
.tab-register a:hover{
    color: #000;
    border: none;
}
/**/
.p0 {
    padding: 0
}
.p10 {
    padding: 10px
}
/**/
footer {
    padding: 20px 0;
}
.text-footer {
    color: #616161;
    font-size: 12px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0;
}
/**/
.left {
    float: left;
}
.right {
    float: right;
}
.side-bar {
    border: #212121 1px solid;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
.fix-h {
    position: fixed;
    z-index: 1200;
    top: 0;
    width: 100%;
}
.btn-call-now {
    min-height: 50px;
    background: #212121;
    float: left;
    padding: 15px 20px;
    color: #deb768;
    border-top: #424242 1px solid;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}
.btn-call-now:hover {
    background: #424242;
    color: #EBEBEB;
    text-decoration: none;
}
.btn-call-faq {
    min-height: 50px;
    background: #e53935;
    float: left;
    padding: 15px 20px;
    color: #FFF;
    border-top: #ef5350 1px solid;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}
.btn-call-faq:hover {
    background: #d32f2f;
    color: #FFF;
    text-decoration: none;
}
.bottom-btn {
    float: left;
    margin: 0;
    padding: 0;
}
.bottom-btn li {
    list-style: none;
    float: left;
    border-right: #000 1px solid;
}
/**/
.btn-register {
    border: #c62828 1px solid;
    padding: 10px 30px;
    color: #FFF;
    background: #e53935;
    font-weight: 500;
    font-size: 1.5em;
    width: 50%;
    text-align: center;
}
.btn-register:hover {
    text-decoration: none;
    color: #000;
    background: #FFF;
    border: #FFF 1px solid;
}
/**/
.list-entrance {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.list-entrance li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: #424242 1px solid;
}
.list-entrance li:last-child {
    border: none;
}
.list-entrance li a {
    padding: 2% 5%;
    color: #FFF;
    float: left;
    width: 100%;
}
.list-entrance li a:hover {
    color: #EBEBEB;
    background: #424242;
    text-decoration: none;
}
.content-intro{
    padding: 20px 0;
    float: left;
}
.banner{
    float: left;
    width: 100%;
    padding: 8px 0;
}
.banner-score{
    margin: 20px 0;
    border: #000 1px solid;
    float: left;
    width: 100%;
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;



    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #8e9eab , #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #8e9eab , #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.row-wide{
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: #EBEBEB 1px solid;
}
.row-wide:last-child{
    border: none;
}
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}
/*************************
EXAMPLES 2-7 BELOW 
**************************/

/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.example2 .navbar-brand>img {
    padding: 7px 15px;
}
/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
    height: 80px;
}
.example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}
/* EXAMPLE 4 - Small Narrow Logo*/
.example4 .navbar-brand>img {
    padding: 7px 14px;
}
/* EXAMPLE 5 - Logo with Text*/
.example5 .navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.example5 .navbar-brand>img {
    padding: 7px 14px;
}
/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand {
    background: url(../../res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
}

/* EXAMPLE 8 - Center on mobile*/
@media only screen and (max-width : 768px) {
    .example-8 .navbar-brand {
        padding: 0px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }
    .example-8 .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 7px 14px;
    }
    .space-mobile{
        margin: 0 0 20px 0
    }
    .img-holder:hover .hover-text-link{
        height: 100%
    }
}
/* EXAMPLE 8 - Center Background */
.example-8 .navbar-brand {
    background: url(../../res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.brand-centered .navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 15px;
    margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}
.row-section {
    float: left;
    margin: 0 -15px 20px;
}
.btn-enter {
    padding: 5px 20px;
    margin: 10px;
    color: #000;
    background: #deb768;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-enter:hover{
    text-decoration: none;
}
.text-read{
    font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    color: #9e9e9e;
}

.text-light-green{
    color: #00ff82;
}
.text-light-blue{
    color: #00c0ff;
}

.text-light-red{
    color:#ff0000;
}
@media screen and (max-width: 991px) {
    .lineat{
            width: 100px;
        }
}
@media screen and (max-width: 1024px) {
    .h_logo img {
        height: 70px;
        width: auto;
    }
    .navbar{
        min-height: 0;
    }
    .navbar-nav > li > a{
        padding: 5px 10px;
    }
    
    

}

@media screen and (max-width: 680px) {
   .lineat{
        position: fixed;
        top:20px;
        right: 31px;
        z-index: 2000;
        width: 55px;
    } 
}
@media screen and (max-width: 767px) {
    .navbar-header{
        height: 78px;
    }
}  
@media screen and (max-width: 768px) {
    

    .caption-heading h2, .caption-heading-right h2 {
        font-size: 4.5em;
    }
    .h_gold{
        margin: 10px 0 20px 0;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-left{
        margin: 50px 0 0 0;
    }
    .over-text{
        left: 5px;
        width: 65%;
    }
    .over-text p{
        color: #FFF;
    }
    .btn-enter{
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
    }
    .normal_text{
        font-size: 12px;
    }
    .h_logo{
        margin: 0 auto;
        float: none;
        position: absolute;
        width: 50%;
        left: 25%;
    }

    .nav-black {
        padding: 5px 0;
    }
    .h_logo img {
        height: 70px;
        width: auto;
    }
    .p0 {
        padding: 0;
    }
    .m0 {
        margin: 0;
    }
    .mt10 {
        margin: 10px 0 0 0;
    }

    .mt20 {
        margin: 20px 0;
    }

    .text-xs-center {
        text-align: center;
    }
    .left {
        width: 100%;
        text-align: center;
    }
    .right {
        width: 100%;
        text-align: center;
    }
    .bottom-btn {
        width: 100%
    }
    .bottom-btn li {
        width: 50%
    }
    .btn-call-now, .btn-call-faq {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .caption-heading-right, .caption-heading-left {
        width: 80%;
        bottom: 100px;
        left: 10%;
        top: auto;
        font-size: 20px;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .caption-heading-right h2, .caption-heading-left h2 {
        line-height: 2em;
    }
    .caption-heading-right p, .caption-heading-left p {
        display: none;
    }
    .btn-register {
        width: 100%;
        padding: 20px 30px;
        line-height: 1.6em;
        font-size: 2em;
    }
    .text-read{
        margin: 0 0 10px 0;
    }
}
.navbar-default {
    webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #cfcfcf;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #deb768;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #deb768;
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d4ae64;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #000;
}

@media screen and (max-width: 800px){
    .h_logo {
        margin: 10px 0;
        text-align: center;
    }
}

@media (min-width: 768px){
    .navbar-nav {
        margin: 7.5px -15px;
    }
}

@media (min-width: 768px){
    .navbar-nav > li > a {
        padding-top: 10px; 
        padding-bottom: 10px; 
    }
    .nav-black {
        padding: 0px 0;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
}

        .container {
            max-width:970px;
        }
        
        .news-topic{
            height: 180px;
            overflow: hidden;

        }
        .carousel-control.left,.carousel-control.right {
            align-items: center;
            display: flex;
            text-align: center;
            justify-content: center;
        }
        .carousel-control {
            width: 4%;
            font-size: 50px;
        }
        .carousel-indicators {
            bottom: 0px;
            
        }
        
        .carousel-indicators .active {
            height: 5px;
            margin: 1px;
            background-color: #ff930d;
        }

        .carousel-indicators li {
            height: 5px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: rgb(255, 255, 255);
            border: 0px solid #fff;
            border-radius: 1px;
        }
        @media screen and (min-width: 768px){
            .carousel-indicators {
                bottom: 0px;
            }
        }

        @media screen and (max-width: 800px){
            .left {
                width: 15%;
                text-align: center;
            }
            .right {
                width: 15%;
                text-align: center; 
            }
        }
        .title_page {
            margin-bottom: 0px;
            margin-top: 0px;
            padding: 5px 10px 5px 10px;
            background-color: #E1E1E1;
        }
        .title_page h1, .title_page h2 {
            color: #000;
            line-height: 28px;
            font-size: 28px;
            font-weight: bold;
        }
        hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #151515;
        }
        
        figure {
            position: relative;
        }
        
        figure::before {
            position: absolute;
            top: 0;
            left: -100%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }
         .figure::before {
            -webkit-animation: shine 2s ;
            animation: shine 2s ;
        }
        
        figure:hover::before {
            -webkit-animation: shine 2.50s;
            animation: shine 2.50s;
        }
        @-webkit-keyframes shine {
                100% {
                        left: 125%;
                }
        }
        @keyframes shine {
                100% {
                        left: 125%;
                }
        }