@charset "utf-8";


body {
    font-family: 'GoogleSans-Regular';
}


input,
button,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
}

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

a {
    color: #333;
}

.main-new-detail .top-content-new-detail ul {
    list-style-type: inherit;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev,
.owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}


/* css main slider */

#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

#slider-home .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner {
    position: relative;
    height: 500px;
    height: auto;
    overflow: hidden;
}

#slider-home .item .item-title {
    font-size: 7rem;
    z-index: 2;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    letter-spacing: .3rem;
}

#slider-home .item {
    height: 70rem;
    width: 100%;
    position: relative;
}

#slider-home .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.main-menu ul li {
    list-style: none;
    float: left;
    padding: 0 16px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li a {
    font-size: 14px;

    text-transform: uppercase;
    display: inline-block;
    padding: 25px 0px;
    color: #fff;
    border-bottom: 3px solid transparent;
}

.main-menu ul li .sub-menu {
    position: absolute;
    background: rgba(90, 142, 97, 0.9);
    z-index: 999;
    width: 250px;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu ul li:hover .sub-menu {
    top: 73px;
    visibility: visible;
    opacity: 1
}

.main-menu ul li .sub-menu li {
    width: 100%;
}

.main-menu ul li .sub-menu li a {
    width: 100%;
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

.main-menu ul li .sub-menu li a {
    border-bottom: 0
}

.main-menu ul li .sub-menu li a:hover {
    border-bottom: 0
}

.main-menu ul li .sub-menu li:last-child a {
    border-bottom: 0
}

.main-menu ul li a:hover {
    border-bottom: 3px solid #43b756;
}

.main-menu ul li.active a {
    border-bottom: 3px solid #43b756;
}

#header-site {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;

    border-top: 1px solid #fff;
}

.is-sticky .top-header {
    background: rgba(90, 142, 97, 0.9);
    z-index: 99 !important;
}

.main-menu ul .li1 a {
    border-bottom: 0
}

.main-menu ul .li1 a:hover {
    border-bottom: 0
}

.logo {
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 60px;
    /*background: #fff;*/
    position: absolute;
    border-radius: 0 0 8px 8px;
    padding: 5px;
    margin-top: 7px;
}

.sticky-wrapper.is-sticky .logo {
    background: #fff;
    height: 80px;
    margin-top: 0px;
    padding-top: 15px;

}

.logo img {
    width: 100%;
}


img {
    object-fit: cover;
}

.main-menu ul .li1 {
    padding: 0 5px;
}

.center {
    text-align: center;
}

.title-title .title-primary {
    margin: 0;
    font-size: 30px;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #72b06f;
    padding-bottom: 10px;
}

.title-title .description {
    font-size: 14px;
}

.top-content {
    padding: 40px 0;
}

.top-content .nav-top-content .item {
    position: relative;
}

.top-content .nav-top-content .item .content-img {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
    width: 100%;
    padding: 0 22px;
    text-align: center;
}

.top-content .nav-top-content .item .image-khung img {
    width: 100%
}

.top-content .nav-top-content .item .content-img .stt {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 60px;
    color: #ec1e28;
    line-height: 57px;
}

.top-content .nav-top-content .item .content-img .title1 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}

.top-content .nav-top-content .item .icon {
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
}

.top-content .nav-top-content {
    margin-top: 20px;
}

.link ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.link ul li {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.link ul li a {
    font-size: 14px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #72b06f;
    color: #72b06f;
    padding: 0 33px;
    border-radius: 30px;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.link ul li a:hover {
    background: #ec1e28;
    color: #fff;
    border: 1px solid #ec1e28
}

.top-content .link {
    padding-top: 10px;
}

.services-home {
    background: url('../images/bg1.png');
    background-size: cover;
    position: relative;
}

.services-home:after {
    content: url('../images/bg2.png');
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-46%, -50%);
}

.services-home .title-primary {
    color: #fff;
}

.services-home {
    padding: 40px 0;
}

.services-home .nav-services-home .item {
    width: 230px;
    height: 230px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    position: relative;
    z-index: 9
}

.services-home .nav-services-home .item .item-content {
    width: 215px;
    border: 1px solid #72b06f;
    display: inline-block;
    height: 215px;
    text-align: center;
    border-radius: 50%;
    padding: 46px 20px 0 20px;
}

.services-home .nav-services-home .item .item-content .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    font-size: 19px;
}

.services-home .nav-services-home .item .stt {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 22px;
    width: 45px;
    height: 45px;
    background: #ec1e28;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 33px;
}

.services-home .nav-services-home .col-md-4 {
    text-align: center;
}

.services-home .nav-services-home .desc {
    font-size: 14px;
    color: #fff;
    padding: 20px 30px 0px 30px;
}

.services-home .nav-services-home {
    margin-top: 20px;
}

.services-home .nav-services-home .desc {
    /* margin-top: 13px; */
}

.services-home .readmore {
    padding-top: 40px;
}

.services-home .readmore a {
    color: #9fc997;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

.typical-design {
    background: url('../images/bg3.png');
    background-size: cover;
    padding: 40px 0;
}

.typical-design .nav-typical-design .row {
    margin-left: -10px;
    margin-right: -10px;
}

.typical-design .nav-typical-design .row .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 48%
}

.typical-design .nav-typical-design .row .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 52%
}

.typical-design .nav-typical-design .row .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.typical-design .nav-typical-design .item1 .image img {
    width: 100%;
    height: 570px;
}

.typical-design .nav-typical-design .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.typical-design .nav-typical-design .item .image {
    overflow: hidden;
}

.typical-design .nav-typical-design .item {
    position: relative;
}

.typical-design .nav-typical-design .item .nav-img {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/bg4.png');
    width: 100%;
    background-size: cover;
    text-align: center;
}

.typical-design .nav-typical-design .item .nav-img .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 3px;
}

.typical-design .nav-typical-design .item .nav-img .title a {
    color: #fff;
}

.typical-design .nav-typical-design .item .nav-img .desc {
    font-size: 14px;
    color: #fff
}

.typical-design .nav-typical-design .item2 .image img {
    width: 100%;
    height: 275px;
}

.typical-design .nav-typical-design .item2 {
    margin-bottom: 20px;
}

.typical-design .nav-typical-design .item2 .nav-img {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/bg5.png');
    width: 100%;
    background-size: cover;
    text-align: center;
}

.typical-design .nav-typical-design {
    margin-top: 15px;
}

.typical-design .nav-typical-design .link {
    margin-top: 40px;
}

.product-feature {
    background: url('../images/bg6.png');
    background-image: cover;
    padding: 40px 0;
}

.product-feature .title-primary {
    color: #fff;
}


.tabs-nav li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}


/* .tab-active a {
  background: #fff;
  border-bottom-color: transparent;
  color: #72b06f!important;
  cursor: default;
} */

.tabs-nav li a {
    height: 40px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 21px;
}

.tabs ul {
    display: inline-block;
}

.tabs {
    text-align: center;
}

.tabs .tabs-stage {
    text-align: left;
}

.slider-product-home .item .item-pr .nav-image .title {
    margin-top: 10px;
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0px;
}

.slider-product-home .item .item-pr .nav-image .title a {
    color: #fff
}

.slider-product-home .item .item-pr .nav-image p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.slider-product-home .item .item-pr .nav-image .price {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    color: #fff600;
    padding-top: 7px;
}

.slider-product-home .item .item-pr .image img {
    width: 100%;
    /*height: 263px;*/
}

.slider-product-home .item .item-pr .image {
    overflow: hidden;
}

.slider-product-home .item .item-pr .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.slider-product-home .item .item-pr .image {
    position: relative;
}

.slider-product-home .item .item-pr .image .new-pr {
    position: absolute;
    top: 21px;
    right: 16px;
}

.slider-product-home .item .item-pr .image .new-pr img {
    width: auto;
    height: auto;
}

.slider-product-home .item .item-pr .image .sale-pr {
    position: absolute;
    top: 55px;
    right: 16px;
}

.slider-product-home .item .item-pr .image .sale-pr img {
    width: auto;
    height: auto;
}

.slider-product-home .item .item-pr .image .stt-sale {
    background: #ff012b;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-product-home .item .row2 .item-pr {
    position: relative;
}

.slider-product-home .item .row2 .col-md-61 {
    position: absolute;
    bottom: 0
}

.slider-product-home .item .row2 .col-md-62 {
    float: right;
}

.slider-product-home .item .row2 .col-md-6 {
    margin-top: -15px;
}

.slider-product-home {
    margin-top: 35px;
}

.slider-product-home .owl-dot {
    width: 10px;
    height: 10px;
    background: #8dbd85;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    float: left;
}

.slider-product-home .owl-dot.active {
    background: #fff
}

.slider-product-home .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-product-home {
    padding-bottom: 50px;
}

.product-feature .tabs {
    margin-top: 15px;
}

.new-home {
    padding: 40px 0 40px 0;
}

.slider-new .item .item-new .item-new-left .date {
    font-size: 15px;
    color: #707070;
    border-bottom: 1px solid #ddd;
}

.slider-new .item .item-new .item-new-left .date .user {
    float: right;
    margin-top: 20px;
}

.slider-new .item .item-new .item-new-left .date .user svg {
    margin-right: 5px;
}

.slider-new .item .item-new .item-new-left .date .month {
    color: #72b06f;
    font-family: 'GoogleSans-Bold';
    font-size: 38px;
}

.slider-new .item .item-new .item-new-left .title {
    margin: 0;
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.slider-new .item .item-new .item-new-left .desc {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 2px;
}

.slider-new .item .item-new .item-new-left .readmore {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 28px;
    color: #999;
    margin-top: 10px;
}

.slider-new .item .item-new .item-new-left .readmore:before {
    content: url('../images/icon4.png');
    top: 2px;
    position: absolute;
    left: 0;
}

.slider-new .item .item-new .item-new-left .readmore:after {
    content: '';
    position: absolute;
    background: #ddd;
    height: 1px;
    width: 185px;
    right: 0;
    top: 9px;
}

.slider-new .item .item-new .item-new-right img {
    width: 100%;
    height: 214px;
}

.slider-new .item .item-new .item-new-right {
    overflow: hidden;
}

.slider-new .item .item-new .item-new-right:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.slider-new {
    margin-top: 20px;
}

.slider-new .owl-dot {
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    float: left;
}

.slider-new .owl-dot.active {
    background: #72b06f
}

.slider-new .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-new {
    padding-bottom: 65px;
}

.slider-logo .item {
    height: 100px;
    position: relative;
    text-align: center;

}

.slider-logo .item img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-logo .owl-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;
}

.slider-logo .owl-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0;
}

.slider-logo {
    border-top: 1px solid #cccccc;

    padding: 7px 30px;
    margin-top: 38px;
}

.div-list-ft p {
    padding-left: 23px;
    position: relative;
    color: #fff
}

}
.div-list-ft .p-diachi {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}

.div-list-ft .p-diachi1 {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}

.div-list-ft .p-sdt {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}

.div-list-ft .p-web {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}

.div-list-ft .p-mail {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}

#footer-site {
    background: #72b06f;
    /*margin-top: 100px;*/
}

.copy-right {
    background: #5b8d59;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}

.copy-right .text-center {
    text-align: center;
    color: #a8c2a6;
}

.copy-right .text-center a {
    color: #a8c2a6;
}

.register-footer .content-register {
    background: #ec1e28;
    padding: 40px 30px;
    margin-top: -75px;
}

.register-footer .content-register .content-register-left .title {
    font-family: 'GoogleSans-Bold';
    margin-top: 0;
    color: #fff
}

.register-footer .content-register .content-register-left .desc {
    font-size: 14px;
    margin: 0;
    color: #fff
}

.register-footer .content-register .content-register-right input[type=text] {
    height: 40px;
    border: 1px solid #ffff;
    background: #fff;
    border-radius: 4px;
    padding-left: 10px;
    margin-right: 5px;
    width: 30%;
}

.register-footer .content-register .content-register-right input[type=email] {
    height: 40px;
    border: 1px solid #ffff;
    background: #fff;
    border-radius: 4px;
    padding-left: 10px;
    margin-right: 5px;
    width: 30%;
}

.register-footer .content-register .content-register-right button {
    height: 40px;
    width: 40px;
    line-height: 35px;
    float: right;
    background: #b50912;
    border: 1px solid #b50912;
    color: #fff;
    border-radius: 5px;
}

.register-footer .content-register .content-register-right {
    margin-top: 12px;
}

.contact-footer {
    position: fixed;
    bottom: 26%;
    right: 30px;
    z-index: 999;
}

.contact-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.contact-footer ul li {
    margin-bottom: 4px;
}

.title-footer {
    color: #fff;
    font-size: 16px;
    font-family: 'GoogleSans-Bold';
    text-transform: uppercase;
    border-left: 3px solid #b9d8b7;
    padding-left: 13px;
    margin-bottom: 15px
}

.top-footer .item .nav-item-adress ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-footer .item .nav-item-adress ul li {

    padding-bottom: 10px;
}

.top-footer .item .nav-item-adress ul li a {
    color: #fff;
}

.top-footer .item .nav-item-adress ul li a:hover {
    color: #ffc000;
}

.top-footer .item .nav-item-adress ul li svg {
    color: #fff;
    margin-right: 8px;
}

.top-footer {
    padding-top: 34px;
}

.top-footer .item .nav-item-adress {
}

.top-footer .social-footer li {
    display: inline-block;
    float: left;
}

.top-footer .item .nav-item-adress ul.social-footer li i {
    width: 22px;
    height: 22px;
    background: #9b9b9b;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    padding-right: 0;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.top-footer .item .title {
    color: #e61a23;
    font-size: 14px;

    padding-top: 13px;
}

.slider-logo .item {
    height: 100px;
    position: relative;
    text-align: center;

}

.header-mobile {
    display: none;
}

.slider-product-home .item .row2 .item-pr .nav-image {
    text-align: right;
}

.tabs ul {
    padding: 0
}

.ringfixed {
    /* position: absolute;
 bottom: 49px;
 left: 0;*/
    position: fixed;
    bottom: -50px;
    left: -50px;
    z-index: 9;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.ring-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: fixed;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: ring-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ring-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ring-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ring-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ring-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ring-alo-phone {
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 150px;
    top: 30px
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important
}

.ring-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ring-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ring-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ring-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ring-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ring-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ring-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url("../images/icon-ringphone.png") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ring-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ring-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ring-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ring-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ring-alo-circle-img-anim 1s infinite ease-in-out
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #00aff2
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50
}

@-moz-keyframes ring-alo-circle-anim {

0
{
    transform: rotate(0) scale(0.5) skew(1deg)
;
    opacity: .1
}
30
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .5
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .1
}
}

@-webkit-keyframes ring-alo-circle-anim {

0
{
    transform: rotate(0) scale(0.5) skew(1deg)
;
    opacity: .1
}
30
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .5
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .1
}
}

@-o-keyframes ring-alo-circle-anim {

0
{
    transform: rotate(0) scale(0.5) skew(1deg)
;
    opacity: .1
}
30
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .5
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .1
}
}

@keyframes ring-alo-circle-anim {

0
{
    transform: rotate(0) scale(0.5) skew(1deg)
;
    opacity: .1
}
30
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .5
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .1
}
}

@-moz-keyframes ring-alo-circle-fill-anim {

0
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .2
}
100
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
}

@-webkit-keyframes ring-alo-circle-fill-anim {

0
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .2
}
100
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
}

@-o-keyframes ring-alo-circle-fill-anim {

0
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .2
}
100
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
}

@keyframes ring-alo-circle-fill-anim {

0
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
;
    opacity: .2
}
100
%
{
    transform: rotate(0) scale(0.7) skew(1deg)
;
    opacity: .2
}
}

@-moz-keyframes ring-alo-circle-img-anim {

0
{
    transform: rotate(0) scale(1) skew(1deg)
}
10
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
20
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
30
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
40
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
}

@-webkit-keyframes ring-alo-circle-img-anim {

0
{
    transform: rotate(0) scale(1) skew(1deg)
}
10
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
20
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
30
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
40
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
}

@-o-keyframes ring-alo-circle-img-anim {

0
{
    transform: rotate(0) scale(1) skew(1deg)
}
10
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
20
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
30
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
40
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
}

@keyframes ring-alo-circle-img-anim {

0
{
    transform: rotate(0) scale(1) skew(1deg)
}
10
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
20
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
30
%
{
    transform: rotate(-25deg) scale(1) skew(1deg)
}
40
%
{
    transform: rotate(25deg) scale(1) skew(1deg)
}
50
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
100
%
{
    transform: rotate(0) scale(1) skew(1deg)
}
}
.page-body-buong {
    position: relative;
}

#banner img {
    width: 100%;
}

#banner .slider-banner img {
    height: 70rem;
}

#banner {
    position: relative;
}

#banner .overlay-banner {
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    transform: translateY(-53%);
    text-align: center;
}

#banner .overlay-banner .title-pr {
    /*font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';*/
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    letter-spacing: .3rem;
}

#banner .overlay-banner .title-top {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: .3rem;
    line-height: 1;
    font-weight: bold;
}

#banner .overlay-banner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

#banner .overlay-banner ul li {
    display: inline-block;
    float: left;
    color: #fff;
    padding: 0 5px;
}

#banner .overlay-banner ul li a {
    color: #fff;
    padding-right: 5px;
    display: inline-block;
    font-size: 14px;
}

.top-about .top-about-left .title {
    font-family: 'GoogleSans-Bold';
    font-size: 36px;
    color: #72b06f;
}

.top-about .top-about-left .desc {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 8px;
}

.top-about {
    position: relative;
}

.top-about:before {
    content: url('../images/bg7.png');
    top: 0;
    left: 0;
    position: absolute;
}

.top-about:after {
    content: url('../images/bg8.png');
    position: absolute;
    top: 0;
    right: 0
}

.top-about .mission-about {
    padding-top: 20px;
}

.top-about .mission-about .title2 {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 26px;
    color: #72b06f;
    margin-bottom: 47px;

}

.top-about .mission-about .item {
    background: #f1f7f0;
    padding: 39px 10px 15px 10px;
    text-align: center;
}

.top-about .mission-about .item .icon {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.top-about .mission-about .item .desc2 {
    margin: 0;
    font-size: 14px;
}

.top-about .top-about-right {
    text-align: right;
}

.top-about {
    padding-top: 50px;
}

.vision-about {
    background: url('../images/bg9.png');
    background-size: 100% auto;
    height: 425px;
    margin-top: 80px;
}

.vision-about .nav-image .title {
    font-family: 'GoogleSans-Bold';
    font-size: 36px;
    color: #fff;
}

.vision-about .nav-image .description p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.vision-about .nav-image .description {
    position: relative;
    position: relative;
    padding: 0 50px;
    margin-top: 30px;
}

.vision-about .nav-image .description:before {
    content: url('../images/i1.png');
    position: absolute;
    top: 0;
    left: 0
}

.vision-about .nav-image .description:after {
    content: url('../images/i2.png');
    position: absolute;
    right: 0;
    bottom: 0;
}

.vision-about .image {
    margin-top: 75px;
}

.vision-about .image img {
    border-radius: 10px;
}

.vision-about .nav-image {
    padding-top: 75px;
}

.core-values-about {
    margin-top: 120px;
}

.title-primary2 {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    color: #7bb579;
}

.core-values-about .nav-core-values-about {
    position: relative;
    margin-top: 210px;
}

.core-values-about .nav-core-values-about .bg-image img {
    width: 100%;
}

.core-values-about .nav-core-values-about .item1 {
    position: absolute;

    top: -48px;
    left: -24px;
}

.core-values-about .nav-core-values-about .item {
    text-align: center;
}

.core-values-about .nav-core-values-about .item .title3 {
    font-size: 16px;
    margin-top: 15px;
}

.core-values-about .nav-core-values-about .item2 {
    position: absolute;
    top: -137px;
    left: 183px;
}

.core-values-about .nav-core-values-about .item3 {
    position: absolute;
    top: -173px;
    left: 395px;
}

.core-values-about .nav-core-values-about .item4 {
    position: absolute;
    top: -173px;
    right: 387px;
}

.core-values-about .nav-core-values-about .item5 {
    position: absolute;
    right: 179px;
    top: -133px;
}

.core-values-about .nav-core-values-about .item6 {
    position: absolute;
    right: -21px;
    top: -63px;
}

.develope-about {
    position: relative;
}

.develope-about:after {
    content: '';
    position: absolute;
    background: #72b06f;
    width: 100%;
    height: 242px;
    top: 0;
    left: 0;
}

.develope-about .title-primary2 {
    position: relative;
    color: #fff;
    z-index: 11;
    padding-top: 55px;
}

.develope-about .nav-develope-about .item .icon {
    position: relative;
    z-index: 11;
    display: inline-block;
}

.develope-about .nav-develope-about .item .icon:after {
    content: '';
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #ec1e28;
    border-radius: 50%;

}

.develope-about .nav-develope-about .item .icon .stt {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 28px;
    color: #ec1e29;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.develope-about .nav-develope-about .item {
    width: calc((100% - 200px) / 5);
    margin-right: 50px;
    display: inline-block;
    float: left;
    text-align: center;
}

.develope-about .nav-develope-about .item:nth-child(5) {
    margin-right: 0
}

.develope-about .nav-develope-about {
    margin-top: 59px;
}

.develope-about .nav-develope-about .item .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 50px;
}

.develope-about .line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #d6d6d6;
    position: absolute;
    bottom: 67px;
}

.slider-scale .owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-scale .owl-prev {
    position: absolute;
    bottom: 0;
    right: 40px;
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-scale2 {
    margin-top: 30px;
}

.scale-about .scale-abou-right .desc {
    font-size: 16px;
    padding-top: 10px;
}

.scale-about {
    margin-top: 78px;
}

.team-about {
    background: #e3efe2;
    padding: 75px 0;
    margin-top: 75px;
}

.team-about .slider-team .item {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.team-about .slider-team .item .avt img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    display: inline-block;
}

.team-about .slider-team .item .title-name {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 16px;
    margin-top: 24px;
}

.team-about .slider-team .item .job {
    margin: 0;
    font-size: 16px;
    color: #999;
}

.team-about .slider-team .owl-next {
    position: absolute;
    bottom: 0;
    left: -79px;
    background-color: rgba(51, 51, 51, 0.3);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.team-about .slider-team .owl-prev {
    position: absolute;
    bottom: 0;
    left: -110px;
    background-color: rgba(51, 51, 51, 0.3);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.team-about .team-about-left .desc {
    font-size: 16px;
}

.main-about .band-logo {
    margin-top: 70px;
}

.main-about .slider-logo {
    border-top: 0
}

.content-design-category .content-item .item .image img {
    width: 100%;
    height: 278px;
}

.content-design-category .content-item .item .image {
    overflow: hidden;
}

.content-design-category .content-item .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-design-category .content-item .item {
    position: relative;
    border-bottom: 4px solid #6ba971;
    border-radius: 4px;
    margin: 0 0 25px 0;
}

.content-design-category .content-item .item .title-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;

}

.content-design-category .content-item .item .title-bg1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 26px;
}

.content-design-category .content-item .item .title-bg1:before {
    content: url('../images/bg11.png');
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;

}

.content-design-category .content-item .item .title {
    margin: 0;
    position: absolute;
    bottom: 14px;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.content-design-category .content-item2 {
    width: 76%;
    margin: auto;
    margin-top: 35px;
}

.main-design-category .content-design-category {
    margin-top: 80px;
    margin-bottom: 155px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    color: #72b06f;
    border: 1px solid #72b06f;
    text-transform: uppercase;
}

ul.tabs li.current {
    background: #72b06f;
    color: #fff;
}

.tab-content {
    display: none;

}

.tab-content.current {
    display: inherit;
}

.content-design-list {
    margin-top: 80px;
}

.content-design-list .content-design .item {
    position: relative;
}

.content-design-list .content-design .item .image img {
    width: 100%;
    height: 360px;
}

.content-design-list .content-design .item .nav-image {
    background: url('../images/bg12.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 10px 2px 10px;
    background-size: 100% 100%;
}

.content-design-list .content-design .item .nav-image .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.content-design-list .content-design .item .nav-image .title a {
    color: #fff
}

.content-design-list .content-design .item .nav-image .desc {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding-top: 7px;
}

.content-design-list .content-design .item .nav-image .readmore {

    font-size: 14px;
    background: #fff;
    display: inline-block;
    color: #72b06f;

    border-radius: 22px;
    text-transform: uppercase;
    margin-top: 14px;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    font-size: 0
}

.content-design-list .content-design .item:hover .nav-image {
    background: url('../images/bg13.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 10px 20px 10px;
    background-size: 100% 100%;
}

.content-design-list .content-design .item:hover .nav-image .readmore {
    padding: 10px 27px;
    font-size: 15px;
    visibility: visible;
    opacity: 1;
}

.content-design-list .content-design {
    margin-top: 45px;
    padding-bottom: 30px;
}

.content-design-list .content-design .item {
    margin-bottom: 30px;
}

.pagenavi {


    margin-top: 20px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #72b06f;
    color: #c5eaf8;
}

.slider-design-detail .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-design-detail .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.view-image-large {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(114, 176, 111, 0.8);
    color: #fff;
    display: inline-block;
    padding: 7px 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.view-image-large svg {
    margin-right: 5px;
}

.top-design-detail .top-design-detail-right .item .title2 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.top-design-detail .top-design-detail-right .item .desc {
    font-size: 16px;
}

.top-design-detail .top-design-detail-right .row {
    padding-bottom: 20px;
}

.main-design-detail .top-design-detail {
    padding-top: 80px;
}

.main-design-detail .content-design-list {
    margin-top: 15px;
}

.slider-design-other .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-design-other .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.images-popup .modal-dialog {
    width: 1000px;
}

.images-popup .modal-dialog .modal-body {
    padding: 0;
    background: none;
}

.images-popup .modal-dialog .modal-content {
    background: none;
    border: 0;
    box-shadow: none;
}

.images-popup .modal-dialog .slider-small {
    margin-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.slider-large .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-large .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.content-project-list .filter select {
    width: 190px;
    height: 40px;
    color: #72b06f;
    border: 1px solid #72b06f;
    border-radius: 18px;
    padding-left: 10px;
    margin-right: 12px;
}

.content-project-list .filter button {
    width: 190px;
    height: 40px;
    color: #fff;
    border: 1px solid #72b06f;
    border-radius: 18px;
    text-align: center;
    background: #72b06f;
    text-transform: uppercase;
}

.content-project-list {
    padding-top: 80px;
}

.content-project-list .nav-project-list .item .image img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
}

.content-project-list .nav-project-list .item .image {
    overflow: hidden;
}

.content-project-list .nav-project-list .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-project-list .nav-project-list .item .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
    margin-bottom: 5px;
}

.content-project-list .nav-project-list .item p {
    margin-bottom: 5px;
}

.content-project-list .nav-project-list .item p img {
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.content-project-list .nav-project-list {
    margin-top: 50px;
}

.content-project-list .nav-project-list .item {
    padding-bottom: 30px;
}

.pagenavi1 {
    border-top: 1px dashed #ddd;
    padding-top: 30px;
}


.csSlideOuter {
    overflow: hidden;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.csSlideWrapper > .lightSlider:after {
    clear: both;
}

.csSlideWrapper .csSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.csSlideWrapper .csFade {
    position: relative;
}

.csSlideWrapper .csFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.csSlideWrapper.usingCss .csFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.csSlideWrapper .csFade > *.active {
    z-index: 10;
}

.csSlideWrapper.usingCss .csFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.csSlideOuter .csPager.cSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    list-style-type: none;
}

.csSlideOuter .csPager.cSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
    background-color: #428bca;
}

.csSlideOuter .media {
    opacity: 0.8;
}

.csSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csSlideOuter .csPager.cSGallery li {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
    opacity: 1;
}

.csSlideOuter .csPager.cSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
    content: " ";
    display: table;
}

.csSlideOuter .csPager.cSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.csAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.csAction > a:hover {
    opacity: 1;
}

.csAction > .csPrev {
    left: 10px;
    font-size: 30px;
    color: #FFF;
    background: #000;
    text-align: center;

}

.csAction > .csNext {
    font-size: 30px;
    color: #FFF;
    background: #000;
    text-align: center;
    right: 10px;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

ul {

    list-style-type: none;
}


#lightSlider {
    padding: 0;
    margin: 0 0 9px 0;
}

.project-detail-left .lSSlideOuter.vertical .lSGallery {
    right: inherit;
    left: 0;
    width: 20%
}

.project-detail-left .lSSlideOuter.vertical .lSAction > .lSPrev {
    left: 52px;
    top: 0;
}

.project-detail-left .lSSlideOuter.vertical .lSAction > .lSNext {
    left: 52px;
    bottom: 0;
}

.project-detail-left .lightSlider {
    float: right;
    width: 80%;
}

.lSSlideOuter.vertical {
    padding-right: 0 !important
}

.lightSlider img {
    width: 100%;
    height: 100%;
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
}

.content-project-detail .project-detail-left {
    position: relative;
}

.main-project-detail .content-project-detail .title-primary {
    font-size: 40px;
    padding-bottom: 35px;
}

.main-project-detail .content-project-detail {
    padding-top: 70px;
}

.main-project-detail .content-project-detail .project-detail-right {
    background: url('../images/bg14.png') top center;
}

.main-project-detail .content-project-detail .project-detail-right .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 26px;
    color: #72b06f;
}

.main-project-detail .content-project-detail .project-detail-right p {
    margin-bottom: 5px;
}

.main-project-detail .content-project-detail .project-detail-right .title1 {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 8px;
}

.main-project-detail .content-project-detail .project-detail-right ul.list-li {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-bottom: 10px;
}

.main-project-detail .content-project-detail .project-detail-right ul.list-li li {
    width: calc((100% - 20px) / 3);
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

.main-project-detail .content-project-detail .project-detail-right ul li:nth-child(3n) {
    margin-right: 0
}

.main-project-detail .content-project-detail .project-detail-right ul li svg {
    color: #72b06f;
    margin-right: 5px;
}

.main-project-detail .item-content1 {
    padding-bottom: 80px;
}

.main-project-detail .item-content2 {
    text-align: right;
}

.main-project-detail .content-project-detail .item-content2 .project-detail-right ul li svg {
    margin-right: 0;
    margin-left: 5px;

}

.design-ideas-project {
    background: url('../images/bg15.png');
}

.design-ideas-project .design-project-left .project-left-image ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.design-ideas-project .design-project-left .project-left-image ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.design-ideas-project .row {
    margin-left: 0;
    margin-right: 0
}

.design-ideas-project .row .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

.design-ideas-project .design-project-left {
    background-color: rgba(114, 176, 111, 0.8);
}

.design-ideas-project .design-project-right img {
    width: 100%;
}

.design-ideas-project .design-project-right {
    padding: 75px 0;
}

.design-ideas-project .design-project-left .project-left-image {
    padding-top: 70px;
    margin-left: -60px;
}

.design-ideas-project .design-project-left .content-project-left {
    padding: 40px;
    height: 379px;
    overflow: auto;
}

.design-ideas-project .design-project-left .content-project-left .title1 {
    margin: 0;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.design-ideas-project .design-project-left .content-project-left p {
    font-size: 16px;
    color: #fff;
}

.main-project-detail .slider-logo {
    border-top: 0;
}

.main-project-detail .band-logo {
    margin-top: 70px;
}

.main-product-list .content-product-list {
    padding-top: 80px;
}

.content-product-list .top-product-list .description {
    padding-top: 30px;
}

.content-product-list .banner-child img {
    width: 100%;
}

.content-product-list .banner-child {
    margin-top: 45px;
}

.content-product-list .nav-content-product .item .image {
    position: relative;
}

.content-product-list .nav-content-product .item .image .new-pr {
    position: absolute;
    top: 21px;
    right: 16px;
}

.content-product-list .nav-content-product .item .image .sale-pr {
    position: absolute;
    top: 55px;
    right: 16px;
}

.content-product-list .nav-content-product .item .image .stt-sale {
    background: #ff012b;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.content-product-list .nav-content-product .item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;

}

.content-product-list .nav-content-product .item .image .img img {
    width: 100%;
    height: 260px;
}

.content-product-list .nav-content-product .item .image {
    overflow: hidden;
}

.content-product-list .nav-content-product .item .image:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-product-list .nav-content-product .item .nav-image {
    padding: 20px;
}

.content-product-list .nav-content-product .item .nav-image .title {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.content-product-list .nav-content-product .item .nav-image .price {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    margin-bottom: 3px;
    color: #ec1e28;
}

.content-product-list .nav-content-product .item .nav-image .muahang {
    border: 1px solid #72b06f;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #72b06f;
    padding: 0 27px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 7px;
}

.content-product-list .nav-content-product .item .nav-image .muahang:hover {
    background: #ec1e28;
    border: 1px solid #ec1e28;
    color: #fff
}

.content-product-list .nav-content-product {
    margin-top: 50px;
}

.main-project-detail.main-product-detail .content-project-detail .project-detail-right {
    background: none;
}

.main-product-detail .content-project-detail .project-detail-right .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.main-product-detail .content-project-detail .project-detail-right .desc {
    padding-top: 10px;
    padding-bottom: 18px;
}

.main-product-detail .content-project-detail .project-detail-right .price {
    font-family: 'GoogleSans-Bold';
    font-size: 30px;
    color: #ec1e28;
}

.main-product-detail .content-project-detail .project-detail-right .link ul li a {
    background: #72b06f;
    border: 1px solid #72b06f;
    color: #fff;
}

.content-product-botton .tabs {
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.content-product-botton ul.tabs li {
    font-size: 24px;
    color: #999999;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    border: 0;
    padding: 0;
    margin-right: 40px;
    border-radius: 0;
    padding: 10px 0;
}

.content-product-botton ul.tabs li.current {
    color: #72b06f;
    background: no-repeat;
    border-bottom: 1px solid #72b06f;

}

.main-product-detail .item-content1 {
    padding-bottom: 50px;
}

.content-product-botton .content-detail-tab {
    padding-top: 20px;
}

.sidebar-product .title-sb {
    color: #72b06f;
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px;
}

.sidebar-product .nav-sidebar-product .item .image .img img {
    width: 100%;
    height: 255px;
}

.sidebar-product .nav-sidebar-product .item .image {
    overflow: hidden;
}

.sidebar-product .nav-sidebar-product .item .image:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sidebar-product .nav-sidebar-product .item .image {
    position: relative;
}

.sidebar-product .nav-sidebar-product .item .image .stt-sale {
    background: #ff012b;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar-product .nav-sidebar-product .item .image .new-pr {
    position: absolute;
    top: 21px;
    right: 16px;
}

.sidebar-product .nav-sidebar-product .item .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
}

.sidebar-product .nav-sidebar-product .item .price {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    margin: 0;
    color: #ec1e28;
}

.sidebar-product .nav-sidebar-product .item {
    margin-bottom: 40px;
}

.main-procedure .content-procedure {
    padding-top: 60px;
}

.main-procedure .content-procedure .link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clearfix {
    clear: both;
}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left .icon {
    width: 75px;
    display: inline-block;
    float: left;
}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left .nav-icon {
    width: calc(100% - 75px);
    display: inline-block;
    float: right;
    padding-left: 12px;

}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left .nav-icon .buoc {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 16px;
    margin-bottom: 0;
}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left .nav-icon .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin-top: 7px;
    font-size: 24px;
    color: #ec1e28;
    line-height: 28px;
    height: 55px;
    overflow: hidden;
}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left .nav-icon p a {
    color: #72b06f;
}

.main-procedure .nav-content-procedure .item-procedure .item-procedure-left {
    padding-top: 25px;
}

.main-procedure .nav-content-procedure {
    padding-top: 30px;
}

.main-procedure .nav-content-procedure .item-procedure {
    padding-bottom: 50px;
}

.top-new-list .top-new-list-left .image img {
    width: 100%;
}

.top-new-list .top-new-list-left .image {
    overflow: hidden;
}

.top-new-list .top-new-list-left .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-new-list .top-new-list-left .image {
    position: relative;
}

.top-new-list .top-new-list-left .image .ovrlay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-new-list .top-new-list-left .image .nav-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px;
}

.top-new-list .top-new-list-left .image .nav-image .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 6px;
}

.top-new-list .top-new-list-left .image .nav-image .title a {
    color: #fff
}

.top-new-list .top-new-list-left .image .nav-image .date {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

.top-new-list .top-new-list-left .image .nav-image .desc {
    margin: 0;
    color: #fff;
    padding-top: 5px;
}

.main-new-list .content-new-list {
    margin-top: 80px;
}

.content-new-list .top-new-list-right .item .image {
    width: 105px;
    display: inline-block;
    float: left;
}

.content-new-list .top-new-list-right .item .image img {
    width: 100%;
    height: 71px;
}

.content-new-list .top-new-list-right .item .image {
    overflow: hidden;
}

.content-new-list .top-new-list-right .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-new-list .top-new-list-right .item .nav-image {
    width: calc(100% - 105px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.content-new-list .top-new-list-right .item .nav-image .title {
    font-family: 'GoogleSans-Bold';
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}

.content-new-list .top-new-list-right .item .nav-image .title a:hover {
    color: #72b06f;
}

.content-new-list .top-new-list-right .item .nav-image .date {
    color: #adadad;
    margin-bottom: 0
}

.content-new-list .top-new-list-right .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.content-new-list .top-new-list-right .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.body-new #footer-site {
    margin-top: 0
}

.main-new-list .new-list-botton {
    background: #f3f3f3;
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 150px
}

.main-new-list .title-new {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    padding-bottom: 10px;
    color: #72b06f;
}

.new-list-botton .slider-new1 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.new-list-botton .slider-new1 .item .title {
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 4px;
}

.new-list-botton .slider-new1 .item img {
    width: 100%;
    height: 168px;
}

.new-list-botton .slider-new1 .item .date {
    margin: 0;
    font-size: 14px;
    color: #a0a0a0;
}

.new-list-botton .slider-new1 .owl-dots {
    position: absolute;
    top: -35px;
    right: 0;
}

.new-list-botton .slider-new1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccdfcb;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.new-list-botton .slider-new1 .owl-dots .owl-dot.active {
    background: #72b06f;
    width: 25px;
    border-radius: 7px;
}

.main-new-detail .top-content-new-detail {
    width: 80%;
    margin: auto;
}

.top-content-new-detail .title-pr {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    color: #72b06f;
    line-height: 40px;
}

.top-content-new-detail .date {
    color: #999;
}

.main-new-detail .content-new-detail {
    padding-top: 55px;
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #72b06f;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 470px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text]:not(.not-css) {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 130px;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:first-child {
    width: 20%
}

.send-contact .item:nth-child(2) {
    width: 12%
}

.send-contact .item:nth-child(3) {
    width: 10%
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
    width: 52%;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #72b06f;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    padding-bottom: 30px;
    padding-top: 70px;
}

.adress-contact li a {
    color: #00a668;
}

#main-contact .form-contat {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.pagenavi ul span.current {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    background: #72b06f;
    color: #c5eaf8;
}

.desc-textarea {
    white-space: pre-wrap;
}

.main-project-detail .content-project-detail .project-detail-right ul.list-li {
    width: 100%;
}

.main-project-detail .content-project-detail .project-detail-right ul.list-li.flr li {
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}

.product-feature .row.row2 .row {
    display: flex;
    flex-direction: row-reverse;
}

.product-feature .row.row2 .row > div:last-child {
    position: absolute;
    bottom: 0;
    left: 0
}

.services-home {
    overflow: hidden;
}

.price sub {
    bottom: 0;
}

.services-home .nav-services-home .item {
    box-shadow: 3px 5px 26px rgba(0, 0, 0, .7);
}

.slider-banner .owl-next {
    position: absolute;
    top: 50%;
    right: 3rem;
    z-index: 5;
    font-size: 2rem;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 5rem;
    width: 5rem;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 5rem;
    cursor: pointer;
    border-radius: 50% !important;
}

.slider-banner .owl-prev {
    position: absolute;
    top: 50%;
    left: 3rem;
    z-index: 5;
    font-size: 2rem;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 5rem;
    width: 5rem;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 5rem;
    cursor: pointer;
    border-radius: 50% !important;
}

.top-design-libarary .row {
    margin-left: -10px;
    margin-right: -10px;
}

.top-design-libarary .row .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.top-design-libarary .row .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.top-design-libarary .item2 {
    margin-bottom: 20px;
}

.top-design-libarary .item2 img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.top-design-libarary .item1 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.libarary-detail .item-libarary .item1 {
    width: calc(28% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary .item2 {
    width: calc(28% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary .item3 {
    width: 44%;
    display: inline-block;
    float: left;
}

.libarary-detail .item-libarary .item img {
    width: 100%;
    height: 350px;
}

.libarary-detail .item-libarary .item {
    margin-bottom: 20px;
}


.libarary-detail .item-libarary2 .item3 {
    width: calc(44% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary2 .item1 {
    width: calc(28% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary2 .item2 {
    width: 28%;
    display: inline-block;
    float: left;
    margin-right: 0
}

.libarary-detail .item-libarary3 .item3 {
    width: calc(44% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary3 .item1 {
    width: calc(28% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.libarary-detail .item-libarary3 .item2 {
    width: 28%;
    display: inline-block;
    float: left;
    margin-right: 0
}

.libarary-detail {
    margin-top: 20px;
}

.libarary-detail .title-primary2 {
    margin-bottom: 25px;
}

.libarary-detail-mobile {
    display: none;
}

#banner .readmore {
    color: #fff;
    font-size: 16px;
}

#banner .readmore svg {
    margin-left: 5px;
}

.bres {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;

}

.bres ul {
    margin: 0;
}

.bres {
    background: #f5f5f5;
}

@media (min-width: 768px) {
    .max-w-768 {
        display: none;
    }

    .min-w-768 {
        display: block;
    }
}

@media (max-width: 768px) {
    .max-w-768 ul {
        text-align: center;
        border-bottom: 0px;
        position: relative;
        /*display: grid;*/
        /*grid-auto-flow: column;*/
    }

    .max-w-768 ul li {
        width: 33.33333%;
        background: transparent !important;
    }

    .max-w-768 ul li a {
        border: none !important;
        padding: 5px;
        background: transparent !important;
    }

    .max-w-768 ul li a:hover {
        background: transparent;
    }

    .max-w-768 #myTabs:after {
        content: "";
        top: 3.8rem;
        position: absolute;
        width: 70%;
        left: 15%;
        height: 1px;
        border-top: 1px dashed #1b8407;
        z-index: -1;
    }

    .max-w-768 ul li strong {
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto;
        background: #e4e4e4;
        padding: 20px 0;
        border-radius: 70px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .max-w-768 ul li.active a strong {
        background: #1b8407;
    }

    .max-w-768 {
        display: block;
    }

    .max-w-768 .nav-mobile {
        display: none;
    }

    .min-w-768 {
        display: none;
    }
}

.nav-content-product.cate .nav-image .title {
    margin-top: 10px;
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.nav-content-product.cate .item {
    margin-bottom: 0px;
    text-align: left;
}

.nav-content-product.cate .nav-image .title a {
    color: #333
}

.nav-content-product.cate .nav-image {
    text-align: left;
}

.nav-content-product.cate .nav-image p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0
}

.nav-content-product.cate .nav-image .price {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    color: #ec1e28;
    padding-top: 7px;
}

@media (min-width: 768px) {
    .top-content .nav-top-content .item {
        width: calc(100% - 44px);
        margin: 0 auto;
    }

    .services-home .nav-services-home .item {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .services-home .nav-services-home .item .item-content {
        width: 185px;
        height: 185px;
    }
}

@media (max-width: 768px) {
    .slider-product-home {
        padding-bottom: 0px;
    }

    .slider-product-home .owl-dots {
        bottom: auto;
    }
}

.product-feature.home-css .link.center {
    margin-bottom: 0px;
    margin-top: 15px;
}

.product-feature.home-css .link.center a {
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width: 768px) {
    .product-feature.home-css {
        padding-bottom: 10px;
    }

    .product-feature.home-css .link.center {
        margin-bottom: 0px;
        margin-top: 30px;
    }

}


.box_mxhft {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

.box_mxhft svg {
    margin-right: 0px !important;
}

.box_mxhft li a.fb {
    background: #3B5998;
}

.box_mxhft li a.tw {
    background: #00acee;
}

.box_mxhft li a.pt {
    background: #c8232c;
}

.box_mxhft li a.tu {
    background: #001935;
}

.box_mxhft li a.li {
    background: #0e76a8;
}

.box_mxhft li a.yt {
    background: #c4302b;
}

.box_mxhft li a.ints {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.box_mxhft li a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    background: #444444;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
}

#gallery-block-block_5d9db9eb9a0e1 .content-image a {
    border: 3px solid gray;
    padding: 3px;
}

#gallery-block-block_5d9db9eb9a0e1 .content-image.active a {
    border: 3px solid green;
    padding: 3px;
}

#gallery-block-block_5d9db9eb9a0e1 .content-image.active a div {

}

.team-about-right img {
    width: 100%;
}

#banner .overlay-banner .title-top {
    font-size: 7rem;
    /*font-family: 'GoogleSans-Regular';*/
    text-transform: initial;
    letter-spacing: .3rem;
    max-width: 500px;
    margin: 0 auto;
}

.slider-banner.owl-carousel {
    height: 660px;
    object-fit: cover;
    background: gray;
}

#banner img, #slider-home .item img {
    height: 660px;
    object-fit: cover;
    background: currentColor;
}

#slider-home .item .item-title-des {
    display: none;
}

#SECTION464 {
    height: 660px;
}

.content > .main > div > .image-content {
    height: 660px !important;
}

#HEADLINE552 > .ladi-headline {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: .3rem;
}

#BUTTON_TEXT472 > .ladi-headline, .block_image .image-content .content-wrap .image-desc {
    z-index: 2;
    line-height: 1;
    color: #fff;
    letter-spacing: .3rem;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: capitalize !important;

}

.block_image .image-content .content-wrap .image-desc + a {
    margin-top: 250px !important;
}

.block_image .image-content .content-wrap .image-desc {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #fff;
    font-size: 50px !important;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
}

#HEADLINE552 > .ladi-headline {
    /*font-size: 7rem!important;*/
    /*font-weight: 400!important;*/
    /*line-height: 1.3!important;*/
}

#HEADLINE552 {
    top: 256px !important;
}

#thank-block-block_5d9dfebade380 .content-wrap, #thank-block-block_5d9dfebade380 .content-wrap * {
    font-size: 50px !important;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}
.div-list-ft .p-diachi {
    background: url(../images/icon_ft.png) no-repeat;

    background-position: 0px 4px;

}

.contact-box-bottom {
    position: fixed;
    bottom: 54px;
    right: 10px;
    z-index: 10000
}

.contact-box-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}

.contact-icon-box {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 999px
}

.contact-info span {
    color: #868686;
    font-size: 12px
}
.contact-info,.he_thong_showroom-row .showroom-container:first-child {
    padding-left: 10px
}
.contact-info b {
    display: block;
}
.hover-button:hover {
    background: #72b06f!important;
    border-color: #72b06f!important;
}
.content-design-category .tab-buttons span {
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 10px;
    margin: 0 5px;
    color: #72b06f;
    /* border: 1px solid #72b06f; */
    transition: 0.4s;
    font-size: 19px;
    font-weight: bold;
}

.content-design-category .tab-content {
    margin: 30px 0 0 0;
}

.content-design-category .tab-buttons span.active, .content-design-category .tab-buttons span:hover {
    /* background: #72b06f; */
    transition: 0.4s;
    border-bottom: 1px solid #72b06f;
}
#h-video iframe {
    height: 100% !important;
    min-height: 500px;
}
ul.video-list .item-video {
    display: flex;
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

ul.video-list .item-video.active, ul.video-list .item-video:hover {
    background: #72b06f;
}

ul.video-list .item-video.active, ul.video-list .item-video:hover {
    color: #fff;
}

ul.video-list .item-video .img {
    width: 40%;
    position: relative;
}

ul.video-list .item-video .img:after {
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 40px;
}

ul.video-list .item-video .text {
    width: 55%;
    padding-left: 10px;
    text-align: left;
}

ul.video-list .item-video .text span {
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.content-design-category .video-list {
    max-height: 500px;
    overflow-y: scroll;
}

ul.video-list .item-video .img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.content-design-category .right-box .video-list {
    /* background: red; */
    /* padding: 15px; */
    max-height: 500px;
    overflow-y: scroll;
}

.content-design-category .right-box {
    padding-left: 0;
}

.content-design-category .right-box:after {
    content: "";
    background: #72b06f;
    position: absolute;
    right: 8px;
    width: 6px;
    height: 100%;
    opacity: 0;
}
.pagination span, .pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #72b06f;
    margin: 0 3px;
    color: #72b06f;
    transition: 0.4s;
}

.pagination a:hover, .pagination .current {
    background: #72b06f;
    color: #fff;
    transition: 0.4s;
    border-color: #72b06f;
}
.nav-procedure {
    margin: 30px 0 30px 0;
}

.nav-procedure a {
    color: #72b06f!important;
    font-weight: bold;
    font-size: 23px;
    border-bottom: 2px solid #72b06f;
}

.nav-procedure a:hover {
    color: #72b06f!important;
}
div#exampleModal button {
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: 0;
}
.nav-procedure {
    display: none;
}
.top-footer .item .nav-item-adress ul .tk svg {
    fill: #fff;
    height: 21px;
    display: inline-block;
}

.top-footer .item .nav-item-adress ul .tk {
    line-height: 31px;
    display: flex;
    align-items: center;
}
.main-language{
    display: none!important;
}
@media (max-width: 768px) {
    .block_image .image-content .content-wrap {
        width: 100% !important;
    }

    .content-design-category .tab-buttons {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 0 10px 0;
    }
    ul.video-list .item-video .img img {
        height: 95px;
    }
    ul.video-list .item-video .text span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }

    .nav-procedure {
        /*padding: 0 15px;*/
    }

    #h-video iframe {
        min-height: auto!important;
    }

    .block_image .image-content .content-wrap .image-desc {
        font-size: 30px !important;
    }

    .block_image .image-content .content-wrap .image-desc + a {
        margin-top: 150px !important;
    }

    #HEADLINE552 > .ladi-headline {
        font-size: 30px !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
    }

    #HEADLINE552 {
        top: 50px !important;
    }

    #BUTTON472 {
        top: 120.488px !important;
    }

    #thank-block-block_5d9dfebade380 .content-wrap, #thank-block-block_5d9dfebade380 .content-wrap * {
        font-size: 40px !important;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    }
}