@import url('normalize.css');

/*
* font Roboto
*/
@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto BlackItalic';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto ThinItalic';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-BoldItalic';
    src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-Italic';
    src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-LightItalic';
    src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SVN-Gotham Bold';
    src: url('../fonts/SVN-Gotham Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SVN-Gotham Light';
    src: url('../fonts/SVN-Gotham Light.ttf') format('truetype');
}
/*
* style css
*/

*{
    padding:0px;
    margin:0px;
    /*transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a { 
    /*text-decoration: none; */
} 
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.clearfix{
    clear: both;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
/* 
* end reset css
*/

.wrapper{
    max-width: 1500px;
margin: 0px auto;
}
html {
    font-family: 'Roboto'; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
    font-size: 14px;
}

.h-first{
    background-color: #efefef;
    border-bottom: 1px solid #dadada;
}
.container-fluid{
    width: 1348px;/*1404px*/
    margin:0px auto;
    padding:0px 15px;

}

.h-first-left{
    padding-left: 126px;
    width: 90%;
    text-align: center;
    display: inline-block;
    line-height: 54px
}
.h-first-left p{
    color: #5a5a5a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
}
.h-first-left p span{
    font-size: 14px;
    color: #7f7f7f;
}
.h-first-left p a{
    color: #00a0e3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.h-first-left p a:hover {
    color: #4f4f4f;
}
.h-first-right{
    width: 10%;
    float: right;
    text-align: right;
    line-height: 54px
}
/*
* end h-first
*/
.h-second{
    background-color: #efefef;
    line-height: 38px;
    max-height: 38px;
}
.h-second,.h-second a{
    color: #00a0e3;
    font-weight: bold;
    text-decoration: none;
}
.h-second-left{
}
.h-second-right{

}
.h-second-right ul li{
    list-style: none;
    display: inline-block;
    padding:0px 20px;
}
.h-second-right ul li:last-child{
    padding-right: 0px;
}
.h-second-right ul li:last-child span{
    padding:0px;
}
.h-second-right li a{
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}
.h-second-right li a span{
    padding-left: 6px;
    display: inline-block;
    max-height: 15px;
}
.h-second-right li a span img{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
/*
* end h-second
*/
.h-third{
    background-color: #00a0e3;
    line-height: 56px;
    /*border-bottom: 2px solid #d6d6d6;*/
    /*box-shadow: #D6D6D6 1px 3px 3px -2px;*/
    position: relative;
}
.h-third:after{
    content: '';
    /*border: 1px solid #f5f5f5;*/

    position: absolute;
    bottom: -4px;
    width: 99%;

}
#logo a{
    display: table-cell;
}
#logo a img{
    vertical-align: middle;
}
.h-third ul li{
    float: left;
    list-style: none;
    padding:0px 12px;
    position: relative;
}
.h-third ul li.active{
    /*background-color:rgba(64,190,236,1);*/
}
.h-third ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.h-third ul li a span{
    padding-left: 6px;
}
.h-third ul li a span i{
    font-size: 18px;
}
.h-third li>ul{
    position: absolute;
    left: 0px;
    top: 100px;
    min-width: 250px;
    background-color: #00a0e3;
    visibility: hidden;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.h-third li:hover ul{
    top: 56px;
    z-index: 99;
    visibility: visible;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.h-third li>ul>li{
    display: block;
    float: none;
    border-top: 1px solid #fff;
    line-height: 1.5em;
}
.h-third li>ul>li>a{
    padding:10px 0px;
    display: block;
}
/* search-box */
#search-box{
    width: 280px;
}
#search-box form{
    position: relative;
    line-height: 56px;
}
#search-box input{
    border:1px solid #9d9d9d;
    border-radius: 3px;
    line-height: 18px;
    color: #7b7b7b;
    padding:5px;
    width: 100%;
    box-sizing:border-box;
}
#search-box button{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border: none;
    background-color: transparent;
    color: #626f81;
}
#search-box button i{
    font-weight: bold;
}
.nav-mobile,.btn-menu-s{
    display: none;
}

/*
* end search-box
* end header
*/
.container{
    width: 1150px;
    margin:0px auto;
}
#news-event{
    margin-top: 23px;
}
.news-event-first{
    text-align: center;
}
.news-event-first p{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    font-family: 'SVN-Gotham Bold';
    color: #009fe2;
    line-height: 72px;
    padding-left: 14px;
}
.news-event-first-icon {
    display: inline-block;
}

.news-event-first p span{
    color: #828282;
    border-bottom: 3px solid #00a0e3;
}
/*
*
*/
.news-event-second{
    text-align: center;
    padding-left: 35px;
    margin-top: 8px;
}
.news-event-second ul{
    border:1px solid #cccccc;
    display: inline-block;
    padding:15px 26px;
}
.news-event-second ul li{
    float: left;
    color: #00a0e2;
    padding-right: 44px;
    font-size: 20px;
}
.news-event-second ul li:first-child{
    list-style: none;
}
.news-event-second ul li:last-child{
    padding-right: 0px;
}
.news-event-second ul li a{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #797979;
}
.news-event-second ul li a:hover,.news-event-second ul li a.active{
    color: #00a0e2;
}
/*
*
*/
.news-event-third{
    margin-top: 33px;
}
.news-itemtop{
    float: left;
    position: relative;
    width: 280px;
    height: 186px;
    margin-right: 9px;
    margin-bottom: 11px;
}
.news-itemtop img{
    width: 100%;
    height: 100%;
}
.news-itemtop-title{
    position: absolute;
    z-index: 9;
    bottom: 0px;
    background-color: rgba(26,20,13,0.8);
    width: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.news-itemtop-title a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
    width: 90%;
    float: left;
}
.news-itemtop-title i{
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    padding-left: 5px;
}
.news-itemtop-title:hover{
    background-color: #00a0e2;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.news-itemtop:first-child{
    width: 49.6%;
    height: 382px;
    margin-right: 9px;
}
.news-itemtop:first-child .news-itemtop-thumb{
    height: 100%;
}
.news-itemtop:first-child .news-itemtop-title a{
    width: 94%;
    height: 72px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    padding:15px;
}
.news-itemtop:first-child .news-itemtop-title i{
    line-height: 72px;
}
.news-itemtop:nth-child(3),.news-itemtop:nth-child(5){
    margin-right: 0px;
}
/*
*
*/
.news-event-block{
    margin-top: 30px;
    margin-bottom: 72px;
}
.news-event-block a{
    text-decoration: none;
}
.news-itembottom{
    border:1px solid #e1e1e1;
    overflow: hidden;
    margin-bottom: 21px;
}
.news-itembottom .news-itembottom-thumb{
    width: 33%;
    padding-right: 15px;
}
.news-itembottom .news-itembottom-thumb img{
    width: 100%;
    float: left;
}
.news-itembottom .news-itembottom-info{
    width: 67%;
    padding-left: 15px;
    border-left: none;
    padding-right: 45px;
}
.news-itembottom .news-itembottom-info h2{
    line-height: 60px;
}
.news-itembottom .news-itembottom-info h2 a{
    color: #5e5e5e;	
    font-size: 18px;
}
.news-itembottom .news-itembottom-info h2 a:hover {
    color: #00A0E3;
}
.news-itembottom .news-itembottom-info .itembottom-date{
    color: #00a0e2;
    font-weight: bold;	
}
.news-itembottom .news-itembottom-info .itembottom-date span{
    background-color: #f5f5f5;
    padding:8px;
    display: inline-block;
}
.news-itembottom .news-itembottom-info .itembottom-excert{
    color: #4f4f4f;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5em;
}
.news-itembottom .news-itembottom-info .itembottom-viewmore{
    margin-top: 36px;
}
.news-itembottom .news-itembottom-info .itembottom-viewmore a:hover {
    color: #00A0E3;
}
.news-itembottom .news-itembottom-info .itembottom-viewmore a{
    color: #7b7b7b;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.news-itembottom .news-itembottom-info .itembottom-viewmore a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 30px;
    color: #00a0e2;
    font-weight: 100;
    top: -10px;
    right: -15px;
}
/*
*
*/
.news-btnViewMore{
    text-align: center;
}
.news-btnViewMore a{
    display: inline-block;
    border-radius: 26px;
    border: 1px solid #7a7a7a;
    line-height: 47px;
    padding:0px 27px;
    font-size: 14px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-weight: bold;
    position: relative;
    word-spacing: 3px;
}
.news-btnViewMore a:hover {
    background: #00A0E3;
    color: #fff;
}
.news-btnViewMore a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 25px;
    color: #6e6e6e;
    font-weight: 100;
    top: -2px;
    right: 7px;
}
.news-btnViewMore a:hover:after{
    color: #fff;
}
/*
* end news-event-block
*/
#video-clip{
    background-color: #f3f3f3;
    padding-bottom: 40px;
    padding-top: 50px;
}
#video-clip .video-clip-second{
    margin-top: 15px;

}
#video-clip .video-clip-second iframe{
    width: 100%;
    height: 470px;
}
.dh-km-new{
    margin-bottom: 90px;
}
/* 
* end video clip
*/
#photos{
    padding-top: 86px;
    padding-bottom: 54px;
}
.photos-second{
    margin-top: 44px;
    /*margin-left: 5px;*/
}
.photos-second-item{
    /*width: 438px;*/
    /*margin-right: 10px;*/
}
.photos-second-item:first-child{
    margin-left: 5px;
}
.photos-item-box{
    float: left;
    position: relative;
    /*width: 100%;*/
    /*height: 186px;*/

    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
}
.photos-item-box-img{
    max-height: 215px;
    overflow: hidden;
}
.photos-item-box img{
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    float: left;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.photos-item-box-title{
    position: absolute;
    bottom: -40px;
    width: 100%;
    background-color: rgba(19,142,192,.9);
    border-bottom: 1px solid #0175a5;
    visibility: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;

}
.photos-item-box-title a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 61px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;

}
.photos-item-box:hover .photos-item-box-title{
    visibility: visible;
    bottom: 0px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.photos-item-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0.8;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;

}
/*
* end photo
*/
#footer{
    background-color: #f2f2f2;
}
#footer ul,ol{
    list-style: none;
}
#footer a{
    text-decoration: none;
}
.f-first{
    padding-top: 32px;
}
.f-first a{
    color: #00a0e3;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}
.toTop{
    position: relative;
    padding-right: 20px;
}
.toTop:after{
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    font-size: 25px;
    color: #6e6e6e;
    font-weight: 100;
    top: -5px;
    right: 0px;
}
/*
* end .f-first
*/
.f-second{
    margin-top: 42px;
    padding-bottom: 42px;
}
.f-second .f-second-left{
    width: 66%;
}
.f-second .f-second-left ul{

}
.f-second .f-second-left>ul>li{
    float: left;
    width: 20%;
}
.f-second .f-second-left>ul>li>a{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto';
    color: #4f4f4f;
    line-height: 32px;
}
.f-second .f-second-left li>ul a{
    font-size: 13px;
    color: #00a0e3;
    line-height: 20px;
}
.f-second{
    margin-top: 42px;
}
.f-second{
    margin-top: 42px;
}
.f-second-left-bot{
    margin-top: 45px;
}
.f-second-left-bot p{
    font-size: 14px;
    font-weight: bold;
    color: #838383;
}
.f-second-left-bot p:first-child{
    color: #4f4f4f;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 18px;
}
.f-second-left-bot p:nth-child(2){
    margin-bottom: 14px;
}
.f-second-left-bot p:nth-child(3){
    margin-bottom: 18px;
}
.f-second-left-bot p span{
    font-size: 22px;
    font-weight: bold;
    color: #00a0e3;
}
/*
*
*/
.f-second-right{
    width: 34%;
    position: relative;
}
.f-second-right:before{
    content:url('image/icon/f-border.png'); 
    position:absolute; 
    z-index:100000;
    left:-32px;
    top:0px;
}
.f-second .f-second-right>ul>li>a{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto';
    color: #4f4f4f;
    line-height: 32px;
}
.f-second .f-second-right li>ul a{
    font-size: 13px;
    color: #00a0e3;
    line-height: 20px;
    position: relative;
    padding-left: 23px;
}
.f-second .f-second-right li>ul>li:nth-child(1) a:after{
    font-family: 'FontAwesome';
    content: "\f108";
    position: absolute;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 100;
    top: -2px;
    left: 0px;
}
.f-second .f-second-right li>ul>li:nth-child(2) a:after{
    font-family: 'FontAwesome';
    content: "\f0e0";
    position: absolute;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 100;
    top: -2px;
    left: 0px;
}
.f-second .f-second-right li>ul>li:nth-child(3) a:after{
    font-family: 'FontAwesome';
    content: "\f095";
    position: absolute;
    font-size: 18px;
    color: #6e6e6e;
    font-weight: 100;
    top: -2px;
    left: 0px;
}
.f-second .f-second-right li>ul>li:nth-child(4) a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 25px;
    color: #6e6e6e;
    font-weight: 100;
    top: 0px;
    right: 3px;
}
.f-second .f-second-right li>ul>li:nth-child(4) a{
    padding-left: 0px;
    font-weight: bold;
    padding-right: 23px;
    margin-top: 16px;
    display: inline-block;
    color: #4f3434;
}
/* search-box */
#f-search-box form{
    position: relative;
    margin-top: 31px;
}
#f-search-box input{
    border:1px solid #dbdfe3;
    border-radius: 3px;
    line-height: 27px;
    color: #7b7b7b;
    padding:5px;
    width: 99.2%;
}
#f-search-box button{
    margin-left: -30px;
    border: none;
    background-color: transparent;
    color: #626f81;
}
#f-search-box button i{
    font-weight: bold;
}
/*
* end f-search-box
* end header
*/
.f-social{
    color: #656e76;
    line-height: 32px;
    margin-top: 22px;
}
.f-social span{
    display: inline-block;
    float: left;
}
.f-social a{
    margin-left: 12px;
}
/*
* 
*/
.f-third{
    background-color: #00a1e4;
    padding-bottom: 18px;
}
.f-third .f-logo{
    padding-top: 23px;
    padding-bottom: 10px;
}
.f-third .f-company p{
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
/* 
**
**
* end news page
*/
#news-detail{
    background-color: #fff;
    overflow: hidden;
}
.n-detail-first{
    background: url('../image/bg-news-detail.png') center center repeat;
}
.n-detail-first-info{
    padding:0px 80px;
}
.n-detail-first-info p{
    color: #fff;
    font-weight: bold;
}
.n-detail-first-info p:first-child{
    font-size: 20px;
    padding-top: 72px;
    padding-bottom: 24px;
}
.n-detail-first-info p:last-child{
    font-size: 14px;
    padding-bottom: 24px;
}
/*
*
*
*/
.n-detail-second-block{
    padding:0px 80px;
}
.n-detail-second-left{
    width: 67%;
    margin-top: 38px;
}
.news-detail-excerpt{
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
    text-align: justify;
    line-height: 1.5em;
    margin-top: 30px;
}
.news-detail-content{
    line-height: 1.5em;
    font-size: 14px;
    color: #4f4f4f;
}
.news-detail-content-scroll{
    max-height: 600px;
}
.news-detail-content p{
    padding:5px 0px;
}
.news-detail-content img{
    max-width: 100%;
    display: block;
    margin:0px auto;
    padding:10px 0px;
}
/*
* end .n-detail-second-block
*/
.n-detail-second-right{
    width: 33%;
    margin-top: 33px;
    padding-left: 40px;
}
.n-detail-second-right-sb p{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    font-family: 'SVN-Gotham';
    color: #009fe2;
}
.n-detail-second-right-sb p span{
    color: #828282;
    border-bottom: 3px solid #00a0e3;
}
.n-detail-second-right-sb-list ul{
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 48px 71px 48px 51px;
    margin-top: 32px;
}
.n-detail-second-right-sb-list ul li{
    color: #00a0e2;
    font-size: 20px;
    /*list-style: inside;*/
    padding-bottom: 26px;
}
.n-detail-second-right-sb-list ul li:last-child{
    padding-bottom: 0px;
}
.n-detail-second-right-sb-list ul li a{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #797979;
}
.n-detail-second-right-sb-list ul li a:hover{
    color: #00a0e2;
}
/*
* end .n-detail-second-right
*/
.n-detail-third{
    margin-top: 56px;
}
.n-detail-relate-block{
    margin: 0px 80px;
    padding: 25px 0px 55px;
    position: relative;
}
.n-detail-relate-title{
    text-align: left;
}
.n-detail-relate-block .news-item-relate:first-child{
    width: auto;
    height: auto;
}
.n-detail-relate-block .news-item-relate:first-child a{
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 5px;
    width: 90%;
    float: left;
}
.n-detail-relate-block .news-itemtop:first-child .news-itemtop-title i,.n-detail-relate-block .news-item-relate:first-child a i{
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    padding: 0px 5px;
}
.n-detail-relate-block .news-itemtop:nth-child(3), .n-detail-relate-block .news-itemtop:nth-child(5){
    margin-right: 9px;
}
/*
* style button navi owl
*/
.n-detail-relate-block .customNavigation{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -70px;
    z-index: 9!important;
}
.n-detail-relate-block .customNavigation a{
    display: inline-block;
    height: 107px;
    width: 43px;
    cursor: pointer;
}
.n-detail-relate-block .customNavigation a:first-child{
    background: url('../image/icon/icon-prev.png') center center no-repeat;
    margin-left: -60px;
}
.n-detail-relate-block .customNavigation a:last-child{
    background: url('../image/icon/icon-next.png') center center no-repeat;
    margin-right: -60px;
}
/*
*
*bg-km-detail
* end news-detail page
*/
#km-detail{

}
.km-detail-first{
    padding:52px 0px 42px;
    background: url(../image/bg-km-detail.png) center center repeat;
}
.km-detail-first-info-left{
    padding:0px 80px;
    width: 50%;
    padding-left: 25px;
}
.km-detail-first-info-left p{
    color: #fff;
    float:left;
}
.km-detail-first-info-left p:first-child{
    font-size: 14px;
    height: 66px;
    width: 66px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50%;
    background-color: #00a0e3;
    text-align: center;
    padding-top: 20px;
    margin-right: 25px;
}
.title-detail-km{
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5em;
}

/*.km-detail-first-info-left p:nth-child(2){
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5em;
}*/
.km-detail-first-info-left p:nth-child(2){
    margin-top: 5px;
    clear: both;
    margin-left: 90px;
    font-size: 12px;
}
/**/
.km-detail-first-info-right{
    width: 50%;
}
.km-detail-first-info-right p{
    text-align: right;
}
.km-detail-first-info-right p a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #00aeef;
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto Bold";
    cursor: pointer;
    color: #fff;
    background: rgba(64,190,236,1);
    background: -moz-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 28%, rgba(22,91,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,190,236,1)), color-stop(28%, rgba(51,155,199,1)), color-stop(100%, rgba(22,91,140,1)));
    background: -webkit-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 28%, rgba(22,91,140,1) 100%);
    background: -o-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 28%, rgba(22,91,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 28%, rgba(22,91,140,1) 100%);
    background: linear-gradient(to bottom, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 28%, rgba(22,91,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40beec', endColorstr='#165b8c', GradientType=0 );
}
.km-detail-first-info-right p a:hover{
    background: rgba(64,190,236,1);
    background: -moz-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 51%, rgba(22,91,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,190,236,1)), color-stop(51%, rgba(51,155,199,1)), color-stop(100%, rgba(22,91,140,1)));
    background: -webkit-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 51%, rgba(22,91,140,1) 100%);
    background: -o-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 51%, rgba(22,91,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 51%, rgba(22,91,140,1) 100%);
    background: linear-gradient(to bottom, rgba(64,190,236,1) 0%, rgba(51,155,199,1) 51%, rgba(22,91,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40beec', endColorstr='#165b8c', GradientType=0 );
}
/*
*
*
*/
.km-detail-second-block{
    padding-right: 0px;
}
.km-detail-second-block .n-detail-second-left{
    width: 55%;
}
.km-detail-second-block .km-detail-second-right{
    width: 45%;
    margin-top: 38px;
}
.km-detail-second-right img{
    max-width: 100%;

}
.km-detail-second-block .social-face{
    margin-top: 22px;
}
.km-detail-second-block .social-face p{
    text-transform: uppercase;
    color: #949494;
}
/*
*5a5a5a
*/
.km-detail-relate-block{
    padding:0px;
    margin:0px;
    margin-top: 45px;
    padding-bottom: 83px;
    padding-left: 14px;
}
.km-item{
}
.km-item .km-item-title{
    margin-top: 23px;
    width: 100%;
    display: block;
}
.km-item .km-item-title a{
    color: #5a5a5a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4em;
        padding: 0px 5px;
}
.km-item:hover img{
    opacity: 0.6;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.km-item:hover a{
    color: #00a0e3;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.km-detail-relate-block .customNavigation{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -130px;
    z-index: 9999;
}
.km-detail-relate-block .customNavigation a:first-child{
    margin-left: 0px;
}
.km-detail-relate-block .customNavigation a:last-child {
    margin-right: 32px;
}
/*
* end km-other
*/
.km-question{
    padding-bottom: 100px;
}
.km-question-left{
    width: 63%;
}
.km-question-left-title p img{

}
.km-question-left-title p span{
    display: inline-block;
    line-height: 100px;
    color: #515151;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    font-family: 'SVN-Gotham Bold';
}
.km-question-left-box{
    max-height: 395px;
    padding-top: 22px;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}
.km-question-left-box li{
    list-style: none;
    padding:15px 0px;
    background-color: #c8c8c8;
    padding-left: 48px;
    position: relative;
    padding-right: 20px;
}
.km-question-left-box li:before{
    font-family: 'FontAwesome';
    content: "\f29c";
    position: absolute;
    font-size: 20px;
    color: #6e6e6e;
    top: 50%;
    left: 12px;
    margin-top: -12px;
}
.km-question-left-box li:nth-child(2n+2):before{
    font-family: 'FontAwesome';
    content: "\f0e5";
    position: absolute;
    font-size: 20px;
    color: #6e6e6e;
    top: 50%;
    left: 12px;
    margin-top: -12px;
}

.km-question-left-box li:nth-child(2n+2){
    background-color: #eeeeee;
    
}
.km-question-left-box a{
    color: #4f4f4f;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5em;
    text-decoration: none;
}
/*
* scrollbar
*/
.mCS-scroll-question.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
    background-color: #00a0e2;
    width: 17px;
    border-radius: 0px; 
}
.mCS-scroll-question.mCSB_scrollTools .mCSB_draggerRail{ 
    background-color: #b9b9b9; 
    width: 5px; 
} 
.mCS-scroll-news-detail.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
    background-color: #00a0e2;
    width: 5px;
    border-radius: 0px; 
}
.mCS-scroll-news-detail.mCSB_scrollTools .mCSB_draggerRail{ 
    background-color: #b9b9b9; 
    width: 5px; 
} 
/* 
*and so on... 

*/
.km-question-right{
    padding-left: 50px;
    width: 37%;
}
.km-question-right-title p span{
    display: inline-block;
    line-height: 1.3em;
    color: #515151;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 17px;	
    padding-bottom: 17px;
    font-family: 'SVN-Gotham Bold';
}
.km-question-right-box {
    padding-top: 22px;
    position: relative;
}
.km-question-right-box-item-info {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.5em;
    border-left: 3px solid #00a0e2;
    padding-left: 11px
}
.km-question-right-box-item-info a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #4f4f4f;
    margin-top: 15px;
    display:inline-block;
}
.km-question-right-box-item-thumb{
    padding-left: 11px;
    padding-top: 19px;
}
.km-question-right-box-item-thumb img{
    width: 184px;
    height: 184px;
    border-radius: 50%;
}
.km-question-right-box .customNavigation{
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.km-question-right-box .customNavigation a{
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.km-question-right-box .customNavigation a:hover{
    background-color: #f9b935;
}
.km-question-right-box .customNavigation .pre{

}
.km-question-right-box .customNavigation .next{
    margin-left: 14px;
}
.km-question-right-box .customNavigation .prev:after{
    font-family: 'FontAwesome';
    content: "\f060";
    position: absolute;
    font-size: 14px;
    font-weight: 100;
    top: 34%;
    left: 21px;
}
.km-question-right-box .customNavigation .next:after{
    font-family: 'FontAwesome';
    content: "\f061";
    position: absolute;
    font-size: 14px;
    font-weight: 100;
    top: 34%;
    left: 21px;
}
/*
* end question
* end khuyenmai-chitiet page
*/
.km-third{
    margin-top: 0px;
}
.km-third .news-event-first-icon p{
    color: #828282;
}
/*
* end ...
*/
.km-slide{
    background:url('../image/bg-km.png') center center;
    color: #fff;
    height: 598px;
    margin-bottom: 60px;
}
.km-slide img{
    max-height: 100%;
    width: auto;
}


.km-slide-item-left{
    padding-top: 119px;
    width: 50%;
    padding-right: 70px;
}
.km-slide-item-right{
    width: 50%;
    padding-top: 67px;
}
.km-slide-item-number{
    /*width: 15%;*/
}
.km-slide-item-number p span{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #00a0e3;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    float: left;
}
.km-slide-item-number p span strong{
    margin-top: 20px;
    display: inline-block;
}
.km-slide-item-info{
    margin-left: 88px;
}
.km-slide-item-info-1 p{
    font-size: 22px;
    font-family: 'SVN-Gotham Bold';
    text-transform: uppercase;

}
.km-slide .km-slide-item-info-2 li{
    color:#00a0e3; 
    margin-left: 16px;
    margin-top: 50px;
}
.km-slide-item-info-2 span{
    color: #fff;
}
.km-slide .km-slide-item-info-3{
    margin-top: 30px;
}
.km-slide .km-slide-item-info-3 p{
    line-height: 1.5em;
    text-align: justify;
}
.km-slide-viewmore{
    margin-top: 51px;
}
.km-slide-viewmore a:hover{
    background-color: #00a0e3;
}
.km-slide-item-info-3 a {
    display: inline-block;
    border-radius: 26px;
    border: 1px solid #fff;
    line-height: 47px;
    padding: 0px 27px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    word-spacing: 3px;
    text-align: center;
    text-decoration: none;
}
.km-slide-item-info-3 a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    top: -2px;
    right: 7px;
}
.km-slide .owl-pagination .owl-page span{
    background-color:#fff !important;
}
/* Fix bar */
.fix-bar div {
    position: fixed;
    top: 15%;
}
.fix-bar div a.item {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px 0;
}
.fix-bar .bar-left {
    left: 0;
}
.fix-bar .bar-left a {
    background: #738a8d;
}
.fix-bar .bar-left a:hover {
    color: #fff8a8;
}
.fix-bar .bar-left a.fb {
    background: #3b5998;
}
.fix-bar .bar-left a.twitter {
    background: #55acee;
}
.fix-bar .bar-left a.plus {
    background: #fc6d4c;
}
.fix-bar .bar-right {
    right: 0;    
}
.fix-bar .bar-right a.item {
    background: #fff;
    opacity: 0.7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #b5a176;
    margin: 10px 5px;
    transition: all .3s;
    display: block;
}
.fix-bar .bar-right a.item:hover {
    transform: translateX(-15px);
    opacity: 1;
}
/*
** end style Desktop
** responsive
*/

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width:1280px) {
    .container-fluid,.container{
        width: 100%;
        overflow: hidden;
    }
    #search-box{
        width: 200px;
    }
}
@media (max-width: 1199px) {
    .container-fluid,.container{
        padding:0px 10px;
        overflow: hidden;
    }
    .h-first-left{
        padding-left: 0px;
    }
    /*
    ** footer
    */
    #f-search-box button{
        top: 50%;
        right: 10px;
        margin-top: -8px;
        position: absolute;
    }
    /*
    ** .nav-mobile
    */
    @keyframes h-thirdAnimation {
        from {top: 40px;}
        to {top: 0px;}
    }

    @-moz-keyframes h-thirdAnimation {
        from {top: 40px;}
        to {top: 0px;}
    }

    @-webkit-keyframes h-thirdAnimation {
        from {top: 40px;}
        to {top: 0px;}
    }

    @-o-keyframes h-thirdAnimation {
        from {top: 40px;}
        to {top: 0px;}
    }
    .h-third-transition{
        top: 0px;
        z-index: 999;
        animation: h-thirdAnimation 0.5s;
        animation-iteration-count: 1;
        -moz-animation: h-thirdAnimation 0.5s;
        -moz-animation-iteration-count: 1;
        -webkit-animation: h-thirdAnimation 0.5s;
        -webkit-animation-iteration-count: 1;
        -o-animation: h-thirdAnimation 0.5s;
        -o-animation-iteration-count: 1;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
    }
    .h-third-fix{
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 9999999999 !important;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
    }
    .menu-nav,.search-box,.fix-bar{
        display: none;
    }
    .nav-mobile,.nav-mobile .menu-nav-m,.nav-mobile .search-box-m,.btn-menu-s{
        display: block;
    }

    .btn-menu-s,.btn-menu-h{
        font-size: 30px;
        color: #fff;
        display: inline-block;
        float: right;
        cursor:pointer;
    }
    .btn-menu-h{
        display: inline-block;
        padding: 0px;
        margin: 0px;
        padding-right: 10px;
        line-height: 20px;
        font-size: 28px;
    }

    .nav-mobile{
        position: fixed;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        top: 0px;
        height: 100%;
        z-index: 99999999999 !important;
        width: 240px;
        padding:5px;
        padding-left: 10px;
        background-color: #00a0e3;
        overflow-y: scroll;
        overflow-x: hidden;
        visibility: hidden;
        right: -500px;
    }
    .nav-mobile-open{
        right: 0px;
        visibility: visible;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
    }
    .nav-mobile #search-box{
        width: 100%;
    }
    .nav-mobile #menu-nav ul li{
        padding:10px 0px;
        width: 100%;
    }
    .nav-mobile #menu-nav ul li a{
        display: block;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding-left: 10px;
    }
    .nav-mobile #menu-nav li>ul{
        display: block;
        position: relative;
        visibility: visible;
        top: 0px;
        left: 0px;
    }
    .nav-mobile #menu-nav li>ul>li{
        border:none;
        padding:0px;
        padding-left: 15px;
    }
    /* 
    ** end .nav-mobile
    */
    .photos-second-item:first-child{
        margin-left: 5px;
    }
    .photos-second-item{
        margin-right: 5px;
    }
    /*
    * tintuc-page
    */
    .news-itemtop{
        width: 24%;
    }
    .news-itembottom .news-itembottom-info{
        padding-right: 10px;
    }
    .news-itembottom .news-itembottom-info .itembottom-viewmore{
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .news-event-block{
        margin-bottom: 30px;
    }
    /*
    ** tintuc-chitiet page
    */
    .n-detail-first-info,.n-detail-second-block{
        padding:0px;
    }
    .n-detail-third .news-itemtop-title{
        height: 30px;
    }
    .n-detail-third .n-detail-relate-block .news-item-relate:first-child a,
    .n-detail-third .n-detail-relate-block .news-item-relate a{
        line-height: 30px;
    }
    .n-detail-relate-block .customNavigation{
        margin-top: -36px;
    }
    .n-detail-relate-block .customNavigation a{
        height: 36px;
    }
    /*
    ** khuyenmai-chitiet page
    */
    .km-item .km-item-title{
        width: auto;
        margin-top: 5px;
    }
    .km-item .km-item-title a{
        font-size: 0.9em;
    }
    .km-item{
        margin-right: 12px;
    }
    .km-item:first-child{
        margin-left: 12px;
    }
    .km-item .km-item-thumb img{
        max-width: 100%;
    }
    .km-detail-third .km-detail-relate-block{
        padding-left: 0px;
    }
    .km-detail-third .n-detail-relate-block .customNavigation{
        margin-top: 0px;
        top:25%;
    }
    .km-detail-relate-block .customNavigation a:last-child{
        margin-right: 0px;
    }
    .km-question-left {
        width: 100%;
        padding-right: 10px;
    }
    .km-question-right {
        width: 100%;        
        padding-left: 15px;
        padding-right: 15px;
    }
    .km-question-left-title {
        text-align: center;
    }
    .km-question-left-title p span {
        line-height: inherit;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .km-question-left-title p img {
        margin: auto;
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
    }
    /*
    ** khuyenmai-page
    */
    .km-slide img{
        max-width: 100%;
        height: auto;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    /*
    * .container-fluid
    * .container 970px
    */
    .container-fluid,.container{
        width: 970px;
        overflow: hidden;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    /*
      * .container-fluid
      * .container 750px
      */
    .container-fluid,.container{
        width: 750px;
        /*overflow: hidden;*/
    }
    .h-second{
        max-height: none;
    }
    .h-second .h-second-left,.h-second .h-second-right{
        float: none;
    }
    .h-second-right ul li:first-child{
        padding-left: 0px;
    }
    /*
    ** end #header
    */
    .f-second .f-second-left,.f-second-right{
        width: 100%;
    }
    .f-second-right::before {
        content: '';
    }
    .f-third .f-logo{
        padding:10px 0px;
    }
    /*
    ** end #footer
    ** tintuc-page
    */
    .news-itemtop:first-child{
        width: 63%;
    }
    .news-itemtop{
        width: 34%;
    }
    .news-itemtop,.news-itemtop{
        width: 34%;
    }
    .news-itemtop:nth-child(2),.news-itemtop:nth-child(3){
        float: right;
        margin-right: 0px;
    }
    /*
    ** tintuc-chitiet page
    */
    .n-detail-second-right-sb p{
        font-size: 21px;
    }
    /*
    ** khuyenmai-chitiet page
    */
    .km-detail-first-info-left{
        padding:0px;
    }
    /*
    **  khuyenmai-page
    */
    .km-slide{
        height: 455px;
    }
    .km-slide-item-left{
        padding-right: 25px;
        padding-top: 10px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*
         * .container-fluid
         * .container 750px
         */
    .container-fluid,.container{
        width: 100%;
        overflow: hidden;
    }
    .h-first-left,.h-first-right{
        line-height: 1.5em;
        padding-top: 3px;
    }
    .h-first-left p{
        text-align: left;
    }
    .h-second-right ul li{
        padding:0px 5px;
    }
    .h-third{
        line-height: 40px;
    }
    .h-second {
        max-height: none;
    }
    .h-second-right {
        float: left;
    }
    .h-second-right ul li:first-child{
        padding-left: 0px;
    }
    /*
    ** end #header
    */
    .f-second .f-second-left,.f-second-right{
        width: 100%;
    }
    .f-second-right::before {
        content: '';
    }
    .f-third .f-logo{
        padding:10px 0px;
    }
    /*
    ** end #footer
    ** tintuc-page
    */
    .news-itemtop:first-child{
        width: 100%;
        margin-right: 0px;
    }
    .news-itemtop{
        width: 49%;
        overflow: hidden;
    }
    .news-itemtop:nth-child(3), .news-itemtop:nth-child(5){
        float: right;
    }
    .news-itembottom .news-itembottom-info{
        padding-right: 10px;
    }
    .news-itembottom .news-itembottom-info h2{
        line-height: 30px;
    }
    .news-itembottom .news-itembottom-info .itembottom-excert{
        margin-top: 5px;
    }
    .news-itembottom .news-itembottom-info .itembottom-viewmore{
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .news-event-block{
        margin-bottom: 30px;
    }
    #photos{
        padding-top: 30px;
    }
    /*
    ** tintuc-chitiet page
    */
    .n-detail-second-left,.n-detail-second-right{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .n-detail-second-right-sb-list ul{
        display: block;
    }
    .n-detail-third .news-item-relate{
        margin-right: 5px;
    }
    /*
   ** khuyenmai-chitiet page
   */
    .km-detail-first-info-left{
        padding:0px;
    }
    .km-detail-first-info-left p:nth-child(2){
        font-size: 18px;
    }
    .km-detail-first-info-right p a{
        padding:10px 15px;
        font-size: 12px;
    }
    /*
   **  khuyenmai-page
   */
    .km-slide{
        height: 325px;
        margin-bottom: 30px;
    }

    .km-slide-item-left{
        width: 60%;
        padding-right: 15px;
        padding-top: 15px;
    }
    .km-slide-item-info-1 p{
        font-size: 16px;
    }
    .km-slide .km-slide-item-info-2 li,.km-slide .km-slide-item-info-3,.km-slide-viewmore{
        margin-top: 10px;
    }
    .km-slide-item-right{
        width: 40%;
    }
}
@media (max-width: 640px) {
    .f-first a:first-child{
        display: none;
    }
    /*
    **
    */
    .km-slide{
        height: auto;
    }
    .km-slide-item-left{
        width: 100%;
        padding-right: 0px;
    }
    .km-slide-item-info{
        margin-left: 0px;
    }
    .km-slide-item-right{
        display: none;
    }
}
@media (max-width: 560px) {
    #logo a img,.f-third .f-logo img{
        max-width: 120px;
    }
    .h-first-left,.h-first-right{
        line-height: 1.5em;
    }
    .h-second-right ul li{
        padding:0px 5px;
    }
    .f-second .f-second-left > ul > li{
        width: 50%;
    }
    /*
    ** tintuc-page
    */
    .news-itembottom .news-itembottom-thumb{
        width: 100%;
        padding-right:0px;
    }
    .news-itembottom .news-itembottom-info{
        padding-left: 5px;
        padding-right:0px;
        width: 100%;
    }
    #video-clip .video-clip-second iframe{
        height: 260px;
    }
    /*
   ** khuyenmai-chitiet -page
   */
    .km-detail-first-info-left,.km-detail-first-info-right{
        width: 100%;
        padding:0px;
        float: left;
    }
    .km-detail-first-info-right p{
        text-align: center;
    }
    .km-detail-second-block .n-detail-second-left,.km-detail-second-block .km-detail-second-right{
        width: 100%;
    }
    .km-detail-second-right img{
        width: 100%;
    }
    /*
    ** khuyenmai-page
    */
    .km-third .news-event-first-icon img{
        width: 30px;
    }
    .km-third .news-event-first p,.km-news-event .news-event-first-icon p{
        font-size: 15px;
        line-height: 30px;
    }

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .h-first-left,.h-second{
        display: none;
    }
    .h-first-right{
        width: 100%;
    }
    .f-second .f-second-left > ul > li{
        width: 100%;
    }
    .f-first{
        padding-top: 10px;
    }
    .f-second,.f-second-left-bot{
        margin-top: 10px;
    }
    .f-second{
        padding-bottom: 10px;
    }
    /*
    ** end header-footer
    ** tintuc-page
    */

    .news-event-first-icon img{
        width: 15%;
    }
    .news-event-first-icon p{
        line-height: 32px;
        font-size: 22px;
    }
    .news-event-second{
        padding-left: 0px;
    }
    .news-event-second ul{
        padding:5px;
        list-style: none;
    }
    .news-event-second ul li{
        padding-right: 25px;
    }
    .news-event-second ul li a{
        font-size: 14px;
    }
    .news-itemtop:first-child,.news-itemtop{
        width: 100%;
        height: auto;
    }
    /*
    ** khuyenmai-chitiet page
    */
    .km-detail-first{
        padding:34px 0px;
    }
    .km-detail-first-info-left p:first-child{
        height: 62px;
        width: 62px;
    }
    /*
      ** khuyenmai-page
      */
    .km-third .news-event-first-icon img{
        width: 27px;
    }
    .km-third .news-event-first p,.km-news-event .news-event-first-icon p{
        font-size: 14px;
        line-height: 27px;
    }
   
}

