html{overflow-x:hidden;}
body {
overflow-x: hidden;
  font-family: 'Exo', sans-serif;
}

body button {
  outline: none;
  cursor: pointer;
}

body a {
  text-decoration: none;
}

body .cl-blck {
    position: relative;
    margin-bottom: 60px !important;
    max-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

body .cl-blck .color-wrap {
  position: absolute;
  height: 100%;
  width: 100%;las
  z-index: 0;
}

body .cl-blck .color-wrap .grey {
    background: #F4F4F4;
    width: 2000px;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -1602px;
}

body .cl-blck .color-wrap .white {
display:none;
  background: #ffffff;
  width: 64%;
  display: inline-block;
  height: 100%;
  margin-left: -4px;
}

header {
  padding-top: 20px;
}

header .logo {
  width: 100%;
  padding-bottom: 20px;
}

header .search {
  padding-top: 13px;
}

header .search form {
  position: relative;
display: inline-block;
}

header .search form input {
  border-radius: 50px;
  background-color: #f0f0f0;
  outline: none;
  border: none;
  padding: 13px 0px;
  padding-left: 30px;
  padding-right: 50px;
  font-style: italic;
}

header .search form input:placeholder {
  font-style: italic;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

header .search form input:focus {
  font-style: normal;
}

header .search form button {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #219653;
  border: none;
  color: #fff;
  right: 0px;
bottom: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .search form button:hover {
  background: #3EB972;
}

header .search span {
  display: inline-block;
  padding-left: 20px;
  padding-top: 10px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
}

header .search span strong {
  color: #219653;
  border-bottom: 1px dashed;
}

header .communication {
  padding-top: 13px;
}

header .communication .registration {
  display: inline-block;
  padding-bottom: 17px;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}

header .communication .registration i {
  color: #219653;
}

header .communication .registration strong {
  color: #219653;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .communication .registration strong:hover {
  color: #3EB972;
}

header .communication .social-link img {
  width: 32px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .communication .social-link img:hover {
  border: 2px solid #219653;
}

.top-nav-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), to(#1E1E1E));
  background: linear-gradient(180deg, #3A3A3A 0%, #1E1E1E 100%);
}

.top-nav-menu .col-12 {
  padding: 0px 0px;
}

.top-nav-menu .menu {
  color: #fff;
  padding: 0;
margin:0px;

  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-menu .menu .str-menu {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.top-nav-menu .menu .str-menu:last-child ul {
  left: -115px;
}

.top-nav-menu .menu .str-menu #link {
display:inline-block;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
      height: 50px;
    line-height: 50px;
}

.top-nav-menu .menu .str-menu:hover #link {
  color: #3EB972;
}

.top-nav-menu .menu .str-menu:hover .icon-down-dir {
  color: #3EB972;
}

.top-nav-menu .menu .str-menu i {
  color: #828282;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-nav-menu .menu .str-menu ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  display: none;
  min-width: 200px;
  background: #F4F4F4;
  padding-top: 22px;
  padding-left: 30px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #219653;
}

.top-nav-menu .menu .str-menu ul li {
  display: block;
}

.top-nav-menu .menu .str-menu ul li:hover i {
  color: #3EB972;
}

.top-nav-menu .menu .str-menu ul li:hover a {
  color: #3EB972;
  text-decoration: underline;
}

.top-nav-menu .menu .str-menu ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-nav-menu .button-menu {
  display: none;
}

.top-nav-menu .button-menu .icon-menu {
  font-family: 'fontello';
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-nav-menu .button-menu .icon-menu:hover {
  color: #3EB972;
}

.section-banner {
  padding-bottom: 60px;
}

.section-banner .col-lg-8 {
  padding: 0;
}

.section-banner .col-lg-4 {
  padding: 0;
  padding-left: 4px;
}

.section-banner .banner-main {
  margin-top: 2px;
  border: 1px solid #219653;
  margin-bottom: 60px;
}

.section-banner .banner-main .slick-dots {
  margin-left: 35px;
}

.section-banner .banner-main-img-1 img {
  width: 100%;
}

.section-banner .banner-main-ban {
  width: 100%;
  position: relative;
}

.section-banner .banner-main-ban-text {
  padding-top: 65px;
  padding-left: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-27.5%, #020202), color-stop(67.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #020202 -27.5%, rgba(0, 0, 0, 0) 67.03%);
  position: absolute;
  bottom: -4px;
  z-index: 4;
width: 100%;
}

.section-banner .banner-main-ban-text_time {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  background-color: #2f2f2f;
  padding: 8px 15px;
  margin-bottom: 2px;
}

.section-banner .banner-main-ban-text_title {
  display: block;
  width: 93%;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  background-color: #ffffff;
  padding-left: 15px;
outline: none;
}

.section-banner .banner-main-ban-text_desc {
  color: #c5c5c5;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 30px 120px;
}

.section-banner .banner-match {
  position: relative;
}

.section-banner .banner-match .slick-dots {
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

.section-banner .banner-match .slick-prev {
  z-index: 20;
  left: 30px;
  bottom: 25px;
  width: 51px;
  height: 13px;
  background: url("../img/arrow.png") 0px 1px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-banner .banner-match .slick-prev:hover {
  background: url("../img/arrow.png") -52px 1px;
}

.section-banner .banner-match .slick-prev:before {
  display: none;
}

.section-banner .banner-match .slick-next {
  z-index: 20;
  right: 30px;
  bottom: 25px;
  width: 51px;
  height: 13px;
  background: url("../img/arrow.png") 0px 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-banner .banner-match .slick-next:hover {
  background: url("../img/arrow.png") 52px 14px;
}

.section-banner .banner-match .slick-next:before {
  display: none;
}

.section-banner .banner-match-ban {
  background: #ffffff;
  border-bottom: 2px solid #219653;
  border-left: 2px solid transparent;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}

.section-banner .banner-match-ban_title {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}

.section-banner .banner-match-ban_date {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.section-banner .banner-match-ban_describe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-banner .banner-match-ban_describe .team {
  display: inline-block;
}

.section-banner .banner-match-ban_describe .team img {
  display: block;
  padding-bottom: 12px;
}

.section-banner .banner-match-ban_describe .team span {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.section-banner .banner-match-ban_describe .score {
  display: inline-block;
}

.section-banner .banner-match-ban_describe .score-wrap {
  position: relative;
  color: #ffffff;
  padding: 6px 10px;
  margin-top: 30px;
  margin-bottom: 13px;
  border-bottom: 3px solid #006B2E;
  font-family: Rubik;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
}

.section-banner .banner-match-ban_describe .score-wrap:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #1FB960;
  top: -18px;
  left: 41%;
}

.section-banner .banner-match-ban_describe .score-wrap:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top-color: #006B2E;
  bottom: -22px;
  left: 41%;
}

.section-banner .banner-match-ban_describe .score span {
  color: #eaeaea;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.section-banner .banner-match-ban_location {
  padding-top: 22px;
  font-size: 16px;
  color: #767676;
  padding-bottom: 10px;
}

.section-banner .banner-match-ban_channel {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}

.section-banner .banner-match-ban_channel img {
  display: inline;
}
.section-banner .banner-match-ban_link{
padding-bottom: 30px;
}

.section-banner .banner-match-ban_link a {
  color: #219653;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.section-banner .banner-match-ban_link a:hover {
  text-decoration: none;
}

.t-wrap .col-lg-8 {
  padding: 0;
}

.t-wrap .col-left {
  padding-right: 30px;
}

.standings {
  margin-bottom: 60px;
}

.standings table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.standings table tbody {
  border: 1px solid #E5E5E5;
}

.standings table caption {
  text-align: left;
  padding-left: 25px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.standings table caption span {
  display: inline-block;
}

.standings table caption img {
  vertical-align: middle;
  padding-right: 13px;
  padding-left: 25px;
}

.standings table .main-team td {
  background: #D4F7E3;
}

.standings table tr {
  height: 46px;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  background: #F6F6F6;
}

.standings table tr th {
  color: #767676;
  font-size: 15px;
  border-right: 2px solid #fff;
  font-weight: 400;
}

.standings table tr th:last-child {
  border: none;
}

.standings table tr th .team {
  text-align: left;
  padding-left: 25px;
  width: 60%;
}

.standings table tr td {
  font-size: 16px;
  color: #333333;
  border-right: 2px solid #fff;
}

.standings table tr td:last-child {
  border: none;
}

.standings table tr:nth-child(even) {
  background: #fff;
}

.standings table tr .team {
  text-align: left;
  padding-left: 25px;
  width: 60%;
}

.standings table tr .team img {
  vertical-align: middle;
  padding-right: 10px;
}

.standings #first-plc {
  position: relative;
}

.standings #first-plc .first {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDD75), to(#F0BC1F));
  background: linear-gradient(180deg, #FFDD75 0%, #F0BC1F 100%);
  line-height: 26px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.standings #first-plc .bcg-frst {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #CF9C00;
  border-radius: 50%;
  z-index: 0;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.standings #second-plc {
  position: relative;
}

.standings #second-plc .second {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BCBCBC));
  background: linear-gradient(180deg, #E0E0E0 0%, #BCBCBC 100%);
}

.standings #second-plc .bcg-scnd {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #989898;
  border-radius: 50%;
  z-index: 0;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.standings #third-plc {
  position: relative;
}

.standings #third-plc .third {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDAB9), to(#EAA261));
  background: linear-gradient(180deg, #FFDAB9 0%, #EAA261 100%);
}

.standings #third-plc .bcg-thd {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #D68137;
  border-radius: 50%;
  z-index: 0;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.last-news_title {
  display: block;
  min-height: 40px;
  padding: 8px 0px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.last-news_title img {
  vertical-align: middle;
  padding-right: 13px;
}

.last-news_title span {
  vertical-align: middle;
  display: inline-block;
}

.last-news_content {
  border: 1px solid #E5E5E5;
  min-height: 600px;
position: relative;
}

.last-news_content h2 {
  position: relative;
  font-weight: 600;
  line-height: 26px;
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.last-news_content h2:after {
  content: '';
  width: 15px;
  height: 2px;
  background: #219653;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.last-news_content img {
  padding-right: 3px;
}

.last-news_content small {
  line-height: 22px;
  font-size: 15px;
  color: #828282;
  padding-right: 10px;
}

.last-news_content a {
  line-height: 24px;
  font-size: 15px;
  color: #333333;
  display: inline-block;
  width: 75%;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.last-news_content div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.last-news_content_today div {
  cursor: pointer;
  padding-left: 30px;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.last-news_content_today div:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  border-color: transparent;
}

.last-news_content_today div:hover a {
  color: #219653;
}
.last-news_content-wrap{
  height: 550px;
  overflow-y: scroll;
}



.last-news_content_more {
  text-align: center;
  margin: auto 0;
position: absolute;
bottom: 0;
width: 100%;
}

.last-news_content_more a {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #219653;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.last-news_content_more a:hover {
  color: #3EB972;
}

.top-players {
  
  margin-bottom: 60px;
}

.top-players table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.top-players table tbody {
  border: 1px solid #E5E5E5;
}

.top-players table caption {
  text-align: left;
  padding-left: 25px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.top-players table caption span {
  display: inline-block;
}

.top-players table caption img {
  vertical-align: middle;
  padding-right: 13px;
  padding-left: 25px;
}

.top-players table .main-team td {
  background: #D4F7E3;
}

.top-players table tr {
  height: 46px;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  background: #F6F6F6;
}

.top-players table tr th {
  color: #767676;
  font-size: 15px;
  border-right: 2px solid #fff;
  font-weight: 400;
}

.top-players table tr th:last-child {
  border: none;
}

.top-players table tr .players {
  text-align: left;
  padding: 10px 0px;
  padding-left: 20px;
  width: 72%;
}

.top-players table tr .players-wrap {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #219653;
}

.top-players table tr .players-wrap img {
  width: 100%;
}

.top-players table tr td {
  font-size: 16px;
  color: #333333;
  border-right: 2px solid #fff;
}

.top-players table tr td:last-child {
  border: none;
  width: 44px;
}

.top-players table tr:nth-child(even) {
  background: #fff;
}

.quiz {
      min-height: 483px;
  border: 1px solid #E5E5E5;
}

.quiz_title {
  display: block;
  min-height: 40px;
  padding: 8px 0px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.quiz_title img {
  vertical-align: middle;
  padding-right: 13px;
}

.quiz_title span {
  vertical-align: middle;
  display: inline-block;
}

.t-wrap .col-lg-4 {
  padding: 0;
}

.online-chat {
  min-height: 650px;
  border: 2px solid #fff;
  margin-bottom: 60px;
}

.online-chat_title {
  padding: 8px 0px;
  background: #fff;
  padding-left: 20px;
}

.online-chat_title span {
  font-weight: 600;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  padding-left: 10px;
}

.online-chat_title img {
  vertical-align: middle;
}

.last-comment {
  height: 480px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.last-comment_title {
  background: #fff;
  padding: 8px 0px;
  padding-left: 20px;
}

.last-comment_title span {
  font-weight: 600;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  padding-left: 15px;
}

.last-comment_title img {
  vertical-align: middle;
}

.last-comment_content {
  overflow-y: scroll;
  height: 89%;
}

.last-comment_content .comment {
  border-bottom: 2px solid #fff;
  padding-left: 32px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-top: 12px;
display: block;
text-decoration: none;
}
.last-comment_content .comment:last-child{
border-bottom: none;
}

.last-comment_content .comment div {
  padding-bottom: 10px;
}

.last-comment_content .comment div i {
  color: #219653;
}

.last-comment_content .comment div small {
  color: #219653;
  padding-left: 5px;
  font-size: 15px;
}

.last-comment_content .comment div strong {
  font-size: 15px;
  color: #828282;
}

.last-comment_content .comment span {
  line-height: 23px;
  font-size: 16px;
  font-style: italic;
  color: #333333;
}

.photogallery {
  border: 1px solid #E5E5E5;
}

.photogallery_title {
  display: block;
  min-height: 40px;
  padding: 8px 0px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.photogallery_title img {
  vertical-align: middle;
  padding-right: 13px;
}

.photogallery_title span {
  vertical-align: middle;
  display: inline-block;
}

.photogallery_content {
  padding: 0px 22px;
  padding-top: 30px;
  padding-bottom: 25px;

}
.photogallery_content .slide-photo{
  position: relative;
}
.photogallery_content .slide-photo img{
  width: 100%;
}
.photogallery_content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  min-width: 220px;
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  color: #333333;
  padding: 10px 0px;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
text-decoration: none;
}

.photogallery_content-banner .slider-for {
  margin-bottom: 10px;
  border: 1px solid #219653;
}

.photogallery_content-banner .slider-for .slick-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px 0px 0px 50px;
  top: 40px;
  right: 62px;
  z-index: 2;
}

.photogallery_content-banner .slider-for .slick-prev:before {
  color: #219653;
  font-size: 25px;
}

.photogallery_content-banner .slider-for .slick-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0px 50px 50px 0px;
  top: 40px;
  right: 20px;
  z-index: 2;
}

.photogallery_content-banner .slider-for .slick-next:before {
  color: #219653;
  font-size: 25px;
}

.photogallery_content-banner .slider-nav .slick-slide {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.photogallery_content-banner .slider-nav .slick-current {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.photogallery_content-banner .slider-nav img {
  margin-right: 10px;
  outline: none;
  width: 110px;
  border: 1px solid #219653;
}

.photogallery_content-banner .slider-nav img:last-child {
  margin-right: 0px;
}

.photogallery_more {
  text-align: center;
  padding-bottom: 25px;
}

.photogallery_more a {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #219653;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photogallery_more a i {
  color: #219653;
}

.photogallery_more a:hover {
  color: #3EB972;
}

.photogallery_more a:hover i {
  color: #3EB972;
}

.videogallery {
  border: 1px solid #E5E5E5;
}

.videogallery_title {
  display: block;
  min-height: 40px;
  padding: 8px 0px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  border-bottom: 2px solid #006B2E;
}

.videogallery_title img {
  vertical-align: middle;
  padding-right: 13px;
}

.videogallery_title span {
  vertical-align: middle;
  display: inline-block;
}

.videogallery_content {
  text-align: center;
  padding: 0px 30px;
  padding-bottom: 30px;
}

.videogallery_content strong {
  text-align: left;
  display: block;
  padding-bottom: 10px;
  color: #828282;
  font-weight: 400;
}

.videogallery_content a {
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
text-decoration: none;
transition: all 0.2s;
}
.videogallery_content a:hover{
  color: #219653;

}

.videogallery_content-wrap {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

.videogallery_content-wrap img {
  width: 100%;
}

.videogallery_content-wrap .grey-wrp {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: #000;
  opacity: 0.2;
}

.videogallery_content-wrap .play {
  width: 50px;
  height: 50px;
  background: #219653;
  position: absolute;
  bottom: -20px;
  left: 20px;
  cursor: pointer;
}

.videogallery_content-wrap .play:hover {
  color: #3EB972;
}

.videogallery_content-wrap .play:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid  #fff;
  top: 15px;
  left: 18px;
}

.videogallery_more {
  text-align: center;
  padding-bottom: 27px;
}

.videogallery_more a {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #219653;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.videogallery_more a i {
  color: #219653;
}

.videogallery_more a:hover {
  color: #3EB972;
}

.videogallery_more a:hover i {
  color: #3EB972;
}

.online {
  min-height: 497px;
  border: 2px solid #fff;
}

.online_title {
  padding: 8px 0px;
  background: #fff;
  padding-left: 20px;
}

.online_title span {
  font-weight: 600;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  padding-left: 10px;
}

.online_title img {
  vertical-align: middle;
}

.frame {
  padding-bottom: 60px;
}

.frame .twitter_title {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#268AD7));
  background: linear-gradient(180deg, #55ACEE 0%, #268AD7 100%);
  -webkit-box-shadow: 0px 3px 0px #0070C5;
  box-shadow: 0px 3px 0px #0070C5;
  padding: 15px 0px;
  padding-left: 35px;
}

.frame .twitter_title img {
  vertical-align: middle;
}

.frame .twitter_title span {
  vertical-align: middle;
}

.frame .twitter_content {
  height: 487px;
  border: 1px solid #E5E5E5;
  border-top: none;
overflow: scroll;
text-align: center;
}

.frame .facebook_title {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  padding: 15px 0px;
  padding-left: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#547CD1), to(#3B5998));
  background: linear-gradient(180deg, #547CD1 0%, #3B5998 100%);
  -webkit-box-shadow: 0px 3px 0px #0E3588;
  box-shadow: 0px 3px 0px #0E3588;
}

.frame .facebook_title img {
  vertical-align: middle;
}

.frame .facebook_title span {
  vertical-align: middle;
}

.frame .facebook_content {
  height: 487px;
  border: 1px solid #E5E5E5;
  border-top: none;
overflow-y: scroll;
text-align: center;
}

.frame .instagram_title {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  padding: 15px 0px;
  padding-left: 35px;
  background: linear-gradient(97.16deg, #E64854 47.62%, #BD3381 99.23%);
  -webkit-box-shadow: 0px 3px 0px #A10045;
  box-shadow: 0px 3px 0px #A10045;
}

.frame .instagram_title img {
  vertical-align: middle;
}

.frame .instagram_title span {
  vertical-align: middle;
}

.frame .instagram_content {
  height: 487px;
  border: 1px solid #E5E5E5;
  border-top: none;
overflow-y: scroll;
text-align: center;
}

footer {
  position: relative;
}

footer .anchor {
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #219653;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .anchor .icon-angle-right:before {
    line-height: 45px;
  }

footer .anchor i {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
}

footer .anchor:hover {
  background: #3EB972;
}

footer .navigator {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #292929;
}

footer .navigator .wrap-logo .foot-logo {
  width: 100%;
}

footer .navigator .wrap-logo .cup-logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}

footer .navigator .wrap-logo .cup-logo img {
  vertical-align: middle;
}

footer .navigator .wrap-logo .cup-logo span {
  display: inline-block;
  line-height: 22px;
  font-size: 15px;
  color: #828282;
  vertical-align: middle;
  padding-left: 10px;
}

footer .navigator .wrap-logo .social-link {
  display: inline-block;
  vertical-align: middle;
}

footer .navigator .wrap-logo .social-link img {
  width: 32px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .navigator .wrap-logo .social-link img:hover {
  border: 2px solid #219653;
}

footer .navigator .menu_title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

footer .navigator .menu ul {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
}

footer .navigator .menu ul a {
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .navigator .menu ul a:hover {
  color: #3eb972;
}

footer .copywrite {
  background: #1E1E1E;
  padding: 15px 0px;
}

footer .copywrite span {
  display: block;
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #767676;
}

footer .copywrite .link-wrp {
  text-align: right;
}
footer .copywrite .link-wrp span {
  display: inline-block;
}

footer .copywrite .link-wrp img {
  oppacity: 0.2;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

footer .copywrite .link-wrp img:hover {
  oppacity: 1;
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.section-title-page {
  padding-top: 30px;
}

.section-title-page h2 {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin: 3px 0px;
}

.section-title-page .type-news {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-page .type-news .type-news_active {
  color: #219653;
  border-bottom: 2px solid #219653;
}

.section-title-page .type-news div {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
}

.section-title-page .type-news a {
  font-size: 16px;
  color: #767676;
  margin-right: 25px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  padding-bottom: 5px;
}

.section-title-page .type-news a:hover {
  color: #219653;
  border-bottom: 2px solid #219653;
}

.section-title-page .type-news a:last-child {
  margin-right: 0;
}

.section-title-page .bread-crumbs {
  font-size: 16px;
  color: #767676;
  padding-bottom: 25px;
}

.section-title-page .bread-crumbs img {
  
  margin-right: 10px;
}

.section-title-page .bread-crumbs a {
  color: #219653;
  
}

.section-title-page .bread-crumbs span {
  
}

.section-news .page-list {
  border: 1px solid #E5E5E5;
  min-height: 50px;
}

.section-news .page-list button {
  border: none;
  outline: none;
}

.section-news .page-list .left-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.section-news .page-list .left-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-news .page-list .left-click button:hover {
  background: url("../img/arrow.png") -51px 0px;
}

.section-news .page-list .string {
  text-align: center;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news .page-list .string .active {
  display: inline-block;
  color: #fff;
  background: #219653;
  height: 100%;
  line-height: 48px;
  min-width: 35px;
}

.section-news .page-list .string .dots {
  line-height: 48px;
  width: 35px;
}

.section-news .page-list .string button {
  font-size: 16px;
  color: #219653;
  min-width: 35px;
  line-height: 48px;
  outline: none;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-news .page-list .string button:hover {
  background: #F4F4F4;
}

.section-news .page-list .right-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.section-news .page-list .right-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-news .page-list .right-click button:hover {
  background: url("../img/arrow.png") 51px 14px;
}

.section-news .col-lg-8 {
  padding-left: 0px;
}

.section-news .col-lg-4 {
  padding: 0;
}

.section-news .news-main {
  margin-top: 2px;
  margin-bottom: 60px;
}

.section-news .news-main .slick-dots {
  margin-left: 35px;
}

.section-news .news-main-ban {
  width: 100%;
  margin-bottom: 40px;
}

.section-news .news-main-ban .info-line {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  padding: 14px 0px;
  padding-left: 40px;
}

.section-news .news-main-ban .info-line div {
  display: inline-block;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px;
}

.section-news .news-main-ban .info-line div img {
  padding-right: 5px;
}

.section-news .news-main-ban .info-line div a {
  font-size: 16px;
  color: #219653;
  text-decoration: underline;
}

.section-news .news-main-ban .info-line div a:hover {
  text-decoration: none;
}

.section-news .news-main-ban-img {
  width: 100%;
  position: relative;
}

.section-news .news-main-ban-img img {
  border: 1px solid #219653;
  width: 100%;
}

.section-news .news-main-ban-text {
  padding-top: 65px;
  padding-left: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-27.5%, #020202), color-stop(67.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #020202 -27.5%, rgba(0, 0, 0, 0) 67.03%);
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

.section-news .news-main-ban-text .news-main-ban-text_time {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  background-color: #2f2f2f;
  padding: 8px 15px;
  margin-bottom: 2px;
}

.section-news .news-main-ban-text .news-main-ban-text_title {
  display: block;
  width: 93%;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
padding: 10px 0px;
  background-color: #ffffff;
  padding-left: 15px;
text-decoration: none;
}

.section-news .news-main-ban-text_desc {
  color: #c5c5c5 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 5px;
}

.section-news .banner-match {
  position: relative;
  border: 2px solid #219653;
}

.section-news .banner-match .slick-dots {
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

.section-news .banner-match .slick-prev {
  z-index: 20;
  left: 30px;
  bottom: 25px;
  width: 51px;
  height: 13px;
  background: url("../img/arrow.png") 0px 1px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-news .banner-match .slick-prev:hover {
  background: url("../img/arrow.png") -52px 1px;
}

.section-news .banner-match .slick-prev:before {
  display: none;
}

.section-news .banner-match .slick-next {
  z-index: 20;
  right: 30px;
  bottom: 25px;
  width: 51px;
  height: 13px;
  background: url("../img/arrow.png") 0px 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.section-news .banner-match .slick-next:hover {
  background: url("../img/arrow.png") 52px 14px;
}

.section-news .banner-match .slick-next:before {
  display: none;
}

.section-news .banner-match-ban {
  background: #ffffff;
  border-left: 2px solid transparent;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 90px;
}

.section-news .banner-match-ban_title {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}

.section-news .banner-match-ban_date {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.section-news .banner-match-ban_describe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-news .banner-match-ban_describe .team {
  display: inline-block;
}

.section-news .banner-match-ban_describe .team img {
  display: block;
  padding-bottom: 12px;
}

.section-news .banner-match-ban_describe .team span {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.section-news .banner-match-ban_describe .score {
  display: inline-block;
}

.section-news .banner-match-ban_describe .score-wrap {
  position: relative;
  color: #ffffff;
  padding: 6px 10px;
  margin-top: 30px;
  margin-bottom: 13px;
  border-bottom: 3px solid #006B2E;
  font-family: Rubik;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
}

.section-news .banner-match-ban_describe .score-wrap:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #1FB960;
  top: -18px;
  left: 41%;
}

.section-news .banner-match-ban_describe .score-wrap:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top-color: #006B2E;
  bottom: -22px;
  left: 41%;
}

.section-news .banner-match-ban_describe .score span {
  color: #eaeaea;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.section-news .banner-match-ban_location {
  padding-top: 22px;
  font-size: 16px;
  color: #767676;
  padding-bottom: 10px;
}

.section-news .banner-match-ban_channel {
  text-align: center;
  display: block;
  padding-bottom: 30px;
}

.section-news .banner-match-ban_channel img {
  display: inline;
}

.section-news .banner-match-ban_link a {
  color: #219653;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.section-news .banner-match-ban_link a:hover {
  text-decoration: none;
}

.section-news .online-chat {
  margin-top: 60px;
}

.section-news .online {
  margin-top: 60px;
}

.section-news .read-more {
  padding: 25px 30px;
  border: 1px solid #E5E5E5;
}

.section-news .read-more_title {
  font-size: 30px;
  color: #333333;
  padding-bottom: 15px;
}

.section-news .read-more_theme {
  padding: 20px 0px;
  border-bottom: 1px solid #E5E5E5;
}

.section-news .read-more_theme:last-child {
  border-bottom: none;
}

.section-news .read-more_theme .time {
  display: inline-block;
  padding-right: 10px;
}

.section-news .read-more_theme .time img {
  vertical-align: middle;
  margin-right: 5px;
}

.section-news .read-more_theme .time span {
  vertical-align: middle;
  font-size: 15px;
  color: #828282;
}

.section-news .read-more_theme .link-theme {
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}

.section-news .read-more_theme .link-theme a {
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-news .read-more_theme .link-theme a:hover {
  color: #219653;
}

.section-news .comment-form {
  padding: 0px 40px;
  padding-top: 25px;
  padding-bottom: 40px;
  background: #F4F4F4;
  margin-bottom: 60px;
}

.section-news .comment-form-write {
  padding-bottom: 25px;
}

.section-news .comment-form-write_title {
  font-size: 30px;
  color: #333333;
  padding-bottom: 25px;
}

.section-news .comment-form-write_input {
  min-height: 240px;
  border: 2px solid #219653;
  background: #FFFFFF;
}

.section-news .comment-form-last_title {
  font-size: 30px;
  color: #333333;
}
.com-order-block{
padding: 15px 0px;
}
.section-news .comment-form-last_result {
  background: #FFFFFF;
  padding: 20px 0px;
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 3px;
}

.section-news .comment-form-last_result:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
}

.section-news .comment-form-last_result .user-img {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #219653;
  overflow: hidden;
  margin-right: 20px;
}

.section-news .comment-form-last_result .user-img img {
  width: 100%;
}

.section-news .comment-form-last_result .answer {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.section-news .comment-form-last_result .answer-to-answer {
  border: 1px solid #E5E5E5;
  margin: 20px 0px;
}

.section-news .comment-form-last_result .answer-to-answer .comment-form-last_result:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-news .comment-form-last_result .answer_name {
  display: inline-block;
  padding-right: 20px;
}

.section-news .comment-form-last_result .answer_name .icon-user-o {
  font-size: 15px;
  color: #828282;
}

.section-news .comment-form-last_result .answer_name span {
  font-size: 15px;
  color: #828282;
cursor: pointer;
}

.section-news .comment-form-last_result .answer_time {
  display: inline-block;
}

.section-news .comment-form-last_result .answer_time img {
  line-height: 10px;
}

.section-news .comment-form-last_result .answer_time span {
  font-size: 15px;
  color: #828282;
}

.section-news .comment-form-last_result .answer_rating {
  display: inline-block;
  float: right;
}

.section-news .comment-form-last_result .answer_rating .add {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/add-tool.png") 0px 0px;
  margin-right: 5px;
  cursor: pointer;
  outline: none;
}

.section-news .comment-form-last_result .answer_rating .add:hover {
  background: url("../img/add-tool.png") 17px 0px;
}

.section-news .comment-form-last_result .answer_rating .minus {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/add-tool.png") 0px 17px;
  margin-right: 5px;
  cursor: pointer;
}

.section-news .comment-form-last_result .answer_rating .minus:hover {
  background: url("../img/add-tool.png") 17px 17px;
}

.section-news .comment-form-last_result .answer_rating img {
  margin-right: 5px;
}

.section-news .comment-form-last_result .answer_rating span {
  font-size: 15px;
  color: #219653;
}

.section-news .comment-form-last_result .answer_text {
  display: block;
  font-style: italic;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.answer-comment {
display: inline-block;
  border: 1px solid #219653;
  background: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  outline: none;
  cursor: pointer;
  color: #219653;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
text-decoration: none !important;
}

.answer-comment:hover {
  background: #219653;
  color: #fff !important;
}

.section-news .news-main {
  margin-top: 2px;
  margin-bottom: 60px;
}

.section-news .news-main-source {
  padding-bottom: 60px;
}

.section-news .news-main-source span {
  display: inline-block;
  font-size: 15px;
  color: #828282;
  padding: 15px 25px;
}

.section-news .news-main-source_link {
  padding: 15px 25px;
  border: 1px solid #E5E5E5;
}

.section-news .news-main-source_link:after {
  content: '';
  display: table;
  clear: both;
}

.section-news .news-main-source_link-tag {
  display: inline-block;
  color: #219653;
  line-height: 35px;
}

.section-news .news-main-source_link-tag a {
  text-decoration: underline;
  color: #219653;
  font-size: 16px;
}

.section-news .news-main-source_link-tag a:hover {
  text-decoration: none;
}

.section-news .news-main-source_link-social {
  display: inline-block;
  float: right;
}

.section-news .news-main-source_link-social span {
  vertical-align: middle;
  font-size: 15px;
  color: #333333;
  margin-right: 15px;
  padding: 0;
}

.section-news .news-main-source_link-social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.section-news .news-main-source_link-social a:last-child {
  margin-right: 0;
}

.section-news .news-main-source_link-social a img {
  width: 100%;
}
.section-news .news-main-content{

padding-bottom: 30px;
}
.section-news .news-main-content ul {
  display: inline-block;
  margin-right: -4px;
  list-style-image: url("../img/marker.png");
}

.section-news .news-main-content ol {
  display: inline-block;
  width: 50%;
}

.section-news .news-main-content li {
  
  font-size: 16px;
  color: #333333;
}

.section-news .news-main-content span {
  font-weight: 600;
  line-height: 33px;
  font-size: 16px;
  color: #333333;
}

.section-news .news-main-content strong {
  font-weight: 600;
  line-height: 25px;
  font-size: 16px;
  color: #333333;
}

.section-news .news-main-content blockquote {
  position: relative;
  font-style: italic;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #E5E5E5;
  margin: 0;
  padding: 25px 0px;
  padding-right: 70px;
  padding-left: 30px;
  margin: 40px 0px;
}

.section-news .news-main-content blockquote:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  top: -15px;
  left: 40px;
  background: url("../img/quote.png");
}

.section-news .news-main-content blockquote:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  bottom: -15px;
  right: 40px;
  background: url("../img/quote.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-news .news-main-content p {
  line-height: 25px;
  font-size: 16px;
  color: #333333;
  padding-right: 70px;
}

.section-news .news-main-content a {
  text-decoration: underline;
  color: #219653;
}

.section-news .news-main-ban {
  width: 100%;
  margin-bottom: 40px;
}

.section-news .news-main-ban .info-line-spec {
  padding: 14px 0px;
  display: inline-block;
}

.section-news .news-main-ban .info-line-spec div {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px;
}

.section-news .news-main-ban .info-line-spec div img {
  padding-right: 5px;
  width: auto;
  border: none;
}

.section-news .news-main-ban-img {
  width: 100%;
  position: relative;
}

.section-news .news-main-ban-img img {
  border: 1px solid #219653;
  width: 100%;
}

.section-news .news-main-ban-text {
  padding-top: 65px;
  padding-left: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-27.5%, #020202), color-stop(67.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #020202 -27.5%, rgba(0, 0, 0, 0) 67.03%);
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

.section-news .news-main-ban-text .news-main-ban-text_time {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  background-color: #2f2f2f;
  padding: 8px 15px;
  margin-bottom: 2px;
}

.section-news .news-main-ban-text_title {
  display: block;
  width: 93%;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  background-color: #ffffff;
  padding-left: 15px;
}

.section-news .news-main-ban-text_desc {
  color: #c5c5c5;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 5px;
}

.news-main h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
}

.section-title-page {
  padding-bottom: 25px;
}

.blogs {
  padding-right: 15px;
}

.blogs .col-12 {
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 
  padding: 0;
}

.blogs .col-12:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  background: #FFFFFF;
}

.blogs .col-12:hover .blog_content-title a {
  color: #219653;
}

.blogs .grey-blog {
  background: #F6F6F6;
}

.blog {
  padding: 30px 0px;
  padding-left: 20px;
}

.blog_user {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #219653;
  overflow: hidden;
}

.blog_user img {
  width: 100%;
}

.blog_content {
  display: inline-block;
  vertical-align: middle;
}

.blog_content-title {
  padding-bottom: 5px;
}

.blog_content-title a {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
}

.blog_content-name i {
  color: #828282;
  font-size: 17px;
  font-weight: 400;
}

.blog_content-name span {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
}

.info-trainer {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  padding: 14px 0px;
  padding-left: 40px;
}

.info-trainer .logo_team {
  width: 69px;
  height: 104px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.info-trainer .logo_team img {
  width: 100%;
}

.info-trainer .trainer {
  display: inline-block;
  vertical-align: middle;
}

.info-trainer .trainer span {
  display: block;
  color: #767676;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.info-trainer .trainer span strong {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.section-news .carpaty-team {
  margin-bottom: 0;
}

.kind-of-player {
  padding-bottom: 40px;
}

.kind-of-player:last-child {
  padding-bottom: 0;
}

.kind-of-player div {
  padding: 0;
}

.kind-of-player .row {
  padding-left: 15px;
  padding-right: 15px;
}

.kind-of-player .row .col-sm-4 {
  border: 1px solid #E5E5E5;
}

.kind-of-player .row .col-2 {
  border: 1px solid #E5E5E5;
}

.kind-of-player .row .col-3 {
  border: 1px solid #E5E5E5;
}

.kind-of-player .title span {
  display: block;
  background: #F6F6F6;
  font-size: 16px;
  color: #767676;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  padding-left: 20px;
}

.kind-of-player .title .type_title {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  padding: 10px 0px;
  padding-left: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  -webkit-box-shadow: 0px 2px 0px #006B2E;
  box-shadow: 0px 2px 0px #006B2E;
  width: 100%;
  height: 100%;
}

.kind-of-player .player .info-player {
  display: none;
}

.kind-of-player .player_name {
  color: #767676;
  font-size: 18px;
  padding: 25px 0px;
  padding-left: 30px;
  display: block;
}

.kind-of-player .player_name i {
  display: none;
  float: right;
  margin-right: 10px;
}

.kind-of-player .player_name strong {
  color: #333333;
}

.kind-of-player .player_name:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  color: #219653;
}

.kind-of-player .player_name:hover strong {
  color: #219653;
}

.kind-of-player .player_number {
  font-weight: 600;
  font-size: 16px;
  color: #219653;
  padding: 25px 0px;
  padding-left: 20px;
  display: block;
}

.kind-of-player .player_born {
  font-size: 16px;
  color: #333333;
  padding: 25px 0px;
  padding-left: 20px;
  display: block;
}

.kind-of-player .player_national {
  padding: 25px 0px;
  padding-left: 20px;
}

.kind-of-player .player_national span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}

.kind-of-player .player_national img {
  vertical-align: middle;
  margin-right: 10px;
}

.photogallery-page {
  padding-bottom: 30px;
}

.photogallery-page .page-list {
  border: 1px solid #E5E5E5;
  min-height: 50px;
  padding-bottom: 0px !important;
}

.photogallery-page .page-list button {
  border: none;
  outline: none;
}

.photogallery-page .page-list .left-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.photogallery-page .page-list .left-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.photogallery-page .page-list .left-click button:hover {
  background: url("../img/arrow.png") -51px 0px;
}

.photogallery-page .page-list .string {
  text-align: center;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photogallery-page .page-list .string .active {
  display: inline-block;
  color: #fff;
  background: #219653;
  height: 100%;
  line-height: 48px;
  min-width: 35px;
}

.photogallery-page .page-list .string .dots {
  line-height: 48px;
  width: 35px;
}

.photogallery-page .page-list .string button {
  font-size: 16px;
  color: #219653;
  min-width: 35px;
  line-height: 48px;
  outline: none;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.photogallery-page .page-list .string button:hover {
  background: #F4F4F4;
}

.photogallery-page .page-list .right-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.photogallery-page .page-list .right-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.photogallery-page .page-list .right-click button:hover {
  background: url("../img/arrow.png") 51px 14px;
}

.photogallery-page .clearfix {
  content: '';
  display: table;
  clear: both;
}

.photogallery-page .row {
  padding-bottom: 40px;
}

.photogallery-page .add-photo {
  margin-bottom: 20px;
  padding: 15px 25px;
  background: #FFFFFF;
  border: 1px solid #219653;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
text-decoration: none !important;
}

.photogallery-page .add-photo i {
  font-size: 16px;
  color: #219653;
}

.photogallery-page .add-photo span {
  font-size: 16px;
  color: #219653;
}

.photogallery-page .add-photo:hover {
  background: #219653;
}

.photogallery-page .add-photo:hover span {
  color: #ffffff;
}

.photogallery-page .add-photo:hover i {
  color: #ffffff;
}

.photogallery-page .photo-card-wrap {
  padding: 25px 25px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.photogallery-page .photo-card-wrap:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  cursor: pointer;
}

.photogallery-page .photo-card-wrap:hover .photo-card span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25.53%, #05823B), to(#20BB62));
  background: linear-gradient(360deg, #05823B -25.53%, #20BB62 100%);
  -webkit-box-shadow: 0px 3px 0px #006B2E;
  box-shadow: 0px 3px 0px #006B2E;
  color: #fff;
}

.photogallery-page .photo-card-wrap .photo-card {
  position: relative;
}

.photogallery-page .photo-card-wrap .photo-card img {
  width: 100%;
  height: 100%;
  border: 1px solid #219653;
}

.photogallery-page .photo-card-wrap .photo-card span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 14px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.photogallery-page .photo-card-wrap .status_photo div {
  display: inline-block;
  padding-left: 20px;
  padding-top: 15px;
}

.photogallery-page .photo-card-wrap .status_photo div img {
  vertical-align: middle;
  margin-right: 5px;
}

.photogallery-page .photo-card-wrap .status_photo div span {
  vertical-align: middle;
  font-size: 15px;
  color: #828282;
}

.photogallery-page .col-6 .active {
  color: #333333;
  padding-bottom: 10px;
  display: inline-block;
}

.photogallery-page .col-6 a {
  font-size: 16px;
  font-weight: 400;
  color: #219653;
  padding-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
}

.photogallery-page .col-6 a:hover {
  text-decoration: none;
}

.photogallery-page .col-6 strong {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
}

.photogallery-page .col-6 .line {
  width: 28px;
  height: 17px;
  display: block;
  border-bottom: 1px solid #B7B7B7;
  background: transparent;
  margin-bottom: 10px;
}

.videogallery-page {
  padding-bottom: 30px;
}

.videogallery-page .page-list {
  border: 1px solid #E5E5E5;
  min-height: 50px;
  padding-bottom: 0px !important;
}

.videogallery-page .page-list button {
  border: none;
  outline: none;
}

.videogallery-page .page-list .left-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.videogallery-page .page-list .left-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.videogallery-page .page-list .left-click button:hover {
  background: url("../img/arrow.png") -51px 0px;
}

.videogallery-page .page-list .string {
  text-align: center;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videogallery-page .page-list .string .active {
  display: inline-block;
  color: #fff;
  background: #219653;
  height: 100%;
  line-height: 48px;
  min-width: 35px;
}

.videogallery-page .page-list .string .dots {
  line-height: 48px;
  width: 35px;
}

.videogallery-page .page-list .string button {
  font-size: 16px;
  color: #219653;
  min-width: 35px;
  line-height: 48px;
  outline: none;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.videogallery-page .page-list .string button:hover {
  background: #F4F4F4;
}

.videogallery-page .page-list .right-click {
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.videogallery-page .page-list .right-click button {
  height: 12px;
  width: 51px;
  background: url("../img/arrow.png") 0px 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.videogallery-page .page-list .right-click button:hover {
  background: url("../img/arrow.png") 51px 14px;
}

.videogallery-page .row {
  padding-bottom: 40px;
}

.videogallery-page .video-card-wrap {
  padding: 25px 25px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.videogallery-page .video-card-wrap:hover {
  -webkit-box-shadow: 0px 5px 10px #F0F0F0;
  box-shadow: 0px 5px 10px #F0F0F0;
  cursor: pointer;
}

.videogallery-page .video-card-wrap:hover .video-card:before {
  opacity: 0;
}

.videogallery-page .video-card-wrap:hover .video-title span {
  color: #219653;
}

.videogallery-page .video-card-wrap .video-card {
  position: relative;
}

.videogallery-page .video-card-wrap .video-card img {
  width: 100%;
  height: 100%;
  border: 1px solid #219653;
}

.videogallery-page .video-card-wrap .video-card:before {
  content: '';
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  opacity: 0.2;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.videogallery-page .video-card-wrap .video-card .play-green {
  width: 50px;
  height: 50px;
  background: #219653;
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 4;
}

.videogallery-page .video-card-wrap .video-card .play-green:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.videogallery-page .video-card-wrap .video-card .play-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #fff;
}

.videogallery-page .video-card-wrap .video-title {
  padding-top: 30px;
  padding-left: 20px;
}

.videogallery-page .video-card-wrap .video-title span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.videogallery-page .video-card-wrap .video-title strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.videogallery-page .video-card-wrap .status_photo div {
  display: inline-block;
  padding-left: 20px;
  padding-top: 15px;
}

.videogallery-page .video-card-wrap .status_photo div img {
  vertical-align: middle;
  margin-right: 5px;
}

.videogallery-page .video-card-wrap .status_photo div span {
  vertical-align: middle;
  font-size: 15px;
  color: #828282;
}

@media (max-width: 1199px) {

body .cl-blck{max-width:960px;}

body .cl-blck .color-wrap .grey{
       right: -1682px;
}
  header .search form button {
    right: 0;
  }

  header .search form input {
    padding-right: 8px;
  }

  .section-banner .banner-main-ban-text_title {
    font-size: 25px;
  }

  .last-news_content span {
    width: 65%;
  }

  .last-news {
    margin-bottom: 20px;
  }

  .standings table caption span {
    font-size: 20px;
  }

  .last-news_title {
    font-size: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .top-players table caption span {
    font-size: 20px;
  }

  .quiz_title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quiz_title span {
    font-size: 20px;
  }

  .top-players table tr .players span {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    line-height: 20px;
  }

  .photogallery_content span {
    min-width: 220px;
    font-size: 15px;
    top: 170px;
  }

  .photogallery_content-banner .slider-for .slick-prev {
    width: 30px;
    height: 30px;
    right: 52px;
  }

  .photogallery_content-banner .slider-for .slick-next {
    width: 30px;
    height: 30px;
  }

  footer .navigator .menu_title {
    font-size: 20px;
  }

  footer .navigator .wrap-logo .cup-logo {
    padding: 15px 0px;
  }

  .section-news .comment-form-last_result .answer-to-answer .answer {
    width: 100%;
  }

  .section-news .comment-form-last_result .answer-to-answer .user-img {
    display: block;
    margin: 0 auto;
    width: 60px;
    margin-bottom: 10px;
  }

  .blogs .blog {
    text-align: center;
    padding-left: 0;
  }

  .photogallery-page .photo-card-wrap .photo-card span {
    font-size: 12px;
  }
}

@media (max-width: 991px) {

body .cl-blck{max-width:720px;}

body .cl-blck .color-wrap .grey{
       right: -1658px
}


  body .grey-news .color-wrap {
    display: none;
  }

  body .section-news .col-lg-4 {
    background: #f4f4f4;
  }

  body .section-news .last-comment {
    height: 680px;
  }

  body .section-news .last-comment_content {
    height: 91%;
  }

  body .cl-blck .color-wrap .white {
    width: 50%;
  }

 

  body .last-comment {
    height: 1735px;
  }

  body .last-comment_content {
    height: 97%;
  }

  body .photogallery {
    margin-top: 60px;
  }

  body .online {
    margin-top: 60px;
  }

  body .videogallery {
    margin-top: 60px;
  }

  body .facebook {
    margin-top: 60px;
  }

  body .instagram {
    margin-top: 60px;
  }

  body .last-news {
    margin-bottom: 60px;
  }

  body .last-news_content span {
    width: 69%;
  }

  body .t-wrap .col-lg-4 {
    padding-left: 15px;
  }

  body .t-wrap .col-left {
    padding-right: 15px;
  }

  header .logo {
    text-align: center;
  }

  header .search form button {
    
  }

  header .search form input {
    padding-right: 50px;
  }

  header .communication {
    text-align: right;
  }

  header .top-nav-menu {
    margin-top: 10px;
  }

  header .top-nav-menu .menu .str-menu {
    font-size: 12px;
  }

  header .top-nav-menu .menu .str-menu ul {
    top: 30px;
  }

  header .top-nav-menu .menu .str-menu #link {
    font-size: 12px;
  }

  .photogallery_content span {
    top: 200px;
  }

  .photogallery_content-banner .slider-for .slick-prev {
    width: 30px;
    height: 30px;
  }

  .photogallery_content-banner .slider-for .slick-next {
    width: 30px;
    height: 30px;
  }

  footer .navigator {
    padding-bottom: 30px;
  }

  footer .navigator .menu {
    text-align: center;
  }

  footer .navigator .wrap-logo {
    text-align: center;
    padding-bottom: 20px;
  }

  footer .navigator .wrap-logo .social-link {
    margin-left: 20px;
  }

  footer .navigator .wrap-logo .foot-logo {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  footer .copywrite .col-12 {
    padding-bottom: 10px;
  }

  .blogs {
    padding-left: 15px;
  }

  .blogs .blog {
    text-align: left;
    padding-left: 20px;
  }

  .blogs .blog .blog_content {
    margin-top: 0px;
  }

  .section-news .col-lg-8 {
    padding-right: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .top-nav-menu .menu .str-menu ul {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .top-nav-menu .menu .str-menu:hover ul {
    display: block;
  }
}

@media (max-width: 767px) {

  .top-nav-menu .menu .str-menu #link{
height: auto;
line-height: normal;
}
  .photogallery-page .page-list .col-md-2 {
    display: none;
  }

  .videogallery-page .page-list .col-md-2 {
    display: none;
  }

  .section-news .left-click {
    display: none;
  }

  .section-news .right-click {
    display: none;
  }

  .section-news .news-main-ban-text .news-main-ban-text_title {
    font-size: 20px;
    line-height: 25px;
  }

  .section-news .comment-form .comment-form-last_result .user-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .section-news .comment-form .comment-form-last_result .answer {
    width: 100%;
  }

  header .logo {
    padding-bottom: 10px;
  }

  header .search {
    text-align: center;
    padding-top: 0;
  }

  header .search form button {
   
  }

  header .communication {
    text-align: center;
    padding-top: 30px;
  }

  .cl-blck .color-wrap {
    display: none;
  }

  .photogallery_content span {
    font-size: 20px;
    min-width: 300px;
    top: 320px;
  }

  .photogallery_content-banner .slider-for .slick-prev {
    width: 50px;
    height: 50px;
    right: 72px;
  }

  .photogallery_content-banner .slider-for .slick-next {
    width: 50px;
    height: 50px;
  }

  body .t-wrap .col-left {
    padding-right: 0px;
  }

  body .t-wrap .col-lg-4 {
    padding-left: 0px;
  }

  body .last-comment {
    border: 1px solid #E5E5E5;
    height: 670px;
  }

  body .last-comment_title {
    border-bottom: 1px solid #E5E5E5;
  }

  body .last-comment_content {
    height: 92%;
  }

  body .last-comment_content #comment {
    border-bottom: 2px solid #E5E5E5;
  }

  body .last-comment_content #comment:last-child {
    border-bottom: none;
  }

  .section-banner .banner-main-ban-text_title {
    font-size: 20px;
    line-height: 30px;
  }

  .quiz {
    margin-bottom: 60px;
  }

  .online-chat {
    border: 1px solid #E5E5E5;
  }

  .online-chat_title {
    border-bottom: 1px solid #E5E5E5;
  }

  .online {
    border: 1px solid #E5E5E5;
  }

  .online_title {
    border-bottom: 1px solid #E5E5E5;
  }

  header .top-nav-menu_main .button-menu {
    display: inline-block;
    margin: 10px 0px;
  }

  header .top-nav-menu_main .menu {
    display: none;
    text-align: left;
  }

  header .top-nav-menu_main .menu .str-menu {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
  }

  header .top-nav-menu_main .menu .str-menu ul {
    display: none;
    position: static;
    background: #3c3c3c;
    border: none;
    padding-right: 30px;
    padding-top: 10px;
    margin-top: 20px;
  }

  header .top-nav-menu_main .menu .str-menu ul li {
    border-bottom: 1px solid #656565;
  }

  header .top-nav-menu_main .menu .str-menu ul li a {
    color: #fff;
    display: block;
    padding: 5px 0px;
  }

  header .top-nav-menu_main .menu .str-menu ul li a:hover {
    text-decoration: none;
  }

  header .top-nav-menu_main .menu .str-menu i {
    float: right;
  }

  header .top-nav-menu_main .menu .str-menu #link {
    font-size: 15px;
  }

  .blogs .blog {
    text-align: center;
    padding-left: 0;
  }

  .blogs .blog .blog_content {
    margin-top: 10px;
  }

  .news-main .kind-of-player .title span {
    padding-left: 10px;
  }

  .news-main .kind-of-player .player .player_national {
    padding-left: 5px;
  }

  .news-main .kind-of-player .player .player_national span {
    padding-left: 0;
  }

  .news-main .kind-of-player .player .player_national img {
    margin-right: 2px;
  }

  .news-main .kind-of-player .player span {
    padding-left: 10px;
  }

  .photogallery-page .photo-card-wrap .photo-card span {
    font-size: 12px;
    padding: 8px 5px;
  }
}

@media (max-width: 575px) {
  .photogallery-page .page-list .col-md-2 {
    display: none;
  }

  .photogallery-page .photo-card-wrap .photo-card span {
    font-size: 15px;
    padding: 8px 10px;
  }

  .section-news .comment-form .comment-form-last_result .user-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .section-news .comment-form .comment-form-last_result .answer {
    width: 100%;
  }

  .section-news .comment-form .comment-form-last_result .answer .user-status {
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .section-news .comment-form .comment-form-last_result .answer .user-status .answer_name {
    padding: 0;
    padding-bottom: 10px;
  }

  .section-news .comment-form .comment-form-last_result .answer .user-status .answer_time {
    padding-bottom: 10px;
    margin-left: 10px;
  }

  .section-news .comment-form .comment-form-last_result .answer .user-status .answer_rating {
    float: inherit;
    margin-left: 10px;
  }

  header .logo img {
    width: 80%;
  }

  header .search form .wrap-input {
    display: inline-block;
    position: relative;
    width: 70%;
  }

  header .search form .wrap-input button {
    float: right;
    right: 0;
    top: 0;
  }

  header .search form .wrap-input input {
    width: 100%;
    position: relative;
  }

  footer .anchor {
    bottom: 17%;
  }


  footer .navigator .wrap-logo .foot-logo {
    width: 80%;
  }

  body .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  body .container .col-12 {
    padding: 0px 15px;
  }

  footer .copywrite .col-12 {
    padding-bottom: 10px;
  }

  footer .menu {
    padding-bottom: 10px;
  }

  footer .menu ul {
    display: none;
  }

  footer .menu_title:after {
    font-family: 'fontello';
    content: '\f104';
    display: inline-block;
    left: 10px;
    top: 0px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .photogallery_content span {
    font-size: 20px;
    min-width: 300px;
    top: 55%;
  }

  .photogallery_content-banner .slider-for .slick-prev {
    width: 50px;
    height: 50px;
  }

  .section-banner .banner-main-ban-text_title {
    font-size: 15px;
    line-height: 20px;
  }

  .section-banner .slick-dots {
    bottom: 15px;
  }

  .section-banner .banner-main-ban-text_desc {
    padding: 15px 100px;
    font-size: 10px;
  }

  .section-banner .banner-main-ban-text_time {
    padding: 2px 15px;
    font-size: 12px;
  }

  .news-main .info-trainer {
    padding-left: 20px;
  }

  .news-main .kind-of-player .title .col-2 {
    display: none;
  }

  .news-main .kind-of-player .title .col-3 {
    display: none;
  }

  .news-main .kind-of-player .title .col-12 {
    padding: 0;
  }

  .news-main .kind-of-player .title span {
    padding-left: 10px;
  }

  .news-main .kind-of-player .player .col-2 {
    display: none;
  }

  .news-main .kind-of-player .player .col-3 {
    display: none;
  }

  .news-main .kind-of-player .player .col-12 {
    padding: 0;
  }

  .news-main .kind-of-player .player .player_national {
    padding-left: 10px;
  }

  .news-main .kind-of-player .player .player_name {
    padding-left: 10px;
  }

  .news-main .kind-of-player .player .player_name i {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .section-news .news-main-ban .news-main-ban-text_time {
    padding: 2px 5px;
    font-size: 14px;
  }

  .section-news .news-main-ban .news-main-ban-text_desc {
    padding: 10px 5px;
  }

  .section-news .news-main-ban .news-main-ban-text .news-main-ban-text_title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 450px) {
  .photogallery_content span {
    font-size: 15px;
    min-width: 230px;
  }

  .photogallery_content-banner .slider-for .slick-prev {
    width: 30px;
    height: 30px;
    right: 52px;
  }

  .photogallery_content-banner .slider-for .slick-next {
    width: 30px;
    height: 30px;
  }

  .section-news .news-main .news-main-content p {
    padding: 0;
  }

  .section-news .news-main .news-main-content blockquote {
    padding: 20px;
  }

  .section-news .news-main .news-main-content ul {
    display: block;
    width: auto;
  }

  .section-news .news-main .news-main-content ol {
    display: block;
    width: auto;
  }

  .section-news .news-main .read-more {
    padding: 15px 15px;
  }

  .section-news .news-main .news-main-ban-text {
    padding-left: 15px;
  }

  .news-main .news-main-ban .info-trainer {
    padding-left: 10px;
  }

  .news-main .news-main-ban .info-trainer .logo_team {
    width: 50px;
    height: 80px;
    margin-right: 5px;
  }

  .news-main .news-main-ban .info-trainer .trainer span {
    font-size: 13px;
    line-height: 20px;
  }

  .news-main .news-main-ban .info-trainer .trainer span strong {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .section-news .news-main .comment-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-news .comment-form .comment-form-last_result {
    padding: 20px 10px;
  }

  .section-news .comment-form .comment-form-last_result .answer .user-status {
    width: 100%;
  }

  .section-news .comment-form .comment-form-last_result .answer_text {
    line-height: 20px;
    font-size: 13px;
  }

  .section-title-page .type-news div a {
    font-size: 13px;
  }

  .section-banner .banner-main-ban-text_title {
    font-size: 12px;
    line-height: 15px;

    color: #000;
  }

  .section-banner .banner-main .slick-dots {
    bottom: 4px;
    margin-left: 10px;
  }

  .section-banner .banner-main-ban-text_desc {
    padding-right: 0px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-banner .banner-main-ban-text_time {
    padding: 0px 15px;
    font-size: 10px;
  }

  .section-banner .banner-main-ban-text {
    padding-left: 15px;
  }

  .photogallery_content span {
    min-width: 180px;
    font-size: 12px;
  }

  .section-news .news-main .news-main-source_link-social {
    float: inherit;
    padding-top: 10px;
  }

  .section-news .news-main .news-main-source_link-social a {
    margin-right: 10px;
  }

  .section-news .news-main .read-more .link-theme {
    padding-top: 10px;
    width: 100%;
  }

  .news-main .news-main-ban .info-trainer {
    padding-left: 10px;
  }

  .news-main .news-main-ban .info-trainer .logo_team {
    width: 35px;
    height: 60px;
    margin-right: 5px;
  }

  .news-main .news-main-ban .info-trainer .trainer span {
    font-size: 12px;
    line-height: 17px;
  }

  .news-main .news-main-ban .info-trainer .trainer span strong {
    font-size: 12px;
  }
}