/*!
 * layout.css
 * Version - 1.0
 * Website: trilado.vn
 * Author: Ghida
 * Copyright (c) 2020 bicweb.com
 */

/*Block Content Style*/
/*dùng ảnh gif*/
.load{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    display: block;
    overflow: hidden;
}
.load img{
    width: 150px;
    height: 150px;
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}
/*cách 2 dùng css*/
.loader{
    width: 100%;
    height: 100%;
    background: #00b8ff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    display: block;
    overflow: hidden;
}
.icon{
    font-size: 80px;
    color: #fff;
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.xoay{
    animation: xoay 1.5s linear infinite;
    -moz-animation: xoay 1.5s linear infinite;
    -ms-animation: xoay 1.5s linear infinite;
    -o-animation: xoay 1.5s linear infinite;
    -webkit-animation: xoay 1.5s linear infinite;
}
@-webkit-keyframes xoay{
    from{
        -ms-transform:rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform:rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*@keyframes xoay{
    from{
        -ms-transform:rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform:rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/



/*#region MAIN */
.gd_breadcrums {
    background: #eaeaea;
}

.breadcrumbs {
    font-size: 1rem;
    color: #393939;
    padding: .75rem 0;
    /*margin-bottom: 2rem;*/
}

    .breadcrumbs a {
        color: #393939;
    }

        .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
            color: #14772f;
        }

/*Post stick*/
.gd_article_stickys {
}

    .gd_article_stickys .gd_group_stick {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        .gd_article_stickys .gd_group_stick .gd_post__item {
            position: relative;
        }

    .gd_article_stickys .stick-main .gd_post__inner {
        display: block;
        position: relative;
    }

   .gd_article_stickys .stick-main .gd_post__content {
        position: absolute;
        bottom: 0;
        padding: 7px 10px;
        width: calc(100% - 10px);
        background-color: rgba(241, 90, 36, .6);
        left: 5px;

    }
    .stick-main .excerpt_sticky {
        color: #fff;
    }

    .gd_article_stickys .stick-main .gd_post__inner .gd_post__image {
        margin: 0;
        max-height: 420px;
        overflow: hidden;
    }

        .gd_article_stickys .stick-main .gd_post__inner .gd_post__image img {
            height: 100%;
        }

    .gd_article_stickys .stick-main .gd_post__title .gd_text {
        font-size: 1.25rem;
        color: #fff;
    }

    .gd_article_stickys .gd_group_stick .stick-aside .gd_post__item {
        position: relative;
        margin-bottom: 20px;
    }
    .gd_article_stickys .gd_group_stick .stick-aside .gd_post__item .gd_post__inner {
        display: flex;
    }

    .gd_article_stickys .stick-aside .gd_post__inner .gd_post__image {
        width: 120px;
        height: 90px;
        min-width: 120px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .gd_article_stickys .gd_group_stick .stick-aside .gd_post__item .gd_post__inner .excerpt_sticky{

        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 38px;
    }
    .gd_article_stickys .gd_group_stick .stick-aside .gd_post__item:last-child {
        margin-bottom: 0;
    }


.gd_posts__items .gd_post__inner {
    display: flex;
}
.gd_posts__items .gd_post__item {
    margin-bottom: 25px;
}
/*============
page
=================*/
.page-content{
    padding: 40px 0;
}
.page-content.page-register{
    background: #0C3C4A;
    color: #fff;
    height: 100vh;
}
.dangkytaikhoan {
    max-width: 600px;
    margin: auto;
}
#message {
    color: #F15C22;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.formdangnhap #user_login, .formdangnhap #user_pass{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.formdangnhap {
    max-width: 500px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
}
.formdangnhap  label {
    display: block;
}
.formdangnhap #wp-submit {
    background: #0ABBF6;
    padding: 8px 22px;
    border: 1px solid #0ABBF6;
    border-radius: 5px;
    color: #fff;
}
.login-submit{
    text-align: center;
}
.capchar {
    max-width: 304px;
    margin: auto;
    margin-bottom: 20px;
}
/*Post single*/
.kk-star-ratings {
  margin-bottom: 15px;
}
.kk-star-ratings .kksr-legend {
  margin-top: 4px;
}
.gd_post__single_title {
    font-size:30px;
    color: #393939;
    margin-bottom: 1rem;
    font-weight: bold;
}

.gd_post__single .gd_post__meta {
    padding: 1rem 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin-bottom: 1.5rem;
}

    .gd_post__single .gd_post__meta span.author span {
        color: #9f2727;
    }

.gd_post__single_content {
    text-align: justify;
}

    .gd_post__single_content :not(table) {
        max-width: 100%;
        line-height: 25px;
        font-size: 16px;
    }

    .gd_post__single_content img {
        height: auto;
    }

    .gd_post__single_content h2 {
        font-size: 1.25rem;
        font-weight: 500;
        color: #F15C22;
    }

    .gd_post__single_content h3, .gd_post__single_content h4 {
        font-weight: 500;
        font-size: 1.125rem;
        color: #F15C22;
    }

    .gd_post__single_content h5 {
        font-style: oblique;
    }

    .gd_post__single_content ol, .gd_post__single_content ul {
        padding-left: 30px;
    }

    .gd_post__single_content a {
        color: #089648;
        font-weight: 500;
    }

        .gd_post__single_content a:hover, .gd_post__single_content a:active, .gd_post__single_content a:focus {
            color: #9F2728;
            font-weight: 500;
        }

.gd_post__single .share {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .gd_post__single .share::before {
        width: 80%;
        border-bottom: 1px solid #fff;
        content: "";
        top: 50%;
        position: relative;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


.content_video_exceprt{
    padding-top: 15px;
}
.title_post_video {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 17px;
    color: #F15C22;
}

/*#region PAGE NAVIGATE */

.navigation {
    clear: both;
    text-align: right;
    margin-bottom: 2.5rem;
}

    .navigation .pages {
        margin-right: 15px;
        display: none;
    }

    .navigation a, .navigation span.current {
        display: inline-block;
        width: 36px;
        line-height: 34px;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        text-align: center;
        margin-left: 8px;
        color: #393939;
    }

        .navigation a:hover, .navigation span.current {
            color: #fff;
            border-color: #9F2728;
            background-color: #9F2728;
        }

        .navigation a.last, .navigation a.first {
            width: auto;
            padding: 0 15px;
        }

    .navigation .extend {
        margin-right: 8px;
    }

/*#endregion */
.title_sitebar_left {
    text-transform: uppercase;
    border-bottom: 1px solid #F15C22;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 25px;
    color: #F15C22;
}
.gd_posts__items .gd_text{
    color: #F15C22;
}
/*
=====
video
=======*/