/* ======================================================= */
/*                        VinaSupport                      */
/* ======================================================= */

/* =Common
-------------------------------------------------------------- */
hr.spa {
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    clear: both;
    margin: 5px 0 10px;
}

.clear {
    clear: both;
}

.mg-top {
    margin-top: 10px;
}

.mg-bot {
    margin-bottom: 10px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

a {
    color: #333;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.btn {
    font-family: 'Roboto Condensed',sans-serif;
}

.teal.darken-3 {
    background-color: #388087 !important;
}

.teal.darken-1 {
    background-color: #2f6e74 !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* =Theme
-------------------------------------------------------------- */
body {
    font-family: Arial, sans-serif;
}

#logo {
    margin: 10px 0 0 0;
    display: inline-block;
    font-size: 4.2rem;
    line-height: 110%;
}
.tagline {
    padding-left: 10px;
    margin-top: 0;
    color: #444;
}
#breadcrumb {
    margin-bottom: 0;
}

#breadcrumb .row {
    margin-bottom: 0;
}

#breadcrumb, #breadcrumb a {
    color: #444;
    height: auto;
    line-height: 35px;
}

#breadcrumb .nav-wrapper {
    line-height: 35px;
}

#breadcrumb .nav-wrapper > span {
    display: inline-block;
}

/* =Top Menu
-------------------------------------------------------------- */
#top-nav .button-collapse {
    float: right;
    margin-right: 5px;
}
nav {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#search-input::placeholder {
    color: white;
    opacity: 1;
}
#search-input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

#search-input:-moz-placeholder {
    color: white;
    opacity: 1;
}

#search-input::-moz-placeholder {
    color: white;
    opacity: 1;
}

#search-input:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

/* =List
-------------------------------------------------------------- */

.cat-title {
    color: #444;
    font-size: 1.525em;
    margin-top: 0;
    margin-bottom: 1.0087em;
    position: relative;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
}

.tutorial-title {
    font-size: 1.125em;
    padding: 15px 8px;
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
}

.card h2.card-title {
    margin-top: 0;
    font-size: 20px;
}

.card h2.card-title a {
    font-weight: 600;
}

.card h2.card-title a:hover {
    color: #00695c;
}

.post-horizontal .card-image {
    padding: 24px;
    width: 400px;
}

.card.horizontal.post-horizontal .card-image img {
    width: 400px;
}

.post-horizontal .card-content {
    padding-left: 0;
}

.post-horizontal .card-title a {
    color: #444;
    font-weight: bold;
}

.post-horizontal .card-title a:hover {
    color: #01579b;
}

.post-horizontal span.badge {
    position: inherit !important;
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
    float: left;
    margin: 0 14px 0 0;
}

.post-horizontal span.badge:hover {
    background-color: #e53935;
}

.plist .card .card-image {
    max-height: 200px;
    overflow: hidden;
}

.plist .card .card-content {
    padding: 10px;
}

.plist .card .card-content .card-title {
    line-height: 22px;
    font-size: 16px;
    height: 64px;
    overflow: hidden;
    margin: 10px 0;
}

.plist .card .card-content .card-description {
    height: 65px;
    overflow: hidden;
}

/* =Post
-------------------------------------------------------------- */
.entry-title {
    border-bottom: 0 none !important;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 80%;
    text-shadow: 1px 0 1px #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
}

.content .entry-title {
    width: 100%;
}

.tags span, .tags a {
    border-radius: 0;
}

.tags a:hover {
    background: #e53935;
    color: #fff;
}

.entry-content {
    padding-top: 0.2em;
}

.entry-meta {
    color: #666;
    padding: 0.225em 0;
}

.entry-meta p {
    font-size: 13px;
    line-height: 1.125em; /* 18px / 16px */
    margin: 0;
}

.entry-meta > p > span {
    margin: 0 20px 0 2px;
    text-transform: capitalize;
    line-height: 2em;
}

.entry-meta a {
    color: #666;
}

.entry-meta a:hover {
    color: #000;
    text-decoration: underline;
}

.entry-sharing {
    margin-top: 15px;
    background: #f5f5f5;
}

.td-post-sharing-bottom {
    border: 1px solid #ededed;
    padding: 10px 26px;
    margin-bottom: 40px;
}

.td-post-sharing {
    font-family: 'Open Sans', arial, sans-serif;
    margin-bottom: 21px;
}

.td-post-sharing a {
    display: inline-block;
    vertical-align: middle;
}

.td-default-sharing {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.td-social-sharing-buttons {
    font-size: 11px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin-right: 10px;
    height: 36px;
    min-width: 40px;
    text-align: center;
}

.td-social-sharing-buttons:hover {
    opacity: 0.8;
}

.td-social-sharing-buttons .td-sp {
    width: 14px;
    height: 20px;
}

.td-social-but-text {
    display: inline-block;
    position: relative;
    top: -1px;
    line-height: 16px;
    padding-left: 10px;
    margin-left: 8px;
}

.td-social-facebook {
    background-color: #516eab;
}

.td-social-facebook .td-icon-facebook {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.td-social-facebook .td-social-but-text {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.td-social-twitter {
    background-color: #29c5f6;
}

.td-social-twitter .td-icon-twitter {
    font-size: 12px;
}

.td-social-twitter .td-social-but-text {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.td-social-google {
    background-color: #eb4026;
    width: 40px;
}

.td-social-google .td-icon-googleplus {
    font-size: 16px;
    position: relative;
    top: 0;
    left: -1px;
    line-height: 22px;
}

.td-social-pinterest {
    background-color: #ca212a;
    margin-right: 0;
    /* responsive portrait phone */
}

.td-social-email {
    background-color: #82c91e;
    margin-left: 10px;
}

.td-social-email .td-social-but-text {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .td-social-pinterest {
        margin-top: 10px;
        display: inline-block;
    }
    .td-classic-facebook {
        display: inline-block !important;
    }
}

.td-social-pinterest .td-icon-pinterest {
    font-size: 13px;
    position: relative;
    top: 1px;
}

.td-social-whatsapp {
    display: none !important;
    background-color: #7bbf6a;
    margin-right: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-social-whatsapp {
        display: inline-block !important;
    }
}

.td-social-whatsapp i {
    font-size: 20px;
    bottom: 2px;
    right: 2px;
}

.td-classic-sharing {
    display: inline-block;
    vertical-align: middle;
}

.td-classic-sharing ul {
    margin: 0 0 0 0;
    height: 28px;
}

.td-classic-sharing li {
    display: inline-block;
    height: 20px;
    margin-left: 0;
}

.td-classic-twitter {
    position: relative;
    top: -1px;
    left: 2px;
}

.td-classic-twitter .twitter-share-button {
    margin: 0 !important;
}

.td-post-share-title {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
}

.td-classic-google-plus {
    position: relative;
    top: 10px;
    left: 10px;
}

.td-classic-facebook {
    top: 3px;
}

.related-post .card .card-content {
    padding: 10px;
}

.related-post .card .card-content .card-title {
    line-height: 22px;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}

/* = Footer
-------------------------------------------------------------- */
.page-footer .cat-title:before {
    background-color: #fff;
}

.dmca {
    text-align: center;
}

.footer-menu-wrap {
    text-align: right;
}

#footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    float: left;
    margin-left: 10px;
}

#footer-menu li a {
    color: #fff;
}

#footer-menu li a:hover {
    text-decoration: underline;
}

.footer-copyright > .container > .row {
    margin-bottom: 0;
}

.page-footer .footer-copyright {
    color: #FFFFFF;
}

.page-footer .footer-copyright .white-text {
    font-weight: bold;
}

/* = Sidebar
-------------------------------------------------------------- */
.widget {
    margin-top: 10px;
}

.widget ul {

}

.widget h2, .popular-posts h2 {
    margin-bottom: 0;
    border-left: 8px solid #388087;
    padding-left: 15px;
    font-size: 1.525em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #444;
}

.widget ul li {
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
    overflow: hidden;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    /*display: block;*/
}

.widget ul li a:hover {
    color: #00695c;
}

.widget ul li .row {
    margin-bottom: 0;
}

.widget ul li .thumb {
    padding-right: 0;
    float: left;
    width: 80px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fwidget ul li a {
    color: #FFF;
}

.fwidget ul li a:hover {
    color: #FFF;
}

#sidebar-tutorial-mobile .cat-title {
    text-align: center;
}

#sidebar-tutorial-mobile .cat-title:before {
    left: 124px;
}

#sidebar-tutorial-mobile.side-nav li {
    text-align: left;
}

#sidebar-tutorial-mobile.side-nav li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.popular-posts h2 {
    color: #444;
    font-size: 1.525em;
    margin-top: 0;
    margin-bottom: 1.0087em;
    position: relative;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
}

/* = Post content
-------------------------------------------------------------- */

.pstyle pre {
    border: 1px dashed #CCCCCC;
    background: #EEEEEE;
    padding: 10px;
    margin: 0 0 15px;
    overflow: auto;
    font-size: 13px;
    line-height: 1.6;
    font-family: monospace;
}

.pstyle blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 5px solid #666;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.pstyle blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

.pstyle blockquote::after {
    /*Reset to make sure*/
    content: "";
}

.pstyle blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.pstyle blockquote a:hover {
    color: #666;
}

.pstyle blockquote em {
    font-style: italic;
}

.pstyle h1, .pstyle h2, .pstyle h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

.pstyle h1 {
    font-size: 24px;
}

.pstyle h2 {
    font-size: 22px;
}

.pstyle h3 {
    font-size: 20px;
}

.pstyle h4 {
    font-size: 18px;
}

.pstyle ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 0;
    padding-left: 40px;
}

.pstyle ul li {
    display: list-item;
    list-style-type: inherit;
    margin-top: 5px;
}

.pstyle p {
    line-height: 1.6;
}

.pstyle img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.pstyle img.alignright {
    margin: 5px 0 20px 20px;
}

.pstyle img.alignleft {
    margin: 5px 20px 20px 0;
}

.pstyle a {
    color: #0078b9;
}

.pstyle strong {
    font-weight: bold;
}

.pstyle a:hover {
    text-decoration: underline;
}

/* Table */
.pstyle table thead tr {
    background-color: #388087;
    color: white;
    font-weight: bold;
}

.pstyle table td, .pstyle table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.pstyle table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pstyle table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5f5f5f;
    color: #F1F1F1;
}

.related-post {
    margin-top: 30px;
}

.related-post .cat-title {
    margin: 10px 0;
}

.related-post .card .card-image {
    overflow: hidden;
    padding: 5px;
    aspect-ratio: 3 / 2;
}
/* = For tablet devices
-------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .container {
        margin: 0;
        width: auto;
    }

    #logo a {
        display: block;
        height: 64px;
    }

    #logo a img {
        margin-top: 8px;
    }
}

/* = For Mobile devices
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
    #top-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }

    #logo a {
        height: 35px;
    }

    #logo a img {
        margin-top: 4px;
    }

    .card.horizontal {
        display: block;
    }

    .card.horizontal .card-image {
        max-width: 100%;
        padding: 12px;
    }

    .card.horizontal.post-horizontal .card-image img {
        width: 100%;
    }

    .post-horizontal .card-content {
        padding: 12px;
    }
}

ol.EnlighterJS, ul.EnlighterJS {
    margin: 0 !important;
}

ol.mochaEnlighterJS, ul.mochaEnlighterJS {
    border-radius: 5px;
}

ol.mochaEnlighterJS li:FIRST-CHILD, ul.mochaEnlighterJS li:FIRST-CHILD {
    padding-top: 12px !important;
}

ol.mochaEnlighterJS li:LAST-CHILD, ul.mochaEnlighterJS li:LAST-CHILD {
    padding-bottom: 10px !important;
}

ol.mochaEnlighterJS li, ul.mochaEnlighterJS li {
    border: none !important;
    background-color: #444 !important;
    line-height: 20px !important;
}

.mochaEnlighterJS span {
    font-size: 14px !important;
    color: #FFFFFF !important;
}

.mochaEnlighterJS .co1, .mochaEnlighterJS .co2 {
    color: #9e9e9e !important;
}
