body{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 5px 0 !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
    transition: all 0.5s;
}
/*.menu-fixed{
    position: fixed;
    z-index: 100;
    top: 70px;
    right: 190px;
    transition: all 0.5s;
}*/
.fixed .navbar {
    margin-top: 5px !important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
/*more*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media screen and (max-width: 768px) {
    .col-xs-5ths{
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*more*/
/*top-bar*/
.top-bar{
    font-size: 13px;
    background: url(../../images/headermenu.jpg) top right;
    padding: 15px 0;
}
.top-bar-left a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.top-bar-right {
    float: right;
}
ul.top-bar-right {
    margin: 0;
    padding: 0;
}
ul.top-bar-right li {
    list-style: none;
    display: inline-block;
}
ul.top-bar-right li a {
    text-decoration: none;
    color: #fff;
}
/*end top-bar*/
/*header*/
.header {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    padding: 17px 0;
}
.logo img {
    margin-top: 7px;
    height: auto;
}
.mobile-none {
    display: none;
}
/*end header*/

/*menu*/
.navbar {
    min-height: auto;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 5px;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.stellarnav {
    z-index: 1000;
}
.stellarnav>ul>li>a {
    padding: 8px 12px;
}
.stellarnav>ul>li:last-child a{
    padding-right: 0;
}
.stellarnav.light li a.active {
    cursor: pointer;
    color: #333 !important;
    border-bottom: 2px solid #727272;
}
.stellarnav.light li a {
    color: #333333;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}
.stellarnav.light li a:hover {
    cursor: pointer;
    color: #333 !important;
    border-bottom: 2px solid #424242;
}
.stellarnav ul ul {
    background: url(../../images/headermenu.jpg) top right;
    min-width: 230px;
    border-radius: .25rem;
    margin-top: 10px!important;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #424242;
    color: #fff;
    text-transform: inherit;
    font-weight: 100;
}
.stellarnav.light ul ul li:last-child a{
    border-bottom: none;
}
.stellarnav.light ul ul li:last-child a:hover{
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
    border-bottom: 1px solid #9d9999;
    color: #fff !important;
}
.stellarnav.light ul ul li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
    border-bottom: 1px solid #424242;
    color: #fff !important;
}
.stellarnav li.has-sub>a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
}
.stellarnav li.has-sub:after{
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 10px!important;
    background: transparent;
    z-index: 99;
}
.stellarnav li.hover > a.a-sub span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: 4px!important;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #424242 !important;
    /*display: none;*/
}
.li-btn a span {
    color: #fff;
    border: none;
    background: #ed1b24 none repeat scroll 0 0;
    border-radius: 36px !important;
    padding: 9px 10px !important;
    font-size: 14px;
    font-weight: 700;
}
.stellarnav.light .li-btn a:hover {
    background: none !important;
}
.li-btn a span:hover {
    background: #f2535a !important;
}
.header .btn-primary {
    color: #fff;
    border: none;
    background: #64a638 none repeat scroll 0 0;
    border-radius: 36px;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 100;
}
.header .btn-primary:hover {
    color: #fff;
    background-color: #0c9347;
    border-color: #0c9347;
    font-weight: 100;
}
/*Timkiem*/
#header-search {
    position: relative;
}
.stellarnav.light li #header-search a:hover {
    color: #333 !important;
    background: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #fff;
}
.myClass>a:after {
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 10px!important;
    background: transparent;
    z-index: 99;
}
.myClass a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px!important;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #03a9f4!important;
    /* display: none; */
}
#header-search a.search-icon {
    display: block;
    font-size: 13px;
    color: #fff;
}
#header-search a.search-icon {
    color: #222;
}
.fa-search:before {
    content: "\f002";
}
.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 9991;
    margin-top: 17px!important;
}
#header-search .form-control{
    font-size: 12px;
    border: 1px solid #818181;
    width: 180px;
    margin-bottom: 0;
    border-radius: 0;
    margin-right: 5px;
}
#header-search .btn{
    border-radius: 0;
}
#header-search .btn-success {
    color: #fff;
    background-color: #818181;
    border-color: #818181;
    margin-left: 0;
}

/*end menu*/
/*slide*/
.hero-carousel__cell img{
    width: 100%;
}
.flickity-viewport{
    height: 700px !important;
}
/*slide*/
/*about*/
.main-about{
    padding: 50px 0;
/*    background: url('../../images/bg_about.jpg');*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.main-about-block{
    float: right;
}
.main-about-title{
    color: #435f48;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}
.main-about-img img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.main-about-cap .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 20%;
}
.main-about-cap .nav-tabs{
    border-bottom: none;
}
.main-about-cap{
    padding: 50px 0;
}
.main-about-cap .nav>li>a{
    border: none;
    background: none;
    border-radius: 0;
}
.main-about-cap .nav>li>a:hover, .main-about-cap .nav>li>a:focus {
    background: none;
    border: none;
}
.main-about-des{
    float: right;
}
.main-about-des a{
    color: #03a9f4;
}
.main-about-des a:hover{
    color: #003462;
}
.icon-box-img{
    margin: 0 auto 1em;
    width: 90px
}
.icon-box-img img{
    border-radius: 100%;
}
.icon-box-text{
    text-align: center;
    width: 80%;
    margin: auto;
}
.icon-box-text span {
    color: #666464;
    font-size: 14px;
    border-bottom: 2px solid #fff0;
    display: block;
    padding-bottom: 10px;
    transition: all .3s;
}
.main-about-cap .nav>li>a:hover .icon-box-text span, .main-about-cap .nav>li>a:focus .icon-box-text span{
    border-bottom: 2px solid #435f48;
} 
.icon-box-text p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.icon-box-text p span{
    font-size: 14px;
    font-weight: 100;
}
/*about*/
/*main-product*/
.main-product{
    padding: 50px 0;
}
.main-product-title{
    color: #003462;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.main-product-des{
    text-align: center;
    font-size: 16px;
}
.box-product{
    margin-top: 25px;
}
.box-product-name {
    margin-top: 10px;
    margin-bottom: 10px;
    background-position-y: 7px;
    text-align: center;
}
.box-product-name a{
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.box-product-img{
    position: relative;
    overflow: hidden;
}
.box-product-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-product-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.box-product-img img{
    border-radius: 10px;
    box-shadow: 2px 2px 20px #00000017;
    padding: 5px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.box-product-read {
    text-align: center;
    padding-bottom: 15px;
    margin-top: 20px;
}
.box-product-read a{
    border: 1px solid #ccc;
    padding: 7px 20px;
    text-decoration: none;
    transition: all .3s;
}
.box-product-read a:hover{
    color: #fff;
    background: #727272;
    border: 1px solid #727272;
}
.box-product-icon{
    text-align: center;
}
.box-product-icon img{
    height: 15px;
    width: auto !important;
    text-align: center;
    margin: auto;
}
/*main-product*/
/*main-review*/
.block-review{
    margin-top: 30px;
}
.block-review-img {
    position: relative;
    overflow: hidden;
}
.block-review-img img.block-review-img-img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #00000017;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.block-review-img span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.block-review-img:hover span:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.block-review-cap{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #464646a8;
    opacity: 0;
    text-decoration: none;
    transition: all .3s;
    border-radius: 10px;
}
.block-review-img:hover .block-review-cap{
    opacity: 1;
    cursor: pointer;
}
.block-review-cap span{
    color: #fff;
    margin-left: 10px;
    padding: 3px 7px;
    border: 1px solid #fff;
    font-size: 12px;
}
.block-review-img-2 img.block-review-img-img{
    height: 160px;
}
.block-review-img-3 img.block-review-img-img{
    height: 220px;
}
/*main-review*/
/*main-duoc-lieu*/
.block-duoc-lieu {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 125px;
}
.block-duoc-lieu-name{
    border-right: 1px solid #ccc;
    margin-bottom: 40px;
}
.block-duoc-lieu-name a{
    font-weight: 400;
    font-size: 18px;
    color: #737373;
    position: relative;
    margin: 0;
    padding: 5px 0;
    padding-bottom: 10px;
    line-height: 1em;
    transition: all .3s;
    text-decoration: none;
}
.block-duoc-lieu-name a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: #d2d2d2;
    box-shadow: 0px 0px 1px #d2d2d2;
}
.block-duoc-lieu-img img{
    transform-origin: bottom center;
    transition: all .3s;
    height: 145px;
    width: 100%;
}
.block-duoc-lieu-name a:hover{
    color: #435f48;
}
.block-duoc-lieu-name a:hover .block-duoc-lieu-img > img{
    transform: scale(1.07);
}
.block-duoc-lieu-body .col-md-3:last-child .block-duoc-lieu .block-duoc-lieu-name{
    border-right: none;
    padding-right: 0;
}
.medicine-all{
    margin-top: 45px;
}
.medicine-all-title{
    margin-bottom: 10px;
    text-align: right;
}
.medicine-all-title a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #435f48;
}
.medicine-all p{
    text-align: right;
    font-size: 13px;
}
/*main-duoc-lieu*/
/*main-doitac*/
.main-doitac{
    background: url(../../images/bg-giai-thuong.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.main-doitac-title {
    color: #003462;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.main-doitac-des {
    font-size: 15px;
}
.box-doitac{
    margin-top: 15px;
}
.box-doitac img{
    width: 100%;
    height: 74px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #0000000f;
}
.main-doitac-more .hero-carousel__cell, .main-doitac-more .hero-carousel__cell img {
    height: 245px;
}
.main-doitac-more .hero-carousel__cell img{
    position: relative;
}
.box-doitac-text{
    position: absolute;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: #a6a6a6b8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    left: 0;
    right: 0;
    bottom: 0;
}
.is-selected:hover .box-doitac-text{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
}
.main-doitac-more .flickity-page-dots {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
/*main-doitac
/*main-khachhang*/
.main-khachhang{
    padding: 50px 0;
/*    background: url(../../images/bg-khachhang.jpg);*/
}
.main-khachhang-2 {
    padding: 50px 0;
    background: url(../../images/bg-duoc-lieu.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.main-khachhang-title {
    color: #435f48;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.main-khachhang-title span{
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.main-khachhang-title:not(.border-bottom):after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #d3d3d3;
}
.main-khachhang-des{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
.icon-box-khachhang{
    display: flex;
}
.icon-box-khachhang .icon-box-text-khachhang {
    margin-left: -20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 4px 7px #00000040;
    padding-left: 24px;
    border-bottom: 2px solid #76c770;
    background: white;
    flex: 1 1 0px;
}
.icon-box-img-khachhang{
    position: relative;
}
.icon-box-img-khachhang img {
    border-radius: 99%;
    padding-top: 0;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    border: 3px solid #50ba46;
}
.owl-dots {
    text-align: center;
    text-align: center;
    margin-top: 30px;
}
.owl-dots span {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgb(255 255 255 / 11%);
    margin: 0 7px;
    border: 1px solid #ccc;
}
.owl-dot{
    display: inline-block;
}
.owl-dots .active span{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 7px;
    background: #435f48 !important;
    border: 1px solid #435f48;
}
/*main-khachhang*/
.box-certificate-name a {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.box-certificate-img img{
    height: auto;
    width: 200px !important;
    margin: auto;
    border: 1px solid #ccc;
}
/*main-new*/
.main-new{
    padding: 50px 0;
}
.main-new-title {
    color: #435f48;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.main-new-des {
    text-align: center;
    font-size: 14px;
}
.index-box{
    margin-top: 25px;
    position: relative;
}
.bg-index-2{
    background: #f3f3f3;
}
.index-box-img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.index-box-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    padding-bottom: 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.index-box-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.index-box-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.index-box-name a {
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
    text-decoration: none;
}
.index-box-name a:hover {
    color: #333;
}
.index-box-des {
    margin-top: 15px;
    color: #5c5c5c;
    font-size: 14px;
    overflow: hidden;
    height: 40px;
}
/*main-new*/
/*page*/
.content{
    padding: 50px 0;
}
nav.breadcrumb{
    background: url(../../images/headermenu.jpg) top right;
    padding: 50px 0;
    margin-bottom: 0;
    position: relative;
}
ol.breadcrumb {
    list-style: none;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #f0f0f0;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-overlay-page{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #464646a8;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.breadcrumb h1{
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff;
}
.breadcrumb p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.breadcrumb a{
    text-decoration: none;
    color: #fff;
}
.list-item {
    margin: 0px 0 30px 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
}
.list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list-item-img{
    position: relative;
    overflow: hidden;
}
.list-item-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.list-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
}
.list-item-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.list-item-title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover {
    color:#435f48;
}
.list-item-date {
    margin-top: 5px;
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 3px;
}
.list-item-date-sidebar{
    margin-top: 3px;
    color: #c0c0c0;
    font-size: 11px;
}
.list-item-mo-ta {
    font-size: 14px;
    margin-bottom: 0;
    color: #7c7c7c;
    margin-top: 10px;
}
.detail-content-description{
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 3px;
}
.detail-content-body-names h1{
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}
.box-sidebar-page{
    background: #fff;
    margin-bottom: 25px;
    /*box-shadow: 0 1px 6px #dcdcdc;*/
}
.box-sidebar-body{
/*    padding: 10px;
    border: 1px solid #e8e8e8;
    border-top: none;*/
}
.box-sidebar-body ul li:first-child {
    margin-top: 0;
}
.box-sidebar-page-index{
    margin-top: 5px;
}
.box-sidebar-page:last-child{
    margin-bottom: 0;
}
.box-sidebar-title{
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #435f48;
    border-color: #435f48;
}
.box-sidebar-body ul{
    margin: 0;
    padding: 0;
}
.box-sidebar-body ul li{
    list-style: none;
}
.box-sidebar-body li a {
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
.box-sidebar-body li:last-child a{
    border-bottom: none;
}
.box-sidebar-body li a:hover{
    color: #048fce;
}
.box-sidebar-body ul li a i {
    margin-right: 8px;
}
.sidebar-product{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.sidebar-product:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-product-img img{
    height: 60px;
    width: 100%;
    object-fit: cover;
}
.sidebar-product-name a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.sidebar-product-name a:hover{
    color: #435f48;
}
.page-content-recents-title{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}
.page-content-recents-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-content-recents-body ul li{
    list-style: none;
    line-height: 30px;
}
.page-content-recents-body ul li a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #435f48;
    font-family: "Roboto Condensed", sans-serif;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #435f48;
}
.form-dang-ky, .caption-contact{
    background: #f5f5f5;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 165px !important;
}
.caption-contact-title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: #435f48;
}
.block-tag{
    margin-top: 20px;
}
.block-tag a{
    background: #e4e4e4;
    padding: 2px 5px;
    margin-right: 5px;
    color: #ef6c0f;
}
.foot-map iframe{
    width: 100% !important;
    height: 200px !important;
}
.no-pad-left{
    padding-left: 0;
}
.chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3 {
    color: #0b74bd;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0;
    margin-bottom: 12px;
}
.border-right{
    border-right: 1px solid #f1f1f1;
}
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.error-404 img{
    height: 150px;
    margin: auto;
}
.error-404{
    text-align: center;
    margin-top: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    cursor: default;
}
.menu-product-detail{
    background: #435f48;
    margin-bottom: 40px;
}
.menu-product-detail ul{
    margin: 0;
    padding: 0;
}
.menu-product-detail ul li{
    list-style: none;
    display: inline-block;
}
.menu-product-detail ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px;
    padding: 20px;
    font-size: 16px;
}
.menu-product-detail ul li a.active, .menu-product-detail ul li a:hover{
    background: #cacaca;
    color: #333;
}
.box-product-detail{
    border: 1px solid white;
    padding: 20px;
    border-radius: 4px;
    background: white;
    box-shadow: 2px 2px 16px #0000001f;
    margin-bottom: 40px;
}
.box-product-detail-title{
    color: #435f48;
    font-size: 25px;
    margin-bottom: 40px;

    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.box-product-detail-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #949494;
}
.box-product-detail-title span {
    margin: 0 15px;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.video-clip iframe{
    width: 100% !important;
    height: 200px !important;
}
.box-product-detail-content .icon-box-text {
    width: 100%;
}
.box-product-detail-content .icon-box-text span {
    color: #333;
    font-weight: 100;
    font-size: 16px;
    border-bottom: 2px solid #fff0;
    display: block;
    padding-bottom: 10px;
    transition: all .3s;
}
.page-product-detail{
    margin-bottom: 40px;
}
.page-product-detail-cap-title{
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.page-product-detail-cap-des{
    color: #000;
    text-align: justify;
}
.review-product{
    display: flex;
    margin-bottom: 15px;
}
.review-product-img{
    width: 15%;
    margin-right: 10px;
}
.review-product-img img{
    width: 100%;
}
.page-product-detail-cap-icon img{
    height: 25px;
    margin-bottom: 15px;
}
.page-product-detail-cap .box-product-read {
    text-align: left;
    padding-bottom: 15px;
    margin-top: 40px;
}
.page-product-detail-cap .box-product-read a {
    border: 1px solid #ccc;
    padding: 16px 40px;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.page-product-detail-cap-body{
    display: flex;
}
.box-product-name a {
    font-size: 15px;
}
.page-product-detail-img img{
    width: 100%;
}
.box-product-des{
    text-align: center;
}
.block-review-popup{
    display: none;
}
.show-block-review-popup{
    display: block !important;
    background: #36363670;
}
.show-block-review-popup-body{
   overflow: hidden;
}
.modal-dialog {
    margin: 80px auto;
}
.review-product .box-product-read{
    padding-bottom: 0;
    margin-top: 15px;
}
.review-product .box-product-read a {
    border: 1px solid #ccc;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.review-product-name a{
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
.main-khachhang-recents{
    margin-top: 50px;
}
/*modal----------------*/
.modal{
    overflow: none;
/*    overflow-y: inherit;*/
    z-index: 99999;
}
.modal-body .btn-primary {
    color: #fff;
    background-color: #c2002f;
    border-color: #c2002f;
}
.modal-body .btn-primary:hover {
    color: #fff;
    background-color: #a9052c;
    border-color: #a9052c;
}
.close{
    opacity: 1;
    margin-top: -10px !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.trai-nghiem-img img{
    width: 100%;
}
/*page*/
/*footer*/
#footerMidle{
    padding: 50px 0;
    background: url(../../images/headermenu.jpg) top right;
}
.logoFt img {
    margin-top: 50px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.groupFooter .info {
    margin-top: 10px;
    line-height: 25px;
    font-style: italic;
}
.notStyle {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notStyle li{
    padding-top: 5px;
}
.notStyle li span{
    color: #fff;
}
.notStyle li i{
    color: #fff;
}
.footerCol .h4-foot {
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.menuLink ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #fff;
    text-decoration: none;
}
.menuLink ul li a:hover {
    padding-left: 7px;
    color: #fff;
}
.imgHl {
    float: left;
    margin-right: 10px;
}
.boxHotline b {
    display: block;
    color: #f81818;
    font-size: 17px;
}
.boxHotline i{
    color: #A0A0A0;
}
.listSocial ul{
    margin: 0;
    padding: 0;
}
.listSocial ul li {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.listSocial ul li.facebook {
    background: #3b5998;
}
.listSocial ul li.google-plus {
    background: #dc4e41;
}
.listSocial ul li.twitter {
    background: #55acee;
}
.listSocial ul li.instagram {
    background: #dc4e41;
}
.listSocial ul li a i{
    color: #fff;
    line-height: 25px;
}
.listSocial ul li a .fa {
    padding-right: 0;
}
.socical-foot {
    margin-bottom: 10px;
    margin-top: 25px;
    cursor: default;
    color: #fff;
}
/*footer*/
/*copy-right*/
#footerBottom {
    background: #3a3a3a;
    color: #fff;
}
#footerBottom .footer-coppyright {
    padding: 15px 0px;
    text-align: center;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}
.footer-coppyright *{
    color: #fff;
}
.footer-coppyright *:hover{
    color: #fff;
}
/*end copy-right*/
/*theH*/
.theH {
    text-align: center;
    background: url(../../images/headermenu.jpg) top right;
    padding: 5px 0;
}
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6, .theH a, .theH p, .theH span{
    font-size: 12px !important;
    display: inline-block;
    margin-right: 7px;
    color: #a7a7a7 !important;
    margin-top: 0;
    margin-bottom: 0;
}
/*theH*/
/*footer*/
/*more*/
.mobile-display{
    display: none;
}
.desktop-display{
    display: block;
}
/*more*/
/*menu mobile*/
body {
    position: relative;
    overflow-x: hidden;
}
#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e4e4e4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*Sidebar nav styles*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
}
/*Sidebar nav styles*/
/*Hamburger-Cross*/
.hamburger {
    position: fixed;
    top: 9px;
    right: 15px;
    z-index: 9999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #8b8b8b;
}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    /*background-color: #fff;*/
    background: #fff;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
/*Hamburger-Cross*/
/*Overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0b0b0bb3;
    z-index: 1000;
}
/*Overlay*/
/*form contact*/
.get-in-touch {
  max-width: 55%;
  margin: 50px auto;
  position: relative;
  	background: url(../../images/bg_about.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #5543ca;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
/*form contact*/
/*menu mobile*/
/*mobile*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
 	.hero-carousel__cell {
        height: 305px !important;
    }
    .stellarnav>ul>li>a {
        padding: 8px 3px;
    }
  	.video-clip iframe {
    	height: 210px !important;
  	}
  	.box-doitac img {
    	height: 45px;
  	}
    .box-product-img img {
      height: 250px;
  	}
    .index-box-img img {
      height: 145px;
  	}
}
@media (max-width: 767px){
  	.get-in-touch {
        max-width: 100%;
      }
  	form.contact-form.row {
        width: 70%;
        margin: auto;
    }
  	.get-in-touch .title{
    	font-size: 20px;  
  	}
  	.contact-form .submit-btn {
        width: 100%;
    }
    .top-bar-left{
        display: none;
    }
    .top-bar-right {
       float: left;
    }
    .top-bar-right li:first-child{
       display: none;
    }
    .header {
        padding: 5px 0;
    }
    .logo img {
        height: 40px;
    }
    .desktop-display{
        display: none;
    }
    .mobile-display{
        display: block;
    }
    .navbar-inverse {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .navbar {
        margin-top: 0;
    }
    .sidebar-brand{
        border-bottom: 1px solid #3f3f3f;
    }
    .sidebar-brand .navbar-form{
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
        border: none;
    }
    .slide .hero-carousel__cell, .slide .hero-carousel__cell img {
        height: 200px;
        object-fit: cover;
    }
    .main-about-img img {
        height: 230px;
    }
    .main-about-title{
        margin-top: 10px;
    }
    .main-about-cap .col-md-3{
        margin-bottom: 30px;
    }
    .main-about-cap .col-md-3:last-child{
        margin-bottom: 0;
    }
    .box-product-img img {
        height: 140px;
    }
    .main-doitac .col-md-4{
        margin-top: 30px;
    }
    .logoFt img{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .margin-30{
        margin: 30px 0;
    }
    .box-sidebar-page{
        margin-top: 50px;
    }
    .list-item .no-pad-left{
        padding-left: 15px;
    }
    .list-item-img{
        margin-bottom: 10px;
    }
    .list-item-img img{
        height: 185px;
    }
    .form-dang-ky{
        margin-bottom: 30px;
    }
    .menu-product-detail ul li {
        list-style: none;
        display: inline-block;
    }
    .menu-fixed {
        right: 15px;
    }
    .menu-product-detail ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        font-size: 13px;
    }
    .menu-product-detail ul li:last-child a{
        border-bottom: none;
    }
    .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
  	.chi-tiet-bai-viet img{
    	width: 100% !important;
      	height: auto !important;
  	}
    .main-about-cap .nav>li>a {
        border: none;
        background: none;
        border-radius: 0;
        padding: 0;
    }
    .icon-box-img {
        margin: 0 auto 1em;
        width: auto;
    }
    .icon-box-img img{
        width: 80%;
        height: 54px;
    }
    .icon-box-text span {
        color: #666464;
        font-weight: 700;
        font-size: 9px;
        border-bottom: 2px solid #fff0;
        display: block;
        padding-bottom: 10px;
        transition: all .3s;
    }
    .icon-box-text {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .main-khachhang-title {
        font-size: 18px;
    }
    .main-about {
        padding: 15px 0;
    }
    .main-about-cap {
        padding: 20px 0;
    }
    .main-khachhang {
        padding: 15px 0;
    }
    .block-duoc-lieu-img img {
        width: 100%;
        height: 64px;
    }
    .block-duoc-lieu-name a {
        font-weight: 400;
        font-size: 12px;
        color: #737373;
        position: relative;
        margin: 0;
        padding: 5px 0;
        padding-bottom: 10px;
        line-height: 1em;
        transition: all .3s;
        text-decoration: none;
    }
    .block-duoc-lieu {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 0;
    }
    .box-certificate-img img {
        width: auto !important;
        margin: auto;
        border: 1px solid #ccc;
    }
    .box-product-name {
        max-height: 42px;
        overflow: hidden;
    }
    .page-product-detail-cap{
        margin-top: 15px;
    }
    .box-product-detail-content .icon-box{
        display: flex;
    }
    .box-product-name a {
        font-size: 12px;
    }
    .block-review-img-3 img.block-review-img-img {
        height: 200px;
        object-fit: cover;
    }
    .flickity-viewport {
       height: 200px !important;
    }
}
/*mobile*/