/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset, img {
    border: none;
}

li {
    list-style-position: inside;
    list-style: none;
}

body {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Nunito', Helvetica, sans-serif;
    position: relative;
    color: #272727;
}

* {
    padding: 0;
    margin: 0;
}

.header > img {
    max-width: 100%;
}

.navigation {
    background: #ffce84 none repeat scroll 0 0;
}

.menu {
    margin: 0;
}

    .menu li {
        float: left;
        position: relative;
    }

.navigation .visible-lg .active a, .navigation .visible-lg li:hover > a, .navigation .visible-lg a:hover {
    background: #e6ac56;
    color: #222;
}

.menu a {
    color: #222;
    display: block;
    padding: 8px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.navigation .visible-lg ul ul {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 36px;
    background: #e6ac56;
    left: 0;
}

.navigation .visible-lg li.parent:hover ul {
    display: block;
}

.navigation ul {
    margin: 0;
}

.navigation .visible-lg li.parent li a:hover {
    color: red;
}

.navigation .visible-lg li.parent li a {
    text-transform: none;
    font-weight: normal;
    background: url(../images/bglidrop.png) repeat-x center bottom;
}

.navigation .visible-lg .parent li {
    margin: 0 10px;
    width: 88%;
    text-align: left;
}

.dropdown-menu li {
    width: 100%;
    background: #e6ac56;
}

.nav > li:hover {
    background: none;
}



.visible-sm .head-right {
    right: 0;
    position: absolute;
    top: 3px;
    width: 90%;
}

.dday.col-sm-4.col-xs-4 {
    white-space: nowrap;
    padding-top: 9px;
}

.navigation .visible-xs.visible-sm {
    position: relative;
    padding: 3px 0;
}

.dday.col-md-5 {
    padding-right: 0;
}

.dday.col-md-5 {
    color: #fff;
    padding-top: 7px;
    float: left;
}
    .slideshow h3 {
        border-bottom: 1px solid #d4d4d4;
        color: #E62329;
        font-size: 20px;
        margin: 0;
        padding: 10px 17px;
        text-transform: uppercase;
        background-color: #ffc474;
    }
    .slideshow .container{
        padding:0!important;
        margin:0 !important;
    }
    .slideshow .container .category {
        padding: 0 !important;
        width:100%
    }
    .slideshow .list-cat {
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .slideshow .category ul {
        margin: 0;
        padding: 0px;
        text-align: justify;
    }

.category a {
    color: #fff;
    font-size: 1.1rem;
    text-align: justify;
    display: block;
    background: #0389f1;
    padding: 10px 10px 10px 15px;
    border:0.5px solid #fff
}

    .category a:hover {
        background: #0151bf;
    }
.sidebar.open{
    position:static
}
.category li {
    position: relative;
}
.category a:hover
{
    color:#fff
}
.category li:hover {
    background-color: #F1F1F1;
}

    .category li:last-child {
        border: none;
    }

.category .visible-lg ul ul {
    position: absolute;
    z-index: 9999;
    background: #0389f1;
    left: 100%;
    top:0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

    /*.category .visible-lg ul ul:before {
        content: "\f0d9";
        font-family: FontAwesome;
        font-size: 20px;
        color: #7b7b7b;
        left: -8px;
        position: absolute;
    }*/

.category ul ul a {
    white-space: nowrap;
}

.category .visible-lg ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    background: #0389f1;
    left: 100%;
    border: 1px solid #7b7b7b;
}

.category .visible-lg li.parent:hover > ul {
    opacity: 1;
    visibility: visible;
}

.category .visible-lg li.parent-child:hover ul {
    visibility: visible !important;
    opacity: 1;
}

.navigation ul {
    margin: 0;
}

.category li.parent li a:hover {
    background: #0151bf;
}

.category li.parent li a {
    color: #fff;
    font-size: 1.1rem;
    text-align: justify;
    display: block;
    padding: 10px 10px 10px 15px;
}

.slideshow .category ul.dropdown-menu {
    padding: 0;
}

.category .parent ul.dropdown-menu li {
    margin: 0;
    width: 100%;
    padding-left: 15px;
}

.category .visible-xs .dropdown-menu > li > a {
    color: #333333;
}

.category .visible-xs .dropdown-menu > li {
    background: url(../images/bgli.png) no-repeat 13px 13px transparent;
}

    .category .visible-xs .dropdown-menu > li > a {
        padding: 0 15px;
    }

.category .visible-sm .dropdown-menu {
    float: none;
}

.category .parent li {
    min-width: 200px;
    position: relative;
}

.category .parent-child ul.dropdown-menu li {
    padding-left: 20px;
    background: url(../images/arrow.png) no-repeat 20px 13px transparent;
}

.parent-child ul.dropdown-menu {
    display: block;
}

#bx-pager {
    bottom: 11px;
    position: absolute;
    right: 50px;
}

    #bx-pager .active img {
        border: 1px solid #fff;
        opacity: 1;
    }

    #bx-pager > a {
        background: #000 none repeat scroll 0 0;
        display: inline-block;
    }

    #bx-pager img {
        background: #000 none repeat scroll 0 0;
        opacity: 0.5;
    }

.slide.col-md-9 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.slide .bx-wrapper {
    position: static;
}

.category.col-md-3 {
    margin-bottom: 30px;
}

.imgmod {
    float: left;
    margin-right: 10px;
    width: 62px;
}

.module {
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.moduleAdvertising {
    margin-bottom: 30px;
}

    .moduleAdvertising img {
        width: 100%;
    }

.module > h3 {
    border-bottom: 1px solid #d4d4d4;
    color: #E17E00;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.module h3 span {
    font-size: 15px;
    text-transform: none;
}

.module .bx-wrapper {
    max-width: 100% !important;
    padding: 15px 20px 40px;
    width: 100% !important;
}

.dtmod > img {
    float: left;
    margin-right: 5px;
    max-width: 100%;
    padding-top: 3px;
    width: auto !important;
}

.module a {
    color: #333333;
    font-size: 15px;
}

.dtmod {
    color: #7f0c0c;
    font-size: 13px;
    margin-top: 3px;
    overflow: hidden;
}

.module .slider8 li {
    border-bottom: 1px dotted #7b7b7b;
    display: inline-block;
    overflow: hidden;
}

.module .slider8 li {
    border-bottom: 1px dotted #7b7b7b;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 10px;
}

.module .bx-wrapper .bx-pager {
    display: none;
}

.module .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.module .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0 !important;
    left: 40%;
}

.module .bx-wrapper .bx-next {
    left: 52%;
    background: url(../images/next.png) no-repeat !important;
}

.module .bx-wrapper .bx-controls-direction a {
    bottom: 11px;
    height: 24px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 24px;
    z-index: 9999;
}

.module img {
    width: 100%;
}

.ctonline {
    padding: 10px 15px 20px;
}

    .ctonline img {
        width: auto;
    }

    .ctonline div {
        border-bottom: 1px dotted #a5a5a5;
        padding: 7px 0;
    }

    .ctonline span {
        float: right;
        font-weight: bold;
    }

    .ctonline img {
        margin-right: 5px;
    }

.list-link select {
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
    width: 100%;
}

.list-link {
    padding: 20px;
}

.img-main img {
    margin-bottom: 15px;
    width: 100%;
}

.info-main a {
    color: #0066cc;
    font-size: 16px;
    font-weight: bold;
}

.modhome {
    margin-bottom: 30px;
    position: relative;
}

    .modhome > h3 {
        border-bottom: 1px solid;
        color: #E17E00;
        font-size: 24px;
        margin-top: 3px;
        padding-bottom: 6px;
        text-transform: uppercase;
    }

    .modhome h3 span {
        border-bottom: 5px solid;
        padding-bottom: 3px;
        padding-left: 0px;
        padding-right: 20px;
        vertical-align: bottom;
    }

.modhct {
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    padding: 3px;
}

.home-main.col-md-6 {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}

.m-date {
    color: #272727;
    font-size: 13px;
    margin: 9px 0;
}

.m-des {
    line-height: 23px;
}

.home-list.col-md-6 {
    padding: 15px;
}

.l-img {
    float: left;
    margin-right: 10px;
    width: 94px;
}

.home-list.col-md-6 li {
    border-bottom: 1px dotted #717171;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.home-list a {
    color: #272727;
}

.indate {
    color: #E17E00;
    font-size: 13px;
    margin-top: 5px;
}

.home-list.col-md-6 li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.home-list.col-md-6 > ul {
    margin: 0;
}

.modhome.gallery {
    background: #ffce84none repeat scroll 0 0;
    padding: 1px;
    overflow: hidden;
    position: relative;
}

.gl-title {
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.gl-list {
    background: #fff;
    padding: 15px;
}

.gl-title.col-md-1 {
    padding: 10px 0;
}

.arrow-right {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffc474;
    border-top: 6px solid transparent;
    height: 0;
    left: 8.3%;
    position: absolute;
    top: 40%;
    width: 0;
    z-index: 99;
}

.view-home {
    position: absolute;
    right: 0;
    top: 10px;
}

    .view-home > a {
        color: #E17E00;
        font-size: 18px;
        text-decoration: underline;
    }

.gl-list .slider1 img {
    max-width: 100%;
}

.hometext {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 15px 0;
}

.t-title > a {
    color: #0066cc !important;
    font-size: 15px;
    font-weight: bold;
}

.t-date {
    color: #E17E00;
    font-size: 13px;
    margin: 10px 0;
}

.t-info {
    line-height: 24px;
    margin-bottom: 10px;
}

.t-list.col-md-6 > h3 {
    border-bottom: 1px solid;
    color: #E17E00;
    font-size: 14px;
    margin: 0 0 10px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.t-list.col-md-6 li {
    border-bottom: 1px dotted #E17E00;
    list-style: outside url("../images/bgli.png") disc;
    margin-left: 15px;
    padding: 5px 0;
}

.hometext a {
    color: #272727;
}

.t-list.col-md-6 {
    border-left: 1px dotted #b6b6b6;
    position: relative;
}

.t-more {
    position: absolute;
    right: 25px;
    top: -4px;
}

    .t-more > a {
        color: #E17E00 !important;
        text-decoration: underline;
    }

.t-list.col-md-6 li:last-child {
    border: medium none;
    padding-bottom: 0;
}

.t-list.col-md-6 ul {
    margin: 0;
}

.footer {
    background: #eeeeee none repeat scroll 0 0;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
}

.right.col-md-6.col-sm-6 {
    text-align: right;
}

.footer .col-xs-12 {
    text-align: center;
}

.faq-top > h3 {
    color: #E17E00;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.faq-top p {
    margin-bottom: 0px;
    color: #000000;
}

.sendfaq a {
    background: #E17E00 none repeat scroll 0 0;
    float:right;
    margin-right:15px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 15px;
    text-transform: uppercase;
}
    .sendfaq a:hover {
        background: #e6ac56;
    }
    .sendfaq img {
        display: inline-block;
        margin-left: 5px;
    }

.sendfaq {
    margin-top: 20px;
}

.faq-list > h3 {
    background: #efefef none repeat scroll 0 0;
    border-top: 1px solid #E17E00;
    color: #0687DE;
    font-size: 18px;
    margin-top: 40px;
    padding: 15px 20px 18px;
    text-transform: uppercase;
}

.fl-number {
    /*float: right;*/
    margin-right: 15px;
    background: #E17E00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 22px !important;
}

.f-label {
    text-align: left;
    line-height: 33px;
}

.f-input.col-md-8.col-sm-8.col-xs-8 {
    margin-bottom: 5px;
    padding-left: 0;
}

.f-input input {
    border:1px solid rgb(169, 169, 169);
    padding: 5px 10px ;
    width: 70%;
}

select {
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    width: 50%;
}

.f-text {
    margin-bottom: 15px;
}

.address .f-input input {
    border: 1px solid rgb(169, 169, 169);
    padding: 5px 10px;
    width: 100%;
}

.f-input button {
    background: #75ae32 none repeat scroll 0 0;
    border-color: #86b54f -moz-use-text-color #6b943d;
    border-style: solid none;
    border-width: 2px medium;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px;
}

.f-row {
    overflow: hidden;
}

.f-input.col-md-8.col-sm-8.col-xs-8 {
    margin-bottom: 5px;
    padding-left: 0;
}

.button {
    background: #e6ac56 none repeat scroll 0 0;
    border-color: #86b54f -moz-use-text-color #6b943d;
    border-style: solid none;
    border-width: 2px medium;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px;
    width: auto;
}

.div-toan-doger {
    width: 97%;
    float: left;
    border: 1px dotted #ccc;
    padding: 10px;
}

.div-title-dch {
    text-transform: uppercase !important;
    background-color: transparent !important;
    color: #A50000 !important;
    background: url("img/iconTitle.jpg") no-repeat left 2px;
    padding-left: 20px !important;
    padding-top: 0px !important;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
}

.title-news {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-align: justify;
}
.post-date{
    margin-bottom:15px;
}

.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #363670 url(Images/grid-header.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.footer_address {
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 3px 0;
    color: #fff;
    border-top: solid 1px #fff;
    background: #800000;
}

.h_address {
    color: #fff;
}

    .h_address:hover b {
        color: #E17E00;
    }


.img_footer {
    margin-bottom: 38px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
    padding-right:15px;
}
