

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

ul,li {
    list-style: none;
}

body {
    font: 400 13px/1.42857143 "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}

.clear {
    clear: both;
}

#main-page {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.word-break {
    word-break: break-all;
    display: block;
}
.width_common{
	width:100%;
	float:left;
}
.icon {
    display: inline-block;
    background: url(images/icons/icon-sprite.png);
    vertical-align: middle;
}

.icon.icon-play {
    width: 58px;
    height: 58px;
    background-position: 0 0;
}

.icon.icon-fb {
    width: 24px;
    height: 24px;
    background-position: 0 -60px;
}

.icon.icon-tw {
    width: 24px;
    height: 24px;
    background-position: 0 -90px;
}

.icon.icon-gplus {
    width: 24px;
    height: 24px;
    background-position: 0 -120px;
}

.icon.icon-arrow-left {
    width: 30px;
    height: 60px;
    background-position: 0 -150px;
}

.icon.icon-arrow-right {
    width: 30px;
    height: 60px;
    background-position: -30px -150px;
}

.icon.icon-close {
    width: 13px;
    height: 13px;
    background-position: 0 -270px;
}

.btn {
    font: 400 14px Arial;
    color: #fff;
    background-color: #014e82;
    padding: 8px 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.fix-ie {
    *display: inline;
    *zoom: 1;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

.header {
    text-align: center;
    background-color: #014e82;
}

.header .logo {
    padding: 20px 0;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    display: inline-block;
    vertical-align: top;
}

.header .logo span {
    display: block;
    font: 500 14px 'Roboto',sans-serif;
    color: #fff;
}

.navigation {
    background-color: #043e6c;
}

.navigation li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 16px;
}

.navigation li.last {
    margin-right: 0;
}

.navigation li a {
    color: #dbd3bd;
    font: 400 14px 'Roboto',sans-serif;
    padding: 14px 0;
    display: block;
    border-top: 1px solid transparent;
    position: relative;
    top: -1px;
}

.navigation li:hover a,.navigation li.active a {
    border-top-color: #b39563;
    color: #b39563;
}

#slider {
    position: relative !important;
    top: 0;
    left: 0;
    width: 1600px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
}

#slider .caption-slide {
    position: absolute;
    left: 0;
    background: url(images/graphics/bg-white-tran.png);
    bottom: 0;
    font: 500 20px 'Roboto',sans-serif;
    color: #014e82;
    padding: 10px 20px;
}

#slider .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    margin-top: -29px;
    margin-left: -29px;
}
#slider a{
	display:block;
	text-align:center;
}
#slider .jssora13l,#slider .jssora13ldn {
    position: absolute;
    background: url(images/icons/bg-near-slide.png);
    height: 480px;
    width: 370px;
    left: 0;
    cursor: pointer;
}

#slider .jssora13l .icon,#slider .jssora13ldn .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
}

#slider .jssora13l:hover .icon-arrow-left,#slider .jssora13ldn:hover .icon-arrow-left {
    background-position: 0 -210px;
}

#slider .jssora13r,#slider .jssora13rdn {
    position: absolute;
    background: url(images/icons/bg-near-slide.png);
    height: 480px;
    width: 370px;
    right: 0;
    cursor: pointer;
}

#slider .jssora13r .icon,#slider .jssora13rdn .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
}

#slider .jssora13r:hover .icon-arrow-right,#slider .jssora13rdn:hover .icon-arrow-right {
    background-position: -30px -210px;
}

.main-content {
    background: #fff url(images/graphics/bg-sky.jpg) top center no-repeat;
    padding: 20px 0;
	width:100%;
	float:left;
}

.main-content .title-top-rank {
    font: 400 30px 'Roboto',sans-serif;
    text-align: center;
    color: #014e82;
    background: url(images/graphics/bg-title.png) bottom center no-repeat;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.main-content .title-top-rank span {
    color: #b39563;
}

.main-content .top-bank {
    margin-bottom: 40px;
}

.main-content .top-bank li>div {
    background: #fff;
    text-align: center;
    margin-top: 1px;
    padding: 5px 0;
}

.main-content .top-bank .owl-dots {
    text-align: center;
}

.main-content .top-bank .owl-dots .owl-dot {
    display: inline-block;
}

.main-content .top-bank .owl-dots .owl-dot.active span {
    background-color: #014e82;
}

.main-content .top-bank .owl-dots span {
    width: 35px;
    height: 3px;
    display: block;
    background-color: #b39563;
    margin: 2px;
}

.main-content .list-30-bank {
    margin-bottom: 30px;
}

.main-content .list-30-bank ul.list_ds_nganhang {
    font-size: 0;
	width:100%;
	float:left;
}

.main-content .list-30-bank ul.list_ds_nganhang li {
    width: 10%;
	float:left;
}

.main-content .list-30-bank ul.list_ds_nganhang li a {
    display: block;
    padding: 5px;
}

.main-content .list-30-bank ul.list_ds_nganhang li img {
    width: 100%;
}

.main-content .box-info-bank {
    background-color: #fff;
	width:96%;
	float:left;
	padding:10px 2%;
    position: relative;
}

.main-content .box-info-bank .icon-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.main-content .box-info-bank .info-thumb {
    width: 35.32608%;
    float: left;
    text-align: center;
}
.main-content .box-info-bank .info-thumb .btn {
    margin-top: 15px;
}

.main-content .box-info-bank .info-thumb img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.main-content .box-info-bank .info-thumb ul {
    text-align: left;
    margin-top: 15px;
	width:100%;
	float:left;
}
.main-content .box-info-bank .info-thumb ul li{
	width:100%;
	float:left;
}
.main-content .box-info-bank .info-thumb ul a {
    margin: 5px 0;
    display: block;
    color: #333;
    padding-left: 15px;
    background: url(images/icons/icon-list-style.png) 0 4px no-repeat;
}

.main-content .box-info-bank .info-detail {
    width: 64.67391%;
    float: left;
}

.main-content .box-info-bank .info-detail>div {
    padding-left: 15px;
}

.main-content .box-info-bank .info-detail table {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd4bd;
}

.main-content .box-info-bank .info-detail table td {
    padding: 5px 0;
}

.main-content .box-info-bank .info-detail .descript {
    max-height: 95px;
    overflow-y: auto;
}

.footer {
    border-top: 1px solid #dbd3bd;
    padding: 25px 0;
    font-size: 11px;
    color: #666;
	width:100%;
	float:left;
	background:#e7f5fb;
}

.footer .logo-vne {
    float: left;
    margin-right: 25px;
}

.footer .copy {
    float: left;
}

.footer .social li {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.footer .social li a {
    display: block;
}

.footer .donor {
    float: right;
    position: relative;
    top: -10px;
}

.footer .donor li {
    float: left;
    margin-left: 20px;
	line-height:50px;
}

.footer .donor li img {
    margin-left: 5px;
}
.block_flash_video {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  float: left;
  position: relative;
  font-size: 0;
  background: #000;
}

.videoname {
  width: 96%;
  padding: 10px 2%;
  background: #f5f5f5;
  float: left;
}

.icon_bloclvideo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.icon_bloclvideo .img_icon {
  background: url(images/graphics/ico-play-60x60.png) no-repeat scroll left top;
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  width: 60px;
}

.icon_bloclvideo:hover .img_icon {
  background: url(images/graphics/ico-play-60x60.png) no-repeat scroll right top;
}

.icon_bloclvideo .image_icon_center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block_news_video a{
	display:block;
	padding:8px 3%;
	width:94%;
	float:left;
	border-bottom:1px solid #fff;
	background:#eee;
	color:#333;
	font:700 13px 'Roboto Slab',serif;
	text-align:left;
}
.main-content .list-30-bank ul.list_ds_nganhang li.active{
	background:#fff;
	padding-bottom:10px;
}
.block_conhac{
	background:#d2af57 url(images/graphics/bg_conhac.jpg) no-repeat center top;
}
.content_block_common{
	width:960px;
	margin:0 auto;
}
.left{
	float:left;
}

.right{
	float:right;
}
.block_intro{
	position:relative;
	z-index:1;
	min-height:480px;
}
.section{
	overflow:hidden;
}
.title_intro{
	font:400 26px 'Roboto Slab',serif;
	color:#043e6c;
	text-align:center;
	padding:30px 0 10px 0;
	background:url(images/graphics/bg_top_block_intro.png) no-repeat center bottom;
}
.img_cup{
	position:absolute;
	left:0px;
	top:90px;
}
.block_info_text{
	width:67%;
	float:right;
	padding:50px 0 0 0;
}
.txt_name_point_nh{
	font:400 55px 'Roboto Slab',serif;
	color:#806723;
	padding-bottom:40px;
}
.txt_head_point{
	font:700 18px 'Roboto Slab',serif;
	color:#806723;
}
.info_point{
	width:55%;
	float:left;
	border-right:1px solid #c8a753;
	padding:0 4% 0 0;
}
.table_point li{
	padding:0 0 0 5%;
	width:95%;
	float:left;
	margin:0 0 5px 0;
}
.logo_nganhang{
	width:40%;
	float:right;
	text-align:center;
}
.table_point li.point_left{
	background:url(images/graphics/img_7x7.gif) no-repeat left 5px;
	font:400 15px arial;
color:#806723;
}
.block_top5{
	background:#e7f5fb url(images/graphics/bg_clode.jpg) no-repeat center top;
	padding-bottom:20px;
}
#section1{
	background:#e7f5fb;
}
.title_top5{
	text-align: center;
	position:relative;
	min-height:180px;
}
.txt_top5{
	display:inline-block;
	font:400 30px/180px 'Roboto Slab',serif;
	color:#806723;
	background:url(images/graphics/bg_top_block_intro.png) no-repeat center 115px;
	opacity:0;
}
.txt_top5 span{
	color:#043e6c;
}
.title_top5 img{
	display:inline-block;
	vertical-align:middle;
	position:absolute;;
	left:0;
	top:0;
}

#section1.active .title_top5 img,
#section2.active .title_top5 img{
	left:15%;
	-webkit-transition-duration: 1.5s;
        -moz-transition-duration: 1.5s;
        -o-transition-duration: 1.5s;
        -ms-transition-duration: 1.5s;
        transition-duration: 1.5s;
}
#section3.active .title_top5 .txt_top5,
#section2.active .title_top5 .txt_top5,
#section1.active .title_top5 .txt_top5{
	opacity:1;
	-webkit-transition-duration: 2.5s;
        -moz-transition-duration: 2.5s;
        -o-transition-duration: 2.5s;
        -ms-transition-duration: 2.5s;
        transition-duration: 2.5s;
}
.item_nganhang{
	width:18%;
	float:left;
	margin:0 1%;
	padding-bottom:10px;
}
.item_nganhang.active{
	border-bottom:1px solid #043e6c;
}
.numhang{
	font:400 12px arial;
	border-top:1px solid #def3fa;
	padding:5px 2%;
	width:96%;
	float:left;
	background:#fff;
}
.item_nganhang.active .numhang{
	background:#043e6c;
	color:#fff;
}
.block_5mobile{
	padding:0px 0 0 0;
}
.block_info_nganhang{
	padding:10px 0;
	background:#fff;
}
.title_nganhang{
	font:400 24px arial;
	color:#043e6c;
	text-align:center;
	padding:0 0 10px 0;	
}
.point_nganhang{
	padding:0 0 0 2%;
	background:url(images/icons/icon-list-style.png) no-repeat left 5px;
	float:left;
	margin:0 0% 0 7%;
	font:400 16px arial;
}
.top10_bc{
	height:30px;
}
.tb_10nganhang{
	width:100%;
	float:left;
	font-size:16px;
	color:#043e6c;
	margin:30px 0 0px 0;
}
.tb_10nganhang td{
	background:#fff;
	border-top:1px solid #e7f5fb;
	padding:5px 20px;
	/*cursor:pointer;*/
}
.tb_10nganhang .td_head td{
	background:none;
	color:#043e6c;
	border:none;
}
.wi_nganhang{
	width:40%;
}
.tb_10nganhang tr:hover{
	font-weight:700;
}
.tb_10nganhang tr.td_head:hover{
	font-weight:400;
	cursor:pointer;
}
#section3.active .title_top5 img{
	left:5%;
	-webkit-transition-duration: 2.5s;
	-moz-transition-duration: 2.5s;
	-o-transition-duration: 2.5s;
	-ms-transition-duration: 2.5s;
	transition-duration: 2.5s;
}
#section3.active .title_top5 .txt_top5{
	line-height:80px;
	background-position:center 65px;
}
#section3.active .title_top5{
	min-height:inherit;
}
.txt_hdcm{
	font:400 16px/18px 'Roboto Slab',serif;
	color:#043e6c;
	text-align:center;
	padding:10px 0;
}
.txt_chucvu{
	font:400 14px/18px 'Roboto Slab',serif;
	color:#806723;
	text-align:center;
}
.list_ds_hdcm li{
	float:left;
	width:19%;
	margin:10px 3%;
}
.list_ds_hdcm li .img_hdcm{
	width:100%;
	border-radius:50%;
}
.list_ds_hdcm li.active .img_hdcm{
	border:3px solid #d2ae56;
}
.list_ds_hdcm.ds_3item{
	text-align:center;
}
.list_ds_hdcm.ds_3item li{
	float:none;
	display:inline-block;
	vertical-align:top;
}
.title_hdcm{
	text-align: center;
	position:relative;
	padding:40px 0 20px 0;
}
.txt_top_hdcm{
	display:inline-block;
	font:400 30px/60px 'Roboto Slab',serif;
	color:#806723;
	background:url(images/graphics/bg_top_block_intro.png) no-repeat center 50px;
}
.txt_top_hdcm span{
	color:#043e6c;
}

.hdcm .box-info-bank {
    background-color: #fff;
	width:95%;
	float:left;
	padding:20px 3% 20px 2%;
    position: relative;
	margin:0 0 10px 0;
	display:none;
}

.hdcm .box-info-bank .icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.hdcm .box-info-bank .info-thumb {
    width: 25.32608%;
    float: left;
    text-align: center;
}
.hdcm .box-info-bank .info-thumb img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
.hdcm .info-detail{
	float:right;
	width:70%;
}
.hdcm .info-detail p{
	padding:0 0 10px 20px;
	background:url(images/icons/icon-list-style.png) no-repeat left 5px;
}
.name_chvu{
	padding:0 0 10px 0;
	border-bottom:1px solid #d2ae56;
}
.hdcm .block_binhcho .thumb{
	padding:10px 0 0 0;
}
.list_ds_3nhatai li {
    float: left;
    margin: 10px 1.5%;
    width: 30.3%;
}
.list_ds_3nhatai li img{
	border:3px solid #fff;
	width:100%
}
.list_ds_3nhatai li.active img{
	border:3px solid #d2ae56;
}
.list_ds_4nhatai li {
    float: left;
    margin:0 1% 10px 1%;
    width: 23%;
} 
.list_ds_5nhatai li {
    float: left;
    margin:0 1% 10px 1%;
    width:18%;
}
.list_ds_5nhatai li img,
.list_ds_4nhatai li img{
	width:100%;
}
.txt_tien{
	font:400 18px/24px 'Roboto Slab',serif;
	color:#806723;
	text-align:center;
	padding:10px 0;
}
.txt_tien span{
	color:#043e6c;
}
.list_ds_4nhatai li .txt_tien{
	font-size:16px;
}
.list_ds_5nhatai li .txt_tien{
	font-size:14px;
}
/*tin tuc*/
.news {
	padding:30px 0 20px 0;
}
#col_640{
	width:65.3%;
	float:left;
}
#col_320{
	width:32.65%;
	float:right;
}
.block_cacbao{
	padding:10px 0 0 ;
}
.line_page{
	background:url(images/graphics/bg_line_blue.gif) repeat-y 66.32% top;
	margin-bottom:40px;
}
.list_news li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #cae2ed;
	width:100%;
	float:left;
}
.list_news .thumb {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    width: 28.12%;
}
.list_news .thumb img{
	width:100%;
	font-size:0;
	line-height:0;
}
.title_news{
	padding:0 0 7px;
}
.title_news a {
    color: #333;
    font: 700 16px/20px arial;
}
.news_lead {
    color: #333;
    font: 400 13px/18px arial;
	padding:0 0 7px;
}
.list_news li .list_news_dot_3x3 {
    display: inline;
}
.list_news li .list_news_dot_3x3 li {
    border: medium none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
.list_news_dot_3x3 li strong {
    background: url(images/graphics/bg_dot_gray_3x3.gif) no-repeat left 6px ;
    padding: 0 0 0 10px;
}
.list_news_dot_3x3 li a {
    color: #666;
    font: 700 12px arial;
}
.title_box_category{
	background:#1a507a url(images/graphics/bg_22x40.gif) no-repeat left top;
	margin-bottom:10px;
	height:40px;
}
.txt_main_category{
	float:left;
	display:inline-block;
	font:700 16px/40px 'Roboto Slab', serif;
	color:#fff;
}
.txt_main_category a{
	font:700 16px/40px 'Roboto Slab', serif;
	color:#fff;
	height:40px;
	display:block;
	float:left;
	margin:0 0 0 30px;
}
/*pagination*/
.pagination_news a{
	float:left;
	display:inline-block;
	height:37px;
	padding:0px 15px;
	color:#000;
	font:400 14px/37px 'Roboto Slab', serif;
	margin:0 0 0 10px;
	background:#fff;
}
.pagination_news a.active{
	background:#043e6c;
	font-weight:700;
	color:#fff;
}
.pagination_news span{
		margin:0 0 0 10px;
}
.pagination_news a img{
	float:left;
}
.pagination_news a.pagination_btn{
	padding:0;
	height:37px;
	width:37px;
}
.pagination_news a.pa_prev:hover,
.pagination_news a.pa_prev{
	width:auto;
	padding:0 15px 0 30px;
	background:#fff url(images/graphics/pagination_pre.gif) no-repeat -23px top;
	color:333;
	font-weight:400;
		white-space:nowrap;
}
.pagination_news a.pa_next:hover,
.pagination_news a.pa_next{
		padding:0 60px 0 15px;
	background:#fff url(images/graphics/pagination_next.gif) no-repeat 88px top;
		color:333;
		white-space:nowrap;
}
.xemtiep {
    background: none repeat scroll 0 0 #f5f5f5;
    display: none;
    float: left;
    margin: 0px 0 20px;
    text-align: center;
    width: 100%;
}
.xemtiep a {
    display: block;
    font: 400 14px arial;
    padding: 10px 0;
    text-align: center;
    width: 100%;
	color:#333;
}
.title_tintuc {
    border-bottom: 1px solid #d2ae56;
    color: #043e6c;
    float: left;
    font: 400 30px "Roboto Slab",serif;
    margin: 0 0 15px;
    width: 100%;
}
.title_tintuc span{
	color:#806723;
}
.thumn_video{
	width:100%;
	float:left;
}
.thumn_video img{
	width:100%;
}
.block_flash{
	width:100%;
	float:left;
	position:relative;
	cursor:pointer;
}
.block_flash .icon{
	position:absolute;
	left:42%;
	top:32%;
	z-index:9;
	cursor:pointer;
}
.box_300_common{
	margin:0 0 10px 0;
}
.box_300_common .list_news .thumb{
	width:45%;
}
.box_300_common .list_news .title_news{
	padding:0;
}
.block_image{
	position:relative;
}
.btn_control_tv_slider{
	width:15px;
	height:30px;
	position:absolute;
	top:28%;
	display:inline-block;
	z-index:99;
}
.prev_slider{
	background:url(images/graphics/bg_prev_photo.png) no-repeat left top;
	left:10px;
}
.next_slider{
	background:url(images/graphics/bg_next_photo.png) no-repeat left top;
	right:10px;
}
.block_slider{
	width:100%;
	float:left;
	overflow:hidden;
}
.item_slider .title_news{
	padding:10px 0 0 0;
}
.txt_top_text{
	display:inline-block;
	font:400 30px/60px 'Roboto Slab',serif;
	color:#806723;
	background:url(images/graphics/bg_top_block_intro.png) no-repeat center 50px;
	min-width:300px;
}
.txt_top_text span{
	color:#043e6c;
}
.fck_export{
	font-size:14px;
	padding:10px 0 0 0;
	border-top:1px solid #d2ae56;
}
.title_blue{
	font:400 20px arial;
	color:#043e6c;
}
.block_top_intro p,
.fck_export p{
	padding:0 0 15px 0;

}
.block_top_intro {
	font-size:14px;
}

.block_letraogiai_intro{
	text-align:center;
	font:400 16px/18px arial;
	color:#043e6c;
}
.block_letraogiai_intro p{
	padding:0 0 10px 0;
}
.block_letraogiai_intro .txt_vang{
	color:#d2ae56;
	font-size:12px;
	line-height:14px;
}
.block_letraogiai_intro .txt_24{
	font-size:24px;
}
.content_letraogiai .txt_top_text{
	line-height:40px;
	background-position:center 40px;
	padding:0 0 10px 0;
}
.slider_bottom{
	padding:0 0 20px 0;
	background:#e7f5fb;
}
.letraogiai{
	padding:0;
}
.letraogiai .title_hdcm {
	padding:0 0 10px 0;
}
.decs_page{
	font:400 15px arial;
	color:#043e6c;
	padding:10px 0;
}
.bangxephang  li img{
	border:none;
	float:left;
	width:100%;
}
.bangxephang  li .txt_tennanghang{
	padding:10px 0;
	text-align:center;
	background:#fff;
	border-top:1px solid #e6f5fb;
	width:100%;
	float:left;
	font:400 14px arial;
}
.bangxephang .list_ds_5nhatai li{
	float:none;
	display:inline-block;
	width:17.5%;
	vertical-align:top;
}
.bangxephang .title_hdcm{
	padding:10px 0 10px;
}
.bangxephang .tb_10nganhang{
	margin:0;
	font:700 14px arial;
}
.bangxephang .tb_10nganhang .td_head td{
	background:#6bc4e4;
	font:700 14px arial!important;
}
.bangxephang .tb_10nganhang td.wi_xh{
	font-weight:400;
}
.button_bottom {
	text-align:center;
	padding:10px 0 0 0;
}
.button_bottom a{
	background:#043e6c;
	font:400 14px arial;
	padding:10px 20px;
	color:#fff;
	font:400 14px arial;
	display:inline-block;
}
.txt_center{
	text-align:center;
	padding-top:0;
}
.list_filter_week li{
	width:25%;
	float:left;
	border-bottom:3px solid #0c4875;
}
.list_filter_week li.active{
	border-bottom:3px solid #d2af57;
}
.list_filter_week li a{
	display:block;
	padding:10px 0;
	font:400 16px arial;
	color:#043e6c;
}
.list_filter_week li.active a{
	color:#d2af57;
}
.bangxephang  .mayman{
	padding-bottom:10px;
}
.bangxephang  .mayman .tb_10nganhang td{
	padding:8px 20px;
	border-right:1px solid #e7f5fb;
}
.bangxephang  .mayman .tb_10nganhang .td_head td{
	padding:10px 20px;
	font-weight:400!important;
}
.bangxephang .mayman .tb_10nganhang{
	margin:0;
	font:400 14px arial;
}
.bangxephang  .mayman .tb_10nganhang td.wi_xh{
	width:10px;
	text-align:center;
}
.bangxephang .mayman .tb_10nganhang .wi_nganhang{
	font-weight:700;
}
.active .block_5mobile,
.active .block_5internet{
	margin:50px 0 0 0;
}
.block_top5 .list_5nganhang{
	padding:50px 0 0 0;
}
#section3.active .block_5internet{
	margin:0;
}
#fp-nav{
	position:fixed;
	right:10px;
	top:50%;
	width:250px;
	z-index:999;
}
#fp-nav li{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}
#fp-nav li a{
	width:10px;
	height:10px;
	background:#0e4672;
	display:inline-block;
	border-radius:8px;
	border:2px solid #0e4672;
	font-size:0;
	line-height:0;
	float:right;
	margin:0 0 0 10px;
}
#fp-nav li a.active{
	background:#fff;
}
.fp-tooltip{
	font:400 13px arial;
	color:#0e4672;
	float:right;
}
@media screen  and (max-width:979px) {
    .container {
        padding: 0 10px;
    }

    .navigation {
        position: absolute;
        z-index: 999;
        right: -240px;
        top: 0;
        width: 240px;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -ms-transition-duration: .5s;
        transition-duration: .5s;
    }

    .navigation .btn-toggle-nav {
        width: 45px;
        height: 35px;
        padding-top: 10px;
        cursor: pointer;
        position: absolute;
        left: -61px;
        top: 20px;
        background-color: #043e6c;
    }

    .navigation .btn-toggle-nav span {
        width: 25px;
        height: 2px;
        background-color: #5ba8dc;
        display: block;
        margin: 5px auto;
    }

    .navigation ul {
        overflow-y: auto;
    }

    .navigation ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .navigation ul li a {
        padding: 10px 0;
    }

    .navigation ul li:hover a,.navigation ul li.active a {
        border-color: transparent;
    }

    .navigation.open {
        border-left: 1px solid #5ba8dc;
        right: 0;
    }

    .navigation.open .btn-toggle-nav {
        border: 1px solid #5ba8dc;
        border-right: none;
        left: -46px;
    }

    .footer .copy {
        float: right;
    }

    .footer .donor {
        width: 100%;
        float: left;
        text-align: center;
        position: static;
        margin-top: 20px;
    }

    .footer .donor li {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .footer .social {
        display: none;
    }
	
    .main-content .box-info-bank .info-thumb,.main-content .box-info-bank .info-detail {
        width: 100%;
        float: left;
        text-align: left;
    }

    .main-content .box-info-bank .info-thumb {
        margin-bottom: 15px;
    }

    .main-content .box-info-bank .info-thumb>div {
        padding: 0;
    }

    .main-content .box-info-bank .info-thumb .btn {
        margin: 0;
    }

    .main-content .box-info-bank .info-thumb img {
        float: left;
        margin-right: 15px;
        width: 40%;
    }

    .main-content .box-info-bank .info-thumb ul {
        overflow: hidden;
    }

    .main-content .box-info-bank .info-thumb ul a {
        white-space: nowrap;
        overflow: hidden;
        max-width: 220px;
        text-overflow: ellipsis;
    }

    .main-content .box-info-bank .info-detail>div {
        padding: 0;
    }

}

@media screen  and (max-width:480px) {
    .header .logo img {
        width: 70%;
    }

    .header .logo span {
        display: none;
    }

    .footer .logo-vne {
        width: auto;
        float: none;
        display: block;
        margin: 0;
        text-align: center;
    }

    .footer .copy {
        float: none;
        width: auto;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .footer .donor {
        width: auto;
        float: none;
    }

    .footer .donor li {
        font-size: 0;
        margin: 0 20px;
    }

    .footer .donor li img {
        margin: 0;
    }

    .main-content .box-info-bank {
        margin: 0 -15px;
        padding: 20px 10px 10px 10px;
    }

    .main-content .box-info-bank .info-thumb {
        text-align: center;
    }

    .main-content .box-info-bank .info-thumb img {
        width: 100%;
        float: none;
        display: block;
    }

    .main-content .box-info-bank .info-thumb .btn {
        margin-top: 15px;
    }

    .main-content .box-info-bank .info-detail table td {
        vertical-align: top;
    }

    .main-content .box-info-bank .info-detail table td:last-child {
        width: 70%;
        max-width: 205px;
    }
	.main-content .list-30-bank ul.list_ds_nganhang li{
		width:33%;
	}
	
	.hdcm .info-detail,
	.block_letraogiai_intro img,
	#col_320,
	#col_640{
		width:100%;
	}
	.hdcm .box-info-bank .info-thumb,
	.list_ds_3nhatai li{
		width:100%;
		margin:0 0 10px 0;
	}
	.list_ds_3nhatai li img{
		width:99%;
	}
	.list_ds_hdcm li{
		width:46%;
		margin:0 2%;
	}
	.bangxephang .list_ds_5nhatai li,
	.list_ds_5nhatai li,
	.list_ds_4nhatai li{
		width:47%;
	}
	.title_hdcm{
		padding:20px 0;
	}
	.xemtiep{
		display:block;
	}
	.content_block_common{
		width:100%;
	}
	.title_top5 img,
	.img_cup{
		display:none;
	}
	.block_info_text{
		width:96%;
		padding:0 2%;
	}
	.txt_name_point_nh{
		font-size:36px;
		text-align:center;
	}
	.logo_nganhang,
	.info_point{
		width:100%;
	}
	.title_top5{
		min-height:inherit;
	}
	.txt_top5{
		opacity:1;
		font:400 28px/36px "Roboto Slab",serif;
		padding:20px 0;
	}
	.item_nganhang{
		width:48%;
	}
	.tb_10nganhang td{
		padding:5px 10px;
	}
	.tb_10nganhang td.wi_logo{
		display:none;
	}
	.tb_10nganhang td.wi_xh{
		width:20%;
		padding:5px 10px
	}
	.tb_10nganhang td.wi_nganhang{
		width:50%;
	}
	.point_nganhang{
		margin:0 0 0 2%;
		padding:0 0 0 5%;
	}
}

/* Fix chrome: display none until init */
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}