/*
Theme Name: TKS - Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-size: 18px!important;
}

/* header */
#header #top-bar {
    background-color: #e9efff;
    padding: 10px 0;
    /* border-top: 5px solid #fff; */
    /* border-bottom: 5px solid #fff; */
}

#header #top-bar ul li strong {
    color: #673AB7;
    text-transform: unset;
    font-size: 14px;
}

#header #top-bar .phone-topbar {
}

#header #top-bar .phone-topbar a {
    color: #673AB7;
    text-transform: unset;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #673AB7;
    margin-left: 10px;
}

#header #top-bar .phone-topbar a:first-child {
    margin-left: 0;
}

#header #top-bar .phone-topbar a i {
    font-size: 10px;
    color: red;
    vertical-align: 1px;
    transform: rotate(20deg);
}

#header #masthead.header-main {
    height: 70px;
    /* background: #673AB7; */
}

#header #logo {
    padding-bottom: 0;
}

#header #masthead .header-nav-main.nav-right li a {
    font-size: 16px;
    font-family: "Roboto";
    color: #000;
}

#header #masthead .header-nav-main.nav-right li.active a {
    color: #673AB7;
}

#header .header-main .header-nav .nav-dropdown-default {
    padding: 10px;
    border: 0;
    min-width: 280px;
}

#header #masthead .header-nav-main.nav-right li .sub-menu li a {
    color: #333;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    #top-bar .html_topbar_left strong {
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    #header #top-bar .phone-topbar a {
        padding: 5px 10px;
    }

    #header #top-bar .html_topbar_right {
        margin-left: 0;
    }

    #header #top-bar .html_topbar_left {
        margin-right: 0;
    }

    #header #top-bar .phone-topbar {
        margin-top: 7px;
    }

    #masthead .medium-logo-center .show-for-medium.flex-right {
        display: none;
    }

    #header #masthead.header-main {
        height: 55px;
    }

    #masthead .medium-logo-center #logo {
        width: 180px;
        /* padding-bottom: 10px; */
        margin-right: 0;
    }

    #masthead .medium-logo-center .show-for-medium.flex-left .mobile-nav.nav-left i.icon-menu {
        color: #673AB7;
    }

    #header .stuck #masthead {
        height: 55px!important;
    }

    #main-menu .nav-vertical li a {
        color: #333;
        font-size: 16px;
        text-transform: capitalize;
    }
}

/* ---header */
/* Footer */
#footer {
    background-image: url(img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#footer * {
    color: #fff;
    border: 0;
    font-size: 18px;
}

#footer section.footer-bottom-section {
    padding-bottom: 0;
    padding-top: 60px;
}

#footer .tit {
    font-size: 20px;
    text-transform: capitalize;
    color: #ff0;
    font-weight: 700;
    width: fit-content;
    border-bottom: 3px double #ffffff8c;
}

#footer p span {
    font-size: 16px!important;
}

@media only screen and (max-width: 768px) {
    #footer {
        background-image: unset;
        background: #022a72;
        border-top: 7px solid #ff0;
    }

    #footer section.footer-bottom-section {
        padding-top: 30px;
    }
}

/* ---Footer */
/* bottom-conversion */
#bottom-conversion {
    position: fixed;
    left: 10px;
    bottom: 15px;
    width: auto;
    height: auto;
    z-index: 9999;
}

#bottom-conversion a {
    display: block;
    overflow: hidden;
}

#bottom-conversion a div {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}

#bottom-conversion a .phone {
    background: url(img/call.png) top center no-repeat;
    background-size: 100% 100%;
}

#bottom-conversion a .zalo {
    background: url(img/zalo.png) top center no-repeat;
    background-size: 100% 100%;
}

#bottom-conversion a .mess {
    background: url('img/fbmessenger.png') top center no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
    #bottom-conversion {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #fffbfbd4;
    }

    #bottom-conversion a {
        float: left;
        width: 25%;
    }
}

/* --bottom-conversion */
/* Facebook fanpage */
#footer .face-n93 {
    width: 100%;
    max-width: 540px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #c3a7a7;
    box-shadow: 0 1px 2px #aca2a2;
}

#footer .face-n93 p {
    margin-bottom: 0;
}

#footer .face-n93 .name {
    width: 100%;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
#footer .face-n93 .name img {
    width: 60px;
    float: left;
    margin-right: 5px;
}

#footer .face-n93 .name .txt {
    width: calc(100% - 65px);
    float: left;
}
#footer .face-n93 .name .txt .txt-1 {
    color: #795548;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

#footer .face-n93 .name .txt .txt-2 {
    color: #6f6c6c;
    font-size: 13px;
}

#footer .face-n93 .banner {
    width: 100%;
}

#footer .face-n93 .banner img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#footer .face-n93 .btn {
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .12);
    width: fit-content;
}

#footer .face-n93 .btn div {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
}

#footer .face-n93 .btn div i {
    background-image: url(img/icon-fb.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    float: left;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    #footer .face-n93 .name .txt {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 550px) {
    #footer .face-n93 .name .txt {
        padding-top: 10px;
    }
}

/* --Facebook fanpage */
/* post categories sidebar */
.archive.category h1.page-title {
    background-image: radial-gradient(#9e9e9e29 1px,#fff 0);
    background-size: 10px 10px;
    border-top: 2px dotted #6016c32b;
    border-bottom: 2px dotted #6016c32b;
    border-radius: 20px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 900;
    color: red;
}

#content.blog-single article h1 {
    color: #E91E63;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 700;
}

#content.blog-single article .entry-header-text-top {
    border-bottom: 1px dashed #ecd6d6;
}

#content.blog-single article #breadcrumbs {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

#content.blog-single article .entry-header-text-top .entry-meta {
    text-transform: initial;
}

#content.blog-single article .entry-header-text-top .byline {
    display: none;
}

#content.blog-single article .entry-content.single-page p span, #content.blog-single article .entry-content.single-page h2 span, #content.blog-single article .entry-content.single-page h3 span, #content.blog-single article .entry-content.single-page h4 span, #content.blog-single article .entry-content.single-page li, #content.blog-single article .entry-content.single-page li span {
    font-weight: unset!important;
}

#content.blog-single article .entry-content.single-page td {
    color: #333;
}

#content.blog-single article .entry-content.single-page th:first-child, #content.blog-single article .entry-content.single-page td:first-child {
    padding-left: 0.5em;
}

#main #content .post-sidebar {
    padding-left: 0;
}

#main #content.blog-archive .large-9.col .post-item .box .image-cover {
    width: 340px;
    height: 230px;
}

#main #content.blog-archive .large-9.col .post-item .box .post-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.post-sidebar .widget-title , .post-sidebar .widget-title {
    border-bottom: 1px solid #254892;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-sidebar .widget-title span , .post-sidebar .widget-title span {
    padding: 0 10px;
    position: relative;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    text-transform: none;
}

.post-sidebar .widget-title span:before , .post-sidebar .widget-title span:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 70px;
    top: 0;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background: url("img/bg-min.svg") left -839px no-repeat;
}

.post-sidebar .widget-title span:after , .post-sidebar .widget-title span:after {
    content: "";
    background-color: #0f408b;
    position: absolute;
    left: 0;
    width: 100px;
    top: 0;
    height: 100%;
    z-index: -2;
}

.post-sidebar .is-divider {
    display: none;
}

.post-sidebar aside .custom-html-widget {
    background-color: #f2f6ff;
    border: 1px solid #efefef;
    padding: 15px;
}

.post-sidebar #custom_html-2 .custom-html-widget, .post-sidebar #custom_html-3 .custom-html-widget {
    padding-top: 5px;
    padding-bottom: 5px;
}

.post-sidebar #custom_html-4 .custom-html-widget {
    padding-bottom: 0;
}

.post-sidebar #custom_html-4 .custom-html-widget .post-item .box-text {
    padding: 10px;
}

.post-sidebar #custom_html-4 .custom-html-widget .post-item .box-text .post-title {
    font-size: 18px;
    font-weight: 700;
    color: red;
}

.post-sidebar .side-call {
    overflow: hidden;
    padding: 10px 0;
}

.post-sidebar .side-call a {
    height: 40px;
    display: block;
}

.post-sidebar .side-call a.phone {
    float: left;
    width: calc(100% - 65px);
    line-height: 38px;
    background: red;
    padding: 0 15px;
    color: #ff0;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ff0;
}

.post-sidebar .side-call a.phone i {
    font-size: 13px;
    vertical-align: 0px;
}

.post-sidebar .side-call a.zalo {
    float: left;
    margin-left: 15px;
    animation: pulse-blue 2s infinite;
    background-color: #028fe3;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #028fe3;
    overflow: hidden;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(2,143,227,.7);
        transform: scale(.95)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(2,143,227,0);
        transform: scale(1)
    }

    to {
        box-shadow: 0 0 0 0 rgba(2,143,227,0);
        transform: scale(.95)
    }
}

.post-sidebar .side-call a.zalo img {
    width: 40px;
    height: 40px;
}

#main #content.blog-single, #main #content.blog-single .large-9.col {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .grecaptcha-badge {
        display:none!important;
    }

    #main #content .post-sidebar {
        padding-left: 15px;
    }

    #main #content.blog-archive .large-9.col .post-item .box .image-cover {
        width: 100%;
        height: auto;
        padding-top: 68%!important;
    }

    #main #content.blog-archive .large-9.col .post-item .box .post-title {
        font-size: 18px;
        font-weight: 700;
    }

    #main #content.blog-archive .large-9.col .post-item .box .is-divider, #main #content.blog-archive .large-9.col .post-item .box .from_the_blog_excerpt {
        display: none;
    }

    #main #content.blog-archive .large-9.col .post-item .box .box-text {
        padding-bottom: 10px;
    }

    .post-sidebar #custom_html-4 .custom-html-widget .post-item .box-text .post-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 580px) {
    .single.single-post #content .single-page {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* --post categories sidebar */
/* Bài viết liên quan theo chuyên mục */
.related-box .related-head {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    color: #037e72;
    text-transform: uppercase;
    border-bottom: 4px double;
    font-weight: 600;
}

.related-box .box-post {
    height: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-top: 3px solid #03A9F4;
    overflow: hidden;
    border-bottom: 3px solid #3F51B5;
}

.related-box ul li {
    margin-bottom: 3px;
}

.related-box ul li a {
    font-weight: 700;
    font-size: 16px;
    /*color: #2a9e2f;*/
}

.related-box ul li a:hover {
    text-decoration: underline;
}

.related-box .feature {
    position: relative;
    overflow: hidden;
    padding-top: 7%;
}

.related-box .feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.related-box .feature .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.related-box ul.row.related-post li {
    list-style: none;
}

.related-box .related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
    padding: 5px 15px 10px;
    font-weight: 600;
}

.related-box .related-title a {
    font-size: 18px;
    color: #333;
}

/* --Bài viết liên quan theo chuyên mục */
/* Conversion */
@media only screen and (max-width: 640px) {
    #interactivebutton {
        bottom: 0!important;
        left: 0!important;
        width: 100%!important;
        background: #fff4f4db;
        padding: 5px 0;
    }

    #interactivebutton p {
        display: none;
    }

    #interactivebutton a {
        display: block;
    }

    #interactivebutton a div {
        width: 25%!important;
        background-size: 50px 50px!important;
        background-repeat: no-repeat!important;
        margin: 0!important;
        display: block;
    }
}

/* --Conversion */
/* Home */
.box-text {
    font-size: 100%;
}

.box-text *, section * {
    color: #333;
}

hr.center-diamond {
    background: #673ab7;
    border: 0;
    height: 1px;
    width: 25%;
    position: relative;
    margin: 20px auto;
    opacity: 1;
    overflow: visible;
    background-image: -webkit-linear-gradient(left,#ccc,#673ab7,#ccc);
    background-image: -moz-linear-gradient(left,#ccc,#333,#ccc);
    background-image: -ms-linear-gradient(left,#ccc,#333,#ccc);
    background-image: -o-linear-gradient(left,#ccc,#333,#ccc);
}

hr.center-diamond:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #673ab7;
    display: inline-block;
    border: 2px solid #39D1B4;
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 999999;
}

.media-title {
    margin: 0 auto;
    display: block;
}

.media-title h2 {
    color: #673ab7;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    font-size: 28px;
    margin-bottom: 0;
}

.media-title p {
    color: #333;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 30px;
    line-height: 1.4;
    font-size: 18px;
}

.saboche {
    border-bottom: 1px solid #ece4fa;
    padding: 30px 0 35px!important;
}

.saboche .col {
    padding-bottom: 0;
    text-align: center;
}

.saboche .col .col-inner h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #e10c0c;
}

.saboche .col .col-inner p {
    margin: 7px 0 0;
}

.bang-gia {
    padding: 35px 0 20px !important;
}

.duoc-gui {
    background: aliceblue;
    padding: 35px 0 0!important;
}

.duoc-gui .inner-box .col-inner .box-image img {
    border: 1px solid #5e17eb;
    padding: 2px;
    border-radius: 15px;
}

.duoc-gui .inner-box .col-inner .box-text {
    padding-top: 0;
    padding-bottom: 0;
}

.duoc-gui .inner-box .col-inner .box-text .text p {
    text-align: justify;
    margin: 0;
}

.duoc-gui .inner-box .col-inner .box-text .text ul {
    margin: 0;
}

.duoc-gui .inner-box .col-inner .box-text .text ul li {
    margin: 5px 0 5px 25px;
    text-align: justify;
}

.khong-gui {
    background: aliceblue;
    padding: 15px 0 20px!important;
}

.khong-gui .inner-box .col-inner .box-image img {
    border: 1px solid #ff3131;
    padding: 2px;
    border-radius: 15px;
}

.khong-gui .inner-box .col-inner .box-text {
    padding-top: 0;
    padding-bottom: 0;
}

.khong-gui .inner-box .col-inner .box-text .text p {
    text-align: justify;
    margin: 0;
}

.khong-gui .inner-box .col-inner .box-text .text ul {
    margin: 0;
}

.khong-gui .inner-box .col-inner .box-text .text ul li {
    margin: 5px 0 5px 25px;
    text-align: justify;
}

.duoc-gui .inner-title, .khong-gui .inner-title {
    padding-bottom: 15px;
}

.khong-gui .inner-title .col-inner {
    border-top: 1px dashed #f3dddd;
    padding-top: 30px;
}

.tai-sao {
    padding: 35px 0 20px !important;
}

.tai-sao .media-title p {
    text-align: justify;
    padding: 0px;
}

.tai-sao .inner-box .col-inner {
    background: #fff6eb;
    height: 100%;
    border: 1px solid #d2d2d2;
}

.tai-sao .inner-box .col-inner .box-text .text h3 {
    font-size: 20px;
    color: red;
}

.tai-sao .inner-box .col-inner .box-text .text p {
    color: #000;
    text-align: justify;
    margin: 5px 0 0;
}

.quy-trinh {
    background: brown;
    padding: 35px 0 20px!important;
}

.quy-trinh .media-title h2 {
    color: #fff;
}

.quy-trinh .media-title p {
    color: #fff;
    padding: 0;
    text-align: justify;
}

.quy-trinh hr.center-diamond {
    background: #fff;
    background-image: -webkit-linear-gradient(#edd8d8, #fff, #f6c071, #7b6d6d);
    background-image: -moz-linear-gradient(left, #fff, #f6c071, #7b6d6d);
    background-image: -ms-linear-gradient(left, #fff, #f6c071, #7b6d6d);
    background-image: -o-linear-gradient(left, #fff, #f6c071, #7b6d6d);
}

.quy-trinh .inner-box .col-inner {
    background: #fff;
    height: 100%;
    border: 1px solid #fff;
    padding: 2px;
}

.quy-trinh .inner-box .col-inner .box-text .text h3 {
    font-size: 20px;
    color: red;
}

.quy-trinh .inner-box .col-inner .box-text .text p {
    text-align: justify;
    margin: 5px 0 0;
}

.quy-trinh .last .col-inner p {
    text-align: justify;
    margin: 0;
    color: #fff;
}

.quy-trinh #wrap-phone-w-zalo {
    background: #fff;
}

.cau-hoi {
    padding: 35px 0 20px!important;
}

.cau-hoi .inner-title {
    padding-bottom: 15px;
}

.cau-hoi .accordion {
    border: 1px solid #ccc;
    border-top: 0;
}

.cau-hoi .last .col-inner p {
    text-align: justify;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1200px) and (min-width: 850px) {
}

@media only screen and (max-width: 849px) and (min-width: 550px) {
    .duoc-gui .inner-box .col-inner .box-image, .duoc-gui .inner-box .col-inner .box-text, .khong-gui .inner-box .col-inner .box-image, .khong-gui .inner-box .col-inner .box-text {
        display: block;
        width: 100% !important;
    }

    .duoc-gui .inner-box .col-inner .box-text, .khong-gui .inner-box .col-inner .box-text {
        padding: 15px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .media-title h2 {
        font-size: 24px;
    }

    .media-title p {
        padding: 0;
    }

    .saboche .col .col-inner h1 {
        font-size: 24px;
        letter-spacing: normal;
    }

    .duoc-gui .inner-box .col-inner .box-text, .khong-gui .inner-box .col-inner .box-text {
        padding: 15px 0 0;
    }
}

/* --Home */
/* Lien he */
.lien-he {
    padding: 35px 0 10px !important;
}

/* --Lien he */
