/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 10px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	/*border: 1px solid #ccc;*/
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 30 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}
.btn-primary {

    position: relative;
    left: -10px; /* mueve 10px hacia la izquierda */
    position: relative;
    left: -10px; /* mueve 10px hacia la izquierda */
}
.btn-primary {
    /*color: #ff0000;
    background-color: transparent;
	border-color: #ff0000;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;*/
	margin-left: 0;
	background: linear-gradient(to bottom, #2e2e38, #1f1f26); /* Degradado oscuro */
    color: #d8c398; /* Color del texto similar al tono dorado claro */
    /*padding: 10px 25px;*/
	padding: 8px 12px;
    border: none;
    border-radius: 5px;
    /*font-weight: bold;*/
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #444, 0 0 4px #000;
    transition: background 0.3s;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    /*color: #fff !important;
    background-color: #ff0000 !important;
	border-color: #ff0000 !important;*/
	background: linear-gradient(to bottom, #3a3a45, #2a2a34);
	color: #b4b7c2 !important;
}


.header-insite {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.logo {
    display: block;
    position: absolute;
    top: 14px;
    left: 398px;
    z-index: 21;
}
.main_menu .mmn {
    display: block;
    height: 58px;
    background: url(../img/main_menu.png) no-repeat 0 0;
    margin: 0;
    z-index: 10;
}
.main_menu .mmn1 {
    width: 171px;
    background-position: 0 0;
}
.fixmenu2{
    padding: 12px 90px !important;
}
#choingay_flash {
    position: absolute;
    top: 252px;
    left: 372px;
}
.event_banner_block {
    width: 285px;
    height: 198px;
    margin: 0 0 0 4px;
}
.header-insite .event_banner_block {
    position: absolute;
    margin: 0;
    top: 144px;
    left: 695px;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0px 0;
height: 0;
	opacity:0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;


}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:35px;
}
.theme-default a.nivo-prevNav {
	left:35px;
}
.theme-default a.nivo-nextNav { 
	background-position:-30px 0;
	right:35px;
}
.theme-default a.nivo-prevNav {
	left:35px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;color:#735d2a; font-size:11px;
}
.theme-default .nivo-caption a {
    color:#ff0;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#ff0;
}
.eventsa{width: 285px; height: 198px; margin: 0 0 0 4px;}
.style2 {
    color: #AC928A;
}
.style1 {
    color: #00CC33;
}
.btn1 {
    width: 197px;
    height: 69px;
    background: url(../img/service_btn.png) no-repeat 0 0;
    position: absolute;
    top: 353px;
    left: 73px;
}
.btn1:hover {
    background-position: 0 -70px;
}
.btn2 {
    width: 180px;
    height: 53px;
    background: url(../img/dk_btn.png) no-repeat 0 0;
    position: absolute;
    top: 370px;
    left: 280px;
}
.btn2:hover {
    background-position: 0 -54px;
}
.btn3 {
    width: 180px;
    height: 53px;
    background: url(../img/napthe_btn.png) no-repeat 0 0;
    position: absolute;
    top: 370px;
    left: 583px;
}
.btn3:hover {
    background-position: 0 -54px;
}
.panel{
    background: none;
}
.panel-heading{
    background: none;
}
.panel-footer{
    background: none !important;
}
.panel-usercp .panel-heading{
	background: none;
	border: 0px;
	padding: 0px;
}
.panel-title.menu-user{
	width: 264px;
    height: 63px;
    /*margin-left: -2px;*/
	background: url(../img/gioithieu2.jpg) no-repeat;
}
.panel-usercp .panel-body{
	padding: 0px 0px 0px 15px;
	background: url(../img/menu-right.jpg) repeat-y;
}
.panel-usercp ul{

}
.panel-usercp ul li+li {
    border-top: 1px solid #2c2f36;
}
.color-orange{
	color: #bc6b50;
}
.support {
    width: 235px;
    position: relative;
    background: url(../img/bg_bottom-r.png) no-repeat;
    height: 151px;
}
.support a {
    display: block;
    position: absolute;
}
.support .hotline {
    background: url(../img/hotline-r.png) no-repeat;
    width: 108px;
    height: 47px;
    top: 20px;
    left: 5px;
}
.support .hotro {
    background: url(../img/hotro.png) no-repeat;
    width: 141px;
    height: 47px;
    top: 20px;
    right: -27px;
}
.support .fp {
    background: url(../img/fp.png) no-repeat;
    width: 107px;
    height: 47px;
    top: 80px;
    left: 5px;
}
.support .dd {
    background: url(../img/dd.png) no-repeat;
    width: 117px;
    height: 47px;
    top: 80px;
    right: -3px;
}
.fb_block {
    width: 100%;
}
.fb_block a.fb_btn {
    /*width: 306px;*/
    height: 38px;
    background: url(../img/fb.png) no-repeat 0 0;
    display: block;
    margin-left: -25px;
}
.fb_block a.fb_btn:hover {
    background-position: 0 -39px;
}
a img {
  border: none;
}
a:focus{
	outline: none;
}