* { margin: 0px;
    padding: 0px;}
html {
    -webkit-transition: all .33s ease-out;
    -moz-transition: all .33s ease-out;
    transition: all .33s ease-out;
    overflow-y: scroll !important
}
@font-face {

    font-family: 'MyriadProCond';
    src: url('../fonts/MyriadPro-Cond.eot');
    src: url('../fonts/MyriadPro-Cond.eot?#iefix'),
    url('../fonts/MyriadPro-Cond.woff') format('woff'),
    url('../fonts/MyriadPro-Cond.ttf') format('truetype'),
    url('../fonts/MyriadPro-Cond.svg#vni-courinormal') format('svg');
}
body {
    color: #323232;
    background: #fff;
    font-family: "MyriadProCond", Arial;
    font-size: 16px;
    line-height: 24px;
}
a, img, span {
    transition: all 0.5s ease-in-out;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #337ab7;
}
a, p a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out
}
.bg {
    margin: 0px 0px 0 0px;
    background: #ffffff;
}
.error {
    color: #F15620;
    font-style: italic;
    font-style: 12px;
}
label {
    color: #3A3A3A;
    font-weight: normal;
    text-transform: capitalize;
}
.logo {
    min-height: 68px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1b24+0,ed1b24+51,0f75bd+51,0f75bd+100 */
    background: #ed1b24; /* Old browsers */
    background: -moz-linear-gradient(top, #ed1b24 0%, #ed1b24 51%, #0f75bd 51%, #0f75bd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ed1b24 0%,#ed1b24 51%,#0f75bd 51%,#0f75bd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ed1b24 0%,#ed1b24 51%,#0f75bd 51%,#0f75bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#0f75bd',GradientType=0 ); /* IE6-9 */
}
.logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    background: url("../images/SAD.png") no-repeat;
    height: 68px;
    width: 78px;
}
.logo a {
    display: block;
    padding: 0;
}
.logo a img {
    position: absolute;
    height: 80px;
    z-index: 999;
    top: -5px;
}
.header-main {
    font-weight: bold;
    padding: 10px 0;
    background-color: #fff;
}
.header-main .nav>li>a {
    padding: 10px 8px;
    color: #000;
    transition: all .2s;
}
.header-main .nav>li>a:hover{
    background: none;
    color: rgba(102,102,102,.85);
    transition: all .2s;
}
.header-main .nav>li>a i {
    position: relative;
    top: 2px;
}
.header-main .nav>li+li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 15px;
    margin-top: -8px;
    left: -1.5px;
}

div.alert-warning{
    border-radius: 0px;
    border-left: 4px solid #F15620;
}
.sidebar {
    margin-top: 15px;
}
.sidebar-right {
    padding-left: 0px;
}
.pnt-box {
    margin-bottom: 15px;
}
.pnt-box .box-title {
    background: #0f75bd;
    color: #FFF;
    padding: 5px 0 5px 0;
    text-align: center;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    margin-bottom: 0;
}
.pnt-box .box-content {
    background: #f3f3f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}
.pnt-box .box-content > .inner {
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
}
ul.pnt-list {
    list-style: none;
    margin: 0;
    padding:0 ;
}ul.pnt-list li {
     margin-bottom: 10px;
     border-bottom: 1px solid #CCC;
     background: url(../images/arrow.jpg) no-repeat 0 15px;
     padding: 5px 0 5px 15px;
 }
.right-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.right-menu ul li {
    margin: 0 0 10px 0;
    padding: 10px 15px;
    color: #FFF;
    font-size: 15px;
    background: #ed1b24;
}
.right-menu ul li i {
    border: 1px solid #FFF;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 15px;
}
.right-menu ul li a {
    color: #FFF;
    text-transform: uppercase;
}
.right-menu ul li:hover {
    background: #0f75bd;
}
.slicknav_menu {
    display: none;
}
.title-index {
    margin: 20px 0;
}
.title-index h3 {
    padding: 0;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    color: #0f75bd;
    padding-bottom: 7.5px;
    border-bottom: 2px solid #0f75bd;
}
.title-index h3 span {
    margin-left: 3px;
    border-bottom: 2px solid #ed1b24;
    margin-bottom: -9px;
    color: #ed1b24;
}
div.backtop{
    cursor:pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
div.main-content hr {
    margin: 0px;
    color: #dedede;
}
.thongke {
    margin-bottom: 15px;
}
.thongke .pm-ul-stats li {
    color: #777;
    font-size: 12px;
    margin-bottom: 8px;
}
.thongke .pm-ul-stats .pm-stats-count {
    font-weight: bold;
    float: right;
}
div.footer-wrap {
    margin-top: 50px;
    background: #374858;
    padding-top: 30px;
    COLOR:#fff;
    font-size: 15px;
}
div.footer-wrap .icons-hover-black {
    margin-top: 30px;
}
div.footer-wrap .icons-hover-black i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    background: none;
    color: #fff;
    border: 2px solid #FFF;
    font-size: 21px;
}
.c-knFooter__copyright {
    background: #1D1D1D;
    padding: 20px 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.c-knFooter__link {
    color: #fff;
    font-size: 14px;
    margin-right: 16px;
    white-space: nowrap;
}
.c-knFooter__link:hover {
    cursor: pointer;
    color: #56b7e9;
}
.c-knFooter__privacy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.map-link {
    margin-bottom: 5px;
}
.map-link a {
    font-size: 16px;
    color: #FFF;
}
.hp-unit .date {
    margin-top: 0;
    font-size: 12px;    color: #6c6c6c;
}
.slide {
    margin-top: 20px;
}
.carousel-control {
    width: 5%;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        font-size: 15px;
    }
}
.carousel-caption {
    text-align: left;
    top: 15%;
    right: 35%;
    left: 10%;
    padding-bottom: 30px;
    color: red;
}
.carousel-caption h3 {
    opacity: 0;
    top: 30%;
    position: relative;
    font-size: 40px;
    font-weight: bold;
}
.carousel-caption p {
    font-size:17px;
    opacity: 0;
    position: relative;
    top:35%;
    margin-bottom: 20px;
}
.carousel-inner a img{
    display: block;
    width: 100%;
}
.active .carousel-caption h3 {
    transition-duration: 0.5s;
    top:0;
    opacity: 1;
}
.active .carousel-caption p {
    transition-duration: 0.8s;
    top:5%;
    opacity: 1;
}
.home-slider-menu {
    position: absolute;
    z-index: 2;
    top: 15%;
    right: 10%;
    width: 220px;
    border: 5px solid #FFF;
    border-radius: 15px;
    padding: 15px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.home-slider-menu ul {
    margin: 0;
    padding: 0;
}
.home-slider-menu li {
    border-bottom: 3px solid #FFF;
    padding: 15px 0;
}
.home-slider-menu li > i {
    float: left;
    font-size: 39px;
    margin-right: 35px;
    margin-left: 10px;
}
.home-slider-menu li a {
    line-height: 1 !important;
    color: inherit;
    font-size: 18px;
    padding-top: 10px;
    display: block;
}
.iframe-video {
}
.youtubeleft {
    position:relative;
    padding-bottom:64.25%;
    margin-bottom: 5px;
    height:0;
    overflow:hidden;
}
.youtubeleft iframe, .youtubeleft object, .youtubeleft embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.youtube {
    position:relative;
    padding-bottom:57.50%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe, .youtube object, .youtube embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.menu-top {
    background: #0f75bd;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 110;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-top ul{
    margin-bottom: 0px;
}
.menu-nav {
    padding-left: 50px;
}
.menu-nav li {
    list-style: none;
}
.menu-nav li.active {
    color: #fff000;
}
.menu-nav a {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255,255,255,.8);
}
.menu-nav>ul>li {
    float: left;
    position: relative;
}
.menu-nav>ul>li>a:hover {
    color: #fff;
}
.menu-nav>ul>li>a {
    display: block;
    padding: 22px 15px;
    font-size: 16px;
}
.menu-nav>ul>li>a i {  line-height: 19px;
    font-size: 11px;
}
.menu-nav>ul>li>ul {
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border: 2px solid #ddd;
    display: none;
    position: absolute;
    top: 77px;
    z-index: 100;
}
.menu-nav>ul>li>ul:after{
    border: solid transparent;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    top: -16px;
    z-index: 1011;
    opacity: 1;
    left: 15%;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
}
.menu-nav>ul>li:hover>ul {
    display: block;
}
.menu-nav>ul>li>ul>li>a{
    font-weight: normal;
    color: rgba(102,102,102,.85);
    transition: all .2s;
    text-transform: none;
}
.menu-nav>ul>li>ul>li>a:hover{
    color: #000;
}
.menu-nav>ul>li>ul>li {
    background: #fff;
    width: 220px;
    border-bottom:1px solid #F7F7F7;
    padding: 7px 10px;
    position: relative;
}
.menu-nav>ul>li>ul>li:last-child {border-bottom: none }
.menu-nav>ul>li>ul>li:hover>ul {
    display: block;
}
.menu-nav>ul>li>ul>li>ul {
    background: #1FB3EC;
    display: none;
    position: absolute;
    min-width: 200px;
    left: 220px;
    top:0px;
    z-index: 100;
}
.menu-nav>ul>li>ul>li>ul>li {
    width: 220px;
    border-bottom:1px solid #F7F7F7;
    padding: 5px 10px;
    position: relative;
}
.menu-nav>ul>li>ul>li>ul>li>a{
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.menu-nav>ul>li>ul>li>ul>li:hover {
    background: #3f0f7d;
    padding-left: 10px;
}
div.random>img {
    width: 100%;
    max-height: 200px;
}
div.content-footer span>a {
    color: white;
    background: #F15620;
    padding: 3px 5px;
    margin-right: 2px;
    font-size: 12px;
    transition: all 0.4s;
}
div.content-footer span>a:hover {
    background: #E03800;
    text-decoration: none;
}
div.phantrang {
    margin: 15px -4px;
    padding: 0px;
}
.popup-view .title-sm, .popup-view .title-sm.binh {
    line-height: 28px;
    padding: 0;
    border-bottom: none;
    font: 20px chevin,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #8DC63F;
}
div.phantrang>a, div.phantrang>strong {
    border: 2px solid #8dc63f;
    background: #fff;
    color: #8DC63F;
    background-color: transparent;
    padding: 1px 10px;
    font-family: chevin,sans-serif;
    transition: all 0.3s;
}
div.phantrang strong {
    background-color: #8dc63f;
    border: 2px solid #8dc63f;
    color: #FFF;
}
div.phantrang a:hover {
    text-decoration: none;
    background-color: #8dc63f;
    border: 2px solid #8dc63f;
    color: #FFF;
}
div.chi_tiet {
    text-align: justify
}
#chi_tiet p {
    padding: 3px 0px;
}
#chi_tiet h1, h2,h3 ,h4 ,h5 ,h6 {
     padding:10px 0px;
     margin:0px;
 }
.tag-label-list ul li a {
    font-family: chevin,sans-serif;
    font-size: 12px;
}
.tag-label-list ul li {
    background: #79B9F2;
    padding: 5px;
    margin:5px;
}
p.deal-host-excerpt {
    text-align: justify;
    color: #000;
}
#wrapHeader {
    width: 100%;
    height: 0px;
    position: relative;
}
.required {
    color: #ff0000;
    font-weight: bold;
}
.clear {
    clear: both;
}
.title-f {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 30px;
}
.title-f:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 50px;
    background: #22b4f0;
    top: 25px;
    left: 13px;
}
.home-article-list-2 .item {
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 25px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.home-article-list-2 .item .thumb {
    background: url(../images/line-2.jpg) no-repeat right;
    padding-right: 6px;
}
.home-article-list-2 .item .thumb img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.home-article-list-2 .item .post-content {
    padding-top: 15px;
    padding-right: 10px;
}
.home-article-list-2 .item h4 {
    padding: 0;
    margin-bottom: 5px;
}
.box-image {
    position: relative;
    height: auto;
    margin: 10px auto 10px auto;
    overflow: hidden;
}
.box-image  .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 55%;
    background-position: 50% 50%;
    background-size: cover;
}
.box-image img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.txt-color-2 {
    color: #ed1b24;
}
.home-article-list-2 .post-date {
    margin-bottom: 5px;
    font-size: 17px;
}
.txt-color-1 {
    color: #0f75bd;
}
.home-article-list-2 .item p {
    margin-bottom: 0;
    line-height: 1.1;
}
.home-article-list-2 .item a.btn-more {
    display: inline-block;
    float: right;
    background: #0f75bd;
    color: #FFF;
    margin-right: 15px;
    padding: 2px 10px;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 5px;
}
.bg-img {
    background: url(../images/sub-page-banner.jpg) 0 0 no-repeat;
}
.breadcrumb-overlay, .breadcrumb-overlay:before {
    background-color: rgba(15, 117, 189, 0.65) !important;
}
.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.inner-intro {
    padding: 35px 0;
    display: block;
    position: relative;
}
.overlay-bg-color:before {
    background-color: rgba(4, 127, 218, 0.8);
}
.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}
.overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before, .tp-bgimg:before, .overlay-bg-color:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80, .overlay-bg-color {
    position: relative;
    z-index: 1;
}
.inner-intro .container .title {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.inner-intro .container .title h2{
    font-family: "MyriadProCond", Arial;
    text-transform: uppercase;
}
#cfacebook{position:fixed;bottom:0px;right:60px;z-index:999999999999999;width:300px;height:auto;box-shadow:6px 6px 6px 10px rgba(0,0,0,0.2);border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;}#cfacebook .fchat{float:left;width:100%;height:270px;overflow:hidden;display:none;background-color:#fff;}#cfacebook .fchat .fb-page{margin-top:-130px;float:left;}#cfacebook a.chat_fb{float:left;padding:0 25px;width:100%;color:#fff;text-decoration:none;height:30px;line-height:30px;text-shadow:0 1px 0 rgba(0,0,0,0.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-size:auto;background-position:0 0;background-color:#3a5795;border:0;border-bottom:1px solid #133783;z-index:9999999;margin-right:12px;font-size:14px;}#cfacebook a.chat_fb:hover{color:yellow;text-decoration:none;}

@media screen and (max-width:70em) {
    .menu-nav {
        display: none;
    }
    .menu-top {
        margin-top: 58px;
    }
    .header-main {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slide {
        margin-top: 5px;
    }
    .carousel-caption h3 {
        font-size: 14px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .home-slider-menu {
        float: left;
        margin: 15px 5% 15px 5%;
        position: initial;
        width: 90%;
        border-color:#22b4f0 ;
        color: #22b4f0 ;
    }
    .home-slider-menu li {
        float: left;
        width: 50%;
        border-bottom: 3px solid #22b4f0;
        padding: 15px 0;
    }
}
@media screen and (max-width:1020px) {
}
@media (min-width: 768px){
}
@media (min-width: 1200px){
}
