
body
	{
		background: #ffffff;
        font-family: sans-serif;
		font-weight: 400;
	}

h2, h3, h4
    {
        font-weight: bold;
    }

/* start all section */
#service, #portfolio
    {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #333;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #263a62;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #333;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home
	{
      padding-top: 50px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #fc354c;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #fc354c;
    border: 2px solid transparent;
}

/* end home */

/* start service */
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
        background-color: #263a62;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #93ca3a;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 12px;
    }
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 0px;
        text-align: right;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 46px;
        height: 46px;
        line-height: 46px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */





.space-10 {
    height: 10px;
}
.space-20 {
    height: 20px;
}
.space-30 {
    height: 30px;
}
.space-40 {
    height: 40px;
}
.space-50 {
    height: 50px;
}
.text-up {
    text-transform: uppercase;
}

/*iplapla*/
.logo-360 {
    margin-top: 5px;
}

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
    padding: 20px 0;
}

.home-intro {
    font-size: 18px;
    color: #333;
}

.home-title {
    font-size: 28px;
    color: #263a62;
    font-weight: bold;
    text-align: center;
}

.footer-all {
    background-color: #e5e6e6;
}

.footer-copy {
    color: #182b4c;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}

.service-other_content {
    background: #263a62;
    height: 70px;
    color: #fff;
    font-size: 14px;
    padding-top:15px;
    text-transform: uppercase;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 10px;
}

.home-transfer {
    background: rgba(24,43,76,1);
    background: -moz-linear-gradient(left, rgba(24,43,76,1) 0%, rgba(31,84,131,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,43,76,1)), color-stop(100%, rgba(31,84,131,1)));
    background: -webkit-linear-gradient(left, rgba(24,43,76,1) 0%, rgba(31,84,131,1) 100%);
    background: -o-linear-gradient(left, rgba(24,43,76,1) 0%, rgba(31,84,131,1) 100%);
    background: -ms-linear-gradient(left, rgba(24,43,76,1) 0%, rgba(31,84,131,1) 100%);
    background: linear-gradient(to right, rgba(24,43,76,1) 0%, rgba(31,84,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182b4c', endColorstr='#1f5483', GradientType=1 );
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
.news-current {
    background-color: #0f1d33;
    color: #fff;
    width: 50%;
    float: left;
    margin-top: 0px;
    height: 300px;
    padding-top: 100px;
}
.player-current {
    background-color: #fff;
    color: #333;
    width: 50%;
    float: right;
    margin-top: 0px;
    height: 300px;
    padding-top: 10px;
}
.club-trasfer {
    margin-top: 30px;
    text-align: center;
}
.club-player-name {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
    color: #182b4c;
}
.club-border_a {
    border: 4px #e5e6e6 solid;
    border-radius: 50px;
    padding: 10px;
    background-color: #e5e6e6;
}
.club-border_b {
    border: 4px #e5e6e6 solid;
    border-radius: 50px;
    padding: 10px;
}
.club-to {
    width: 28px;
    height: 4px;
    background-color: #e5e6e6;
}
.club-logo {
    width: 90px;
}
.club-text {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #263a62;
    background-color: #e5e6e6;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}
.news-title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}
.btnn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-border_pink {
    color: #fff;
    background-color: #0f1d33;
    border-color: #ee3b4f;
    font-size: 18px;
}
.btn-border_pink:hover {
    color: #fff;
    background-color: #ee3b4f;
    border-color: #0f1d33;
}
.btn-border_pinkwhite {
    color: #ee3b4f;
    background-color: #fff;
    border-color: #ee3b4f;
    font-size: 18px;
}
.btn-border_pinkwhite:hover {
    color: #fff;
    background-color: #ee3b4f;
    border-color: #fff;
}
.social {
    text-align: right;
    margin-right: 0px;
    position: relative;
    top: 0px;
}
.social a {
    width:31px;
    height:31px;
    background:#fff;
    display:inline-block;
    text-indent:-9999px;
    overflow:hidden;
    border: 0px #ADADAD solid;
    vertical-align: middle;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.social a:hover{
    background-position:0 -31px;
    border: 0px #fff solid;
}
.social .en {
    background: url(../images/en.png);
}
.social .th {
    background: url(../images/th.png);
}
.social .fb {
    background: url(../images/fb.png);
}
.social .yt {
    background: url(../images/yt.png);
}
.social .tw {
    background: url(../images/tw.png);
}


/*Mobile*/

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
    .logo-360 {
        width: 160px;
        margin-top: 5px;
    }
    .news-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }
    .social {
        text-align: center;
        margin-right: 0px;
        position: relative;
        top: 10px;
    }
    .news-current {
    background-color: #0f1d33;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 300px;
    padding-top: 100px;
    }
    .player-current {
    background-color: #fff;
    color: #333;
    width: 100%;
    float: right;
    margin-top: 0px;
    height: 300px;
    padding: 10px;
    }
    .club-border_a {
    border: 3px #e5e6e6 solid;
    border-radius: 50px;
    padding: 5px;
    background-color: #e5e6e6;
    }
    .club-border_b {
    border: 3px #e5e6e6 solid;
    border-radius: 50px;
    padding: 5px;
    }
    .club-logo {
    width: 50px;
    }
    .club-to {
    width: 25px;
    height: 3px;
    background-color: #e5e6e6;
    }
    .club-player-pic {
        margin-top: 10%;
    }
    .social-icon {
        position: relative;
        padding: 0;
        margin: 0;
        top: 0px;
        text-align: center;
    }
    .footer-copy {
        color: #182b4c;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
    }

}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
    {
        padding-top: 40px;
    }
    .logo-360 {
        width: 160px;
        margin-top: 5px;
    }
    .news-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    } 
    .social {
        text-align: center;
        margin-right: 0px;
        position: relative;
        top: 10px;
    }
    .news-current {
    background-color: #0f1d33;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 250px;
    padding-top: 100px;
    }
    .player-current {
    background-color: #fff;
    color: #333;
    width: 100%;
    float: right;
    margin-top: 0px;
    height: 250px;
    padding: 10px;
    }
    .club-border_a {
    border: 3px #e5e6e6 solid;
    border-radius: 50px;
    padding: 5px;
    background-color: #e5e6e6;
    }
    .club-border_b {
    border: 3px #e5e6e6 solid;
    border-radius: 50px;
    padding: 5px;
    }
    .club-logo {
    width: 50px;
    }
    .club-to {
    width: 25px;
    height: 3px;
    background-color: #e5e6e6;
    }
    .club-player-pic {
        margin-top: 20%;
    }
    .social-icon {
        position: relative;
        padding: 0;
        margin: 0;
        top: 0px;
        text-align: center;
    }
    .footer-copy {
        color: #182b4c;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
    }
}
/* end templatemo 360 media quires */

.banner-page {
    margin-top: 150px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
    font-size: 12px;
}

a {
    color: #263a62;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fc354c;
}

.text-pink {
    color: #fc354c;
}
.text-darkblue {
    color: #263a62;
}

.page-content_p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    padding-bottom: 10px;
}

.ccol-md-2, ccol-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    }

.ccol-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .ccol-sm-4 {
        float: left;
    }
    .ccol-sm-4 {
        width: 33.33%;
    }
 } 

@media (min-width: 992px) {
    .ccol-md-2 {
        float: left;
    }
    .ccol-md-2 {
        width: 20%;
    }
}


/*news*/
/*news*/
.title-news {
    font-size: 16px;
    color: #0047ba;
    font-family: 'wittayakarn-bold-webfont';
}

.title-news_all {
    font-size: 14px;
    color: #0047ba;
    font-family: 'wittayakarn-bold-webfont';
    margin-top: 5px;
}

.title-news_read {
    color: #263a62;
}

.group-news {
    font-size: 14px;
    color: #fb354b;
    padding-top: 10px;
    padding-bottom: 0px;
    
}

.group-news_read {
    font-size: 14px;
    background-color: #fb4156;
    padding: 5px;
    color: #ffffff;
    width: 30%;
    text-align: center;
    border-radius: 50px;
}
.date-news_all {
    font-size: 12px;
    color: #777;
    float: right;
}

.date-news_read {
    font-size: 12px;
    color: #777;
    text-align: left;
}

.back-to-news {
    color: #263a62;
    font-size: 18px;
    font-weight: bold;
}
.card-news {
    background: #f4f4f4;
    padding: 10px;
    height: 240px;
}


.card-news_content {
   font-size: 12px;
   color: #333;
   line-height: 1.8;
}

.news-readmore {
    padding-left: 0;
    margin-left: 0;
    border: none;
    position: absolute;
    bottom: 15px;
}



.card-news:hover {
    background: #fff;
    padding: 10px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #58595b;
    text-decoration: none;
    border: 0px solid #ddd;
    border-radius: 50px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fb354b;
    border-color: #fb354b;
    border-radius: 50px;
}