/*#region Fonts */
@font-face {
    font-family: 'GoogleSans';
    src: url('/sites/library/fonts/GoogleSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Bold';
    src: url('/sites/library/fonts/GoogleSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*#endregion Fonts */

/*#region Custom Menu */
.td-header-wrap {
    position: fixed;
    width: 100%;
}

.td-header-style-7 .td-header-top-menu {
    border: none;
}

.td-header-style-7 .td-header-sp-logo {
    float: left;
    height: 60px;
    padding: 0;
}

    .td-header-style-7 .td-header-sp-logo a {
        line-height: 60px !important;
    }

.td-header-style-7 .sf-menu > li > a {
    font-size: 16px;
    line-height: 60px;
    color: #212121;
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: unset;
    text-decoration: none;
    text-transform: initial;
}

.td-header-row [class*="td-header-sp"] {
    min-height: 0;
}

.td-visual-hidden {
    display: none;
}

.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a {
    color: #0055a6 !important;
}

    .sf-menu > .current-menu-item > a:after,
    .sf-menu > .current-menu-ancestor > a:after,
    .sf-menu > .current-category-ancestor > a:after {
        background-color: #0055a6;
        width: 50%;
        border-radius: 2px;
    }

.sf-menu > .current-menu-item:hover > a:after,
.sf-menu > .current-menu-ancestor:hover > a:after,
.sf-menu > .current-category-ancestor:hover > a:after {
    background-color: #0055a6;
    width: 50%;
    border-radius: 2px;
}

.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
    background-color: unset;
}

.td-header-style-7 .sf-menu > li > a:hover {
    color: #0055a6;
}

.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 2px;
    font-size: 8px;
}

.sf-menu ul .td-menu-item > a {
    color: #333333;
    font-size: 15px;
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: normal;
}

    .sf-menu ul .td-menu-item > a:hover {
        color: #0055a6;
    }

.sf-menu ul .current-menu-item > a {
    color: #0055a6;
}

.td-mobile-content li a {
    font-weight: normal;
    text-transform: initial;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .td-mobile-content li a:hover {
        opacity: 1;
        color: #0085ad;
    }

.td-mobile-content .sub-menu a {
    font-size: 17px;
    font-weight: normal;
    font-family: GoogleSans, Arial, sans-serif;
    text-decoration: none;
}

.td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a {
    color: #0085ad;
}

.header-search-wrap .td-icon-search {
    display: none;
}

.td-header-style-7 .sf-menu a.sf-with-ul {
    padding-right: 15px;
}

.sf-menu .sub-menu a {
    display: block !important;
    position: relative !important;
}

#td-header-menu .menu-sme-container {
    position: relative;
}

#menu-desktop.sf-menu {
    float: none;
    margin: 0;
}

#menu-desktop {
    position: absolute;
    right: 0;
}

    #menu-desktop .menu-item {
        height: 60px;
    }

        #menu-desktop .menu-item:last-child a {
            overflow: hidden;
            background-color: #0077c5;
            padding: 10px 20px;
            color: #FFF;
            margin-left: 15px;
        }

.td-icon-mobile:before {
    color: #0077c5;
    line-height: unset;
}

.nav-tabs > li {
    margin: 0px 8px 0px 0px !important;
}

    .nav-tabs > li > a {
        background-color: #EBEEF1;
        color: black !important;
    }

        .nav-tabs > li > a:hover {
            background-color: #EBEEF1;
        }

    .nav-tabs > li.active > a {
        background-color: #fff;
        font-weight: bold;
        color: black;
    }

/*#region Responsive */
@media (min-width: 980px) {
    .td-header-menu-wrap-full.td-container-wrap .td-container {
        width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .td-header-style-7 .td-header-sp-logo {
        margin-right: 0;
    }

    .td-header-style-7 .sf-menu > li > a {
        padding: 0 10px;
        font-size: 14px;
    }

    .sf-menu ul .td-menu-item > a {
        font-size: 13px;
    }

    .td-header-style-7 .td-header-sp-logo img {
        height: 40px;
        max-width: unset;
        max-height: 40px;
        line-height: 40px;
        padding: 0;
        margin-top: 10px;
    }

    .td-header-style-7 .td-header-sp-logo-2022 img {
        height: 50px;
        max-width: 225px;
        max-height: 60px;
        line-height: 40px;
        padding: 0;
        margin-top: 7px;
    }

    .td-header-sp-logo-2022 {
        padding: 0px !important;
    }

    .td-header-style-7 .sf-menu {
        margin-top: 0;
        padding: 0;
        float: left;
        margin-left: 5px;
    }
}

@media (min-width: 1100px) {
    .td-header-menu-wrap-full.td-container-wrap .td-container {
        width: 1070px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .td-header-style-7 .sf-menu > li > a {
        padding: 0 10px;
        font-size: 16px;
    }

    .sf-menu ul .td-menu-item > a {
        font-size: 14px;
    }

    .td-header-style-7 .sf-menu {
        margin-left: 20px;
    }
}

@media (max-width: 979px) {
    #td-top-mobile-toggle {
        display: inline-block;
        float: right;
    }

        #td-top-mobile-toggle i {
            width: auto;
            line-height: 60px;
            height: 60px;
            padding: 0;
        }

    .td-header-style-7 .td-header-sp-logo img {
        height: 40px;
        max-width: unset;
        max-height: 40px;
        line-height: 40px;
        padding: 0;
    }

    .td-header-style-7 .td-header-sp-logo-2022 img {
        height: 50px;
        max-width: unset;
        max-height: 50px;
        line-height: 40px;
        padding: 0;
    }
}

@media (max-width: 767px) {

    #menu-mobile.sf-menu {
        display: block;
    }
}

@media (max-width: 480px) {
    .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
        height: auto !important;
    }
}
/*#endregion Responsive*/
/*#endregion Custom Menu */

/*#region Custom Heading */
h1.td-header-sp-logo {
    margin: 0;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    margin: 0;
}
/*#endregion Custom Heading */

/*#region Common */
.no-padding {
    padding: 0;
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus, a:active {
        opacity: 0.85;
    }

.clear {
    clear: both;
}

ul, ul li {
    line-height: 1.42857143;
}

.nowrap-item {
    white-space: nowrap;
}

.loader-item {
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, 0.7);
}

    .loader-item span {
        border: 10px solid #F3F3F3;
        border-radius: 50%;
        border-top: 10px solid #0a72ba;
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion Common */

/*#region Custom Theme */
.page-template-default .td-crumb-container {
    display: none;
}

.td-page-content {
    padding: 0;
    padding-top: 91px;
}

    .td-page-content .no-padding {
        padding: 0;
    }

    .td-page-content p {
        display: none;
    }

    .td-page-content a, .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
    .td-post-content a, .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

        .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
        .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
            opacity: 0.85;
        }

.td-header-top-menu-full {
    display: none;
}

.td-main-content-wrap {
    padding: 0;
}

.tdc-content-wrap {
    width: 100%;
}

.td-page-content ul, .td-page-content ul li {
    line-height: 1.42857143;
}

.td-page-title {
    font-family: GoogleSans, Arial, sans-serif;
}

.td-scroll-up {
    display: none;
    right: 10px;
    bottom: 40px;
    transform: translate3d(0, 110px, 0);
    -webkit-transform: translate3d(0, 110px, 0);
    -moz-transform: translate3d(0, 110px, 0);
    -ms-transform: translate3d(0, 110px, 0);
    -o-transform: translate3d(0, 110px, 0);
}

.td-scroll-up-visible {
    display: none;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
/*region Responsive*/
@media (max-width: 979px) {
    .td-page-content {
        padding-top: 99px;
    }

    .archive.tag .td-main-content-wrap {
        padding-top: 125px;
    }
}

@media (max-width: 480) {
    .td-page-content {
        padding-top: 93px;
    }
}
/*endregion Responsive*/
/*#endregion Custom Theme */

/*#region Custom Trang News */
.td-category-header {
    display: none;
}

.td-category-grid {
    padding-top: 115px;
}

.category .td-category-grid .td_block_wrap {
    margin-bottom: 24px;
}

.td-big-grid-post:hover a:hover {
    opacity: 1;
}

.td-crumb-container {
    padding-top: 0;
    min-height: unset;
}

    .td-crumb-container .entry-crumbs {
        font-family: GoogleSans-Regular;
        font-size: 16px;
        line-height: 1.42857143;
        color: #0077c5;
    }

        .td-crumb-container .entry-crumbs a {
            color: #7e90a2;
        }

.entry-crumbs .td-bread-sep {
    font-size: 16px;
    color: #7e90a2;
}

.archive.tag .td-crumb-container {
    display: none;
}

.td-post-template-default .td-post-header header .entry-title {
    font-size: 28px;
    line-height: 1.42857143;
}

.post header .td-post-date .entry-date {
    font-size: 14px;
    line-height: 1.42857143;
}

.post header .td-post-views span {
    font-size: 14px;
    line-height: 1.42857143;
}

.td-post-template-default .td-post-featured-image img {
    display: none;
}
/*#endregion Custom Trang News */

/*region Popup kết quả Đăng ký dùng thử miễn phí */
.popup-result-item {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

    .popup-result-item .pri-content-item {
        position: absolute;
        width: 90%;
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        z-index: 2;
        background: #FFF;
        padding: 30px 40px 40px;
        border-radius: 5px;
        overflow: hidden;
    }

    .popup-result-item .pri-title-item {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 32px;
        text-align: center;
        padding-bottom: 15px;
    }

    .popup-result-item .pri-subtitle-item {
        font-family: GoogleSans, Aral, sans-serif;
        font-size: 18px;
        padding-bottom: 30px;
        text-align: center;
    }

    .popup-result-item .pri-button-item {
        text-align: center;
    }

    .popup-result-item .pri-close-item {
        display: inline-flex;
        width: 160px;
    }

        .popup-result-item .pri-close-item a {
            font-family: GoogleSans, Arial, sans-serif;
            font-size: 18px;
            color: #fff;
            text-align: center;
            background: #0077c5;
            box-shadow: 0 3px 20px rgba(0,0,0,.08);
            width: 100%;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            float: left;
            position: relative;
            text-decoration: none;
        }

/*#region Responsive */
@media (max-width: 480px) {
    .popup-result-item .pri-title-item {
        font-size: 28px;
    }

    .popup-result-item .pri-content-item {
        padding: 30px 20px 40px;
    }
}
/*#endregion Responsive */
/*endregion Popup kết quả Đăng ký dùng thử miễn phí */

/*#region Quick acttion */

.float-quick-action {
    font-family: GoogleSans;
    font-size: 16px;
    height: 50px;
    position: fixed;
    bottom: 50%;
    z-index: 10;
    right: 0;
}

    .float-quick-action a.btn-quick-action, .float-quick-action a.btn-quick-action:hover {
        opacity: 1;
    }

    .float-quick-action a.btn-quick-action {
        width: 50px;
        height: 50px;
        color: #fff;
        padding: 7px 5px 7px 40px;
        border-radius: 7px 0 0 7px;
        text-decoration: none;
        transition: width 0.8s;
        -webkit-transition: width 0.8s;
        -moz-transition: width 0.8s;
        -o-transition: width 0.8s;
        overflow: hidden;
        float: right;
    }

    /*Nut Hotline*/
    .float-quick-action a.btn-hotline-bottom {
        background: #47AC00 url(../../Image/NewQuotation/ic_hotline.svg) no-repeat left 10px center;
        background-size: 28px;
        margin-bottom: 10px;
    }

    .float-quick-action .text-quick-action {
        display: none;
        white-space: normal;
        overflow: hidden;
        padding-left: 10px;
    }

    .float-quick-action .text-hotline-bottom {
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .float-quick-action .phone-bottom {
        white-space: nowrap;
        overflow: hidden;
    }

    /*Nut Tu van qua fb*/
    .float-quick-action a.btn-chat-fb {
        background: #47AC00 url(../../Image/NewQuotation/ico-mess.png) no-repeat left center;
        background-size: 50px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    /*Nut Tu van qua zalo*/
    .float-quick-action a.btn-chat-zalo {
        background: #47AC00 url(../../Image/NewQuotation/ico-zalo.png) no-repeat left center;
        background-size: 50px;
        display: flex;
        align-items: center;
    }

    .float-quick-action .text-chat-advisory {
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 13px;
    }

@media (min-width: 980px) {
    .float-quick-action a.btn-hotline-bottom:hover {
        width: 175px;
    }

    .float-quick-action a.btn-chat-fb:hover {
        width: 205px;
    }

    .float-quick-action a.btn-chat-zalo:hover {
        width: 175px;
    }

    .float-quick-action a.btn-quick-action:hover > .text-quick-action {
        display: block;
    }
}

@media (max-width: 979px) {
    .float-quick-action {
        bottom: 30%;
    }

        .float-quick-action a.btn-hotline-bottom {
            background-size: 23px;
            width: 40px;
            height: 40px;
            background-position: left 8px center;
            padding: 0;
        }

        .float-quick-action a.btn-chat-fb, .float-quick-action a.btn-chat-zalo {
            background-size: 40px;
            width: 40px;
            height: 40px;
            padding: 0;
        }
}

/*#endregion */

/*#region CUSTOM MENU */

/*--- Menu Tính năng và Tại sao chọn ---*/

.td-header-menu-wrap-full.td-container-wrap {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 60px;
    box-shadow: 3px -10px 30px -5px #000;
}

.td-header-gradient:before {
    display: none;
}

#feature-menu-panel, #whyChoose-menu-panel {
    overflow: hidden;
    transition: max-height 0.7s;
    -o-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    -webkit-transition: max-height 0.7s;
}

.content-menu {
    border-top: 1px solid #dcdcdc;
}

.box-content-menu {
    line-height: 24px;
    display: flex;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0px 0px 0 0px #EEE;
}

    .box-content-menu .menu-row {
        padding: 5px 0px;
        margin-bottom: 5px;
    }

        .box-content-menu .menu-row:last-child {
            margin-bottom: 0;
        }

        .box-content-menu .menu-row a, .box-content-menu .menu-row .menu-item-group {
            font-family: GoogleSans, Arial, sans-serif;
            font-size: 16px;
            color: #272727;
            display: block;
            padding-bottom: 5px;
        }

        .box-content-menu .menu-row.active {
            background-color: #f2f2f2;
            border-radius: 18px;
            overflow: hidden;
        }

    .box-content-menu .menu-vertical-line {
        width: 2px;
        background-color: #f2f2f2;
    }

    .box-content-menu a:hover {
        color: #0077c5;
    }

#cooporateMenu {
    width: 18em;
}

.cooporateMenu a {
    color: #272727;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
}

    .cooporateMenu a:hover {
        color: #0077c5;
    }

.sf-menu ul.knowledgeMenu {
    width: 14em;
}

.knowledgeMenu a {
    color: #272727;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
}

    .knowledgeMenu a:hover {
        color: #0077c5;
    }

.top-submenu {
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

.clear-padding {
    padding: 0 0 0 0;
}

.content-first-col {
    padding-right: 20px;
}

.content-second-col {
    padding-right: 20px;
}

@media (min-width: 980px) {
    .box-content-menu .menu-row a, .box-content-menu .menu-row .menu-item-group {
        font-size: 14px;
    }
}
/*--- end Menu Tính năng và Tại sao chọn---*/

/*#endregion CUSTOM MENU */

.zalo-share-button {
    position: relative;
    display: inline-block;
    margin: 0 3px 7px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.fb-page blockquote {
    padding: 0;
    font-size: 14px;
    border-left: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

/*#region Form đăng ký nhận bản tin */

.td-register-news {
    background: #F2F3F5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    font-family: GoogleSans, Arial, sans-serif;
}

.register-news-title {
    font-size: 16px;
    padding-bottom: 12px;
    color: #000;
}

input.input-control {
    font-size: 15px;
    height: 42px;
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 3px 9px;
    border-radius: 3px;
}

input.btn-register-news {
    width: 100%;
    background: #47AC00;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    user-select: none;
}

    input.btn-register-news:hover {
        opacity: 0.9;
        background: #47AC00;
    }

.register-news-mess {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

    .register-news-mess .success {
        color: #47AC00;
    }

    .register-news-mess .error {
        color: red;
    }

/*#endregion */

/*#region Menu chuyên mục con (Kiến thức) */

.td-category-child {
    padding-top: 90px;
    margin-bottom: 24px;
    background: #F2F3F5;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
}

    .td-category-child ul {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

        .td-category-child ul li {
            margin-left: 0;
            margin-right: 30px;
            position: relative;
        }

            .td-category-child ul li:last-child {
                margin: 0;
            }

            .td-category-child ul li a {
                padding: 18px 0;
                display: block;
                user-select: none;
                color: #7e90a2;
                font-family: GoogleSans Bold;
            }

            .td-category-child ul li.active:after {
                content: '';
                background-color: #0077c5;
                height: 3px;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .td-category-child ul li.active a {
                color: #0077c5;
            }

.entry-crumbs .td-bred-no-url-last {
    display: none;
}

.entry-crumbs span:nth-of-type(2) a {
    color: #0077c5;
}

.widget {
    margin-bottom: 28px;
}

.zalo-follow-button {
    display: block !important;
}

    .zalo-follow-button iframe {
        height: 250px;
        width: 100%;
    }

        .zalo-follow-button iframe body {
            margin: 0;
        }

.td-post-sharing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.td-post-sharing-classic + .td-post-sharing {
    margin-top: 0;
}

.td-social-facebook, .zalo-share-button {
    height: 20px;
    margin-bottom: 0;
    width: 20px;
    min-width: 20px;
}

    .td-social-facebook .td-social-but-icon {
        height: 20px;
        width: 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .td-social-facebook .td-social-but-icon i {
            top: 0;
        }

@media (max-width: 979px) {
    .td-category-child {
        display: none;
    }

    .td-post-template-default {
        padding-top: 125px;
    }

    .td-ss-main-sidebar .widget_custom_html {
        text-align: center;
    }
}

/*#endregion */

/*#region Cac bai viet noi bat */

#posts-highlights {
    padding-bottom: 24px;
}

    #posts-highlights .td-big-grid-post {
        float: left;
    }

    #posts-highlights .td-post-thumb {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        #posts-highlights .td-post-thumb a {
            display: block;
        }

            #posts-highlights .td-post-thumb a:before {
                content: "";
                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
                /* IE10+ */
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
                /* IE6-9 */
                bottom: 0;
                content: "";
                display: block;
                height: 100%;
                width: 100%;
                position: absolute;
                -webkit-transition: background-color 0.3s ease;
                -moz-transition: background-color 0.3s ease;
                -o-transition: background-color 0.3s ease;
                transition: background-color 0.3s ease;
                z-index: 1;
            }

        #posts-highlights .td-post-thumb .img-post-thumb img {
            transition: transform 0.3s ease, opacity 0.3s;
            -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
            transition-timing-function: ease;
        }

        #posts-highlights .td-post-thumb a:hover {
            opacity: 0.9;
        }

            #posts-highlights .td-post-thumb a:hover img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

    #posts-highlights .td-big-thumb .td-post-thumb {
        width: 532px;
        height: 399px;
    }

    #posts-highlights .td-big-thumb .img-post-thumb img {
        height: 399px;
        width: 100%;
    }

    #posts-highlights .td-small-thumb .td-post-thumb {
        width: 265px;
        height: 198px;
    }

    #posts-highlights .td-small-thumb .img-post-thumb img {
        height: 198px;
        width: 100%;
    }

    #posts-highlights .td-post-thumb-detail {
        position: relative;
    }

    #posts-highlights .desc-thumb {
        position: absolute;
        bottom: 10px;
        margin: 0 10px;
        color: #FFF;
        font-size: 16px;
        font-family: GoogleSans, Arial, sans-serif;
        z-index: 2;
    }

    #posts-highlights .td-post-0 .desc-thumb {
        font-size: 24px;
    }

    #posts-highlights .td-post-0 {
        margin-right: 3px;
    }

    #posts-highlights .td-small-thumb {
        float: left;
    }

    #posts-highlights .td-post-1 {
        margin: 0 3px 3px 0;
    }

    #posts-highlights .td-post-2 {
        margin-bottom: 3px;
    }

    #posts-highlights .td-post-3 {
        margin-right: 3px;
    }

@media (min-width: 1019px) and (max-width: 1140px) {
    #posts-highlights .td-big-thumb .td-post-thumb {
        width: 504px;
        height: 355px;
    }

    #posts-highlights .td-big-thumb .img-post-thumb img {
        height: 355px;
        width: 100%;
    }

    #posts-highlights .td-small-thumb .td-post-thumb {
        width: 235px;
        height: 176px;
    }

    #posts-highlights .td-small-thumb .img-post-thumb img {
        height: 176px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    #posts-highlights .td-big-thumb .td-post-thumb {
        width: 374px;
        height: 271px;
    }

    #posts-highlights .td-big-thumb .img-post-thumb img {
        height: 271px;
        width: 100%;
    }

    #posts-highlights .td-small-thumb .td-post-thumb {
        width: 180px;
        height: 134px;
    }

    #posts-highlights .td-small-thumb .img-post-thumb img {
        height: 134px;
        width: 100%;
    }

    #posts-highlights .desc-thumb {
        font-size: 90%;
        line-height: 1.4;
    }

    #posts-highlights .td-post-0 .desc-thumb {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    #posts-highlights {
        padding-top: 123px;
    }
}

@media (max-width: 767px) {
    #posts-highlights {
        padding-top: 127px;
    }

        #posts-highlights .td-container {
            padding: 0;
        }

        #posts-highlights .td-big-grid-post {
            float: none;
        }

        #posts-highlights .td-big-thumb .td-post-thumb {
            width: 100%;
            height: 100%;
        }

        #posts-highlights .td-big-thumb .img-post-thumb img {
            height: 100%;
        }

        #posts-highlights .td-post-0 {
            margin: 0 0 3px;
        }

        #posts-highlights .td-small-thumb .td-post-thumb {
            width: 100%;
            height: 170px;
        }

        #posts-highlights .td-small-thumb .img-post-thumb img {
            height: 170px;
        }

        #posts-highlights .td-post-1 {
            margin: 0 3px 0 0;
        }

        #posts-highlights .td-post-2 {
            margin: 0 3px 0 0;
        }

        #posts-highlights .td-post-3 {
            margin: 0 3px 0 0;
        }

        #posts-highlights .td-small-grid-post {
            overflow-x: auto;
            white-space: nowrap;
            font-size: 0;
            overflow-y: hidden;
            padding-top: 3px;
            z-index: 0;
            -webkit-overflow-scrolling: touch;
            transform: translate3d(0, 0, 0);
        }

        #posts-highlights .td-small-thumb {
            float: none;
            display: inline-block;
            vertical-align: top;
            width: 80%;
            white-space: normal;
        }
}
/*#endregion */
