body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header {
    background-color: #005180;
}

.quick-menu {
    margin: 5px 0px 0px 0px;
    float: right;
}

    .quick-menu li {
        display: inline-block;
        font-size: 12px;
        padding: 0px 15px;
        border-right: 1px solid #FFF;
        line-height: 12px;
    }

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

        .quick-menu li a {
            color: #fff;
        }

.logo {
    float: left;
    display: block;
    padding-left: 28px;
    margin-bottom: 10px;
}

    .logo img {
        height: 90px;
    }

.logo-text {
    display: block;
    float: left;
    color: #fff;
    padding-top: 25px;
    padding-left: 10px;
}

    .logo-text h3 {
        font-size: 22px;
        margin: 0px;
        padding: 0px;
    }

    .logo-text h4 {
        font-size: 18px;
        margin: 0px;
        padding: 3px 0px;
        font-weight: normal;
    }

    .logo-text a {
        color: #fff;
        text-decoration: none;
    }

.search-box {
    padding-top: 30px;
    float: right;
}

    .search-box .search-input {
        border: none;
        font-size: 13px;
        padding: 5px 10px;
        color: #444;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        float: left;
        display: inline-block;
        min-width: 330px;
        height: 24px;
    }

    .search-box .search-button {
        background: #FA7D37;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        height: 24px;
        border: none;
        color: #fff;
        padding: 0px 10px;
    }


/* navigation */

.navbar-default {
    background: none;
    border: none;
    color: #fff;
    min-height: auto;
    margin-bottom: 0px;
}

    .navbar-default a {
        color: #fff !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

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

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 10px 3px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: block;
    }

        .navbar-default .navbar-nav > li > a:hover {
            text-decoration: none;
            background-color: #FA7D37 !important;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #FA7D37 !important;
        color: #fff;
    }

.dropdown-menu {
    background-color: #FA7D37 !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: solid thin #D16831;
}

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #1887c7;
    }

.navbar-nav .dropdown > a {
    padding-right: 20px !important;
}

    .navbar-nav .dropdown > a:after {
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        text-decoration: inherit;
        background-position: right top;
        position: absolute;
        color: #fff;
        content: "\e252";
        padding-top: 4px;
        padding-left: 2px;
    }


.navbar-nav > li > ul > li {
    position: relative;
}

    .navbar-nav > li > ul > li:hover>ul {
        display: block;
    }

    .navbar-nav > li > ul > li > ul {
        position: absolute;
        top: 0px;
        left: 199px;
        display: none;
    }


/*fix dropdown toggle*/

.nav .dropdown:hover {
    background-color: #FA7D37 !important;
}

    .nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu {
    margin-top: 0px;
    min-width: 200px;
}

.orange-line {
    background-color: #fa7d37;
    height: 2px;
}

.ilovehlu {
    display: block;
    padding-top: 3px;
    padding-bottom: 4px;
}


/*SWIPER SLIDER*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container,
.swiper-container2 {
    width: 100%;
    height: 100%;
    box-shadow: -60px 1px 100px -90px #000000, 60px 1px 100px -90px #000000;
}

.swiper-slide img {
    width: 100%;
    max-height: 400px;
}
.swiper1_home img{ max-height: 345px; }
.swiper-button-prev {
    color: #fff;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next,
.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next {
    display: none;
}

.swiper2:hover .swiper-button-prev,
.swiper2:hover .swiper-button-next,
.swiper3:hover .swiper-button-prev,
.swiper3:hover .swiper-button-next {
    display: block;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
}

.swiper1 .swiper-button-prev,
.swiper3 .swiper-button-prev,
.swiper1 .swiper-button-next,
.swiper3 .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    width: 30px;
    height: 50px;
}

/* END SLIDER*/

.center-menu-box {
    width: 980px;
    height: 86px;
    background-color: #005180;
    margin: -60px auto 0px;
    position: relative;
    z-index: 888;
}

.clear {
    clear: both;
}

.center-menu-box ul {
    list-style: none;
    padding-left: 25px;
}

    .center-menu-box ul li {
        padding-top: 20px;
        padding-right: 10px;
        display: inline-block;
        background: url("../images/dtline.png");
        background-position: right center;
        background-repeat: no-repeat;
        height: 86px;
    }

        .center-menu-box ul li:last-child {
            background: none;
        }

        .center-menu-box ul li img {
            margin-right: 10px;
            margin-left: 10px;
        }

        .center-menu-box ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            float: right;
            text-align: right;
            margin-left: 5px;
            text-decoration: none;
        }

            .center-menu-box ul li a:hover {
                color: #FA7D37;
            }

.main-space {
    background: url("../images/pt.jpg");
    background-repeat: repeat;
    min-height: 100px;
    padding-bottom: 20px;
}

.bg-space, #menu {
    background-color: #022e49;
}

.content-space {
    background-color: #ffffff;
    padding-top: 15px;
}

.block-news .block-title a,
.block-news .block-title span {
    font-size: 24px;
    font-family: Times New Roman;
    padding-bottom: 5px;
    display: block;
    border-bottom: solid thin #dfdfdf;
    color: #4c4c4c;
    text-decoration: none;
}

.block-news .block-title.small a {
    font-size: 20px;
}

.item-news {
    padding-bottom: 20px;
    border-bottom: solid thin #dfdfdf;
}

    .item-news .thumb {
        float: left;
        margin-right: 10px;
        background: url("../images/thumb-bg.png");
        width: 135px;
        height: 104px;
        display: block;
        padding: 0px;
        overflow: hidden;
    }

        .item-news .thumb img {
            width: 131px;
            height: 100px;
        }

    .item-news h2,
    .item-news h2 a {
        font-size: 14px;
        color: #333333;
        text-decoration: none;
        line-height: 19px;
    }

        .item-news h2 a:hover {
            color: #fa7d37;
        }

    .item-news .time {
        color: #898989;
    }

.block-news .view-more {
    font-size: 13px;
    color: #898989;
    text-align: right;
    display: block;
    margin-top: 10px;
}

.swiper2 {
    padding-left: 40px;
    padding-right: 40px;
}

.gallery-border {
    background: url("../images/gallery-border.png");
    display: block;
    height: 231px;
    width: 327px;
    padding-left: 1px;
    padding-top: 1px;
}

    .gallery-border .galley-item {
        position: relative;
    }

        .gallery-border .galley-item .caption {
            position: absolute;
            bottom: 0px;
            background-color: rgba(0, 0, 0, 0.6);
            width: 98%;
            color: #D1DAD9;
            font-size: 11px;
            padding: 5px;
        }

.list-news li a {
    font-size: 13px;
    color: #454545;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: dashed thin #dfdfdf;
}

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

    .mini-pagination .pagination {
        margin-top: 15px;
    }

        .mini-pagination .pagination > li > a,
        .mini-pagination .pagination > li > span {
            padding: 1px 5px;
            color: #c4c4c4;
        }

    .mini-pagination > .active > a,
    .mini-pagination > .active > a:focus,
    .mini-pagination > .active > a:hover,
    .mini-pagination > .active > span,
    .mini-pagination > .active > span:focus,
    .mini-pagination > .active > span:hover {
        background-color: #989898;
        color: #fff !important;
        border-color: #989898;
    }

.swiper-slide {
    background: none;
}

.ad-img img {
    height: 90px;
    width: 125px;
    border: #d2d2d2 solid 3px;
    margin-bottom: 5px;
}

.no-shadow {
    box-shadow: none;
}


/* FOOTER */

.footer {
    background-color: #005180;
    z-index: -1;
}

.footer-container {
    padding: 30px 10px;
}

    .footer-container .big-logo {
        padding-bottom: 10px;
        border-bottom: solid thin #33749a;
        margin-bottom: 10px;
        padding-left: 10px;
    }

.footer-address {
    font-size: 11px;
    color: #b4b4b4;
    line-height: 24px;
    margin-bottom: 10px;
}

.social-footer {
    padding-left: 10px;
}

.footer-info .title {
    font-size: 14px;
    color: #f9feff;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 24px;
}

.footer-info {
    color: #f9feff;
    line-height: 20px;
    font-size: 11px;
}

.footer-link {
    list-style: square;
    padding-left: 15px;
}

    .footer-link li a,
    .footer-info li a {
        color: #f9feff;
    }

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

    .footer-cat li a {
        margin-bottom: 10px;
        display: block;
    }

        .footer-cat li a img {
            vertical-align: middle;
            float: right;
            margin-left: 10px;
        }

.left-block-menu {
    background-color: #1d79b1;
    margin-bottom: 10px;
}

    .left-block-menu h2.title {
        background-color: #005180;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px;
        margin: 0px;
    }

    .left-block-menu ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        font-size: 12px;
        padding: 6px 10px;
    }

    .left-block-menu ul > li.parent {
        position: relative;
    }

        .left-block-menu ul > li.parent > .qarrow {
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            text-decoration: inherit;
            opacity: 0.8;
            float: right;
            background-position: right top;
            height: 29px;
            width: 31px;
            position: absolute;
            top: 0px;
            right: 0px;
            padding-top: 6px;
            text-align: right;
            padding-right: 5px;
            color: #fff;
            cursor: pointer;
        }

        .left-block-menu ul > li.parent.active > .qarrow,
        .left-block-menu ul > li.parent:hover > .qarrow {
            background-color: #FD9E5B;
        }

        .left-block-menu ul > li.parent > .qarrow:hover,
        .left-block-menu ul > li.parent.active > .qarrow {
            background-color: #C06B23;
        }

        .left-block-menu ul > li.parent > .qarrow:after {
            content: "\e250";
        }

        .left-block-menu ul > li.parent.active > .qarrow:after {
            content: "\e252";
        }
    /*
.left-block-menu ul>li.parent:hover>a:after {
    content: "\e252";
}*/

    .left-block-menu ul > li:hover > a, .left-block-menu ul > li.active > a {
        background-color: #FA7D37;
    }

    .left-block-menu ul > li.active > ul > li > a {
        background-color: #295D90;
        border-bottom: solid thin #3777B0;
        padding-left: 20px;
    }

        .left-block-menu ul > li.active > ul > li > a:before {
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            text-decoration: inherit;
            content: "\e250";
            opacity: 0.8;
        }

        .left-block-menu ul > li.active > ul > li > a:hover,
        .left-block-menu ul > li.active > ul > li > a.active {
            background-color: #479DEB;
        }

    .left-block-menu ul > li.active > ul {
        display: block;
    }


    .left-block-menu ul > li > ul {
        display: none;
    }


.ul-square li a {
    border-bottom: solid thin #fff;
}

.breadcrumb {
    background: none;
    padding: 0px 0px 10px;
    color: #BBBFBF;
    border-bottom: solid 3px #e5ecf9;
    border-radius: 0px;
    margin-bottom: 10px;
}

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li a {
            color: #005180;
        }

.content-block-news {
    margin-bottom: 20px;
}

    .content-block-news .desc {
        line-height: 20px;
    }

    .content-block-news h2.title {
        margin-bottom: 5px;
        padding: 0px;
        font-size: 15px;
    }

    .content-block-news .thumb {
        margin-right: 10px;
        float: left;
    }

        .content-block-news .thumb img {
            width: 150px;
            max-height: 95px;
            overflow: hidden;
            border: solid thin #ccc;
            -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
            padding: 1px;
        }

    .content-block-news a:hover {
        color: #FA7D37;
        text-decoration: none;
    }

    .content-block-news .time,
    .content-block-news .desc {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .content-block-news .time {
        color: #7F8181;
    }

.pagination > li > a,
.pagination > li > span {
    color: #7d7d7d;
}

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


/* SLIDE OUT*/

#panel,
#menu {
    margin: 0px;
    padding: 0px;
    border: none;
}

#menu {
    border-right: solid thin #fff;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }

.btn-toggle-left {
    margin: 0px 0px 15px 0px;
    background-color: #fff;
    border: solid thin #FA7D37;
    color: #FA7D37;
    padding: 5px;
    margin-left: 15px;
}

#panel {
    border-radius: 0;
}

.detail-news h1.title {
    color: #fa7d37;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0px;
    color: #FA7D37;
    padding: 0px;
}

.detail-news .detail-info {
    font-style: italic;
    color: #afafaf;
    font-size: 12px;
    padding: 2px 0px;
}

.detail-news .detail-content {
    text-align: justify;
    line-height: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #333;
}

    .detail-news .detail-content img {
        max-width: 100% !important;
        height: auto !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

.leftmenu-fix {
    padding-right: 0px !important;
}

.related-news {
    padding-top: 5px;
    padding-bottom: 15px;
}

    .related-news ul {
        margin: 0px;
    }

    .related-news .title {
        color: #0D5887;
        font-size: 18px;
    }

    .related-news li {
        margin-left: 15px;
        padding-left: 0px;
        color: #afafaf;
        font-size: 12px;
    }

    .related-news ul li a {
        padding: 0px;
        line-height: 22px;
        font-size: 14px;
        text-decoration: none;
    }

.related-news ul li a:hover {
    color: #fa7d37;
}

.mini-list-news ul li {
    padding: 10px 10px;
    display: block;
    border-bottom: solid thin #ddd;
    font-size: 12px;
    color: #7D7F7F;
}

.mini-list-news ul li a {
    font-size: 15px;
}

.navbar-nav .dropdown .dropdown > a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 10px;
}
.navbar-nav .dropdown .dropdown > ul {
    top: -5px; left: 100%;
}
.block-news{ padding-top: 20px;}
#main-navigation .navbar-nav:first-child{ display: flex; justify-content: space-between; width: 100%; }
#loading {
    background-color: #ddd;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
    opacity: 0.7;
    display: none;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #592828;
    position: absolute;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}
#object_one {
    top: 19px;
    left: 19px;
}
#object_two {
    top: 0px;
    left: 65px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#object_three {
    top: 19px;
    left: 111px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_four {
    top: 65px;
    left: 130px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#object_five {
    top: 111px;
    left: 111px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_six {
    top: 130px;
    left: 65px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#object_seven {
    top: 111px;
    left: 19px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#object_eight {
    top: 65px;
    left: 0px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
@-webkit-keyframes animate {

    25% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }


    75% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
.nopadding{ padding: 0; }
.title_dkts{font-weight: bold; font-size: 25px; text-align: center; text-transform: uppercase; background: #fff; margin-bottom: 5px;}
.title_dkts2{font-size: 15px; text-align: center; margin-bottom: 15px; background: #fff}
.pr-15{ padding-right: 15px; }
#DKNhanTTTS{ background: none; min-height: 0; padding: 0; margin: 0; }
#DKNhanTTTS #frmpost{ padding: 0; margin: 0; padding-top: 10px; }
#DKNhanTTTS .error{ background: none; padding: 0; color: red; font-weight: normal; }
#DKNhanTTTS .control-label{ font-size: 14px; }
#DKNhanTTTS .title_dkts{ font-size: 20px; }
#DKNhanTTTS .form-check label{ font-weight: normal; }
#DKNhanTTTS .ckxitem{ margin-top: 7px; }
#DKNhanTTTS .ckxitem .col-md-3{ position: static; }
#DKNhanTTTS .form-check label.error{ position: absolute; top: 80px; right: 0; width: auto; }
#DKNhanTTTS .clstgmm{ display: flex; align-items: center; margin-top: 7px; }
#DKNhanTTTS .clstgmm .col-md-2{ position: static; }
#DKNhanTTTS .clstgmm .col-md-2 label.error{ position: absolute; top: -32px; right: 0; width: auto; }
#DKNhanTTTS .clstgmm .col-md-2.clstunam label.error{ top: -52px; }
#DKNhanTTTS .clstgmm .col-md-2.clstunam{ margin-right: 15px; }
#DKNhanTTTS .clstgmm .slthang{height: 34px; border: 1px solid #ccc; border-radius: 4px;}
#mymodal .panel{ margin: 0; }
#mymodal .panel-heading{background: none;border: none;}
#mymodal .panel-heading button{color: red; opacity: 1;}
#mymodal .panel-body{ padding: 0 15px; }
#zone1 .block-title a{ animation: blink 1s infinite; color: red; }
@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}