/*
Theme Name: RRCC
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * reset css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img.alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	display:block;
}

img.alignright {
	float:right;
	margin-left:20px;
	display:block;
	margin-bottom:20px;
}
img.aligncenter {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:20px;
}.main-content a{	color:#e90004;}
/**
 * end reset css
 */
.radius_2{-webkit-border-radius: 2px; -moz-border-radius: 2px;-o-border-radius: 2px; border-radius: 2px;}
.radius_4{-webkit-border-radius: 4px; -moz-border-radius: 4px;-o-border-radius: 4px; border-radius: 4px;}
.radius_6{-webkit-border-radius: 6px; -moz-border-radius: 6px;-o-border-radius: 6px; border-radius: 6px;}
.radius_8{-webkit-border-radius: 8px; -moz-border-radius: 8px;-o-border-radius: 8px; border-radius: 8px;}
.radius_50{-webkit-border-radius: 50%; -moz-border-radius: 50%;-o-border-radius: 50%; border-radius: 50%;}

body {
    font-family: 'poppinsregular', sans-serif!important;
    font-size: 16px;
}
.container {
    max-width: 1200px!important;
    width: 100%!important;
    margin: 0 auto!important;
    padding: 0 15px!important;
}
.top-header h2 {
    display: none;
}
#text-2 {
    float: left;
    padding: 13px 0;
}
#text-2 .textwidget {
    font-size: 16px;
    color: #717171;
}
#nav_menu-2 {
    float: right;
    padding: 13px 0;
}
#nav_menu-2 li {
    display: inline-block;
}
#nav_menu-2 li a {
    font-size: 16px;
}
.admin-mail a {
    color: #717171;
    background-image: url('images/email.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 30px;
	padding-right:0;
}
.admin-mail {
}
.link-select {
}
.link-select a {
    color: #e80000;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 30px;
}
.button-menu {
    display: none;
}
.main-menu {
    background-color: #094038;
}
.main-menu #menu-primary-menu {
    margin: 0;
    padding-left: 40px;
}
.main-menu #menu-primary-menu > li {
    display: inline-block;
    float: left;
}
.main-menu #menu-primary-menu > li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
    line-height: 23px;
}
.main-menu #menu-primary-menu > li a:hover {
    background-color: #e90004;
    text-decoration: none;
}
.main-menu #menu-primary-menu > li:hover {
    background-color: #e90004;
}

.main-menu #menu-primary-menu > li.current_page_item a {
    background-color: #e90004;
}
.main-menu #menu-primary-menu > li:nth-child(4) {
    margin-right: 180px;
}
.menu-item-has-children {
    position: relative;
}
.sub-menu {
    background-color: #e90004;
    display: none;
    left: 0;
    position: absolute;
    top: 53px;
    width: 225px;
    z-index: 9999;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.main-menu .menu-item-has-children:before {
    content: "\f0d7";
    position: absolute;
    font-family: fontawesome;
    right: 8px;
    top: 18px;
    color: #fff;
}
.main-menu .menu-item-has-children:hover:after {
    content: "\f0d8";
    position: absolute;
    font-family: fontawesome;
    right: 8px;
    top: 18px;
    color: #fff;
}
.menu-item-has-children:hover:before {
    display: none;
}
.main-menu #menu-primary-menu > li:nth-child(4) .sub-menu {
    right: 0;
    left: auto;
}
.main-menu .sub-menu li a {
    font-size: 14px!important;
    line-height: 26px;
    padding: 7px 20px !important;
    font-family: poppinsregular!important;
    font-weight: 400!important;
}
.main-menu .sub-menu li a:hover {
    background-color: #094038!important;
}
header {
    position: relative;
}
header .logo {
    margin: 0!important;
}
.logo img {
    left: 50%;
    margin-left: -60px;
    position: absolute;
    top: 20px;
    z-index: 9999;
}
.left-slider img {
    height: auto;
    width: 100%;
}
.slider ol.flex-control-nav {
    display: none;
}
.flex-direction-nav a::before {
    font-size: 34px!important;
}
.flex1 .flex-prev, .flex1 .flex-next {
	display: none;
}
.right-slider h3 {
    color: #313131;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}
.sl-descript {
    color: #a2a1a1!important;
    font-size: 14px;
    line-height: 20px!important;
    max-width: 350px;
}
.right-slider p {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 30px;
}
.right-slider .more-link {
    color: #e90004;
    font-size: 14px;
}
.right-slider .more-link:hover {
    color: #e90004!important;
    text-decoration: none;
}
.events-home {
    background-color: #f0f0f0;
    padding-bottom: 60px;
}
.top-event-home {
    padding-bottom: 40px;
    padding-top: 60px;
}
.title-step {
    color: #181818;
    float: left;
    font-size: 30px;
    line-height: 26px;
    margin: 0;
}
.top-event-home a {
    color: #d2001f;
    float: right;
    font-family: poppinsmedium;
    font-size: 14px;
    line-height: 24px;
}
.top-event-home a:hover {
    text-decoration: none;
}
.bottom-event-home li {
}
.bottom-event-home li.active .fixbg {
    background-color: #fff!important;
}

.time-location label.time::after {
    color: #d2001f;
    content: "\f017";
    font-family: fontawesome;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 0;
}
.time-location label.location::after {
    color: #d2001f;
    content: "\f041";
    font-family: fontawesome;
    font-size: 22px;
    font-weight: 400;
    left: 3px;
    position: absolute;
    top: 0;
}
.time-location label {
    padding-left: 50px;
    position: relative;
}
.time-location {
    margin: 70px 0!important;
    border-right: 2px solid #e8e8e8;
    padding: 0 30px 0 60px!important;
}
.time-location h4 {
    color: #555555;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    font-family: poppinsmedium;
}
.time-location p {
    color: #181818;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.hungphan{
    width:auto!important;
    margin-left:-6px;
    margin-right:-6px;
    
}
.hungphan li{
    padding-left:6px;
    padding-right:6px;
}
.fixbg{
    background-color: #dbdbdb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    height: auto;
    padding-left: 40px;
    width: 100%;
}
.carousel-inner {
    background-color: #fff;
}
.content-event {
    padding: 70px 30px 0 65px!important;
}
.content-event h3 {
    color: #181818;
    font-size: 20px;
    margin: 0;
    padding-bottom: 40px;
}
.content-event p {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.content-event a {
	color:#d2001f;
}
#slider1_container {
    position: relative;
    top: 0px; 
    left: 0px;
    overflow: hidden;
    width: 1100px!important;
    height: 174px!important;
}
.galery {
    padding: 60px 0;
}
.galery h3 {
    padding-bottom: 40px;
}
.slider {
    clear: both;
    margin: 50px 0 10px !important;
}
.galery .slides li {
    position: relative;
}
/*.flexslider .slides > li:hover {
    opacity: 0.8;
}
.flexslider .slides > li:hover p {
    color: #e90004;
}*/
.galery .slides li p {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
}
.flex-direction-nav a::before {
    font-size: 24px !important;
    color: #d4d4d4!important;
}
.flex-direction-nav a:hover::before {
    color: red !important;
}
.flex-direction-nav .flex-prev {
    left: -25px !important;
    opacity: 1!important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px ;
    opacity: 1;
}
.flex-direction-nav a {
    height: 30px!important;
    width: 25px!important;
}
.flex-direction-nav .flex-next {
    right: -25px !important;
    opacity: 1!important;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px ;
    opacity: 1;
}
@media screen and (max-width: 1280px){
	.flex-direction-nav .flex-next {
		right: 5px !important;
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		right: 5px ;
	}
	.flex-direction-nav .flex-prev {
		left: 5px !important;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 5px ;
	}
}




.galery .flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 1 !important;
    z-index: 1!important;
}
.galery .flexslider {
    margin: 0;
}
.mail-chip {
    background-image: url("images/mailchip.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.mail-chip h2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
}
.mail-chip .textwidget {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
}
.mail-chip input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: poppinsmedium;
    font-size: 16px;
    height: 50px;
    padding-left: 30px;
    width: 200px;
    margin-right: 30px;
}
.mail-chip form .mc4wp-form-fields p {
    float: left;
}
.submit-mc {
    background-color: #e90004 !important;
    border: medium none !important;
    font-family: poppinssemibold !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    width: 196px !important;
}
.submit-mc:hover {
    background-color: #094038!important;
    color: #e90004;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}
.mc4wp-alert.mc4wp-error > p {
    color: #fff;
}
.mc4wp-form-fields label {
    display: none;
}
.mc4wp-alert.mc4wp-success p {
    color: #fff;
    text-align: center;
    clear: both;
}
.map-home > img {
    height: auto;
    width: 100%;
}
footer {
    background-color: #252525;
}
#nav_menu-3 {
    padding-left: 0;
    width: 30%;
}
#nav_menu-4 {
    padding-right: 0;
    width: 30%;
    padding-left: 80px;
}
	#text-5 {
		width: 40%;
		padding: 0 25px;
	}
	

@media screen and (min-width: 1200px) {
	#text-5 {
		padding: 0 100px;
	}
	
}
@media screen and (max-width: 1199px) {
	#nav_menu-3 {
    padding-left: 10px;
}
	#nav_menu-4 {
		padding-left: 25px;
	}
	
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    bottom: 0;
    position: absolute;
color:#fff;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: none !important;
}
.wpcf7-not-valid-tip {
    bottom: -50px;
    position: absolute;
}
.top-footer h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 70px 0 40px;
    text-transform: capitalize;
}
#nav_menu-3 a {
    color: #717171;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    text-transform: capitalize;
    line-height: 30px;
}
#nav_menu-3 a:last-child {
    padding-bottom: 0;
}
#nav_menu-3 a:hover {
    color: #e90004;
    text-decoration: none;
}
#nav_menu-3 .current_page_item a {
    color: #e90004;
}
#text-5  p {
    color: #717171;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 40px;
}
.newsletter-email {
    border: medium none;
    border-radius: 5px;
    color: #717171;
    font-size: 14px;
    padding-left: 30px;
    text-transform: capitalize;
    width: 100%;
    height: 50px;
}
#text-5 form {
    max-width: 270px;
    position: relative;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#text-5 form  .newsletter-submit {
    background-color: transparent;
    background-image: url("images/arow-letter.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

#nav_menu-4 a {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
}
#nav_menu-4 .link-select {
    display: none;
}
.top-footer .container > div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #2e2e2e #2e2e2e;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 2px;
    min-height: 380px;
}
.top-footer .container > div:nth-child(1){
    border-top: none;
    border-left: none;
}
.top-footer .container > div:nth-child(3){
    border-top: none;
    border-right: none;
}
.bottom-footer .menu a {
    background-image: url("images/face-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #717171;
    display: block;
    float: right;
    font-size: 14px;
    padding: 20px 50px 20px 0;
    text-decoration: none;
}
.bottom-footer {
    padding: 20px 0 40px;
}
.copy-right {
    color: #717171;
    float: left;
    font-size: 14px;
    padding: 20px 0;
    margin: 0;
}
.bottom-footer ul {
    margin: 0;
}
.slide-latest {
    clear: both;
    padding-right: 400px;
}
.latest-new h3.title-step {
    border-top: 1px solid #d3d3d3;
    float: none;
    padding: 60px 0 35px;
}
.latest-new ol {
    display: none;
}
.content-latest > label {
    color: #c4122c;
    font-size: 14px;
    margin-bottom: 0;
}
.content-latest > h3 {
    color: #181818;
    font-size: 20px;
    text-transform: uppercase;
}
.content-latest > p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
.content-latest .more-link {
    color: #d2001f;
    text-decoration: none;
}


.latest-new .flex-direction-nav a {
    top: 0;
    margin: 0;
    width: auto!important;
    font-size: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
}
.latest-new .flex-direction-nav .flex-prev:before {
    display: none;
}
.latest-new .flex-direction-nav .flex-next:before {
    display: none;
}
.latest-new .flex-direction-nav .flex-prev {
    left: auto!important;
    right: 70px;
    padding-left: 15px;
}
.latest-new .flex-direction-nav .flex-prev:hover {
    left: auto!important;
    right: 70px;
}
.latest-new .flex-direction-nav .flex-next {
    right: 0 !important;
    padding-right: 15px;
}
.latest-new .flex-direction-nav .flex-prev:after {
    position: absolute;
    content: "\f104";
    font-family: fontawesome;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
}
.latest-new .flex-direction-nav .flex-next:after {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
}
.latest-new .flex-direction-nav a:hover {
    color: #d2001f;
}
.linhk-right h2 {
    color: #181818;
    font-size: 30px;
    margin: 0;
    padding-bottom: 35px;
}
.linhk-right a {
    background-color: #094038;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 25px;
    width: 270px;
    background-image: url("images/bg-links.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    text-transform: capitalize;
}
.linhk-right a:hover {
    text-decoration: none;
    color: #e90004;
}
.linhk-right {
    position: absolute;
    right: 15px;
    top: 60px;
}
.latest-new {
    padding-bottom: 60px;
}
.map-home iframe {
    height: 470px;
    width: 100%;
}

/* gallery */
ul.list_galery{
	width:100%;
	padding:0;
}
ul.list_galery li{
	width:50%;
	float:left;
	text-align:center;
}
ul.list_galery li img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}
ul.list_galery li a:hover{
	text-decoration:none;
}
.flex-direction-nav a{
	cursor:pointer;
}
/**
 * page
 */

.page .main-site {
    padding-top: 80px;
}
.sidebar {
    float: left;
    left: 15px;
    margin-bottom: 30px;
    position: absolute;
    top: 50px;
    width: 270px;
}
.sidebar ul {
    margin: 0;
}
.sidebar #nav_menu-5 h2 {
    font-size: 18px;
    color: #fff;
    background-color: #094139;
    margin: 0;
    padding: 15px 20px;
}
.sidebar #nav_menu-5 a {
    border-bottom: 1px solid #e0e0e0;
    color: #555555;
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar #nav_menu-6 {
    padding: 60px 0;
	padding-top:0;
}
.sidebar #nav_menu-6 a {
    background-color: #094038;
    background-image: url("images/bg-links.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: capitalize;
}
.sidebar #nav_menu-6 li:last-child a {
    margin-bottom: 0;
}
.sidebar .mail-chip {
    padding: 0 0 15px;
}
.sidebar .mail-chip h2 {
    font-size: 23px;
    padding: 30px 5px 10px;
}
.sidebar .mail-chip .textwidget {
    padding: 0 25px 25px;
}
.sidebar .mail-chip input {
    width: 220px;
    height: 46px;
    margin: 0;
}
.sidebar .mail-chip form .mc4wp-form-fields p {
    float: none;
    margin-bottom: 15px;
    text-align: center;
}
.sidebar .mail-chip .submit-mc {
    width: 220px!important;
    height: 46px!important;
}
.sidebar #nav_menu-5 {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar #nav_menu-5 li:nth-child(2n+1){
    background-color: #fafafa;
}
.sidebar #nav_menu-5 li:nth-child(2n){
    background-color: #f7f7f7;
}
.sidebar #nav_menu-5 .current_page_item a {
    color: #e90004;
}
.main-site .container {
    position: relative;
}
.main-content {
    padding-left: 380px;
    padding-top: 30px;
    min-height: 1220px;
}
.single .main-site {
    padding-top: 80px;
}
.main-title {
    color: #181818;
    font-size: 30px;
    margin: 0;
    padding-bottom: 25px;
}
.main-content > p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
.list-sport {
    clear: both;
}
.list-sport p {
    float: left;
}
.list-sport img {
    margin-right: 45px;
    margin-top: 5px;
}

.list-sport h4 {
    color: #181818;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.list-sport li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
    list-style: inside;
    padding-bottom: 15px;
}
.main-content table {
    border: 1px solid #d2d2d2;
    margin: 0 0 50px 0;
    min-width: 470px;
    width: 100%;
}
.page-id-102 .main-content table {
    border: 1px solid #d2d2d2;
    margin: 0 0 50px 0;
    min-width: 320px;
    width: 600px;
}
.main-content table tr:first-child {
    height: 60px!important;
    background-color: #094038;
    color: #fff!important;
    font-size: 14px;
    font-weight:bold;
}
.main-content table#tablepress-15 tr:nth-child(3n+1) {
    height: 60px!important;
    background-color: #094038;
    color: #fff!important;
    font-size: 14px;
    font-weight:bold;
}

.main-content table#tablepress-2 tr:first-child {
    height: 60px!important;
    background-color: #e80000;
    color: #fff!important;
    font-size: 14px;
    font-weight:bold;
}


.main-content table tr:first-child td {
    border: none;
    /*padding-left: 28px;*/
}
.main-content table tr {
    height: 40px;
    font-size: 14px;
    color: #555555;
}
.main-content table td {
    vertical-align: middle;
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
text-align:center;
}
.main-content table td:first-child {
   /* width: 260px;*/
}
.main-content table td:nth-child(2){
   /* width: 105px;*/
}
.main-content table td:nth-child(3){
    /*width: 105px;*/
}
#crumbs {
    font-size: 16px;
}
#crumbs span a {
    color: #555555;
}
#crumbs span.current {
    color: #e90004;
}
.sponsors-section{
	width:100%;
	background:#f0f0f0;
	padding-top:50px;
}
.sponsors-section h3{
	text-align:center;
	display:block;
	width:100%;
	line-height:36px;
	float:left;
	 margin-bottom: 40px;
}
.sponsors-section .flexslider{
	border:none;
	background:none;
}
.flex2 {
	
}
.sponsors-section .flexslider .slides img{
	-webkit-border-radius: 4px; -moz-border-radius: 4px;-o-border-radius: 4px; border-radius: 4px;
}

/* Style for LEFT MENU INNER PAGE */
.sidebar ul.menu{
	width:100%;
	
}
.sidebar ul.menu ul.sub-menu{
	border:1px solid #cbcbcb;
	border-top:none;
	width:100%;
		-webkit-border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-o-border-radius: 0px 0px 5px 5px; 
	border-radius: 0px 0px 5px 5px; 
	overflow:hidden;
	display:block;
}
.sidebar ul.menu   li{
	width:100%;
	
}
.sidebar .menusidebar ul.menu  > li{
	display:none;
}
.sidebar .menusidebar  ul.menu li.menu-item-has-children{
	display:block;
}
.sidebar  .menusidebar .sub-menu{
	display:block;
	background:none;
	position:relative;
	left:inherit;
	top:inherit;
	margin-bottom: 60px;

}

.sidebar .sub-menu li:nth-child(2n+1){
    background-color: #fafafa;
}
.sidebar .sub-menu li:nth-child(2n){
    background-color: #f7f7f7;
}
.sidebar .sub-menu li a{
	font-size:16px;
	color:#555555;
	padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
	border-bottom-color: #e0e0e0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	display:block;
}
.sidebar .sub-menu li a:hover,
.sidebar .sub-menu li.current-menu-item a{
	color:#e90004;
}


.sidebar .sub-menu li:last-child a{
	border-bottom:none;
}

.sidebar .menu li.menu-item-has-children > a{
	 background-color: #094139;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
	width:100%;
	display:block;
	-webkit-border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-o-border-radius: 5px 5px 0px 0px; 
	border-radius: 5px 5px 0px 0px; 
}
.sidebar .menu a:hover{
	text-decoration:none;
}

/* CUSTOM POST PAGE */
.ctp-content{
	width:100%;
	clear:both;
}
.ctp-content .list-port{
	float:left;
	margin-top:10px;
	width:100%;
}
.img-featured{
	float:left;
	width:33.33%;
}
.img-featured img{
	max-width:100%;
	height:auto;
}

/* single-sponsors */
.single-sponsors img{
	float:left;
	margin-right:20px;
	border:1px solid #ccc;
}

/**
 * responsive
 */





@media all  and (min-width: 1200px){
    .galery .container {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    .galery h3 {
        margin-left: -35px!important;
    }
}
@media all and (max-width: 1120px){
    .main-menu #menu-primary-menu {
        margin: 0;
        padding-left: 0; 
    }
    
}
@media all and (max-width: 1070px){
    .main-menu #menu-primary-menu > li:nth-child(4) {
        margin-right: 120px;
    }
}

@media screen and (max-width: 1024px){
    .main-menu #menu-primary-menu > li:nth-child(4) {
        margin-right: 0;
    }
    .logo img {
        left: auto;
        margin-left: 0;
        position: relative;
        top: 0;
    }
    header .logo {
        float: left;
        padding: 20px 30px;
    }
    #text-2 {
        float: right;
        width: 50%;
        text-align: right;
        padding-top: 50px;
    }
    .main-menu #menu-primary-menu > li:nth-child(4) .sub-menu {
        right: auto;
        left: 0;
    }
    .sub-menu {
        top: 51px;
    }
    .main-site .mail-chip input[name="yourname"] {
        margin-left: 45px;
    }
    .submit-mc {
        margin-left: 400px;
        margin-top: 20px;
    }
    #newsletterwidget-2 {
        padding: 0 15px;
    }
    #nav_menu-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flex-direction-nav .flex-prev {
        left: 0 !important;
    }
    .flex-direction-nav .flex-next {
        right: 0 !important;
    }
    .time-location {
        padding: 0 15px 0 15px!important;
    }
    .main-content {
        padding-left: 300px;
    }
    .icon-menu-arow {
        background-color: transparent;
        border: medium none;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        outline: none;
    }
    .menu-item-has-children::before {
        display: none;
    }
    .menu-item-has-children:hover::after {
        display: none;
    }
    .icon-menu-arow:before {
        color: #fff;
        content: "\f0d7";
        font-family: fontawesome;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 18px;
    }
    .menu-item-has-children:hover .icon-menu-arow:before {
        display: none;
    }
    .menu-item-has-children:hover .icon-menu-arow:after {
        content: "\f0d8";
        position: absolute;
        font-family: fontawesome;
        right: 0;
        top: 18px;
        color: #fff;
        width: 100%;
        height: 100%;
    }
    .menu-item-has-children:hover::after {
        display: none;
    }
    .menu-item-has-children:hover .sub-menu {
        display: none;
    }
}
@media screen and (max-width: 1005px){
    .mail-chip form .mc4wp-form-fields p {
        float: none;
        text-align: center;
    }
    .main-site .mail-chip input[name="yourname"] {
        margin-left: 0; 
    }
    .mail-chip input {
        width: 100%;
        margin-bottom: 20px;
		margin-right:0;
    }
    .submit-mc {
        margin-left: 0;
        margin-top: 20px;
    }
    
}
@media screen and (max-width: 889px){
    .main-menu .menu-primary-menu-container {
        display: none;
    }
    .button-menu {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #e90004;
        border: none;
    }
    .button-menu i {
        font-size: 32px;
        color: #fff;
    }
    .main-menu #menu-primary-menu > li {
        display: block;
        float: none;
    }
    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        width: 100%;
    }
    .sub-menu li {
        padding-left: 20px;
    }
    .main-content table td:first-child {
       /* width: 40%;*/
width:5%;
    }
    .main-content table td:nth-child(2) {
        width: 30%;
    }
    .main-content table td:nth-child(3) {
        width: 30%;
    }
    .icon-menu-arow {
        width: 30px;
    }
    
}
@media screen and (max-width: 800px){
    .top-footer .container >div {
        width: 100%!important;
        border: none;
        min-height: inherit;
        text-align: center;
    }
    .newsletter.newsletter-widget form {
        float: none;
        margin: 0 auto;
    }
    .top-footer #nav_menu-4 li {
        background-image: none;
    }
    .top-footer #nav_menu-4 a {
        background-image: url(images/email.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .bottom-footer {
        border-top: 1px solid #2e2e2e;
    }
	.newsletter-email{
		padding-left:20px;
	}
	
}

@media screen and (max-width: 768px){
    
}

@media screen and (max-width: 767px){
    .time-location {
        margin: 20px 0!important;
        border: none;
    }
    .time-location label {
        width: 100%;
    }
    .content-event {
        padding: 15px!important;
        text-align: center;
    }
    .linhk-right {
        position: relative;
        right: 0;
        top: 0;
    }
    .slide-latest {
        padding-right: 0;
    }
    #text-2 {
        width: 60%;
    }
    .bottom-footer {
        text-align: center;
    }
    .copy-right {
        float: none;
    }
    .bottom-footer .menu a {
        float: none;
        display: inline-block;
    }
    #nav_menu-2 li {
        padding: 0;
    }
    .sidebar {
        position: relative;
        left: 0;
        top: 0;
    }
    .main-content {
        padding-left: 0;
    }
}
@media screen and (max-width: 610px){
    header .logo {
        float: none;
        text-align: center;
        margin: 20px 0!important;
        padding: 0!important;
    }
    #text-2 {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    #nav_menu-2 {
        float: none;
        text-align: center;
    }
    #nav_menu-2 li {
        padding: 0;
    }
    .admin-mail a {
        padding: 0 0 0 30px;
    }
    .link-select a {
        padding: 0 30px 0 0;
    }
    .right-slider h3 {
        font-size: 26px;
    }
	.main-content table {
    border: 1px solid #d2d2d2;
    margin: 0 0 50px 0;
    min-width: 320px;
    width: 100% !important;
}
}

@media screen and (max-width: 480px) {
    .list-sport p {
        float: none;
        text-align: center;
    }
}















