body {
    max-width: 1920px;
}
.container, body {
    margin-right: auto;
    margin-left: auto;
}
a{
    text-decoration: none;
}
a:hover{text-decoration: none;}
.container-full {
    padding: 0 55px;
    width: 100%;
    max-width: 100%;
}
ul li{list-style: none;}
.home .main-container{padding-top:100px;}
header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    z-index: 99;

    background-color: #fff;
    width: 100%;
    height: 100px;
}
header .menu-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    position: relative;
    flex: 1;
    justify-content: flex-end;
    z-index: 2;
    display: flex;
    align-items: center;

}
#main-menu .navbar-nav > li:hover .dropdown-menu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
    display: block;
}
#main-menu .dropdown-menu {
    min-width: 250px;
    border: none;
    left: auto;
    padding: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);

    opacity: 0;
    background: #eeeeee;
    border-radius: 0px;
    color: #fff;
}
#main-menu .dropdown-menu li{

}
#main-menu .dropdown-menu a{
    color:#585858;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
}
#main-menu .dropdown-menu a:hover{
    color:#fff;
    background: #3b6d6a;
}
#main-menu .navbar-nav .nav-link {
    color: #656565;

}
#main-menu .nav-item{
    position: relative;
    padding: 10px 45px;
}

#main-menu>ul>li>a {
    -webkit-transition: color .4s cubic-bezier(.58,.3,.005,1);
    -o-transition: color .4s cubic-bezier(.58,.3,.005,1);
    position: relative;
    transition: color .4s cubic-bezier(.58,.3,.005,1);
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

.dropdown-menu{
    top: 88%;
}
.content-lang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-lang a{line-height: 12px;}
.banner-home .swiper img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-home .swiper-slide {
    height: auto;
}
.banner-home .img, .banner-home .img a, .banner-home .swiper-slide .box-banner {
    width: 100%;
    height: 100%;
}
/****** mobile menu ****/
header .harmburger-menu {
    display: none;
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
    top: 11px;
    left: 6px;
}
header .harmburger-menu__item {
    width: 20px;
    height: 2px;
    background-color: #296c3e;
    margin: 5px 0;
    transition: all 0.4s;
    position: relative;
}
header  .harmburger-menu__item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #656565;
    transition: all 0.4s;
}
header  .harmburger-menu.active .harmburger-menu__item:first-child, header  .harmburger-menu.active .harmburger-menu__item:last-child {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}
header  .harmburger-menu.active .harmburger-menu__item:nth-child(2)::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
header  .harmburger-menu.active .harmburger-menu__item:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

header .header-container {
    position: relative;
}
header  .header-nav-container {
    border-top: 1px solid transparent;
    border-bottom: 1px #cec49e solid;
    position: relative;
    z-index: 100;
}
header .header-nav{
    background: #fff;
}
header .header-nav-container{display: none;}

@media (max-width: 1199px) {
    header .header-container .header-nav-container .header-nav-inner .header-nav ul.nav .nav-item .nav-link {
        font-size: 14px;
    }
}
.icon-search:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
}
header .header-container .header-nav-container .header-nav-inner .header-nav .nav-search-form .nav-search-container .input-search {
    height: 100%;
    width: 100%;
    padding: 0 40px 1px 54px;
    border: 1px solid #9395a3;
    border-radius: 3px;
    height: 40px;
    line-height: 1.42857143;
    box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}
header .header-container .header-nav-container .header-nav-inner .header-nav .nav-search-form .nav-search-container .k-btn.btn-search:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 1px;
    background: #999;
}
header .header-container .header-nav-container .header-nav-inner .header-nav .nav-search-form .nav-search-container .k-btn {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    outline: none !important;
    background-color: transparent;
    top: 0;
    color: #999;
}
header .header-container .header-nav-container .header-nav-inner .header-nav .nav-search-form .nav-search-container .k-btn.btn-search {
    left: 0;
    width: 45px;
}
header .header-container .header-nav-container .header-nav-inner .header-nav .nav-search-form .nav-search-container {
    position: relative;
    margin-bottom: 10px;
}
header .header-container .header-nav-container .header-nav-inner .header-nav ul.nav .nav-item .dropdown-content .dropdown-item a {
    width: 100%;
    padding: 2px 0px;
    float: left;
    color: #666;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.2s ease-in-out 0s;
    display: block;

}
header .header-container .header-nav-container .header-nav-inner .header-nav ul.nav .nav-item .dropdown-content .dropdown-item:before {
    content: '';
    background: radial-gradient(circle, #c9c9c9, #fff);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

header .header-container .header-nav-container .header-nav-inner .header-nav ul.nav .nav-item .dropdown-content .dropdown-item {
    position: relative;
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    margin-left: 10px;
}

header .menu-right .navbar-nav>li>a {
    -webkit-transition: color .4s cubic-bezier(.58,.3,.005,1);
    -o-transition: color .4s cubic-bezier(.58,.3,.005,1);
    position: relative;
    transition: color .4s cubic-bezier(.58,.3,.005,1);
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}
header .menu-right  .navbar-nav>li>a:hover:after {
    transform: scale3d(1,1,1);
    transition: transform .4s cubic-bezier(.58,.3,.005,1);
    transform-origin: 0 50%;
}
header .menu-right  .navbar-nav>li>a:after {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background-color: #3e6d6a;
    width: 100%;
    height: 2px;
    content: "";
}

header .menu-right .navbar-nav>li.active>a:after {
    -webkit-transform: scaleX(1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.58,.3,.005,1);
    -o-transition: transform .4s cubic-bezier(.58,.3,.005,1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: -webkit-transform .4s cubic-bezier(.58,.3,.005,1);
    transition: transform .4s cubic-bezier(.58,.3,.005,1);
    transition: transform .4s cubic-bezier(.58,.3,.005,1),-webkit-transform .4s cubic-bezier(.58,.3,.005,1);
}
/**************/
.title-home-page{
    padding: 30px 0;
    text-align: center;
}
.title-home-page span{
    font-weight: bold;
    font-size: 20px;
    color:#ffb900;
    padding-bottom: 5px;
    border-bottom: 1px solid #3c6c60;
    text-transform: uppercase;
}
.product-hot{
    padding: 20px 0;
}
.text-product-hot{
    text-align: center;
    padding:15px 0;
}
.text-product-hot a{
    text-decoration: none;
    color: #3c6d6a;
    font-weight: bold;
}
.slogan{
    margin:20px 0;
    color:#fff;
    text-align: center;
    background: #3c6d6a;
}
.content-slogan{
    padding:60px 140px;
}
.content-slogan .title-slogan{
    margin-bottom: 20px;
    font-size: 40px;
}
.content-slogan .content-slogan-text{
    font-size: 20px;
    text-align: left;
    line-height: 35px;
}
.partner {
    padding:20px 0;
}
.content-partner{
    padding:80px 0px;
}
/*** footer ***/
footer {
    background-color: #f5f5f5;
    padding: 3.25rem 0;
}
footer .box-footer {
    border-right: 1px solid #ddd;
    padding-top: 10px;
    height: 100%;
}
footer .title-footer {
    margin-bottom: 0.625rem;
    color: #111;
    font-weight: 700;
}
footer .list-footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .list-footer li a {
    -webkit-transition: color .4s cubic-bezier(.58,.3,.005,1);
    -o-transition: color .4s cubic-bezier(.58,.3,.005,1);
    position: relative;
    transition: color .4s cubic-bezier(.58,.3,.005,1);
    font-size: .875rem;
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}
footer .list-footer li a:hover:after {
    -webkit-transform: scaleX(1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.58,.3,.005,1);
    -o-transition: transform .4s cubic-bezier(.58,.3,.005,1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: -webkit-transform .4s cubic-bezier(.58,.3,.005,1);
    transition: transform .4s cubic-bezier(.58,.3,.005,1);
    transition: transform .4s cubic-bezier(.58,.3,.005,1),-webkit-transform .4s cubic-bezier(.58,.3,.005,1);
}
footer .list-footer li a:after {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background-color: #3c6d6a;
    width: 100%;
    height: 2px;
    content: "";
}
.footer-copy-right {
    border-top: 1px solid #3b6d6a;
    background-color: #fff;
    height: 62px;
    font-size: .875rem;
}
footer .list-footer li{padding:5px 0px;}

footer .list-social li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background-color: #3b6d6a;
    width: 38px;
    height: 38px;
}
footer .list-social {
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .list-social li{
    list-style: none;
}
footer .list-social, footer .list-social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
footer .subscribefrm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
footer .subscribefrm button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    outline: none;
    border: 0;
    border-radius: 10px;
    background-color: #3b6d6a;
    padding-left: 15px;
    width: 90px;
    height: 40px;
    font-size: 0;
}

footer .subscribefrm input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    flex: 1;
    transition: all .3s ease-in-out;
    outline: none;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    color: #999;
    font-size: .875rem;
}

footer .subscribefrm button:before {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    content: "Gửi";
}
body.en-us footer .subscribefrm button:before {
    content: "Send";
}
footer .subscribefrm button:after {
    display: inline-block;
    margin-left: 1.125rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAwklEQVQ4T7WUSwoCMRBEX4EH0Au40Ou6kBnwcwU9ia48hngEXbQ0GIwaJ5MxNmQTyGuqutIyswPQADtJNyqUzMwenDOwAdaSLr+wY2jgXIE9sJB0GgJPQWPOcYg1OWhoUGRNX2iRNaXQ2BpPTZtKjUPHwByYJc4UGGWG9WGNuh6YmQMdnGrod5Po/TM1f4Aua8nfAqvwaX4Z1NcMl0KDb40khyarL9Qn/CKxaxY5aLVvGiS2kjzgxfW++npLzMmvvqTvUqF6cexugUoAAAAASUVORK5CYII=);
    width: 21px;
    height: 18px;
    content: "";
}
footer .footer-address li p {
    font-size: .875rem;
    line-height: 1.3;
}
footer .footer-address li .icon {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 1.0625rem;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
}
footer .footer-address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
footer .footer-address {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrap-search-main {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: visibility .6s cubic-bezier(.215,.61,.355,1),opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform .6s cubic-bezier(.215,.61,.355,1),visibility .6s cubic-bezier(.215,.61,.355,1),opacity .6s cubic-bezier(.215,.61,.355,1);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: visibility .6s cubic-bezier(.215,.61,.355,1),opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),visibility .6s cubic-bezier(.215,.61,.355,1),opacity .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),visibility .6s cubic-bezier(.215,.61,.355,1),opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    will-change: transform;
    background-color: #3b6d6a;
    padding: 0.9375rem 2.1875rem;
    width: 100%;
}
.wrap-search-main.active {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    visibility: visible;
    opacity: 1;
}
.wrap-search-main input {
    outline: none;
    border: 0;
    background-color: transparent;
    width: 100%;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 600;
}
.wrap-search-main button {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2.1875rem;
    transform: translateY(-50%);
    outline: none;
    border: 0;
    background: transparent;
}
.wrap-search-main input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
header .menu-right .search {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    cursor: pointer;

    width: 27px;
    height: 27px;
    user-select: none;
}
header .menu-right .search i {
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .3s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
header .menu-right .search i:first-child {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
header .menu-right .search.active i:first-child {
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
}
header .menu-right .search i:nth-child(2) {
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
}
header .menu-right .search.active i:nth-child(2) {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
/***************** product ***********/
#page-banner .banner__pages {
    position: relative;
    overflow: hidden;
}
#page-banner .banner__pages .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background: transparent;
}
#page-banner .banner__pages .breadcrumb li {
    position: relative;
}
#page-banner .banner__pages .breadcrumb li>* {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
#page-banner .banner__pages {
    position: relative;
    overflow: hidden;
}
#page-banner .banner__pages .text-banner {
    -webkit-animation: aniLeft .8s ease-out .8s both;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    animation: aniLeft .8s ease-out .8s both;
    padding: 0 3.4375rem 3.5625rem;
    color: #fff;
    font-weight: 700;
}

#page-banner .banner__pages .breadcrumb li+li:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -20px;
    margin: 0 5px;
    color: #fff;
    font-family: Material Icons;
    font-size: 1rem;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
}
#page-banner .banner__pages .breadcrumb li+li {
    margin-left: 1.3125rem;
}
#page-banner .banner__pages:before {
    inset: 0;
    position: absolute;
    z-index: 2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(19.15%,transparent),to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top,transparent 19.15%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(180deg,transparent 19.15%,rgba(0,0,0,.8));
    content: "";
}
#page-banner{
    width: 100%;
}
.product-category{
   /*  width: 240px; */

}
.product-category .title-cate{
    color:  #3b6d6a;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.menu-cate{
    background: #3b6d6a;
    padding:10px 20px;
   /*  width: 240px */;
}
.menu-cate ul{
    padding-left: 0px;
}
.menu-cate ul li{
    padding:5px 0;
}
.menu-cate a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.menu-cate .sub-cate{

}
.menu-cate .sub-cate a{
    font-weight: normal;
    font-size: 16px;
}
.page-product{
    padding:40px 0;
}
.product-info{
    display: flex;
    align-items: start;
}
.title-quote span:before {
    -webkit-transform: translateX(40px) translateY(-30px);
    -ms-transform: translateX(40px) translateY(-30px);
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(40px) translateY(-30px);
    color: var(--green);
    font-family: Font Awesome\ 5 Pro;
    font-size: 2.375rem;
    font-weight: 900;
    content: "\f10d";
}
.title-quote {
    position: relative;
    margin: 5.25rem auto 3.75rem;
    max-width: 1300px;
    text-align: center;
    padding:30px
}
.product-short-info{
    flex-grow: 1;
}
.title-quote:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0;
    width: 258px;
    height: 3px;
    content: "";
}
.page-product-list .wrap-item-video .content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.title-line {
    position: relative;
    padding-left: 13px;
    color: #133e35;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}
.title-line:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--green);
    width: 4px;
    height: 25px;
    content: "";
}
.wrap-item-video .content-left .desc {
    margin-top: 1.25rem;
}
.wrap-item-video .content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.wrap-item-video .video {
    display: block;
    position: relative;
    padding-top: 63.63636%;
    height: 0;
    overflow: hidden;
}
.wrap-item-video .video iframe, .wrap-item-video .video img,  .wrap-item-video .video video {
    -o-object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wrap-item-video .video .play-button {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 86px;
    height: 60px;
}

.wrap-item-video .content-left .desc ul {
    padding-left: 35px;
}
.wrap-item-video .content-left .desc ul li {
    font-size: 1.125rem;
    list-style: disc;
}
.item-product-main {
    position: relative;
    margin-bottom: 6.25rem;
}
.item-product-main:before {
    -webkit-transform: matrix(1,.1,-.01,1,0,0);
    -ms-transform: matrix(1,.1,-.01,1,0,0);
    position: absolute;
    bottom: -25px;
    left: 0;
    transform: matrix(1,.1,-.01,1,0,0);
    border-radius: 30px;
    background-color: #00a75c;
    width: 100%;
    height: 121px;
    content: "";
}
.item-product-main:hover .content  h3{
    transform: scale(1.1) translateY(-10px);
}
.item-product-main:hover .zoom-img  img{
    transform: scale(1.1) ;
}

.item-product-main .img {
    -webkit-box-shadow: 8px 8px 25px rgba(0,0,0,.15);
    box-shadow: 8px 8px 25px rgba(0,0,0,.15);
    border-radius: 30px;
}
.zoom-img {
    overflow: hidden;
}
.item-product-main .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 2.1875rem;
    width: 100%;
    text-align: center;
}
.item-product-main .content h3 {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 1.25rem;
    color: #133e35;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 1280px){
    .item-product-main .content h3 {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
    }
}
.item-product-main .img a iframe, .item-product-main .img a img, .item-product-main .img a video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-product-main .img a {
    display: block;
    position: relative;
    padding-top: 97.16814%;
    height: 0;
    overflow: hidden;
}
.item-product-main .content a{
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.item-product-main .content h3 a{
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.item-product-main:hover .content a span {
    color: #3c6d6a;
    text-decoration: underline;
}
.item-application .img a {
    display: block;
    position: relative;
    padding-top: 52.73973%;
    height: 0;
    overflow: hidden;
}
.item-application {
    position: relative;
}
.item-application .img a {
    display: block;
    position: relative;
    padding-top: 52.73973%;
    height: 0;
    overflow: hidden;
}
.item-application .img a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .6;
    z-index: 2;
    mix-blend-mode: normal;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    width: 100%;
    height: 121px;
    content: "";
}
.item-application .img a iframe, .item-application .img a img, .item-application .img a video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-application .title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 1.5rem;
    width: 100%;
    pointer-events: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.item-application:hover  img{
    transform: scale(1.1) ;
}
.product-detail.section-1 {
    padding-bottom: 50px;
}
.main-section {
    padding: 35px 0;
}
.product-detail.section-1 .product-img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.product-detail.section-1 .product-img a iframe, .product-detail.section-1 .product-img a img, .product-detail.section-1 .product-img a video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail.section-1 .product-img a {
    display: block;
    position: relative;
    padding-top: 68.25397%;
    height: 0;
    overflow: hidden;
}
.product-detail.section-1 .product-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    padding-right: 8.5vw;
    padding-left: 2.0625rem;
}
.product-detail.section-1 .product-content .title-product-main {
    margin-bottom: 10px;
    color: #133e35;
    font-size: 2.25rem;
    font-weight: 700;
}
.product-detail.section-1 .product-content .product-tab .content ul {
    padding-left: 2.0625rem;
}
.product-detail.section-1 .product-content .product-tab .content ul li {
    color: #111;
    font-size: 1.125rem;
    list-style: disc;
}
.product-detail.section-1 .product-content .product-tab .title-line {
    margin-bottom: 1.125rem;
    font-size: 1.75rem;
    line-height: 1;
}
.product-detail.section-1 .product-content .product-tab+.product-tab {
    margin-top: 1.75rem;
}
.btn.btn-download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border: 2px solid var(--green);
    border-radius: 5px;
    background-color: #fff;
    padding: 0 0.625rem;
    min-width: 174px;
    height: 40px;
    color: #333;
    font-size: 1.25rem;
    font-weight: 500;
}
.btn.btn-download:hover{
    background-color: var(--green);
    color: white;
}
.btn.btn-download i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 15px;
    color: var(--green);
    font-size: 22px;
}
.btn.btn-download:hover i {
    color: #fff;
}
.swiper-button-disabled {
    opacity: .4!important;
}
.btn.btn-sw-1.btn-prev:before {
    color: var(--green);
    font-family: "Font Awesome 6 Pro";
    content: "\f053";
}
.btn.btn-sw-1.btn-next:before {
    color: var(--green);
    font-family:  "Font Awesome 6 Pro";
    content: "\f054";
}
.btn.btn-sw-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 2.375rem;
}
.tt-list .left {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.tt-list .left:before {
    position: absolute;
    z-index: 3;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}
.tt-list .left .box-img {
    width: 100%;
    height: 100%;
}
.tt-list .left .box-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.tt-list .left .box-img a img {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-list .left .box-text {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 4;
    padding: 0 5%;
}
.tt-list .left .title {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    display: block;
    transition: color .3s ease-in-out;
    margin-top: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.625rem;
    text-decoration: none;
}
.tt-list .left .desc {
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 15px;
    overflow: hidden;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6875rem;
    text-overflow: ellipsis;
}
.tt-list .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tt-list .right .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: calc(33.33333% - 13px);
}
.tt-list .right .box-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.18223%;
    flex: 0 0 42.18223%;
    max-width: 42.18223%;
    overflow: hidden;
}
.tt-list .right .box-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.tt-list .right .box-img a img {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-list .right .box-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.76828%;
    flex: 0 0 53.76828%;
    padding-top: 10px;
    padding-bottom: 25px;
    max-width: 53.76828%;
}
.tt-list .right .title {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: color .3s ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    color: #111;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    text-decoration: none;
}
.tt-list .right .desc {
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    color: #111;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6875rem;
    text-overflow: ellipsis;
}
.tt-list .bottom {
    margin-top: 40px;
}
.tt-list .bottom .box-img {
    display: block;
    position: relative;
    padding-top: 48.28179%;
    height: 0;
    overflow: hidden;
}
.tt-list .bottom .box-img a img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.tt-list .bottom .box-text {
    margin-top: 30px;
}
.tt-list .bottom .title {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: color .3s ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    color: #111;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    text-decoration: none;
}
.tt-list .bottom .item {
    margin-bottom: 1.875rem;
}
.tt-list .bottom .box-img iframe, .tt-list .bottom .box-img img, .tt-list .bottom .box-img video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-list .box-img:hover   img{
    transform: scale(1.1) ;
}
.page-lien-he .box-list-address {
    position: relative;
    padding: 3rem 0 3rem 2.5rem;
}
.title-20 {
    font-size: 1.25rem;
    font-weight: 700;
}
.page-lien-he .box-list-address .wrap-scroll-address {
    padding-right: 1.5625rem;
    height: 100%;
    max-height: 675px;
    overflow: auto;
}
.page-lien-he .box-list-address .item-address {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 0.625rem 0;
}
.page-lien-he .box-list-address .item-address .title-address {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
}
.page-lien-he .box-list-address .item-address table tr td:first-child {
    font-weight: 700;
    white-space: nowrap;
}
.page-lien-he .box-form-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 3.75rem 1.875rem;
    height: 100%;
}
.wrap-form .form-row .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}
.wrap-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.page-lien-he .box-form-contact .wrap-form .form-group {
    margin-bottom: 1.25rem;
}
.page-lien-he .box-form-contact .wrap-form input[type=text] {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 1.875rem;
    width: 100%;
    height: 50px;
}
.page-lien-he .box-form-contact .wrap-form .form-group {
    margin-bottom: 1.25rem;
}
.page-lien-he .box-form-contact .wrap-form textarea {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 1.875rem;
    width: 100%;
    height: 215px;
}
.page-lien-he .box-form-contact .wrap-form .frm-btn {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}
.page-lien-he .box-form-contact .wrap-form .frm-btn input {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #3c6d6a;
    padding-right: 2.5rem;
    width: 153px;
    height: 40px;
    color: #fff;
    font-size: .875rem;
}
.wrap-form{width: 100%}
.banner-home .img a img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home  .img, .banner-home .img a, .banner-home .swiper-slide .box-banner {
    width: 100%;
    height: 100%;
}
.banner-home .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute!important;
    bottom: 50px!important;
    align-items: center;
    justify-content: center;
    opacity: 1!important;
}
.banner-home .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    opacity: 1!important;
    transition: all .3s ease-in-out;
    margin: 0 0.625rem!important;
    background-color: #fff;
    width: 14px;
    height: 14px;
}
.banner-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3b6d6a;
}
.product-hot .box-banner a {
    display: block;
    position: relative;
    padding-top: 97.16814%;
    height: 0;
    overflow: hidden;
}

.product-hot .box-banner img{
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-hot .box-banner {
    border-radius: 10px;
    border: 1px solid #3fbfc0;
    overflow: hidden;
}
.product-hot .box-banner:hover img{
    transform: scale(1.1);
}
.title-about-page{
    font-size: 30px;
    font-weight: bold;
    color:#3c6d6a;
}
.title-about-page span{

    color:#ffba00;
}
.about-home p{
    line-height: 30px;
}
.scrollToTop {
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    background: #1a9c94;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 94px;
    right: 30px;
    display: none;
    z-index: 999999;
}
.scrollToTop:hover{
    color:#fff;
    background: #ffb900;
}
.scrollToTop .fa-stack {
    display: inline-block;
    height: 30px;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 30px;
}
.page{
    padding-top:100px
}
.fancybox__container {
    -webkit-box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    transform-origin: top left;
    z-index: 1050;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);
    overflow: hidden;
    color: var(--fancybox-color,#fff);
    direction: ltr
}

.fancybox__container *,.fancybox__container :after,.fancybox__container :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}
.content-single-page{
    padding:30px 0;
}
.wrap-form .frm-btn button {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #3c6d6a;
    padding-right: 2.5rem;
    width: 153px;
    height: 40px;
    color: #fff;
    font-size: .875rem;
}
.wrap-form .frm-btn button:after {
    display: inline-block;
    margin-left: 1.125rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAwklEQVQ4T7WUSwoCMRBEX4EH0Au40Ou6kBnwcwU9ia48hngEXbQ0GIwaJ5MxNmQTyGuqutIyswPQADtJNyqUzMwenDOwAdaSLr+wY2jgXIE9sJB0GgJPQWPOcYg1OWhoUGRNX2iRNaXQ2BpPTZtKjUPHwByYJc4UGGWG9WGNuh6YmQMdnGrod5Po/TM1f4Aua8nfAqvwaX4Z1NcMl0KDb40khyarL9Qn/CKxaxY5aLVvGiS2kjzgxfW++npLzMmvvqTvUqF6cexugUoAAAAASUVORK5CYII=);
    width: 21px;
    height: 18px;
    content: "";
    position: absolute;
}
.breadcrumb a{text-decoration: none;}
/******* about ****************/
.about-1 .title-about {
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    font-size: 1.625rem;
    font-weight: 600;
}
.about-1 .title-about:before {
    -webkit-transform: translate(-47px,-27px);
    -ms-transform: translate(-47px,-27px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-47px,-27px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAYAAACrDdDdAAAD3klEQVRoQ+1XXWgcVRT+zt1YpEGa7sxu0CaZ2UQys0Rri5Q+FAQh4g8KgiAiglURqtTiW/2pKK0KrYKIKKKooA/ioxQREUWQ/vjzUITtzgTdnc1T051NU1Ba4+49Mkkak2ayd+7EsKXsfb3f993znXvO/SGkHFOF0VuEFGNENAiSQ2AaAOMGEIaY+M1c1X8jpbSSdqZ/a+81G2d3MfMISGyBhAXiaP0BBvrMmtdPgCSl0gKAAQqt4nYi3MHghwnYuhqXwV/kAv+hpNpJcOfsbX2SLowz030AHgRw7eo8WTSDCS+RuWlr9G5J4i0ATpJAGKjmAm84CVaFOT8wlp3tab5EoGcAZFT4uXmiR81q+dO25hojNw1yq/khgDsTiS4BCTHbl61UzuvyLuGjSpm2io8z8WEAhpYO4V2z6u1d1VxoO08BFPVNr5bwAliwvCdbm/g6DTdKqpTNz4mxKw0foJ/NoLwz1lxou28D2JdOeJ5FwMtG4B3U1Tg7MnajaLV+ApDV5S7B/20YvdetMNewi88yOOqvNQ0ifGVUvXt1RKL+ava0fmFgzf3KgncsM1e3nNuJ6Lv5xK95TBmBdz0BnESJAdGw3G9AGE+CV2P46UUTM0M3b26Kf8oA+tXEeAQBFQDfMtExKcSJ/B+l35NqhQXnAJgOJcXH4C6C+Bgkfc/gExdbf51cNBdaxc9A/EhK8aMs+GCu4v+ahl8vOA4xlRIf9csXqTPhCG/MvJ8vlf5cOjVnLhwY3YIeUdMWZzQJtMeolT9KY+oSp2G5HzDhyRQaxyUyD+SD0pk47ry5gvsaGC/oihPzE0bN/1iXtxQ/PTy8ScoNZwFs0NTxZG9mx+W7tXLnbGcSoEE9cfrSDMr363FWohu28xiDdBPEgnhbtur/1m59qg+5t5KAdq9IZLbng9KptZoLLfcoCFpXBpAssRQW3L1gvKMXJM+Ygb9ZjxOPDm13BsAmLS3CPrPqKWOm0HY/AbBbR5zAPxqBf5sOJw57rlC0WsyBto4U4+bk6eg+bjsicycB7FQBL5s/zsCL7Ti5wPtBpdmwnbsYpP3+ZGAPAH81fSnlZP/kRCUyNwUgrwpEd94M1N+phcf5e7raajwfMQN/f2RO/k/PrWVrJjJXKL4K5rYVoDYSh+DDZuA/F5lL9PbTXSSROdt9HcDzutpq/H871zlzVvEQiA+og9VFXAHm6rb7SvTv0w1djb8CynIdzS0eKB0ry645dQ3GILo9lyptc6QkV8E6lmXn77l1NHdVHyjdnUvddB3uuW5ZdncuLgMdLsvugdIty25ZxmRgHV8oV3XPzZn7F/PV8MnTHOvyAAAAAElFTkSuQmCC);
    width: 55px;
    height: 39px;
    content: "";
}
.main-section {
    padding: 35px 0;
}
@media (min-width: 1280px){
    .about-1 {
        padding: 4.375rem 0 3.125rem;
    }
}

@media (min-width: 1440px){
    .about-1 {
        padding: 5rem 0;
    }
}

@media (min-width: 1200px){
    .main-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px){
    .main-section {
        padding: 50px 0;
    }

}
.about-2 {
    background-position: 0 100%!important;
    background-repeat: no-repeat;
    background-size: 43%!important;
}
@media (min-width: 1440px){
    .about-2 {
        padding-top: 9.375rem;
    }
}
@media (min-width: 1280px){
    .about-2 {
        padding: 3.75rem;
    }
}
/******* about ****************/
.about-1 .title-about {
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    font-size: 1.625rem;
    font-weight: 600;
}
.about-1 .title-about:before {
    -webkit-transform: translate(-65px,-27px);
    -ms-transform: translate(-65px,-27px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-65px,-27px);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAYAAACrDdDdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJENjM2M0E0N0E4MTFFRUE1MkE5MzkxMzE1QkI4ODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJENjM2M0I0N0E4MTFFRUE1MkE5MzkxMzE1QkI4ODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkQ2MzYzODQ3QTgxMUVFQTUyQTkzOTEzMTVCQjg4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkQ2MzYzOTQ3QTgxMUVFQTUyQTkzOTEzMTVCQjg4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps+P4zwAAAJaSURBVHja7JdPSBRRHMdnNs2gg2mIoKZYkiyBIroLaoKCEh68GBQK0cFDteIieBAEYfGooigoHqqreFRBjKgELT10iAJdPHjoFHTxsIcO2fb9wRtZhmXmvd/MuLm9H3xwYd7v9+Y77/fnabaPxAymNYJ74BaoBlWgQvyeBTNGcHYdtIM7oBLUiP2JG6B8b3HpT4FCQBM0gR4wCBoc1jYHIIheuhv0gUfgmsPauyApK64XzIN6yfVRH0WVgkkwAq4o7J8MuSyilNsGWwrCyGpBsUdRlClD4BiMKgg7/7hO4l6AI/CA+XJtHoTRR90FL8FNhn/ESdwCWBaFy7UI068OfBENg93s7seHC7OJoxSI+1ArUWZ9vRF/vVgRCbSL6wJzPjWCFlE3skbvsgZu+7R/JLNbloBVxRey2wl4Cz6CfZBW8J0QrZ5rv8S+78XeB5niFmn4MQNvginwmelPnTjB9P0JpsEKBncq84Eljqb8ACPwb/AcvPKYQmOKrd6yT+AhRP3I9tASF2MGfwZeexRG8/Apwy9JY8p+WvYiJnvCCL7ugzCyfnBV0Ydq+TFIuXWoZjE0VS1h+GP9DJ8N8FWm/bYygp+KQeuHdTB83snOFs4N/ptPwmqYd9BDmUXUUMKM4NR8Ol3W7EjECTM/Cl3RzugHrlnZnn9HozkpEDd4zqX4g8StXua/B46tuDynuTdOaVlm5M4qA4qbtmrOzKG4UEBxzSCDy9rZZfxyuRaX/hfEGfmclkY+p6UWp2vuPzo5U6elPjldczotdVrqk9MNRaelPrkLt78CDABpZFrlI+Q5IQAAAABJRU5ErkJggg==');
    width: 55px;
    height: 39px;
    content: "";
}
.main-section {
    padding: 35px 0;
}
@media (min-width: 1280px){
    .about-1 {
        padding: 4.375rem 0 3.125rem;
    }
}

@media (min-width: 1440px){
    .about-1 {
        padding: 5rem 0;
    }
}

@media (min-width: 1200px){
    .main-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px){
    .main-section {
        padding: 50px 0;
    }

}
.about-2 {
    background-position: 0 100%!important;
    background-repeat: no-repeat;
    background-size: 43%!important;
}
@media (min-width: 1440px){
    .about-2 {
        padding-top: 9.375rem;
    }
}
@media (min-width: 1280px){
    .about-2 {
        padding: 3.75rem;
    }
}
.about-2 .item-about-2 {
    margin-bottom: 8.4375rem;
    max-width: 65%;
}
.about-2 .item-about-2 .title, .about-2 .item-about-2 .title .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.about-2 .item-about-2 p {
    margin-top: 5px;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.2;
}
.about-2 .item-about-2 .title .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    background-color: #e41e26;
    width: 36px;
    height: 36px;
}
@media (max-width: 1279.98px){
    .about-2 .item-about-2 {
        margin-bottom: 5rem;
        max-width: 100%;
    }
}

@media (max-width: 575.98px){
    .about-2 .item-about-2 p {
        font-size: 1.3rem;
    }
    .about-2 .item-about-2 {
        margin-bottom: 1.875rem;
    }
    .about-1 .title-about:before {
        -webkit-transform: none;
        -ms-transform: none;
        position: static;
        transform: none;
        background-size: 100% 100%;
        max-width: 30px;
        height: 25px;
    }
    .about-1 .title-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        gap: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 95%;
        font-size: 1.4rem;
    }

}
@media (min-width: 1280px){
    .about-3 {
        padding-bottom: 0;
    }
}
.title-36 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
}
.mb-30 {
    margin-bottom: 1.875rem;
}
.title-36.black {
    color: #000;
}
.about-3 .wrap-slide .item-about-3 {
    position: relative;
}

.about-3 .wrap-slide .item-about-3:before {
    inset: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(235,34,39,.75);
    content: "";
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n-1) .item-about-3:before {
    background-color: rgb(246 182 32 / 83%);
}
.about-3 .wrap-slide .item-about-3 .img {
    display: block;
    position: relative;
    padding-top: 162.91667%;
    height: 0;
    overflow: hidden;
}
.about-3 .wrap-slide .item-about-3 .img iframe, .about-3 .wrap-slide .item-about-3 .img img, .about-3 .wrap-slide .item-about-3 .img video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-3 .wrap-slide .item-about-3 .content {
    position: absolute;
    top: 24%;
    z-index: 3;
    padding: 0 3.125rem;
    width: 100%;
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n-1) .item-about-3 .content {
    color: #fff;
}
.item-about-3:hover.zoom-img  img{
    transform: scale(1.1) ;
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n) .item-about-3:before {
    background-color: hsla(0,0%,100%,.65);
}
.about-3 .wrap-slide .item-about-3 .content h3 {
    margin-bottom: 1.875rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 1280px){
    .about-4 {
        padding-top: 4.0625rem;
        padding-bottom: 2.5rem;
    }
}
.about-4 .item-about-4 {
    margin-bottom: 1.875rem;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n-1) {
        padding-left: 1.875rem;
    }
}

.about-4 .item-about-4 .box-content-left {
    -webkit-box-shadow: 4px 4px 18px rgba(0,0,0,.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 4px 4px 18px rgba(0,0,0,.15);
    background-color: #fff;
    padding: 3.125rem 0.625rem 3.125rem 1.875rem;
    height: 100%;
}
.about-4 .item-about-4 .box-content-left .title {
    border-left: 5px solid #3b6d6a;
    padding: 15px 0 15px 18px;
    color: #333;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.about-4 .item-about-4 .box-content-left .desc {
    margin-top: 1.5625rem;
    padding-right: 1.875rem;
    height: 100%;
    max-height: 300px;
    overflow: auto;
    color: #333;
    font-size: 1.125rem;
    text-align: justify;
}
.about-4 .item-about-4 .box-img-right {
    height: 100%;
}
.about-4 .item-about-4 .box-img-right a {
    display: block;
    width: 100%;
    height: 100%;
}
.about-4 .item-about-4 .box-img-right a img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 580px;
    object-fit: cover;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) {
        padding-right: 1.875rem;
    }
}
.about-4 .item-about-4 .row [class*=col] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) .box-content-left {
        margin-left: 30px;
    }
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.wrap-item-about-4{overflow: hidden;}

ul.li-num {
    padding: 0;
    margin: 0;
}
ul.li-num li {
    position: relative;
    padding: 5px 0 5px 40px;
    margin: 0;
    list-style: none;
    line-height: 1.8;
}
ul.li-num i.num, ul.li-num em.num {
    position: absolute;
    top: 3px;
    left: 0;
    background: #5C5C5C;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.h-title {
    color: #1e1f21;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}
.h-title::after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #ffb900;
    border-radius: 3px;
    margin: 10px auto 0;
}
.wrap-page{    padding: 30px 0;}
.title-landing-page-h3 {
    color: #f1b92c;
    font-size: 40px;
}




.os-img {
    border-radius: 50%;
    border-top: 2px dashed #ffcc00;
    border-right: 2px dashed #ffcc00;
    border-left: 2px dashed #3c6d6a;
    border-bottom: 2px dashed #3c6d6a;
    padding: 10px;
    animation: spin 50s infinite linear;
}
.os-img img {
    animation: spin 50s infinite reverse linear;
    width: 100%;
    border-radius: 50%;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}
.name-user-os {
    font-weight: bold;
    color: #ecb92f;
    font-size: 20px;
}
.short-user-os {
    font-size: 16px;
    font-weight: bold;
}

.member-list {
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px 0;
}

.member-list:before {
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    content:"";
}

.item-member-about {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 30px;
}

.item-member-about:before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #3b6d6a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 4;
    content:"";
}
.member-list{position: relative;}
.achievement-about, .item-history.active, .item-history.active:before, .member-list:before, .nav-history li.active a {
    background-color: #3b6d6a;
}
.item-history:after, .member-list:before, .slider-history .slide-buttons:before {
    left: 50%;
    content: " ";
}
.member-list li {
    min-height: 192px;
    margin-bottom: 75px;
}

.member-list li:nth-child(2n),.member-list.right li {
    text-align: right;
}

.member-list li:nth-child(2n) .item-member-about,.member-list.right .item-member-about {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}

.item-member-about img {
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: -192px;
}

.achievement-about, .item-achievement {
    position: relative;
    display: block;
    height: auto;
}

.member-list li:nth-child(2n) .item-member-about img, .member-list.right .item-member-about img {
    left: -192px;
    right: auto;
}

.member-list li:nth-child(2n) .item-member-about:before,.member-list.right .item-member-about:before {
    right: auto;
    left: -10px;
}

.item-member-about h3 {
    color: #f6ba42;
}
@media screen and (max-width: 540px) {
    .member-list li {
        margin-bottom: 30px;
    }

    .item-member-about {
        width: 100%;
        text-align: left !important;
        background: #eee;
        padding: 20px !important;
        max-width: 330px;
    }

    .item-member-about:before {
        left: 50% !important;
        right: auto !important;
        top: 0;
        margin: -10px 0 0 -10px;
    }
    .item-member-about img {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 190px;
        display: block;
        transform: none;
        margin: 0 auto 15px;
        left: auto !important;
        right: auto !important;
        top: auto;
    }
    .item-member-about h3 {
        font-size: 15px;
    }
    .member-list li {
        text-align: center !important;
    }

}
@media screen and (max-width: 1100px){
    .member-list {
        height: auto;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
}




.tit_rib {
    min-height: 30px;
    font-size: 18px;
    padding-bottom: 10px;
}
.tit_rib {
    min-height: 30px;
    font-size: 18px;
    padding-bottom: 10px;
}
.tit_rib span {
    float: left;
    width: 100%;
    background: #3b6d6a;
    padding: 0 15px;
    color: #FFF;
    min-height: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.top_advisory {

    padding: 40px 0;
}
/* .btn_download */
.btn_download {
    display: block;
    line-height: 18px;
    padding: 15px 20px;
    background: #f4f4f4;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s;
}
.btn_download .fa {
    float: right;
}
.btn_download:hover {
    background: #f7ba23;
    color: #FFF;
    text-decoration: none;
}
.title_bar {
    padding: 20px 0;
    background: #f7ba23;
}
.title_bar .tit {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;

    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 540px){
    .title_bar .tit {
        font-size: 18px;
    }
}

.advisory_bottom_desc {
    font-size: 24px;
    position: relative;

}
.bg_dark {
    background: #535355;
    color: #FFF;
}
.element_from_bottom {

    padding-left: 0px;

    position: relative;
}
.bottom_desc .the_content {
    line-height: 1.6em;
    font-size: 22px;

}
.advisory_bottom_desc .the_content {
    padding-left: 260px;
    position: relative;
    font-size: 24px;
}
.advisory_bottom_desc .the_content:before {
    position: absolute;
    left: 230px;
    width: 1px;
    height: 100%;
    background: #FFF;
    content: '';
    top: 0;
}
.bg_dark span, .bg_dark strong {
    color: #eb8123;
}
.static_num {
    font-size: 80px;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 0;
    text-align: right;
    -webkit-transform: translate(0,-50%) scale(1);
    transform: translate(0,-50%) scale(1);
}
.bottom_desc {
    padding: 40px 0;
}
@media screen and (max-width: 1023px){
    .advisory_bottom_desc .the_content {
        padding-left: 0;
        font-size: 20px;
        text-align: center;
    }

    .static_num {
        width: 100%;
        text-align: center;
        position: static;
        margin: 20px auto;

    }
    .advisory_bottom_desc .the_content:before {
        display: none;
    }
}
.static_num b{
    font-size:22px;padding-top:15px;color:#fff;text-align:center;letter-spacing:4px;font-weight:bold;
}
.content-single-page.page-content img {
    width: auto;
    max-width: 100%;
}
.content-single-page li {
    list-style: unset;
}
.swiper-container {overflow: hidden;position: relative;}

.swiper-container  img.fullscreen {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-controls,.counter-controls,.template-actions{display: none;}
/********************
shipping block
********************/
.shipping-template { transition: all 0.3s ease; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); position: relative; }
        .shipping-template .card-title { font-size: 1.5rem; position: relative; padding-bottom: 0.75rem; margin-bottom: 1rem; display: inline-block; }
        
        .title-underline {
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #dc3545;
            display: block;
        }
        .shipping-template .corner-triangle {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 80px 80px;
            border-color: transparent transparent #dc3545 transparent;
        }
        .shipping-template .corner-triangle i {
            position: absolute;
            bottom: -65px;
            right: -65px;
            font-size: 20px;
            color: #fff;
        }
        .shipping-template .btn-read-more {
            color: #dc3545;
            padding: 0;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }
        .shipping-template .btn-read-more i {
            margin-left: 0.5rem;
            transition: transform 0.3s;
        }
        .shipping-template .btn-read-more:hover i {
            transform: translateX(5px);
        }
        .shipping-template { transition: all 0.3s ease; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); position: relative; }


        .shipping-template .template-remove {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            border: none;
            padding: 0;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .shipping-template .template-remove span {
            color: #fff;
            font-size: 20px;
            line-height: 1;
            margin-top: -2px;
        }
    
        .shipping-template:hover .template-remove {
            opacity: 1;
        }
    .corner-triangle {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 80px 80px;
        border-color: transparent transparent #dc3545 transparent;
    }
    .corner-triangle::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        bottom: -65px;
        right: 16px;
        font-size: 16px;
        color: #fff;
    }
    .shipping-template .btn-read-more svg{ 
        margin-left: 10px;
        margin-top: 5px;
        width: 12px;
    }
    .shipping-template .template-actions {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        display: flex;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .shipping-template:hover .template-actions {
        opacity: 1;
    }
    .shipping-template .template-edit {
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,0.5);
        border-radius: 50%;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        right: 49px;
        top: 10px;
        color: #fff;
    }
    .shipping-template .template-edit i {
        color: #fff;
        font-size: 16px;
    }

/* Swiper Slider Dialog Styles */
.cke_dialog .slider-container {
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cke_dialog .slider-images {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.cke_dialog .slider-images li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cke_dialog .slider-images img {
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

.cke_dialog .image-controls {
    margin-left: auto;
    display: flex;
    gap: 5px;
}

.cke_dialog .image-controls button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.cke_dialog .image-controls .move-up,
.cke_dialog .image-controls .move-down {
    color: #666;
}

.cke_dialog .image-controls .slider-remove {
    color: #ff0000;
}

.cke_dialog .image-controls button:hover {
    background: #f0f0f0;
}
.swiper-container{overflow: hidden;}
.swiper-container {
    position: relative;
}
.swiper-controls {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 5px;
}

.swiper-edit-btn, .swiper-delete-btn {
    display: inline-block;
    margin: 0 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.swiper-edit-btn:hover, .swiper-delete-btn:hover {
    color: #ffcc00;
}
.slider-images {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
}

.slider-images li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.slider-images img {
    max-width: 100px;
    margin-right: 10px;
}

.image-controls {
    margin-left: auto;
}

.image-controls span {
    cursor: pointer;
    padding: 5px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.image-controls span:hover {
    background: #f0f0f0;
}

.slider-remove {
    color: red;
}

/*****************************
bg block
*****************************/
.block-bg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-content {
    color: white;
    z-index: 1;
}

.block-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffd700;
}

.block-button {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.block-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}



.block-edit, .block-remove {
    display: inline-block;
    background: rgba(255,255,255,0.8);
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
}
.counter-template {
    position: relative;
    width: 250px;
    margin: 20px;
    text-align: center;
}

.icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.counter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-icon img {
    width: 40px;
    height: 40px;
}

.counter-box {
    position: relative;
    margin-top: -40px;
    padding: 50px 20px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.counter-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.counter-text {
    font-size: 16px;
    color: #666;
}

.counter-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
}

.counter-edit, .counter-remove {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    color: #666;
}

.title-product-controls {display: none;}
.footer-address ul{padding-left: 0;}
.footer-address {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
 .footer-address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.footer-address li .icon {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 1.0625rem;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
}
.title-about-page{
    font-size: 30px;
    font-weight: bold;
    color:#3c6d6a;
}
.title-about-page span{

    color:#ffba00;
}
.slogan{
    margin:20px 0;
    color:#fff;
    text-align: center;
    background: #3c6d6a;
}
.content-slogan{
    padding:60px 140px;
}
.content-slogan .title-slogan{
    margin-bottom: 20px;
    font-size: 40px;
}
.content-slogan .content-slogan-text{
    font-size: 20px;
    text-align: left;
    line-height: 35px;
}
@media (max-width: 576px){

    .content-slogan{
        padding: 20px 15px
    }
    .title-slogan{font-size: 20px;}
    .content-slogan .title-slogan {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .content-slogan .content-slogan-text {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
    }
}
.title-home-page{
    padding: 30px 0;
    text-align: center;
}
.title-home-page span{
    font-weight: bold;
    font-size: 20px;
    color:#ffb900;
    padding-bottom: 5px;
    border-bottom: 1px solid #3c6c60;
    text-transform: uppercase;
}
/******* about ****************/
.about-1 .title-about {
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    font-size: 1.625rem;
    font-weight: 600;
}
.about-1 .title-about:before {
    -webkit-transform: translate(-65px,-27px);
    -ms-transform: translate(-65px,-27px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-65px,-27px);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAYAAACrDdDdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJENjM2M0E0N0E4MTFFRUE1MkE5MzkxMzE1QkI4ODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJENjM2M0I0N0E4MTFFRUE1MkE5MzkxMzE1QkI4ODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkQ2MzYzODQ3QTgxMUVFQTUyQTkzOTEzMTVCQjg4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkQ2MzYzOTQ3QTgxMUVFQTUyQTkzOTEzMTVCQjg4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps+P4zwAAAJaSURBVHja7JdPSBRRHMdnNs2gg2mIoKZYkiyBIroLaoKCEh68GBQK0cFDteIieBAEYfGooigoHqqreFRBjKgELT10iAJdPHjoFHTxsIcO2fb9wRtZhmXmvd/MuLm9H3xwYd7v9+Y77/fnabaPxAymNYJ74BaoBlWgQvyeBTNGcHYdtIM7oBLUiP2JG6B8b3HpT4FCQBM0gR4wCBoc1jYHIIheuhv0gUfgmsPauyApK64XzIN6yfVRH0WVgkkwAq4o7J8MuSyilNsGWwrCyGpBsUdRlClD4BiMKgg7/7hO4l6AI/CA+XJtHoTRR90FL8FNhn/ESdwCWBaFy7UI068OfBENg93s7seHC7OJoxSI+1ArUWZ9vRF/vVgRCbSL6wJzPjWCFlE3skbvsgZu+7R/JLNbloBVxRey2wl4Cz6CfZBW8J0QrZ5rv8S+78XeB5niFmn4MQNvginwmelPnTjB9P0JpsEKBncq84Eljqb8ACPwb/AcvPKYQmOKrd6yT+AhRP3I9tASF2MGfwZeexRG8/Apwy9JY8p+WvYiJnvCCL7ugzCyfnBV0Ydq+TFIuXWoZjE0VS1h+GP9DJ8N8FWm/bYygp+KQeuHdTB83snOFs4N/ptPwmqYd9BDmUXUUMKM4NR8Ol3W7EjECTM/Cl3RzugHrlnZnn9HozkpEDd4zqX4g8StXua/B46tuDynuTdOaVlm5M4qA4qbtmrOzKG4UEBxzSCDy9rZZfxyuRaX/hfEGfmclkY+p6UWp2vuPzo5U6elPjldczotdVrqk9MNRaelPrkLt78CDABpZFrlI+Q5IQAAAABJRU5ErkJggg==');
    width: 55px;
    height: 39px;
    content: "";
}
.main-section {
    padding: 35px 0;
}
@media (min-width: 1280px){
    .about-1 {
        padding: 4.375rem 0 3.125rem;
    }
}

@media (min-width: 1440px){
    .about-1 {
        padding: 5rem 0;
    }
}

@media (min-width: 1200px){
    .main-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px){
    .main-section {
        padding: 50px 0;
    }

}
.about-2 {
    background-position: 0 100%!important;
    background-repeat: no-repeat;
    background-size: 43%!important;
}
@media (min-width: 1440px){
    .about-2 {
        padding-top: 9.375rem;
    }
}
@media (min-width: 1280px){
    .about-2 {
        padding: 3.75rem;
    }
}
.about-2 .item-about-2 {
    margin-bottom: 8.4375rem;
    max-width: 65%;
}
.about-2 .item-about-2 .title, .about-2 .item-about-2 .title .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.about-2 .item-about-2 p {
    margin-top: 5px;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.2;
}
.about-2 .item-about-2 .title .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    background-color: #e41e26;
    width: 36px;
    height: 36px;
}
@media (max-width: 1279.98px){
    .about-2 .item-about-2 {
        margin-bottom: 5rem;
        max-width: 100%;
    }
}

@media (max-width: 575.98px){
    .about-2 .item-about-2 p {
        font-size: 1.3rem;
    }
    .about-2 .item-about-2 {
        margin-bottom: 1.875rem;
    }
    .about-1 .title-about:before {
        -webkit-transform: none;
        -ms-transform: none;
        position: static;
        transform: none;
        background-size: 100% 100%;
        max-width: 30px;
        height: 25px;
    }
    .about-1 .title-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        gap: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 95%;
        font-size: 1.4rem;
    }

}
@media (min-width: 1280px){
    .about-3 {
        padding-bottom: 0;
    }
}
.title-36 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
}
.mb-30 {
    margin-bottom: 1.875rem;
}
.title-36.black {
    color: #000;
}
.about-3 .wrap-slide .item-about-3 {
    position: relative;
}

.about-3 .wrap-slide .item-about-3:before {
    inset: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(235,34,39,.75);
    content: "";
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n-1) .item-about-3:before {
    background-color: rgb(246 182 32 / 83%);
}
.about-3 .wrap-slide .item-about-3 .img {
    display: block;
    position: relative;
    padding-top: 162.91667%;
    height: 0;
    overflow: hidden;
}
.about-3 .wrap-slide .item-about-3 .img iframe, .about-3 .wrap-slide .item-about-3 .img img, .about-3 .wrap-slide .item-about-3 .img video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-3 .wrap-slide .item-about-3 .content {
    position: absolute;
    top: 24%;
    z-index: 3;
    padding: 0 3.125rem;
    width: 100%;
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n-1) .item-about-3 .content {
    color: #fff;
}
.item-about-3:hover.zoom-img  img{
    transform: scale(1.1) ;
}
.about-3 .wrap-slide .swiper-slide:nth-child(2n) .item-about-3:before {
    background-color: hsla(0,0%,100%,.65);
}
.about-3 .wrap-slide .item-about-3 .content h3 {
    margin-bottom: 1.875rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 1280px){
    .about-4 {
        padding-top: 4.0625rem;
        padding-bottom: 2.5rem;
    }
}
.about-4 .item-about-4 {
    margin-bottom: 1.875rem;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n-1) {
        padding-left: 1.875rem;
    }
}

.about-4 .item-about-4 .box-content-left {
    -webkit-box-shadow: 4px 4px 18px rgba(0,0,0,.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 4px 4px 18px rgba(0,0,0,.15);
    background-color: #fff;
    padding: 3.125rem 0.625rem 3.125rem 1.875rem;
    height: 100%;
}
.about-4 .item-about-4 .box-content-left .title {
    border-left: 5px solid #3b6d6a;
    padding: 15px 0 15px 18px;
    color: #333;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.about-4 .item-about-4 .box-content-left .desc {
    margin-top: 1.5625rem;
    padding-right: 1.875rem;
    height: 100%;
    max-height: 300px;
    overflow: auto;
    color: #333;
    font-size: 1.125rem;
    text-align: justify;
}
.about-4 .item-about-4 .box-img-right {
    height: 100%;
}
.about-4 .item-about-4 .box-img-right a {
    display: block;
    width: 100%;
    height: 100%;
}
.about-4 .item-about-4 .box-img-right a img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 580px;
    object-fit: cover;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) {
        padding-right: 1.875rem;
    }
}
.about-4 .item-about-4 .row [class*=col] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) .box-content-left {
        margin-left: 30px;
    }
}
@media (min-width: 1024px){
    .about-4 .item-about-4:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}


.member-list {
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px 0;
}

.member-list:before {
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    content:"";
}

.item-member-about {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 30px;
}

.item-member-about:before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #3b6d6a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 4;
    content:"";
}
.member-list{position: relative;}
.achievement-about, .item-history.active, .item-history.active:before, .member-list:before, .nav-history li.active a {
    background-color: #3b6d6a;
}
.item-history:after, .member-list:before, .slider-history .slide-buttons:before {
    left: 50%;
    content: " ";
}
.member-list li {
    min-height: 192px;
    margin-bottom: 75px;
}

.member-list li:nth-child(2n),.member-list.right li {
    text-align: right;
}

.member-list li:nth-child(2n) .item-member-about,.member-list.right .item-member-about {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}

.item-member-about img {
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: -192px;
}

.achievement-about, .item-achievement {
    position: relative;
    display: block;
    height: auto;
}

.member-list li:nth-child(2n) .item-member-about img, .member-list.right .item-member-about img {
    left: -192px;
    right: auto;
}

.member-list li:nth-child(2n) .item-member-about:before,.member-list.right .item-member-about:before {
    right: auto;
    left: -10px;
}

.item-member-about h3 {
    color: #f6ba42;
}
/* Ẩn biểu tượng "add" ban đầu */
.add-button {
    display: none;
}

/* Hiển thị biểu tượng "add" khi hover lên .item-member-about */
.item-member-about:hover .add-button {
    display: inline-block;
    cursor: pointer;
}

.tit_rib {
    min-height: 30px;
    font-size: 18px;
    padding-bottom: 10px;
}
.tit_rib span {
    float: left;
    width: 100%;
    background: #3b6d6a;
    padding: 0 15px;
    color: #FFF;
    min-height: 30px;
    line-height: 30px;
   
    font-weight: normal;
}
.top_advisory {

    padding: 40px 0;
}
/* .btn_download */
.btn_download {
    display: block;
    line-height: 18px;
    padding: 15px 20px;
    background: #f4f4f4;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s;
}
.btn_download .fa {
    float: right;
}
.btn_download:hover {
    background: #f7ba23;
    color: #FFF;
    text-decoration: none;
}
.title_bar {
    padding: 20px 0;
    background: #f7ba23;
}
.title_bar .tit {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;

    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 540px){
    .title_bar .tit {
        font-size: 18px;
    }
}

.advisory_bottom_desc {
    font-size: 24px;
    position: relative;

}
.bg_dark {
    background: #535355;
    color: #FFF;
}
.element_from_bottom {

    padding-left: 0px;

    position: relative;
}
.bottom_desc .the_content {
    line-height: 1.6em;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.advisory_bottom_desc .the_content {
    padding-left: 260px;
    position: relative;
    font-size: 24px;
}
.advisory_bottom_desc .the_content:before {
    position: absolute;
    left: 230px;
    width: 1px;
    height: 100%;
    background: #FFF;
    content: '';
    top: 0;
}
.bg_dark span, .bg_dark strong {
    color: #eb8123;
}
.static_num {
    font-size: 80px;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 0;
    text-align: right;
    -webkit-transform: translate(0,-50%) scale(1);
    transform: translate(0,-50%) scale(1);
}
.bottom_desc {
    padding: 40px 0;
}
@media screen and (max-width: 1023px){
    .advisory_bottom_desc .the_content {
        padding-left: 0;
        font-size: 20px;
        text-align: center;
    }

    .static_num {
        width: 100%;
        text-align: center;
        position: static;
        margin: 20px auto;

    }
    .advisory_bottom_desc .the_content:before {
        display: none;
    }
}
.static_num b{
    font-size:22px;padding-top:15px;color:#fff;text-align:center;letter-spacing:4px;font-weight:bold;
}
/********************
shipping block
********************/
.shipping-template { transition: all 0.3s ease; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); position: relative; }
        .shipping-template .card-title { font-size: 1.5rem; position: relative; padding-bottom: 0.75rem; margin-bottom: 1rem; display: inline-block; }
        
        .title-underline {
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #dc3545;
            display: block;
        }
        .shipping-template .corner-triangle {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 80px 80px;
            border-color: transparent transparent #dc3545 transparent;
        }
        .shipping-template .corner-triangle i {
            position: absolute;
            bottom: -65px;
            right: -65px;
            font-size: 20px;
            color: #fff;
        }
        .shipping-template .btn-read-more {
            color: #dc3545;
            padding: 0;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }
        .shipping-template .btn-read-more i {
            margin-left: 0.5rem;
            transition: transform 0.3s;
        }
        .shipping-template .btn-read-more:hover i {
            transform: translateX(5px);
        }
        .shipping-template { transition: all 0.3s ease; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); position: relative; }


        .shipping-template .template-remove {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            border: none;
            padding: 0;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .shipping-template .template-remove span {
            color: #fff;
            font-size: 20px;
            line-height: 1;
            margin-top: -2px;
        }
    
        .shipping-template:hover .template-remove {
            opacity: 1;
        }
    .corner-triangle {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 80px 80px;
        border-color: transparent transparent #dc3545 transparent;
    }
    .corner-triangle::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        bottom: -65px;
        right: 16px;
        font-size: 16px;
        color: #fff;
    }
    .shipping-template .btn-read-more svg{ 
        margin-left: 10px;
        margin-top: 5px;
    }
    .shipping-template .template-actions {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        display: flex;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .shipping-template:hover .template-actions {
        opacity: 1;
    }
    .shipping-template .template-edit {
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,0.5);
        border-radius: 50%;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        right: 49px;
        top: 10px;
        color: #fff;
    }
    .shipping-template .template-edit i {
        color: #fff;
        font-size: 16px;
    }

/* Swiper Slider Dialog Styles */
.cke_dialog .slider-container {
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cke_dialog .slider-images {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.cke_dialog .slider-images li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cke_dialog .slider-images img {
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

.cke_dialog .image-controls {
    margin-left: auto;
    display: flex;
    gap: 5px;
}

.cke_dialog .image-controls button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.cke_dialog .image-controls .move-up,
.cke_dialog .image-controls .move-down {
    color: #666;
}

.cke_dialog .image-controls .slider-remove {
    color: #ff0000;
}

.cke_dialog .image-controls button:hover {
    background: #f0f0f0;
}
.swiper-container{overflow: hidden;}
.swiper-container {
    position: relative;
}

.swiper-edit-btn, .swiper-delete-btn {
    display: inline-block;
    margin: 0 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.swiper-edit-btn:hover, .swiper-delete-btn:hover {
    color: #ffcc00;
}
.slider-images {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
}

.slider-images li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.slider-images img {
    max-width: 100px;
    margin-right: 10px;
}

.image-controls {
    margin-left: auto;
}

.image-controls span {
    cursor: pointer;
    padding: 5px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.image-controls span:hover {
    background: #f0f0f0;
}

.slider-remove {
    color: red;
}

/*****************************
bg block
*****************************/
.block-bg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-content {
    color: white;
    z-index: 1;
}

.block-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffd700;
}

.block-button {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.block-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}



.block-edit, .block-remove {
    display: inline-block;
    background: rgba(255,255,255,0.8);
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
}
.counter-template {
    position: relative;
   
    margin: 20px;
    text-align: center;
}

.icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.counter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-icon img {
    width: 40px;
    height: 40px;
}

.counter-box {
    position: relative;
    margin-top: -40px;
    padding: 50px 20px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.counter-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.counter-text {
    font-size: 16px;
    color: #666;
}

.counter-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
}

.counter-edit, .counter-remove {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    color: #666;
}

.title-product-template {
    position: relative;
    
}

.title-product-template .banner-section {
    background-color: #f8f9fa;
    padding: 40px 0;
    position: relative;
}

.title-product-template .container-full {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.title-product-template .banner-content {
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
}

.title-product-template .banner-text {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
}

.title-product-template .banner-text h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.title-product-template .banner-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
}

.title-product-template .banner-stats {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.title-product-template .stat-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    
}

.title-product-template .stat-item h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.title-product-template .stat-item p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.title-product-template .title-product-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 5px;
}

.title-product-template .title-product-edit,
.title-product-template .title-product-remove {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.title-product-template .title-product-edit:hover,
.title-product-template .title-product-remove:hover {
    color: #e30613;
}

@media (max-width: 991px) {
    .title-product-template .banner-text,
    .title-product-template .banner-stats {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .title-product-template .banner-text {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .title-product-template .stat-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
    
    .title-product-template .stat-item h2 {
        font-size: 20px;
    }
    
    .title-product-template .banner-text h1 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .title-product-template .stat-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Products Section */
.products-section {
    padding: 50px 0;
}

.section-title {
    text-align: left;
    margin-bottom: 40px;
    color: #2d5c5c;
    font-size: 24px;
    text-transform: uppercase;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    background-color: #f5f0e5;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding:10px
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-header {
    padding: 15px;
}

.product-header h3 {
    font-size: 18px;
    color: #8b6e4e;
    margin-bottom: 5px;
}

.product-header p {
    font-size: 14px;
    color: #666;
}

.product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.view-more {
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #2d5c5c;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.view-more:hover {
    color: #1a3636;
}

.view-more i {
    margin-left: 5px;
}

/* Banner Section for Products Page */
.banner-section {
    background-color: #2d5c5c;
    color: white;
    padding: 50px 0;
    margin-bottom: 30px;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-text {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
}

.banner-text h1 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-stats {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
}

.stat-item {
    flex: 1 0 50%;
   
}

.stat-item h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}

/* Products Section */
.products-section {
    padding: 50px 0;
}

.section-title {
    text-align: left;
    margin-bottom: 40px;
    color: #2d5c5c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    background-color: #f5f0e5;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-header {
    padding: 15px;
}

.product-header h3 {
    font-size: 18px;
    color: #3b6d6a;
    margin-bottom: 5px;
    font-weight: bold;
}

.product-header p {
    font-size: 14px;
    color: #666;
}

.product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}



/* Product Detail Page */
.product-detail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.product-detail-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.product-detail-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-detail-info {
    flex: 0 0 55%;
    max-width: 55%;
}

.product-detail-title {
    font-size: 28px;
    color: #3b6d6a;
    margin-bottom: 15px;
    font-weight: bold;
}

.product-detail-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-detail-specs {
    margin-top: 30px;
}

.product-detail-specs h3 {
    font-size: 20px;
    color: #3b6d6a;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.product-detail-specs h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 4px;
    background-color: #3b6d6a;
}

.product-detail-specs ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.product-detail-specs ul li {
    margin-bottom: 8px;
}

/* Related Products */
.related-products {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.related-products h2 {
    font-size: 24px;
    color: #3b6d6a;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.related-products h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #3b6d6a;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .banner-text h1 {
        font-size: 30px;
    }
    
    .stat-item h2 {
        font-size: 20px;
    }
    
    .product-detail-image,
    .product-detail-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-detail-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
    }
    
    .banner-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .stat-item {
        flex: 1 0 100%;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .section-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .banner-text h1 {
        font-size: 24px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-card {
        max-width: 320px;
        margin: 0 auto 20px;
    }
}

/* Custom Styles for Plastic Products */
.plastic-category-nav {
    background-color: #3b6d6a;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.plastic-category-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.plastic-category-nav ul li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.plastic-category-nav ul li a:hover,
.plastic-category-nav ul li.active a {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Product Features Section */
.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.feature-item {
    flex: 1 0 calc(33.333% - 20px);
    min-width: 250px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    color: #3b6d6a;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 18px;
    color: #3b6d6a;
    margin-bottom: 10px;
    font-weight: bold;
}

.feature-description {
    font-size: 14px;
    color: #666;
}

/* Call to Action Section */
.cta-section {
    background-color: #3b6d6a;
    color: white;
    padding: 60px 0;
    text-align: center;
    margin: 60px 0;
}

.cta-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fff;
    color: #3b6d6a;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #f5f0e5;
    color: #3b6d6a;
}
.product-section {
    padding: 20px 0 50px 0;
   
}
.section-title {
    color: #2b6db6;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 15px;
}
.product-card {
    background-color: #f5f0e5;
    border: none;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #fff; /* Thêm viền trắng xung quanh */
    height: 100%;
    transition: all 0.3s ease;
}
.product-card:hover {
    background-color: #e8f5e9; /* Đổi màu nền thành xanh lá nhạt khi hover */
}
.product-header {
    padding: 15px 15px 5px;
}
.product-header h3 {
    font-size: 18px;
    color: #8b6e4e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-header p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.product-content-block {
    display: flex;
    align-items: baseline;
    padding: 10px 15px 20px;
}
.product-image {
    flex: 1 0 auto; /* flex-grow: 1, flex-shrink: 0, flex-basis: auto */

    overflow: hidden;
    border-radius: 50%;
}
.view-more {
    display: flex;
    align-items: center;
    color: #2b6db6;
    text-decoration: none;
    font-size: 14px;
    flex: 0 1 auto; /* flex-grow: 0, flex-shrink: 1, flex-basis: auto */
    white-space: nowrap;
    transition: color 0.3s ease;
}
.view-more:hover {
    color: #1a3636;
}
.view-more i {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #2b6db6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.view-more:hover i {
    background-color: #2b6db6;
    color: #fff;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-md-3, .col-sm-6, .col-6 {
    /*padding-right: 0;
    padding-left: 0;*/
}

/* Banner Section Styles */
.banner-section {
    background-color: #2d5c5c;
    color: white;
    padding: 50px 0;
    margin-bottom: 0;
}
.banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-text {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
}
.banner-text h1 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.banner-stats {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
}

.stat-item h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .product-image {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 991px) {
    .product-content-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-image {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .view-more {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .banner-text h1 {
        font-size: 28px;
    }
    .stat-item {
        flex: 1 0 100%;
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .product-header h3 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 30px 0;
    }
    .banner-text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .product-image {
        width: auto;
        height: auto;
    }
}
.product-label a{font-size: 12px;color: #fff;padding-bottom: 20px;}
.product-label {padding-bottom: 30px;}

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

	display:block; width:100%; padding: 10px 0;

	text-align: center;
	border:1px solid #e8e8e8;
}

/* Navigation */
.slider-nav { text-align: center; margin-bottom: 30px;}
.slider-nav > div {
	/*display:inline-block;*/
	/*width:80px; */margin: 0 5px; padding: 3px 0;
	text-align: center; font-size:2em;
	background: #fff; cursor: pointer;
	margin-top: 10px;
}
.slick-slide img {
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.banner_pages .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background: transparent;
}
 .banner_pages .breadcrumb li {
    position: relative;
    margin-left: 1.3125rem;
}


.banner_pages .breadcrumb li>* {
    color: #323030;
    font-size: 1rem;
    font-weight: 400;
}
.banner_pages .breadcrumb li+li:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -20px;
    margin: 0 5px;
    color: #323030;
    font-family: Material Icons;
    font-size: 1rem;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
	background: #f5f5f5;
	width: 24px;
	height: 24px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
}
.ttl-title-style h3{
    padding: 15px 0;
    color: #3c6d6a;
    font-weight: bold;
}
.content-pd-other{
    background: #ebe8e3;
    padding: 40px 0;
}
/* Dropdown submenu styles */
.dropdown-submenu {
    position: relative;
    padding: inherit;
  }
  
  .dropdown-submenu > a {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-submenu > a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .submenu-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    
  }
  
  .dropdown-submenu:hover > .submenu-dropdown {
    display: block;
  }
  
  /* Ensure the main dropdown stays open when hovering submenu */
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  
  .dropdown-menu .dropdown-submenu:hover > a {
    background-color: #f8f9fa;
  }
  .menu-icon-small {width: 80px;}
  .dropdown-toggle{white-space: inherit;}
  .nav-item {text-align: center;}
  .nomral-layout-blog .item{
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
  }
  .nomral-layout-blog .box-text {
    padding:10px 0;
  }
  .nomral-layout-blog .box-text .title{
    font-size: 16px;
    color: #3c6d6a;
    font-weight: bold;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3c6d6a;
    border-color: #3c6d6a;
}
.container-margin-full {
    margin: 0 55px;
}
@media only screen and (max-width: 767px) {
    @media (max-width: 576px) {
        .container-margin-full {
            margin: 0 15px;
        }
        .title-quote {
           margin:0;
            padding: 10px;
        }
    }
}
.blog-short-info {padding: 40px 20px;}
.template-actions,.block-controls,.title-controls{display: none;}
.shipping-template:hover .template-actions {
    opacity: 0;
}
/* Card Template Styles */


.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.card-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
}

.card-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}



.card-remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background-color: #ff5555;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}
/* Card Template Styles */
.card-template {
    position: relative;
    display: inline-block;
    
    padding: 20px;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.card-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
}

.card-controls {
    position: absolute;
    top: 5px;
    right: 5px;
}

.card-remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background-color: #ff5555;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}
.submenu-item a{ padding: 10px 0 !important;}
.box-text {
    height: 55px;
    overflow: clip;
}