﻿                                ._ftBasic
{
}

._ftBasic ._footer_item ._footer_content ._logo_footer
{
	display:block;
	text-align:center;
}
._ftBasic ._footer_item ._footer_content ._logo_footer img{width:160px}
._footer_item ._footer_content{padding-top:10px; border-top:1px solid #000}
._footer_item ul li
{
    position: relative;
    border-top: 0px solid #ccc;
}

    ._footer_item ul li:first-child
    {
        border-top: none !important;
    }

    ._footer_item ul li:last-child
    {
        border-bottom: none !important;
    }

.navfootersite .box
{
    position: inherit !important;
}

.footer-widget h2
{
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    color: red;
}

.footer-widget h3
{
    border-bottom: 0 solid #eaeaea;
    padding: 0;
    background: none;
    text-align: left;
    margin: 0 0 10px;
}

    .footer-widget h3 span
    {
        padding-left: 0 !important;
    }

.footer-widget .widget-title
{
    width: auto !important;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-tag-line
{
    font-size: 16px;
    text-transform: uppercase;
}

.flickr-widget li
{
    margin: 0 10px 10px 0;
}

.footer-widget li .fa
{
    margin: 0 0 0 -20px;
    float: left;
}

.footer-widget #menu-footer-menu li .fa
{
    margin: 3px 0 0 -15px;
}

.footer-widget #giao-dich-menu li .fa
{
    margin: -3px 0 0 -15px;
}

ul.flickr li, .widget ul.flickr li
{
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
}

ul.flickr a
{
    display: block;
}

ul.flickr img
{
    opacity: .7;
    filter: alpha(opacity=70);
}

ul.flickr a:hover img
{
    opacity: 1;
    filter: alpha(opacity=100);
}
/*iframe{border:none !important}
.navfooter ._footer_item ._footer_title span{z-index:2;position:relative;padding-right:10px}
.navfooter ._footer_item ._footer_title:after{content:'';position:absolute;top:50%;height:1px;width:100%;left:0;z-index:0}

._ftBasic ._footer_content{font-weight: 300;}    
._footer_item ul li{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc}
.navfooter ._footer_item ._footer_title:after{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cecece;}
.navfooter ._footer_item ._footer_title span{background-color:#f2f2f2}*/
._ftBasic ._footer_item.news_ft ._footer_content #specials-next a:not(:first-child),
._ftBasic ._footer_item.news_ft ._footer_content #specials-prev a:not(:first-child)
{
    display: none;
}


._ft_left
{
    background-color: #222;
}

    ._ft_left ._footer_item .icost, ._footer_item ._ft_social .icost
    {
        width: 30px;
        height: 30px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #4E515A;
        margin-right: 10px;
        line-height: 30px;
        text-align: center;
    }

    ._ft_left ._ft_left_row, .ft_news_it
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

._ftBasic ._ft_left ._ft_social > li, ._footer_item ._ft_social > li
{
    float: left;
    padding-top: 0;
}


._ftBasic .ft_img_news
{
    width: 80px;
    margin-right: 5px;
    float: left;
}
._ftBasic .ft_news_it ._content
{
	float: left;
	width: calc(100% - 85px);
	padding-top: 0;
}
._ftBasic ._ft_date
{
    font-size: 12px;
    color: #777;
    font-style: italic;
}

._ftBasic .ft_tt_news
{
    display: block;
}

    ._ftBasic .ft_tt_news ._title
    {
        /*color: #7CBC2D;*/
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0px;
        line-height: 18px;
    }

#_news_ft .nav-scroll
{
    position: relative;
}

    #_news_ft .nav-scroll .bx-prev, #_news_ft .nav-scroll .bx-next
    {
        position: absolute;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background-image: none;
        opacity: 1;
        top: -43px;
        cursor: pointer;
        text-align: center;
        right: 0;
    }

    #_news_ft .nav-scroll .bx-prev
    {
        right: 29px;
    }

        #_news_ft .nav-scroll .bx-prev:hover, #_news_ft .nav-scroll .bx-next:hover
        {
            opacity: 0.5;
        }

@media (max-width: 768px)
{
    #footer
    {
        padding: 10px 0;
    }

    ._ftBasic
    {
        text-align: left;
    }
}









                /**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left:0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-viewport ul{margin:0;padding:0}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('themes/default/images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
}

.bx-wrapper .bx-next {
	right: 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a i {
	vertical-align:top;
	font-size:45px
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	margin-top: -10px;
	vertical-align:top;
	z-index: 18;
	padding:0 5px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('themes/default/images/controls.htm') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('themes/default/images/controls.htm') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}




