a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Open Sans', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Open Sans', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: bold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.header-top{
    background: #003399;
    padding: 10px 0;
}
.group-ext > a{
    color: #fff;
    margin-left: 30px;
}
.group-ext > a.search-top{
    margin-right: 0;
    margin-left: 40px;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.ul-main-menu > li > a{
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    padding: 30px 0;
    margin: 0 20px;
    text-transform: uppercase;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    position: relative;
}
.ul-main-menu > li > a:before{
    content: "";
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 5px;
    background: transparent;
    bottom: -5px;
    left: 0;
}
.ul-main-menu > li:hover > a:before{
    background: #003399;
}
.clblue{
    color: #003399;
}
.header-bottom{
    background: #fff;
}
.header-bottom:after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #b7b7b7;
    margin-top: -5px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 7px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 9999;
    background: #f2f2f2;
    min-width: 200px;
    box-shadow: 0 0 15px #ccc;
    display: none;
}
.ul-sub-menu > li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 7px 10px;
}
.ul-sub-menu > li > i{
    color: #003399;
    margin-right: 5px;
    width: 15px;
    margin-top: 2px;
}
.ul-sub-menu > li > a{
    display: block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    width: calc(100% - 15px);
}
.ul-sub-menu > li > a:hover{
    color: #003399;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.has-sub-full{
    position: static;
}
.block-sub-menu-full {
    position: absolute;
    width: 100%;
    top: calc(100% - 5px);
    left: 0;
    background: #f2f2f2;
    padding: 30px 20px;
    z-index: 9999;
    box-shadow: 0 0 15px #ccc;
    display: none;
}
.tit-submenu{
    font-size: 14px;
    color: #003399;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.tit-submenu:after{
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 10px;
    background: #003399;
}
.ul-sub-menu-full{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ul-sub-menu-full > li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0;
}
.ul-sub-menu-full > li > i{
    color: #003399;
    margin-right: 5px;
    width: 15px;
    margin-top: 2px;
    font-size: 13px;
}
.ul-sub-menu-full > li > a{
    display: block;
    color: #000;
    text-transform: uppercase;
    width: calc(100% - 15px);
    font-size: 13px;
}
.ul-sub-menu-full > li > a:hover{
    color: #003399;
}
.block-sub-menu-full .row{
    margin: 0 -7px;
}
.col20{
    width: 20%;
    padding: 0 7px;
    float: left;
}
.has-sub-full:hover .block-sub-menu-full{
    display: block;
}
.item-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner{
    position: relative;
}
.main-banner .owl-theme .owl-nav{
    margin: 0 !important;
}
.main-banner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    z-index: 9;
    left: 3%;
    font-size: 40px;
    color: #003399;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.main-banner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    z-index: 9;
    right: 3%;
    font-size: 40px;
    color: #003399;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.content-banner{
    position: absolute;
    width: 1170px;
    padding: 0 15px;
}
.block-content-banner{
    width: 40%;
}
.main-banner .owl-item.active .block-content-banner {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.block-content-banner {
    width: 40%;
    background: rgba(0, 51, 153, 0.7);
    border-bottom-right-radius: 100px;
    padding: 20px;
    opacity: 0; 
    visibility: hidden; 
    position: relative;
    top: 100px;
    transition: all ease-in-out 1s;
    transition-delay: 0.5s;
}
.block-content-banner *{
    color: #fff;
}
.tit-bn{
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-bn:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: 15px;
}
.des-banner{
    margin-bottom: 20px;
}
.view-bn{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 7px 10px;
    color: #fff !important;
    position: relative;
    left: 50px;
    transition: all ease-in-out 0.5s;
    transition-delay: 1.5s;
    opacity: 0; 
    visibility: hidden; 
}
.main-banner .owl-item.active .view-bn{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.view-bn i{
    margin-left: 7px;
}
.mgbt20{
    margin-bottom: 20px;
}
.mgbt10{
    margin-bottom: 10px;
}
.qc-spyt{
    background: url(../img/bg-qcspyt.jpg) top left no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 30px;
}
.tit-spyt:before{
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #fff;
    margin-bottom: 15px;
}
.tit-spyt{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.block-spyt{
    border: 1px solid #ccc;
    position: relative;
    top: 0;
    transition: all ease-in-out 0.3s;
}
.line-spyt{
    display: block;
    width: 80px;
    height: 6px;
    background: #003399;
    margin-bottom: 15px;
    transition: all ease-in-out 0.3s;
}
.content-spyt{
    padding: 15px 10px;
}
.block-spyt:hover{
    top: -20px;
}
.block-spyt:hover .line-spyt{
    width: 100%;
}
.name-spyt{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
.name-spyt a{
    color: #000;
}
.block-spyt:hover .name-spyt{
    text-align: center;
}
.des-spyt{
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 10px;
}
.view-spyt{
    color: #000;
    font-size: 14px;
}
.view-spyt i{
    margin-left: 5px;
}
.main-sanphamyeuthich{
    position: relative;
}
.main-sanphamyeuthich:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 298px;
    height: 284px;
    background: url(../img/hvspyt1.jpg) center center no-repeat;
    background-size: contain;
}
.main-sanphamyeuthich:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 314px;
    height: 336px;
    background: url(../img/hvspyt2.jpg) center center no-repeat;
    background-size: contain;
    z-index: -1;
}
.tit-pub-center{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}
.tit-pub-center:after{
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 6px;
    background: #003399;
    margin-top: 15px;
}
.block-fea{
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}
.name-fea {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}
.content-fea{
    padding: 10px;
}
.full-des-fea{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.75);
    transition: all ease-in-out 0.3s;
}
.block-fea:hover .full-des-fea{
    top: 0;
}
.block-fdf{
    text-align: center;
    padding: 5px;
}
.cate-fdf{
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 50px;
}
.name-fdf{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}
.name-fdf a{
    color: #fff;
}
.view-fdf{
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
}
.view-fdf i{
    margin-left: 5px;
}
.view-pub{
    display: inline-block;
    width: 200px;
    padding: 15px;
    color: #fff !important;
    text-align: center;
    background-image: linear-gradient(#4168b6, #023499);
    border-radius: 50px;
}
.view-pub i{
    margin-left: 5px;
}
.main-gioithieu{
    background: url(../img/bg-gt.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.block-hotro{
    position: relative;
    overflow: hidden;
}
.block-hotro:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(12, 43, 151, 0.8));
}
.tit-ht{
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 20px;
    margin: 0;
}
.tit-ht a{
    color: #fff !important;
}
.tit-ht:after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 15px;
}
.tit-ctht{
    text-align: center;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-ctht a{
    color: #fff !important;
}
.tit-ctht:after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 15px;
}
.view-hotro{
    color: #fff !important;
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.detail-hotro{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #0c2b97;
    transition: all ease-in-out 0.3s;
}
.block-hotro:hover .detail-hotro{
    top: 0;
}
.view-news{
    display: inline-block;
    background: linear-gradient(#4168b6, #023499);
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 50px;
}
.view-news i{
    margin-left: 5px;
}
.tit-pub-left{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.tit-pub-left:after{
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background: #003399;
    margin-top: 15px;
}
.flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.des-news-home{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.block-news-home{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.img-news-home{
    width: 130px;
    display: block;
}
.content-news-home{
    width: calc(100% - 145px);
}
.main-contact{
    position: relative;
}
.contact-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}
.tit-ft{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 83px;
    height: 1px;
    margin-top: 20px;
    background: #fff;
}
footer{
    background: #292929;
}
.footer-top{
    border-bottom: 1px solid #fff;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li > a{
    display: inline-block;
    color: #fff;
}
.social-ft{
    display: flex;
    align-items: center;
}
.social-ft > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #292929;
    background: #b7b7b7;
    margin-right: 15px;
    font-size: 18px;
}
.social-ft > a:last-child{
    margin: 0;
}
.footer-bottom{
    background: #292929;
    padding: 10px 0;
}
.main-breac{
    background: #eaeaea;
    padding: 10px 0;
}
.main-breac-prod{
    padding: 10px 0;
    background: #fff;
}
.block-cate-aside{
    background: #0c2b97;
    padding: 15px;
    border-bottom-right-radius: 50px;
}
.tit-aside{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
}
.tit-aside:after{
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.ul-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-aside > li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.ul-aside > li:last-child{
    border: none;
}
.ul-aside > li > i{
    margin-right: 15px;
    color: #fff;
}
.ul-aside > li > a{
    color: #fff;
}
.bi-content{
    background: #fff;
    padding: 10px;
}
.main-wraper{
    background: #f6f6f6;
}
.tit-intro{
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tit-intro a i{
    margin-left: 10px;
}
.tit-km{
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}
.tit-km a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bk-content{
    background: #fff;
    padding: 10px;
}
.date-post{
    font-size: 13px;
}
.date-post i{
    margin-right: 7px;
}
.block-khuyenmai{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.tit-km-full{
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.full-bk-content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    background: #1098cd;
    padding: 10px;
    transition: all ease-in-out 0.3s;
}
.view-km{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}
.full-des-km{
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.block-khuyenmai:hover .full-bk-content{
    bottom: 0;
}
.left-lh{
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}
.send {
    background: #1098cd;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    width: 200px;
    font-weight: 700;
}
.right-lh {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.bl-right-lh {
    margin-bottom: 20px;
}
.share-blog {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    margin-top: 10px;
}
.share-blog a {
    display: inline-block;
    margin-right: 15px;
    color: #919191;
}
.tit-page{
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.block-filter-aside{
    background: #fff;
    box-shadow: 0 0 7px #ccc;
}
.tit-filter{
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    background: #eaeaea;
    margin: 0;
}
.name-filter{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.ul-filter .form-check {
    padding: 5px 0;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #1098cd;
    animation: effect 250ms ease-in;
}
.form-check input[type="radio"]:checked + .label-text,
.form-check input[type="checkbox"]:checked + .label-text{
    color: #1098cd;
}
.form-check label{
    margin: 0;
    font-weight: 700;
    font-weight: unset;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.sub-filter-aside {
    padding: 15px 15px 0 15px;
}
.order-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.hienthi a{
    font-size: 13px;
    margin-right: 15px;
    color: #484848;
}
.hienthi a.active{
    color: #1098cd;
}
.hienthi{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.search-prod .f-search .stylish-input-group .form-control{
    border-radius: 50px 0 0 50px;
    font-size: 13px;
}
.search-prod .f-search .stylish-input-group .input-group-addon{
    border-radius: 0 50px 50px 0;
    background: #484848 !important;
    color: #fff;
}
.name-sanpham{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.gia-sanpham{
    text-align: center;
}
.block-sanpham{
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.block-sanpham:hover{
    box-shadow: 0 0 5px #ccc;
}
.xemsanpham {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 50px;
}
.pagi{
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #000;
    border-radius: 50px;
}
.pagi a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    color: #000;
    border-left: 1px solid #ccc;
}
.pagi a:first-child{
    border: none;
}
.pagi a.active{
    font-weight: 700;
    color: #1098cd;
    text-decoration: underline;
}
.all-list .block-sanpham{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.all-list > .col-md-4{
    width: 100%;
}
.all-list .img-sanpham {
    display: block;
    width: 25%;
}
.all-list .content-sanpham {
    width: calc(75% - 15px);
}
.des-sp-list{
    display: none;
}
.all-list .des-sp-list{
    display: block;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    font-size: 13px;
}
.main-wraper-prod{
    background: #fff;
}
.slider-spct {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery{
    margin: 0 auto;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid #ccc;
}
.all-info-prod{
    position: relative;
}
.all-info-prod:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #f2f2f2;
    z-index: 0;
}
.des-spct{
    margin-bottom: 40px;
}
.price-spct{
    font-size: 24px;
    font-weight: 700;
}
.price-spct > span{
    color: #003399;
}
.all-info-prod > .container{
    position: relative;
    z-index: 9;
}
.hoa{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.tab-motasanpham .nav-tabs>li>a{
    margin: 0;
    border: 1px solid #000 !important;
    border-radius: 0;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}
.tab-motasanpham .nav{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.tab-motasanpham{
    position: relative;
}
.tab-motasanpham .nav:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    background: #000;
}
.tab-motasanpham .nav-tabs>li:first-child>a{
    border-right: none !important;
    border-radius: 50px 0 0 50px;
}
.tab-motasanpham .nav-tabs>li:last-child>a{
    border-left: none !important;
    border-radius: 0 50px 50px 0;
}
.tab-motasanpham .nav-tabs>li.active>a, 
.tab-motasanpham .nav-tabs>li.active>a:focus, 
.tab-motasanpham .nav-tabs>li.active>a:hover{
    background: #1098cd;
    color: #fff;
}
.block-pro-rela{
    background: #f2f2f2;
}
.all-list .full-des-fea{
    display: none;
}
.all-list > .col-md-3{
    width: 50%;
}
.all-list .block-fea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.all-list .img-fea{
    display: block;
    width: 46%;
}
.all-list .content-fea{
    width: calc(60% - 30px);
}
.all-list .name-fea{
    text-align: left;
    margin-top: 10px;
}
.all-list .content-fea .center{
    text-align: left;
}
.all-info-vattu .lSSlideOuter .lSPager.lSGallery{
    margin: 0 auto;
}
.all-info-vattu .price-spct{
    margin-bottom: 40px;
}
.all-info-vattu .des-spct{
    margin-bottom: 20px;
}
.tab-motavattu .nav-tabs>li>a{
    margin: 0;
    border: 1px solid #000 !important;
    border-radius: 0;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}
.tab-motavattu .nav {
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    margin-bottom: -21px;
    margin-left: 30px;
}
.tab-motavattu{
    position: relative;
}
.tab-motavattu .nav-tabs>li:first-child>a{
    border-right: none !important;
    border-radius: 4px 0 0 4px;
}
.tab-motavattu .nav-tabs>li:last-child>a{
    border-left: none !important;
    border-radius: 0 4px 4px 0;
}
.tab-motavattu .nav-tabs>li.active>a, 
.tab-motavattu .nav-tabs>li.active>a:focus, 
.tab-motavattu .nav-tabs>li.active>a:hover{
    background: #1098cd;
    color: #fff;
}
.tab-motavattu .tab-content{
    border: 1px solid #000;
    padding: 40px 20px 20px 20px;
    background: #f2f2f2;
}
.icon-ck{
    width: 50px;
    margin-top: 5px;
}
.ct-ck{
    width: calc(100% - 50px);
}
.tit-ck{
    font-weight: 700;
    margin-bottom: 7px;
    color: #136eb5;
}
.item-ck{
    margin-bottom: 20px;
}
.aside-camket .item-ck:last-child{
    margin: 0;
}
.des-ck{
    font-size: 13px;
}
.aside-camket{
    background: #f2f2f2;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.tit-right-asi{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    background: #1098cd;
    margin: 0;
}
.block-post-asi{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.img-post-asi{
    display: block;
    width: 70px;
}
.name-post-asi{
    font-size: 15px;
    font-weight: 400;
    width: calc(100% - 80px);
    margin: 3px 0;
}
.ct-right-asi{
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
}
.ct-right-asi .block-post-asi:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.aside-news-rela,
.aside-pro-rela{
    margin-bottom: 20px;
}
.block-prod-asi{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.img-prod-asi{
    display: block;
    width: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.ct-prod-aside{
    width: calc(100% - 90px);
}
.name-prod-asi{
    font-size: 15px;
    margin: 0;
    margin-bottom: 7px;
    font-weight: 700;
}
.br-asi{
    margin-bottom: 10px;
}
.view-asi{
    color: #000;
    font-size: 13px;
    display: inline-block;
}
.view-asi span{
    text-decoration: underline;
}
.view-asi i{
    margin-left: 5px;
}
.ct-right-asi .block-prod-asi:last-child{
    padding: 0;
    margin: 0;
    border: none;
}
.content-itn{
    background: #fff;
    padding: 20px;
}
.content-itn .date-post{
    font-size: 15px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #003399 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.block-intro{
    margin-bottom: 30px;
}








@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        font-size: 15px;
        margin: 0 15px;
    }
    .ul-sub-menu{
        left: 15px;
    }
    .content-banner{
        width: 970px;
    }
    .block-content-banner{
        width: 50%;
    }
    .qc-spyt{
        padding: 20px;
    }
    .tit-spyt{
        font-size: 32px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #003399;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #337ab7;
    }
    .sub-menu-mb > li .sub-menu-mb > li{
        background: #000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #31708f;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .content-banner{
        width: 750px;
    }
    .block-content-banner{
        width: 60%;
    }
    .qc-spyt{
        min-height: unset;
        margin-bottom: 30px;
    }
    .block-spyt{
        margin-bottom: 30px;
    }
    .line-spyt{
        width: 100%;
    }
    .name-spyt{
        text-align: center;
    }
    .main-gioithieu{
        padding: 60px 0;
    }
    .detail-hotro{
        display: none;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .full-bk-content{
        display: none;
    }
    .tit-page{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .content-banner{
        width: 100%;
    }
    .block-content-banner{
        width: 80%;
        border-radius: 0;
    }
    .tit-bn{
        font-size: 18px;
    }
    .des-banner{
        display: none;
    }
    .view-bn{
        font-size: 13px;
    }
    .main-banner .owl-carousel .owl-nav button.owl-prev{
        left: 5px;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        font-size: 20px;
    }
    .main-banner .owl-carousel .owl-nav button.owl-next{
        right: 5px;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        font-size: 20px;
    }
    .main-banner .owl-carousel .owl-item img{
        min-height: 220px;
    }
    .main-gioithieu{
        padding: 40px 0;
    }
    .block-hotro{
        margin-bottom: 20px;
    }
    .tit-pub-left,
    .tit-pub-center{
        font-size: 20px;
    }
    .right-lh{
        padding: 15px;
    }
    .map-lienhe iframe{
        height: 400px;
    }
    .hoa{
        display: none;
    }
    .all-info-prod:after{
        content: unset;
    }
    .des-spct{
        margin-bottom: 20px;
    }
    .tab-motasanpham .nav:before{
        content: unset;
    }
    .tab-motasanpham .nav-tabs>li{
        float: none;
        width: 100%;
        text-align: center;
    }
    .tab-motasanpham .nav{
        display: block;
    }
    .tab-motasanpham .nav-tabs>li:first-child>a{
        border-radius: 0 !important;
        border-right: 1px solid #000 !important;
    }
    .tab-motasanpham .nav-tabs>li:last-child>a{
        border-radius: 0 !important;
        border-left: 1px solid #000 !important;
    }
    .order-search{
        display: block;
    }
    .hienthi{
        margin: 0;
        margin-bottom: 10px;
    }
    .tab-motavattu .nav{
        display: block;
        margin: 0;
    }
    .tab-motavattu .nav-tabs>li{
        float: none;
        text-align: center;
    }
    .tab-motavattu .nav-tabs>li:first-child>a{
        border-radius: 0 !important;
        border-right: 1px solid #000 !important;
    }
    .tab-motavattu .nav-tabs>li:last-child>a{
        border-radius: 0 !important;
        border-left: 1px solid #000 !important;
    }
    .tab-motavattu .tab-content{
        padding: 15px;
    }
    .all-info-vattu .price-spct{
        margin-bottom: 20px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .spyt-bottom .row .col-md-2:nth-child(odd){
        padding-right: 7px;
    }
    .spyt-bottom .row .col-md-2:nth-child(even){
        padding-left: 7px;
    }
    .block-fea{
        margin-bottom: 20px;
    }
    .full-des-fea{
        display: none;
    }
    .main-gioithieu{
        padding: 30px 0;
    }
    .tit-pub-center{
        margin-bottom: 20px;
    }
    .clear40{
        height: 20px;
    }
    .view-news{
        font-size: 13px;
    }
    .map-lienhe iframe{
        height: 300px;
    }
    .hienthi{
        display: block;
    }
    .hienthi a{
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
}