@charset "utf-8";
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Arial';
    font-size: 14px;
}

a {
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.detail img {
    height: 100%;
}

li {
    list-style: none;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
ul li:focus {
    outline: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 15px;
    margin-top: 7px!important;
    margin-bottom: 7px!important;
}

.clear {
    clear: both;
}
.font-weight{
    font-weight:bold
}
.none-desktop {
    display: none;
}

.row-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.line-through {
    text-decoration: line-through;
}
.border-top-dashed{
    border-top:1px dashed #ccc
}
.pos-rel {
    position: relative;
}

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfix {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001!important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fix-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-size: 14px;
}

.about-title {
    padding-bottom: 10px;
}


/*flex hotline*/

.flex-hotline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    float: right;
}

.fix-button {
    background: var(--html-bg-website);
    padding: 0px 25px !important;
    height: 34px !important;
    border: thin solid rgba(0, 0, 0, .2);
    width: auto;
    color: #fff;
    margin:0px 7px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none;
    float: right;
}

.fix-button:hover {
    background: #585252;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}

.site-loading img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0px 10px;
}

.row {
    margin: 0px -10px;
}

.fix-row-10 {
    margin: 0px -10px !important;
}

.fix-col-3 {
    padding:3px !important;
}
.fix-col-10 {
    padding: 0px 10px !important;
}

.fix-col-20 {
    padding: 0px 20px !important;
}

.fix-row-5 {
    margin: 0px -5px;
}

.fix-col-5 {
    padding: 0px 5px;
}

.fix-row-2 {
    margin: 0px -2px;
}

.fix-col-4 {
    padding: 0px 3px;
}

.fix-row-1 {
    margin: 0px -1px;
}

.fix-col-1 {
    padding: 0px 1px;
}

.fix-row-0 {
    margin: 0px;
}

.fix-col-0 {
    padding: 0px;
}

@media(max-width:1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-35 {
        width: 33.33%;
    }
    .col-20 {
        width: 20%;
    }
    .fix-row-40 {
        margin: 0px -40px;
    }
    .fix-col-40 {
        padding: 0px 40px;
    }
    .fix-row-25 {
        margin: 0px -25px;
    }
    .fix-col-25 {
        padding: 0px 25px;
    }
    .fix-row-30 {
        margin: 0px -30px;
    }
    .fix-col-30 {
        padding: 0px 30px;
    }
    .fix-row-20 {
        margin: 0px -20px;
    }
    .fix-col-20 {
        padding: 0px 20px;
    }
    .fix-row-15 {
        margin: 0px -15px;
    }
    .fix-col-15 {
        padding: 0px 15px;
    }
    .fix-row-10 {
        margin: 0px -10px;
    }
    .fix-col-10 {
        padding: 0px 10px;
    }
    .fix-row-20 {
        margin: 20px -20px;
    }
    .fix-col-20 {
        padding: 0px 20px;
    }
    .fix-wid-20 {
        width: 20% !important;
    }
}

@media(max-width:768px) and (min-width:460px) {
    .col-mn-6 {
        width: 50%;
    }
    .col-mn-5 {
        width: 42%;
    }
    .col-mn-7 {
        width: 58%;
    }
    .col-mn-4 {
        width: 33.33%;
    }
    .col-mn-8 {
        width: 66.67%;
    }
}

@media (min-width: 1200px) {
    .fix-container {
        width: 1330px;
    }
    .container {
        width: 1230px;
    }
    .container-fluid {
        width: 100%;
        padding: 0;
    }
}

@media(min-width: 992px) {
    .fix-slider-2 {
        width: 34%;
    }
    .fix-slider-10 {
        width: 66%;
    }
}

@media(max-width: 992px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 25px;
        font-size: 20px;
    }
    h3.template-name,
    .template-name-services {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .fix-col-5i {
        padding: 0px 5px!important;
    }
    .pd-0i{
        padding:0!important
    }
    .none-mobile {
        display: none!important;
    }
    .ds-mobile {
        display: block!important;
    }
    .price-solar{
        display:block!important;
        height:40px
    }
    .price-solar-old{
        margin-left:0!important
    }
    .template-name-services {
        line-height: 20px;
    }
    .template-content.pd-15 {
        padding: 5px;
    }
    .p-images {
        position: static!important;
        width: 100%!important;
    }
    .box-lang {
        justify-content: center!important;
        margin-top: 10px;
    }
    .desc-product {
        padding-right: 0!important;
    }
    .w-100i {
        width: 100%!important
    }
    .box-mail-page {
        margin-left: 0!important;
    }
    .flex-menu-mobile {
        display: flex;
        align-items: center
    }
    .desc-news.before-news.ml-40 {
        margin-left: 20px!important;
    }
    .title-dangky {
        text-align: center;
    }
    ul.ul-list {
        display: block!important;
        width: 90%;
        margin: 0 auto;
    }
    ul.ul-list li h3 a {
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    .template-about:before {
        left: 37%!important;
        font-size: 12.5rem!important;
        transform: rotate(-90deg) translate(0%, -50%)!important;
    }
    .title-page h3 a {
        font-size: 20px;
    }
    .logo-header {
        width: 100%;
    }
    .item-category.item-red {
        padding: 1px 0px!important;
    }
    .desc-category h3 a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .thumb-news img {
        height: auto;
        width: 100%;
    }
    .title-dangky {
        text-align: center!important;
    }
    .item-nangluc {
        margin: 5px!important;
    }
    .box-video {
        height: 315px;
    }
    .tabcss ul.ulcss {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
    }
    .about-index {
        padding: 40px 0px!important;
    }
}

@media(min-width: 1024px) {
    .fix-slider-2 {
        width: 33%
    }
    .fix-slider-10 {
        width: 67%;
    }
}

.slider-quangcao a {
    margin-bottom: 5px;
    display: block;
}

.visit_hidden {
    height: 0px;
    overflow: hidden;
}

.pos-re {
    position: relative;
}

#slider {
    position: relative;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inline-block {
    display: inline-block;
}

.color-red {
    color: #d70000 !important;
}

.line {
    background: #333;
    display: block;
    width: 125px;
    height: 2px;
    margin: 25px auto;
}

.line.line-white {
    background: #fff;
}