/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/

body {
    background: #FFF;
    font-family: 'Kanit', sans-serif;
    color: #333;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /*font-family: 'Roboto';*/
    color: #333;
}


h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #2A2AB7;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color : #C42026;
    /*color: rgba(0, 0, 0, .85);*/
    text-decoration: none;
}

.top-call-center{
	text-align: right;
	font-size: 1.6em;
	padding-top: 10px;
	color: #8b8b8b;
}
.navbar-static-top {
	z-index: 998;
}

.top-nav .dropdown a {
    padding: 15px 12px 8px 12px;
}

 .margin-bottom  { clear:both; margin-bottom: 50px; }

 .img-box {
     padding : 5px;
     border: 1px solid transparent;
     border-color: #ccc;
     border-radius: 4px;
 }

 .text-red {
   color: #dd4b39 !important;
 }

 .padding-left {
         margin-left: 40px;
}
.padding-left-5 {
        margin-left: 5px;
}
/*************************
*******feature******
**************************/

#feature {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 0px;
}

#feature .hi-icon-effect {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#feature .hi-icon-effect:hover {
    border-radius: 6px;
    background: #f4f4f4;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#feature .hi-icon-effect i.fa:hover {
    background: #fff;
    color: #2A2AB7;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.text-center i {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    padding: 30px;
    background: #2A2AB7;
    border-radius: 50%;
}

.text-center h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

.text-center h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-center h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.text-center h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.text-center p {
    font-size: 18px;
    color: #777;
}
.text-center span {
    color: #333;
}

.text-center h5 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom:10px;
    color: #007ec9;
}
/*************************
*******productcategory******
**************************/

#productcate {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 0px;
}

#productcate .hi-icon-effect {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#productcate  .hi-icon-effect img{
  -webkit-filter: drop-shadow(0px 5px 3px #666);
  filter: drop-shadow(0px 5px 3px #666);
}

#productcate .hi-icon-effect:hover {
    border-radius: 6px;
    background: #f4f4f4;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#productcate .text-center h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#productcate .text-center span {
    color: #333;
}


/*************************
*******footer******
**************************/
.copyright {
    background: #383838;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
}
.copyright .footerspan{
    color: #FFF;
}
.copyright a{
    color: #FFF;
}
.copyright a:hover{
    color: #0BA9F9;
}
footer {
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-left {
	float: left;
	position: relative;
}

.footer-right {
	float: right;
	position: relative;
}

/*************************
*******contact******
**************************/

#contact {
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact .text-center {
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#contact ul {
    list-style: none;
    margin-left: -40px;
    font-size: 13px;
}

#contact h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 25px;
}

#contact .text-center h3 {
    color: #333;
    font-size: 20px;
}

#contact  .btn {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    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: 4px;
    background-color: #2A2AB7;
}
#contact  .btn-primary {
    margin-top: 20px;
}
#contact .btn:hover {
    color: #fff;
    background-color: #B1CD35;
    border-color: #2A2AB7;
}

#contact select {
  border-radius: 4px;
  margin-bottom: 3px;
}
#contact input {
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 3px;
}

/*************************
*******content******
**************************/

#content {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
#content .text-center h4 {
    font-size: 18px;
    color: #777;
}
#content .text-center .text-topic {
    font-size: 20px;
    color: #C42026;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content .hi-icon-effect {
    padding: 0;
    border-radius: 15px;
}

#content .hi-icon-effect:hover {
    border-radius: 15px;
    background: #f4f4f4;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#content img .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#content h2 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
}
#content h2 .text-dark{
  color: #2A2AB7;
}
#content h3 {
    color: #2A2AB7;
    font-size: 16px;
    line-height: 20px;
}

#content .claim p {
    font-size: 14px;
    margin-top: -30px;
    margin-left: 65px;
}
#content  .padding-left {
    margin-left: 40px;
}
#content  .claim img {
    vertical-align: top;
    padding-right: 10px;
}
#content  .insurer img {
    margin-top: 34px;
    padding-right: 20px;
}
#content .timeline-width{
  margin-top: 30px;
  width: 70%
}
@media (max-width: 767px) {
  #content .timeline-width{
    width: 100%
  }
}

#content .timeline  h5 {
    color: #2A2AB7;
    font-size: 24px;
    padding-left: 10px;
    margin-top: -1px;
}

#content .content-box {
    font-size: 18px;
    line-height: 26px;
    padding : 12px;
    margin: 20px;
    border: 1px solid transparent;
    border-color: #100ca8;
    border-radius: 15px;
}
#content .content-box span {
    color: #95ae26;
}
#content i   {
  color: #333;
  font-size: 12px;
  text-decoration: line-through;
}
#content .content-box h5 {
    color: #2A2AB7;
    font-size: 20px;
}
#content .content-box .text-light-green{
    color: #95ae26;
    font-size: 28px;
}
#content .content-box p {
    font-size: 16px;
    margin-top: -10px;
    line-height: 28px;
}
#content .howto table{
  font-size: 14px;
}

#content  .btn-link {
        display: block;
        width: 100%;
        padding: 20px 5px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: normal;
        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;

        opacity:1;
        transition:width 0.4s, opacity 1.1s;
        transition-delay: width 2s;

        border: 1px solid transparent;
        border-radius: 8px;
        background-color: #FFF;
        border-color: #2A2AB7;
        color: #2A2AB7;
       box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0 rgba(255, 255, 255, 0.75);
    }
#content
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active{
        color: #fff;
        background-color: #2A2AB7;
        border-color: #024431;
        text-decoration: none;
        -webkit-transition: background-color 0.5s linear;
        -moz-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;

}
#content .btn-padding {
        margin-top: 10px;
        margin-bottom: 10px;
}

#content img {
    border-radius: 14px;
    padding: 5px;
}

/*************************
*******from ******
**************************/
#loginform {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f1e6fc;
    width: 100%;
}
#loginform .form-area {
    padding: 20px 50px;
}

#loginform h2 {
    padding-top: 30px;
    font-size: 22px;
    color: #2A2AB7;
}
#loginform h3 {
    font-size: 14px;
}
#loginform h4 {
    font-size: 16px;
    line-height: 24px;
}
#loginform h5 {
  font-size: 16px;
    color: #2A2AB7;
}
#loginform  .btn {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    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: 4px;
    background-color: #95ae26;
    border-color: #B1CD35;
}
#loginform .btn-primary {
    margin-top: 2px;
}

#loginform .btn:hover {
    color: #fff;
    background-color: #B1CD35;
    border-color: #95ae26;
}

#loginform .input-group {
      height: 46px;
      margin-bottom: 10px;
}
#loginform .input-lg {
      height: 46px;
      font-size: 14px;
}

#loginform .from-group {
      margin-bottom: 10px;
}


#loginform select {
  border-radius: 4px;
  margin-bottom: 3px;
}

#loginform ul {
  margin-bottom: 3px;
}


#loginform  .btn-submit {
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        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: 8px;
        background-color: #2A2AB7;
        color: #fff;
    }

#loginform .btn-submit:hover {
        color: #fff;
        background-color: #2A2AB7;
        border-color: #024431;
}

#loginform  .content-box {
        padding : 10px 20px;
        margin: auto;
        border: 1px solid transparent;
        border-color: #CCC;
        border-radius: 8px;
        background-color: #FFF; opacity: 0.9;
        color: #333;
  }
  #loginform  .content-box-45 {
          padding : 10px 20px;
          margin-right: 10px;
          border: 1px solid transparent;
          border-color: #CCC;
          border-radius: 8px;
          background-color: #FFF; opacity: 0.9;
          color: #333;
          width: 45%;
    }
    @media (max-width: 767px) {
    	 #loginform	.content-box-45 {
            padding :  10px 20px;
            margin-right: 0px;
            margin-bottom: 10px;
            width: 100%;
    		}
    }

    /*************************
    *******member ******
    **************************/
    #member {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f1e6fc;
        width: 100%;
    }
    #member .form-area {
        padding: 20px 50px;
    }

    #member h2 {
        margin-top: 5px;
        font-size: 22px;
        color: #2A2AB7;
    }
    #member h3 {
        font-size: 14px;
    }
    #member  span {
        font-size: 14px;
        font-weight: bold;
    }
    #member h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #member h5 {
        font-size: 18px;
        line-height: 10px;
        color: #2A2AB7;
    }
    #member .remark {
        color: #F40000;
        font-weight: normal;
    }
    #member .font-normal{
        font-weight: normal;
    }
    #member  .btn {
        padding: 8px 10px;
        font-size: 16px;
        font-weight: normal;
        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: 4px;
        background-color: #f4f4f4;
        border-color: #444;
    }
    #member .btn-primary {
        margin-top: 2px;
    }

    #member .btn:hover {
        color: #fff;
        background-color: #B1CD35;
        border-color: #95ae26;
    }

    #member .input-group {
          height: 46px;
          margin-bottom: 10px;
    }
    #member .input-lg {
          height: 46px;
          font-size: 14px;
    }

    #member .input-img-tick {
        width: 80%;
        border: 1px solid #ccc;
    }
    #member .input-img-tick[disabled],
    fieldset[disabled] .input-img-tick {
      cursor: not-allowed;
      background-color: #eee;
      opacity: 1;
    }

    #member .from-group {
          margin-bottom: 10px;
    }

    #member select {
      border-radius: 4px;
      margin-bottom: 3px;
    }

    #member ul {
      margin-bottom: 3px;
    }

    #member  .btn-submit {
            padding: 10px 20px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: normal;
            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: 8px;
            background-color: #2A2AB7;
            color: #fff;
        }

    #member .btn-submit:hover {
            color: #fff;
            background-color: #2A2AB7;
            border-color: #024431;
    }

    #member .btn-default {
      background-color: #f4f4f4;
      color: #444;
      border-color: #ddd;
    }
    #member .btn-default:hover,
    .btn-default:active,
    .btn-default.hover {
      background-color: #f4f4f4;
      color: #444;
      border-color: #2A2AB7;
    }

        #member  .content-box {
            padding : 10px;
            margin: auto;
            border: 1px solid transparent;
            border-color: #CCC;
            border-radius: 8px;
            background-color: #FFF; opacity: 0.9;
            color: #333;
      }
    #member  .content-box-menu {
          padding : 10px 20px;
          margin-right: 10px;
          border: 1px solid transparent;
          border-color: #CCC;
          border-radius: 8px;
          background-color: #FFF; opacity: 0.9;
          color: #333;
      }
        @media (max-width: 767px) {
        	 #member	.content-box-menu {
               margin-right: 0px;
               margin-bottom: 10px;
        		}
        }

      #member .label {
        font-weight: normal !important;
        font-size: 12px;
      }
    /*************************
    *******pricing******
    **************************/

    #person {
        padding-top: 10px;
        background: #fff;
        padding-bottom: 10px;
    }

    #person .text-center p {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #person .pricing-area {
        width: 100%;
        padding: 0;
        margin: auto;
    }

    @media (max-width: 767px) {
      #person .pricing-area {
          width: 70%;
          padding: 0;
          margin: auto;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      #person .pricing-area {
          width: 100%;
          padding: 0;
          margin: auto;
      }
    }
    @media (min-width: 992px) and (max-width: 1366px) {
      #person .pricing-area {
          width: 90%;
          padding: 0;
          margin: auto;
      }
    }

    #person .pricing-area h2 {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #fff;
    }
    #person .pricing-area ul {
        background: #F1F1F1;
        padding: 0;
        margin: 0;
    }
    #person .pricing-area ul p{
        padding: 5px 10px;
        text-align: left;
        font-size: 14px;
        color: #333;
    }
    #person .pricing-area ul li {
        list-style: none;
        padding:  0;
        font-size: 16px;
        font-weight: 400;
    }

    #person .pricing-area .heading-two{
        padding: 17px 0;
        margin-left: 0px;
        border-radius: 8px;
        background: #2A2AB7;
        padding: 10px;
    }
    #person .pricing-area .heading-two i {
        font-size: 12px;
        color: #f39c12;
        padding: 0;
        margin: 0;
    }
    #person .pricing-area .heading-two .pad-left {
        float: left;
        margin-top: 5px;
        margin-left: 20px;
        color: #f39c12;
        font-size: 12px;
    }
    #person .pricing-area .heading-two .pad-right {
        float: right;
        margin-top: 5px;
        margin-right: 20px;
        color: #f39c12;
        font-size: 12px;
    }
    #person .pricing-area .heading-two:hover{
        background-color: #2A2AB7;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

    #person .pricing-area .heading-three{
        padding: 17px 0;
        margin-left: 0px;
        border-radius: 8px;
        background: #2A2AB7;
        padding: 10px;
        color: #f39c12;
    }

    #person .btn-select {
      background-color: #f39c12;
      border-color: #ba7200;
      color: #000;
      font-size: 14px;
      padding: 10px 2px;
    	width: 100%;
    	margin-top: 1px;
    }
    #person  .btn-select:hover  {
      background-color: #ffb032;
      border-color: #ba7200;
      color: #000;
    }

/*--------blog--------------*/
    #blog {
        padding-top: 10px;
        background: #fff;
        padding-bottom: 10px;
    }

    #blog h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #2A2AB7;
        font-weight: 600;
    }

    #blog .blog-area .text-subtopic{
        font-weight: 600;
        text-align: left;
        font-size: 16px;
        color: #333;
    }
    #blog .blog-area .text-data{
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 300;
        text-align: left;
        font-size: 14px;
        color: #333;
    }
    #blog .blog-area .text-date{
        padding-bottom: 10px;
        font-weight: 300;
        text-align: left;
        font-size: 12px;
        color: #999;
    }
    #blog .text-center p {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #blog .pricing-area {
        width: 100%;
        padding: 0;
        margin: auto;
    }
    #blog .blog-area .img-size {
        width: 50%;
        padding: 0;
        margin: auto;
    }

    #blog .catalog-area .img-size {
        width: 100%;
        padding: 0;
        margin: auto;
    }
    #blog .catalog-area .text-topic{
        margin-top: 20px;
        margin-bottom: 10px;
        color: #2A2AB7;
        font-weight: 600;
        font-size: 30px;
    }
    #blog .catalog-area .text-subtopic{
        font-weight: 600;
        text-align: left;
        font-size: 18px;
        color: #333;
    }
    #blog .catalog-area  .text-price{
        font-weight: 300;
        padding: 20px 20px 40px 20px;
        font-size: 24px;
        color: #ff6600;
    }
    #blog .catalog-area .text-data{
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 16px;
        color: #333;
    }

    @media (max-width: 767px) {
      #blog .pricing-area {
          width: 100%;
          padding: 0;
          margin: auto;
      }
      #blog .blog-area .img-size {
          width: 70%;
          padding: 0;
          margin: auto;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      #blog .pricing-area {
          width: 100%;
          padding: 0;
          margin: auto;
      }
    }
    @media (min-width: 992px) and (max-width: 1366px) {
      #blog .pricing-area {
          width: 90%;
          padding: 0;
          margin: auto;
      }
    }

    #blog .pricing-area h2 {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #fff;
    }
    #blog .pricing-area ul .text-topic{
        font-weight: 600;
        padding: 10px 10px 2px 10px;
        text-align: left;
        font-size: 16px;
        color: #333;
    }
    #blog .pricing-area ul .text-subtopic{
        font-weight: 300;
        padding: 0px 10px;
        text-align: left;
        font-size: 12px;
        color: #999;
    }
    #blog .pricing-area ul .text-price{
        font-weight: 600;
        padding: 0px 10px 10px 10px;
        text-align: right;
        font-size: 16px;
        color: #ff6600;
    }
    #blog .pricing-area ul a:hover  {
      color: #ffb032;
    }

    #blog .pricing-area ul {
        background: #F1F1F1;
        padding: 0;
        margin: 0;
    }
    #blog .pricing-area ul p{
        padding: 5px 10px 0px 10px;
        text-align: left;
        font-size: 14px;
        color: #333;
    }

    #blog .pricing-area ul p span{
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    #blog .pricing-area ul li {
        list-style: none;
        padding:  0;
        font-size: 16px;
        font-weight: 400;
    }

    #blog .btn-select {
      background-color: #f39c12;
      border-color: #ba7200;
      color: #000;
      font-size: 14px;
      padding: 10px 2px;
        width: 100%;
        margin-top: 1px;
    }
    #blog  .btn-select:hover  {
      background-color: #ffb032;
      border-color: #ba7200;
      color: #000;
    }
    /* /////////////////collapsible//////////////*/

    /* Style the button that is used to open and close the collapsible content */
    .collapsible {
      background-color: #EEE;
      color: #444;
      cursor: pointer;
      padding: 15px 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 14px;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover)*/
    .show, .collapsible:hover {
      background-color: #DDD;
    }

    .collapsible:after {
      content: '[อ่านต่อ...]';
      color: #666;
      float: right;
      margin-left: 5px;
    }

    .show:after {
      content: "";
    }

    .content {
      padding: 0 18px;
      background-color: #FAFAFA;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
    .content p {
      font-size: 12px;
      color: #333;
      text-align: left;
    }

    #person  .container {
            width: 30%;
      }
      @media (max-width: 767px) {
         #person	.container {
              width: 70%;
          }
      }

      .font-hilight {
        color : #00AAFF;
      }
      .pad-left-10 { padding-left: 10px; }
      .margin-left-10 { margin-left: 10px; }
      .pad-left-20 { padding-left: 20px; }
