@charset "utf-8";
/* CSS Document */
a:focus, a:hover{
    text-decoration: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

section{
    position: relative;
    float: left;
    width: 100%;
}

a:focus {
    outline: none;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

.p100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.p100t{
    padding-top: 100px;
}

.p100b{
    padding-bottom: 100px;
}

.p70{
    padding-top: 70px;
    padding-bottom: 70px;
}

@media(max-width:768px){
    .p100{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .p70{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p100t{
        padding-top: 30px;
    }

    .p100b{
        padding-bottom: 30px;
    }

}

img{
    max-width: 100%;
}

section{
    display: block;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*header*/
.header-box{
    display: none;
    position: relative;
    float: right;
    padding-top: 10px;
}

.header-box .contact-info {
    position: relative;
    float: left;
}

.header-box .contact-info li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-right: 30px;
}

body:not(.common-home) .header-box{
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
}

body:not(.common-home) header{
    background-color: rgba(0,0,0,0.80);
}

body:not(.common-home) header .main-menu, body:not(.common-home) header .main-menu:before, body:not(.common-home) header .main-menu:after{
    background: unset;
    border: none;
    float: left;
}

body:not(.common-home) header .main-menu .nav-bar li.current a:before, body:not(.common-home) header .main-menu .nav-bar li:hover a:before{
    display: none;
}

body:not(.common-home) header {
    top: 50px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 99;
}

header .main-menu{
    position: relative;
    background-color: rgba(0,0,0,0.80);
    padding: 0 40px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-align: center;
}

header .main-menu:before {
    position: absolute;
    top: 0;
    left: -30px;
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-top: 100px solid rgba(0,0,0,0.80);
    content: "";
}

header .main-menu:after {
    position: absolute;
    top: 0;
    right: -30px;
    height: 0;
    width: 0;
    border-right: 30px solid transparent;
    border-top: 100px solid rgba(0,0,0,0.80);
    content: "";
}

header .logo {
    position: relative;
    padding: 15px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header .logo img {
    max-height: 70px;
}

header ul, header li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: static;
}

header li {
    margin-left: 35px;
    position: relative;
    float: left;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header li a {
    position: relative;
    display: block;
    padding: 35px 0;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    width: 2px;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header .main-menu .nav-bar li.current a:before, header .main-menu .nav-bar li:hover a:before {
    height: 30px;
}

header .main-menu .nav-bar li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    width: 2px;
    content: "";
    background: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-mb {
    display: inline-block;
    text-align: right;
    margin-top:  30px;
    padding-right: 20px;
}

.navbar-toggler {
    color: rgba(0,0,0,.5);
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
}

.navbar-toggler span:before {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    left: 0px;
    top: -3px;
    position: absolute;
    transition: top .3s .3s, -webkit-transform .3s 0s;
}

.navbar-toggler span:after {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    left: 0px;
    bottom: -10px;
    position: absolute;
    transition: bottom .2s .3s, -webkit-transform .3s 0s;
}

body:not(.common-home) header.header-fix-detail{
    top: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media(max-width: 1200px){
    header .container{
        width: 100%;
    }

    header .main-menu .nav-bar li.current a:before, header .main-menu .nav-bar li:hover a:before{
        display: none;
    }

    header .main-menu{
        background-color: #000;
        float: left;
        padding: 0;
    }

    .navbar-toggler {
        position: relative;
        border: none;
        outline: none;
    }

    .navbar-toggler span {
        height: 2px;
        width: 30px;
        display: inline-block;
    }

    header{
        position: relative;
    }

    header .logo{
        text-align: left;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-fix{
        position: fixed;
        z-index: 101;
    }

    header .main-menu:after, header .main-menu:before{
        display: none;
    }

    header .nav-bar{
        display: none;
    }

    header .nav-bar ul{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }

    header .nav-bar li {
        width: 100%;
        padding: 5px;
        display: block;
        text-align: left;
        margin: 0;
    }

    header .nav-bar li li {
        padding: 0 5px;
    }

    header li li a {
        padding: 12px 20px 12px 30px;
    }

    header li a{
        text-align: left;
        padding: 5px 0;
    }

    .main-menu .nav-bar {
        border-top: #138dff 1px solid;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .main-menu .nav-bar .fa {
        display: none;
    }

    header .nav-bar ul span.toggle-mb {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 50px;
        transition: all 0.5s;
    }
    header .nav-bar ul span.toggle-mb.active {
        transform: rotate(-180deg);
    }
    header .nav-bar ul span.toggle-mb:before {
        font-family: FontAwesome;
        content: "\f107";
        color: #fff;
        font-size: 26px;
    }
}


@media (max-width: 768px) {
    header .logo {
        padding: 5px 15px;
    }
    header .logo img {
        max-height: 60px;
    }
    .menu-mb {
        margin-top: 15px;
    }
}

/*Slide*/
.main-slider-area{
    position: relative;
}

.slide-details{
    width: 86%;
}

.owl-carousel{
    margin: 0;
}

.banner-carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.main-slider-area .banner-carousel .owl-controls{
    position: absolute;
    right: 28%;
    bottom: -6%;
    z-index: 99;
}

.main-slider-area .owl-controls  .owl-prev, .owl-controls .owl-buttons .owl-next{
    position: absolute;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-slider-area .owl-carousel .owl-buttons div {
    opacity: 1;
    text-shadow: none;
}

.main-slider-area .owl-carousel .owl-buttons .owl-prev, .main-slider-area .owl-carousel:hover .owl-buttons .owl-prev{
    right: 270px;
    left: 0;
}

.main-slider-area .owl-carousel .owl-buttons .owl-next, .main-slider-area .owl-carousel:hover .owl-buttons .owl-next{
    left: 270px;
    right: 0;
}

.main-slider-area .owl-carousel:hover .owl-buttons div, .project-area .owl-controls .owl-carousel:hover .owl-buttons div {
    opacity: 1;
    text-shadow: none;
}

.main-slider-area .owl-controls .owl-next:before, .main-slider-area .owl-controls .owl-prev:before, .project-area .owl-controls .owl-next:before, .project-area .owl-controls .owl-prev:before {
    position: absolute;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    font-family: "FontAwesome";
    padding-top: 2px;
}

.main-slider-area .owl-controls .owl-next:before{
    border-left: 0;
    right: 0;
    content: "\f178";
    padding-right: 15px;
    text-align: right;
}

.main-slider-area .owl-controls .owl-prev:before {
    border-right: 0;
    left: 0;
    content: "\f177";
    padding-left: 15px;
}

.main-slider-area .owl-controls .owl-next:after, .main-slider-area .owl-controls .owl-prev:after{
    position: absolute;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -3px;
}

.main-slider-area .owl-controls .owl-next:after{
    right: 0;
    content: "Kế tiếp";
    margin-right: 8px;
    text-align: left;
    width: 105px;
}

.main-slider-area .owl-controls .owl-prev:after{
    left: 0;
    content: "Quay lại";
    padding-left: 60px;
    text-align: left;
    width: 130px;
}

.bottom-box {
    position: relative;
    padding: 35px 0;
}

.bottom-box .contact-info {
    position: relative;
    float: left;
    padding: 10px 0;
}

.bottom-box .contact-info li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-right: 30px;
}

.bottom-box .contact-info li span {
    text-transform: uppercase;
}

@media(max-width:1367px){
    #parallelogram{
        display: none;
    }

    .slide-details{
        width: 100%;
    }
}

@media(max-width: 990px){
    .contact-info{
        display: none;
    }

    .main-slider-area .banner-carousel .owl-controls{
        right: 60%;
    }

    .bottom-box{
        padding: 45px 0;
        display: none;
    }
}

@media(max-width: 667px){
    .main-slider-area .banner-carousel .owl-controls{
        right: 75%;
        bottom: -23px;
        display: none !important;
    }
}

.parallelogram {
    position: absolute;
    transform: skew(-14deg);
    top: 0;
}

 .triangle-bottomright {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 14%;
}

.triangle-bottomright:before {
    content: '';
    width: 0;
    border-bottom: 600px solid white;
    border-left: 150px solid transparent;
    position: absolute;
    bottom: 0;
    left: -120px;
}

.parallelogram2{
    width: 130px;
    height: 100%;
    right: 13%;
}

.parallelogram3{
    width: 140px;
    height: 80%;
    right: 8%;
}

.parallelogram4{
    width: 140px;
    height: 70%;
    right: 4.2%;
}

/*about-us*/
.about-us-area{
    background-image: url(images/about-us.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
}

.about-us-area .image-details{
    position: relative;
    text-align: right;
    margin-right: -15px;
    padding-top: 100px;
}

.about-us-area .image-details img:first-child{
    position: absolute;
    left: 0;
    top: 0;
}

.about-us-area .image-details img:last-child{
    position: relative;
    margin-bottom: 0;
}

.about-us-area .title-details {
    position: absolute;
    left: 95px;
    bottom: 75px;
    width: 100%;
    text-align: left;
    z-index: 9;
}

.about-us-area .title-details h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 78px;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
}

.about-us-area .content-col{
    position: relative;
    margin-left: -15px;
    padding-top: 120px;
}

.about-us-area .content-col .content-box {
    position: relative;
    padding: 55px 90px 65px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
}

@media(min-width: 1200px){
    .about-us-area .content-col .content-box{
        border-left: 0;
    }
}

.content-box .title {
    position: relative;
    margin-bottom: 35px;
}

.content-box .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #222222;
    font-weight: 600;
    padding-bottom: 35px;
}

.content-box .title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    content: "";
}

.content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 45px;
    text-align: justify;
}

.content-box .link-box {
    position: relative;
}

.content-box .link-box a {
    font-weight: 700;
}
.content-box .link-box a:hover {
    color: #fff;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgb(255 153 93) 0%,rgb(255 63 19) 100%);
    display: inline-block;
    text-align: center;
}

@media(max-width: 990px){
    .about-us-area .title-details {
        position: relative;
        left: unset;
        bottom: unset;
    }

    .about-us-area .title-details h2{
        font-size: 40px;
        line-height: 50px;
        padding-left: 30px;
    }

    .about-us-area .image-details img{
        display: none;
    }

    .about-us-area .image-details{
        margin-right: 0;
        padding-top: 0;
    }

    .about-us-area .content-col{
        margin-left: 0px;
        padding-top: 50px;
    }

    .about-us-area .content-col .content-box{
        padding: 20px 30px 40px;
    }
}


/*Specialization*/
.specialization-title{
    background-image: url(../images/2.jpg);
    position: relative;
    padding: 85px 0 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.specialization-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .85;
}

.sec-title {
    position: relative;
    margin-bottom: 75px;
    text-align: center;
}


.sec-title .float-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    margin: 0 auto;
    opacity: 0.10;
    z-index: 1;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    padding: 16px 0;
    z-index: 1;
    text-transform: uppercase;
}

.service-block {
    position: relative;
    padding: 0 15px 15px;
}

.specialization-product {
    position: relative;
    margin-top: -278px;
    padding-bottom: 100px;
}

.specialization-area .service-block .image-box {
    position: relative;
}

.specialization-area .service-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content {
    position: relative;
    padding: 35px 25px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .product-cat{
    font-size: 13px;
    margin-bottom: 20px;
    font-style: italic;
}

.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.service-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 27px;
    text-align: justify;
}

.service-block .lower-content .link-box {
    position: relative;
}

.service-block .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .link-box i{
    padding-left: 10px;
}

.service-block .inner-box:hover .image-box .image img {
    opacity: .70;
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.service-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}

.specialization-area .owl-controls{
    display: block;
    position: relative;
}

.specialization-area .owl-pagination{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.specialization-area .owl-page{
    position: relative;
    display: inline-block;
    height: 16px;
    width: 4px;
    margin: 0 5px;
    background-color: #b6b6b6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

.specialization-area .owl-page.active, .specialization-area .owl-page:hover {
    height: 30px;
    margin-bottom: 0;
}

.specialization-area .owl-controls .owl-page.active span, .specialization-area .owl-controls .owl-page span {
    background: none;
    box-shadow: none;
}

@media (max-width: 676px){
    .specialization-product{
        margin-top: -249px;
    }

    .service-block .inner-box .image-box .image img {
        opacity: .70;
        -webkit-transform: scale(1.2) rotate(-5deg);
        -moz-transform: scale(1.2) rotate(-5deg);
        -ms-transform: scale(1.2) rotate(-5deg);
        -o-transform: scale(1.2) rotate(-5deg);
        transform: scale(1.2) rotate(-5deg);
    }

    .service-block .inner-box .lower-content {
        -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
        -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
        -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
        box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    }
}

/*Banner*/
.module_banner img{
    max-width: 100%;
}

/*Project Area*/
.project-area .sec-title{
    text-align: right;
}

.project-area  .owl-carousel{
    position: relative;
}

.project-area  .owl-controls {
    position: absolute;
    left: 10%;
    z-index: 99;
}

.project-area .row, .project-block, .project-block .image-box, .project-block .image-box .image {
    position: relative;
}

.project-area .image-box .image{
    margin-bottom: 0;
}

.project-area .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-area figure img{
    width: 100%;
}

.project-area .overlay-box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0%;
    width: 0%;
    opacity: 0;
    overflow: hidden;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-area .image-box:hover .overlay-box:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 0%;
}

.project-area .overlay-box .tag {
    position: absolute;
    left: 35%;
    top: 50%;
    text-align: right;
    opacity: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-area .image-box:hover .overlay-box .tag {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 200ms;
}

.owl-carousel{
    margin: 0;
}

.banner-carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.project-area .banner-carousel .owl-controls{
    position: absolute;
    right: 28%;
    bottom: -6%;
    z-index: 99;
}

.project-area .owl-controls  .owl-prev, .owl-controls .owl-buttons .owl-next{
    position: absolute;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project-area .owl-carousel .owl-buttons div {
    opacity: 1;
    text-shadow: none;
}

.project-area .owl-carousel .owl-buttons .owl-prev, .project-area .owl-carousel:hover .owl-buttons .owl-prev{
    right: 270px;
    left: 0;
}

.project-area .owl-carousel .owl-buttons .owl-next, .project-area .owl-carousel:hover .owl-buttons .owl-next{
    left: 270px;
    right: 0;
}

.project-area .owl-carousel:hover .owl-buttons div, .project-area .owl-controls .owl-carousel:hover .owl-buttons div {
    opacity: 1;
    text-shadow: none;
}

.project-area .owl-controls .owl-next:before, .project-area .owl-controls .owl-prev:before, .project-area .owl-controls .owl-next:before, .project-area .owl-controls .owl-prev:before {
    position: absolute;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    font-family: "FontAwesome";
    padding-top: 2px;
}

.project-area .owl-controls .owl-next:before{
    border-left: 0;
    right: 0;
    content: "\f178";
    padding-right: 15px;
    text-align: right;
}

.project-area .owl-controls .owl-prev:before {
    border-right: 0;
    left: 0;
    content: "\f177";
    padding-left: 15px;
}

.project-area .owl-controls .owl-next:after, .project-area .owl-controls .owl-prev:after{
    position: absolute;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -3px;
}

.project-area .owl-controls .owl-next:after{
    right: 0;
    content: "Kế tiếp";
    margin-right: 8px;
    text-align: left;
    width: 105px;
}

.project-area .owl-controls .owl-prev:after{
    left: 0;
    content: "Quay lại";
    padding-left: 60px;
    text-align: left;
    width: 130px;
}

@media(min-width: 1370px){
    .project-area  .owl-controls {
        left: 20%;
    }
}

@media(min-width: 1200px){
    .project-area .owl-controls{
        top: -135px;
    }
}

@media(max-width: 1200px){
    .project-area .owl-controls{
        bottom: -50px;
        left: 35%;
    }
}

@media(max-width: 800px){
    .project-area .owl-controls{
        left: 12%;
    }

    .project-area .sec-title{
        margin-right: 15px;
    }
}

@media(max-width:992px){
    .project-area{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .sec-title .float-text {
        top: -20px;
        font-size: 30px;
    }
}

/*Blog Area*/
.blog-area{
    position: relative;
}

@media(max-width:992px){
    .blog-area{
        margin-top: 100px;
    }
}

.blog-area:before {
    position: absolute;
    right: 0;
    top: 140px;
    height: 347px;
    width: 157px;
    background-image: url(../images/icon-dots.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.blog-area:after {
    position: absolute;
    left: 0;
    top: 55px;
    height: 576px;
    width: 238px;
    background-image: url(../images/pentagon.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
}

.blog-area .sec-title{
    text-align: left;
}

.news-block, .product-cat {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

@media(max-width: 667px){
    .news-block, .product-cat{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-block .inner-box, .product-cat .inner-box {
    position: relative;
}

.news-block .image-box, .product-cat .image-box {
    position: relative;
}

.news-block .image-box {
    margin-right: 40px;
}

.product-cat .image-box, .blog-cat .image-box {
    margin-right: 0;
}

.blog-cat .image-box img{
    width: 100%;
}

.news-block .image-box .image, .product-cat .image-box {
    position: relative;
    margin-bottom: 0;
}

.news-block .image-box .overlay-box, .product-cat .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background: #000 padding-box content-box;
    content: "";
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.news-block .overlay-box a, .product-cat .overlay-box a {
    position: absolute;
    left: 8%;
    top: 50%;
    height: 40px;
    width: 100%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.news-block .overlay-box a span, .product-cat .overlay-box a span {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-block .caption-box, .product-cat .caption-box {
    position: relative;
    margin-top: -50px;
    padding: 28px 35px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 21px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    box-shadow: 0 0 21px rgb(0 0 0 / 21%);
}

.news-block .caption-box, .product-cat .caption-box {
    margin-left: 40px;
}

.product-cat .caption-box, .blog-cat .caption-box{
    margin-right: 20px;
    margin-left: 20px;
}

.news-block .caption-box h3, .product-cat .caption-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-block .caption-box h3 a, .product-cat .caption-box h3  {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .caption-box .info, .product-cat .caption-box .info {
    position: relative;
    display: block;
}

.news-block .caption-box .info li, .product-cat .caption-box .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .overlay-box, .product-cat .inner-box:hover .overlay-box {
    height: 100%;
    opacity: 0.80;
}

.news-block .inner-box:hover .overlay-box a, .product-cat .inner-box:hover .overlay-box a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

@media(max-width: 800px){
    .blog-area .sec-title{
        margin-left: 15px;
        margin-bottom: 40px;
    }
}

@media(max-width: 675px){
    .news-block .caption-box, .product-cat .caption-box{
        margin-left: 0;
        margin-right: 0;
    }

    .news-block .image-box, .product-cat .image-box{
        margin-right: 0;
    }
}

/*footer*/
footer {
    background-image: url(images/footer.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    text-align: justify;
}

footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    opacity: 0.90;
}

footer h2{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 45px;
    margin-left: -15px;
    margin-top: 0;
    padding-top: 0;
}

footer h2:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    content: "\f141";
    font-family: "FontAwesome";
    transform: rotate(90deg);
}


footer h3{
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    padding-top: 40px;
}

.fa-map-marker:before{
    content:'\f041';
}

.fa-envelope:before{
    content: '\f0e0';
}

.fa-phone:before{
    content: '\f095';
}

.logo-footer {
    position: relative;
    display: inline-block;
}

.info-footer{
    padding-right: 40px;
    padding-top: 80px;
}

.info-footer p {
    position: relative;
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
}

.info-footer p i{
    padding-right: 10px;
}

.menu-footer{
    padding-right: 40px;
    padding-left: 40px;
}

.menu-footer li{
    padding: 10px 0;
}

.menu-footer li a {
    padding-left: 25px;
    font-size: 15px;
}

.menu-footer li:before {
    position: absolute;
    left: 0;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    content: "\f054";
    font-family: "FontAwesome";
}

footer iframe{
    width: 340px;
    height: 200px;
    display: block;
    text-align: center;
}

@media (max-width: 662px){
    footer iframe{
        height: 300px;
    }
}

footer .content{
    margin-top: 0 !important;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid #222222;
    margin-top: 50px;
}

.footer-bottom .inner-container {
    position: relative;
}

.footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    content: "";
}

.footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 20px 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 20px 0;
    padding-right: 40px;
}

.footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 70px solid #ff3413;
    content: "";
}

.footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-bottom .copyright-text a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 767px){
    footer .footer-bottom .social-links, footer .footer-bottom .copyright-text {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .footer-bottom .copyright-text:before, .footer-bottom .inner-container:before{
        display: none;
    }

    footer .footer-bottom .social-links li:first-child {
        margin-left: 0;
    }

    footer .footer-bottom .social-links li {
        float: none;
        display: inline-block;
    }

    .footer-bottom .copyright-text p {
        font-size: 14px;
    }

    footer h2{
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .sec-title{
        margin-bottom: 40px;
    }
}

/*icon*/
.title-box a:last-child:before{
    display: none;
}

.title-box a:before {
    content: "\f111";
    font-family:"FontAwesome";;
    color: #fff;
    font-size: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title-box a:first-child{
    padding-left: 0;
}

.title-box a{
    padding-right: 20px;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
}

/*Details*/
section.page-title{
    background-image: url(images/bg-title.jpg);
    position: relative;
    padding: 200px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}

body:not(.common-home) .header-box .contact-info{
    float: right;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

body:not(.common-home) .header-box.header-box-none{
    display: none;
}

.title-box{
    position: relative;
}

.title-box h2{
    font-size: 40px;
    line-height: 60px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

.name-price h3, .name-price h4 {
    font-size: 30px;
    margin-top: 0;
    margin-top: 80px;
    margin-bottom: 50px;
}

.name-price h3{
    font-weight: 500;
}

.name-price h4 {
    font-weight: 800;
    text-align: right;
}

.desc p, .des-short {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: justify;
}

.desc p{
	margin-bottom: 10px;
}

.main-info .specifications{
    margin-bottom: 50px;
}

.desc table{
    margin-bottom: 50px;
}

.main-info .specifications li span{
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-info .specifications li span.last{
    font-weight: 500;
}

.vnd{
    font-size: 16px;
    margin-left: 10px;
}

.help-box-two {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/help-bg.jpg);
}

.help-box-two .inner {
    position: relative;
    border: 1px solid #dddddd;
    padding: 35px 40px;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    -ms-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    -o-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    box-shadow: 0 0 16px rgb(0 0 0 / 7%);
}

.help-box-two .inner h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.help-box-two .inner .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}

.help-box-two .inner .theme-btn {
    background-color: transparent;
    border: 1px solid #222222;
    padding: 10px 35px;
    line-height: 20px;
    color: #ffb902;
}

@media(min-width: 992px){
    .desc{
        padding-right: 50px;
    }
}

.product-cat .caption-box .info{
    font-size: 25px;
    text-align: right;
    margin-top: 20px;
    font-weight: 700;
}

.product-cat .caption-box .info span{
    font-size: 15px;
    padding-left: 5px;
    font-weight: 500;
}

.desc-short{
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-cat .desc-short{
    border-top: #ccc 1px solid;
    margin-top: 20px;
    text-align: justify;
}


.blog-cat{
    margin-bottom: 50px;
}

/*Main blog*/
#column-right{
    padding-left: 20px;
}

#column-right .box-list-heading{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 50px;
}

.item-news-featured{
    margin-bottom: 50px;
}

.item-pro-column{
    margin-bottom: 20px;
}

#column-right .box-list-heading:first-child{
    margin-top: 0;
}

#column-right .image-pro-column, #column-right .info-pro-column, .news-info-featured, .news-image-featured{
    display: inline-block;
    vertical-align: text-top;
}

#column-right .info-pro-column{
    padding-top: 10px;
    padding-left: 5px;
}

@media(max-width: 662px){
    .product-cat .caption-box .info{
        text-align: left;
    }
}

/*Menu header*/
header ul ul{
    display: none;
    left: 0;
    width: 330px;
    top: 100%;
    padding: 0px 0px;
    z-index: 100;
    background: rgba(47,46,50,.90);
    transition: all 300ms linear;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

header li li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    margin-left: 0;
}

header li li:last-child{
    border: none;
}

header li li a{
    text-transform: capitalize;
}

 header li li a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

header li ul li:hover a {
    border-left-color: #ff3413;
}

header li ul li:hover a {
    border-left: 4px solid #ff3413;
    background: #222222;
}

@media (min-width: 1200px) {
    header ul li:hover ul{
        display: inline-block;
        position: absolute;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        visibility: visible;
    }

    header ul li:hover ul li{
        display: block;
    }
}

@media(max-width:667px){
    section.page-title{
        margin-top: -140px;
        padding-left: 30px;
    }
}

@media(max-width: 992px){
    body:not(.common-home) header .main-menu{
        background-color: #000;
        opacity: 1;
    }

    body:not(.common-home) header{
        top: 0;
    }
}

.main-info{
    margin-bottom: 50px;
}

.news-description{
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
    margin-top: 0;
    padding: 0;
}

.news-description .inner {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 21px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    box-shadow: 0 0 21px rgb(0 0 0 / 21%);
    text-align: justify;
}

.news-description .news-info{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.desc table{
    width: 100%;
}

.desc table td{
    border: #000 1px solid;
    padding: 10px;
}

.desc table tr td:last-child{
    text-align: center;
}

header .main-menu .nav-bar li:hover li a:before{
    display: none;
}

select, input, textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

input, textarea{
    padding: 5px 10px;
    width: 100%;
}

.iframe-map iframe{
    width: 100%;
    margin-top: 100px;
}

.information-contact .content, .information-contact .title-contact{
    margin-top: 100px;
}

.lv1 {
    position: relative;
    border: 1px solid #e1e1e1;
}

.lv1 li {
    position: relative;
    margin-left: -1px;
    border-left: 7px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lv1 li a {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding: 20px 40px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lv1 li a span {
    float: right;
    font-size: 16px;
    line-height: 20px;
}

.lv1 i{
    display: none;
}

.lv1 li:hover, .lv1 li.active {
    border-left: 7px solid #138dff;
}

.item-news-featured:last-child{
    margin-bottom: 0;
}

.box, .box-list{
    margin-bottom: 50px;
}

.box-product-column .info-pro-column .name, .box-content .news-info-featured, .box-news-content .item .name a{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.box-product-column .info-pro-column .name{
    position: relative;
}

.box-content .news-info-featured{
    position: absolute;
    padding-left: 15px;
}

.box-product-column .info-pro-column .name a, .box-content .news-info-featured a:first-child{
    margin-bottom: 5px;
    float: left;
}

.box-product-column .info-pro-column a, .box-content .news-info-featured a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
 }

.box-content .news-info-featured a{
    display: block;
}

.box-product-column .info-pro-column .name div, .box-content .news-info-featured a:last-child{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

.specifications h5{
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}

.specifications ul{
	margin-top: 25px;
	margin-bottom: 50px;
}

.main-product-details{
	text-align: justify;
}

.main-product-details .desc{
	margin-bottom: 80px;
}

.main-product-details .desc figure{
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-product-details .desc figure img{
	max-width: 100%;
}

.main-product-details .desc figure figcaption{
	font-style: italic;
	margin-top: 10px;
}

.main-product-details .desc h3{
	font-size: 25px;
	margin-top: 40px;
	font-weight: 700;
}

.main-product-details .desc h4{
	font-size: 20px;
	margin-top: 30px;
	font-weight: 600;
}

.main-product-details .desc ul{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #2f2f2f;
}

.main-product-details .desc ul, .main-product-details .desc li{
	list-style-type: disc;
	padding-left: 20px;
}

.contact-content .address-contact p:first-child, .contact-content .time-open p:first-child{
	margin-bottom: 0;
}

.contact-content .address-contact p:last-child, .contact-content .time-open p:last-child, .contact-content .info-contact-content p{
	margin-bottom: 20px;
}

#price-table-agency, #price-table-retail{
	text-align: center;
}

#price-table-agency table{
	width: 100%;
	margin-top: 30px;
}

#price-table-retail table{
	width: 100%;
}

#price-table-agency table p, #price-table-retail table p{
	margin: 0;
}

#price-table-agency table td, #price-table-retail table td{
	border: #000 1px solid;
	padding: 10px 5px;
	font-weight: 800;
}

#price-table-agency table tr td:last-child{
	font-weight: 400;
}

#price-table-agency table thead td:last-child{
	font-weight: 800;
}

#price-table-agency table span{
	font-weight: 400;
	display: block;
}

#price-table-agency table p span{
	width: 46%;
	display: inline-block;
	text-align: left;
}

#price-table-agency table p span:nth-child(2){
	width: 3%;
}

#price-table-agency .note, #price-table-agency ul, #price-table-retail .note, #price-table-retail ul{
	text-align: left;
}

#price-table-agency .note, #price-table-retail .note{
	padding-top: 20px;
	font-weight: 600;
	font-style: italic;
}

#price-table-agency .note span, #price-table-retail .note span{
	text-transform: uppercase;
	border-bottom: #777777 1px solid;
}

#price-table-agency ul, #price-table-retail ul{
	padding-left: 30px;
}

#price-table-retail .unit{
	text-align: right;
	padding-right: 20px;
}

#price-table-retail table .color{
	background-color: #d8d8d8;
}

#price-table-retail table .color td{
	padding: 0;
	margin: 0;
}

#price-table-retail table tr.price td{
	font-weight: 500;
}

#price-table-retail table tr td span{
	font-weight: 500;
}

.news-description h3{
    margin-top: 50px;
}

.news-description h4, .news-description h5{
    margin-bottom: 15px;
    margin-top: 30px;
}

.news-description h4{
    font-size: 20px;
}

.news-description h5{
    font-size: 17px;
    font-weight: 600;
}

/*.news-description ul{
    margin-bottom: 30px;
}*/

.news-description ul li{
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 30px;
    margin-bottom: 10px
}

.news-description ul li:first-child{
    margin-top: 20px;
}

.news-description ul li:last-child{
    margin-bottom: 20px;
}

.news-description ul li span{
    padding-bottom: 30px;
    padding-top: 10px;
    display: block;
    font-weight: 400;
}

.news-description figure{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-description figure figcaption{
    font-style: italic;
}

.float-text{
	display: none;
}

a.fixed_zalo {
    background-image: url(images/zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 100px;
    right: 22px;
    z-index: 9999;
}

.mypage-alo-phone {
    position: fixed;
    right: 5px;
    bottom: 160px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.4) url(images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #228dcb;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #228dcb;
    opacity: .75 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #228dcb;
    opacity: .5;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.main-product-details .banner-item {
    display: block;
    margin-top: 50px;
}

.main-product-details .banner-item img{
    max-width: 100%;
}

@media(max-width: 500px){
    #price-table-retail figure, #price-table-agency figure{
        margin-left: -5%;
        margin-right: -5%;
    }

    #price-table-retail table td, #price-table-agency table{
        padding: 5px 1px;
    }

    #price-table-agency table td p span:nth-child(2){
        display: none;
    }

    #price-table-agency table p span {
        width: 100%;
    }

    .news-description .inner{
        padding: 20px;
    }

    #price-table-agency ul, #price-table-retail ul {
        padding-left: 0;
    }

    .back-content{
    	font-size: 11px;
    	line-height: 20px;
    }

    .back-content ul{
    	margin-left: -10px;
    }
}

.back-content ul li span{
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    font-weight: 600;
}

/* md popup */
.md-popup .modal-content {
    background: transparent;
}
.md-popup .modal-content .modal-body {
    padding: 0;
}
.md-popup button.close {
    text-shadow: unset;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    right: -15px;
    top: -15px;
    outline: none!important;
}
.md-popup .desc {
    width: 45%;
    position: absolute;
    top: 25%;
    left: 30px;
    text-align: center;
}
.md-popup .desc h3 {
    font-size: 18px;
    color: #666;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal;
    text-transform: uppercase;
}
.md-popup .desc .number {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
}
.md-popup .desc .desc-content {
    color: #333;
    margin-bottom: 20px;
    font-size: 13px;
}

.box-news-content .item .name a{
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
}

.news-description figure img{
	padding-top: 10px;
}

.news-description .news-info .news-heading h1{
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
}


/* fixed button */
.float-contact {
    position: fixed;
    bottom: 35px;
    left: 10px;
    z-index: 99;
}
.float-contact button {
    border: 0;
    font-size: 15px;
    line-height: 39px;
    text-transform: uppercase;
}
.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.float-contact .hotline {
    background: #d11a59!important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: block;
    line-height: 0;
}
.bottom-contact{display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;}
.bottom-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-contact ul li{width: 25%;
    float: left;
    list-style: none;
    text-align: center; font-size:13.5px;}
.bottom-contact ul li span{color:black}
.bottom-contact ul li img{    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;}