@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
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: 'Montserrat', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Montserrat', 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: 700;}
.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;
}
.btn_df.btn_table.floatleft {
    float: left;
}
.editer p{
    margin-bottom: 10px;
}
.flex-bw.form-ft input {
    text-align: center;
}
.des-order {

    text-align: center;

}
.des-giaban {

    text-align: center;
    font-weight: bold;

}
.slogan-des {
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
}
.iconnull {
    width: 70px !important;
    height: 54px !important;
    display: block !important;
    margin: 10px auto;
}
.iconnoti {
    background: url(../img/shopping-bag.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.text-giohang{
    text-align: center;
}
.buyother {
    display: block;
    overflow: hidden;
    background: #fff;
    line-height: 40px;
    text-align: center;
    margin: 15px auto;
    width: 300px;
    font-size: 14px;
    color: #288ad6;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #288ad6;
    border-radius: 4px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loadding.svg') 50% 50% no-repeat rgb(249,249,249);
}
header{
    background: #1d2b59;
}
.main-header{
    position: relative;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 30px 13px;
    text-transform: uppercase;
    color: #1d2b59;
    border-bottom: 1px solid #fff;
    position: relative;
    /*font-weight: 700;*/
}
.ul-main-menu > li > a.active {
    font-weight: 700;
}
.ul-main-menu > li > a.active:after {
    background: #1d2b59;
    opacity: 1;
    transition: all 1s;
    visibility: visible;
}
.ul-main-menu > li> a:after{
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}
.ul-main-menu > li:hover > a:after{
    background: #1d2b59;
    opacity: 1;
    transition: all 1s;
    visibility: visible;
}
.menu-logo {
    background: #fff;
    padding-left: 15px;
    position: relative;
    top: 40px;
    margin-top: -40px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
    z-index: 9999;
}
.contact-search a{
    display: inline-block;
    color: #fff;
    margin-left: 50px;
    text-transform: uppercase;
}
.contact-search a:first-child{
    margin-left: 0;
}
.contact-search {
    margin: 10px 0;
    text-align: right;
    position: relative;
    z-index: 9;
}
.has-sub{
    position: static;
}
.div-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    z-index: 9999;
    display: none;
}
.tit-sub-menu{
    color: #6ab5de;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    padding: 0 10px;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-sub-menu > li > a{
    display: block;
    margin-bottom: 1px;
    color: #1d2b59;
    padding: 2px 10px;
    font-size: 14px;
}
.ul-sub-menu > li:hover > a{
    background: rgba(0,0,0,.06);
}
.block-sub-menu {
    border-right: 1px solid #ccc;
    height: 100%;
    padding: 0 15px;
}
.div-sub-menu > .flex-n > .colum-menu:last-child > .block-sub-menu{
    border: none;
}
.has-sub:hover .div-sub-menu{
    display: block;
}
.colum-menu {
    flex: 1;
}
.img-disco {
    width: 50%;
    display: block;
}
.content-disco{
    width: 50%;
    padding-left: 10px;
    display: block;
}
.content-disco .tit-sub-menu{
    display: block;
}
.header-home {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: no-repeat;
    top: 0;
    left: 0;
}
.main-banner .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: none;
    border-radius: 0;
    transform: rotate(45deg);
    border: 1px solid #002856;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #002856;
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 30px;
}
.main-sanpham-banchay {
    background: #f6f7f8;
    padding: 80px 0;
}
.tit-pub{
    font-size: 36px;
    color: #1a3259;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.des-spbc{
    padding: 50px 30px 50px 70px;
    position: relative;
    height: 300px;
    margin-left: 65px;
}
.name-spbc{
    color: #6ab5de;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.sub-name-spbc{
    color: #1a3259;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}
.des-name-spbc{
    font-size: 14px;
    color: #1a3259;
    display: block;
    margin-bottom: 10px;
}
.des-name-spbc p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.caratter > p {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1a3259;
    letter-spacing: 1.38px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.caratter > p:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #1d2b59;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
}
.caratter > p:last-child{
    margin-bottom: 0;
}
.caratter {
    margin-top: 40px;
}
.link-spbc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border: 3px solid #1d2b59;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(0);
}
.link-spbc > span{
    position: absolute;
    display: inline-block;
    text-align: center;
    background: #f6f7f8;
    z-index: 99;
    color: #1d2b59;
    bottom: -15px;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.items-spbc{
    margin-bottom: 40px;
}
.items-spbc:hover .link-spbc{
    transition: all 0.5s;
    transform: scale(1);
}
.block-slider-spbc .owl-carousel .owl-item .image-spbc img{
    display: inline;
}
.image-spbc {
    position: absolute;
    width: 130px;
    right: calc(100% - 130px);
    bottom: 0;
    z-index: 999;
}
.block-slider-spbc .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: calc(50% - 25px);
    z-index: 99;
    width: 50px;
    margin: 0;
    padding: 5px !important;
    outline: unset;
}
.block-slider-spbc .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: calc(50% - 25px);
    z-index: 99;
    width: 50px;
    margin: 0;
    padding: 5px !important;
    outline: unset;
}
.block-slider-spbc .owl-theme .owl-nav [class*=owl-]:hover{
    background: rgba(0, 0, 0, 0.07);
}
.block-slider-spbc .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: none;
    border-radius: 0;
    transform: rotate(45deg);
    border: 1px solid #002856;
}
.block-slider-spbc .owl-theme .owl-dots .owl-dot.active span, 
.block-slider-spbc .owl-theme .owl-dots .owl-dot:hover span{
    background: #002856;
}
.block-slider-spbc .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-routine{
    background: url(../img/cvhn.webp) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 160px 0;
}
.des-routine {
    color: #1a3259;
    font-size: 20px;
    text-align: center;
    font-style: italic;
}
.block-routine {
    padding: 80px 30px 120px 30px;
    border: 6px solid #79b3e2;
    border-bottom: unset;
    position: relative;
}
.block-routine:before{
    content: "";
    display: block;
    width: calc(50% - 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #79b3e2;
    height: 6px;
}
.block-routine:after{
    content: "";
    display: block;
    width: calc(50% - 100px);
    position: absolute;
    bottom: 0;
    right: 0;
    background: #79b3e2;
    height: 6px;
}
.link-routine {
    font-size: 18px;
    position: absolute;
    bottom: -8px;
    width: 200px;
    left: calc(50% - 100px);
    display: block;
    text-align: center;
    color: #254077;
}
.main-new{
    padding: 80px 0;
}
.amh-news{
    position: relative;
}
.plus-des {
    position: absolute;
    z-index: 9;
    left: calc(100% - 38px);
}
.plus-des-1{
    top: 5%;
}
.plus-des-2{
    top: 40%;
}
.plus-des-3{
    top: 73%;
}
.des-new-plus {
    width: 300px;
    position: relative;
    top: -85px;
    left: 270px;
    box-shadow: -6px 0px 40px #f1f1f1;
    padding: 20px;
    text-align: center;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    background: #fff;
}
.new-plus{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #96cce7;
}
.des-new-plus:after {
    bottom: calc(50% - 7px);
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #fff;
    border-width: 14px;
    margin-left: 0;
}
.des-new-plus.show-new{
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
    left: 70px;
}
.tit-blue{
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.25px;
    color: #6ab5de;
    font-size: 28px;
    margin: 0;
    margin-bottom: 15px;
}
.tit-sub{
    font-weight: 400;
    color: #1a3259;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.25px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
}
.des-new-right{
    font-size: 18px;
    text-align: center;
    font-style: italic;
    padding: 20px 0 40px;
}
.a-more{
    display: inline-block;
    position: relative;
    font-size: 18px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    color: #1a3259;
}
.a-more:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #1a3259;
    margin: 0 auto;
    transition: all 0.5s;
    display: block;
}
.a-more:hover:after {
    width: 160px;
    transition: all 0.5s;
}
.or{
    margin: 40px 0;
    text-align: center;
}
.line-or{
    display: inline-block;
    background-color: #828282;
    width: 50px;
    height: 2px;
    margin: 5px;
}
.a-find {
    color: #fff;
    background: #12315b;
    width: 280px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 12px 10px;
}
.a-find:hover {
    color: #fff;
    box-shadow: 20px 20px 80px 0 rgba(29,43,89,.24);
}
.img-new-bottom{
    box-shadow: 20px 20px 80px 0 rgba(29,43,89,.24);
}
.tit-rnbt{
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2.25px;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}
.des-rnbt{
    text-align: center;
    font-size: 18px;
    color: #1a3259;
    font-style: italic;
}
.right-new-bottom {
    padding: 0 60px;
}
.content-rnbt{
    position: relative;
    padding: 40px;
}
.a-rnbt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border: 6px solid #1d2b59;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.content-rnbt:hover .a-rnbt {
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
}
.a-rnbt > span {
    position: absolute;
    display: inline-block;
    text-align: center;
    background: #fff;
    z-index: 99;
    color: #1d2b59;
    bottom: -18px;
    padding: 0 30px;
    font-size: 22px;
    text-transform: uppercase;
}
.block-map{
    overflow: hidden;
}
.name-company {
    color: #6ab5de;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2.25px;
}
.p-add{
    font-weight: 700;
    margin-top: 10px;
}
.add-company {
    width: 400px;
    box-shadow: 20px 0 80px 0 rgba(29,43,89,.24);
    margin: 40px;
    padding: 15px 30px;
    margin-right: -70px;
    position: relative;
    z-index: 9;
    background: #fff;
}
.map-gg{
    width: calc(100% - 330px);
}
.map-gg iframe{
    width: 100%;
}
.main-footer{
    background: #1d2b59;
    padding: 85px 0;
}
.block-footer{
    border: 6px solid rgba(246,247,248,.7);
    padding: 30px 13%;
    position: relative;
}
.tit-ft{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(246,247,248,.7);
}
.form-ft input{
    font-weight: 700;
    height: 50px;
    width: calc(100% - 250px);
    font-size: 18px;
    letter-spacing: 3px;
    background: #fff;
    padding: 10px;
}
.form-ft button{
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    border: 2px solid #fff;
    background-color: #1d2b59;
    width: 240px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.form-ft button:hover{
    background: #fff;
    color: #000;
}
.check-ft input{
    width: 30px;
}
.des-check {
    width: calc(100% - 45px);
    padding-right: 250px;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-align-last: center;
    color: #fff;
}
.check-ft{
    align-items: flex-start;
}
.ul-footer{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.ul-footer > li > a{
    color: #fff;
    font-size: 14px;
}
.ul-footer > li{
    margin-bottom: 5px;
}
.ul-footer > li:last-child{
    margin-bottom: 0;
}
.social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social span{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.social a{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    color: #1d2b59;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.logo-ft {
    position: absolute;
    width: 180px;
    height: 180px;
    left: calc(50% - 90px);
    bottom: -34px;
    z-index: 1;
}
.main-bereac{
    margin-top: 40px;
    padding: 10px 0;
}
.main-bereac span a{
    font-weight: 700;
    color: #1d2b59;
}
.main-navigate{
    background: #f6f7f8;
    padding: 30px 80px;
}
.tit-navi {
    letter-spacing: 2.25px;
    color: #1a3259;
    font-style: italic;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    height: 48px;
    display: flex;
    align-items: center;
}
.cat-nav > a {
    letter-spacing: 2.25px;
    color: #1a3259;
    font-style: italic;
    border: 3px solid;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}
.cat-nav > a > i{
    position: absolute;
    right: 10px;
    font-size: 10px;
}
.ul-cat-nav{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.ul-cat-nav > li > a{
    display: block;
    padding: 5px 0;
    color: #1a3259;
    font-size: 13px;
}
.block-products .link-spbc > span{
    background: #fff;
}
.block-products{
    margin-bottom: 30px;
}
.main-wraper-dichvu {
    background: url(../img/hoa.png) bottom left no-repeat;
    background-size: auto;
    background-position-x: 25%;
}
.main-slider-dichvu .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: calc(50% - 25px);
    z-index: 99;
    width: 50px;
    margin: 0;
    padding: 5px !important;
    outline: unset;
}
.main-slider-dichvu .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
    z-index: 99;
    width: 50px;
    margin: 0;
    padding: 5px !important;
    outline: unset;
}
.main-slider-dichvu .owl-theme .owl-nav [class*=owl-]:hover{
    background: #e8e8e8;
}
.tit-dv{
    font-size: 30px;
    color: #1a3259;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.tit-dv-sub{
    font-size: 18px;
    color: #6ab5de;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.all-dv{
    background: #f7f7f7;
    padding: 10px;
    padding-bottom: 0;
}
.block-dv{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.block-dv:hover{
    border: 1px solid #1a3259;
}
.name-dv {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 5px 0;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tit-datlich{
    font-size: 20px;
    color: #1a3259;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.tit-datlich:after{
    content: "";
    display: block;
    width: 50%;
    margin: 0 auto;
    height: 1px;
    background: #1a3259;
    margin-top: 10px;
}
.aside-datlich{
    background: #f7f7f7;
    padding: 31px 15px;
}
.plabel{
    margin-bottom: 10px;
}
.ip-phone{
    position: relative;
}
.ip-phone input{
    padding-left: 40px;
}
.ip-phone:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    position: absolute;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbbbbb;
}
.ip-phone:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 1px;
    background: #bbbbbb;
    left: 34px;
    top: 4px;
}
.ip-date{
    position: relative;
}
.ip-date input{
    padding-left: 40px;
}
.ip-date:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbbbbb;
}
.ip-date:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 1px;
    background: #bbbbbb;
    left: 34px;
    top: 4px;
}
.datlich{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #1d2b59;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
.clblue{
    color: #1d2b59;
}
.item-gall{
    width: 20%;
    border: 1px solid #fff;
}
.tit-post{
    font-size: 18px;
    color: #1a3259;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.banner-tuyendung{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-tuyendung:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.tit-tuyendung{
    font-size: 30px;
    color: #fff;
    margin: 0;
    position: absolute;
    z-index: 9;
    text-transform: uppercase;
}
.tit-dv{
    font-size: 24px;
    color: #1a3259;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.all-vitri-tuyendung .panel-default>.panel-heading{
    background: #1d2b59;
    color: #fff;
    padding: 0;
}
.all-vitri-tuyendung .panel-default>.panel-heading a{
    display: block;
    padding: 10px 15px;
    font-size: 18px;
}
.all-vitri-tuyendung .panel-default>.panel-heading a > i{
    margin-right: 10px;
    font-size: 10px;
    position: relative;
    top: -3px;
}
.tit-lsht{
    margin: 0;
    margin-bottom: 15px;
    font-size: 28px;
    text-transform: uppercase;
}
.block-lsht-right {
    padding-left: 15px;
}
.img-lsht{
    margin-bottom: 15px;
}
.block-lsht-left {
    padding-right: 15px;
    text-align: right;
}
.bd-left{
    border-left: 1px solid #ccc;
    margin-bottom: 15px;
}
.bd-right{
    border-right: 1px solid #ccc;
    margin-bottom: 15px;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.overlay .closebtn:hover {
    color: #ccc;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    height: 54px;
}
.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 54px;
}
.overlay button:hover {
    background: #bbb;
}
.img-spct{
    text-align: center;
}
.product-name{
    color: #6ab5de;
    font-size: 32px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.product-name-sub{
    color: #1a3259;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
}
.des-product{
    color: #1a3259;
    font-size: 16px;
    margin-bottom: 20px;
}
.formato{
    font-size: 14px;
    font-style: italic;
}
.italic{
    font-style: italic;
}
.info-product .caratter {
    margin-top: 30px;
    margin-bottom: 50px;
}
.info-product .caratter > p{
    margin-bottom: 15px;
}
.detail-product{
    border: 6px solid #79b3e2;
    padding: 60px 100px;
    position: relative;
}
.des-small p{
    font-size: 12px;
    color: #828282;
    font-style: italic;
}
.tit-detail-pro {
    position: absolute;
    max-width: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    color: #1a3258;
    font-size: 24px;
    font-weight: 700;
    top: -30px;
    width: 300px;
    left: calc(50% - 150px);
    text-align: center;
}
.main-safety{
    background: #f6f7f8;
}
.tick{
    text-align: center;
    margin-bottom: 20px;
}
.des-safety{
    color: #1a3258;
    font-size: 18px;
    text-align: center;
}
.block-safety{
    margin-bottom: 30px;
}
.info-giohang table {
    width: 100%;
}
.info-giohang table tr:first-child, .info-giohang table tr:last-child {
    border: none;
}
.info-giohang table tr {
    border-bottom: 1px dashed #ccc;
}
.info-giohang tr:first-child td {
    background: #1d2b59;
    color: #fff;
}
.info-giohang table tr td {
    padding: 10px;
}
.remove-sp {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    color: #000;
    width: 37px;
}
.img-spgh {
    display: block;
    width: 60px;
}
.soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 125px;
    margin: 0 auto;
}
.btn-minus, .btn-plus {
    border: none;
    background: none;
    outline: unset;
}
.btn-minuss, .btn-pluss {
    border: none;
    background: none;
    outline: unset;
}
.ip-soluong {
    width: 50px;
    text-align: center;
    border: none;
    padding: 5px 0;
}
.total-gia {
    background: #f1f1f1;
    padding: 12px 15px;
    margin-bottom: 30px;
}
.tongcong {
    margin-right: 65px;
}
.total-span {
    font-size: 20px;
    font-weight: 700;
    color: #1d2b59;
}
.diachithanhtoan {
    border: 1px solid #ccc;
    padding: 30px 15px 15px 15px;
}
.tit-tt {
    margin: 0 0 15px;
    font-weight: 700;
    color: #484848;
}
.label-lf {
    width: 123px;
}
.in-lh {
    width: calc(100% - 123px);
}
.httt label{
    position: relative;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
}
.httt input[type="radio"]{
    position: absolute;
    right: 9000px;
}
.httt label:hover{
    color: #a93d46;
}
.httt .form-check{
    padding-left: 0;
}
.httt input[type="radio"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    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;
}
.httt input[type="radio"]:checked + .label-text:before{
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
}
.httt input[type="radio"]:disabled + .label-text{
    color: #aaa;
}
.httt input[type="radio"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.thanhtoan-btn {
    background: #1d2b59;
    border: none;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 180px;
    outline: none;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#1d2b59;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}
.contact-serach > a{
    margin-left: 10px;
}
.contact-serach > a:first-child{
    margin: 0;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 35px;
    display: none;
    background: #1d2b59 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
    display: none !important;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.fancybox-container{
    z-index: 9999999999;
}
header.fixed-header {
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 99999;
    background: no-repeat;
}
header.fixed-header .contact-search{
    display: none;
}
.block-search{
    border: 3px solid #1d2b59;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.tit-test {
    top: -20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    left: 0;
}
.tit-test span{
    background-color: #fff;
    padding: 5px;
    color: #1d2b59;
    font-weight: 700;
}
.block-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.group-search{
    width: 60%;
    margin: 0 auto;
}
.block-search .btn-default{
    border: none;
    font-size: 20px;
}
.block-search .bootstrap-select .dropdown-menu li{
    font-size: 20px;
}
.block-search .bootstrap-select .dropdown-menu li a{
    padding: 15px 20px;
}
.block-search .dropdown-menu{
    padding: 0;
    margin: 0;
}
.a-find-test {
    color: #fff !important;
    background: #12315b;
    min-width: 280px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 12px 20px;
}
.soap1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 180px;
    height: 180px;
}
.soap2 {
    position: absolute;
    top: calc(50% - 90px);
    right: 0;
    z-index: 5;
    width: 180px;
    height: 180px;
}
.soap3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 180px;
    height: 180px;
}
.plus-mb {
    position: absolute;
    top: 40px;
    right: calc(50% - 70px);
    z-index: 8;
}
.block-dtsp{
    position: relative;
    padding: 15px;
}
.popup-quangcao {
    margin: 0 auto;
    position: relative;
}
.popup-quangcao .close {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 9;
    color: #1d2b59;
    opacity: unset;
    text-shadow: unset;
    font-size: 26px;
    background: #fff;
    border-radius: 50%;
}
.modal-backdrop.in{
    z-index: 99999;
}
.modal-open #popup-qc.modal{
    z-index: 999999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.tit-sale{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.tit-sale a{
    color: #1d2b59;
}
.des-sale{
    margin-bottom: 15px;
    text-align: center;
}
.view-sale{
    display: inline-block;
    color: #6ab5de;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #1d2b59;
    padding: 10px 20px;
}
.block-sale{
    margin-bottom: 30px;
}
.has-km {
    position: relative;
}
.saletop {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 2;
    display: none;
}
.quick-alo-phone .quick-alo-show {
    visibility: visible;
}
.quick-alo-phone {
    position: fixed;
    z-index: 998;
    visibility: hidden;
    background-color: transparent;
    height: 200px;
    width: 82px;
    height: 64px;
    right: 150px;
    top: 60%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
    border-color: #00A1FF;
    opacity: 0.5;
}
.quick-alo-ph-circle {
    position: fixed;
    z-index: 998;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    border: 2px solid #38a726;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: .75 !important;
}
.quick-alo-ph-circle-fill {
    position: fixed;
    z-index: 998;
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 10px;
    background-color: rgb(29, 43, 89);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00A1FF;
}
.quick-alo-ph-img-circle {
    position: fixed;
    z-index: 998;
    width: 30px;
    height: 30px;
    bottom: 20px;
    left: 30px;
    background: url("../img/phon.png") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    background-size: contain;
}
.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #ff0101;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.zhight{
	position: relative;
	z-index: 99;
}
.tit-tintuc a{
    color: #1d2b59;
}
.tit-tintuc{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 10px 0;
}
.des-tintuc{
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}
.view-tintuc{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #1d2b59;
    color: #6ab5de;
    text-transform: uppercase;
    font-weight: 700;
}
.view-tintuc:hover{
    background: #1d2b59;
    color: #fff;
}
.block-tintuc{
    margin-bottom: 30px;
}
.pagi{
    text-align: center;
}
.pagi > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 1px;
    color: #000;
    font-weight: 700;
}
.pagi > a.last-news{
    width: 40px;
}
.pagi > a:hover,
.pagi > a.active{
    color: #fff;
    background: #2e3192;
}
.tit-news-dt{
    font-weight: 700;
    text-transform: uppercase;
    color: #1d2b59;
}
.content-news-dt{
    text-align: justify;
}
.aside-quangcao{
    margin-bottom: 20px;
}
.tit-dmth {
    color: #17557e;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #17557e;
    margin-bottom: 20px;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #17557e;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.block-bvm {
    margin-bottom: 15px;
}
.block-bvm .a-bvm {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.block-bvm .nd-bvm {
    float: left;
    width: calc(100% - 120px);
    font-size: 12px;
}
.tit-news-rela{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    color: #1d2b59;
}
.block-slider-tlq .block-tintuc{
    margin-bottom: 0;
}
.giaban{
    text-align: center;
    font-size: 18px;
    color: #626262;
}
.giacu{
    font-size: 16px;
    text-align: center;
}
.sp-giagoc{
    text-decoration: line-through;
}
.giaban > span:first-child,
.giacu > span:first-child{
    display: inline-block;
    width: 120px;
}
.dungtich {
    text-align: center;
    margin-bottom: 20px;
}
.dungtich span{
    font-weight: 700;
    font-size: 18px;
    color: #626262;
    display: inline-block;
    margin-right: 10px;
}
.dungtich select{
    padding: 5px;
}
.magiamgia{
    border: 1px solid #ccc;
    padding: 15px;
}
.form-coupon button{
    display: inline-block;
    height: 34px;
    border-radius: 4px;
    margin-left: 5px;
    border: 1px solid #ccc;
    background: #1d2b59;
    color: #fff;
}
.form-coupon{
    display: flex;
    justify-content: flex-end;
}
.flex-qty-order{
    display: flex;
    align-items: center;
}
.flex-qty-order .soluong{
    border-radius: 0;
    margin: 0;
}
.pagi-page{
    text-align: center;
}
.pagi-page a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #1d2b59;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.pagi-page a.active,
.pagi-page a:hover{
    background: #1d2b59;
    color: #fff;
}




@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    header {
        position: fixed !important;
        width: 100% !important;
        z-index: 999999 !important;
        top: 0;
        left: 0;
    }
    .logo-mb {
	    width: 80px;
	    height: 60px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    position: relative;
	    top: 8px;
	}
    .logo-mb .slogan {
        white-space: nowrap;
        font-size: 11px;
        font-weight: 700;
        position: relative;
        top: 5px;
    }
    .search-cart-mb {
        padding: 20px 15px;
        border-bottom: 1px solid #1d2b59;
    }
    .cart-mb{
        width: 30px;
    }
    .f-search{
        width: calc(100% - 45px);
    }
    .f-search .stylish-input-group .input-group-addon{
        background: white !important; 
    }
    .f-search .stylish-input-group .form-control{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-right:0; 
        box-shadow: unset; 
        border-color:#ccc;
        transition: unset;
    }
    .f-search .stylish-input-group button{
        border:0;
        background:transparent;
    }
    .contact-serach {
        width: 45px;
	    text-align: center;
	    position: relative;
	    top: 10px;
    }
    .show-mb {
	    position: relative;
	    top: 10px;
	}
    .logo-mb img{
        width: 100%;
    }
    .header-mobile {
        box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5)!important;
        height: 80px;
        background: #fff;
        position: relative;
        z-index: 99999999;
    }
    .sidenav {
        position: fixed;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        width: 100%;
        top: 80px;
        overflow: auto;
        height: calc(100% - 80px);
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 0;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #1d2b59;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #1d2b59;
        font-size: 16px;
        font-weight: 700;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px 20px;
    }
    .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 #1d2b59;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #1d2b59;
        border-bottom: none;
        background: #ddd;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li .sub-menu-mb > li{
        background: #1d2b59;
        border-top: 1px solid #fff;
    }
    .sub-menu-mb > li .sub-menu-mb > li > a{
        color: #fff;
    }
    section{
        margin-top: 65px;
    }
    .block-footer{
        padding: 30px 50px;
    }
    .soap1{
        width: 100px;
        height: 100px;
    }
    .soap2{
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
    }
    .soap3{
        width: 100px;
        height: 100px;
    }
    .saletop {
	    position: absolute;
	    top: 2px;
	    right: unset;
	    z-index: 2;
	    left: 120px;
	}
    .content-rnbt .a-rnbt {
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
        border: 3px solid #1d2b59;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    header.fixed-header{
        top: 0;
    }
    .block-slider-spbc .owl-nav button.owl-prev {
        left: 0;
    }
    .block-slider-spbc .owl-nav button.owl-next {
        right: 0;
    }
    .des-new-plus{
        left: 100px;
    }
    .main-footer{
        padding: 40px 0 141px 0;
    }
    .block-footer{
        padding: 30px;
    }
    .info-giohang table tr td {
        display: block;
        text-align: center;
    }
    .info-giohang table tr:first-child {
        display: none;
    }
    .info-giohang table tr {
        border: 1px solid #ccc !important;
    }
    .img-spgh {
        margin: 0 auto;
    }
    .block-lsht-left {
        text-align: left;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .block-lsht-right {
        text-align: left;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .bd-right,
    .bd-left{
        border: none;
        margin: 0;
    }
    .cat-nav {
        margin-top: 10px;
    }
    .main-navigate{
        padding: 30px;
    }
    .group-search{
        width: 100%;
    }
    .items-spbc .link-spbc{
        transform: scale(1);
    }
    .contact-serach a{
        font-size: 10px;
    }
    .image-spbc {
        width: 90px;
        right: calc(100% - 90px);
    }
    .des-spbc {
        padding: 30px 30px 30px 50px;
        margin-left: 45px;
    }
    .detail-product{
        padding: 60px 15px;
    }
    .tit-detail-pro{
        max-width: unset;
        font-size: 18px;
    }
    .editer ul{
        padding-left: 20px;
    }
    .tit-sale{
        font-size: 18px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .main-routine,
    .main-sanpham-banchay{
        padding: 40px 0;
    }
    .block-routine{
        padding: 30px 30px 70px 30px;
    }
    .top-new .flex-bw{
        display: block;
    }
    .plus-des{
        right: 0;
        left: unset;
        text-align: right;
    }
    .des-new-plus {
        right: 60px;
        left: unset;
        top: 0;
        width: 220px;
    }
    .des-new-plus.show-new {
        left: unset;
        top: -85px;
    }
    .des-new-plus:after {
        left: 100%;
        border-left-color: #fff;
        border-right-color: transparent;
    }
    .des-new-right{
        padding: 0 0 20px 0;
    }
    .or{
        margin: 20px 0;
    }
    .bottom-new .flex-bw{
        display: block;
    }
    .right-new-bottom {
        padding: 0;
        margin-top: 30px;
    }
    .tit-rnbt{
        margin-bottom: 20px;
    }
    .main-new{
        padding: 40px 0;
    }
    .block-map .flex-bw{
        display: block;
    }
    .add-company{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        box-shadow: unset;
    }
    .map-gg{
        width: 100%;
    }
    .des-check{
        padding-right: 0;
    }
    .ul-footer{
        margin-bottom: 20px;
    }
    .social {
        justify-content: center;
        margin: 30px 0 20px 0;
    }
    .center-mb{
        text-align: center;
    }
    .left-mb{
        text-align: left;
    }
    .block-footer {
        padding: 30px 30px 100px 30px;
    }
    .flex-bw.form-ft{
        flex-direction: column;
    }
    .form-ft input {
        width: 100%;
        margin-bottom: 15px;
    }
    .total-gia .flex-bw {
        display: block;
    }
    .tongcong {
        margin-right: 10px;
    }
    .info-product{
        margin-top: 40px;
    }
    .block-search .btn-default,
    .block-search .bootstrap-select .dropdown-menu li{
        font-size: 15px;
    }
    .block-search .bootstrap-select .dropdown-menu li a{
        padding: 10px;
    }
    .tit-test{
        font-size: 15px;
    }
    .block-mobile{
        display: block;
    }
    .plus-des-3{
        top: 80%;
    }
    .tit-sale{
        font-size: 16px;
    }
    .ul-footer > li{
        text-align: center;
    }
    .tit-ft{
    	text-align: center;
    }
    .content-rnbt{
        padding: 40px 15px;
    }
    .tit-rnbt{
        font-size: 22px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .des-spbc{
        padding: 20px 20px 20px 70px;
    }
    .tit-pub{
        font-size: 26px;
    }
    .clear40{
        height: 20px;
    }
    .block-routine {
        padding: 15px 15px 40px 15px;
    }
    .main-new{
        padding-bottom: 0;
    }
    .map-gg iframe{
        height: 300px;
    }
    .form-ft input {
        font-size: 15px;
    }
    .block-footer {
        padding: 15px 15px 100px 15px;
    }
    .item-gall{
        width: 50%;
    }
    .total-gia .flex span:last-child {
        font-size: 16px !important;
    }
    .form-diachithanhtoan .flex-bw, .form-lienhe .flex-bw {
        display: block;
    }
    .label-lf {
        width: 100%;
        margin-bottom: 5px;
    }
    .in-lh {
        width: 100%;
    }
    .des-safety{
        font-size: 15px;
    }
    .main-navigate{
        padding: 10px 15px;
    }
    .tit-test{
        font-size: 14px;
    }
    .block-search{
        padding: 15px 5px;
    }
    .a-find-test{
        font-size: 15px;
    }
    .tit-dtsp{
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }
    .close-dtsp{
        position: absolute;
        right: -10px;
        top: -10px;
    }
    .close-dtsp img{
        transform: rotate(45deg);
    }
    #show-dtsp.modal.in .modal-dialog{
        margin: 0 auto;
        width: calc(100% - 10px);
        margin-top: 90px;
    }
    .items-dtsp .new-plus{
        margin: 10px 0;
        text-align: center;
        font-size: 15px;
    }
    .owl-carousel .owl-item .img-dtsp img{
        width: 70%;
        margin: 0 auto;
    }
    .items-dtsp .des-new {
        font-size: 13px;
        text-align: center;
    }
    #show-dtsp .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        top: calc(50% - 25px);
        z-index: 99;
        width: 50px;
        margin: 0;
        padding: 5px !important;
        outline: unset;
    }
    #show-dtsp .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: calc(50% - 25px);
        z-index: 99;
        width: 50px;
        margin: 0;
        padding: 5px !important;
        outline: unset;
    }
    .diachithanhtoan .form-control{
        width: 100% !important;
    }
    .magiamgia .form-group.flex-bw{
        display: block;
        text-align: right;
    }
    .flex-qty-order{
        display: block;
    }
    .flex-qty-order .soluong {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .flex-qty-order .a-find{
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
}