
section {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.h2, h2 {
    font-size: 1.6rem;
}


.requirement-info {
    /*    background: url('../images/background_slider_creative.jpg');*/
    background-size: cover;
    background-color: rgb(240, 242, 245);
}

.requirement-frm {
    /*background-image: url('../images/blank-composition-data-373076.jpg');
    background-size: cover;*/
    background-color: #e4e4e4;
}

.requirement-info::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    /* background-color: rgba(0, 0, 0, 0.3);*/
}

.requirement-frm::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}

.requirement-info .sevice-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.requirement-info .fadeInRightBig {
    margin-bottom: 30px;
}

.contact-first-row {
    background-color: #0071bb;
    margin-top: 70px;
    color: #fff;
    height: 400px;
    text-align: center;
    background-image: url('../images/background_city.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .contact-first-row:before {
        margin-top: 70px;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 298px;
        display: block;
        z-index: 0;
        /*background-color: rgba(0, 0, 0, 0.5);*/
    }

    .contact-first-row * {
        z-index: 1;
    }

    .contact-first-row h1 {
       /* padding-top: 70px;*/
        font-size: 40px;
        line-height: 40px;
        margin-top: 33px;
        margin-bottom: 23px;
        font-weight: 300;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .contact-first-row p {
        font-size: 20px;
    }

.active_li_menu {
    border-bottom: 2px solid rgb(252, 102, 33);
}

.dvct_khoungdung_id {
    max-width: 1400px;
    margin: auto;
}

.servicelink {
    text-decoration: none;
}

.subbtn {
    background-color: rgb(252, 102, 33);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    border-radius: 5px;
}

.subbtn_disable {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.gb-control-group5 {
    width: 100%;
    margin: 0 0 25px;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    padding: 0 10px;
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
    .gb-control-group5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-first-row {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .gb-control-group5 {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-first-row {
        margin-top: 50px;
    }
}

.gb-control-group5 {
    display: grid;
}

.a-menu {
    background-color: #ef6c00;
}

.cta {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 800;
    text-decoration: none !important;
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
}

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 45px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: rgb(252, 102, 33);
    }

    .cta .fa-arrow-right {
        color: rgb(252, 102, 33);
    }

    .cta:hover span {
        text-shadow: none;
        color: rgb(138, 255, 52);
    }

    .cta:hover:before {
        border-bottom: 2px solid rgb(138, 255, 52);
        width: 100%;
    }

    .cta:hover .fa-arrow-right {
        color: rgb(138, 255, 52);
        transform: translateX(0);
    }

    .cta:active {
        transform: scale(0.96);
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* #region bn-request index*/

.bn-request,
.media-ads,
.newspage-row {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rq-cnt {
    padding: 0 0 30px 0;
}

.rq-cnt,
.rq-cnt-info {
    display: flex;
}

.rq-cnt-left,
.rq-cnt-right {
    width: 50%;
    padding: 0 15px;
    display: block;
    height: 330px;
}

.rq-cnt-right {
    position: relative;
}

.rq-cnt-btn {
    right: 0;
    width: 100%;
    color: #fff;
}

.rq-cnt-info {
    width: 100%;
    height: 75px;
}

    .rq-cnt-info img,
    .rq-cnt-info span {
        float: left;
        position: relative;
    }

    .rq-cnt-info img {
        width: 360px;
    }

    .rq-cnt-info span {
        color: #fff;
        z-index: 1;
        top: 50px;
        font-size: 18px;
        font-weight: 600;
        width: 100%;
    }

.rq-cnt-left .rq-cnt-info span {
    left: 30px;
}

.rq-cnt-right .rq-cnt-info span {
    left: 35px;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 320px) {
    .bn-request,
    .rq-cnt {
        height: 1000px !important;
    }

    .rq-cnt {
        padding-left: 5px !important;
    }

    .rq-cnt-info {
        width: 330px !important;
        height: 15px !important;
    }



        .rq-cnt-info span {
            left: 25px;
        }
}




/* #endregion */
/* #region Tin tuc */
ul, ol {
    margin: 0;
    list-style-type: none;
}

.media-ads {
    height: 280px;
}

/*.media-ads,
.newspage-row {
    background-image: url(../images/background_city.jpg);
}*/

.newspage-row {
    background-color: #0071bb;
    margin-top: -35px;
    color: #fff;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .newspage-row:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 475px;
        display: block;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .newspage-row h1 {
        padding-top: 70px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 33px;
        margin-bottom: 23px;
        font-weight: 300;
    }

    .newspage-row p {
        font-size: 20px;
    }

    .newspage-row * {
        z-index: 1;
    }

.inverse-bg {
    background: #fff;
    padding-top: 60px;
}

.banner-ads {
    padding: 30px 0;
    /* background: #283346; */
    background: #273753;
}

.banner-ads,
.new-ctn {
    display: flex;
}

@media (max-width: 800px) {
    .new-ctn {
        display: block;
    }
}

.news-item {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .post-item .post-media, .news-item .media {
        display: block;
    }

    .cta {
        float: left;
    }
}

.item-heigh {
    height: auto;
}

@media (max-width: 768px) {
    /*.item-heigh {
        height: 610px;
    }*/
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-heigh {
        height: 745px;
    }
}

/*.news-item:hover {  
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}*/
.post-repo:hover {
    box-shadow: 0 0 9px rgba(0,0,0,.2)
}


.news-item .thumb {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}

.post-item .post-thumb img {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}

.post-item:hover .post-thumb a img {
    transform: scale(1.2);
}

.news-info {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 0px 0px 20px;
}

@media (max-width: 575.98px) {
    gb-control-label {
        width: 50% !important;
    }

    .news-info {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 10px;
    }

    .li_foot_new_v1 .itemlist img {
        width: 65%;
    }

    .li_foot_new_v1 .itemlist span {
        float: left;
        text-transform: uppercase;
    }
}

.li_foot_new_v1 .itemlist span {
    font-weight: 700;
    font-size: 12px;
}

.news-info h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.news-info p {
    font-size: 15px;
    margin: 0;
}

.news-info span {
    font-size: 12px;
    color: darkgrey;
}

.post-info h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
    word-wrap: break-word;
}

.post-thumb a::before {
    position: absolute;
    display: block;
    width: 370px;
    height: 200px;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.post-title {
    display: inline-block;
}

.news-thumb img {
    width: 100%;
    height: auto;
}

.news-thumb a::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    opacity: 0;
}

.post-index .post-info {
    display: inline-block;
}

.post-info .entry-title {
    display: inline-block;
}

.post-info h3 a, .news-info h3 a {
    color: #0c0c94;
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 700;
}

    .post-info h3 a:hover, .news-info h3 a:hover {
        color: #2089fa;
        text-decoration: none;
    }

.post-info p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: normal;
}

.post-info .news-btn a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 800;
    font-size: 13px;
    color: #88c65a;
}

    .post-info .news-btn a:hover {
        color: #007bff;
    }

.post-info .news-btn:hover a::after {
    position: absolute;
    bottom: 0;
    left: 100%;
    display: inline-block;
    margin-left: 5px;
    height: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 5px;
    opacity: 0;
    transition: opacity .35s ease;
    content: "\f10c";
    font-family: woodmart-font;
}


.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-media {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.news-item .media .thumb {
    width: auto;
}

@media (max-width: 575.98px) {
    .post-item .post-media .post-thumb, .news-item .media .thumb {
        width: 100%;
    }

    .post-media .post-thumb img {
        object-fit: cover;
        width: auto;
        height: auto;
    }

    .new-ctn .post-repo {
        margin-top: 30px;
    }

    .item-heigh {
        height: auto;
    }

    .title_home_id div h2 {
        width: 80% !important;
    }

    .header__left > a > img {
        padding: 0px 0;
    }
}

.post-body {
    -ms-flex: 1;
    flex: 1;
}

.news-btn a {
    color: #333;
}

.othernew .khoungdung_id ul {
    width: calc(100% / 3 - 19px);
}


/* #endregion */


/* #region pagination */

.pagination {
    display: inline-block;
    float: right;
    margin-bottom: 30px;
}

    .pagination a {
        color: #333;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: rgb(252, 102, 33);
            color: white !important;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

        .pagination a.disabled {
            cursor: no-drop;
        }


/* #endregion */


/* #region tin tuc detail */

.news-details {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
}

.news-title {
    padding: 0px 0px 20px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #262661;
    line-height: 30px;
}

.post-thumb {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 25px;
    vertical-align: middle;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.news-details .post-meta {
    margin: 0 0 20px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
    font-size: 15px;
    color: #333;
}

.post-meta li a {
    color: #333;
}

.list-inline-item .fa {
    color: rgb(252, 102, 33);
}

.fa-user:before {
    content: "\f007";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-search:before {
    content: "\f002";
}

.news-details .content-block {
    margin: 0 0 70px;
}

blockquote {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding: 20px 20px;
    margin: 0 0 25px;
    border-left: 5px solid rgb(252, 102, 33);
    background: #f8faff;
}

.sidebar {
    width: 100%;
    float: left;
    height: auto;
}

.sidebar-item {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 40px;
    background: #fff;
}

.sidebar-widget {
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 #d4cfcf;
}

.widget-title h3 {
    color: #fc6621;
    font-size: 1.3rem;
    border-bottom: solid #fc6621 2px;
    width: 52%;
    padding-bottom: 5px;
    color: #262661;
    font-weight: bold;
}


.sidebar-item .post-list .thumb {
    width: 100px;
    height: 80px;
    float: left;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    margin: 6px 0 6px 0;
}

    .sidebar-item .post-list .thumb img {
        /*border-radius: 50%;*/
        object-fit: cover;
    }

.sidebar-item .post-list .media-body {
    overflow: hidden;
    padding: 10px 0;
}


.new-list,
.post-list,
.category-list li,
.new-list li,
.post-list li {
    width: 100%;
    float: left;
}

    .category-list li,
    .new-list li,
    .post-list li {
        border-bottom: 1px solid #DEDEDE;
    }

        .category-list li:last-child,
        .new-list li:last-child,
        .post-list li:last-child {
            border-bottom: none;
        }

    .new-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .category-list li a,
        .new-list li a,
        .post-list li a {
            display: block;
            color: #333;
            font-weight: 400;
        }

    .category-list li a,
    .post-list li a {
        padding: 10px 0;
    }

    .new-list li a {
        padding: 0 0 10px 0;
    }

    .post-list li a:hover {
        text-decoration: none;
        color: #fc6621;
    }

ul li .nd_khoungdung_id .news-info {
    padding: 0 !important;
}

.tag-list li {
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}

    .tag-list li a {
        border: 1px solid #f5f5f5;
        color: #333;
        display: inline-block;
        font-size: 15px;
        line-height: 21px;
        padding: 6px 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 400;
    }

    .tag-list li:hover {
        background-color: #fc6621;
    }

    .tag-list li a:hover {
        text-decoration: none;
        color: #fff;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control {
    box-shadow: none !important;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    letter-spacing: 0.5px;
    color: #333;
    border-radius: 3px;
    width: 230px;
}

.input-group button[type="submit"] {
    width: 60px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    border: none;
    background: rgb(252, 102, 33);
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.category-list a:hover {
    text-decoration: none;
    color: #fc6621 !important;
    cursor: pointer;
}

.category-list a.active {
    text-decoration: none;
    color: #fc6621 !important;
    font-weight: 600;
    cursor: pointer;
    cursor: default;
}

.content-block ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-inline-start: 40px;
}


@media only screen and (max-device-width: 480px) {
    .gb-control-label {
        width: 100% !important;
    }
}
/* #endregion */


.tinhnang_home_box .title_home_id {
    text-align: right;
}

    .tinhnang_home_box .title_home_id .uabb-module-content.uabb-separator-parent {
        text-align: right;
        margin-bottom: 5px;
    }

.title_home_id h2, .title_home_id h1 {
    font-size: 20px;
    font-weight: 600;
    color: #262661;
    /*text-transform: uppercase;*/
    line-height: 35px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin: auto;
}

.title_home_id h3 {
    font-size: 20px;
    font-weight: 400;
    color: #212529; /*#666;*/
    text-transform: none;
    line-height: 35px;
}

@media (min-width: 1200px) {
    .tinhnang_home_box .containe, .bn-request .rq-content {
        max-width: 1400px;
    }

    .post-index .thumb-index img {
        width: 370px;
        max-height: 200px;
        height: 200px;
    }

    .post-index .news-btn {
        text-align: center;
        margin-top: 10px;
        position: relative;
        display: block;
    }
}

@media (max-width: 1200px) {

    .post-index .thumb-index img {
        width: 100%;
        max-height: 400px;
        height: 200px;
    }

    /*    .post-title-index {
        height: 0 !important;
        display: inline-block;
    }*/

    .post-thumb a::before {
        width: 100%;
        height: 100%;
    }

    .post-index .thumb-index a {
        display: block;
    }

    .post-index .news-btn {
        text-align: left;
    }

    #wraprun.box-bar-site {
        padding-bottom: 25px;
    }
}



@media (max-width: 900px) {
    .post-index .thumb-index img {
        width: 100%;
        max-height: 400px;
        height: 220px;
    }
    /*
    .post-title-index {
        height: 0 !important;
        display: inline-block;
    }*/

    .post-thumb a::before {
        width: 100%;
        height: 100%;
    }

    .post-index .thumb-index a {
        display: block;
    }

    .post-index .news-btn {
        text-align: left;
    }

    #wraprun .box-bar {
        float: left;
        margin-bottom: 30px;
    }

    #wraprun.box-bar-site {
        padding-bottom: 25px;
    }
}



#wraprun.box-bar-site {
    background-color: #e9e8e6;
    background-size: cover;
    height: 620px;
}

#wraprun .box-bar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#listBar h1, #listBar h2 {
    font-size: 20px;
    font-weight: 700;
    color: #262661;
}

#wraprun .box-bar h3, #wraprun .box-bar p {
    text-align: center;
}

#wraprun .box-bar h3 {
    text-transform: uppercase;
}

    #wraprun .box-bar h3 .h3 {
        font-size: 20px;
    }

    #wraprun .box-bar h3 .h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

#wraprun .box-bar p {
    margin-top: 20px;
}

.img_home_id {
    position: absolute;
}

.title_home_id {
    left: 33%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.bn-request .rq-content {
    padding-top: 60px;
}

.bn-request .rq-video .title_home_id h2 {
    color: #fff;
}

.bn-request .rq-content .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: url(/Content//user/images/bg-title-service.png) no-repeat;
    border: none;
}

.bn-request .rq-content .card {
    border: none;
}

.bn-request .rq-content .card-header h4 {
    font-size: 18px;
    /*text-transform: uppercase;*/
    color: #fff;
    margin-top: 2px;
}

.bn-request .rq-content .card-body p {
    color: #212529; /*#0c0c94;*/
    font-size: 1rem;
    font-weight: normal;
}

.bn-request {
    background: url(/Content//user/images/bg-service.png) no-repeat;
}

.mouse img {
    position: absolute;
    right: 200px;
    margin-top: -50px;
}

#list-box {
    width: 100%;
}

@media (max-width: 768px) {
    .img_home_id {
        position: unset;
    }

    .tinhnang_home_box .title_home_id {
        text-align: center;
    }

    .title_home_id {
        left: 0;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .tinhnang_home_box .title_home_id .uabb-module-content.uabb-separator-parent {
        text-align: center;
        margin-bottom: 5px;
    }

    #wraprun.box-bar-site {
        height: auto;
    }

    #list-box {
        display: block !important;
    }

    .rp-service {
        margin-top: 60px;
    }

    .bn-request .rq-content .card-header h4 {
        font-size: 16px;
    }
}

.icon-service {
    float: right;
    margin-right: 10px;
    font-size: 15px;
}

.news-details h1 {
    font-size: 25px;
    font-weight: 700;
}

.news-details h2 {
    font-size: 22px;
    font-weight: 500;
}

.news-details h3 {
    font-size: 18px;
    font-weight: 500;
}

.news-details h4 {
    font-size: 16px;
}

.news-details h5 {
    font-size: 16px;
}


/*#region callnow*/


#wpkCallNow .modal-dialog {
    width: 610px;
    height: 360px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    margin: auto;
}

#wpkCallNow .modal-content {
    background: url(/Content/user/images/popup.png) no-repeat;
    background-position: center;
    border: 0;
    border-radius: 15px;
    padding: 0;
    overflow: inherit;
    background-size: cover;
}


@media (min-width:1200px) {
    #wpkCallNow .modal-content {
        background-position: center;
        background-size: cover;
        height: 360px;
        width: 610px;
        border: 0;
        border-radius: 15px;
        padding: 0;
        overflow: inherit;
    }
}


@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .title_home_id ul h2 {
        width: 80%;
    }
}

@media (min-width: 768px) {
    #wpkCallNow .modal-dialog {
        display: flex;
    }

    #wpkCallNow .modal-content {
        background-size: contain;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}

@media (max-width: 560px) {
    #wpkCallNow .modal-dialog {
        width: 350px;
    }

    #wpkCallNow .modal-header .close {
        padding: 10px 14px !important;
    }

    #wpkCallNow .modal-content {
        background-size: contain;
        height: 210px;
        background-position: initial;
    }

        #wpkCallNow .modal-content .modal-body {
            padding-top: 0;
            padding-bottom: 0;
        }

    #wpkCallNow #callautoform {
        padding-top: 59px !important;
    }

    #wpkCallNow .modal-content .modal-footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #wpkCallNow #callautoform #button-call {
        right: 0;
        position: relative !important;
        top: 3px;
    }
}

.modal.show {
    display: block !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

#wpkCallNow .modal-header .close {
    margin-top: 0;
    position: absolute;
    line-height: 20px;
    padding: 15px 24px;
    font-weight: 400;
    text-shadow: none;
    right: -36px;
    top: -26px;
    opacity: 1;
    background: rgba(0, 0, 0, 0) url(/Content/user/images/close.png) no-repeat scroll center center / 100%;
    font-size: 0;
    border: none;
}

#wpkCallNow #callautoform {
    padding-top: 135px;
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

    #wpkCallNow #callautoform .form-group {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        color: #fff;
        margin-bottom: 10px;
        padding-top: 0;
    }

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

#wpkCallNow #callautoform #phonenumberautocall {
    height: 40px;
    width: 290px;
    background-color: black;
    color: #fff !important;
    border: 0;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #666666;
    vertical-align: middle;
    outline: none;
}

    #wpkCallNow #callautoform #phonenumberautocall::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1;
        /* Firefox */
    }

    #wpkCallNow #callautoform #phonenumberautocall:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white;
    }

    #wpkCallNow #callautoform #phonenumberautocall::-ms-input-placeholder {
        /* Microsoft Edge */
        color: white;
    }

#wpkCallNow #callautoform #button-call {
    height: 40px;
    border: 0;
    background-color: rgb(252, 102, 33);
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    padding: 6px 12px;
    font-weight: normal;
    box-shadow: none;
    border-radius: 4px;
    cursor: pointer;
}

#wpkCallNow #callautoform .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 0;
}

#wpkCallNow #callautoform .chooselocation {
    margin-right: 30px;
    padding-left: 10px;
}

#wpkCallNow #callautoform .title-option3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

#wpkCallNow .modal-content .modal-footer {
    background-color: black;
    color: #fff;
    border-top: 0;
    padding-top: 10px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

    #wpkCallNow .modal-content .modal-footer span {
        max-width: 460px;
        display: block;
        margin: auto;
        font-style: italic;
        font-size: 15px;
        font-weight: 300;
    }


/*#endregion*/

.mau-web-detail__title h1 {
    font-size: 32px;
    text-transform: none;
    font-weight: 400;
}

.mau-web-detail__h2 h2 {
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
}

.sidebar-widget .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0em;
    text-align: center;
}

.sidebar-widget .fa-ul li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #fc6621;
}

    .sidebar-widget .fa-ul li:last-child {
        border-bottom: none;
    }

.sidebar-widget .widget-title {
    margin-bottom: 20px;
}

.sidebar-widget .fa-ul {
    margin-left: 1.5em;
}

.news-info h6 {
    line-height: 1.4;
    font-size: 15px !important;
    /* font-weight: bold;*/
}

.news-details .content-block img {
    /*width: 100% !important;*/
    height: auto !important;
}

a.label-style {
    color: black;
    text-decoration: unset;
    display: inline-block;
}

.label-style {
    font-size: 12px;
    padding: 7px 7px;
    background-color: #D2D6DE;
    /*font-weight: bold;*/
    margin: 5px 3px;
}

a.label-style:hover {
    background-color: #fc6621;
    color: whitesmoke;
}

.khoungdung_id {
    margin-top: 40px;
}

    .khoungdung_id h3 {
        margin-top: 30px;
        text-align: center;
        color: #262661;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .khoungdung_id a:hover {
        text-decoration: none;
        color: #262661;
    }

        .khoungdung_id a:hover h3 {
            text-decoration: none;
            color: #262661;
        }

    .khoungdung_id h3:first-letter {
        color: #fc6621;
    }

    .khoungdung_id .info-dec {
        text-align: left;
    }

/*Effect img Dich vu*/
.ih-item.square {
    position: relative;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

    .ih-item.square .info {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 43, 80, 0.7);
        color: #fff;
        padding: 30px 20px 30px;
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: left;
    }

    .ih-item.square.effect13 {
        overflow: hidden;
    }

        .ih-item.square.effect13.colored .info {
            background: #002b50b3;
            background: rgba(0,43,80,0.7)
        }

            .ih-item.square.effect13.colored .info h3 {
                background: rgba(12, 34, 52, 0.6);
            }

        .khoungdung_id .col-md-4 img, .ih-item.square.effect13 .img {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .ih-item.square.effect13 .info {
            background: #333333;
            background: rgba(0, 0, 0, 0.6);
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .ih-item.square.effect13 .info h3 {
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                font-size: 17px;
                padding: 10px;
                background: #111111;
                margin: 30px 0 0 0;
            }

            .ih-item.square.effect13 .info p {
                font-style: italic;
                font-size: 16px;
                position: relative;
                color: #fff;
                padding: 20px 20px 20px;
                text-align: left;
            }

.khoungdung_id .col-md-4:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect13 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect13.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.square.effect13.left_to_right a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect13.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.square.effect13.right_to_left a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect13.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect13.top_to_bottom a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect13.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect13.bottom_to_top a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*End Efect img dich vu*/

/*menu dropdown hover*/
@media (min-width: 992px) {
    .has-dropdown:hover .dropdown-wrapper {
        opacity: 1;
        pointer-events: auto;
        transform: perspective(400px) rotate3d(0, 0, 0, 0);
    }

    .dropdown-wrapper.dropdown-width--auto {
        min-width: 250px;
        left: -15px;
    }

    .has-dropdown .dropdown-wrapper {
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 0;
        padding: 0 10px 10px;
        opacity: 0;
        pointer-events: none;
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    .dropdown-wrapper.dropdown-width--auto .dropdown-content {
        padding-top: 0px;
    }

        .dropdown-wrapper.dropdown-width--auto .dropdown-content .dropdown-list {
            padding: 0px 0;
        }

    .dropdown-wrapper .dropdown-content .dropdown-list {
        position: relative;
        z-index: 2;
        background: #fff;
        width: 100%;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
    }

    .dropdown-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dropdown-wrapper .dropdown-content .dropdown-list ul {
        position: relative;
        border: none;
    }

    ul.infoList-submenu li a:hover, ul.infoList-submenu li a:focus, ul.infoList-submenu li.submenu-item-first:hover {
        border-left-color: #fc6621;
        background-color: #f4f6f8;
    }

    ul.infoList-submenu li a, ul.infoList-submenu li.submenu-item-first {
        padding: 8px 20px;
        display: block;
        white-space: nowrap;
        border-left: 3px solid transparent;
        color: #596a7d;
    }

    .header__right #_menu li ul li a {
        border-bottom: none;
        border-top: none;
    }

    .header__right #_menu li ul li {
        padding: 0;
    }
}
/*end menu dropdown hover*/

@media(min-width: 767px) {
    .pricing-grid {
        width: calc(100% - 30px);
    }
}


.nd-tinhnang-pringcing {
    margin-bottom: 40px;
}

.tinhnang-pringcing {
    margin-top: 40px;
}

.header__right #_menu li ul li a {
    color: #262661;
    font-weight: 100;
}

.sidebar-inner svg {
    fill: #fc6621;
    width: 30px;
    height: 30px;
}

.about-us ul {
    list-style: none;
    margin-left: 50px;
    margin-bottom: 1rem;
}

.about-us .btn-three {
    background-color: #fff;
    border: 1px solid #fc6621;
    padding: 10px 10px;
}

    .about-us .btn-three span {
        color: #fc6621;
        font-size: 18px;
    }

    .about-us .btn-three:hover {
        background-color: #fc6621;
        padding: 10px 10px;
    }

        .about-us .btn-three:hover span {
            color: #fff;
        }

.about-us .bao-gia {
    background-color: #fc6621;
    color: #fff;
}

    .about-us .bao-gia span {
        color: #fff;
    }

    .about-us .bao-gia:hover {
        background-color: #fff;
        border: 1px solid #fc6621;
    }

        .about-us .bao-gia:hover span {
            color: #fc6621;
        }

        .about-us .bao-gia:hover a {
            text-decoration: none;
        }

@media(max-width: 425px) {
    .contact-first-row {
        margin-top: 50px;
        height: auto;
    }

        .contact-first-row:before {
            height: 416px;
        }
}

#search_group .search-submit {
    padding: 3px 30px;
    color: white;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    font-size: 20px;
    margin-left: -20px;
    z-index: 3;
}

#search_group .search-text {
    border: 0px;
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    font-size: 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 38px;
}

    #search_group .search-text::placeholder {
        font-style: italic;
        color: #333;
    }

.temp_home ul .button-img {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

.template-detail {
    border-top: 2px dashed #f8870f;
    padding: 20px 15px 10px 15px;
}

.temp_home .button-img a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #07561f;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.5s;
}

.temp_home .button-img .btn-view {
    border: 2px solid #095520;
}

.temp_home .button-img .btn-contact {
    float: right;
    background: #ef3c26;
    border: 2px solid #ef3c26;
}

.btn-contact .fa-phone {
    transform: rotate(90deg);
}

.kho-sidebar h3 {
    font-size: 16px;
    display: inline;
}

.temp_home ul h1, .temp_home ul h4 {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.temp_home .button-img .btn-view:hover {
    border: 2px solid #095520;
    color: #095520;
    background: #fff;
}

.temp_home .button-img .btn-contact:hover {
    border: 2px solid #ef3c26;
    color: #ef3c26;
    background: #fff;
    padding: 5px 10px;
}


@media (min-width: 1400px) {
    .page-header-row {
        height: 40vh;
    }

    .temp_home .left_teamp .dv_teamp_cont {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    #search_group {
        position: relative;
        top: 45px;
    }
}

@media (max-width: 1366px) {
    .page-header-row {
        height: 45vh;
    }

    #search_group {
        position: relative;
        top: 5px;
    }
}

@media (max-width: 1200px) {
    .page-header-row {
        height: 52vh;
    }

    #search_group {
        position: relative;
        top: 45px;
    }
}

@media (max-width: 1024px) {
    .page-header-row {
        height: 35vh;
    }

    #search_group {
        position: relative;
        top: 40px;
    }
}

@media (max-width: 768px) {
    .page-header-row {
        height: 35vh;
    }

    #search_group {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 480px) {
    .temp_home .left_teamp .dv_teamp_cont {
        width: 100%;
        margin: 10px;
    }

    .page-header-row {
        height: 75vh;
        background-size: cover;
    }
}

.page-header-row {
    background-color: #0071bb;
    margin-top: 70px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .page-header-row h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 33px;
        margin-bottom: 23px;
        font-weight: 300;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        background-color: rgba(0, 0, 0, 0.6);
        padding: 15px 50px;
        z-index: 1;
    }


.tag-list-website {
    display: inline-block;
    margin: 15px;
}

    .tag-list-website .label-style {
        font-size: 16px;
        background-color: #fff;
        border: 1px dashed #fc6621;
        color: #07561f;
        border-left: 4px solid #fc6621;
        font-weight: normal;
        padding: 5px 25px 5px 10px;
        border-top-right-radius: 40px;
    }

    .tag-list-website .tag-list-title {
        font-size: 16px;
        color: #07561f;
        font-weight: bold;
    }

    .tag-list-website a.label-style:hover {
        background-color: #fc6621;
        color: whitesmoke;
        border-left: 4px solid #07561f;
        text-decoration: none;
    }

/*BOX BAN_CAN_THEM_THONG_TIN*/
.panel {
    overflow: hidden;
    display: block;
    border: 2px solid #b30000;
    border-radius: 7px;
    background: linear-gradient(to bottom, #fc4a1a, #f7b733);
}

    .panel .panel-header {
        background: #fc4a1a;
        color: #fff;
        text-align: center;
        padding: 8px 25px;
    }

        .panel .panel-header h4 {
            margin: 0;
            color: #fff;
        }

    .panel .panel-body {
        padding: 15px 20px;
        color: #ffff;
        border: 1px dashed #fff;
        border-radius: 7px;
        margin: 10px;
    }

        .panel .panel-body span {
            color: #000;
        }

.wp-link-shortcode {
    text-align: center;
    margin-top: 10px;
}

.panel .panel-body .btn {
    transition: all 0.5s;
}

.panel .panel-body a {
    color: #fff;
}

.btn.btn-read-more {
    background: #e60000;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    display: table;
    margin: 10px auto;
    padding: 10px 25px;
}

.wp-link-shortcode .btn:hover {
    transform: scale(0.95);
}

.wp-link-shortcode .btn {
    transition: all 0.5s;
}

.wp-link-shortcode .linkprice {
    background-color: green !important;
    color: #fff !important;
}

.wp-link-shortcode a {
    margin: 3px 13px !important;
    display: inline-block !important;
}

.btn-animate {
    position: relative;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.panel .panel-body .btn:hover {
    transform: scale(0.95);
}

.panel .panel-body .btn {
    transition: all 0.5s;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-animate .alo-ph-circle {
    width: 120%;
    border-radius: 40px;
    height: 150%;
    top: -24%;
    left: -10%;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.alo-ph-circle {
    width: 125px;
    height: 125px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #e60000;
    opacity: .5;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.mau-web-btn .alo-ph-circle {
    border-color: #ef3c26;
    border-radius: 13px;
}

@media only screen and (max-width: 768px) {
    .mau-web-content .kho-sidebar {
        width: 0;
        display: none;
        border-top: 1px solid #eee;
        margin-top: 3rem;
        transition: all .6s ease;
    }

        .mau-web-content .kho-sidebar.active {
            width: 100%;
            display: block;
            transition: all .6s ease;
        }

    .menu-show-left-menu {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 35px 20px 20px 20px;
        vertical-align: middle;
        line-height: 20px;
    }
}

.template-header {
    overflow: hidden
}

    .template-header h1 {
        background-color: transparent;
        font-weight: 500;
        margin-top: 0;
        line-height: 1.3
    }

    .template-header h3 {
        color: #095520;
        margin-bottom: 25px;
        line-height: 1.3
    }


@keyframes lightSpeedInRight {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out;
}

.animated.lightSpeedInRight {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.thumb-index:before {
    position: absolute;
    display: block;
    width: 370px;
    height: 200px;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.post-item:hover .post-index .thumb-index img {
    transform: scale(1.2);
}

.post-index h3 {
    color: #0c0c94;
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 700;
}

.post-index p {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 150px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.3;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Index v2*/

.p-6 {
    padding: 5rem !important
}

.pt-6,
.py-6 {
    padding-top: 5rem !important
}

.pr-6,
.px-6 {
    padding-right: 5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important
}

.pl-6,
.px-6 {
    padding-left: 5rem !important
}

.p-7 {
    padding: 6rem !important
}

.pt-7,
.py-7 {
    padding-top: 6rem !important
}

.pr-7,
.px-7 {
    padding-right: 6rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important
}

.pl-7,
.px-7 {
    padding-left: 6rem !important
}

.m-6 {
    margin: 5rem !important
}

.mt-6,
.my-6 {
    margin-top: 5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important
}

.m-7 {
    margin: 6rem !important
}

.mt-7,
.my-7 {
    margin-top: 6rem !important
}

.mr-7,
.mx-7 {
    margin-right: 6rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 6rem !important
}

.ml-7,
.mx-7 {
    margin-left: 6rem !important
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .m-md-6 {
        margin: 5rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem !important
    }

    .m-md-7 {
        margin: 6rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 6rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 6rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 6rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 6rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-6 {
        padding: 5rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important
    }

    .p-md-7 {
        padding: 6rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 6rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 6rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-n6 {
        margin: -5rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -5rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -5rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -5rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -5rem !important
    }

    .m-md-n7 {
        margin: -6rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -6rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -6rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -6rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -6rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

.bg-position-center {
    background-position: center !important;
}

.bg-size-cover {
    background-size: cover !important;
}



.btn-gradient {
    background: linear-gradient(45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    border: 2px solid;
    border-color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 15px;
    box-shadow: 2px -2px 8px rgba(255, 255, 255, 0.75), -2px 2px 8px rgba(40, 40, 40, 0.75);
    padding: 10px 25px;
}

.text-neon {
    color: #fff;
    text-shadow: 0 0 9px #fff;
}

.text-gradient {
    background: linear-gradient(45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.text-gradient-green {
    background: linear-gradient(45deg, rgba(29,161,11,1) 20%, rgba(68,199,51,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.text-gradient-blue {
    background: linear-gradient(45deg, rgba(0,97,183,1) 20%, rgba(0,193,240,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.text-gradient-red {
    background: linear-gradient(0deg, rgba(172,31,35,1) 0%, rgba(210,57,39,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.font-weight-black {
    font-weight: 900 !important;
}


.text-shadow {
    filter: drop-shadow(-3px 3px 1px rgba(40, 40, 40, 0.5));
}

.bg-gradient-red {
    background: linear-gradient(45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
}

.bg-gradient-green {
    background: linear-gradient(45deg, rgba(29,161,11,1) 20%, rgba(68,199,51,1) 60%);
}

.bg-gradient-blue {
    background: linear-gradient(45deg, rgba(0,97,183,1) 20%, rgba(0,193,240,1) 60%);
}

.home {
    background: url(../images/bg-hero.jpg) no-repeat;
    background-size: auto;
    background-position-y: bottom;
    height: 640px;
}

    .home .row {
        padding-top: 7rem;
    }

    .home ul li {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

.title-hero {
    color: #000;
}

    .title-hero span {
        font-size: 60px;
    }

.home-rocket-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.rocket {
    position: absolute;
    bottom: 0;
}

    .rocket img {
        height: 300px;
    }

h2 .text-gradient {
    font-size: 35px;
    font-weight: 700;
}

.features-price {
    display: inline-flex;
    border: 1px solid;
    border-color: rgba(232,26,26,1);
    border-radius: 15px;
}

.features-price-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 12px;
    font-weight: 800;
}

.features-price-time {
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(45deg, rgba(232,26,26,1) 0%, rgba(255,132,0,1) 100%);
    border-radius: 15px;
}


.c-1-1 {
    text-align: right;
}

.c-2 {
    margin-left: 20px;
    position: relative;
}

    .c-2 span {
        font-weight: 900;
        font-style: italic;
        line-height: 1
    }

.c-2-2 {
    margin-left: 30px;
}

.c-2-1:after {
    content: "";
    background: url('../images/img/idea.png') no-repeat;
    width: 75px;
    height: 96px;
    position: absolute;
    margin-left: 10px;
    bottom: 20%;
}

.bg-idea {
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

.cs-shape.bg-body {
    color: #fff !important;
}

.cs-shape svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

.cs-shape-top {
    top: 0;
    margin-top: -1px;
}

.cs-shape-top, .cs-shape-bottom {
    width: 100%;
    left: 0;
}

.cs-shape {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.cs-shape-slant {
    padding-bottom: 8.7%;
}

.idea .container {
    padding-top: 0rem !important
}

.why .text-gradient {
    font-weight: 700;
}

.why img {
    width: 45%;
    height: auto;
}

.cs-price {
    font-size: 40px;
    font-weight: 800
}

.cs-time {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.pricing .card {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 3px 12px rgba(40, 40, 40, 0.25);
}

    .pricing .card .card-img-top {
        border-radius: 5px;
    }

.list-unstyled > li i {
    margin-top: 5px;
    font-size: 18px;
}

.bg-price {
    background-image: url('../images/img/bg-price.jpg');
    background-size: cover
}

.pricing h3 {
    font-size: 18px;
    font-style: italic;
    justify-content: center;
    padding-left: 20px;
    text-align: left;
}

h3 .pricing-title {
    font-weight: 900;
    font-size: 25px;
    padding-left: 10px;
    display: block;
    text-align: center;
}

.btn-pricing {
    font-size: 15px;
    font-weight: 700;
}

.blockquote {
    background: #fff;
}

    .blockquote p {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
    }

.blockquote-footer {
    display: block;
    font-size: 1rem;
    color: #4a4b65;
    background: none;
    box-shadow: none;
}

.rounded-lg {
    border-radius: 1rem !important
}

.box-shadow-lg {
    box-shadow: -5px -3px 8px 0 rgba(40, 40, 40, .25);
}

.box-shadow {
    box-shadow: 2px 3px 12px rgba(40, 40, 40, 0.25);
}

.cs-carousel [data-controls] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    border-radius: .75rem;
    background-color: transparent;
    color: #737491;
    font-size: 1.25rem;
    text-align: center;
}

.cs-carousel [data-controls='prev'] {
    margin-right: .75rem;
}

.cs-carousel [data-controls] > i {
    line-height: 2.5rem;
    color: #fff;
}

.cs-carousel [data-controls]:hover {
    background: linear-gradient(45deg, rgba(232,26,26,1) 0%, rgba(255,132,1) 100%);
}

.display-2 {
    font-size: 5.5rem !important;
    font-weight: 300;
    line-height: 1.2;
}

.service-price::before {
    content: "";
    width: 780px;
    height: 255px;
    background-image: url('../images/img/bg-border.png');
    position: absolute;
    top: -100%;
    left: 17%;
}

.service .form-control {
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    border: 1px solid #dcdcdc;
    border-radius: .75rem;
}

/*.blog {
    background-color: #f4f4f4;
}*/

.blog .post-index h3 a {
    color: #0c0c94
}

    .blog .post-index h3 a:hover {
        color: #007bff
    }

.blog .post-info .news-btn a {
    color: #88c65a
}

.testimonials {
    background: url('../images/img/bg-comment.jpg') no-repeat;
    background-size: auto;
    background-position-x: right;
    padding: 8rem 0 !important;
    background-position: 53% 30%;
}

    .testimonials .container {
        margin-top: -10%;
    }

    .testimonials .cs-carousel .tns-controls {
        top: 85%;
        z-index: 8;
    }

.testimonials-rocket {
    bottom: 0;
    position: absolute;
    left: 40%;
}

.pricing .c-1 {
    font-size: 60px;
}

.blog-rocket {
    position: absolute;
    bottom: -1px;
    left: 0;
}

    .blog-rocket.rocket img {
        height: auto;
    }
/*TuVanMienPhi*/
#TuVanMienPhi .modal-dialog {
    max-width: 795px !important;
}

#TuVanMienPhi .form-control {
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    border: 1px solid #dcdcdc;
    border-radius: .75rem;
}

button.close {
    font-size: 21px;
    line-height: 18px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF !important;
    position: absolute;
    right: -14px;
    top: -14px;
    border: 0px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.27);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.27);
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.overflow-hidden {
    overflow: hidden
}

footer {
    background-color: #fff !important;
    position: relative;
    background-image: url('../images/img/bg-footer2.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.fl-page-footer * {
    color: #000;
    font-weight: 500;
}

.logo-footer {
    max-width: 100%;
}


.project-content .card-link {
    color: #e81a1a;
    font-weight: bold;
}
.project-content .project-img a{
    position: relative;
    padding-top: 65%;
    width: 100%;
    display: block;
}

.project-content .project-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:0;
    left:0;
}
.new-ctn .project-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.new-ctn  .project-items {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
}
    .new-ctn .project-items {
        border-top: 1px solid #e1e1e1;
    }
    .new-ctn .project-items:first-child {
        border-top: none;
    }

@media(max-width:767px) {
    .project-items{

    }
}
.banner-bg {
    overflow: hidden;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.banner-bg {
    overflow: hidden;
}

.bg-loaded {
    opacity: 1;
}

.overlay-red {
    background: linear-gradient(180deg, rgba(255,63,63,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay-blue {
    background: linear-gradient(180deg, rgba(142,193,240,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay-yellow {
    background: linear-gradient(180deg, rgba(255,233,89,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay-green {
    background: linear-gradient(180deg, rgba(74,138,86,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay-pink {
    background: linear-gradient(180deg, rgba(241,178,184,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay-orange {
    background: linear-gradient(180deg, rgba(255, 127, 0,.8) 0%, rgba(255,255,255,1) 95%);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    transition: transform .3s,opacity .6s;
    pointer-events: none;
}

.project-content {
    max-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .project-content .card-title a {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 25px;
        -webkit-line-clamp: 2;
        min-height: 25px;
        max-height: 50px;
    }

.project-carousel-item .project-content .card-body h5.card-title {
    font-weight: 600;
}

.project-carousel-item {
    padding-bottom: 30px;
}

.project-carousel .owl-stage-outer {
    padding-left: 10px;
    margin-right: -25px;
}

.project-carousel-2 .owl-stage-outer {
    padding-left: 10px;
    margin-right: 0;
}

.bg-img-project {
    background: linear-gradient(45deg, rgba(0,97,183,1) 20%, rgba(0,193,240,1) 60%)
}

.pro:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    background-image: url('../images/img/bg-pro.png');
    width: 112px;
    height: 130px;
    transform: scale(0.8);
}

.pro h3 .pricing-title {
    text-align: left;
}

.doitac-item {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 0px;
    transition: ease 300ms;
    padding: 10px 20px;
    border-right: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    align-content: center;
    height: 120px
}
    .doitac-item img {
        width: auto !important;
        margin: auto;
        filter: grayscale(100%);
        height: 100%;
        object-fit: contain
    }

    .doitac-item:hover img {
        filter: grayscale(0);
    }
    @media(max-width:767px){
        .doitac-item {
            padding: 10px 20px;
        }
            .doitac-item img {
                margin: auto;
                filter: grayscale(0%);
            }
    }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #f99328;
}
.tooltip-inner {
    max-width: 250px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #f88711;
    border-radius: 0.25rem;
}
.tooltip{
    font-size: 1rem
}
.project .owl-dots {
    display: none;
}

ul .check-icon {
    list-style: none;
}

    ul.check-icon li {
        margin-bottom: 5px;
    }

        ul.check-icon li:before {
            content: "";
            width: 15px;
            height: 15px;
            background-image: url('../images/icon/img-icon/draw-check-mark.svg');
            display: inline-block;
            margin-right: 5px;
        }

.care-headline {
    margin-top: 62px;
}

    .care-headline h1 {
        padding-top: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

.bg-overlay-dark:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.care-content .list-unstyled {
    list-style: none !important;
    margin-bottom: 0;
}

.care-box {
    border-radius: 1rem;
    box-shadow: 0 0 0.625rem -0.1875rem rgb(0 0 0 / 13%);
}

    .care-box .care-img img {
        transition: ease-out .3s
    }

    .care-box:hover .care-img img {
        transform: scale(1.2);
    }

.care-content .news-title {
    padding-bottom: 0;
}

.box-wapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-content h4 {
    font-size: 18px;
}

.box-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

    .box-content h4 span {
        color: #000;
        font-weight: 500;
    }

.box-img {
    margin-right: 10px;
}

.care-box {
    border: none;
}

/*TABLE*/
.table-pricing .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-align: center;
}

.table-pricing tr th, .table-pricing tr td {
    border-right: 2px solid #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.table-striped tbody tr:hover {
    background-color: rgba(0,0,0,.08);
}

.table .fa-check {
    color: #00bed6;
    font-size: 25px;
}

.table-pricing tbody tr td:nth-child(2),
.table-pricing tbody tr td:nth-child(3),
.table-pricing tbody tr td:nth-child(4) {
    text-align: center;
}

.table .fa-times {
    color: #ef3c26;
    font-size: 25px;
}

.service-design h2.display-4 {
    font-size: 35px;
}

.service-design .service-headline h4 {
    font-size: 15px;
}

.service-design img {
    height: 60px;
}

.service-design h3.h5 {
    font-size: 15px;
}

.service-design {
    position: relative;
    background-image: url('../images/bg-dich-vu.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .service-design:before {
        position: absolute;
        background-image: url('../images/bg-dich-vu-before.jpg');
        content: "";
        width: 100%;
        height: 81px;
        top: -2px;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-design:after {
        position: absolute;
        background-image: url('../images/bg-dich-vu-after.jpg');
        content: "";
        width: 100%;
        height: 81px;
        bottom: -2px;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
    }

footer .accordion-btn {
    margin-bottom: 10px;
}

    footer .accordion-btn button {
        font-size: 15px;
        font-family: 'Montserrat',Roboto, sans-serif;
        white-space: unset;
        text-align: left;
        display: block;
        width: 100%;
    }

    footer .accordion-btn .card-body {
        padding: 0;
        font-family: 'Montserrat',Roboto, sans-serif;
        font-size: 15px;
        color: #000;
        border-color: #fc6621;
    }

.accordion-btn > p {
    margin-bottom: 0;
}

footer .accordion-btn .card-header a:hover {
    color: #00bcd4;
    cursor: pointer;
}

footer .accordion-btn .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

    footer .accordion-btn .card-header h5 {
        line-height: 1.6 !important;
    }

        footer .accordion-btn .card-header h5 a {
            font-family: 'Montserrat',Roboto, sans-serif;
            text-shadow: none;
            font-size: 15px;
            font-weight: 600;
            color: #262661;
            line-height: 2.2;
            text-decoration: none;
            display: block;
            position: relative;
        }

            footer .accordion-btn .card-header h5 a.btn-link.collapsed {
                color: #262661;
            }

            footer .accordion-btn .card-header h5 a.btn-link, footer li a:hover {
                color: #0c5520;
            }

                footer .accordion-btn .card-header h5 a.btn-link.collapsed .fa-angle-down:before {
                    content: "\f107";
                }

                footer .accordion-btn .card-header h5 a.btn-link .fa-angle-down:before {
                    content: "\f106";
                }

footer .accordion-btn .card {
    background-color: transparent;
    border: none;
}

.contact-footer a {
    margin-right: 15px;
}

    .contact-footer a svg {
        font-size: 25px;
        fill: #41980a;
    }

.service-pricing h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.service-pricing h4 {
    font-size: 15px;
}

.service-pricing .box-content h4 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.col-pricing .card {
    border: unset;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 40%);
    margin-bottom: 30px;
}

.col-pricing .card-headline {
    color: #fff;
    background-position: right top;
    position: relative;
    background-size: cover;
}

    .col-pricing .card-headline .text-title {
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 1px 1px #000;
        font-size: 18px;
    }

    .col-pricing .card-headline .cs-price {
        font-weight: 600;
        text-shadow: 1px 1px #000;
        line-height: 1.1;
    }

.col-pricing .chuyen-nghiep .card-headline {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.col-pricing .nang-cao .card-headline {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.col-pricing .cao-cap .card-headline {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: auto;
}

    .col-pricing .cao-cap .card-headline .text-title {
        text-shadow: unset;
        font-weight: 800;
        filter: drop-shadow(1px 1px 1px rgba(40, 40, 40, 0.5));
    }

.text-gradient-gold {
    background: linear-gradient( 45deg, rgba(207,172,114,1) 0%, rgba(252,235,191,1) 24%, rgba(189,158,90,1) 50%, rgba(252,235,191,1) 75%, rgba(252,235,191,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-gold {
    background: rgb(207,172,114);
    background: linear-gradient(45deg, rgba(207,172,114,1) 0%, rgba(252,235,191,1) 24%, rgba(189,158,90,1) 50%, rgba(139,102,52,1) 79%, rgba(207,172,114,1) 100%);
}

.col-pricing ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec
}

.col-pricing .nang-cao ul li span {
    font-weight: 600
}

.col-pricing .cao-cap ul li {
    border-bottom: 1px solid #96713e;
}

.col-pricing .chuyen-nghiep ul li .fa-check {
    background: linear-gradient(45deg, rgba(29,161,11,1) 20%, rgba(68,199,51,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-pricing .nang-cao ul li .fa-check {
    background: linear-gradient(45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-pricing .cao-cap ul li .fa-check {
    background: linear-gradient( 45deg, rgba(207,172,114,1) 0%, rgba(252,235,191,1) 24%, rgba(189,158,90,1) 50%, rgba(252,235,191,1) 75%, rgba(252,235,191,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-pricing .chuyen-nghiep:after, .col-pricing .nang-cao:after, .col-pricing .cao-cap:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
}

.col-pricing .chuyen-nghiep:after {
    background: linear-gradient( 45deg, rgba(29,161,11,1) 20%, rgba(68,199,51,1) 60%);
}

.col-pricing .nang-cao:after {
    background: linear-gradient( 45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
}

.col-pricing .cao-cap:after {
    background: linear-gradient( 45deg, rgba(207,172,114,1) 0%, rgba(252,235,191,1) 24%, rgba(189,158,90,1) 50%, rgba(139,102,52,1) 79%, rgba(207,172,114,1) 100%);
}

.col-pricing .btn {
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: unset;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
}

.col-pricing .cao-cap .btn {
    color: #000;
}

.col-pricing .cao-cap .card-body {
    background: rgb(0,0,0);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(52,52,52,1) 59%, rgba(0,0,0,1) 100%);
}

    .col-pricing .cao-cap .card-body ul li {
        color: #fff;
    }

.up-star {
    color: #fff;
    padding: 5px 0px;
    width: 50px;
    position: absolute;
    right: 5px;
    top: -3px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

    .up-star i {
        display: block;
        padding-bottom: 2px;
        font-size: 13px;
    }

.col-pricing .cao-cap .up-star {
    color: #000;
    line-height: 1.3;
    padding: 10px 0px;
    padding-bottom: 15px;
}

.loi-ich .card {
    background-color: transparent;
    box-shadow: unset;
}

.loi-ich .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.loi-ich .care-content h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5 !important;
}

.loi-ich .care-img img {
    width: 50px
}

.dkn h2 span {
    color: #00a8db;
}

.dkn h4 {
    font-size: 15px;
    line-height: 35px !important;
}

.dkn .btn {
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: unset;
    font-size: 23px;
    font-weight: 700;
    padding: 12px 20px;
}

.tu-van .box {
    text-align: center;
}

    .tu-van .box h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .tu-van .box span {
        font-size: 15px;
    }

    .tu-van .box img {
        width: 70px;
    }

.bottom-bar {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
    -webkit-transition: unset;
    transition: unset;
    z-index: 99999;
    text-align: center;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 1px -5px 17px -7px rgb(0 0 0 / 34%);
    -moz-box-shadow: 1px -5px 17px -7px rgba(0,0,0,.34);
    box-shadow: 1px -5px 17px -7px rgb(0 0 0 / 34%);
    border-top: 1px solid #eaeaea;
    display: none;
}

.bottom-bar__content {
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.bottom-bar__item {
    font-size: 12px;
}

.bottom-bar .item .parent {
    color: #5a5a5a;
    position: relative;
}

    .bottom-bar .item .parent img {
        display: block;
        width: 25px;
        height: 25px;
        font-size: 18px;
        margin: auto;
    }

.testimonials .owl-dots {
    display: none;
}

@media(min-width:1400px) {
    .home-rocket {
        position: absolute;
        bottom: 45px;
    }

    .testimonials .container {
        margin-top: -7%;
    }

    .text-md-right {
        text-align: right !important
    }

    .why h2 c-2 {
        font-size: 60px;
    }

    .te-ques {
        font-size: 6rem !important;
        line-height: .95;
    }

    .display-3 {
        font-size: 3.75rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .home ul li .d-inline-block {
        margin-left: 40px;
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .home ul li .d-inline-block {
        margin-left: 40px;
    }

    .home {
        height: 550px;
    }

    .home-rocket {
        position: absolute;
        left: 35%;
        bottom: 0px;
    }

    .text-md-right {
        text-align: right !important
    }

    .why h2 c-2 {
        font-size: 60px;
    }

    .te-ques {
        font-size: 6rem !important;
        line-height: .95;
    }

    .display-3 {
        font-size: 3.75rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .home {
        height: 600px;
    }

    .service-price::before {
        left: 11%;
    }

    .text-md-right {
        text-align: right !important
    }

    .why h2 c-2 {
        font-size: 60px;
    }

    .display-3 {
        font-size: 3.75rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .logo-footer {
        max-width: 100%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .home {
        height: 53vh;
    }
    .box-wapper {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-flow: nowrap;
    }
    .rocket img {
        height: 250px;
        margin-left: 50%;
        margin-bottom: 50px;
        margin: auto;
    }

    .service-price::before {
        left: -22px;
        top: -116%;
        transform: scale(.9);
    }

    section .h2, section h2 {
        font-size: 1.75rem;
    }

    .features-price-number {
        font-size: 50px;
    }

    .scale-9 {
        transform: scale(0.9)
    }

    .testimonials-rocket {
        bottom: 0;
        position: absolute;
        left: 25%;
    }

    h2 .text-gradient {
        font-size: 30px;
        font-weight: 700;
    }

    .display-2 {
        font-size: 5rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .pricing h3 {
        font-size: 20px;
    }

    .features-price {
        float: right;
    }

    .text-md-right {
        text-align: right !important
    }

    .why h2 c-2 {
        font-size: 60px;
    }

    .display-3 {
        font-size: 3.75rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .title-hero {
        font-size: 27px;
    }

        .title-hero span {
            font-size: 40px;
        }

    .home ul li {
        font-size: 20px;
    }

    .home h3 {
        font-size: 20px !important;
    }

    .logo-footer {
        max-width: 100%;
    }

    .blog-rocket.rocket img {
        height: auto;
    }
}


@media(max-width:767.98px) {
    .home {
        height: 710px;
    }

    .h2{
        font-size:20px
    }
    .pt-5, .py-5 {
        padding-top: 3rem !important;
    }
    .rocket img {
        height: 250px;
        margin-left: 25%;
        margin-bottom: 75px;
        margin: auto
    }

    .title-hero {
        font-size: 23px;
    }

        .title-hero span {
            font-size: 40px;
        }

    .home ul li .d-inline-block {
        margin-left: 30px;
    }

    .btn-gradient {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .text-xs-center {
        text-align: center !important
    }

    .service-price::before {
        transform: scale(.5);
        left: -100%
    }

    .features h2 {
        text-align: center;
        font-size: 20px
    }

    .features-price-number {
        font-size: 40px;
    }

    .home-rocket {
        position: absolute;
        bottom: -20px;
        left: 10%;
    }

    .order-1 {
        order: -1;
        margin-bottom: 20px;
    }

    .idea h2 {
        font-size: 23px;
    }

    .service h2 {
        font-size: 25px;
        text-align: center;
    }

        .idea h2.d-flex,
        .why h2.d-flex,
        .service h2.d-flex {
            display: inline-block !important;
            font-size: 20px;
        }

    .idea h2.mt-7 {
        margin-top: 0 !important
    }

    .idea h2 .c-1-1 {
        text-align: left;
    }

    .idea h2 .c-2-2 {
        margin-left: 0
    }

    .c-2-1:after {
        bottom: -135%;
        right: -150%;
    }

    .why h2 .c-2 {
        font-size: 40px;
    }

    .bg-price.p-6 {
        padding: 55px 0 !important;
        padding-top: 20px !important;
    }

    .testimonials .container {
        margin-top: -35%;
    }

    .testimonials .cs-carousel .tns-controls {
        top: 97%;
        z-index: 8;
    }

    .testimonials {
        background-size: cover;
    }

    .testimonials-rocket {
        bottom: 0;
        position: absolute;
        left: 8%;
    }

    .service ul li:last-child {
        margin-bottom: 0 !important
    }

    .service .ul-1 {
        margin-bottom: 0 !important;
        float: none !important;
    }

    .service .ul-2 {
        display: inline-block;
    }

    .service .ul-1, .service .ul-2 {
        margin-left: 13%;
    }

    .display-2 {
        font-size: 2.5rem !important
    }

    .display-5 {
        font-size: 20px !important;
        text-align: left;
        margin-bottom: 0 !important;
        margin-top: 0px;
    }

    .service-price::before {
        left: -41%;
        transform: scale(.47, 0.6);
        top: -84%;
    }

    .service .row.mt-6 {
        margin-top: 0rem !important
    }

    .service .row.mt-7 {
        margin-top: 3rem !important
    }

    .service .form-control {
        margin-bottom: 2rem
    }

    .home ul {
        margin-left: 40px;
    }

        .home ul li {
            font-size: 16px;
            margin-bottom: 10px;
        }

            .home ul li i {
                margin-right: 10px;
            }

    .home .row {
        padding-top: 3rem;
    }

    .hero-img {
        justify-content: center;
        display: flex;
        margin-bottom: 20px;
    }

        .hero-img img {
            height: 60px;
        }

    .home h3 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .home .btn-gradient {
        margin-top: 60px
    }

    .home .row {
        padding-top: 3rem;
    }

    #FormTuVanSubmit h2 .text-gradient {
        font-size: 40px;
        font-weight: 700;
    }

    h2 .text-gradient {
        font-size: 25px;
        font-weight: 700;
    }

    .service-design h2.display-4 {
        font-size: 25px;
    }

    .features-price-time {
        padding: 10px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 25px;
        background: linear-gradient(45deg, rgba(232,26,26,1) 0%, rgba(255,132,0,1) 100%);
        border-radius: 15px;
    }

    .f-price {
        justify-content: center;
        display: flex
    }

    .why .pt-1 {
        padding-top: 3rem !important
    }

    .pricing .c-1 {
        font-size: 40px;
    }

    .pricing .c-2 {
        font-size: 20px;
    }

    .pricing h3 {
        font-size: 15px;
        font-style: italic;
        justify-content: center;
    }

    h3 .pricing-title {
        font-weight: 900;
        font-size: 28px;
        padding-left: 10px;
    }

    .testimonials-title h2 {
        font-size: 20px
    }

    .te-ques {
        font-size: 4rem !important;
        line-height: .95;
    }

    .blockquote p {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
    }

    .service .c-1,
    .service .c-2 {
        display: inline-block !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .display-3 {
        font-size: 40px !important
    }

    #TuVanMienPhi .modal-dialog {
        max-width: 405px !important;
        margin: 1rem;
    }

    .service h2.d-flex {
        margin-left: 0%;
        display: grid !important;
    }

    footer {
        background-position-y: bottom;
        padding-bottom: 70px;
    }

    .logo-footer {
        max-width: 100%;
    }

    .blog-rocket.rocket img {
        height: auto !important;
    }

    .care-box .care-img {
        text-align: center;
    }

    .table-pricing .table thead th:nth-child(1),
    .table-pricing .table tbody td:nth-child(1) {
        width: 200px;
        min-width: 200px;
        position: sticky;
    }

    .care-headline {
        padding: 30px 10px;
    }

        .care-headline h1 {
            font-size: 25px;
        }

        .care-headline h3 {
            font-size: 15px;
        }

    .service-pricing h2 {
        font-size: 24px;
    }

    .service-pricing h4 {
        font-size: 15px;
    }

    .loi-ich {
        background-size: cover;
        background-position: center center
    }

        .loi-ich .care-box .care-img {
            text-align: center;
        }

        .loi-ich .care-img img {
            width: 100px;
        }

    .dkn h4 {
        font-size: 15px;
        line-height: 30px !important;
    }

    .dkn .btn {
        color: #fff;
        text-transform: uppercase;
        border-radius: 50px;
        border: unset;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 20px;
    }

    footer ul.container{
        margin: 0 0px !important;
    }

    .bottom-bar {
        display: block;
    }

    .service-pricing .box-content h4 {
        font-size: 15px;
        color: #000;
        font-weight: 700;
    }

    .box-img img {
        width: 35px;
    }
}

@media(max-width: 410px) {
    .service-price::before {
        left: -54%;
        transform: scale(.47, 0.6);
        top: -84%;
    }
}

.btn-gradient, .shine {
    position: relative;
    overflow: hidden;
}

    .btn-gradient:after, .shine:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 20%;
        background: white;
        top: 0;
        left: -10%;
        transform: skew(-45deg);
        opacity: 0.3;
        animation: shine 2s ease infinite;
    }

@keyframes shine {
    from {
        transform: skew(-45deg);
    }

    to {
        transform: skew(-45deg) translateX(1000px);
    }
}

.dv-gd-cont ul {
    margin-left: 0;
}

.form-email-themes {
    padding: 50px 0;
    border-top: 1px solid rgba(32,48,60,.1);
}

.heading-form-themes h2 {
    font-size: 30px;
    font-weight: 400;
    color: #01579b;
    text-align: center;
    margin: 0 0 12px;
    background: linear-gradient( 45deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-family: 'Montserrat',Roboto, sans-serif;
}

.heading-form-themes p {
    font-size: 16px;
    font-weight: 200;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    font-family: 'Montserrat',Roboto, sans-serif;
}

@media (min-width: 768px) {
    .heading-form-themes p span {
        display: block;
    }
}

.form-email-themes .form-control {
    height: calc(3.25rem + 2px);
    font-size: 15px;
    font-family: 'Montserrat',Roboto, sans-serif;
}

.form-email-themes textarea.form-control {
    height: auto
}

.fl-content-full {
    padding: 60px 0;
}

.mau-web-detail__title {
    margin-top: 0px;
}

.breadcrumb-area {
    padding: 45px 0;
    margin-top: 70px;
}

.breadcrumb-content ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0072bc;
    margin-right: 18px;
    text-transform: capitalize;
    position: relative;
}

    .breadcrumb-content ul li a {
        color: #262661;
        font-weight: 600;
    }

    .breadcrumb-content ul li::before {
        position: absolute;
        width: 18px;
        height: 1px;
        background-color: #262661;
        content: "";
        right: -21px;
        top: 12px;
        z-index: 9;
        -webkit-transform: rotate( 115deg );
        -ms-transform: rotate(115deg);
        transform: rotate( 115deg );
    }

    .breadcrumb-content ul li:last-child::before {
        display: none;
    }

.paralax_bkgTop {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #1976d2;
}
.pt-second-row_col-2.pt-second-row_btn.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
section{
    overflow:hidden;
}

.thememobile-position {
    position: absolute;
    right: 0;
    bottom: 0;
}

.thememobile {
    width: 268px;
    height: 530px;
    background: url('../images/iphone_bg.png') no-repeat;
    position: relative;
    bottom: -5px;
}

    .thememobile .screen-mobile {
        width: 224px;
        height: 385px;
        position: relative;
        display: block;
        top: 72px;
        right: -22px;
        overflow: hidden;
    }
        .thememobile .screen-mobile iframe {
            display: block;
            width: 423px;
            transform: scale(.55);
            position: absolute;
            left: -96px;
            top: -160px;
            height: 705px;
        }
        .thememobile .screen-mobile .viewtemplate-detail-img {
            height: 500px;
        }

.slide_viewer {
    height: 600px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(204,204,204,.4);
}

.viewtemplate-detail-img, .viewtemplate-detail-wrapper {
    height: 600px;
}

.btn-pill {
    border-radius: 10rem
}
footer .breadcrumb-content ul li::before {
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #262661;
    content: "";
    right: -18px;
    top: 16px;
    z-index: 9;
    -webkit-transform: rotate( 115deg );
    -ms-transform: rotate(115deg);
    transform: rotate( 115deg );
}

@media (min-width: 1200px) {
    .fl-content-full .container {
        max-width: 1240px;
    }
}

.contact-first-row.landingpage h3 span, .contact-first-row.template h1 span.bg-gradient-red {
    padding-bottom: 8px;
    font-size: 24px;
    padding-top: 5px;
}

.contact-first-row.landingpage {
    height: 500px;
}

.contact-first-row.landingpage {
    height: 450px;
    margin-bottom: 60px;
    justify-content: flex-start;
    padding-top: 50px;
}

    .contact-first-row.landingpage .img-laptop {
        position: absolute;
        bottom: -100px;
    }

.section-199k-content h4 {
    font-weight: 700
}

.section-199k-content ul li {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .landingpage-pricing .container {
        max-width: 1240px;
    }

    .col-landingpage-pricing {
        padding: 0px 5px;
    }
}

.col-landingpage-pricing .card-headline {
    padding: 10px 0;
    position: relative;
}

    .col-landingpage-pricing .card-headline::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 10%);
        z-index: 0
    }

    .col-landingpage-pricing .card-headline h3 {
        font-size: 18px;
        z-index: 1;
        position: relative;
        color: #000;
    }

    .col-landingpage-pricing .card-headline .cs-price {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.3;
        z-index: 1;
        position: relative;
        color: #000;
    }

.col-landingpage-pricing .card {
    background-color: transparent;
    transition: all 0.5s;
}
    .col-landingpage-pricing .card:hover {
        margin-bottom: 20px;
    }
.col-landingpage-pricing.pricing-features .card {
    transition: all 0.5s;
}
.col-landingpage-pricing.pricing-features .card:hover {
    margin-bottom: 0px;
    transform:translateY(-20px);
}

.col-landingpage-pricing .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
}

.col-landingpage-pricing .list-unstyled > li i {
    margin-top: 5px;
    font-size: 18px;
    width: 18px;
}

.col-landingpage-pricing .list-unstyled > li {
    padding: 0.25rem 1rem;
    border-bottom: 1px dashed rgba(0,0,0,.125);
}

    .col-landingpage-pricing .list-unstyled > li:last-child {
        border-bottom: none;
    }

.col-landingpage-pricing.pricing-features .card {
    border: none;
    padding: 2px;
    background: linear-gradient( 0deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
}

.col-landingpage-pricing.pricing-features .card-body {
    background-color: #f9f9f9;
}

.col-landingpage-pricing.pricing-features .card-headline {
    padding: 20px 0;
    position: relative;
    background-position: bottom;
}

    .col-landingpage-pricing.pricing-features .card-headline h3 {
        font-size: 21px;
        font-weight: 700;
    }

    .col-landingpage-pricing.pricing-features .card-headline .cs-price {
        font-size: 23px;
    }

    .col-landingpage-pricing.pricing-features .card-headline::after {
        display: none;
    }

.landingpage-cta-headline span {
    display: block;
    font-weight: 700
}

.landingpage-cta-headline span {
    display: block
}

.landingpage-cta-form {
    border: none;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    padding-bottom: 0;
}

.landingpage-cta-form-warp {
    padding: 40px;
}

    .landingpage-cta-form-warp .form-control {
        width: 100%;
        height: calc(3.25rem + 2px);
        border: 1px solid gray;
        border-radius: 15px;
    }

    .landingpage-cta-form-warp .btn {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 15px;
    }

.landingpage-cta-2 {
    margin-top: -15px;
}

.landingpage-cta-form-headline h2 {
    font-size: 25px;
}

.landingpage-cta-form-headline h4 {
    font-size: 16px;
    color: #000;
}

.section-landingpage-cta .border-white {
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background-color: #fff;
}

.landingpage-cta-headline .headline-1 {
    font-size: 65px;
}

.landingpage-cta-headline .headline-2 {
    font-size: 40px;
}

.landingpage-faq-item a.collapsed {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
    .landingpage-faq-item a, .landingpage-faq-item a:hover {
        color: #f86209;
        text-decoration: none;
        font-size: 17px;
    }

        .landingpage-faq-item a:hover.collapsed i.fa-question-circle, .landingpage-faq-item a i.fa-question-circle {
            font-size: 25px;
            color: #f86209;
        }
        .landingpage-faq-item a.collapsed i.fa-question-circle {
            font-size: 25px;
            color: #8d8d8d;
        }
.landingpage-faq-item {
    margin-bottom: 30px;
}
.landingpage-faq-item a .icon-down {
    float: right;
    padding-top: 5px;
}
.landingpage-faq-item .card{
    border: none;
    padding-top:0;
    padding-bottom:0;
}
.landingpage-faq-item a.collapsed .icon-down i:before {
    content: "\f078";
}
.landingpage-faq-item a .icon-down i:before {
    content: "\f077";
}
.section-landingpage-faq .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 15px;
    padding: 10px;
}
.contact-first-row.breadcrumb-termplate-detail {
    height: 200px;
}

    .contact-first-row.breadcrumb-termplate-detail:before {
        background: rgba(0, 0, 0, 0.1) !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
.section-landingpage h2 span{
    font-size:30px;
}
.section-landingpage.section-199k h2 span.text-gradient {
    font-size: 35px;
}
footer ul .uabb-separator {
    border-top: 1px solid #2f2e2e;
}
.footer__title {
    margin-bottom: 0;
}
footer li a {
    font-family: font-family: 'Montserrat',Roboto, sans-serif;
}

@media screen and (max-width: 992px) {
    .section-landingpage h2 span {
        font-size: 22px;
    }
    .landingpage-cta-headline .headline-2 {
        font-size: 26px;
    }

    .landingpage-cta-headline .headline-1 {
        font-size: 50px;
    }
    h3.landingpage-cta-headline{
        font-size: 17px;
    }
    .landingpage-cta-form-headline h4 {
        font-size: 15px;
        color: #000;
    }
    .contact-first-row.landingpage h1 {
        padding-top: 0px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 15px;
        margin-bottom: 23px;
        font-weight: 300;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
}
.pricing-features .card-headline:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 45%;
    color: #f14410;
}
.tu-van {
    background-image: url('../images/bg-landingpage-247.jpg');
    background-position: right
}
#chon-mau-nay #submitBtn {
    height: auto;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: .5rem;
    font-size: 15px;
}
@media (min-width: 1400px) {
    .template-detail-relate .temp_home .left_teamp .dv_teamp_cont {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (max-width: 992px) {
    .thememobile-position {
        position: static;
        right: 15px;
        bottom: 0;
    }

    .thememobile {
        margin: 20px auto 0;
    }
    .g-recaptcha > div {
        transform: scale(.7);
        margin-left: -45px;
    }
} 
@media screen and (max-width: 767px) {
    .g-recaptcha > div {
        transform: scale(1);
        margin-left: 0;
    }
    /*.thememobile {
        height: 316px;
        width: 160px;
        background-size: 160px 316px;
    }*/

        /*.thememobile .screen-mobile {
            width: 136px;
            height: 230px;
            top: 45px;
            right: -14px;
        }*/

    .thememobile-position {
        position: static;
        right: 15px;
        bottom: 0;
    }
    .thememobile {
        margin: 20px auto 0;
    }

    .breadcrumb-area {
        padding: 0 0;
        margin-top: 0;
    }

    .contact-first-row.breadcrumb-termplate-detail {
        height: auto;
    }

    .contact-first-row.landingpage {
        height: 360px;
        margin-bottom: 60px;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .landingpage-cta-headline .headline-2 {
        font-size: 33px;
    }

    .landingpage-cta-headline .headline-1 {
        font-size: 55px;
    }

    .contact-first-row.landingpage h3 span, .contact-first-row.template h1 span.bg-gradient-red {
        padding-bottom: 8px;
        font-size: 18px;
        padding-top: 5px;
    }

    .section-landingpage h2 span {
        font-size: 18px;
    }
    .section-landingpage.section-199k h2 span.text-gradient {
        font-size: 30px;
    }
    .landingpage-faq-item a.collapsed {
        color: #000;
        text-decoration: none;
        font-size: 15px;
    }
    .landingpage-faq-item a, .landingpage-faq-item a:hover {
        color: #f86209;
        text-decoration: none;
        font-size: 15px;
    }
    .landingpage-faq-item-headline a.d-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .landingpage-faq-item-headline_head {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        padding: 0 10px;
    }
    .icon-down {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        padding: 0 10px;
    }
    .landingpage-faq-item .card.card-body{
        padding:0;
        color: #000;
    }
    .uabb-module-content.uabb-separator-parent .uabb-separator {
        width: 25%;
    }
    .fl-page-footer {
        border-top: 1px solid #e6e6e6;
        font-size: 12px;
        border-color: #3d3d3d;
        color: grey;
        padding-top: 20px;
        margin: 0 15px;
    }
    footer .breadcrumb-content ul li::before {
        display: none;
    }
    footer .breadcrumb-content ul li {
        display: block;
    }
    footer .breadcrumb-content ul {
        column-count: 2;
    }


}
@media (max-width: 480px){
    .template-detail-relate .temp_home .left_teamp .dv_teamp_cont {
        width: 100%;
        margin: 0px;
    }
}

.blog-archive.blog-list .post-media {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-archive.blog-list .post-thumb.news-thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    max-height: 100% !important
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    left: -35px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

    .owl-prev i, .owl-next i {
        transform: scale(1,6);
        color: #ccc;
    }
.owl-nav button:focus {
    border: none;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 7rem !important;
    color: #999 !important
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #525252 !important
}

.project-carousel-item.temp_home ul {
    float: unset;
    width: 100%;
    margin: 0;
    list-style: none;
    border: solid #eee 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project-carousel-item .template-detail-img {
    overflow-y: hidden;
    position: relative;
    max-width: 100%;
    scrollbar-color: #fc6621 #f1f1f1;
    scrollbar-width: thin;
}
@media(min-width: 1200px){
    .project .container {
        max-width: 95%
    }
}
.bg-banner {
    margin-top: 70px;
    position: relative;
    width: 100%;
}
    .bg-banner .banner-img {
        position: relative;
        width: 100%;
    }
        .bg-banner .banner-img img {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 400px;
        }
    .bg-banner .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        padding: 0 15px;
    }
        .bg-banner .banner-content h1 {
            color:#fff;
            text-align: center;
            font-size: 40px;
            line-height: 40px;
            margin-top: 33px;
            margin-bottom: 23px;
            font-weight: 300;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        }
        .bg-banner .banner-content > * {
            color: #fff;
            text-align: center;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        @media(max-width: 991px){
            .bg-banner {
                margin-top: 57px;
                position: relative;
                width: 100%;
            }
        } 
        @media(max-width: 991px){
            .bg-banner .banner-content > * {
                font-size: calc(35px * 0.8);
            }
            .bg-banner .banner-content h1 {
                color: #fff;
                text-align: center;
                font-size: calc(40px * 0.8);
                line-height: 40px;
                margin-top: 33px;
                margin-bottom: 23px;
                font-weight: 300;
                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
            }
        }