:root{
    --c-main: #950b12;
    --c-text: #2b9cff;
    --c-blue:#2b9cff;
   
}
* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

a {
    text-decoration: none;
    color:#333
}
em {font-style: normal}
ul,
ol {
    list-style: none
}

.clr {
    clear: both
}

.none {
    display: none
}



body,
input,
button,
option,
textarea,
label,
select,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: 16px/18px "Roboto", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 24px;
    outline: none;
    margin: 0;
    padding: 0;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision
}




input[type=text],
input[type=email],
input[type=tel],
textarea, select, button, input[type="submit"]
{
    -webkit-appearance: none
}
select:focus {outline:none}
select{
   background: #fff url(../img/down_arrow.gif) no-repeat right 12px center
}
picture {display: block}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0}
.clearfix, .container{display:inline-block}
* html .clearfix, * html .container{height:1%}
.clearfix, .container{display:block}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
.container{max-width:960px;width:100%;margin:0px auto;padding:0;clear:both;position:relative}


.lazy, .lazyload {
    opacity: 0;
}
.lazy.lazyOwl {
    opacity: 1;
    transition: all 300ms ease
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url(../img/loader.gif) no-repeat center;
}
.lazyloaded, .lazy.lazyOwl {
    opacity: 1;
    transition: opacity 300ms
}
img.lazyload:not([src]) {
    visibility: hidden;
}

/* Page header */
header {

    min-width: 960px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 80px;
    background: var(--c-blue);
}

header .logo {
    display: inline-block;
    float: left;
    margin-right: 50px;
}
header .logo img {
    vertical-align: middle;
    height: 60px;
    width: auto;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
header .logo .shop_name{
    height: 60px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
#opennv {display: none;}
.navigation {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.navigation a{
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin-right: 15px;
    line-height: 40px;
}
.navigation a:hover{
    border-bottom: 2px solid #fff;
}
section {
    max-width: 960px;
    width: 100%;
    min-width: 960px;
    margin: 80px auto 0;
    position: relative
}


footer {
    background-color: #101215;
    color: #7d8492;
    padding: 40px 0 20px 0;
}


.row {margin-left: -10px;*zoom:1}
.row:before, .row:after {display: table;content: "";line-height: 0}
.row:after {clear: both}
.row .col {float: left;display: inline-block;min-height: 1px;box-sizing: border-box}
.row .col-50 {width: 50%}
.row .col-20 {width: 20%}
.row .col-40 {width: 39.5%}
.row .col-60 {width: 59.5%}

.sections {
    padding: 70px 0;
    box-sizing: border-box;
    clear: both;
}
.section_title {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.8;
   color: #0859d3;
   text-align: center;
}
.section_subtitle {
    display: block;
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
}

.section_desc, .landing-desc{
    line-height: 22px;
    margin: 0 auto;
}
.section_desc a{color: rgba(24,214,182,1)}
.section_action{
    display: block;
}
.sections_one {
     margin: 80px auto 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/bg-partner-2.png);
}
.sections_one .sections_one_right{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    pointer-events: none;
    height: 300px;
    background-image: url(../img/xehutbephot.png);
}
.sections_one .sections_one_left {
    text-align: center;
}
.dichvu_one {
    margin-top: 30px;
}
.sections_one h1 {
    font-size: 30px;
    line-height: 34px;
    color: #018afe;
    font-weight: 700;
}
.sections_one h2 {
     color: #018afe;
     line-height: 25px;
     padding: 20px 0;
     font-weight: 500;
     width: 90%;
}
.sections_one .section_ex {
    margin-bottom: 20px;
}
.dichvu_one li{
    display: inline-block;
    float: left;
    padding: 5px 0;
    text-align: left;
    width: 47%;
    margin-right: 20px;
}
.dichvu_one li:nth-child(2n+2){margin-right: 0;}

.dichvu_one li:before {
    content: "";
    width: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    background: url(../img/icon-checked.svg) no-repeat center center;
}
.bestbest {
    margin-top: 30px;
}
.bestbest ul li {
    display: inline-block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.bestbest  ul li strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #018afe
}

.btn-call {
    display: block;
    background: #2b9cff;
    font-size: 28px;
    font-weight: 700;
    width: 260px;
    color: #fff;
    padding: 10px 60px;
    border-radius: 60px;
    margin: 0 auto;
}
.btn-call span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}
.sections_one .section_action {
    text-align: center;
    height: auto;
    margin-top: 30px;
}

.sections_location {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/bg-1.jpg);
}
.sections_location .overlay {
    background: rgba(43, 156, 225, .9);
    width: 100%;
}
.sections_location  .container {padding: 70px 0;}

.sections_location h2 {color: #fff;}
.quanhuyen {
    width: 600px;
    margin: 30px auto 0;
    text-align: center;
}
.quanhuyen li {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 20px;
    background: #0359a5;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
}

.quanhuyen li:nth-child(2n+2){margin-right: 0;}

.quanhuyen li:before {
    content: "";
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../img/icon-pin.svg) no-repeat center center;
}

.sections_two {
    background: #f0f8ff;
}
.sections_two h2{
    text-align: center;
}

.services li {
    display: inline-block;
    float: left;
    width: 280px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.services li:nth-child(3n+3){margin-right: 0;}

.services li .thumb{
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.services li .thumb img{
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.services li h3{
    padding: 10px;
    font-weight: 700;
    text-align: center;
}
.sections_three {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/bg-he-sinh-thai.png);
    margin-top: -260px;
    padding-top: 160px;
    background-color: #f0f8ff;
}
.sections_three h2{
    text-align: center;
    color: #fff;
}
.sections_three .section_desc {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    color: #fff;

}
.reasons {margin-top: 30px;}
.reasons li {
    display: inline-block;
    float: left;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.reasons li:nth-child(3n+3){margin-right: 0;}

.sections_four {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/bg-banner.png);
}

.feedbacks-list .item {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 30%;
    margin-right: 30px;
    border-radius: 10px;
}
.feedbacks-list .item:nth-child(3n+3){margin-right: 0;}
.feedbacks-person {
    margin-top: 20px;
}
.feedbacks-icon {
    height: 55px;
    display: inline-block;
    float: left;
    width: 55px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 55px;
}
.feedbacks-name{
    font-weight: 700;
    margin-right: 10px;
}

.feedbacks-content:before, .feedbacks-content:after {
    font-family: Georgia,serif;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .8;
    color: #f97150;
}
.feedbacks-content:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}
.feedbacks-content:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}
.copyright {text-align: center;}

#hotlinebonce {
    left: 30px;
    bottom: 60px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: visible;
    left: 15px;
    bottom: 60px;
    position: fixed;
    z-index: 99800;
    box-sizing: border-box;
    -webkit-font-smoothing: auto;
}
#hotlinebonce .btngocop {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-font-smoothing: auto;
    margin-top: 10px;
    cursor: pointer;
}
#hotlinebonce .btngocop.btngoc {
    overflow: initial;
}

#hotlinebonce .btngocop .iconsp {
    background-color: #ca4819;
    float: left;
    border-radius: 100%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    background-size: 26px;
    background-image: url('../img/callnow.svg');
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-position: center;
    background-repeat: no-repeat;
}
#hotlinebonce .btngocop .hoversp {
    display: block;
    overflow: visible;
    color: #fff;
    margin-left: -25px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    white-space: nowrap;
    height: 30px;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px 5px 29px;
    background: rgb(202, 72, 25);
    border-radius: 50px;
    margin-top: 3px;
    min-width: 68px;
    max-width: 300px;
    opacity: 1;
    letter-spacing: normal;
    text-transform: uppercase;
}

.btngoc .iconsp:before {
    content: '';
    background-color: inherit;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: hvn-animation-pulse 2s infinite;
    animation: hvn-animation-pulse 2s infinite;
}
.btngoc .iconsp:after {
    content: '';
    background-color: inherit;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: hvn-animation-pulse 2s infinite;
    animation: hvn-animation-pulse 2s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


    
@-webkit-keyframes hvn-animation-pulse{
    0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
    50%{opacity:.5}
    100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}
}

@keyframes hvn-animation-pulse{
    0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
    50%{opacity:.5}
    100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}
}

#subcriber {
    margin: 30px auto 0 auto;
    width: 500px;
    text-align: center;
}

#subcriber input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 250px;
}

#subcriber button{
    background: #2b9cff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    text-align: center;
    cursor: pointer;
}