@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=vietnamese');

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    position: relative;
    padding-bottom: 160px;
    min-height: 100%;
}

a {
    color: #4d7bae;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.row {
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.py-0 {
    padding-right: 0;
    padding-left: 0;
}

.i-logo {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/idesign-logo.svg) no-repeat center #4d7bae;
    background-size: 65%;
}

.fs-2em {
    font-size: 2em;
}

.fs-24 {
    font-size: 24px;
}

.btn-rounded {
    border-radius: 100%;
}

[data-overlay]::before,
[data-overlay-light]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    border-radius: inherit;
}

[data-overlay="5"]::before {
    opacity: .5;
}

[data-overlay="7"]::before {
    opacity: .7;
}

.ibtn {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    color: #7d7d7d;
    padding: 13px 60px;
    border-radius: 50px;
    min-width: 180px;
    transition: all .3s ease-out;
    display: inline-block;
}

.ibtn:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.icta:hover {
    background-color: #4d7bae;
    color: #fff;
    border: 1px solid #4d7bae;
}

.ititle {
    font-size: 16px;
    border-bottom: 1px solid #555;
    display: block;
    padding: 10px 0;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-img {
    background-repeat: no-repeat;
    ;
    background-position: center;
    background-size: cover;
}

.row-btn {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding: 30px 0;
    width: 100%;
}

.main-content {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Lora', serif;
}
.post-content {
    width: 700px;
    margin: 0 auto;
}
.post-content h4 {
    color: #333;
    font-size: 1.3rem;
}
.main-content h4 {
    line-height: 1.5;
}

.fs-13 {
    font-size: 13px;
}

.main-content h2 {
    font-size: 2.5rem;
    color: #000;
    margin: 30px 0 15px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.figure-caption, .wp-block-image figcaption {
    font-size: 80%;
    padding-top: 5px;
    color: #6c757d;
    text-align: center;
}

.ibadge {
    background-color: #ebebeb;
    font-size: 1rem;
    font-weight: 400;
    color: #959595;
    padding: 0.5em 1em;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}

.iavatar {
    font-size: 1em;
}
.iavatar a {
    color: #000;
}
.iavatar small {
    font-size: 70%;
}
.iavatar a:hover {
    text-decoration: none;
}
.iavatar img {
    width: 55px;
}

.iavatar span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.iavatar span small {
    display: block;
}

.py-30 {
    padding: 30px 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.iside-toggle {
    display: none;
    border-top: 1px solid #ebebeb;
}

.iside-toggle>div {
    width: 50%;
    margin-top: 30px;
}

.iside-toggle-next {
    width: 80%;
}

.iside-toggle-next p {
    font-size: 0.9rem;
}

.iside-toggle-next:hover {
    text-decoration: none;
}

.ishare {
    width: 50px;
    position: fixed;
    top: 30%;
    text-align: center;
    right: 0;
    background-color: #f2f4f6;
    border-radius: 5px 0 0 5px;
    padding-bottom: 10px;
    transition: all ease-out .3s;
    z-index: 1080;
    border: 1px solid #ebebeb;
}

.inext {
    max-width: 160px;
}

.inext a {
    color: #000;
}

.inext a:hover {
    text-decoration: none;
}

.inext a p {
    text-align: left;
    position: relative;
    display: block;
    font-size: 0.9rem;
}

.inext p:before {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #b7b7b7;
    content: '';
}

.inext i {
    margin-top: 50px;
    display: inline-block;
    font-size: 1rem;
    color: #4d7bae;
    border: 1px solid #4d7bae;
    border-radius: 100%;
    padding: 10px;
    transition: all ease-in-out .3s;
}

.inext a:hover i {
    background-color: #4d7bae;
    color: #fff;
}

.inext .sidetitle-sub {
    transform: rotate(90deg) translateY(0px) translateX(-100px);
}

.sidetitle-sub {
    display: inline-block;
    position: relative;
    width: 100px;
    font-weight: 600;
}

a .sidetitle-sub {
    color: #555;
}

.sidetitle-sub:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #b7b7b7;
    top: 50%;
    left: calc(100% + 15px);
}

/* ------ Left side ------ */

.slideout-menu {
    background: url(../img/event-bg.jpg) center top no-repeat, #f2f4f6;
    background-size: contain;
    padding: 20px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    border-right: 1px solid #ebebeb;
    z-index: 1060;
}

.slideout-menu nav {
    margin-top: 40px;
}

.slideout-menu .nav-link {
    color: #7d7d7d;
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    transition: 0.25s all ease;
}

.slideout-menu .nav-link:hover,
.slideout-menu .nav-link.active {
    color: #000;
}

.slideout-menu .nav-link:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
    height: 1px;
    background-color: #4d7bae;
    content: "";
    z-index: -1;
    transition: 0.25s all ease;
}

.slideout-menu .nav-link:hover:after,
.slideout-menu .nav-link.active:after,
.slideout-menu .nav li:hover .nav-link:after,
.slideout-menu .nav li:hover .nav-link.active:after {
    width: 100%;
}

.slideout-menu .nav-sub:hover:after,
.slideout-menu .nav-sub.active:after {
    width: 0;
}

.slideout-menu .nav-link i {
    width: 25px;
    display: inline-block;
    color: #959595;
    font-size: 1rem;
}

.slideout-menu .nav-sub i {
    width: auto;
    font-size: 1em;
    color: #fff;
}

.slideout-menu .nav-link span {
    background-color: #f2f4f6;
    padding-right: 5px;
}

.slideout-menu .nav-sub span {
    font-weight: 700;
    background-color: #4f7cac;
    height: 25px;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 13px;
    color: #fff;
}

.isearch {
    color: #7d7d7d;
    position: relative;
}

.isearch:before {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 60px;
    background-color: #4d7bae;
    content: "";
    transform: translateX(-50%);
}

.isearch:hover,
.isearch:focus,
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none !important;
    color: #000;
}

.isocial {
    margin-top: 80px;
}

.isocial .btn, footer .btt, .series-nav .btn, .btn-small {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-color: #ebebeb;
    border-radius: 100%;
    margin-bottom: 20px;
    padding: 0;
    line-height: 40px;
    transition: all ease .3s;
    color: #7d7d7d !important;
}

.btn-small {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.ishare .btn-small {
    margin-top: 10px;
    margin-bottom: 0;
}

footer .btt {
    padding-top: 8px;
}

.isocial .btn:hover, .series-nav .btn:hover, .btn-small:hover {
    background-color: #4d7bae;
    color: #fff !important;
    text-decoration: none;
    border-color: #4d7bae;
}

footer .btt:hover {
    background-color: #ebebeb;
    text-decoration: none;
}

.itoggle {
    display: none;
    width: 100%;
    height: 55px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition: all ease-in-out .3s;
    z-index: 1060;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.itoggle-top.i-logo {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
}

.btn-hamburger {
    position: relative;
    display: block;
    width: 50px;
    height: 55px;
    background: none;
    border: none;
}

.btn-hamburger span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    left: 14px;
    background-color: #414141;
    -webkit-transition: all 0.3s cubic-bezier(0.32, 0.14, 0.4, 0.87);
    -moz-transition: all 0.3s cubic-bezier(0.32, 0.14, 0.4, 0.87);
    -o-transition: all 0.3s cubic-bezier(0.32, 0.14, 0.4, 0.87);
    transition: all 0.3s cubic-bezier(0.32, 0.14, 0.4, 0.87);
}

.btn-hamburger span:nth-child(1) {
    top: 19px;
}

.btn-hamburger span:nth-child(2) {
    top: 25px;
    opacity: 1;
}

.btn-hamburger span:nth-child(3) {
    top: 31px;
}

.slideout-open .btn-hamburger span:nth-child(1) {
    top: 25px;
    will-change: transform;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slideout-open .btn-hamburger span:nth-child(2) {
    top: 25px;
    opacity: 0;
    left: 30px;
}

.slideout-open .btn-hamburger span:nth-child(3) {
    top: 25px;
    will-change: transform;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.btn-hamburger:focus {
    outline: 0 !important;
}

.bg-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1060;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.slideout-open .bg-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1040;
}

/* ------ Right side ------ */

.slideout-panel {
    margin-left: 250px;
    position: relative;
    padding-bottom: 30px;
}

.slideout-panel>.row {
    padding: 0 30px;
    margin: 0;
}

/* ------ Gallery Contain ------ */
.slideout-menu-gallery {
    display: none;
}

.itoggle-gallery {
    display: block;
}

.gallery-panel {
    padding: 85px 30px 30px 30px !important;
    margin-left: 0;
}

.gallery-panel .breadcrumb {
    padding: 10px 30px;
    margin-bottom: 0;
}

.gc-info {
    position: absolute;
    top: 40px;
    right: 0;
    width: 280px;
    padding-top: 15px;
}

.gc-info-fixed {
    position: fixed;
    right: 30px;
    top: 30px;
}

.gc-title,
.gc-author,
.gc-share {
    padding: 15px;
    position: relative;
}

.gc-author button {
    margin-top: 15px;
    height: 30px;
}

.gc-images {
    margin-right: 280px;
    border-right: 1px solid #ebebeb;
    padding-bottom: 30px;
}

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

.gc-title:before {
    width: 35px;
    height: 2px;
    position: absolute;
    content: '';
    left: 15px;
    bottom: 0;
    background-color: #4d7bae;
}

.gc-stat ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #7d7d7d;
}

.gc-stat ul li {
    display: inline;
    margin-right: 15px;
}

.gc-stat i {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.gc-stat {
    border-bottom: 1px solid #ebebeb;
    padding: 0 15px;
}

.gc-author .iavatar img {
    width: 35px;
}

.gc-author .iavatar {
    font-size: 0.9em;
}

.gc-like-mobile {
    display: none;
}

.gc-title h2 {
    font-size: 1.3rem;
}

.gc-comment {
    font-size: 14px;
    margin-bottom: 30px;
}

.gc-comment .iavatar img {
    margin: 0;
    width: 45px;
    display: inline-block;
}

.gc-comment .iavatar span small {
    display: block;
}

.gc-comment a {
    display: inline;
}

.gc-comment-input {
    margin-top: 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    width: 100%;
    height: 124px;
}

.gc-comment-input textarea {
    border: 0;
    width: 100%;
    position: relative;
    resize: none;
    display: block;
    padding: 5px;
    min-height: 84px;
}

.gc-comment-input textarea:active,
.gc-comment-input textarea:focus {
    outline: none;
    box-shadow: none;
}

.gc-comment-input button {
    width: 100%;
    background-color: rgba(79, 124, 172, .7);
    transition: all ease .3s;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 0;
    display: block;
    padding: 5px 10px;
}

.gc-comment-input button:hover,
.gc-comment-input button:active,
.gc-comment-input button:focus {
    cursor: pointer;
    background-color: rgba(79, 124, 172, 1);
    outline: none;
    box-shadow: none;
}

.gc-comment p {
    padding-left: 60px;
}

.gc-like {
    border-top: 1px solid #ebebeb;
    padding: 15px;
}

.gc-like button {
    background-color: rgba(79, 124, 172, .7);
    border: none;
    color: #fff;
}

.gc-like button:hover,
.gc-like button:active,
.gc-like button:focus {
    background-color: rgba(79, 124, 172, 1);
    color: #fff;
}

.gc-comment-react {
    padding-left: 60px;
    margin-top: -15px;
}

.gc-comment-react a {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: #7d7d7d;
}

.gc-comment-react a:hover,
.gc-comment-react a:active,
.gc-comment-react a:focus {
    text-decoration: none;
    color: #4f7cac;
}

.gc-comment-reply {
    padding-left: 60px;
    margin-top: 30px;
}

.gallery-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 700px;
    display: block;
}

.gc-images .row {
    background-color: transparent;
    padding: 0 30px;
}

.gc-images .ititle {
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px 15px;
    padding: 30px 30px 10px;
}

.p-image {
    padding: 30px;
}

.big {
    text-align: center;
    background-color: #000;
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 60px;
    min-height: 250px;
}

.big h3 {
    text-shadow: 0px 5px 10px #000000;
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 960px;
    margin: auto;
}

.big.big-gallery h3 {
    font-size: 3rem;
}

.big:after,
.showroom .thumbimg:after,
.row-gallery .thumbimg::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60%;
    content: "";
    z-index: 0;
    pointer-events: none;
}

.row-gallery .thumbimg {
    padding-bottom: 100%;
}

.row-gallery .ithumb-lg .thumbimg {
    padding-bottom: calc(50% - 15px);
}

.big:after {
    z-index: -1;
}

.slideout-panel>.featured {
    margin-top: 15px;
    background-color: transparent;
}

.ithumb {
    display: block;
    margin: 15px 0 30px;
    transition: all ease-in-out .2s;
}

.ithumb a h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 5px;
    line-height: 1.5;
    max-height: 3em;
    height: 3em;
    overflow: hidden;
    z-index: -1;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    text-overflow: ellipsis;
}
.row-gallery-author-tab .ithumb > a h5 {
    margin-bottom: 25px;
}
.ithumb a:hover h5,
.ithumb a:hover {
    text-decoration: none;
    color: #000;
}

footer .btt:hover {
    box-shadow:
        0 4px 4px rgba(0, 0, 0, .1),
        0 8px 8px rgba(0, 0, 0, .1),
        0 16px 16px rgba(0, 0, 0, .1),
        0 32px 32px rgba(0, 0, 0, .15),
        0 64px 64px rgba(0, 0, 0, .15);
}

.ithumb .thumbimg {
    transition: all ease-in-out .2s;
}

.ithumb .img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.ithumb .img-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease .3s;
}

.ithumb:hover .img-cover img {
    transform: scale(1.3) rotate(7deg);
    will-change: transform;
}

.thumbimg {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    transition: box-shadow .3s ease-out;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px 3px 3px 0;
}

.thumbimg div {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.thumbcate {
    position: relative;
    padding: 5px 10px;
    font-size: 0.6rem;
    z-index: 0;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
}

.thumbcate:before {
    background-color: #fff;
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    transform: skew(25deg);
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
    border-radius: 0 5px 0 0;
}

.sidetitle {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 2.3rem;
    color: #b7b7b7;
    font-weight: 900;
    background-color: #f2f4f6;
    margin: 0;
}

.sidetitle span {
    position: relative;
}
.ithumb {
    position: relative;
}

.showroom .thumbimg {
    padding-bottom: 100%;
}

.showroom .ithumb-lg .thumbimg {
    padding-bottom: calc(50% - 15px);
}
.showroom .ithumb a h5,
.row-gallery .ithumb a h5 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
    z-index: 1;
    line-height: 1.5rem;
    max-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.showroom-author-box {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 15px;
}

.showroom-author-box a h5,
.showroom-author-box a.author {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 !important;
    font-size: 0.8rem;
}

.showroom .ithumb a:hover h5,
.row-gallery .ithumb a:hover h5 {
    color: #fff;
}

.showroom .thumbimg:after {
    z-index: 0;
    height: 80%;
    opacity: .8;
}

a.author {
    color: #fff;
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 0.6rem;
    z-index: 2;
}

a.author:hover {
    color: #fff;
}

.ithumb-share {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    z-index: 999;
    opacity: 0;
    transition: all ease-in-out .2s;
}

.ithumb:hover .ithumb-share {
    opacity: 1;
}

.ithumb-share span {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
}

.ithumb-share span:hover {
    cursor: pointer;
}

.ipanel {
    border-radius: 5px;
    background-color: #f2f4f6;
    padding: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.ipanel .ititle {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

.ipanel ul {
    margin-left: 15px;
    font-size: 1rem;
}

.home-slide {
    padding: 0 10px;
}

.ipanel .home-slide ul {
    font-size: 0.8rem;
}

.home-slide .carousel-item {
    min-height: 250px;
    padding-bottom: 30px;
}

.home-slide h6 {
    font-size: 1em;
}

.home-slide .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: none;
    border: solid 1px #ebebeb;
    border-radius: 100%;
}

.home-slide .carousel-indicators .active {
    background-color: #ebebeb;
}

.home-slide .carousel-indicators {
    bottom: 0;
}

.slideout-panel .showroom {
    background-color: #f2f4f6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.showroom .ithumb {
    margin: 30px 0 0;
}

.ititle-info small {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.ititle-info {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
}

.main-cate {
    background-color: #f2f4f6;
    position: relative;
    padding-top: 15px !important;
}

.main-cate .sidetitle {
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, .6);
    width: 75px;
    line-height: 75px;
    padding-top: 30px;
}

.main-cate .sidetitle span:before {
    left: -15px;
}

.main-cate-big {
    padding-top: 0 !important;
}

.main-cate .big {
    padding: 120px;
}

.main-cate .big.big-gallery {
    padding: 60px 120px;
    min-height: 330px !important;
}

.main-cate .big p,
.big p {
    padding: 15px 0;
    max-width: 640px;
    margin: auto;
    color: #fff;
}
.big a {
    display: block;
}
.content-index-right {
    width: 390px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.content-index-left {
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 1;
    width: calc(100% - 390px)
}

/* ------ Author Contain ------ */
.btn-tab-header .ibtn span {
    margin-right: 5px;
}

.btn-tab-header .ibtn i {
    margin-right: 5px;
}

.row.fade:not(.show) {
    display: none;
}

.btn-tab-header {
    top: -30px;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.btn-tab-header .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}

.btn-tab-header .ibtn small {
    opacity: .5;
}

.btn-group .ibtn {
    border-radius: 0;
}

.btn-group .ibtn.active {
    background-color: #4f7cac;
    color: #fff;
    border-color: #4f7cac;
}

.ibtn:focus,
.ibtn:active {
    box-shadow: none;
    outline: none;
}

.btn-group .ibtn:first-child {
    border-radius: 50px 0 0 50px;
}

.btn-group .ibtn:last-child {
    border-radius: 0 50px 50px 0;
}

.author-contain img {
    max-width: 200px;
    border: 5px solid #fff;
}

.author-contain {
    display: block;
    text-align: center;
    padding-bottom: 30px;
}

.author-contain h4 {
    padding: 15px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.author-contain h4 small {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-top: 7px;
    color: #fff;
}

.author-contain h4 small span {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
}

.author-desc {
    padding: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.author-social {
    padding: 0 15px 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    font-size: 1.2rem;
}

.author-social a {
    margin: 0 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}

.author-social a i {
    line-height: 30px;
}

.author-social a:hover {
    text-decoration: none;
}

.author-header {
    background: url(../img/trianglify.svg) top left no-repeat;
    background-size: cover;
}

/* ------ Footer ------ */

footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ebebeb;
    padding: 30px 60px;
    font-size: 0.8em;
    z-index: 1060;
}

footer .btn-secondary {
    background-color: #4d7bae;
    border-radius: 15px;
    border-color: #4d7bae;
}

footer .form-control-sm {
    background: none;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

footer .form-control-sm:focus,
footer .form-control-sm:active {
    background: none;
    outline: none;
    box-shadow: none;
    border-color: #4d7bae;
}

footer h2 {
    font-size: 1.7em;
}

footer .btt {
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    position: fixed;
    right: 10px;
    bottom: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

footer .row {
    background-color: transparent;
}

.suggest-search {
    position: absolute;
    width: 50%;
    top: calc(50% + 50px);
}

.big a h3 {
    color: #fff;
}

.big a:hover {
    text-decoration: none;
}

/* ------ Toggle Menu ------ */
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block !important;
    padding-top: 75px;
}

.slideout-open .slideout-menu .i-logo {
    display: none;
}

.slideout-open .slideout-menu nav {
    margin-top: 0;
}

#search.fade, #series-modal.fade {
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}

#search, #series-modal {
    align-items: center;
    background: rgba(77, 123, 174, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}
#series-modal {
    background: rgba(255,255,255,.975);
}
#search:target, #series-modal:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 1090;
}

#search:target .close-btn, #series-modal:target .close-btn {
    display: block;
}

#search:target .close-btn:hover, #series-modal:target .close-btn:hover {
    text-decoration: none;
}
#series-modal:target .close-btn:hover {
    color: #4f7cac;
}
#searchbox,
.search-result-box input {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

#searchbox::placeholder,
.search-result-box input {
    color: #8cb7e6;
}

.search-result-box input {
    max-width: calc(100% - 50px);
    margin-right: 10px;
    border-bottom: solid #ebebeb 1px;
}

.search-result-box button {
    position: relative;
}

.search-result-box button i {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}
#series-modal .close-btn {
    color: #ddd;
}
#search:target .close-btn:hover, #series-modal:target .close-btn:hover {
    cursor: pointer;
}

.slideout-menu .nav {
    margin-top: 30px;
}

.slideout-menu .nav .menu-info {
    position: absolute;
    top: -2px;
    right: 18px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
    transition: .1s;
    font-size: 18px;
}

.slideout-menu .nav .menu-info:hover {
    text-decoration: none;
}

.slideout-menu .nav li:hover .menu-info {
    opacity: 1;
}

.popover {
    width: 200px;
}

.slideout-menu .nav li {
    position: relative;
}

.menu-scroll {
    position: relative;
    height: 590px;
    overflow: auto;
}

.iside-toggle-title {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px;
    margin-bottom: 0;
}
.iside-toggle-next .bg-img {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 56.25%;
    margin-top: 15px;
}

.iside-toggle-next .thumbcate {
    position: absolute;
    left: 0;
    bottom: 0;
}

.iside-toggle-next p {
    color: #000;
    margin-top: 10px;
}

.ititle strong {
    font-weight: 700;
}

.main-cate-normal {
    padding: 15px 30px 30px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    z-index: 10;
}

.main-cate-normal h1 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    padding-top: 30px;
}

.main-cate-normal:before {
    width: 30px;
    height: 100%;
    background-color: rgba(79, 124, 172, .3);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.main-cate-normal h1 strong {
    text-transform: uppercase;
}

.filter-row {
    display: flex;
    font-size: 12px;
}

.filter-ele {
    display: inline-flex;
    margin-right: -15px;
    margin-left: -15px;
}

.filter-ele>div {
    margin: 0 15px;
}

.filter-row label {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.filter-row select.form-control {
    font-size: 12px;
    background-color: #f2f4f6 !important;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    border: 1px solid #ebebeb;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
        calc(100% - 10px) calc(1em + 2px),
        calc(100% - 5px) calc(1em + 2px);
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-row select.form-control:focus,
.filter-row select.form-control:active,
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}

.pt-15 {
    padding-top: 15px;
}

.fs-12 {
    font-size: 12px;
}

.contain-404 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    text-align: center;
}

.contain-404 h1 {
    font-size: 120px;
    font-weight: 800;
    color: #7d7d7d;
}

.sad404 {
    height: 0;
    width: 120px;
    padding-top: 120px;
    overflow: hidden;
    display: inline-block;
    background: url(../img/sad404.svg) center center no-repeat;
    background-size: 110px;
    transform: translateY(20px);
}
.container-fluid {
    overflow: hidden;
}
figure {
    width: 100%;
}
figure img {
    max-width: 100%;
}
figure.alignleft, figure.alignright {
    width: unset;
}
.wp-block-image.alignwide, .wp-block-image.alignfull {
    position: relative;
    width: auto;
    display: block;
}
.wp-block-image.alignwide img, .wp-block-image.alignfull img {
    width: 100%;
}
.wp-block-image.alignwide, .wp-block-gallery.alignwide, .wp-block-embed-facebook.alignwide {
    margin-left: -170px;
    margin-right: -170px;
    max-width: unset;
}
.wp-block-embed-facebook.alignwide {
    width: calc(100% + 340px);
}
.wp-block-embed-facebook.alignfull {
    width: calc(100vw - 250px);
}
.wp-block-embed-facebook.alignwide .fb-video span, .wp-block-embed-facebook.alignfull .fb-video span {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25%;
}
.wp-block-embed-facebook.alignwide .fb-video span iframe, .wp-block-embed-facebook.alignfull .fb-video span iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}
.gallery-content .wp-block-image.alignwide, .gallery-content .wp-block-gallery.alignwide {
    margin-right: 0;
    margin-left: 0;
}
.wp-block-image.alignfull, .wp-block-gallery.alignfull, .wp-block-embed-facebook.alignfull {
    margin-left: calc(475px - 50vw);
    margin-right: calc(475px - 50vw);
    max-width: unset;
}
.gallery-content .wp-block-image.alignfull, .gallery-content .wp-block-gallery.alignfull {
    margin-right: 0;
    margin-left: 0;
}

.breadcrumb {
    background: none;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #555;
}

.text-black {
    color: #000;
}

.fw-500 {
    font-weight: 500;
}

.px-30 {
    padding: 0 30px;
}

.p-30 {
    padding: 30px;
}

.gallerybox-container {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 15px;
    overflow-x: auto;
}

.fancythumb {
    width: 105px;
    height: 79px;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 15px;
    background-color: #ebebeb;
    flex: 0 0 105px;
}

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

.fancythumb:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    content: "";
    opacity: 0;
    transition: all 0.2s;
    z-index: 10;
}

.fancythumb:before {
    content: "\e611";
    font-family: 'themify';
    opacity: 0;
    transition: all 0.2s;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.fancythumb:hover:after,
.fancythumb:hover:before {
    opacity: 1;
}

img.size-full {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
}


.wp-block-image {
    width: 100%;
}

.py-15 {
    padding: 15px 0;
}

.text-gray {
    color: #6c757d;
}

.btn-xs {
    height: 35px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px;
}

img.size-medium {
    max-width: 100% !important;
    height: auto !important;
}

.ads-banner {
    display: block;
    margin-top: 15px;
}

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

.mt-15 {
    margin-top: 15px !important;
}

.ads img {
    max-width: 100%;
}

.ad-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, .7);
}

.ad-sticky a {
    display: block;
    text-align: center;
}

.cate-ad {
    margin: 0;
}

a.ads {
    display: block;
}

.detail-ad {
    margin-right: -15px;
    margin-left: -15px;
}
.read-divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 1;
    font-size: 11px;
    letter-spacing: .5px;
    width: 100%;
    margin: 0;
    color: #7d7d7d;
}
.read-divider i {
    margin-right: 5px;
}
.read-divider::after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-left: 15px;
}
.showroom-author-box .read-divider {
    color: rgba(255,255,255,.8);
}
.showroom-author-box .read-divider::after {
    border-top: 1px solid rgba(255,255,255,.2);
}
.my-30 {
    margin: 30px 0;
}
.cate-tag {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #b7b7b7;
}
.series-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    z-index: 1060;
}
.series-container-fixed {
    position: fixed;
    top: 0;
    left: 250px;
    width: calc(100% - 250px);
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}
.series-container .serires-active {
    flex: 1 0 0;
}
.series-active h4 {
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #7d7d7d;
    display: inline-block;
    margin-left: 5px;
    padding-right: 10px;
}
.series-active:before {
    content: "\e65d";
    font-family: 'themify';
    font-size: 14px;
    color: #d9d9d9;
}
.series-container .series-nav {
    min-width: 120px;
    flex: 0 0 0;
}
.series-nav > div {
    display: inline;
}
.series-nav .btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
}
.series-nav .btn-small {
    margin-top: 0;
}
.series-list {
    position: relative;
    max-height: 75vh;
    overflow: auto;
    width: 750px;
    padding-right: 15px;
    list-style-type: decimal-leading-zero;
    color: #a0a0a0;
}
.series-list li {
    border-bottom: 1px dashed #d7d7d7;
    padding: 10px;
}
.series-list a {
    color: #666;
}
.series-list a:hover, .series-list li.active a {
    color: #4f7cac;
    text-decoration: none;
}
#series-modal h5 {
    margin: 15px;
}
.series-list li.active {
    background-color: #f3f3f3;
}
figure.wp-block-embed {
    /* overflow:hidden; */
    /* padding-bottom:56.25%; */
    position:relative;
    /* height:0; */
}
figure.wp-block-embed iframe {
    /* left:0;
    top:0;
    height:100%;*/
    width:100%;
    /* position:absolute;  */
}
figure.wp-block-embed-facebook.wp-block-embed, figure.wp-block-embed-twitter.wp-block-embed, figure.wp-block-embed-instagram.wp-block-embed {
    /* height: auto; */
    padding-bottom: 0;
}
figure.wp-block-embed-facebook .fb_iframe_widget, figure.wp-block-embed iframe.instagram-media {
    position: static !important;
    width: 100% !important;
    display: block;
    text-align: center;
    margin: auto;
}
.author footer{
    font-size: 13px;
}
.wp-block-quote {
    margin: 15px 0;
    clear: both;
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #4f7cac;
}
.wp-block-quote  cite {
    font-style: italic;
    font-size: 1rem;
    color: #7d7d7d;
    position: relative;
    padding-left: 30px;
}
.wp-block-quote  cite::before {
    width: 20px;
    height: 1px;
    background-color: #ebebeb;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
}
/* .single-format-aside .slideout-menu {
    display: none;
    width: 300px;
}
.single-format-aside .itoggle {
    display: block;
}
.single-format-aside .slideout-panel {
    padding-top: 55px;
    margin-left: 0;
} */
.single-format-aside  .post-content {
    width: 100%;
    max-width: 1040px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.single-format-aside .container-fluid{
    overflow: unset;
}
.single-format-aside .post-content .aside-content{
    /* display: flex; */
    max-width: 600px;
    margin: 0 auto;
}
.single-format-aside .wp-block-image.alignwide, .single-format-aside .wp-block-gallery.alignwide, .single-format-aside .wp-block-embed-facebook.alignwide, .single-format-aside .wp-block-image.alignfull, .single-format-aside .wp-block-gallery.alignfull, .single-format-aside .wp-block-embed-facebook.alignfull {
    margin-right: 0;
    margin-left: 0;
}
.single-format-aside .aside-block-l, .single-format-aside .aside-block-r {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    width: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
}
/* .single-format-aside .aside-block-l {
    left: 0;
}
.single-format-aside .aside-block-r {
    right: 0;
} */
.single-format-aside .aside-block-l.aside-block-fixed, .single-format-aside .aside-block-r.aside-block-fixed {
    position: fixed;
    top: 15px;
}
.single-format-aside .aside-block-l.aside-block-fixed {
    left: 15px;
}
.single-format-aside .aside-block-r.aside-block-fixed {
    right: 15px;
}

.wp-block-image.alignfull figcaption, .wp-block-gallery.alignfull figcaption, .wp-block-embed-facebook.alignfull figcaption
{
    padding-left: 3vw;
    padding-right: 3vw;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
    width: 100%;
    font-size: 80%;
    color: #6c757d;
}
@media (min-width: 600px)
{
    .wp-block-columns.alignfull {
        margin-left: calc(475px - 49vw);
        margin-right: calc(475px - 49vw);
        max-width: unset;
    }
}

.wp-block-gallery.alignwide, .wp-block-gallery.alignfull
{
    width: 100%;
}

figure:not(.wp-block-image) figcaption a
{
    color: white;
    text-decoration: underline;
}

.wp-block-video figcaption
{
    text-align: center;
    width: 100%;
    font-size: 80%;
    color: #6c757d;
}
.wp-block-video figcaption a
{
    text-decoration: underline;
}

.blocks-gallery-grid
{
    width: 100%;
}