﻿/********** Template CSS **********/
:root {
    --primary: #00497b;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
    --color-3:rgba(224,224,224,1);
    --newsletters-height: 420px;
    --bs-light: #F2F2F2;
    --bs-darklight:#ccc;
    --max-w-index:650px;
    --width-menu:280px;
    --padding-primary:15px;
    --slide-h: 506px;
    --slide-h-child:248px;
    --primary-font-size:clamp(14px, .83333rem, 16px);
    --big-font-size:clamp(16px, .83333rem, 18px);
}
body{overflow-x:hidden;font-size:var(--primary-font-size)}
header{
    border-bottom:1px solid var(--color-3);
    overflow-y:initial;
}
.container.new-container{
    max-width:75rem;
}
.border-secondary {
    border-color: var(--dark) !important;
}
@media (min-width: 1200px) {
    .col-xl-5s {
        flex: 0 0 auto;
        width: 20%;
    }
}
@font-face {
    font-family: 'Open Sans';
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight:500;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: bolder;
     font-style:italic;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-ExtraBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'Open Sans';   
    font-style: italic;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
.shdo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    opacity: 0;
    transition: 400ms ease-out;
}
.shdo.w_s{
    z-index: 92999;
    opacity: 1;
}
.shdo .shdo-1, .shdo .shdo-2 {
    float: left;
    height: 100%;
}
.shdo .shdo-1 {
    width: var(--width-menu);
}
#menu-mobile {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 500ms ease-out;
    top: 0;
    bottom: 0;
    transform: translate(-100%, 0);
}
#menu-mobile.w{
    transform:translate(0,0);
}
.menu-mobile-s li i {
    position: absolute;
    right: 0;
    font-size: var(--primary-font-size);
    top: 2px;
    padding: 14px;
    border-left: 1px solid #ddd;
    display: block;
    cursor: pointer;
    color: var(--primary);
}.menu-mobile-s li.li-50 {
    border-bottom: 1px solid #ddd;
}
 .menuchildmible li.li-50 a.pad-c {
    font-weight: initial;
    font-size: var(--primary-font-size);
    display: inline-block;
    border: none;
    color: #000;
}
 .menuchildmible li.li-50 a.pad-c.pad-c-d{
     padding-left:30px;display:block;
     background:#fafafa;
 }
.lut-child-menu a {
    color: rgba(70,120,172,.8)!important;
    font-size: clamp(14px, .83333rem, 16px);
    font-weight: 400 !important;margin-bottom:10px;display:block;
}
.lut-child-menu a::before{
    content:'';
    display:inline-block;
    width:5px;
    height:5px;
    position:relative;top:-2px;
    margin-right:5px;
    background:var(--bs-red);border-radius:10px;
}
.lut-child-menu a:hover{
    color:var(--primary)!important;
}
 .menu-mobile-s li.li-50 a.pad-c::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: var(--padding-primary);
    background-color: var(--primary);
    position: relative;
    top: -3px;
}
.headerd {
    text-align: right;
}.headerd button {
    background: none;
    border: none;
    color: var(--primary);
    padding: var(--padding-primary) 20px;
    font-size: 20px;
}.menu-mobile-s li {
    position: relative;
}.menu-mobile-s li a {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: var(--primary-font-size);
}.menu-mobile-s li a.active {
    color: var(--primary);
}
 .shdo .shdo-2 {
    width: calc(100% - var(--width-menu));
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}
 .navbar-toggler.back-nav{
     border-color:#333;
 }
    .navbar-toggler.back-nav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-weight: 600;
    transition: .5s;
}
.n-baiviet{
    line-height:1.7;
}
.btn-primary {
    color: #FFFFFF;
}
.n-baiviet img{max-width:100%;height:auto!important;}
.n-baiviet h2{font-size:22px;}
.n-baiviet h3{font-size:20px;}
.n-baiviet b,.n-baiviet strong{
    font-weight:bold!important;
}
.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}
#framemap iframe{
    width:100%;height:100%;
}
.btn-lg-square {
    width: 46px;
    height: 46px;position:relative;
}
a.link-ft,a.link-header{
    color:#333;
}
    a.link-header{
        color:#fff;
    }
    a.link-ft:hover {
        color: var(--primary) !important;
    }
a.link-header:hover{
    color:var(--bs-yellow)!important;
}
.btn-lg-square svg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    filter: brightness(0) invert(1);
}
.btn-lg-square:hover svg{
    filter: brightness(1) invert(0);
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.header-left{
    height:100%
}
.header-left table{
    height:100%;
}
.total-left-header{
    position:relative;
}
@media (min-width:1200px) {
    .bg-slq{
        content: '';
        background: #333;
        position: absolute;
        left: calc(100% - 18px);
        top: 0;
        width: 100%;
        height: 42%;
        z-index: 1;
    }
    .total-left-header:before{
        background-color: rgba(255,255,255,1);
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        left: 0;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 50px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        z-index: 14;
    }
    #navbarCollapse {
        background-color: var(--color-3);
    }
    #navmenu .navbar{
        position:relative;
        z-index:12;
    }
    .total-left-header::after {
        content: '';
        background-color: rgba(224, 224, 224, 1);
        position: absolute;
        left: 100%;
        top: 39px;
        height: 62%;
        width: 100%;
        z-index: 2;
    }
}
.chat-support {
    position: fixed;
    left: 19px;
    bottom: 75px;
    z-index: 99;
}
.chat-support a{
    transition:300ms ease-out;display:block;
}.chat-support a:hover{
    transform:translate(0,-3px);
}
.back-to-top {
    margin-top:15px;
}

.bg-slq::after {
     background-color: var(--primary);
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        left: 0;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 30px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        z-index: 14;
}
.b-menu-top{
    width: calc(100% - 15px);justify-content:flex-end;
}
.b-menu-top a{
    color:rgba(255,255,255,.9);
    
}
.py-9p{
    padding-top:9px;
    padding-bottom:9px;
}
.b-menu-top a:hover{
    color:rgba(255,255,255,1)
}
.navbar-light .navbar-nav .nav-link {
    padding: 18px 10px;
    font-size: var(--primary-font-size);
    color: var(--dark);font-weight:bold;
    outline: none;
    transition: .5s;
}
#search-rrr {
    position: absolute;
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .1);
    transform:translate(0,-100%);height: 0;
    top: 80px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;width:100%;
    background:#fff;align-content:center;overflow:hidden;
    
}
@media screen and (min-width: 1200px) {
    #search-rrr  {
        top: 100px;
    }
}
#search-rrr.open {
    transform:translate(0,0);
    opacity: 1;height:25vh;
    pointer-events: auto;
    z-index: 20;
}
.navbar-light .navbar-nav .nav-link i{
    font-size:10px;
}
    .navbar-light .navbar-nav .nav-link.search-button i.fa-search {
        font-size: 20px;
        position: relative;
        top: 3px;
        color: var(--primary);
    }
.langicon{
    opacity:.8
}
.langicon.act{
    opacity:1;
}
.menu-sub {
    border:1px solid #ddd;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    max-height: 400px;
    clip: rect(auto, auto, auto, -11px);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.2), 0 6px 7px 0 rgba(0,0,0,.15);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    overflow-y: auto;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;pointer-events: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}
    .menu-sub li.li-divide-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
.menu-sub li a {
    display: block;
    padding: 6px 10px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.menu-sub li a.menu-big-title{
    color:var(--primary);
    font-size:var(--primary-font-size);font-weight:bold;
    border:none;
    padding-top:10px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.menu-sub li a:hover
{
    color:var(--bs-red)
}
.nav-item:hover .menu-sub{
    opacity:1;
    visibility:visible;pointer-events: auto;
     -webkit-transform: translateY(0);
    transform: translateY(0);
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: var(--primary-font-size);
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}
.blog-item img {
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;border:1px solid var(--bs-light);
}
.blog .blog-item .blog-img:before{
    content:'';
    padding-top:60%;display:block;
}
    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
        transition: 0.5s;
    }
.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}
.blog .blog-item:hover .blog-img::after {
    height: 100%;
}
.blog-item:hover img {
    transform: scale(1.1);
}
.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--primary);
}
.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
.rounded-bottom {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.display-6{
    font-size:1.7rem;
}
.display-7{
    font-size:1.4rem;
}
.pos-sp {
    border-radius: 10px;
    overflow: hidden; border: 1px solid #ddd;
}
.pos-sp:hover{
    border-color:var(--primary);
}
.tm-avatar {
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
   
}
    .tm-avatar .tm-avatar-shadow {
        background-color: rgba(0,0,0,.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
        align-items: center;
        display: flex;
        justify-content: center;
        color: #fff;
        opacity:0;transition:400ms ease-out;
    }
    .tm-avatar:hover .tm-avatar-shadow
    {
        opacity:1;
    }
.tm-avatar:before {
    content: '';
    padding-top: 100%;
    display: block;
}
    .tm-avatar.tm-avatar-80:before{
        padding-top:80%;
    }
    .tm-avatar img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width:100%;height:100%;object-fit:cover;
        transition: 200ms ease-in-out;z-index:10;
    }.regi-g {
    
    padding: var(--padding-primary);
    display: block;
    border-top: none;
    background: #fff;
    overflow-y: hidden;
    border-radius: 0 0 10px 10px;
}
    .regi-g .regi-g-title {
        font-size: 17px;
        color: var(--dark);
        font-weight: bold;
    }
    .regi-g .regi-g-title:hover{color: var(--primary);}
 .regi-g .regi-g-title.regi-g-title-small {
    text-align: left;
    display: block;

    overflow: hidden;
    margin-bottom: 10px;
}.curr-price {
    display: inline-block;
    font-size: 17px;
    color: var(--primary);
    font-weight: 600;
    margin-right: 5px;
}.old-price {
    color: #7c8696;
    text-decoration: line-through;
    font-size: var(--primary-font-size);
}
 .tab-order {
    padding: 3px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--dark);
    margin: 5px 0;
    font-size: 16px;
    display: inline-block;
}
 .tab-order.red-tab-order {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}.tab-order:hover, .tab-order.tab-order-act {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    text-decoration: none;
}
.rounded-circle{
     overflow:hidden;
 }
.titl {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: var(--padding-primary);
}
@media (min-width: 576px){
    .modal-dialog.modal-cart{
        max-width:550px;
    }
}
.titl.smalltitl {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    color: var(--primary);
    position: relative;background:#eee;
    padding:8px;
    padding-left:20px;
    border-left:2px solid var(--primary)
}
.proloop-label--on-sale,#p_disc{
        padding: 0 4px;
    background: #FFEDED;
    border-radius: 2px;
    color: #E30019;
    border: 1px solid #E30019;
    line-height: 16px;
    font-size: 13px;
    margin-left: 10px;
}
#p_disc{
    padding:4px 7px;
}
.pro-detail .curr-price {
    font-size: 1.8em;
}
.no-ul{margin:0;padding:0;list-style:none;}
.list-pro-detail li div {
    display: table-cell;
    padding-right: var(--padding-primary);
    vertical-align: top;
}
.list-pro-detail li div.t-numvv {
    width: auto;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    display: flex;
}.t-numvv .bt-numcart {
    color: #333;
    border: none;
    background-color: #fff;
    font-weight: bold;
    height: 40px;
    width: 35px;
    font-size: 1.6em;
    padding: 0;
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: solid 1px #e4e4e4;
}
 .edit-cartdd, #txtnumc {
    width: 50px;
    color: #333;
    text-align: center;
    border: none;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 40px;
}.t-numvv .bt-numcart.increase {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
 .bt-cart, .bt-little-cart {
    padding: 9px 5px;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    border: none;
    color: #fff;
}
 .bt-cart {
    white-space: nowrap;
    background-color: var(--dark);
    color: #fff;
    line-height: normal;
}
 .bt-little-cart {
    overflow: hidden;
    line-height: normal;
    text-align: center;
    background-color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
}
 .bt-cart svg, .bt-little-cart svg {
    margin-right: 10px;
}
@media (min-width: 768px) {
    .list-pro-detail li div {
        vertical-align: middle;
    }
}
.mpdal-cart {
    background-color: var(--primary);
    color: #fff;
}.mpdal-cart h4 {
    font-size: 18px;
    color:#fed700
}.mpdal-cart .close {
    color: #fff;
    opacity: 1;
    padding-bottom: 0;
    background:none;border:none;font-size:20px;
}.btds {
    background: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 100%;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    font-weight: 400;
}.btds.re {
    background-color: var(--primary);
}
 .btds:hover{
     color:yellow;
 }
 .form-group{
     margin-bottom:15px;
 }
 .price-num{
     color:var(--primary);font-weight:bold;
 }
.img-cart-info {
    width: 96px;
    float: left;
    margin-right: 10px;
}
.item-share{
    margin-bottom:8px;
}.item-share .ishare-title {
    font-weight: 700;
}
.cir {
    cursor: pointer;
    padding: 7px 8px;
    position: relative;
    margin: 0 2px;display:inline-block;font-size:13px;
}
@media (min-width:768px){.cir{font-size:14px;}}
.cir:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.2);
    height: 100%;
    width: 0;
    transition: 400ms ease-out;
    z-index: 1
}

.cir:hover::after {
    width: 100%
}

.cir span,.cir i {
    color: #fff;
    z-index: 2;
    position: relative
}

.cir span.crt {
    color: rgba(0,0,0,.4);
    margin: 0 6px
}

.icons-twitter {
    background-color: #2daae1
}

.icons-facebook {
    background-color: #3c5b9b
}

.icons-pinterest {
    background-color: #cb2027
}

.icons-linkedin {
    background-color: #0173b2
}
    .flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}
    .flex-center .flex-center-div {
        flex: 1;
    }
.pname {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
    color: var(--dark);
}
.pname:hover{
    opacity:.9;
}
.i-con{
    color:var(--light);
    font-size:20px;
    font-weight:bold;
}
.d-cart-info {
    position: absolute;
    top: 0;
    left: 10px;
    background: #fff;
    z-index: 99;
    color: var(--primary);
    width: 30px;
    height: 30px;
    text-align: center;
}
.accordion.listquestion button {
    font-weight: bold;
}
.accordion.listquestion button:before{
        content: "\f067";font-family: "Font Awesome 5 Free";font-weight:900;display:inline-block;
        margin-right:10px;
}
.accordion.listquestion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion.listquestion .accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}
.accordion.listquestion .accordion-button:not(.collapsed)::before{
    content:"\f068";color:#fff;
}
.accordion.listquestion .accordion-button:focus{
    border-color:var(--primary);
}
.product-policises {
    display: flex;
    flex-direction: column;
}.product-policises li {
    padding-bottom: var(--padding-primary);
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}.product-policises .media > div:not(.media-body) {
    width: 24px;
    height: 24px;
}.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}.media-body {
    -ms-flex: 1;
    flex: 1;
}.box-support {
    background: #fff;
    margin-bottom: 14px;
   
}.box-support .title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;color:var(--dark)
}.box-support .stitle1, .box-support .stitle2 {
    margin-bottom: 1em;
    color: var(--primary);
}.fbNEY {
    float: left;
    height: 24px;
    width: 24px;
}.fbNEY svg {
    width: 100%;
    height: 100%;
}.MKOiO {
    line-height: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 29px;
    padding-right: 8px;
}.box-support .links {
    display: block;
    margin-bottom: 7px;
}.box-support .avatar {
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}.box-support .avatar img {
    width: 28px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: block;
}.box-support .links a {
    border-radius: 20px;
    padding: 3px 6px 3px 4px;
    color: #222;
    display: inline-block;
    transition: all 0.3s;
    font-size: var(--primary-font-size);
    margin-top: 2px;
    opacity: 0.9;
    font-weight: 600;
    border: 1px solid rgba(127, 127, 127, .20);
    background: linear-gradient(#ffffff, #efefef 60%, #efefef 90%, #eee9e9);
    margin-right: 4px;
}.box-support .links a:hover {
    text-decoration: none;
    border: 1px solid rgba(127, 127, 127, .40);
    box-shadow: 0 1px 4px rgba(127, 127, 127, .20);
    -webkit-box-shadow: 0 1px 4px rgba(127, 127, 127, .20);
}
 .lisde li{
     display:table;
 }
 .lisde li div{
     display:table-cell;
 }
 .lisde li div span.show_attr{
     font-weight:bold;
 }
.service .service-item {
    position: relative;
    overflow: hidden;
}
    .service .service-item .service-inner .service-img {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
        .service .service-item .service-inner .service-img img {
            transition: 0.5s;
        }
        .service .service-item .service-inner .service-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-radius: 10px;
            background: rgba(255, 255, 255, .5);
            transition: 0.5s;
            opacity: 0;
        }
    .service .service-item .service-inner .service-title {
        position: relative;
        margin-top: -30px;
        text-align: center;
        transition: 0.5s;
    }
        .service .service-item .service-inner .service-title .service-title-name {
            transition: 0.5s;
        }
        .service .service-item .service-inner .service-title .service-content {
            position: absolute;
            bottom: -100%;
            left: 0;
            margin-left: 30px;
            margin-right: 30px;
            text-align: center;
            border-radius: 10px;
            background: var(--dark);
            opacity: 0;
            transition: 0.5s;
        }
    .service .service-item:hover .service-inner .service-title .service-content {
        bottom: 0;
        opacity: 1;
    }
            .service .service-item .service-inner .service-title .service-content a h4 {
                border-bottom: 1px solid rgba(256, 256, 256, .1);
            }
@media (min-width:460px){
.autoplay33s .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
    .autoplay33s .slick-list .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }}
/*Template About Us*/

/*End*/
.sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--dark);margin-bottom:10px;
}
    .sub-style .sub-style-title {
        position: relative;
        display: inline-block;
        color: var(--dark);
        padding: 0 10px;
        font-size: 20px;
    }
    .sub-style::before,
    .sub-style::after {
        content: "";
        position: absolute;
        left: 0;
        transform: translateY(-50%);
    }
    .sub-style::before {       
        width: 100px;        
        bottom: 50%;
        margin-bottom: -6px;
        margin-left: -100px;
        border: 1px solid var(--primary) !important;
    }
    .sub-style::after {
        width: 50px;
        top: 50%;
        margin-top: -8px;
        margin-left: -50px;
        border: 1px solid var(--dark) !important;
    }
    .sub-style .sub-style-title::before,
    .sub-style .sub-style-title::after {
        content: "";
        position: absolute;
        right: 0;
        transform: translateY(-50%);
    }
    .sub-style .sub-style-title::before {        
        width: 100px;        
        bottom: 50%;        
        margin-bottom: -8px;
        margin-right: -100px;
        border: 1px solid var(--primary) !important;
    }
    .sub-style .sub-style-title::after {
        width: 50px;
        top: 50%;
        margin-top: -6px;
        margin-right: -50px;
        border: 1px solid var(--dark) !important;
    }
    .sub-cnt{
        color:rgb(122, 138, 158);margin-top:10px;
    }
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}
    .contact .contact-add-item .contact-icon {
        width: 90px;
        height: 90px;
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        background: var(--primary);
        animation-name: icon-animat;
        animation-duration: 5s;
        animation-delay: 1s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        transition: 0.5s;
    }
.btn-xl-square {
    width: 66px;
    height: 66px;position:relative;
}
    .btn-xl-square i, .btn-xl-square svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);width:18px;height:18px;
    }
    .btn-xl-square i {
        font-size: 18px;
    }
    .btn.btn-light {
        background: var(--bs-light);
    }
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn.btn-light:hover {
    color: var(--light);
    background: var(--primary);
    border: 1px solid var(--primary);
}
.ratio-1x1.ratio-1x22 {
    --bs-aspect-ratio: 111%;
}
#breadcrumb{
        box-shadow: 5px 5px 25px 0 rgba(0,0,0,.06);
        background-color: rgba(241,241,241,1);
        border-bottom:1px solid rgba(241,241,241,1);
}
.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .categories .categories-item-inner .categories-review .old-pc{
        font-size:14px;text-decoration:line-through;
    }
    .categories .categories-item-inner .categories-review .khuyenmai {
        background: var(--primary);
        display: inline-block;
        padding: 2px 6px;
        z-index: 99;
        border-radius: 3px;
        margin-left: 3px;
        text-align: center;
        min-width: 20px;
        position: relative;
    }
        .categories .categories-item-inner .categories-review .khuyenmai:after {
            border-right: 5px solid var(--primary);
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            content: "";
            position: absolute;
            top: 50%;
            left: -4px;
            transform: translate(0%, -50%);
        }
        .categories .categories-item-inner .categories-review .khuyenmai span {
          font-size:14px;
            color: #fff;
        }
        footer{
            overflow:hidden;
        }
        .ngay-dang{
            padding:7px 5px;font-style:italic;
            color:var(--primary);font-weight:bold;
        }
        .bg-top-footer{
            background-color:#fafafa;
            background-position:center;
            font-size:16px;color:rgba(0,0,0,.8);line-height:1.7;
        }
        .bg-top-footer h3{
            font-size:16px;color:rgba(0,0,0,.8);
            text-transform:uppercase;
            position:relative;display:block;
            padding-bottom:7px;
            margin-bottom:35px;
        }
            .bg-top-footer h3:before,
            .bg-top-footer h3:after {
                content: "";
                position: absolute;
                bottom: -9.5px;
                left: 0;
                display: block;
                height: 2px;
                background-color: #e0e0e0;
                width: 48px;
                z-index: 3;
            }
            .bg-top-footer h3:before{
                background-color:var(--primary);
            }
            .bg-top-footer h3:after {
                background-color: rgba(255, 255, 255, 0.1);
                height: 1px;
                width: 100%;
                bottom: -10px;
                z-index: 2;
            }
            .bg-top-footer i.bi{
                font-size:18px;margin-right:10px;
            }
        .bg-copyright{
            background:var(--primary);
        }
.news-detail{
    line-height:1.7;
}
    .news-detail h2 {
        font-size: 22px;margin-bottom:20px;
    }
.news-detail h3 {
    font-size: 18px;
}
.title-newss {
    font-size: var(--big-font-size);
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
        .title-newss.small-title-newss{
            font-size:16px;
            font-weight:normal;
        }
        .display-55{
            font-size:24px;color:var(--primary)
        }
        .partners-item{
            display:block;
            border:1px solid var(--bs-darklight);
            background-repeat:no-repeat;
            background-position:center;
            background-size:contain;
            height:120px;
        }
          .partners-item:hover{
              border-color:var(--primary);background-color:var(--bs-light);
          }
          .owl-prev,.owl-next{
              position:absolute;
              top:40%;
              transform:translateY(-40%);
              width:30px;
              height:30px;
              background:var(--bs-light);font-size:20px;text-align:center;
          }
          .owl-prev:hover,.owl-next:hover
          {
              background:var(--primary);color:var(--bs-light)
          }
          .owl-prev{
              left:0;
          }
          .owl-next{right:0;}
          .brochure-download{
              display:block;
              border-radius:10px;
              overflow:hidden;
              position:relative;
          }
          .brochure-download img{
              width:100%;height:100%;object-fit:cover;
          }
          .brochure-download a{
              position:absolute;
              bottom:20px;
              left:20px;
          }
          .form-nhan-tin{
              background:var(--primary);
              padding:30px;
              border-radius:10px;height:100%;
          }
          .form-nhan-tin .form-nhan-tin-title,
          .form-nhan-tin .form-nhan-tin-cnt{
              color:var(--light);
          }
          .form-nhan-tin .form-nhan-tin-title{              
              font-size:30px;display:block;margin-bottom:10px;
          }
          .form-nhan-tin .form-nhan-tin-cnt{
              font-weight:500;font-size:16px;
          }
          .form-nhan-tin-fr{
              display:table;background:#fff;padding:12px;
          }
           .form-nhan-tin-fr div{
               display:table-cell;
           }
           .form-nhan-tin-fr div input{
               border:none;
           }
           .form-nhan-tin-fr div:first-child{
               width:100%;
           }
           .item-products{
               border:1px solid #ddd;
               padding:var(--padding-primary);
           }
           .item-products .item-products-title{
               border-top:1px solid #ddd;
               padding-top:var(--padding-primary);
               padding-bottom:var(--padding-primary);
               padding-left:0;padding-right:0;
               
           }
           .item-products .item-products-title a:first-child{
               font-size:16px;font-weight:bold;color:#333;margin-bottom:var(--padding-primary);display:block;height:45px;
               overflow:hidden;
           }
           .item-products .item-products-title a:hover:first-child{
               color:var(--primary);
           }
           .item-products .item-products-title:hover{
               color:var(--primary)
           }
           .title-cated{
               font-size:20px;
               display:block;color:#000;text-align:center;
               font-weight:bold;margin-bottom:var(--padding-primary);
           }
           .title-cated:hover{
               color:var(--primary)
           }
@media (min-width: 991px) {
    .sl-1, .sl-2, .sl-product-cate {
        height: var(--slide-h);
        overflow: hidden;
        float: left;
    }
    .sl-2 {
        width: 68%;
        margin-right: 10px;
    }
    .sl-1 {
        width: calc(32% - 10px);       
    }
    .sl-2 div.carousel,.sl-2 div.carousel-inner,.sl-2 div.carousel-item{
        height:100%;
    }
    .sl-2 div.carousel-item img{object-fit:cover;border-radius:10px;}
    .slide-imdd{
        height:var(--slide-h-child);
        border-radius:10px;
        background:red;
        margin-bottom:10px;border:1px solid #ddd;overflow:hidden;
    }
    .slide-imdd img{
        width:100%;height:100%;object-fit:cover;transition:400ms ease-out;
    }
    .slide-imdd:hover img{
        transform:scale(1.02);
    }
  .sl-1 .col-4:last-child  .slide-imdd{
        margin-bottom:0;
    }
}
.productgrid--sidebar-title--small {
    background: #e5e5e5;
    display: block;
    padding: 7px 14px;
    border-left: 4px solid var(--primary);
    position: relative;
    border-radius: 3px 3px 3px 3px;
    font-size: initial;
    text-transform: uppercase;
}.productgrid--sidebar-title--small a, .productgrid--sidebar-title--small span {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    z-index: 4;
    color: #333;
}.bt-saaa {
    display: block;
    font-size: var(--primary-font-size);
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}.bt-saaa:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 10px;
}.bt-saaa:hover:before, .bt-saaa.act:before {
    content: "\f14a";
    color: var(--primary);
}
#cacdiachi {
    background-color: #e0ebf8;
    border: 2px dashed #007bff;
    padding: 20px;
}
    #cacdiachi h2 {
        color: #007bff;
        font-size: 20px;
        margin-top: 0;
        font-weight: bold;
    }
.lis-chinhanh-item {
    font-size: 16px;
    color: #54595f;
    border: 1px solid #ddd;
    padding: 4px;
}
    .lis-chinhanh-item b {
        color: var(--primary);
    }
.luu-t {
    max-width: 990px;
    margin: auto;
}
#cacdiachi h3 {
    color: #ff0000;
    font-size: 18px;
}
#cacdiachi li {
    font-size: 14px;
    margin-bottom: 5px;
}
    #cacdiachi li:before {
        font-weight: 900;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        color: var(--primary);
        margin-right: 5px;
    }
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right:0;
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
    #button-contact-vr .button-contact .phone-vr {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 90px;
        height: 90px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block;
    }
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
    .phone-vr-img-circle a {
        display: block;
        line-height: 37px;
    }
    .phone-vr-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%,-50%);
    }
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}