
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
  
  .container:before,
  .container:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .container:after {
    clear: both;
  }
  
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
  }
  
  .container-fluid:before,
  .container-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section {
    position: relative;
  }
  
  .centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
  .row {
    *zoom: 1;
  }
  
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .row:after {
    clear: both;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="col"] {
    display: block;
    width: 100%;
    min-height: 30px;
	margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="col"]:first-child {
  }
  .row-fluid .col-4 {
    width: 50%;
  }

  .recoment-section{
    padding-top: 50px;
    border-top: none;
  }
  
  .title-recomment{
    background-color: #438cf0;
    border-radius: 10px;
    padding: 14px 45px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .title-recomment img{
    max-width: 100%;
  }

  .thumbnail-recomment {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    margin-bottom: 35px;
  }
  
  .thumbnail-recomment img{
    width: 100%;
  }
  
  .thumbnail-recomment .thumbnail-header h3{
    font-size: 27px;
    line-height: 32px;
    white-space: pre-line;
    text-align: center;
    font-weight: bold;
  }
  
  .thumbnail-recomment .mark-blue{
    text-align: center;
  }
  
  .thumbnail-des{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 20px;
	  line-height: 22px;
  }
  
  .parent-name {
    width: 100%;
    height: 100%;
    min-height: 64px;
    display: table;
    text-align: center;
  }
  .parent-name > .child-name {
    display: table-cell;
    vertical-align: middle;
  }
  
@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
    .row {
        margin-left: -30px;
        *zoom: 1;
      }
      .row:before,
      .row:after {
        display: table;
        line-height: 0;
        content: "";
      }
      .row:after {
        clear: both;
      }
   
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
      .row-fluid:before,
      .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
      }
      .row-fluid:after {
        clear: both;
      }
      .row-fluid [class*="col"] {
        display: block;

        width: 100%;
        min-height: 30px;
		margin: 0 auto;

      }
      .row-fluid [class*="col"]:first-child {
      }
      .row-fluid .col-4 {
        width: 50%;
      }
      .row-fluid .thumbnails {
        margin-left: 0;
      }

      .thumbnail-recomment .thumbnail-header h3{
        font-size: 25px;
        padding: 0 20px;
      }
      .thumbnail-recomment .mark-blue{
        margin: 0;
        font-size: 18px;
      } 
}

@media (max-width: 1199px) {
    .thumbnail-des{
      font-size: 15px;
    }

    .container {
        width: 940px;
    } 
}

@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px;
    }
    .row {
        *zoom: 1;
    }
      .row:before,
      .row:after {
        display: table;
        line-height: 0;
        content: "";
      }
      .row:after {
        clear: both;
      }
      [class*="col"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
      }
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
      .row-fluid:before,
      .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
      }
      .row-fluid:after {
        clear: both;
      }
      .row-fluid [class*="col"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
      }
      .row-fluid [class*="col"]:first-child {
        margin-left: 0;
      }
      .row-fluid .controls-row [class*="col"] + [class*="col"] {
        margin-left: 2.7624309392265194%;
      }
      .row-fluid .col-4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
      }
      .thumbnail-recomment .thumbnail-header h3{
        font-size: 25px;
      }
      .thumbnail-recomment .mark-blue{
        margin: 0;
        font-size: 18px;
      }  
}
@media (max-width: 767px) {
    .container {
        width: auto;
    }
    .row-fluid {
        width: 100%;
    }
      .row,
      .thumbnails {
        margin-left: 0;
      }
      .thumbnails > li {
        float: none;
        margin-left: 0;
      }
      [class*="col"],
      .row-fluid [class*="col"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
      }

      .recoment-section{
        padding-top: 10px;
      }
    
      .recoment-section .sub-section{
        margin-top: 28px;
      }
      .title-recomment{
        padding: 18px 20px;
        margin-bottom: 20px;
      }
    
      .thumbnail-recomment .thumbnail-header h3{
        font-size: 24px;
      }
    
      .thumbnail-recomment .mark-blue{
        margin: 0;        
        padding: 10px 0;
        font-size: 21px;
        line-height: 21px;
      }
    
      .thumbnail-des{
        white-space: pre-line;
    
      }
      .parent-name{
        min-height: 32px;
      }
    
      .parent-name > .child-name {
        display: table-cell;
        vertical-align: top;
      }
}

