/* ===================================================================
CSS information

 file name  : update
 author     : UCI
 style info : update
=================================================================== */
/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000314}}
  .view_pc-tab {
    display: none !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000319}}
.view_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000319}}
  .view_sp {
    display: block !important;
  }
}

/* -----------------------------------------------------------
	.button
----------------------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000330}}
a.btn {
  border: 2px solid #ccc;
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 12px;
  position: relative;
  padding-right: 30px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000340}}
a.btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000352}}
a.btn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000356}}
  a.btn span.pc {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000361}}
a.btn span.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000361}}
  a.btn span.sp {
    display: inline-block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000368}}
a.btn.btn_pink {
  border-color: #FF968C;
  color: #FF968C;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000371}}
a.btn.btn_pink:after {
  border-left-color: #FF968C;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000375}}
a.btn.btn_cyan {
  border-color: #1FB8DE;
  color: #1FB8DE;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000378}}
a.btn.btn_cyan:after {
  border-left-color: #1FB8DE;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\0000382}}
a.btn:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.Line effect
----------------------------------------------------------*/
@keyframes emphTextAnimation {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003105}}
.txt_line span {
  display: inline-block;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003108}}
.txt_line span em {
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003114}}
.txt_line.active span:before {
  content: "";
  display: block;
  width: 0%;
  height: 45%;
  background-color: #e0f8ed;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  animation-name: emphTextAnimation;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  background-color: rgba(255, 150, 140, 0.6);
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003114}}
  .txt_line.active span:before {
    bottom: -3px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003139}}
.txt_line.pink.active span:before {
  background-color: rgba(255, 150, 140, 0.3);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003148}}
.txt_line.cyan.active span:before {
  background-color: rgba(31, 184, 222, 0.3);
}

/* -----------------------------------------------------------
	.cus_animate
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003159}}
.cus_animate {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(15px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003163}}
.cus_animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* -----------------------------------------------------------
	.con_topteam
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003172}}
.con_topteam {
  padding: 40px 0 100px;
  background: transparent url(../images/topteam/bg.png) no-repeat center center;
  background-size: 2021px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003172}}
  .con_topteam {
    padding: 20px 0 100px;
    background-image: url(../images/topteam/bg_sp.png);
    background-size: 500px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003181}}
.con_topteam * {
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003184}}
.con_topteam .box_topteam {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003184}}
  .con_topteam .box_topteam {
    width: 100%;
    padding: 0 15px;
  }
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003184}}
  .con_topteam .box_topteam {
    width: 100%;
    padding: 0 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/_settings\.scss}line{font-family:\0000353}}
.ie8 .con_topteam .box_topteam {
  width: 100%;
  padding: 0 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003191}}
.con_topteam .box_topteam .top_nav {
  padding: 0 15px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003191}}
  .con_topteam .box_topteam .top_nav {
    margin-bottom: 60px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003197}}
.con_topteam .box_topteam .top_nav ul {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003204}}
.con_topteam .box_topteam .top_nav ul li {
  width: calc( (100% - 60px) /4 );
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003204}}
  .con_topteam .box_topteam .top_nav ul li {
    width: calc( (100% - 30px) /4 );
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003209}}
.con_topteam .box_topteam .top_nav ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  font-size: 33px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  border: 2px solid #1FB8DE;
  color: #1FB8DE;
  font-family: 'Squada One';
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003209}}
  .con_topteam .box_topteam .top_nav ul li a {
    font-size: 22px;
    height: 32px;
    line-height: 30px;
    border: 2px solid #1FB8DE;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003228}}
.con_topteam .box_topteam .top_nav ul li a:hover {
  opacity: .8;
  background: #1FB8DE;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003233}}
.con_topteam .box_topteam .top_nav ul li a.active {
  background: #1FB8DE;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003241}}
.con_topteam .box_topteam .box_group {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003241}}
  .con_topteam .box_topteam .box_group {
    margin-bottom: 90px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003246}}
.con_topteam .box_topteam .box_group h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003246}}
  .con_topteam .box_topteam .box_group h3 {
    margin-bottom: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003252}}
.con_topteam .box_topteam .box_group h3 span {
  display: block;
  line-height: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003255}}
.con_topteam .box_topteam .box_group h3 span.en {
  font-size: 60px;
  color: #1FB8DE;
  margin: 0 0 5px;
  font-family: 'Squada One';
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003255}}
  .con_topteam .box_topteam .box_group h3 span.en {
    font-size: 50px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003264}}
.con_topteam .box_topteam .box_group h3 span.jp {
  font-size: 16px;
  font-family: 'Noto Sans JP';
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003264}}
  .con_topteam .box_topteam .box_group h3 span.jp {
    font-size: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003273}}
.con_topteam .box_topteam .box_group .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003279}}
.con_topteam .box_topteam .box_group .list li {
  width: calc( (100% - 60px) /4 );
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003279}}
  .con_topteam .box_topteam .box_group .list li {
    margin-right: 15px;
    width: calc( (100% - 15px) /2 );
    margin-bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003289}}
.con_topteam .box_topteam .box_group .list li a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003294}}
.con_topteam .box_topteam .box_group .list li .photo {
  line-height: 0;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003297}}
.con_topteam .box_topteam .box_group .list li .photo img {
  max-width: none;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003303}}
.con_topteam .box_topteam .box_group .list li .box_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1FB8DE;
  padding: 10px 10px 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003303}}
  .con_topteam .box_topteam .box_group .list li .box_txt {
    padding: 5px 5px 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003314}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt {
  display: flex;
  align-items: center;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003318}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt:before {
  content: '';
  position: absolute;
  top: -54px;
  right: -10px;
  left: -10px;
  height: 45px;
  background: transparent url(../images/topteam/bg_line.png) no-repeat left bottom;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003318}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt:before {
    height: 24px;
    top: -28px;
    left: -5px;
    right: -5px;
    background-image: url(../images/topteam/bg_line_sp.png);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003335}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt .number {
  width: 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003335}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .number {
    width: 35px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003341}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt .number span {
  font-size: 48px;
  line-height: 1;
  font-family: 'Squada One';
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003341}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .number span {
    font-size: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003350}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt .info {
  width: calc(100% - 65px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003350}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .info {
    width: calc(100% - 35px);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003357}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.jp {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}
@media only screen and (max-width: 1280px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003357}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.jp {
    font-size: 18px;
  }
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003357}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.jp {
    font-size: 18px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/_settings\.scss}line{font-family:\0000353}}
.ie8 .con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.jp {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003357}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.jp {
    font-size: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003368}}
.con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.en {
  font-size: 20px;
  font-family: 'Squada One';
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003368}}
  .con_topteam .box_topteam .box_group .list li .box_txt .txt .info p.en {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003378}}
  .con_topteam .box_topteam .box_group .list li .box_txt.small {
    padding: 3px 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003383}}
  .con_topteam .box_topteam .box_group .list li .box_txt.small .txt:before {
    top: -26px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003390}}
.con_topteam .box_topteam .box_group .list li .box_txt.small .txt .info p.jp {
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003390}}
  .con_topteam .box_topteam .box_group .list li .box_txt.small .txt .info p.jp {
    line-height: 1;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003403}}
.con_topteam .box_topteam .box_group .list li:hover .photo img {
  transform: scale(1.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003408}}
.con_topteam .box_topteam .box_group .list li:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003411}}
  .con_topteam .box_topteam .box_group .list li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003416}}
.con_topteam .box_topteam .box_group .list li:last-child {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003420}}
.con_topteam .box_topteam .box_group .list.col3 {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003420}}
  .con_topteam .box_topteam .box_group .list.col3 {
    justify-content: flex-start;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003427}}
.con_topteam .box_topteam .box_group:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.tbl_custom
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003441}}
.tbl_custom table#test_player {
  width: 95%;
  max-width: 1400px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003444}}
.tbl_custom table#test_player th, .tbl_custom table#test_player td {
  padding: 10px 8px;
  font-size: 16px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003449}}
.tbl_custom table#test_player th.col1 {
  width: 85px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003452}}
.tbl_custom table#test_player th.col2 {
  width: 75px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003455}}
.tbl_custom table#test_player th.col3 {
  width: 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003459}}
.tbl_custom table#test_player th.col5 {
  width: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003463}}
.tbl_custom table#test_player th.col7 {
  width: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003466}}
.tbl_custom table#test_player th.col8 {
  width: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003469}}
.tbl_custom table#test_player th.col9 {
  width: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003475}}
.tbl_custom table#test_player td br {
  display: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003475}}
  .tbl_custom table#test_player td br {
    display: block;
  }
}

/* -----------------------------------------------------------
	#club
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003490}}
#club .club01 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003490}}
  #club .club01 {
    padding: 50px 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003496}}
#club .club01 .contents .slogan {
  max-width: 200px;
  margin-left: 66px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003496}}
  #club .club01 .contents .slogan {
    max-width: 120px;
    margin-left: 40px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003508}}
#club .club04 .contents .uniform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003512}}
#club .club04 .contents .uniform li {
  width: 58%;
  max-width: 537px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003512}}
  #club .club04 .contents .uniform li {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003521}}
#club .club04 .contents .uniform li img {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003521}}
  #club .club04 .contents .uniform li img {
    width: 96%;
  }
}

/* -----------------------------------------------------------
	.player_detail01
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003541}}
.player_detail01 .contents ul li.image {
  line-height: 0;
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003541}}
  .player_detail01 .contents ul li.image {
    padding: 30px 0 0 0;
  }
}

/* -----------------------------------------------------------
	.player_detail03
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003557}}
.player_detail03 ul {
  justify-content: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003560}}
.player_detail03 ul li:first-child {
  display: none;
}

/* -----------------------------------------------------------
	.wrp_fanclub
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003571}}
#fanclub.second {
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003575}}
.wrp_fanclub {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  color: #4E4E4E;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003575}}
  .wrp_fanclub {
    font-size: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003582}}
.wrp_fanclub * {
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003585}}
.wrp_fanclub .box_st {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003585}}
  .wrp_fanclub .box_st {
    margin-bottom: 40px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003591}}
.wrp_fanclub .box_st h3 {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003593}}
.wrp_fanclub .box_st h3 span {
  display: block;
  line-height: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003596}}
.wrp_fanclub .box_st h3 span.en {
  font-family: 'Squada One';
  font-size: 80px;
  color: #1FB8DE;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003596}}
  .wrp_fanclub .box_st h3 span.en {
    font-size: 50px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003604}}
.wrp_fanclub .box_st h3 span.en.pink {
  color: #FF968C;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003608}}
.wrp_fanclub .box_st h3 span.jp {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003608}}
  .wrp_fanclub .box_st h3 span.jp {
    font-size: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003618}}
.wrp_fanclub .box_content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003618}}
  .wrp_fanclub .box_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003618}}
  .wrp_fanclub .box_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/_settings\.scss}line{font-family:\0000353}}
.ie8 .wrp_fanclub .box_content {
  padding-left: 15px;
  padding-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003627}}
.wrp_fanclub .con_outline {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003627}}
  .wrp_fanclub .con_outline {
    padding: 40px 0 60px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003632}}
.wrp_fanclub .con_outline .photo {
  max-width: none;
  line-height: 0;
  width: 100%;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003632}}
  .wrp_fanclub .con_outline .photo {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003641}}
.wrp_fanclub .con_outline .photo img {
  max-width: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003644}}
.wrp_fanclub .con_outline .photo img.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003644}}
  .wrp_fanclub .con_outline .photo img.pc {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003650}}
.wrp_fanclub .con_outline .photo img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003650}}
  .wrp_fanclub .con_outline .photo img.sp {
    display: block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003658}}
.wrp_fanclub .con_outline .box_txt {
  max-width: 1095px;
  max-width: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003658}}
  .wrp_fanclub .con_outline .box_txt {
    justify-content: center;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003669}}
.wrp_fanclub .con_outline .box_txt .logo {
  width: 180px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003669}}
  .wrp_fanclub .con_outline .box_txt .logo {
    width: 150px;
    margin: 0 auto 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003676}}
.wrp_fanclub .con_outline .box_txt .logo img {
  max-width: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003681}}
.wrp_fanclub .con_outline .box_txt .txt {
  line-height: 1.8;
  width: calc(100% - 200px);
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003681}}
  .wrp_fanclub .con_outline .box_txt .txt {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003692}}
.wrp_fanclub .con_outline .box_table {
  max-width: 1000px;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003695}}
.wrp_fanclub .con_outline .box_table h3 {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003695}}
  .wrp_fanclub .con_outline .box_table h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003705}}
.wrp_fanclub .con_outline .box_table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003710}}
.wrp_fanclub .con_outline .box_table table tr th, .wrp_fanclub .con_outline .box_table table tr td {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003710}}
  .wrp_fanclub .con_outline .box_table table tr th, .wrp_fanclub .con_outline .box_table table tr td {
    padding: 8px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003720}}
.wrp_fanclub .con_outline .box_table table tr th {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003724}}
.wrp_fanclub .con_outline .box_table table tr td .logo {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003726}}
.wrp_fanclub .con_outline .box_table table tr td .logo img {
  width: 100%;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003726}}
  .wrp_fanclub .con_outline .box_table table tr td .logo img {
    max-width: 70px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003733}}
.wrp_fanclub .con_outline .box_table table tr td .logo span {
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003739}}
.wrp_fanclub .con_outline .box_table table tr td.td_logo {
  width: 300px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003739}}
  .wrp_fanclub .con_outline .box_table table tr td.td_logo {
    width: 100px;
    vertical-align: top;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003747}}
.wrp_fanclub .con_outline .box_table table tr:nth-child(even) {
  background: #F8F8F8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003752}}
.wrp_fanclub .con_outline .box_table .note {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003752}}
  .wrp_fanclub .con_outline .box_table .note {
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003761}}
  .wrp_fanclub .con_outline .box_table .note p {
    text-indent: -25px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003767}}
.wrp_fanclub .con_outline .box_table .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003767}}
  .wrp_fanclub .con_outline .box_table .btns {
    margin-top: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003777}}
.wrp_fanclub .con_outline .box_table .btns a.btn.btn_pink {
  max-width: 340px;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003777}}
  .wrp_fanclub .con_outline .box_table .btns a.btn.btn_pink {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003786}}
.wrp_fanclub .con_outline .box_table .btns a.btn.btn_cyan {
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003786}}
  .wrp_fanclub .con_outline .box_table .btns a.btn.btn_cyan {
    max-width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003796}}
.wrp_fanclub .con_how_to_join {
  background: #E9FAFE;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003796}}
  .wrp_fanclub .con_how_to_join {
    padding-bottom: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003802}}
.wrp_fanclub .con_how_to_join h2 {
  background: #1FB8DE;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 15px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003802}}
  .wrp_fanclub .con_how_to_join h2 {
    margin-bottom: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003815}}
.wrp_fanclub .con_how_to_join .box_how {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003815}}
  .wrp_fanclub .con_how_to_join .box_how {
    margin-bottom: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003820}}
.wrp_fanclub .con_how_to_join .box_how h3 {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003820}}
  .wrp_fanclub .con_how_to_join .box_how h3 {
    padding: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003830}}
.wrp_fanclub .con_how_to_join .box_how h3 img {
  height: auto;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003833}}
.wrp_fanclub .con_how_to_join .box_how h3 img.ic1 {
  width: 17px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003836}}
.wrp_fanclub .con_how_to_join .box_how h3 img.ic2 {
  width: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003840}}
.wrp_fanclub .con_how_to_join .box_how h3 span {
  font-size: 18px;
  font-weight: 500;
  color: #1FB8DE;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003846}}
.wrp_fanclub .con_how_to_join .box_how h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003851}}
.wrp_fanclub .con_how_to_join .box_how ul {
  margin-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003853}}
.wrp_fanclub .con_how_to_join .box_how ul li {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003857}}
.wrp_fanclub .con_how_to_join .box_how ul.disc li {
  list-style-type: disc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003862}}
.wrp_fanclub .con_how_to_join .box_how ul.decimal li {
  list-style-type: decimal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003867}}
.wrp_fanclub .con_how_to_join .box_how .btns {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003867}}
  .wrp_fanclub .con_how_to_join .box_how .btns {
    margin-top: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003872}}
.wrp_fanclub .con_how_to_join .box_how .btns a {
  max-width: 340px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003872}}
  .wrp_fanclub .con_how_to_join .box_how .btns a {
    max-width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003880}}
.wrp_fanclub .con_how_to_join .box_how:last-child {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003885}}
.wrp_fanclub .con_faq {
  padding: 90px 0 200px;
  background-image: url(../images/fanclub/bg_faq.png), url(../images/fanclub/bg_faq.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -200px -360px, 900px 960px;
  background-size: 830px auto, 830px auto;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003885}}
  .wrp_fanclub .con_faq {
    padding: 70px 0 100px;
    background-image: url(../images/fanclub/bg_faq_sp_1.png), url(../images/fanclub/bg_faq_sp_2.png);
    background-size: 330px auto, 330px auto;
    background-position: -150px -15px, 200% 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003897}}
.wrp_fanclub .con_faq .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003904}}
.wrp_fanclub .con_faq .list li {
  width: calc( (100% - 70px)/2 );
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003904}}
  .wrp_fanclub .con_faq .list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003911}}
.wrp_fanclub .con_faq .list li h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1FB8DE;
  margin-bottom: 15px;
  padding-left: 35px;
  text-indent: -35px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003911}}
  .wrp_fanclub .con_faq .list li h4 {
    margin-bottom: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003921}}
.wrp_fanclub .con_faq .list li h4.large {
  padding-left: 45px;
  text-indent: -45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003926}}
.wrp_fanclub .con_faq .list li .txt {
  line-height: 1.8;
}

/* -----------------------------------------------------------
	.Home page
----------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003937}}
.top_youtube {
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003939}}
.top_youtube .youtube01 {
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003941}}
.top_youtube .youtube01 a {
  display: block;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003949}}
  .top01 .top_match .top_next {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003949}}
  .top01 .top_match .top_next {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/_settings\.scss}line{font-family:\0000339}}
.ie8 .top01 .top_match .top_next {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003957}}
  .top01 .top_match .top_results {
    padding-bottom: 25px;
  }
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/update\.scss}line{font-family:\00003957}}
  .top01 .top_match .top_results {
    padding-bottom: 25px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/quyetnv\/Projects\/fctiamo\.net\/cms21\/wp-content\/themes\/fctiamo21\/assets\/scss\/_settings\.scss}line{font-family:\0000339}}
.ie8 .top01 .top_match .top_results {
  padding-bottom: 25px;
}
