.viewsAll{background: var(--color-hover);font-size: 15px;color: #000;padding: 11px 25px;transition: all 0.5s ease;border-radius: 25px;display: inline-block;}
.viewsAll:hover{background: var(--color-red);}
.effect{position: relative;overflow: hidden;display: block;}
.effect:before{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);}
.effect:hover:before{-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);}
.banner{position: relative;}
.banner .title_site{position:absolute;bottom: 9%;left: 0px;width: 100%;color: #fff;text-transform: uppercase;font-size: 26px;}
.banner .title_site h1, .banner .title_site span{font-weight: bold;font-size: 36px;display: block;color: #fff;text-align: center;}
.wrap-product{background:url(../images/bg_about.png) center;}
.wrap-product .list{list-style: none;padding: 0px;border: none;}
.wrap-product .list li a{display: block;padding: 9px 20px;color: #9A9A9A;font-weight: bold;font-size: 16px;transition: all 0.5s ease;margin: 0px 2px;}
.wrap-product .list li a.active, .wrap-product .list li a:hover{background: url(../images/bg_btn1.png) no-repeat;background-size: 100% 100%;color: #F4DFA2;border: none;}
.owl-right .owl-dots{position:absolute;margin: 0px !important;bottom: 0px;right: -40px;background: #fff url(../images/bg_about.png) center;z-index: 1;}
.owl-right .owl-dots .owl-dot{display: block;margin: 10px 5px;}
.owl-right:before{content:'';width: 1px;height: 100%;position: absolute;background: #AE8F3D;top: 0px;right: -24px;z-index: -1;}
.boxService{padding: 50px 0px;background: url(../images/bg_about.png) center;}
.boxService .title_index{color: var(--background-static);}
.boxService .owl-right .owl-dots{background: var(--background-static) url(../images/bg_about.jpg) no-repeat center;}
.wrap-hanhtrinh .content{position:absolute;top: 50%;left: 8%;width: 100%;background: url(../images/bg_hanhtrinh.png) no-repeat center;background-size: 100% 100%;max-width: 500px;padding: 70px 30px;transform: translateY(-50%);}
.wrap-hanhtrinh .content .title{font-family: "Libre Bodoni", serif;text-transform: uppercase;text-align: center;font-size: 34px;color: var(--color-main);}
.wrap-hanhtrinh .content .subtitle{font-family: 'UVN-Ke-Chuyen3';font-size: 43px;text-align: center;font-weight: normal;color: var(--color-main);line-height: 40px;margin-top: -10px;margin-bottom: 30px;}
.wrap-hanhtrinh .content .btn-ticket-outline, .btn-ticket-outline{display: inline-block;color: #F4DFA2;border-radius: 5px;position: relative;transition: all 0.5s;background: url(../images/bg_btn1.png) no-repeat center;width: 160px;text-align: center;height: 44px;line-height: 44px;font-weight: bold;}
.btn-ticket-outline:hover{color:var(--color-hover)}
.wrap-why {position: relative;z-index: 1;background: #F4EBD8;}
.wrap-why .why-item {position: relative;color: var(--color-main);}
.wrap-why .why-item .images{width: 80px;}
.wrap-why .why-item .why-item_text{position: relative;width: calc(100% - 80px);}
.wrap-why .why-item .why-item_text h3 {font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.wrap-why .why-item .why-item_text .number{display: inline-block;width: 30px;height: 30px;text-align: center;line-height: 30px;background: var(--color-main);color: #fff;border-radius: 50%;margin-right: 10px;}
.wrap-why .why-item .why-item_text p {margin: 0px;font-size: 13px;}
.bg-black{background: #0d0d0c; color:#fff;}
.item_bst{position: relative;background:#f8f7f5;color: #343434;}
.item_bst .info{padding: 15px 20px;max-width: 1100px;margin: auto;}
.item_bst .info p{margin: 0px;position: relative;margin-bottom: 10px;font-weight: 500;font-size: 16px;}
.item_bst .info .name{color:var(--color-hover);position: relative;}
.item_bst .info .name h3{font-weight: bold;font-size: 36px;min-width: 130px;}
.item_bst .info .name:after{content:'';width: 100%;height: 2px;background: var(--color-hover);position: absolute;left: 0px;bottom: -3px;}
.item_bst .info a{color: var(--color-hover);transition: all 0.5s ease;font-size: 16px;border: solid 1px var(--color-hover);padding: 5px 30px;display: inline-block;border-radius: 25px;font-weight: 500;}
.item_bst .info a:hover{color: #000;background: var(--color-hover);}
.item_link{position: relative;border: none !important;}
.item_link .info{position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
.item_link .info .name{color:#fff;font-size: 31px;font-weight: 600;}
.item_link .info a svg{width: 70px;color: #fff;height: 70px;}
.item_link .info a{display: inline-block;}
.item_link .info a:hover{}
.wrap-view-more{position:relative;}
.wrap-view-more .after, .wrap-view-more .before {
    fill: none;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    transform-origin: 50% 50%;
}
.wrap-view-more .after {
    stroke: var(--color-white-zero);
    stroke-width: 1;
}
.wrap-view-more::before {
    content: '';
    width: 70%;
    height: 70%;
    position: absolute;
    left: 15%;
    top: 15%;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: -1;
}
.wrap-view-more:hover:before{background:var(--color-hover);}
.wrap-view-more:hover .before {
    stroke-width: 0;
}
.wrap-view-more:hover .after {
    animation-name: Show100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    stroke: var(--color-hover);
}
.wrap-view-more .before {
    animation-name: Show100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.wrap-hv{background: url(../images/bg_about.jpg) center;}
.wrap-hv .info{position:absolute;z-index: 101;max-width: 800px;}
.wrap-hv .title_index{color:#F4EBD8;margin-bottom: 0px;}
.wrap-hv .description{color:#C3AC7C;text-align: left;font-size: 14px;}
.item_hv{position: relative;}
.item_list{border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.item_list .box-text{padding: .8em 1em 1em;color: #000;text-align: center;position: absolute;bottom: 0px;width: 100%;}
.item_list .box-text h3{font-size: 18px;text-transform: uppercase;margin-bottom: 10px;}
.item_list .box-text p{}
.productPage{background:#464946;}
.wrap-feedback{background:#fafafa;position: relative;}
.wrap-feedback:before{content:'';width: 50%;height: 100%;background: url(../images/bg_feedback.png) no-repeat top center;background-size: cover;position: absolute;top: 0px;left: 0px;}
.wrap-feedback .title_form{font-size: 20px;margin-bottom: 20px;}
.wrap-feedback .title_form b{color: var(--color-hover);}
.feedback{
    margin: 0px;
    padding: 20px;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .star{color: var(--color-main);}
.feedback .images{position: relative;background: url(../images/ic_cmt.png) no-repeat left top;text-align: center;}
.feedback .images >img{border-radius: 50%;max-width: 100px;margin: auto;}
.feedback .title{font-size: 24px; font-weight: 600; margin-bottom: 10px;}
.feedback .content{color: #707070;}
.feedback .info{
    text-align: left;
    position: relative;
    font-size: 13px;
}
.feedback .name{
    font-weight: bold;
    font-size: 17px;
    color: #707070;
}
.feedback .star{color: var(--color-hover);}
.control-owl.control-feedback{bottom: 90px;top: inherit;width: 100px;left: inherit;right: 0px;}
.control-owl.control-feedback button.owl-prev{bottom: 0px;left: inherit;right: 70px;border-radius: 0px;opacity: 1;}
.control-owl.control-feedback button.owl-next{top:0px;border-radius: 0px;opacity: 1;}
.control-owl.control-feedback button.owl-next svg, .control-owl.control-feedback button.owl-prev svg{stroke: #fff;}
.wrap-project .title, .wrap-why .title{font-size: 3rem;color: var(--color-main);margin-bottom: 3rem;font-family: "Playfair Display", serif;line-height: 56px;position: relative;padding-bottom: 20px;}
.wrap-why .title:before{content:'';background: var(--color-hover);position: absolute;width: 100px;height: 2px;bottom: 0px;left: 0px;}
.wrap-project .title span b, .wrap-why .title span b{font-weight: 900;}
.control-project{position:absolute;top: 55px;right: 0px;}
.control-project button{border-radius: 50%;border: solid 2px #fff;background: none;width: 50px;height: 50px;text-align: center;margin-right: 15px;}
.control-project button svg{stroke: #fff;width: 36px;}
.wrap-newsnb{background: url(../images/bg_about.png) center;}
.control-news.control-owl button.owl-prev, .control-news.control-owl button.owl-next{position: relative;background: none;border: solid 1px #ffffff;border-radius: 50%;opacity: 1;}
.control-news.control-owl button.owl-prev{left: -40px;}
.control-news.control-owl button.owl-next{right: -40px;}
.control-news.control-owl button svg{stroke: #ffffff;height: 28px;}
.control-news:before{content:'';width: 60px;border-bottom: solid 1px #ffffff;top: 50%;left: 50%;position: absolute;transform: translate(-50%, -50%);}
.item_news{position: relative;transition: all 300ms;border-radius: 3px;overflow: hidden;margin-bottom: 15px;}
.item_news_nb{background:#f3f3f3; border-radius: 25px; padding: 10px;}
.item_news .images{position: relative;}
.item_news .info{position: absolute;bottom: 0px;left: 0px;padding: 15px;color: #F4EBD8;font-size: 14px;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.9));}
.item_news .date{color: #F4EBD8;}
.item_news .info h3{color: #F4EBD8;line-height: 1.5;font-weight: normal;font-size: 16px;font-family: "Libre Bodoni", serif;}
.item_news h3{color: #454545;font-size: 20px;transition: all 0.5s ease;font-family: "Libre Bodoni", serif;}
.item_news h3:hover{color:var(--color-hover);}
.item_news .views{color: var(--color-hover);font-weight: 500;transition: all 0.5s ease;padding: 5px 0px;display: inline-block;margin-top: 10px;}
.item_news .views:hover{color:var(--color-red); padding-left: 15px;}
.item_news .info p{color:#C3AC7C;}
.item_news p{color: #777777;}
.item_inst .icon{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.group_camket{border-left: solid 1px #ddd;}
.item_why h3{font-size: 16px; }
.item_why p{color: #777777; font-size: 13px;}
.product_detail .contact{background:#ecf3ff;padding: 20px 35px;border-left: solid 8px #000000;}
.product_detail .contact a{color: var(--color-hover);font-weight: bold;font-size: 18px;}
.product_detail .contact .btn-contact{background: #000 url(../images/ic_phone_ct.png) no-repeat left center;text-align: center;display: block;border-radius: 20px;color: #ffff;margin-top: 10px;font-weight: 400;font-size: 16px;padding-left: 50px;}
.product_detail .contact .btn-contact:hover{color:#ff0;}
.item_faq{color:#000;padding: 15px 0px;border-bottom: solid 1px #c7c7c7;}
.item_faq .name{position: relative;cursor: pointer;padding-right: 20px;font-weight: 600;font-size: 17px;}
.item_faq .name i{position:absolute;right: 10px;transition: all 0.5s ease;}
.item_faq .name.active i.fa-plus{display: none;}
.item_faq .content{display: none;margin-top: 30px;}
@keyframes Show100 {
    from {
        stroke-dashoffset: 570
    }

    to {
        stroke-dashoffset: 0
    }
}
.navClick{background:#f0efef;}
.navClick ul{list-style: none; padding: 0px;}
.navClick ul li{display: inline-block;font-weight: bold;color: #605f5e;padding: 10px 20px;cursor: pointer;transition: all 0.5s ease;}
.navClick ul li:hover{color: var(--color-hover);}
.wrap-about-content{background: url(../images/ic_cmt.png) no-repeat left top;padding-left: 80px;}
#partner{background:#f6f6f5;}
.title-bottom{font-size: 60px;font-weight: 600;color:#d98028;text-align: center;}
.pageLocalBrand{position: relative; padding-top: 190px;}
.pageLocalBrand:before, .pageLocalBrand:after{content:'';background: #292929;width: 50%;height: 70%;position: absolute;top: 0px;z-index: -1;}
.pageLocalBrand:before{border-radius: 0px 0px 80px 0px;left: 0px;}
.pageLocalBrand:after{border-radius: 0px 0px 0px 80px;right: 0px;}
.pageLocalBrand .content{font-size: 22px;color: #fff;}
.item_video a{display: block; position: relative;}
.item_video img, .pageLocalBrand .owl-page img, .item_local img{border-radius: 50px;}
.item_video a:before{content:'';width: 90px;height: 90px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: url(../images/ic_video.png);}
.control-local.control-owl button.owl-prev, .control-local.control-owl button.owl-next{position: relative;background: none;border: solid 1px #787878;border-radius: 50%;}
.control-local.control-owl button.owl-prev{left: 0px;}
.control-local.control-owl button.owl-next{right: -10px;}
.control-local.control-owl button svg{stroke: #3c3c3c;height: 28px;}
.pageLocalBrand .title{font-weight: 600; color:#636363; font-size: 36px;}
.endLocal{background:#f8f8f8;}
.item_local h3{color:#636363; font-size: 25px; font-weight: 600; margin-bottom: 15px;}
.item_local h3:hover{color: var(--color-hover);}
.item_local p{color:#636363; font-size: 16px;}
.item_local .views{font-size: 16px; border: solid 1px var(--color-hover); color: var(--color-hover); display: inline-block; padding:5px 20px; border-radius: 25px; transition: all 0.5s ease }
.item_local .views:hover{background: var(--color-hover); color:#000;}
.newsOthers{background:#f3f3f3; border-top: solid 1px #b4b4b4;}
.product_top{background:#f4f4f4;padding: 30px 0px;}
.product_top .title{background: var(--color-hover);color: #fff;display: inline-block;font-size: 18px;font-weight: 600;text-transform: uppercase;padding: 5px 30px;border-radius: 25px;}
.product_top .item{position: relative;overflow: hidden;border-radius: 20px;}
.product_top .item .info{color:#fff;position: absolute;bottom: 20px;width: 100%;z-index: 10;}
.product_top .item .info h3{font-weight: 600;text-transform: uppercase;font-size: 18px;}
.product_top .item:after{content:'';background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.9));width: 100%;height: 100%;position: absolute;bottom: 0px;z-index: 1;left: 0px;}
.topProduct a{color:#292929; transition: all 0.5s ease;}
.topProduct a:hover, .product_top .item:hover h3{color:var(--color-hover);}
.contactFix {
    position: fixed;
    bottom: 20%;
    right: 0px;
    z-index: 99999;
    transition: right 0.4s ease;
}
.contactFix.hide {
    right: -105px;
}
.contactFix.show {
    right: 0;
}
.contactFix .item {
    background: var(--color-main);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    min-width: 150px;
}
.contactFix .item img {
    width: 28px;
}
.contactFix .item i.fab {
    font-size: 25px;
}
.aboutPage table{max-width: 100% !important}