﻿body {
}
/*.h1, h1 {
    font-size: 0.7rem !important;
}

.h2, h2 {
   font-size: 0.7rem !important;
}

.h3, h3 {
   font-size: 0.5rem !important;
}

.h4, h4 {
    font-size: 0.4rem !important;
}

.h5, h5 {
    font-size: 0.4rem !important;
}

.h6, h6 {
    font-size: 0.4rem !important;
}*/
table {
    width: 100% !important;
}

.Nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.Nopadding-Left {
    padding-left: 0px !important;
}

.Nopadding-Right {
    padding-right: 0px !important;
}

.facebook i {
    margin-top: 5px;
}

/*--------------------------------- Menutop -------------------------------------------------*/
#topMenu {
    margin: 0px auto;
    background-color: #f1f1f1;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    /*position:fixed;*/
}

.top {
    font-family: Arial, Tahoma, 'Times New Roman';
    width: 100%;
    height: auto;
}

    .top ul {
        font-family: Arial, Tahoma, 'Times New Roman';
        font-size: 10.5pt;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        height: auto;
        float: right;
    }

        .top ul li {
            float: left;
            list-style: none;
            margin-left: 15px;
        }

            .top ul li a {
                color: #4b4a4a;
                text-decoration: none;
                font-size: 11pt;
            }

                .top ul li a:hover {
                    color: #1175bf;
                    text-decoration: underline !important;
                }

@media (min-width: 768px) {
    .top ul li {
        /*float: left;
            list-style: none;*/
        margin-left: 8px !important;
    }
}
/*---------------------------------- End menutop -----------------------------------------------*/
/*--------------------------------------- Mainmenu -------------------------------------------------*/
.breakpoint-on .classynav {
    padding-top: 40px !important;
}

.classycloseIcon {
    top: 8px !important;
}

.classy-nav-container {
    background-color: #ffffff !important;
}

a:hover {
    text-decoration: none !important;
}

.classynav ul li.megamenu-item > a:after,
.classynav ul li.has-down > a:after {
    color: #F6420B !important;
}

.classynav #nav li:hover {
    background-color: #1175bf;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
/*.classynav #nav li a:active {
   color:#4b4a4a !important;
}*/
.classynav #nav li ul li:hover {
    background-color: #ffffff !important;
}

.classynav #nav li:hover .dropdown {
    background-color: #ffffff !important;
}

.classynav #nav li ul li a:hover {
    color: #1175bf !important;
}

.classynav #nav li:hover > a {
    color: #fff;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #1769af !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        color: #191919 !important;
    }
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        color: #191919 !important;
    }

    .main-header-area.sticky .classy-navbar .nav-brand img {
        height: 50px !important;
        margin-top: 2px;
    }
}

.main-header-area.sticky .classy-navbar .nav-brand img {
    height: 50px !important;
}

.current {
    color: #fff !important;
    background-color: #1175bf;
    /*-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;*/
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /*margin-top: 3px;*/
}

    .current a {
        color: #fff !important;
    }

/*.current a span {
            color: #000 !important;
        }*/

@media (max-width: 768px) {
    .current a {
        color: #000000 !important;
    }

    .current {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        /*height: 40px !important;*/
    }
}
/*--------------------------------------- End Mainmenu -------------------------------------------------*/
/*------------------------------ Hotline -----------------------------------------------------*/
.Hotline_Email {
    color: #262424;
    /*font-size: 11pt;*/
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: bold;
    float: left;
}

.Span_Hotline {
    margin-left: 0px;
}

    .Span_Hotline i {
        font-size: 16px;
        color: #262424;
    }
/*.Hotline_Email svg {
    padding-right: 5px;
    color: #000 !important;
}*/
.Span_Email {
    margin-left: 20px;
    margin-top: 0px;
}
/*.Hotline_Email i {
    padding-right: 5px;
    color: #000;
}*/
.Hotline_Email a {
    color: #262424 !important;
    font-size: 11pt;
    padding-left: 5px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .Diachi {
        display: none;
    }

    .Hotline_Email {
        float: left !important;
        text-align: center;
        margin: 0px !important;
        width: 100%;
    }

    .Span_Hotline {
        margin-left: 0px !important;
        /*padding:5px;*/
        float: left;
    }

    .Span_Email {
        margin-left: 0px !important;
        float: right;
    }
    /*Hotline_Email span {
        margin-left: 0px !important;
    }*/
}
/*------------------------------ End Hotline -----------------------------------------------------*/

.breakpoint-off .classynav ul li .dropdown {
    width: 280px !important;
}

/* ----------------------------------- Icon share -----------------------------------------------------*/
.header-area .social-share-icon {
    margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
    .header-area .social-share-icon {
        margin-left: 15px !important;
    }
}

.razo-social-share-area a.facebook:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.twitter:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.pinterest:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.instagram:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.youtube:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.ss-close-btn:hover {
    background-color: #fba825 !important;
}

/* ----------------------------------- End Icon share -----------------------------------------------------*/
/* ----------------------------------- Slideshow -----------------------------------------------------*/
.hero-section {
    padding-bottom: 60px !important;
}

.set-bg:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37) !important;
}

.hero-slider .hs-item {
    height: 550px !important;
    /*text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;*/
}

    .hero-slider .hs-item span {
        text-transform: none !important;
        /*font-weight: 600;*/
        /*letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;*/
        /*top: 50px;
	opacity: 0;*/
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif !important;
    }

.hero-slider .owl-dots .owl-dot {
    background-color: #68A9F5 !important;
}

.site-btn.sb-white {
    background: #1068CA !important;
    color: #fff !important;
}

.site-btn.sb-white {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-white:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 50px;
        background: #448EF2;
        color: #fff !important;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-white:hover, .site-btn.sb-white:focus, .site-btn.sb-white:active {
        color: white;
    }

        .site-btn.sb-white:hover:before, .site-btn.sb-white:focus:before, .site-btn.sb-white:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.site-btn.sb-line {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-line:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 50px;
        background: #448EF2;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-line:hover, .site-btn.sb-line:focus, .site-btn.sb-line:active {
        color: white;
    }

        .site-btn.sb-line:hover:before, .site-btn.sb-line:focus:before, .site-btn.sb-line:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
/* ----------------------------------- End Slideshow -----------------------------------------------------*/
/* ----------------------------------- All css -----------------------------------------------------*/
.section-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-padding-0-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

.section-padding-20-0 {
    padding-top: 20px;
    padding-bottom: 0;
}
/* ----------------------------------- End All css -----------------------------------------------------*/

/* ----------------------------------- Các dịch vụ -----------------------------------------------------*/
.backroup-dichvu {
    background-color: #f2f2f2 !important;
}

.section-title {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }

        .section-title h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background: #0E61B6;
        }

.section-title-long {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-long h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 30px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }

        .section-title-long h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #0E61B6;
        }

.dichvu-title {
    text-align: center;
    font-size: 12pt;
    color: #000000;
}

.heading-dichvu-left {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #1175bf;
    vertical-align: baseline;
    text-align: right;
}

    .heading-dichvu-left:hover {
        color: #CC6911 !important;
    }

    .heading-dichvu-left a {
        font-weight: normal;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        color: #1175bf;
        vertical-align: baseline;
        text-align: right;
    }

        .heading-dichvu-left a:hover {
            font-weight: normal;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            color: #CC6911;
            vertical-align: baseline;
            text-align: right;
        }

    .heading-dichvu-left i {
        padding-left: 10px;
        font-size: 24px !important;
    }

.heading-dichvu-right {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #1175bf;
    vertical-align: baseline;
    text-align: left;
}

    .heading-dichvu-right:hover {
        color: #CC6911 !important;
    }

    .heading-dichvu-right a {
        font-weight: normal;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        color: #1175bf;
        vertical-align: baseline;
        text-align: left;
    }

        .heading-dichvu-right a:hover {
            font-weight: normal;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            color: #CC6911;
            vertical-align: baseline;
            text-align: left;
        }

    .heading-dichvu-right i {
        padding-right: 10px;
        font-size: 24px !important;
    }

.text-dichvu-left {
    text-align: right;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

.chitiet-dichvu-left {
    float: right;
    background-color: #857f7e !important;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Bounce To Right */
.chitiet-dichvu-left {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #857f7e !important;
    z-index: 2000;
}

    .chitiet-dichvu-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .chitiet-dichvu-left:hover, .chitiet-dichvu-left:focus, .chitiet-dichvu-left:active {
        color: white;
    }

        .chitiet-dichvu-left:hover:before, .chitiet-dichvu-left:focus:before, .chitiet-dichvu-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

    .chitiet-dichvu-left a {
        color: #fff !important;
        font-size: 14px;
    }

.text-dichvu-right {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

.chitiet-dichvu-right {
    float: left;
    background-color: #857f7e;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Bounce To Right */
.chitiet-dichvu-right {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #857f7e;
}

    .chitiet-dichvu-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .chitiet-dichvu-right:hover, .chitiet-dichvu-right:focus, .chitiet-dichvu-right:active {
        color: white;
    }

        .chitiet-dichvu-right:hover:before, .chitiet-dichvu-right:focus:before, .chitiet-dichvu-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

    .chitiet-dichvu-right a {
        color: #fff !important;
        font-size: 14px;
    }

.primary_btn {
    background-color: #e87815;
    padding: 6px;
    border-radius: 30px;
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
    border: none;
}

    .primary_btn i {
        padding-right: 6px;
    }

    .primary_btn:hover {
        background-color: #1A89CF;
    }

    .primary_btn a {
        color: #fff;
    }

        .primary_btn a:hover, .primary_btn a:active {
            color: #fff;
        }

/*.primary_btn {
    display: inline-block;
    background: #e87815;
    padding: 6px;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    /*line-height: 48px;*/
border: 1px solid #E87815; border-radius: 0px; outline: none !important; box-shadow: none !important; text-align: center; cursor: pointer; transition: all 300ms linear 0s; border-radius: 30px;
}

*/
/* ----------------------------------- End Các dịch vụ -----------------------------------------------------*/
/* ----------------------------------- Dịch vụ website -----------------------------------------------------*/
.backroup-dichvu-web {
    background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.heading-dichvuweb {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

    .heading-dichvuweb i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-dichvuweb {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

.text-dichvuweb-chitiet {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

/* ----------------------------------- End Dịch vụ website -----------------------------------------------------*/

/* ----------------------------------- Dịch vụ quản trị website -----------------------------------------------------*/
.backroup-quan-tri {
    background-color: #f2f2f2;
}

.heading-quan-tri-left {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #333333;
    vertical-align: baseline;
    text-align: left;
}

    .heading-quan-tri-left i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-quan-tri-left {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

.heading-quan-tri-right {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #333333;
    vertical-align: baseline;
    text-align: left;
}


    .heading-quan-tri-right i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-quan-tri-right {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}
/*Thực trạng web*/
.title-thuctrangweb {
    text-align: left;
    font-size: 12pt;
    color: #000000;
}

.section-title-thuctrang h1 {
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    color: #0E1821 !important;
    text-align: center;
    font-size: 27px;
}

    .section-title-thuctrang h1::after {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 100px);
        content: '';
        width: 200px;
        height: 3px;
        background: #0E61B6;
    }
/*Tình trạng web*/
.title-tinhtrangweb {
    text-align: left;
    font-size: 12pt;
    color: #000000;
    margin-top: 10px;
}

    .title-tinhtrangweb i {
        padding-right: 10px;
        color: #d51a1a;
    }

.section-title-tinhtrang h1 {
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
    font-family: 'Oswald', sans-serif;
    color: #07090C !important;
    text-align: center;
    font-size: 27px;
}

    .section-title-tinhtrang h1::after {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 100px);
        content: '';
        width: 200px;
        height: 3px;
        background: #0E61B6;
    }
/*Bước quản trị*/
.backroup-buoc-web {
    background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.heading-buoc-quantri {
    color: #0E61B6;
}

    .heading-buoc-quantri h3 {
        font-size: 20px;
        color: #0E61B6;
    }

.text-buoc-quantri {
    font-size: 16px;
}
/*Bảng giá quản trị*/
.pricing-entry {
    border: 2px solid #2f89fc;
    border-radius: 5px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .pricing-entry {
        margin-bottom: 4em;
    }
}

.pricing-entry > div {
    padding: 20px;
    background-color: #cfe0f1;
}

    .pricing-entry > div p {
        margin-bottom: 0;
        line-height: 0;
    }

.pricing-entry h3 {
    font-size: 28px;
    font-weight: 500;
}

.pricing-entry p .price {
    font-weight: 900;
    font-size: 28px;
    color: #1e62b9;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry p .per {
    font-size: 15px;
}

.pricing-entry ul {
    margin: 0;
    padding: 0;
}

    .pricing-entry ul li {
        list-style: none;
        padding: 10px 11px;
        text-align: left;
        border-bottom: 1px solid #dbdfe2;
    }

        .pricing-entry ul li i {
            padding-left: 5px;
        }

.bullet {
    padding-right: 5px;
    font-size: 16px;
}

.pricing-entry-check {
    color: #1ab12b;
}

.pricing-entry-close {
    color: #bd0d0d;
}

.pricing-entry-span {
    color: #D33010;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}

.pricing-entry ul li:nth-child(odd) {
    background: #ebf1f7;
}

.pricing-entry .button {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pricing-entry .button .btn {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.pricing-entry:hover, .pricing-entry:focus {
    border: 2px solid #ff8000;
}

    .pricing-entry:hover .btn, .pricing-entry:focus .btn {
        background: #ff8000 !important;
        border: 1px solid #ff8000 !important;
        color: #fff !important;
    }

    .pricing-entry:hover .price, .pricing-entry:focus .price {
        color: #ff8000;
    }
/* ----------------------------------- End Dịch vụ quản trị website -----------------------------------------------------*/
/* ----------------------------------- Lựa chọn dịch vụ -----------------------------------------------------*/
.backroup-luachon-dichvu {
    background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.heading-luachon-dichvu {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

    .heading-luachon-dichvu i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-luachon-dichvu {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

/* ----------------------------------- End lựa chọn dịch vụ -----------------------------------------------------*/
/* ----------------------------------- Nhu cầu -----------------------------------------------------*/
.section-title-long-nhucau {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-long-nhucau h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        color: #0E61B6 !important;
        font-size: 28px;
    }

        .section-title-long-nhucau h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #0E61B6;
        }

.backroup-nhucau {
    background-color: #FFFFFF;
}

.heading-nhucau {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

    .heading-nhucau i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-nhucau {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}


/* ----------------------------------- End nhu cầu -----------------------------------------------------*/

/* ----------------------------------- Counter - Thông tin thành tựu -----------------------------------------------------*/
#section-counter {
    position: relative;
    z-index: 0;
    background-image: url(/Content/html/img/core-img/bg-box-home.jpg);
    height: 388px;
    background-size: cover;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    #section-counter {
        background: #36687d;
        height: auto;
    }
}

#section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #fd6b00;*/
    /*background: -moz-linear-gradient(45deg, #fd6b00 0%, #fd0054 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #fd6b00), color-stop(100%, #fd0054));
        background: -webkit-linear-gradient(45deg, #fd6b00 0%, #fd0054 100%);
        background: -o-linear-gradient(45deg, #fd6b00 0%, #fd0054 100%);
        background: -ms-linear-gradient(45deg, #fd6b00 0%, #fd0054 100%);
        background: linear-gradient(45deg, #fd6b00 0%, #fd0054 100%);*/
    background: linear-gradient(45deg, #3e3d3de3 0%, #0088fd52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6b00', endColorstr='#fd0054', GradientType=1 );
    opacity: .1;
}

.heading_nhucau {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.ftco-counter {
    padding: 3em 0;
    clear: both;
    overflow: hidden;
}



@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}

    .ftco-counter .icon:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        bordeR: 1px solid #fd0054;
        z-index: -1;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .ftco-counter .icon span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fd0054;
    }

.ftco-counter .text strong.number {
    font-weight: bold;
    font-size: 80px;
    color: #4bb1f9;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
/*.ftco-counter .text span.addnumer {
    font-weight: bold;
    font-size: 50px;
    color: #a1c73e;
}*/
.ftco-counter .text span {
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

.addNangLuc {
    font-weight: bold !important;
    font-size: 80px !important;
    color: #4bb1f9 !important;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif !important;
}

.ftco-counter .text:hover .icon span, .ftco-counter .text:focus .icon span {
    color: #000;
}

.ftco-counter .text:hover .icon:after, .ftco-counter .text:focus .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fd0054;
}

@media (max-width: 991.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 40px !important;
    }
}

.ftco-counter .ftco-number {
    display: block;
    color: #fff;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-bg-dark {
    background: #090808;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/*.ftco-animate {
  opacity: 0;
  visibility: hidden; }*/
.block-18 .icon > span {
    font-size: 40px;
}

.block-18 .text strong {
    font-size: 30px;
}

/*.block-18 .text span {
    display: block;
}*/
/* ----------------------------------- End Counter - Thông tin thành tựu -----------------------------------------------------*/

/* ----------------------------------- Mẫu giao diện website -----------------------------------------------------*/
.backroup-mau-giaodien {
    background-color: #fff;
}

.heading-mau-giaodien {
    text-align: center;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #082D49;
    margin-top: 10px;
}

    .heading-mau-giaodien a {
        color: #082D49;
    }
/* :: 14.0 Portfolio CSS */
.akame-portfolio {
    position: relative;
    z-index: 1;
}

.portfolio-menu .btn {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    margin: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu .btn {
        margin: 0 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-menu .btn {
        margin: 0 3px;
        font-size: 13px;
    }
}

.portfolio-menu .btn.active {
    color: #bca858;
    border-bottom-color: #bca858;
}

.akame-portfolio-single-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*border-radius: 3px;*/
}

    .akame-portfolio-single-item img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        /*border-radius: 3px;*/
    }

    .akame-portfolio-single-item .overlay-content {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        /*border-radius: 3px;*/
        padding: 50px 30px;
    }

        .akame-portfolio-single-item .overlay-content .overlay-text h4 {
            color: #bca858;
        }

@media only screen and (max-width: 767px) {
    .akame-portfolio-single-item .overlay-content .overlay-text h4 {
        font-size: 20px;
    }
}

.akame-portfolio-single-item .overlay-content .overlay-text p {
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .akame-portfolio-single-item .overlay-content .overlay-text p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .akame-portfolio-single-item .overlay-content .overlay-text p {
        font-size: 14px;
    }
}

.akame-portfolio-single-item .thumbnail-zoom {
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: -40px;
    font-size: 20px;
    color: #ffffff;
    left: 50%;
    z-index: 100;
    bottom: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

    .akame-portfolio-single-item .thumbnail-zoom:hover, .akame-portfolio-single-item .thumbnail-zoom:focus {
        color: #bca858;
    }

.akame-portfolio-single-item:hover img, .akame-portfolio-single-item:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.akame-portfolio-single-item:hover .overlay-content, .akame-portfolio-single-item:focus .overlay-content {
    opacity: 0.7;
    visibility: visible;
}

.akame-portfolio-single-item:hover .thumbnail-zoom, .akame-portfolio-single-item:focus .thumbnail-zoom {
    opacity: 1;
    visibility: visible;
    margin-left: -20px;
}
/*Buttom xem chi tiết demo*/
.site-btn.sb-chitiet-demo {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff !important;
    padding: 12px 47px 12px !important;
}

.site-btn.sb-dark.sb-chitiet-demo {
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
}

.site-btn.sb-chitiet-demo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-chitiet-demo:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 50px;
        background: #1F61B9;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-chitiet-demo:hover, .site-btn.sb-chitiet-demo:focus, .site-btn.sb-chitiet-demo:active {
        color: white;
    }

        .site-btn.sb-chitiet-demo:hover:before, .site-btn.sb-chitiet-demo:focus:before, .site-btn.sb-chitiet-demo:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }


/*Buttom xem demo*/
.site-btn.sb-xem-demo {
    background: #B86B0E !important;
    color: #fff !important;
    padding: 12px 47px 12px !important;
}

.site-btn.sb-xem-demo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-xem-demo:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 50px;
        background: #1F61B9;
        color: #fff !important;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-xem-demo:hover, .site-btn.sb-xem-demo:focus, .site-btn.sb-xem-demo:active {
        color: white;
    }

        .site-btn.sb-xem-demo:hover:before, .site-btn.sb-xem-demo:focus:before, .site-btn.sb-xem-demo:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/*Buttom xem tất cả demo*/
.site-btn.sb-viewall-demo {
    background: transparent;
    color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #000 !important;
    padding: 12px 47px 12px !important;
}

.site-btn.sb-dark.sb-viewall-demo {
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
}

.site-btn.sb-viewall-demo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-viewall-demo:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 60px;
        box-shadow: inset 0 0 0 3px #70A9F7 !important;
        background: #1584E2;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-viewall-demo:hover, .site-btn.sb-viewall-demo:focus, .site-btn.sb-viewall-demo:active {
        color: white;
    }

        .site-btn.sb-viewall-demo:hover:before, .site-btn.sb-viewall-demo:focus:before, .site-btn.sb-viewall-demo:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .site-btn.sb-viewall-demo i {
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }

/*Xem chi tiết mẫu*/
.Heading-chitiet-mau {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

    .Heading-chitiet-mau i {
        padding-right: 10px;
    }

    .Heading-chitiet-mau h2 {
        font-size: 25px;
        font-weight: normal;
        text-transform: uppercase;
        font-weight: bold;
        color: #0E61B6;
    }

.btn-lienhe-chitietmau {
    width: 100%;
    background-color: #e98d0e;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}

    .btn-lienhe-chitietmau:hover {
        background-color: #E49C3A;
        color: #fff;
        font-family: sans-serif;
    }

    .btn-lienhe-chitietmau a {
        /*background-color: #e98d0e;
        padding: 10px;
        border-radius: 30px;*/
        color: #fff;
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

        .btn-lienhe-chitietmau a:hover {
            /*background-color: #0E7FE9;*/
            color: #fff;
            font-family: sans-serif;
        }

/*Xem demo*/
.btn-demo-chitietmau {
    width: 100%;
    background-color: #0E7CC9;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}

    .btn-demo-chitietmau:hover {
        background-color: #4E9ED9;
        color: #fff;
        font-family: sans-serif;
    }

    .btn-demo-chitietmau a {
        color: #fff;
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

        .btn-demo-chitietmau a:hover {
            /*background-color: #0E7FE9;*/
            color: #fff;
            font-family: sans-serif;
        }
/* ----------------------------------- End mẫu giao diện website -----------------------------------------------------*/
/* ----------------------------------- Dịch vụ quản trị FANPAGE -----------------------------------------------------*/
.backroup-dichvu-quantri-fanpage {
    /*background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;
    background-repeat: no-repeat;
    background-position: center;*/
    background-color: #fff;
}

.heading-dichvuquantri-fanpage {
    font-weight: bold;
    color: #1670B3;
    text-align: center;
}

    .heading-dichvuquantri-fanpage h3 {
        font-weight: bold;
        color: #1670B3;
        text-align: center;
        font-size: 60px;
    }

        .heading-dichvuquantri-fanpage h3 span {
            /*font-weight: bold;
        color: #1670B3;*/
            text-align: center;
            font-size: 20px;
        }

    .heading-dichvuquantri-fanpage i {
        padding-right: 10px;
        font-size: 24px !important;
        color: #1175bf;
    }

.text-dichvuquantri-fanpage {
    text-align: center;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

/*Bước quan trị fb*/
.backroup-buoc-quantri-fanpage {
    background-color: #f0f1f3;
}

.heading-buocquantri-fanpage {
    font-weight: bold;
    color: #1670B3;
    text-align: center;
}

    .heading-buocquantri-fanpage h3 {
        font-size: 20px;
        color: #292b2d;
    }

.icon-buocquantri-fanpage {
    text-align: center;
    color: #2485c5;
    width: 100px;
    height: 100px;
    border: 2px solid #2485c5;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

    .icon-buocquantri-fanpage:hover {
        text-align: center;
        color: #fff;
        width: 100px;
        height: 100px;
        border: 3px solid #9CCDEE;
        background-color: #2485c5;
        border-radius: 50%;
        display: block;
        /*margin: 0px auto;*/
    }

    .icon-buocquantri-fanpage i {
        text-align: center;
        line-height: 100px;
    }

.text-buocquantri-fanpage {
    text-align: center;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}
/*Các dịch vụ quan trị fb*/
.backroup-cacdichvu-quantri-fanpage {
    background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.heading-cacdichvuquantri-fanpage {
    font-weight: bold;
    color: #0E61B6;
    text-align: left;
}

    .heading-cacdichvuquantri-fanpage h3 {
        font-size: 20px;
        color: #0E61B6;
    }

        .heading-cacdichvuquantri-fanpage h3 i {
            font-size: 25px;
            padding-right: 10px;
        }

.text-cacdichvuquantri-fanpage {
    text-align: left;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}
/* ----------------------------------- End Dịch vụ quản trị FANPAGE -----------------------------------------------------*/

/* ----------------------------------- Dịch vụ SEO website -----------------------------------------------------*/
.backroup-dichvu-SEO {
    background-color: #f2f2f2 !important;
}

.dichvu-SEO-title {
    text-align: center;
    font-size: 12pt;
    color: #000000;
}

.heading-dichvu-SEO-left {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #1175bf;
    vertical-align: baseline;
    text-align: right;
}

    .heading-dichvu-SEO-left i {
        padding-left: 10px;
        font-size: 29px !important;
    }

.heading-dichvu-SEO-right {
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #1175bf;
    vertical-align: baseline;
    text-align: left;
}

    .heading-dichvu-SEO-right i {
        padding-right: 10px;
        font-size: 29px !important;
    }

.text-dichvu-SEO-left {
    text-align: right;
    font-size: 100%;
    vertical-align: baseline;
    color: #333333;
}

/*lợi ích SEO*/
.backroup-loiich-SEO {
    /*background-image: url(/Content/html/img/core-img/background_dich-vu-web.png) !important;*/
    background-repeat: no-repeat;
    background-position: center;
}

.icon-loiich-SEO {
    text-align: center;
    color: #2485c5;
    width: 100px;
    height: 100px;
    border: 2px solid #2485c5;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

    .icon-loiich-SEO:hover {
        text-align: center;
        color: #fff;
        width: 100px;
        height: 100px;
        border: 3px solid #9CCDEE;
        background-color: #2485c5;
        border-radius: 50%;
        display: block;
        /*margin: 0px auto;*/
    }

    .icon-loiich-SEO i {
        text-align: center;
        line-height: 100px;
    }

.heading-loiich-SEO {
    text-align: center;
}

    .heading-loiich-SEO h3 {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

.text-loiichSEO {
    text-align: center;
    font-size: 18px;
    vertical-align: baseline;
    color: #333333;
}

.text-loiich-SEO {
    text-align: left;
    font-size: 16px;
}
/*Thành công SEO*/
.counter-SEO {
    position: relative;
    z-index: 0;
    background-image: url(/Content/html/img/core-img/bg_dark.jpg) !important;
    height: 388px;
    background-size: cover;
    max-width: 100%;
    z-index: 10000;
}

@media only screen and (max-width: 767px) {
    .counter-SEO {
        background: #36687d !important;
        height: auto;
    }
}

.ftco-counter .text strong.number-SEO {
    font-weight: bold;
    font-size: 80px;
    color: #f38537;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

.add {
    font-weight: bold !important;
    font-size: 80px !important;
    color: #f38537 !important;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif !important;
}

.ftco-counter .text span.block {
    display: block;
}

.backroup-loiich-SEO-Home {
    background-color: #fafafa;
    border-bottom: 1px solid #cecccc;
    border-top: 1px solid #cecccc;
}
/* ----------------------------------- End SEO website-----------------------------------------------------*/
/*------------------------------------------Hợp tác--------------------------------------------------------*/
/*lợi ích SEO*/
.heading-hoptac {
    text-align: center;
}

    .heading-hoptac h3 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

.text-hoptac {
    text-align: left;
    font-size: 18px;
    vertical-align: baseline;
    color: #333333;
}

.text-hoptac-content {
    text-align: center;
    font-size: 16px;
}

.bnt-hoptac {
    margin: 0px auto;
    display: block;
    background-color: #3095e2;
    border: 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

    .bnt-hoptac i {
        padding-right: 5px;
        font-size: 20px;
    }

    .bnt-hoptac:hover {
        background-color: #D68F14;
        border: 0px;
    }

.title-hoptac {
    color: #fff;
}

.title-top-hoptac {
    text-transform: uppercase;
    text-align: center;
}

.title-hoptac h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 100px;
}

    .title-hoptac h3 span {
        font-size: 25px;
        text-transform: none;
        display: block;
        margin-top: 16px;
    }

.bnt-close-hoptac {
    background-color: #1b59b0;
    color: #fff;
}

    .bnt-close-hoptac:hover {
        color: #fff;
    }

#section-gioithieu-khach {
    position: relative;
    /*z-index:1;*/
    background-image: url(/Content/html/img/core-img/banner-lien-he.jpg);
    height: 388px;
    background-size: cover;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    #section-gioithieu-khach {
        background: #36687d;
        height: auto;
    }
}

#section-gioithieu-khach .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #3e3d3de3 0%, #0088fd52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6b00', endColorstr='#fd0054', GradientType=1 );
    opacity: .1;
}
/*------------------------------------------End Hợp tác--------------------------------------------------------*/
/* ----------------------------------- Liên hệ -----------------------------------------------------*/
.form-control {
    background-color: #f1f7f9 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.section-title-lienhe {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-lienhe h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
    }

        .section-title-lienhe h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 2px;
            background: #0E61B6;
        }


.rangbuoc_dangnhap {
    color: red;
}

.iconrefesh {
    color: #005ba1 !important;
    padding-left: 5px;
    /*margin-top:10px;*/
}

    .iconrefesh:hover {
        color: #d82423 !important;
        text-decoration: none;
        cursor: pointer;
    }

.btn_lienhe {
    /*background-color: #0D6DB1 !important;*/
    background: linear-gradient(to right, #0D6DB1, #158DFD);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
}

    .btn_lienhe:hover {
        /*background-color: #B3621B !important;*/
        background: linear-gradient(to right, #B3621B, #FDA315);
        color: #fff;
    }

.requiredImg {
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
    .requiredImg {
        padding-left: 0px !important;
        padding-top: 10px;
    }
}



.required {
    border: 1px solid #bac0c6;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: #f1f7f9 !important;
}

.text-infocongty {
    font-size: 16px;
    font-family: Open Sans, sans-serif;
}

    .text-infocongty i {
        padding-right: 10px;
        font-size: 20px;
    }

.bg-lienhe {
    background-image: url(/Content/html/img/core-img/Lien-he-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    background-position: center;
    opacity: 0.8;
}

.view-lienhe {
    background: #f56e2e;
    color: white!important;
    display: inline-block;
    height: 42px;
    /*left: 50%;*/
    /*line-height: 38px;*/
    /*margin-left: -60px;*/
    position: relative;
    width: 150px;
    /*line-height: 40px;*/
    /*border: 1px solid #FDFEFF;*/
    /*top: 0px;*/
    border-radius: 3px;
    /*opacity:0.5;*/
    text-align: center;
    padding: 5px;
    font-size: 19px;
    margin: 0px auto;
    text-justify: auto;
    font-family: 'Oswald', sans-serif;
}

    .view-lienhe:hover, view-lienhe:active, view-lienhe:focus {
        background: #2793F7;
        font-family: 'Oswald', sans-serif;
    }

    .view-lienhe::before, .view-lienhe::after {
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        height: calc( 100% - 8px);
        width: calc( 100% - 8px);
        transform-origin: center;
    }

    .view-lienhe::before {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        transform: scale3d(0, 1, 1);
    }

    .view-lienhe:hover::before, .view-lienhe:hover:after {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe::after {
        border-left: 1px solid white;
        border-right: 1px solid white;
        transform: scale3d(1, 0, 1);
    }

    .view-lienhe:hover::before {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe i {
        padding-right: 5px;
        font-size: 20px;
    }

.heading_lienhe {
    color: #fff;
    font-size: 35px;
}

.text_lienhe {
    color: #fff;
    font-size: 16px;
}

.box-buttom-lienhe {
    margin: 0px auto;
    text-align: center;
}

.mabaove {
    height: 30px;
    float: left;
    padding-right: 5px;
}

.spanMabaove {
    margin-top: 0px;
    display: block;
}

/* ----------------------------------- End liên hệ -----------------------------------------------------*/
/* ----------------------------------- khách hàng tiêu biểu -----------------------------------------------------*/
.section-title-long-khachHang {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-long-khachHang h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 10px;
        font-family: 'Oswald', sans-serif;
        color: #141516 !important;
        font-size: 28px;
    }


        .section-title-long-khachHang h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #0E61B6;
        }

.product-slider .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    left: 0;
}

    .product-slider .owl-nav button.owl-next,
    .product-slider .owl-nav button.owl-prev {
        color: #a4a4a4;
        font-size: 42px;
        position: relative;
        /*viết thêm*/
        /*display:none;*/
    }

    .product-slider .owl-nav button.owl-next {
        float: right;
        right: -92px;
    }

    .product-slider .owl-nav button.owl-prev {
        float: left;
        left: -92px;
    }

.product-slider .owl-item {
    width: 100%;
}

/*.product-item .pi-links a i {
    display: inline-block;
    color: #000;
}*/
.product-item {
    width: 100% !important;
}

@media (max-width: 1350px) {
    .product-slider .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        padding-top: 20px;
    }

        .product-slider .owl-nav button.owl-prev,
        .product-slider .owl-nav button.owl-next {
            float: none;
            left: 0;
            right: 0;
            margin: 0 10px;
        }
}
/* ----------------------------------- End khách hàng tiêu biểu -----------------------------------------------------*/

/* ----------------------------------- Giới thiệu -----------------------------------------------------*/
.backroup-gioithieu {
    /*background-color: #FFFFFF !important;*/
    font-size: 15px;
    color: #1C1B1B;
}

.section-title-gioithieu {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-gioithieu h3 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-gioithieu h3::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #0E61B6;
        }

.text-gioithieu {
    text-align: center;
    font-size: 18px;
    vertical-align: baseline;
    color: #333333;
}

.section-title-congty {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    /*margin: 10px;*/
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-congty h3 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 26px;
    }

.text-gioithieu-congty {
    text-align: left;
    font-size: 18px;
    vertical-align: baseline;
    color: #333333;
}

.single-progress-item {
    margin-bottom: 28px;
}

    .single-progress-item:last-child {
        margin-bottom: 0;
    }

    .single-progress-item p {
        font-size: 16px;
        color: #000000;
        line-height: 1;
        margin-bottom: 15px;
        text-align: left;
        font-weight: bold;
    }

    .single-progress-item .progress-bar-style {
        height: 10px;
        width: 100%;
        background: #dee0e0;
        border-radius: 15px;
    }

        .single-progress-item .progress-bar-style .bar-inner {
            position: relative;
            height: 100%;
            border-radius: 15px;
        }

            .single-progress-item .progress-bar-style .bar-inner span {
                position: absolute;
                bottom: 100%;
                right: 0;
                font-size: 16px;
                color: #000;
                line-height: 1;
                margin-bottom: 15px;
                background-color: #f8f8f8;
                padding: 5px 6px;
                border: 1px solid #E0DCDC;
                border-radius: 3px;
            }

                .single-progress-item .progress-bar-style .bar-inner span::after {
                    border-color: #dad8d8 transparent;
                    border-style: solid;
                    border-width: 6px 5px 0;
                    bottom: -7px;
                    content: "";
                    display: block;
                    left: 16px;
                    position: absolute;
                    width: 0;
                }

.bar-thietkeweb {
    width: 95%;
    background: #228cd8;
}

.bar-quantriweb {
    width: 90%;
    background: #f9631c;
}

.bar-SEOweb {
    width: 80%;
    background: #d88f22;
}

.bar-phanmem {
    width: 75%;
    background: #b59b1b;
}

.icon-gioithieu-web {
    text-align: center;
    color: #2485c5;
    width: 100px;
    height: 100px;
    border: 2px solid #2485c5;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

    .icon-gioithieu-web:hover {
        text-align: center;
        color: #fff;
        width: 100px;
        height: 100px;
        border: 3px solid #9CCDEE;
        background-color: #2485c5;
        border-radius: 50%;
        display: block;
        /*margin: 0px auto;*/
    }

    .icon-gioithieu-web i {
        text-align: center;
        line-height: 100px;
    }

.heading-gioithieuweb {
    text-align: center;
}

    .heading-gioithieuweb h3 {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

.text-gioithieu-web {
    text-align: left;
    font-size: 16px;
}

.heading-gioithieu-hoptac {
    text-align: center;
    color: #fff;
}

    .heading-gioithieu-hoptac h3 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
    }

.songle-gioithieu {
    color: #3ba1d2;
    padding-left: 5px;
    font-weight: 600;
}
/* ----------------------------------- End giới thiệu -----------------------------------------------------*/

/* ----------------------------------- Video - Giới thiệu -----------------------------------------------------*/
.backroup-video-gioithieu {
    background-image: url(/Content/html/img/bg-img/background-video-gioithieu.png) !important;
    background-position: center;
    padding-bottom: 10px;
    background-repeat: repeat;
}
/* ----------------------------------- End Video - Giới thiệu -----------------------------------------------------*/

/* ----------------------------------- Tin tức -----------------------------------------------------*/
.backroup-News-Home {
    background-color: #fafafa;
    border-bottom: 1px solid #cecccc;
    /*border-top: 1px solid #cecccc;*/
}

.TitleNews {
    font-size: 14px;
    text-transform: uppercase;
    color: #1485D6;
    font-weight: bold;
}

    .TitleNews a {
        color: #1485D6;
    }

        .TitleNews a:hover {
            color: #DB8D1D;
        }

@media only screen and (max-width: 767px) {
    .TitleNews {
        margin-top: 10px;
    }
}

.fontPublish {
    color: #A9A5A5;
    font-size: 14px;
    font-style: italic;
}

    .fontPublish i {
        padding-right: 5px;
    }

.TomTat_News {
    font-size: 14px;
}
/*Chi tiết tin tức*/
.line-top-detail-news {
    border-bottom: 1px solid #ECEAEA;
}

.section-title-new {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-new h3 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 0px;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
    }

        .section-title-new h3::after {
            position: absolute;
            bottom: -10px;
            /*left: calc(50% - 100px);*/
            content: '';
            width: 245px;
            height: 3px;
            background: #b7babd;
            left: 0px;
        }

.Title-detail-news {
    font-size: 20px;
    text-transform: uppercase;
}

    .Title-detail-news h1 {
        font-size: 20px;
    }

.content-detail-news {
    font-size: 100%;
    overflow: hidden;
}

.tag-detail-news {
    font-size: 14px;
    background-color: #f3f3f3;
    padding: 5px;
}

    .tag-detail-news a:hover {
        text-decoration: underline !important;
    }

    .tag-detail-news span {
        font-size: 16px;
        font-weight: bold;
    }

.title-new-news {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

    .title-new-news a {
        color: #000 !important;
        font-size: 14px;
    }

        .title-new-news a:hover {
            color: #116AB4 !important;
        }

.box-lienhe-tintuc {
    background-color: #EEEFEF;
    padding: 20px;
    border: 2px dashed #808080;
}

.bnt-lienhe-tintuc {
    margin: 0px auto;
    display: block;
    background-color: #14609A;
    border: 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    width: 150px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}

    .bnt-lienhe-tintuc:hover {
        color: #fff;
        text-align: center;
    }

    .bnt-lienhe-tintuc i {
        padding-right: 5px;
        font-size: 20px;
    }

    .bnt-lienhe-tintuc:hover {
        background-color: #D68F14;
        border: 0px;
    }
/* ----------------------------------- End Tin tức -----------------------------------------------------*/

/* ----------------------------------- Phần mềm -----------------------------------------------------*/
/*Tại sao sử dụng phần mềm*/

.icon-sudung-PM {
    text-align: center;
    color: #2485c5;
    width: 100px;
    height: 100px;
    border: 2px solid #2485c5;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

    .icon-sudung-PM:hover {
        text-align: center;
        color: #fff;
        width: 100px;
        height: 100px;
        border: 3px solid #9CCDEE;
        background-color: #2485c5;
        border-radius: 50%;
        display: block;
        /*margin: 0px auto;*/
    }

    .icon-sudung-PM i {
        text-align: center;
        line-height: 100px;
    }

.heading-sudung-PM {
    text-align: center;
}

    .heading-sudung-PM h3 {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

.text-Mota-SuDung-PM {
    text-align: center;
    font-size: 18px;
    vertical-align: baseline;
    color: #333333;
}

.text-sudung-PM {
    text-align: left;
    font-size: 16px;
}

/*Các phần mềm*/
.Title-Phanmem {
    font-size: 15px;
    text-transform: uppercase;
    color: #11649e;
    font-weight: bold;
}

    .Title-Phanmem a {
        color: #11649e;
        font-weight: bold;
        font-size: 15px;
    }

        .Title-Phanmem a:hover {
            color: #CE7A0E;
        }

@media only screen and (max-width: 767px) {
    .Title-Phanmem {
        margin-top: 10px;
    }
}

.decription-phanmem {
    font-size: 14px !important;
}

.Heading-chitiet-phanmem {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

    .Heading-chitiet-phanmem i {
        padding-right: 10px;
    }

    .Heading-chitiet-phanmem h2 {
        font-size: 25px;
        font-weight: normal;
        text-transform: uppercase;
        font-weight: bold;
    }

.Heading-chucnag-phanmem {
    font-size: 20px;
    text-transform: uppercase;
    color: #1363ba;
}

    .Heading-chucnag-phanmem i {
        padding-right: 10px;
    }

    .Heading-chucnag-phanmem h3 {
        font-size: 20px;
        text-transform: uppercase;
        color: #1363ba;
    }

.Heading-moitruong-phanmem {
    font-size: 20px;
    color: #1153b0;
    text-transform: uppercase;
}

    .Heading-moitruong-phanmem i {
        padding-right: 10px;
    }

    .Heading-moitruong-phanmem h3 {
        font-size: 20px;
        color: #1153b0;
        text-transform: uppercase;
    }
/* ----------------------------------- End Phần mềm -----------------------------------------------------*/

/* ----------------------------------- Show map -----------------------------------------------------*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h4 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        height: 38px;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h4 a {
        color: #1776BC;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h4 a:hover {
            color: #BC7017;
        }
/* ----------------------------------- End Show map -----------------------------------------------------*/

/*----------------------------------- Begin Footer -------------------------------*/
#footer {
    position: relative;
    overflow: hidden;
    /*padding-top: 15px;*/
    color: #FFF;
    opacity: 0.8;
    clear: both;
    background-color: #0c0c0c;
}

.footer.hv3 {
    /*background: url(/Content/html/images/image_footer_bg.png) no-repeat center center;*/
    /*background-size: cover;*/
    margin-top: 2px;
    background-attachment: fixed;
    /*background-color:#aa8858;
    opacity:0.88;*/
}

.footer .box-footer {
    width: 100%;
}

    .footer .box-footer h2 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 25px;
        margin-bottom: 20px;
    }

.ftLogo {
    margin-bottom: 10px;
}

    .ftLogo img {
        max-height: 100px;
        max-width:245px !important;
    }

.ftShopInfo {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 2;
}

    .ftShopInfo i {
        margin-right: 5px;
    }

    .ftShopInfo a {
        color: #e6dede !important;
    }

.footer .box-footer {
    width: 100%;
}

.ftCopyright {
    color: #ADB2B3;
}

    .ftCopyright a, .ftCopyright a:hover, .ftCopyright a:active, .ftCopyright a:focus {
        color: #D9DEE0;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
    }

/*.footer .box-footer h2 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 25px;
        margin-bottom: 20px;
    }*/

.footer .box-footer .list-link {
    display: block;
}

    .footer .box-footer .list-link li {
        display: block;
        margin-bottom: 10px;
    }

        .footer .box-footer .list-link li:hover {
            color: #156EC8;
        }

        .footer .box-footer .list-link li a {
            font-size: 13px;
            color: #c5c5c5;
            text-decoration: none;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            padding: 5px 10px 5px 5px;
            /*background: url(r7.png) no-repeat 0px center;*/
        }

            .footer .box-footer .list-link li a:hover {
                color: #156EC8;
            }

.footer .box-footer p {
    font-size: 14px;
    color: #c5c5c5;
    margin-bottom: 20px;
    font-style: italic;
}

.footer .box-footer .subscribe {
    width: 100%;
    position: relative;
}

    .footer .box-footer .subscribe input {
        width: 100%;
        height: 45px;
        border-radius: 50px;
        background: #fff;
        border: 0;
        outline: none;
        padding: 0 130px 0px 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer .box-footer .subscribe button {
        border: 0;
        outline: none;
        color: #fff;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        height: 45px;
        border-radius: 50px;
        width: 120px;
        right: 0;
        top: 0;
        background: #49a010;
    }

.social-footer {
    display: block;
}

    .social-footer li {
        display: inline-block;
        margin-right: 20px;
    }

        .social-footer li a {
            color: #d9d9d9;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            font-size: 20px;
        }

.social-top {
    display: block;
    width: 100%;
}

    .social-top li {
        display: inline-block;
        margin-right: 20px;
    }

        .social-top li a {
            color: #161515;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            font-size: 16px;
        }

.footer .copyright {
    width: 100%;
    font-size: 14px;
    color: #c5c5c5;
    border-top: 1px solid rgb(26, 28, 29);
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    background-color: #000;
    max-height: 66px;
    font-family: 'Oswald', sans-serif;
}
/*--------------------------------------------- End footer ---------------------------------------------*/


/*-------------------- Begin đầu trang ----------------------*/
#back-to-top {
    position: fixed;
    /*bottom: 55px;*/
    bottom: 30px;
    right: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #529bd8;
    color: #fff;
    opacity: 0.6;
    cursor: pointer;
    z-index: 10000;
}
/*---------------------------End đầu trang ---------------------*/
.songle {
    color: #1175bf;
    padding-left: 5px;
}

.span-songle {
    color: #1175bf;
    padding-right: 5px;
    font-weight: bold;
    /*font-size:29px;*/
}
/*canh giữa img*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------------Phân trang---------------------------*/
.navigation {
    color: #666;
    border: 0px;
}

#paginationControl {
    text-align: center;
}

    #paginationControl a:hover {
        background-color: #2485c5 !important;
        color: #fff;
    }

.selected {
    background-color: #2485c5 !important;
    color: #fff !important;
}

.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
    text-decoration: none;
    color: #636363;
    font: 11px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #e2e6c3;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    margin: 0px auto;
}
/*-------------------------------End Phân trang---------------------------*/

/****************-------------------------------- Begin dịch vụ cho thuê xe --------------------------------**************/
/*---------------------------- Menu các dịch vụ ---------------------------*/
.backround-CacDichVu_ChoThue {
    width: 100%;
    background-color: #fdfcfa;
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: 15px;
}

.icon-CacDichVu_ChoThue {
    text-align: center;
    color: #4e99ca;
    width: 60px;
    height: 60px;
    /*border: 2px solid #0566b0;*/
    border-radius: 50%;
    display: block;
    margin: 5px auto;
}

    .icon-CacDichVu_ChoThue:hover {
        /*text-align: center;
        color: #fff;
        width: 60px;
        height: 60px;
        border: 3px solid #9CCDEE;
        background-color: #2485c5;
        border-radius: 50%;
        display: block;*/
        /*margin: 0px auto;*/
    }

    .icon-CacDichVu_ChoThue i {
        text-align: center;
        line-height: 60px;
    }

.heading-CacDichVu_ChoThue {
    text-align: center;
}

    .heading-CacDichVu_ChoThue h1 {
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

.buttom-dich-vu {
    border: 1px solid #e4e2e2;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(202, 201, 201, 0.2), 0 6px 20px 0 rgba(195, 191, 191, 0.19);
}

    .buttom-dich-vu:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .buttom-dich-vu:hover .icon-CacDichVu_ChoThue {
            text-align: center;
            color: #fff;
            width: 60px;
            height: 60px;
            border: 3px solid #9CCDEE;
            background-color: #2485c5;
            border-radius: 50%;
            display: block;
        }
/*---------------------------- End Menu các dịch vụ ---------------------------*/

/*--------------------------------Tiêu đề module -----------------------------*/
.a-center {
    text-align: center !important;
}

.title_main_large {
    display: inline-block;
    position: absolute;
    line-height: 60px;
    margin-top: -25px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -os-transform: translate(-50%);
}

@media (max-width: 767px) {
    .title_main_large {
        position: relative;
        transform: none;
        left: unset;
    }
}

.title_main_large:before, .title_main_large:after {
    content: "";
    position: absolute;
    z-index: 0;
}

.title_main_large:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #d7d7d7 transparent;
    top: 0;
    left: -45px;
}

.title_main_large:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #d7d7d7 transparent;
    top: 0;
    right: -45px;
}

.title_main_large .h2 {
    padding: 0 30px;
    margin: 0;
    font-family: gotham_bold;
    font-weight: 400;
    color: #fff;
    font-size: 19px;
    background: #3c78fa;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .title_main_large .h2 {
        font-size: 15px;
        padding: 0 15px;
    }
}

.title_main_large .h2:before, .title_main_large .h2:after {
    content: "";
    position: absolute;
}

.title_main_large .h2:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 25px 0;
    border-color: transparent #3c78fa transparent transparent;
    left: -15px;
    top: 0;
}

.title_main_large .h2:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 17px 0 0;
    border-color: #3c78fa transparent transparent transparent;
    right: -15px;
    top: 0;
}

.title_main_large .h2, .title_main_large .h2 a, .title_main_large .h2 span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
/*--------------------------------End Tiêu đề module -----------------------------*/
/*---------------------- Sản phẩm dịch vụ ------------------------------*/
.dichvu-title-xe {
    text-align: center;
    font-size: 12pt;
    color: #000000;
}

.listing-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .listing-item:after {
        /*position: absolute;*/
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        /*background: rgba(0, 0, 0, 0.4);*/
    }

    .listing-item img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .listing-item:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    /*xe đầu tiên*/
    .listing-item .listing-item-content-first {
        position: absolute;
        /*bottom: 20px;*/
        top: 20%;
        /*left:20%;*/
        /*padding-left: 20px;
        padding-right: 20px;*/
        z-index: 2;
        width: 100%;
        text-align: center;
    }

        .listing-item .listing-item-content-first h2 a {
            color: #fff;
            text-align: center;
            font-size: 22px;
        }

        .listing-item .listing-item-content-first .summary {
            text-align: center;
            font-size: 16px;
            color: #fff;
        }
    /*End xe đầu tiên*/
    .listing-item .listing-item-content {
        position: absolute;
        /*bottom: 20px;*/
        bottom: 0px;
        /*padding-left: 20px;
        padding-right: 20px;*/
        z-index: 2;
        width: 100%;
    }

        .listing-item .listing-item-content .category {
            font-size: 18px;
            /*display: inline-block;*/
            display: block;
            padding: 5px 30px;
            background: #0E83C6;
            border-radius: 0px;
            font-weight: bold;
            color: #fff;
            float: right;
        }

        .listing-item .listing-item-content h2 {
            font-size: 20px;
        }

            .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
                color: #fff;
            }

        .listing-item .listing-item-content span {
            color: #fff;
        }

        .listing-item .listing-item-content .address {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }

    .listing-item .bookmark {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .listing-item .bookmark span {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .listing-item .bookmark:hover {
            background: #f23a2e;
        }

            .listing-item .bookmark:hover span {
                color: #fff;
            }

.content-text-dichvu-xe {
    clear: both;
    float: left;
    border: 1px solid #d4d2d2;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #fff;
    width: 100%;
}

.h2-title-xe {
    font-size: 18px;
    font-family: 'Oswald', sans-serif, Tahoma;
    font-weight: normal;
}

    .h2-title-xe a {
        font-size: 18px;
        font-family: 'Oswald', sans-serif, Tahoma;
        font-weight: normal;
    }

        .h2-title-xe a:hover {
            font-size: 18px;
            font-family: 'Oswald', sans-serif, Tahoma;
            font-weight: normal;
        }

.xemchitiet-xe {
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .xemchitiet-xe a {
        padding: 8px;
        border-radius: 20px;
        background-color: #0b87c7;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }

        .xemchitiet-xe a:hover {
            color: #fff;
            background-color: #e37d0f;
        }

.xemchitiet-xe-first {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    /*opacity:0;*/
}

    .xemchitiet-xe-first a {
        padding: 7px;
        border-radius: 5px;
        /*background: #DBDBDC;*/
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        border: 1px solid #fff;
    }

        .xemchitiet-xe-first a:hover {
            color: #fff;
            background-color: #e37d0f;
        }

.chitiet-xe-mota {
    color: #282727;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
}

    .chitiet-xe-mota i {
        padding-right: 5px;
        color: #716F6F;
    }

.datxe {
    background-color: #2385bf;
    padding: 6px;
    border-radius: 30px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    border: none;
}

    .datxe i {
        padding-right: 6px;
    }

    .datxe:hover {
        background-color: #DA8916;
    }

    .datxe a {
        color: #fff;
    }

        .datxe a:hover, .datxe a:active {
            color: #fff;
        }

.dichvu-xe {
    color: #7C7979;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
}

    .dichvu-xe i {
        padding-right: 3px;
    }
/*---------------------- End Sản phẩm dịch vụ ------------------------------*/
/*---------------------- Tour du lịch ------------------------------*/
.backroup-Tour-Du-Lich {
    background-image: url(/Content/html/img/core-img/background_tour-du-lich.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .backroup-Tour-Du-Lich {
        background-image: none;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .backroup-Tour-Du-Lich {
        background-image: none;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .backroup-Tour-Du-Lich {
        background-image: none;
    }
}

.content-text-dichvu-tour {
    clear: both;
    float: left;
    border: 1px solid #d4d2d2;
    padding: 10px;
    border-radius: 3px;
    margin-top: 0px;
    background-color: #fff;
    width: 100%;
}
/*Buttom xem thêm tour*/
.site-btn-tour.sb-viewall-demo-tour {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #FFFFFF !important;
    padding: 12px 47px 12px !important;
}

.site-btn-tour.sb-dark.sb-viewall-demo-tour {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
}

.site-btn-tour.sb-viewall-demo-tour {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn-tour.sb-viewall-demo-tour:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 60px;
        box-shadow: inset 0 0 0 3px #70A9F7 !important;
        background: #1584E2;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn-tour.sb-viewall-demo-tour:hover, .site-btn-tour.sb-viewall-demo-tour:focus, .site-btn-tour.sb-viewall-demo-tour:active {
        color: white;
    }

        .site-btn-tour.sb-viewall-demo-tour:hover:before, .site-btn-tour.sb-viewall-demo-tour:focus:before, .site-btn-tour.sb-viewall-demo-tour:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .site-btn-tour.sb-viewall-demo-tour i {
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }

.detail-tour {
    font-size: 15px;
    color: #065A8F;
    font-weight: bold;
}

    .detail-tour i {
        padding-right: 5px;
    }

    .detail-tour span {
        color: #605D5D;
        font-weight: 600;
        padding-left: 5px;
        padding-right: 5px;
    }

.baogom {
    font-size: 16px;
    color: #065A8F;
    font-weight: bold;
}

    .baogom i {
        padding-right: 5px;
    }

.detail-tour-baogom {
    font-size: 15px;
    color: #888686;
    font-weight: 600;
    text-align: center;
}

    .detail-tour-baogom i {
        font-size: 25px;
    }

.title-tour-baogom {
    text-align: center;
    font-size: 15px;
}
/*---------------------- End Tour du lịch ------------------------------*/

/*---------------------- Cho thuê xe máy ------------------------------*/
.backroup-dich-vu-xe-may {
    /*background-image: url(/Content/html/img/core-img/background_tour-du-lich.png) !important;
    background-repeat: no-repeat;
    background-position: center;*/
    background-color: #F7F7F7;
}

.content-text-dichvu-tour {
    clear: both;
    float: left;
    border: 1px solid #d4d2d2;
    padding: 10px;
    border-radius: 3px;
    margin-top: 0px;
    background-color: #fff;
    width: 100%;
}
/*---------------------- End Cho thuê xe máy ------------------------------*/
/*---------------------- Menu tin tức ------------------------------*/

/*Chia 5 cột*/
.col-2dot4, /*// extra small*/
.col-sm-2dot4, /*// small*/
.col-md-2dot4, /*// medium*/
.col-lg-2dot4, /*// large*/
.col-xl-2dot4 { /*// extra large*/
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*End Chia 5 cột*/

/*thông tin*/
.content-menu-tintuc-info {
    background-color: #dd21a1;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

    .content-menu-tintuc-info h1 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .content-menu-tintuc-info i {
        padding-right: 5px;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }
/*Khách sạn*/
.content-menu-tintuc-hotel {
    background-color: #0c83ba;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

    .content-menu-tintuc-hotel h1 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .content-menu-tintuc-hotel i {
        padding-right: 5px;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }
/*Ăn uống*/
.content-menu-tintuc-eat {
    background-color: #db7816;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

    .content-menu-tintuc-eat h1 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .content-menu-tintuc-eat i {
        padding-right: 5px;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }
/*Thắng cảnh*/
.content-menu-tintuc-scenic {
    background-color: #0fa4c4;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

    .content-menu-tintuc-scenic h1 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .content-menu-tintuc-scenic i {
        padding-right: 5px;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }
/*Văn hóa*/
.content-menu-tintuc-news {
    background-color: #25870a;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

    .content-menu-tintuc-news h1 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .content-menu-tintuc-news i {
        padding-right: 5px;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }
/*---------------------- End Menu tin tức ------------------------------*/

/*---------------------- Thiết kế dịch vụ ------------------------------*/
.heading-thietke-dichvu {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

fieldset {
    border: 1px solid #c3bfbf !important;
    padding: 10px;
}

legend {
    width: auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-weight: bold;
    font-size: 18px;
}

.tile-thietkedichvu {
    padding: 5px;
    background-color: #D6300F;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

    .tile-thietkedichvu:hover {
        background-color: #FFFFFF;
        /*border:1px solid #7F2C1B;*/
        background-color: #EF5132;
    }

        .tile-thietkedichvu:hover i {
            color: #FFFFFF;
        }

        .tile-thietkedichvu:hover a {
            color: #FFFFFF;
        }

    .tile-thietkedichvu a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .tile-thietkedichvu a:hover {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
        }

    .tile-thietkedichvu i {
        padding-right: 5px;
        color: #fff;
    }

.title-chondichvu {
    font-weight: bold;
    font-size: 14px;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .tile-thietkedichvu a {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .tile-thietkedichvu a {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .tile-thietkedichvu a {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
    }
}
/*---------------------- End Thiết kế dịch vụ ------------------------------*/
/*---------------------- Chi tiết dịch vụ xe ------------------------------*/
.detail-xe {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c5c4c4;
    padding-top: 15px;
}

    .detail-xe img {
        max-width: 100%;
        height: auto !important;
        display: block;
    }
/*---------------------- End Chi tiết dịch vụ xe ------------------------------*/
/*---------------------- Về chúng tôi ------------------------------*/
.heading-vechungtoi {
    color: #0d72b2;
    font-size: 25px;
    text-transform: uppercase;
}

.tai-sao-chon {
    font-size: 22px;
    color: #5F5A5A;
}

.title-vechungtoi {
    font-size: 20px;
}
/*---------------------- End Về chúng tôi ------------------------------*/
/*******************-------------------------------- Begin dịch vụ cho thuê xe --------------------------------*************/
/*******************-------------------------------- Begin Logo--------------------------------*************/
.nav-brand img {
    /*max-width: 370px !important;*/
    max-width: 370px;
    height: auto !important;
}

.main-header-area.sticky .classy-navbar .nav-brand img {
    height: 75px !important;
}

@media only screen and (max-width: 767px) {
    .nav-brand img {
        /*max-width: 250px !important;*/
        max-width: 250px;
        height: auto !important;
    }

    .main-header-area.sticky .classy-navbar .nav-brand img {
        max-height: 65px !important;
    }
}
/*******************-------------------------------- End Logo--------------------------------*************/
/*----------------------------- Chat Zalo --------------------------------*/
.float-contact {
    position: fixed;
    bottom: 70px;
    left: 6px;
    z-index: 99999;
}

    .float-contact .chat-zalo {
        background: #0595ff;
        border-radius: 20px;
        padding: 5px 15px;
        display: block;
        margin-bottom: 6px;
        font-size: 16px;
        color: #fff;
        border: none;
    }

        .float-contact .chat-zalo:hover {
            background: #E19E10;
            cursor: pointer;
        }
/*----------------------------- End Chat Zalo --------------------------------*/
