body{font-family:Georgia,Cambria,"Times New Roman",Times,serif;}
h1,h2,h3,h4,h5,h6{font-family:Georgia,Cambria,"Times New Roman",Times,sans-serif;}
footer.footer{padding-top:3rem;padding-bottom:3rem}
footer.footer a{color:#666;}
footer.footer a:hover{color:#355876;}
/*p{font-family: Georgia, Cambria, "Times New Roman", Times, serif;}*/

body{
  overflow-y: scroll;
}

a{
  text-decoration: none;
  color:#355876;
}
a:hover{
  text-decoration: none;
  color:#355876;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  color:#101010 ;
}

.text-color-vnai{
  color:#355876;
}

.page-title {
    position:relative;
}    

#logo{
	height: 30px;
}

.cursor-pointer{
  cursor: pointer;
}

.dotDivider{
  padding-right: .3em;padding-left: .3em;font-size: 1em !important;
}
.dotDivider:after{
  content: '\00B7';
}

.vnai-navbar{
  box-shadow:0 4px 12px 0 rgba(0, 0, 0, 0.05);
  background-color: #355876;
}

.vnai-navbar a{
  color:#dedede;
}

.vnai-navbar a.active{
  color:#fefefe;
}

.vnai-navbar a:hover{
  color:#fefefe;
}

.vnai-navbar-right ul.dropdown-menu{
  background-color: #355876 !important;
}

.vnai-navbar-right ul.dropdown-menu li:hover{
  background-color: #355876 !important;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); !important;
}


.nav-center{
	width: 100%;
  float: none !important;
}

.footer-rightbar{

} 
.footer-rightbar a{
  color: #666;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  margin-right: 10px;
}

.vnai-template{
  display: none;
}

.img-circle{
	border-radius: 50%;
}

.widget,.post{
	background-color:#fff;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ddd;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1);*/
}
.post-container{
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.widget-header,.post-header{
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.widget-header span.title{
	font-weight: 800;
}

.widget-body,.post-body{
	padding:5px 10px;
}

.post-header{
  border:none;
  padding-bottom: 0px;
}

.tag-level-1{
  
}

.tag-level-2{
  
}

/* css short post */

.profile_name{
	font-size: 1.2em;
	font-weight: 800;
	padding: 5px;
}

.profile_workplace{
	font-size:0.8em;
	font-weight: 500;
	color:#666;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

.no-border {
    border: 0;
}

pre {
font-family: 'Menlo', monospace;
font-size: 15px;
background-color: #f0f0f0;
padding: 15px;
border: 1px solid #ccc;
border-radius: 5px;
color: #666;
}

blockquote {
  display: block;
  padding-left: 20px;
  border-left: 6px solid #df0d32;
  margin-left: -15px;
  padding-left: 15px;
  font-style: italic;
  color: #555;
}

/* popup overlay */
.vnai-overlay-popup{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
  z-index: 2;
  background-color: #000;
  opacity: 0.7;
  display: none; }
.vnai-overlay-popup.open{
  display: block;
  z-index: 2;
}


/* form post */
  .post-form .input-title::-webkit-input-placeholder {
    color: #999;
    font-weight: 700;

  }
  .post-form .input-title::-moz-placeholder {
    color: #999;
    font-weight: 600;
  }

  .post-form .input-title{
    font-weight: 800;
    font-size: 1.1em;
    color:#333;
  }

  .post-form .input-title:focus{
    box-shadow: none;
  }
  .post-form{
    position: relative;
    z-index: 3;
    background-color:#fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .post-form-header{
    background-color:#f5f6f7;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-weight: 800;
    cursor: pointer;
  }
  .post-form-wrap{
    margin-left: 52px;
  }


  .vnai-hidden{
    display: none;
  }
  .post-form.open .vnai-hidden{
    display: block;
  }
  .post-form{
    position: relative;
    z-index: 3;
  }

  .vnai-close-button{
    display: none;
  }
  .post-form.open .vnai-close-button{
    display: block;
  }


  .featured-post .title a{
    font-weight: 700;
    font-size: 1.2em;
  }

  .featured-post a{
    color:#101010;
  }



/* medium editor */
  .medium-editable { 
    min-height: 60px;
    outline: none;
    position: relative;
  }
  .medium-insert-images figure figcaption,
  .mediumInsert figure figcaption,
  .medium-insert-embeds figure figcaption,
  .mediumInsert-embeds figure figcaption {
      font-size: 12px;
      line-height: 1.2em;
  }
  .medium-insert-images-slideshow figure {
      width: 100%;
  }
  .medium-insert-images-slideshow figure img {
      margin: 0;
  }
  .medium-insert-images.medium-insert-images-grid.small-grid figure {
      width: 12.5%;
  }

  .medium-editor-insert-plugin .medium-insert-buttons {
    left:-40px !important;
  }

  @media (max-width: 750px) {
      .medium-insert-images.medium-insert-images-grid.small-grid figure {
          width: 25%;
      }
  }
  @media (max-width: 450px) {
      .medium-insert-images.medium-insert-images-grid.small-grid figure {
          width: 50%;
      }
  }

/* css thumb image */

.thumb{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.thumb-sm{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
@media (max-width: 750px){
  .thumb{
    width: 80px;
    width: 80px;
    object-fit: cover;
  }
  .thumb-sm{
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
}

/* post css */
.post{
  font-size: 1em;
}
.post .post-picture-owner{
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }

  .post .profile-info{
    font-weight: 800;
  }

  .post .owner-name{
    font-weight: 800;
  }

  .post .post-header a{
    color:#101010;
  }


  .post .post-title a{
    color: #292929;
  }
  .post .post-title{
    color: #292929;
    font-weight: 700;
    font-size: 1.1em;
  }
  .post .post-subtitle{
    color: #333 !important;
    font-weight: 400;
    font-size: 0.9em;
  }

  .post-preview .post-embed-video{
    display:none;
  }

  .post-preview-image{

  }

  .post-preview.had-video .post-embed-video{
    display:block;
  }

  .post-preview.had-video .post-preview-image{
    display: none;
  }


  .post .post-content{
    display: none;
  }

  .post .owner-workplace{
    font-size: 0.8em;
    font-weight: 500;
    color: #666;
  }

  .post .post-footer{
    border-top:1px solid #dedede;
    padding: 5px 10px;
  }

  .comment-post{
    background-color: #fff;
    display: none;
    padding: 3px;
    /*font-size: 0.8em;*/
  }

  .comment-form{
    position: relative;
  }

  .input-comment,.input-reply{
    background-color: white;
    background-color: -moz-field;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px 0 #fefefe inset;  
    margin-left: 52px;
    padding: 5px 10px;
    border-radius: 1em;
    background-color: #fafbfc;
  }
  .input-comment:focus,.input-reply:focus{
    outline: none;
  }

  .input-reply{
    margin-left: 42px;
  }

  .fixed-sidebar {
    top: 0px;
    position:fixed;
    width: auto;
  }

  .vnai-comment{
    padding: 10px 5px;
  }

  .feature-background{
    background-image: url(../image/background-ai.png);
    background-size: cover;
    background-color:#fafafa;
    background-position: center;
    color:#fefefe;
  }

/* tags css */
.vnai-tag-title{
  color:#525252;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

/* feature post*/
.feature-post img.feature-image{
  height: 150px;
  width:100%;
  object-fit: cover;
}

.feature-post-footer .writer-avatar{
  border-radius: 100%;
  border:1px solid #dedede;
  width: 2.2em;
  height: 2.2em;
}

.features-post-title a{
  color:#101010;
  font-weight: 700;
  font-size:1.2em;
}

.fontSize24{
  font-size: 24px !important;
}

.fontSize16{
  font-size: 16px !important;
}

.card{
  border:none;
}

#gotoTop{
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  border:1px solid red;
}

/* General styling */
article > p {    
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-family: Georgia,Cambria,"Times New Roman",Times,serif;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em;
  color: rgba(0,0,0,.84);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article > .aside {
    font-family: Lucida Grande;
    margin: 30px 20px;
    color: #666;
    font-size: 0.8em;
}

article .medium-insert-images img {
    max-width: 100%;
}

.line-numbers a {
    text-decoration: none;
    color: #000;
    padding-right: 1em;
}

code {
    background: #eee;
    padding: 2px 5px;
}

pre {
    background: #eee;
    padding: 10px 15px;
    overflow: auto;
}

pre > code {
    padding: 0;
}

figure {
    margin: 0;
}

figure figcaption {
    color: #666;
    font-style: italic;
    font-size: 1em;
    text-align:center;
}

/* article css */
article {

  display: grid;
  /* I'm using 440px instead of 740px as it makes it easier to view it in the Scrimba simulator additive-symbols: */
  grid-template-columns: 1fr 1fr 10px 680px 10px 1fr 1fr;
}

@media (max-width: 750px) {
    article {
    display: grid;
        /* I'm using 440px instead of 740px as it makes it easier to view it in the Scrimba simulator additive-symbols: */
        grid-template-columns: 1fr 1fr 10px auto 10px 1fr 1fr;
    }
}

article > * {
    grid-column: 4;
}

article > div.medium-insert-images {
    grid-column: 1 / -1;
    margin: 20px 0;
}

article > h1{
  padding-top: 30px;
  font-weight: 400;
}

article > .aside {
    grid-column: 5 / -1;
}

article > blockquote {
    grid-column: 3 / span 2;
    margin: 0px 0;
    color: #666;
    border-left: 3px solid black;
    padding-left: 10px;
}


