@import url(reset.css);
@import url(../fonts/GoogleSans/stylesheet.css);
@import url(../fonts/UVNsangsong/stylesheet.css);
* {
    margin: 0;
    padding: 0;
}

img,
iframe {
    max-width: 100%;
}

body {
    font-family: "Google Sans";
    font-size: 15px;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.sec {
    padding: 60px 0;
}

.btn {
    display: inline-block;
    vertical-align: bottom;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    height: 40px;
    line-height: 22px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-1 {
    display: inline-block;
    vertical-align: bottom;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    height: 40px;
    line-height: 22px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.fcontrol {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 40px;
    font-family: "Google Sans";
    font-size: 14px;
    border: solid 1px #e1e1e1;
    padding: 10px 15px;
    line-height: 20px;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fcontrol:focus {
    border-color: #f5d02a63;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 178, 121, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 178, 121, 0.6)
}

.main-wrap {
    padding-top: 101px;
}

.main-wrap.res {
    padding-top: 101px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: 0.3s ease;
}

.header.header-fixed {
    background: #fff;
    transition: 0.3s ease;
    box-shadow: 1px 0px 1px grey;
}

.main-banner {
    /* padding-top: 101px; */
    position: relative;
}

.main-menu.cus {
    color: #000 !important;
}

.header-fixed .main-menu {
    color: #000;
}

.main-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.hamburger-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
}

.main-menu-btn {
    display: none;
}

.hamburger-btn .bar {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #00afef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger-btn .bar::before,
.hamburger-btn .bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #00afef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger-btn .bar::before {
    top: -8px;
}

.hamburger-btn .bar::after {
    top: 8px;
}

.hamburger-btn.active .bar {
    background-color: transparent;
}

.hamburger-btn.active .bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-btn.active .bar::after {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.main-menu.active {
    right: 0;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.main-menu .main-menu-nav {
    display: flex;
}

.main-menu .main-menu-nav li a {
    padding: 10px 10px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.main-menu-nav .current-menu-item {
    color: #f7331e;
}

.main-menu .main-menu-nav li a:hover {
    color: #f7331e;
}

.main-header .search-box {
    position: relative;
}

.main-header .logo-header img {
    width: 100%;
    display: block;
}

.main-header .search-box .f-input-header {
    padding-left: 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.main-header .search-box .icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px;
    color: #560d0d;
}

.banner-top .single-banner .item {
    position: relative;
}

.banner-top .single-banner .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/over-banner.png') no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.banner-top .single-banner {
    height: auto;
}

.banner-top .single-banner .slick-list {
    height: auto;
}

.banner-top .single-banner .item .box-img img {
    width: 100%;
}

.banner-top .single-banner .item .content-banner {
    position: absolute;
    top: 55%;
    left: calc((100% - 1170px)/2);
}

.banner-top .single-banner .item .content-banner .text {
    font-size: 72px;
    font-family: 'UVN Sang Song';
    color: #fff;
}

.banner-top {
    position: relative;
    height: auto;
}

.banner-top .banner-overclay {
    position: absolute;
    top: 0;
    left: 0;
}

.sec-long-lived {
    background: url(../images/bg-v1.png);
    position: relative;
}

.sec-long-lived .img-overclay {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.table-long-lived {
    display: flex;
    flex-wrap: wrap;
}

.table-long-lived .colum {
    width: 50%;
    height: auto;
    position: relative;
}

.table-long-lived .colum .content {
    width: 570px;
    max-width: 100%;
    margin-left: auto;
    padding: 50px 0;
}

.table-long-lived .colum .content .content-top .title {
    font-size: 72px;
    font-family: 'UVN Sang Song';
    color: #560d0d;
    padding-bottom: 10px;
    font-weight: bold;
}

.table-long-lived .colum .content .content-top .desc {
    font-size: 18px;
    color: #363636;
}

.table-long-lived .colum .content .content-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.table-long-lived .colum .content .content-bottom .item {
    width: 50%;
    height: auto;
    padding: 40px 15px 0 0;
}

.table-long-lived .colum .content .content-bottom .item .title {
    display: flex;
    align-items: center;
}

.table-long-lived .colum .content .content-bottom .item .title .text {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #560d0d;
    transition: 0.3s ease;
}

.table-long-lived .colum .content .content-bottom .item .title:hover .text {
    color: #f7331e;
}

.table-long-lived .colum .content .content-bottom .item .desc {
    color: #363636;
    font-size: 15px;
    padding-top: 5px;
}

.btn-red {
    width: 100px;
    background: #f7331e;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    transition: 0.3s ease;
    line-height: 16px;
    height: 35px;
    border-radius: 5px;
}

.btn-red.cus {
    width: 150px;
    height: 40px;
    border-radius: 25px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
}

.btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #000;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.btn:hover:before {
    left: 0;
}

.align-right:after {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background: #c6c6c6;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-100%);
    z-index: -1;
}

.align-right {
    text-align: right;
    padding-right: 15px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.table-long-lived .colum .box-picture-v2 .khung-img-v2 {
    position: relative;
}

.table-long-lived .colum .box-picture-v2 .khung-img-v2 .box-img {
    position: absolute;
    top: 50px;
    left: 90px;
}

.table-long-lived .colum .box-picture-v2 {
    position: absolute;
    top: 160px;
    width: 50%;
}

.table-long-lived .colum .box-picture-v1 .khung-img-v1 {
    position: relative;
}

.table-long-lived .colum .box-picture-v1 .khung-img-v1 .box-img {
    position: absolute;
    top: 50px;
    left: 65px;
}

.table-long-lived .colum .box-picture-v3 .khung-img-v3 {
    position: relative;
    z-index: 2;
}

.table-long-lived .colum .box-picture-v3 .khung-img-v3 .box-img {
    position: absolute;
    top: 35px;
    left: 100px;
}

.table-long-lived .colum .box-picture-v3 {
    position: absolute;
    bottom: -100px;
    right: 300px;
    width: 50%;
    z-index: 5;
}

.table-long-lived .colum .box-picture-v1 {
    position: absolute;
    top: -150px;
    right: 250px;
    z-index: 2;
    width: 49.5%;
}

.bg-necklace {
    background: url(../images/bg-v2-min.png);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    position: relative;
}

.sec-necklace {
    background: url(../images/bg-v3-over.png);
    height: auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f8f8f8;
}

.table-necklace {
    display: flex;
    flex-wrap: wrap;
}

.table-necklace .colum {
    width: 50%;
    height: auto;
    position: relative;
}

.table-necklace .colum .content {
    width: 570px;
    max-width: 100%;
    margin-left: auto;
    padding: 135px 0;
}

.table-necklace .colum .content .box-content .title {
    font-size: 72px;
    font-family: 'UVN Sang Song';
    color: #560d0d;
    font-weight: bold;
    padding-bottom: 30px;
}

.table-necklace .colum .content .box-content .desc {
    font-size: 18px;
    color: #560d0d;
}

.table-necklace .colum .content .box-content {
    padding: 30px 0;
}

.table-necklace .colum .content .box-icon {
    padding: 30px 0;
}

.table-necklace .colum .content .box-icon .list-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.table-necklace .colum .content .box-icon .list-icon li {
    width: 20%;
    height: auto;
    text-align: center;
}

.table-necklace .colum .content .box-icon .list-icon li a {
    display: block;
    padding: 10px 0;
}

.table-necklace .colum .main-img {
    position: absolute;
    bottom: 70px;
    left: 42%;
    transform: translateX(-50%);
}

.table-necklace .colum .img-absolute-1 {
    text-align: center;
    position: absolute;
    top: 45%;
}

.table-necklace .colum .img-absolute-2 {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 15%;
}

.table-necklace .colum .img-absolute-3 {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 40%;
    transform: translateY(-20%);
}

.table-necklace .colum .img-absolute-4 {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 70%;
}

.table-necklace .colum .img-absolute-5 {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 70%;
}

.sec-service {
    background: #f8f8f8;
    padding: 120px 0;
}

.sec-service .content {
    text-align: center;
}

.sec-service .content .title {
    font-size: 72px;
    font-family: 'UVN Sang Song';
    color: #f7331e;
    font-weight: bold;
    padding-bottom: 30px;
}

.sec-service .content .desc {
    font-size: 18px;
    color: #363636;
}

.sec-service .table-service {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    margin: -15px;
}

.sec-service .table-service .colum {
    width: 25%;
    height: auto;
    padding: 15px;
}

.sec-service .table-service .colum .item {
    text-align: center;
}

.sec-service .table-service .colum .item .box-img {
    padding: 10px 0;
}

.sec-service .table-service .colum .item .text {
    font-size: 18px;
    color: #363636;
    padding: 10px 0;
    transition: 0.5s ease;
}

.sec-service .table-service .colum .item:hover .text {
    background: #f7331e;
    color: #fff;
    transform: translateY(-10px);
}

.sec-product {
    background: url(../images/bg-over-v1.png);
    background-size: 100% auto;
    height: auto;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    position: relative;
}

.img-left {
    position: absolute;
    left: 0;
    top: -175px;
    width: 24%;
}

.img-left img {
    width: 80%;
}

.bg-pro-v1 {
    background: url(../images/bg-over-v2.png);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

.bg-pro-v2 {
    background: url(../images/bg-v3-min.png);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

.sec-product .title {
    font-size: 72px;
    font-family: 'UVN Sang Song';
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
}

.table-product {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-bottom: 60px;
}

.table-product .colum {
    width: 25%;
    padding: 15px;
    height: auto;
}

.table-product .colum .content .box-text .txt {
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}

.table-product .colum .content .box-img img {
    display: block;
    width: 100%;
}

.table-product .colum .content .box-text .price {
    font-size: 14px;
    color: #fff;
}

.table-product .colum .content .box-text {
    padding: 15px 0;
    transition: 0.5s ease;
    position: relative;
}

.table-product .colum .content .box-text:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    transform-origin: left center;
    transform: scaleX(0);
}

.table-product .colum .content .box-text:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
    transform-origin: right center;
    transform: scaleX(0);
}

.table-product .colum .content:hover .box-text {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.table-product .colum .content:hover .box-text .txt {
    color: #f7331e;
}

.table-product .colum .content:hover .box-text .price {
    color: #f7331e;
}

.table-product .colum .content:hover .box-text:after {
    transform: scaleX(1);
}

.table-product .colum .content:hover .box-text:before {
    transform: scaleX(1);
}

.sec-logo .box-logo .list-logo {
    display: flex;
    justify-content: space-between;
}

.sec-logo .box-logo .list-logo li {
    border: 3px solid #fff;
    transition: 0.3s ease;
}

.sec-logo .box-logo .list-logo li:hover {
    border: 3px solid #f7331e;
}

.sec-logo .box-logo .list-logo li a img {
    width: 100%;
    display: block;
}

.sec-logo {
    background: #f8f8f8;
    padding-top: 60px;
}

.sec-logo .title {
    overflow: hidden;
    display: block;
    margin: 30px 0;
    text-align: center;
    color: #560d0d;
}

.sec-logo .title:before,
.sec-logo .title:after {
    content: '';
    height: 1px;
    background-color: #e1e1e1;
    width: 490px;
    display: inline-block;
    vertical-align: middle;
}

.sec-logo .title .txt {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 40px;
}

.slide-certificate .slick-slide .box-img {
    text-align: center;
}

.slide-certificate .slick-slide .box-img img {
    display: inline-block;
}

.slick-slide {
    outline: none !important;
}

.hotline {
    display: flex;
    padding-top: 60px;
}

.hotline.cus {
    padding-top: 30px;
}

.hotline .text {
    padding: 15px 0;
    background: #00afef;
    width: 250px;
    max-width: 100%;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.hotline .text:before {
    content: '';
    display: block;
    height: 100%;
    background: #00afef;
    width: 50vw;
    position: absolute;
    top: 0;
    right: 99%;
    z-index: -1;
}

.hotline .text span {
    font-weight: 500;
}

.hotline .text span a {
    padding: 15px 5px;
}

.hotline .text:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 41px solid #00afef;
    border-right: 44px solid transparent;
    position: absolute;
    top: 0px;
    right: -84px;
}

.table-fter {
    display: flex;
    flex-wrap: wrap;
}

.table-fter .colum-ft-1 {
    width: 25%;
    height: auto;
}

.table-fter .colum-ft-2 {
    width: 25%;
    height: auto;
}

.table-fter .colum-ft-3 {
    width: 25%;
    height: auto;
}

.table-fter .colum-ft-4 {
    width: 25%;
    height: auto;
}

.menu-fter .nav-fter {
    display: flex;
    background: #4e9525;
    color: #fff;
    margin-left: 35px;
    position: relative;
}

.menu-fter .nav-fter li a {
    padding: 18px 10px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.menu-fter .nav-fter li a:hover {
    color: #f7331e;
}


/* .table-fter .colum-ft-1 .content {
    padding: 70px 0;
} */

.table-fter .colum-ft-1 .content .box-text {
    padding-top: 10px;
    padding-right: 45px;
    color: #ffffff73;
}

.table-fter .colum-ft-1 .content .box-logo {
    text-transform: uppercase;
}

.menu-fter .nav-fter:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 58px solid #4e9525;
    border-bottom: 0px solid #00afef00;
    border-left: 39px solid #00afef00;
    position: absolute;
    top: 0px;
    left: -38px;
}

.menu-fter .nav-fter:after {
    content: '';
    display: block;
    height: 100%;
    background: #4e9525;
    width: 100%;
    position: absolute;
    top: 0;
    left: 99%;
    z-index: 1;
}

.footer {
    background: #354420;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.table-fter .colum-ft-1,
.colum-ft-2,
.colum-ft-3,
.colum-ft-4 .box-text {
    padding-left: 50px;
}

.table-fter .colum-ft-2 .box-text .title {
    font-size: 18px;
}

.table-fter .colum-ft-2 .box-text .desc {
    padding-top: 10px;
}

.send-messenger .icon {
    position: fixed;
    bottom: 0;
    right: calc((100% - 1170px)/2);
    background: #fff;
    color: #560d0d;
    border: 1px solid #e1e1e1;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 999;
}

.send-messenger .icon a {
    padding: 10px 40px;
    display: block;
}

.banner-top .bg-banner .box-img img {
    width: 100%;
    display: block;
}

.breadcrum .breads-left {
    display: flex;
}

.breadcrum .breads-right {
    display: flex;
}

.breadcrum .breadcrum-all {
    display: flex;
    justify-content: space-between;
}

.breadcrum {
    background: #4e9525;
    color: #fff;
}

.breadcrum .breadcrum-all .breads-left .bread-item a {
    padding: 20px 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.breadcrum .breadcrum-all .breads-right .bread-item a {
    padding: 20px 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.breadcrum .breadcrum-all .breads-right .bread-item a:hover {
    color: #f7331e;
}

.breadcrum .breadcrum-all .breads-left .bread-item a:hover {
    color: #f7331e;
}

.sec-about .content .box-img {
    margin-top: 20px;
}

.sec-about .content .title {
    font-weight: bold;
    font-size: 20px;
    color: #560d0d;
}

.sec-about .content .desc {
    padding-top: 20px;
}

.sec-about .content .desc .text {
    color: #f7331e;
}

.box-lienhe .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.box-lienhe .list-lienhe li {
    padding: 5px 0;
}

.box-lienhe .list-lienhe li .text {
    font-weight: bold;
}

.box-comment .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.search-form .f-input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.search-form {
    padding-right: 30px;
}

.search-form .f-input:last-child {
    margin-bottom: 0;
}

.search-box {
    display: flex;
    padding: 15px 0;
}

.texterea-form .f-texterea {
    width: 370px;
    max-width: 100%;
    height: 150px;
}

.map .title {
    padding: 30px 0;
}

.table-work {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #f8f8f8;
    margin: 40px 0;
}

.box-work .table-work:nth-child(even) {
    flex-direction: row-reverse;
}

.table-work .colum {
    width: 50%;
    height: auto;
}

.table-work .colum .box-img img {
    width: 100%;
    display: block;
}

.table-work .colum .box-content .title {
    font-size: 30px;
    color: #560d0d;
    padding-bottom: 20px;
}

.table-work .colum .box-content {
    text-align: center;
    padding: 15px;
}

.table-work .colum .box-content .title .icon {
    padding-right: 10px;
}

.table-work .colum .box-content .desc {
    font-weight: 500;
    font-size: 16px;
}

.flex-detion {
    flex-direction: row-reverse;
}

.table-sanpham {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-sanpham .colum {
    width: 33.33%;
    height: auto;
    padding: 15px;
}

.table-sanpham .colum .content {
    text-align: center;
    cursor: pointer;
}

.table-sanpham .colum .content .box-img {
    padding: 30px 0;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.btn-sp-1 {
    width: 100px;
    height: 40px;
    background: #4e9525;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    z-index: 1;
    transition: 0.3s ease;
    border: 1px solid #4e9525;
    line-height: 20px;
    margin-right: 10px;
}

.btn-sp-2 {
    width: 100px;
    height: 40px;
    background: #f7331e;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    transition: 0.3s ease;
    border: 1px solid #f7331e;
    line-height: 20px;
    z-index: 1;
}

.btn-sp-1:hover {
    background: #fff;
    color: #4e9525;
    border: 1px solid #4e9525;
}

.btn-sp-2:hover {
    background: #fff;
    color: #f7331e;
    border: 1px solid #f7331e;
}

.table-sanpham .colum .content .box-text {
    padding: 25px 40px;
    border-bottom: 1px solid #f8f8f8;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.table-sanpham .colum .content .box-text .title {
    padding-bottom: 10px;
    font-size: 14px;
    transition: 0.3s ease;
}

.table-sanpham .colum .content .box-text .price {
    padding-bottom: 10px;
    font-weight: 14px;
    font-weight: bold;
    color: #f7331e;
}

.table-sanpham .colum .content:hover .box-text:before {
    bottom: 0;
}

.table-sanpham .colum .content .box-text:before {
    content: '';
    position: absolute;
    bottom: -100%;
    background: #00afef;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.3s ease;
    z-index: -1;
}

.table-sanpham .colum .content:hover .title {
    color: #fff;
}

.table-sanpham .colum .content:hover .price {
    color: #fff;
}

.pagination {
    padding-top: 30px;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
}

.pagination .page-numbers li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.3s ease;
    margin: 0 5px;
    position: relative;
}

.pagination .page-numbers li a {
    padding: 10px;
}

.pagination .page-numbers li:hover {
    border: 1px solid #f7331e;
}

.table-pro-detail {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-pro-detail .colum {
    width: 50%;
    padding: 15px;
    height: auto;
}

.slider-nav .item .box-img {
    padding: 20px 0;
    border: 1px solid #e1e1e1;
}

.slider-nav .item {
    padding: 0 50px;
}

.slider-nav {
    margin-bottom: 15px;
}

.slider-for .item {
    padding: 0 20px;
}

.slider-for {
    margin: 0 75px;
}

.slider-for .item .box-img {
    padding: 20px 0;
    border: 1px solid #e1e1e1;
}

.table-pro-detail .colum .content .title {
    font-size: 20px;
    padding-bottom: 25px;
}

.table-pro-detail .colum .content .desc {
    font-size: 14px;
    padding-bottom: 25px;
}

.table-pro-detail .colum .content .price {
    font-size: 16px;
    font-weight: bold;
    color: #c30000;
    padding-bottom: 15px;
    padding-top: 15px;
}

.minus,
.plus {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 10px;
    cursor: pointer;
}

.number-counter .c-input {
    width: 50px;
    height: 30px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.number-counter {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.number-counter .soluong {
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
}

.btn-xanh {
    width: 150px;
    height: 40px;
    background: #4e9525;
    color: #fff;
    line-height: 20px;
    border-radius: 25px;
}

.btn-xanh:hover {
    background: #f7331e;
}


/* .btn-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #f7331e;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.btn-1:hover:before {
	left: 0;
} */

.sec-tabs {
    padding: 30px 0;
}

.c-tab .c-tab__nav ul li.active {
    color: #fff;
    background: #4e9525;
}

.c-tab .c-tab__content {
    display: none;
}

.c-tab .c-tab__content.active {
    display: block;
}

.c-tab__nav ul {
    display: flex;
}

.c-tab__nav ul li {
    width: 175px;
    text-align: center;
    background: #e1e1e1;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 15px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

.c-tab__nav ul li:first-child {
    margin-left: 0;
}

.c-tab__nav {
    border-bottom: 1px solid #4e9525;
}

.c-tab .c-tab__content .content {
    padding-top: 30px;
}

.c-tab .c-tab__content .content .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.multi-slider .item .content .box-text {
    padding: 15px 10px;
    border-bottom: 1px solid #f8f8f8;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.multi-slider .item .content .box-text .title {
    padding-bottom: 10px;
    font-size: 14px;
    transition: 0.3s ease;
}

.multi-slider .item .content {
    padding: 0 15px;
}

.multi-slider .item .content .box-text .price {
    padding-bottom: 10px;
    font-weight: 14px;
    font-weight: bold;
    color: #f7331e;
}

.multi-slider .item .content .box-img {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
}

.multi-slider .item .content:hover .box-text:before {
    bottom: 0;
}

.multi-slider .slick-slide img {
    display: inline-block;
}

.multi-slider .item .content .box-text:before {
    content: '';
    position: absolute;
    bottom: -100%;
    background: #00afef;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.3s ease;
    z-index: -1;
}

.multi-slider .item .content:hover .title {
    color: #fff;
}

.multi-slider .item .content:hover .price {
    color: #fff;
}

.sec-sp-lquan .title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
}

.slide-control {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.sec-sp-lquan {
    position: relative;
}

.slide-control .js-prev {
    transform: rotate(180deg);
    position: absolute;
    right: 40px;
    bottom: -40px;
}

.slide-control .js-next {
    bottom: -40px;
    position: absolute;
    right: 0;
}

.slide-control .js-next {
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

.slide-control .js-prev {
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

.slide-control .js-next:hover {
    background: #4e9525;
}

.slide-control .js-prev:hover {
    background: #4e9525;
}

.sec-tdung-1 .box-content .box-img img {
    width: 100%;
    display: block;
}

.sec-tdung-1 .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.sec-tdung-2 .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.sec-tdung-1 .box-content {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    border-bottom: 1px solid #f8f8f8;
    padding: 30px 0;
}

.sec-tdung-1 .box-content .box-img {
    width: 25%;
    padding: 15px;
    height: auto;
}

.sec-tdung-1 .box-content .box-text {
    width: 75%;
    padding: 15px;
    height: auto;
}

.sec-tdung-1 .box-content .box-text .date {
    font-size: 14px;
    color: #585858;
    padding-bottom: 15px;
}

.sec-tdung-1 .box-content .box-text .txt {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b30000;
    padding-bottom: 15px;
}

.sec-tdung-1 .box-content .box-text .desc {
    font-size: 15px;
    padding-bottom: 15px;
}

.sec-tdung-1 .box-td .box-content:nth-child(1) {
    display: block;
    padding-bottom: 30px;
}

.sec-tdung-1 .box-td .box-content:nth-child(1) .box-img {
    width: 100%;
}

.sec-tdung-1 .box-td .box-content:nth-child(1) .box-text {
    width: 100%;
}

.table-tdung-2 {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-tdung-2 .colum {
    width: 50%;
    height: auto;
    padding: 15px;
}

.table-tdung-2 .colum .box-img img {
    display: block;
    width: 100%;
}

.table-tdung-2 .colum .content {
    padding-bottom: 20px;
}

.table-tdung-2 .colum .content .txt {
    font-size: 16px;
    font-weight: bold;
    color: #f7331e;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.table-tdung-2 .colum .content .list-cnt li {
    padding: 5px 0;
    font-size: 14px;
    color: #474747;
}

.table-tdung-2 .colum .content .list-cnt li .line {
    padding: 0 10px;
}

.table-tdung-2 .colum .content .list-cnt li .text-1 {
    font-weight: bold;
    color: #f7331e;
}

.sec-info-td .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.table-info-td {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-info-td .colum {
    width: 25%;
    padding: 15px;
    height: auto;
}

.table-info-td .colum .content .box-content {
    text-align: center;
    padding: 20px 30px;
}

.table-info-td .colum .content .box-content-1 {
    text-align: left;
    padding: 20px 30px;
}

.table-info-td .colum .content {
    border: 1px solid #f8f8f8;
    box-shadow: 0px 0px 15px #80808069;
    height: 100%;
}

.table-info-td .colum .content .box-content .date {
    font-size: 13px;
    color: #585858;
    padding-bottom: 15px
}

.table-info-td .colum .content .box-content .txt {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b30000;
    padding-bottom: 15px;
}

.table-info-td .colum .content .box-content .desc {
    font-size: 14px;
}

.sec-info-td {
    padding-bottom: 60px;
}

.table-info-td .colum .content .box-content-1 .date {
    font-size: 13px;
    color: #585858;
    padding-bottom: 10px
}

.table-info-td .colum .content .box-content-1 .desc {
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
}

.table-info-td .colum .content:hover .txt {
    color: #4e9525;
}

.border-bot .thanh-line {
    border-top: 1px solid #e1e1e1;
}

.table-info-td .colum .content .box-img-1 {
    padding-bottom: calc(179/268*100%);
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.table-info-td .colum .content .box-img-1 img {
    transition: 0.3s ease-out;
    width: 100%;
    display: block;
    height: 100%;
}

.table-info-td .colum .content .box-img-1 a {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.table-info-td .colum .content .box-img-1:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-out;
}

.table-info-td .colum .content .box-img {
    padding-bottom: calc(179/268*100%);
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.table-info-td .colum .content .box-img img {
    transition: 0.3s ease-out;
    width: 100%;
    display: block;
    height: 100%;
}

.table-info-td .colum .content .box-img a {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.table-info-td .colum .content .box-img:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-out;
}

.table-read-more {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-read-more .colum-1 {
    width: 25%;
    height: auto;
    padding: 15px;
}

.table-read-more .colum-2 {
    width: 75%;
    height: auto;
    padding: 15px;
}

.table-read-more .colum-1 .content .box-text {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.table-read-more .colum-1 .content .box-text:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.table-read-more .colum-1 .content {
    border: 1px solid #e1e1e1;
}

.table-read-more .colum-1 .content .box-text .text {
    width: 63%;
    font-weight: bold;
    transition: 0.3s ease;
    font-size: 12px;
    padding-right: 5px;
}

.table-read-more .colum-1 .content .box-text .img {
    width: 37%;
}

.table-read-more .colum-1 .content .box-text .img img {
    display: block;
    width: 100%;
}

.table-read-more .colum-1 .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.table-read-more .colum-1 .content .box-text .text:hover {
    color: #4e9525;
}

.table-read-more .colum-2 .content .date {
    color: #585858;
    font-size: 14px;
    padding-bottom: 30px;
}

.table-read-more .colum-2 .content {
    padding-bottom: 50px;
}

.table-read-more .colum-2 .content .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

.table-read-more .colum-2 .content .box-img {
    padding-bottom: 20px;
}

.table-read-more .colum-2 .list-info {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.table-read-more .colum-2 .content-bottom .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.table-read-more .colum-2 .list-info .item {
    width: 25%;
    padding: 15px;
    height: auto;
}

.table-read-more .colum-2 .list-info .item .content-info .box-img img {
    width: 100%;
    display: block;
}

.table-read-more .colum-2 .list-info .item .content-info .text {
    padding: 10px 15px;
    transition: 0.5s ease;
}

.table-read-more .colum-2 .list-info .item .content-info:hover .text {
    transform: translateY(-10px);
    background: #00afef;
    color: #fff;
}

.table-read-more .colum-2 .list-info .item .content-info:hover .text .date {
    color: #fff;
}

.table-read-more .colum-2 .list-info .item .content-info .text .date {
    font-size: 14px;
    color: #585858;
    padding-bottom: 5px;
    transition: 0.5s ease;
}

.table-read-more .colum-2 .list-info .item .content-info .text .desc {
    font-weight: bold;
}

.table-read-more .colum-2 .list-info .item .content-info {
    box-shadow: 0px 0px 15px #80808069;
}

.select-form .f-select {
    border: none;
    padding: 5px;
}

.select-form .f-select {
    background: transparent;
}

.select-form {
    position: relative;
}

.select-form .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.select-form {
    display: flex;
    align-items: center;
}

.f-select:focus {
    border-color: 0px;
}

.select-box {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select-box .language-list {
    position: absolute;
    top: 25px;
    right: -6px;
    width: 70px;
    padding: 5px;
    background: #fff;
    border: 1px solid #f8f8f8;
    color: #000;
    opacity: 0;
    transition: 0.3s ease;
}

.select-box .select-form:hover .language-list {
    opacity: 1;
}

.select-box .language-list li a {
    padding: 5px 0;
}

.select-box .language-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-box .select-form .img {
    align-items: center;
    display: flex;
    margin-right: 15px;
}

.sec-about .content .box-img img {
    width: 100%;
    display: block;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4e9525;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #4e9525;
}


/* back to top */

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #4e9525;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
    z-index: 555;
}

.m-backtotop.active {
    bottom: 50px;
    opacity: 1;
}

.m-backtotop>div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    color: #4e9525;
}

.m-backtotop>div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Google Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 50px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover>div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}


/* silck dots */

.banner-top .single-banner.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner-top .single-banner .slick-dots {
    bottom: 50%;
    text-align: right;
}

.banner-top .single-banner .slick-dots li {
    display: flex;
    margin-left: auto;
}

.banner-top .single-banner .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 1;
}

.banner-top .single-banner .slick-dots li.slick-active button:before {
    color: #a6cb12;
    opacity: 1;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
    color: #a79e9e69;
    font-size: 25px;
}
.menu-menu-ho-tro-container ul li a{
    padding: 5px 0 5px 10px;
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.menu-menu-ho-tro-container ul li a:hover {
    color: #00afef;
}
.menu-menu-ho-tro-container ul li a:hover:before {
    left: 0;
}
.menu-menu-ho-tro-container ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: -5px;
    top: 5px;
    transition: 0.3s ease;
}