.overflow-hidden{
    overflow: hidden;
}
.product-section-item {
    position: relative;
    margin-bottom: 30px;
}
.image-product{
    position: relative;
    overflow: hidden;
}
.image-product img{
    transition: 0.5s ease;
}
.image-product a:after{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    background: rgba(0,0,0,.5);
    transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}
.image-product:hover img {
    transform: scale(1.1);
}
.image-product:hover a:after{
    opacity: 1;
    visibility: visible;
}
.section-list-product .image-product a, .section-list-product-page .image-product a {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.section-list-product{
    padding-top: 20px;
}
.section-list-product .image-product img, .section-list-product-page .image-product img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-image-product-item img {
    margin: 0 5px;
    height: auto;
}
.slider-image-product-item{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.slider-image-product-item .slick-prev, .slider-image-product-item .slick-next{
    top: 50%;
    width: auto;
}
.slider-image-product-item .slick-prev{
    left: -10px;
}
.slider-image-product-item .slick-next{
    right: -10px;
}
.slider-image-product-item .slick-prev:before, .slider-image-product-item .slick-next:before{
    color: #000;
    font-size: 14px;
}
.product-section-item .overflow-hidden{
    max-width: calc(100% - 20px);
    margin: auto;
}
span.tag span {
    margin-right: 5px;
    vertical-align: middle;
}
span.tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #EE4141;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 5px 1px;
    z-index: 9;
}
.title-product-center {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
}
.slider-banner .slick-prev{
    z-index: 9;
    left: 25px;
}
.slick-prev{
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    left: -10px;
    z-index: 9;
    height: 50px;
    background: #242529;
}
.banner-top .slick-prev:before, .banner-top .slick-next:before{
    font-size: 20px;
    margin-right: 3px;
}
.banner-top .slick-next, .banner-top .slick-prev{
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-right-product{
    width: calc(100% - 300px);
}
.slick-prev:before{
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}
.slick-next{
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    right: -10px;
    height: 50px;
    background: #FECB00;
}

.slick-next:before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}
.slick-next:before,.slick-prev:before{
    opacity: 1;
}
.slider-banner .slick-next{
    right: 25px;
}
.banner-top .slick-next:before{
    margin-left: 3px;
}
.video-about-us{
    position: relative;
}
.video-about-us:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: calc((1170px - 100vw)/2 - 20px);
    width: 100%;
    height: calc(100% + 70px);
    background: #eeeeee;
    z-index: -1;
}
/*general page*/
body{
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.container {
    max-width: 1200px;
}
a{
    color: #000000;
}
a:hover{
    color: #FECB00;
}
a:hover{
    text-decoration: none;
}
h1,h2,h3,h4{
    font-weight: 700;
}
h1{
    font-size: 34px;
}
h2{
    font-size: 52px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 1px;
    color: #0D0D0D;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.0411572);
}
h3{
    font-size: 24px;
    font-weight: 700;
}
h4{
    font-size: 21px;
}
img{
    max-width: 100%;
}
.why-choose-us-item {
    text-align: center;
}
.why-choose-us-item img {
    margin-bottom: 30px;
}
.why-choose-us-item h3 {
    font-size: 25px;
    line-height: 32px;
    max-width: 220px;
    margin: auto;
}
.title-section h2 {
    margin-bottom: 15px;
}
.cam-nhan-khach-hang-item {
    background: #FFFFFF;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.cam-nhan-khach-hang-item .icon {
    margin-right: 15px;
}
.cam-nhan-khach-hang-item .icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.cam-nhan-khach-hang-item .flex-box{
    margin-bottom: 20px;
}
.cam-nhan-khach-hang-item h4 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "RV Harmonia Bold",sans-serif;
}
.cam-nhan-khach-hang-item .flex-box p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}
.cam-nhan-khach-hang-item > p{
    color: rgba(0, 0, 0, 0.7);
    /*font-family: "RV Harmonia SemiBold",sans-serif;*/
    margin-bottom: 0;
    font-weight: 600;
}
.cam-nhan-khach-hang .row .col-md-3{
    display: flex;
}
.cam-nhan-khach-hang .col-lg-3{
    display: flex;
}
.product-item {
    background: #FFFFFF;
    /*box-shadow: 0px 3px 37px rgba(0, 0, 0, 0.0344486);*/
}
.children-box-shadow .product-item {
    box-shadow: 0px 3px 37px rgba(0, 0, 0, 0.0344486);
    margin-bottom: 30px;
}
video {
    max-width: 100%;
}
.news .image-product a {
    position: relative;
    width: 100%;
    padding-top: 68%;
    display: block;
}
.news .description{
    font-size: 15px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}
.news .image-product:after{
    display: none;
}
.news .content-product {
    padding: 18px 18px 25px;
}
.price-tour span:last-child{
    color: #FECB00;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    margin-left: 20px;
}
span.line-through {
     font-size: 20px;
     line-height: 26px;
     text-decoration-line: line-through;
     color: rgba(0, 0, 0, 0.6);
 }
.news .image-product img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-more.text-center {
    margin-top: 40px;
}
.news h4{
    text-transform: capitalize;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}
/*.slider-new .slick-list{*/
    /*overflow: unset;*/
/*}*/
.margin-0{
    margin: 0!important;
}
.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-item-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-header {
    margin-left: auto;
}
.button-style {
    padding: 16px 30px 16px;
    display: inline-block;
    transition: 0.6s;
    color: #000000;
    vertical-align: middle;
    background: #FECB00;
    border: solid 1px #FECB00;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1.73333px;
    text-transform: uppercase;
}
.language {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
}
.language span{
    cursor: pointer;
}
.language-active{
    color: #FECB00;
}
.button-style:hover, .button-style.bg-blue{
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
}
.slider-banner .slick-dots {
    position: absolute;
    top: 50%;
    bottom: unset;
    right: 50px;
    z-index: 9;
    display: block;
    width: auto;
    transform: translateY(-50%);
}
.slick-dots{
 bottom: -15px;
}
.slider-banner .slick-dots li{
    display: block;
}
header {
    position: relative;
    z-index: 10;
    background: #fff;
}
.children-box-shadow{
    position: relative;
}
section{
    padding: 80px 0;
}
.img-top-slider-new {
    position: absolute;
    top: 0;
    transform: translateY(-30%);
}
.img-top-new {
    position: absolute;
    top: 0;
    transform: translateY(-75%);
}
.img-top-dat-tour {
    position: absolute;
    top: 0;
    transform: translateY(-73%);
    z-index: 9;
}
.img-top-banner {
    position: absolute;
    z-index: 9;
    top: -6%;
}
.img-bottom-video-tour {
    position: absolute;
    bottom: 0;
    transform: translateY(20%);
}
.img-top-video-tour {
    position: absolute;
    top: -6.5%;
    z-index: 9;
}
img.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.section-video{
    position: relative;
}
.content-section-video h2 {
    text-align: left;
    margin-bottom: 40px;
}
.content-section-video p {
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.7);
    max-width: 435px;
}
.section-video .slick-prev{
    top: unset;
    bottom: -25px;
    left: 20px;
    z-index: 1000;
}
.section-video .slick-next{
    top: unset;
    bottom: -25px;
    left: 80px;
    z-index: 1000;
}
span.icon-play-pause-video {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.231884);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
}
span.icon-play-pause-video span{
    margin-left: 5px;
}
.video {
    margin-right: 20px;
    position: relative;
}
.content-section-video {
    margin-left: 20px;
}
img.bg-wcs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: -1;
}
img.bg-tour {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.why-choose-us {
    position: relative;
}
.bg-gray {
    background: #F5F5F5;
}
.bg-blue{
    background: #04a0db;
}
.color-blue{
    color: #04a0db;
}
.color-yellow{
    color: #FCC63E;
}
.opacity-04{
    opacity: 0.4;
}
.text-white{
    color: #ffffff;
}
.logo img {
    max-width: 168px;
}
.content-header {
    padding: 20px 0;
}

.menu-header li {
    display: inline-block;
}
.menu-header li.active a, .menu-header li a:hover{
    /*background: #ffffff;*/
    /*color: #242529;*/
    color: #FECB00;
}
.menu-header ul{
    padding-left: 0;
    margin-bottom: 0;
}
.menu-header li a{
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: 700;
    padding: 0 12px;
}
.button-menu-mobile {
    display: none;
}
.slider-banner-item {
    padding: 120px 0 120px;
    color: #fff;
    background-size: cover;
    height: auto;
    position: relative;
}
.slider-banner-item .container{
    position: relative;
    z-index: 1;
}
.slider-banner-item h1 {
    text-align: left;
    margin-bottom: 35px;
    padding-top: 27px;
    max-width: 703px;
    font-weight: 900;
    font-size: 56px;
    line-height: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.106969);

}
.slider-banner-item:after, .banner-top-page:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.06);
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.loading.show-loading{
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.banner-top-page:after{
    background: rgba(0,0,0,0.2);
}
.banner-top-page .container{
    position: relative;
    z-index: 1;
}
@keyframes runtext {
    0% {
        width: 0px;
    }
    100%{
        width: 100%;
    }
}
/*@keyframes anm2 {*/
    /*50% {*/
        /*opacity: 0;*/
    /*}*/
    /*100% {*/
        /*opacity: 1;*/
    /*}*/
/*}*/

.slider-banner-item h4 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: "RV Harmonia Bold";
}
.slider-banner-item h3{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.58em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 400;
    font-family: "RV Harmonia SemiBold";
    margin-bottom: 43px;
}
.slick-dots li button{
    background: #C4C4C4;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: solid 1px #C4C4C4;
    box-sizing: border-box;
    padding: 0;
}
.slick-dots li.slick-active button{
    background: #000;
    border: solid 1px #000;
}
.slick-dots li button:before{
    display: none!important;
}
.slick-dots li{
    width: auto;
    height: auto;
    margin: 5px 5px;
}
.section-clsp {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.chat-luong-sp h3{
    text-transform: uppercase;
    margin-bottom: 40px;
}
.description-clsp h4 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "RV Harmonia Bold";
}
.chat-luong-sp {
    max-width: 533px;
}
.chat-luong-sp .icon {
    min-width: 100px;
    max-width: 100px;
}
.list-clsp > div{
    margin-bottom: 30px;
}
.list-clsp > div:last-child{
    margin-bottom: 0px;
}

.description-clsp p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
}
.chat-luong-sp h3::after{
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: #0f183f;
    margin: 10px 0 0 0;
}
.content-clsp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    padding: 50px;
}
.bg-video video{
    max-height: 715px;
    width: 100%;
}
.sidebar-top {
    font-size: 13px;
    line-height: 16px;
    color: #0F183F;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}
.list-social li {
    display: inline-block;
}
.list-social ul{
    margin-bottom: 0;
    padding-left: 0;
}
.list-social li a{
    padding: 10px 20px;
    border-left: solid 1px #F5F5F5;
    line-height: 44px;
    font-size: 18px;
    display: inline-block;
}
.list-social li:last-child a{
    border-right: solid 1px #F5F5F5;
}
.sidebar-top-right>div{
    padding: 10px 20px;
    border-left: solid 1px #F5F5F5;
}
.sidebar-top-right>div:last-child{
    border-right: solid 1px #F5F5F5;
}
.sidebar-top-right>div img, .sidebar-top-right>div span:first-child{
    margin-right: 5px;
}
.login a:first-child:after {
    margin-right: 4px;
    margin-left: 3px;
    content: '';
    width: 1px;
    height: 14px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}
.menu-right .button-style{
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.73333px;
    font-family: "Roboto Condensed";
    padding-left: 20px;
    padding-right: 20px;
}
.menu-right .button-style span{
    margin-right: 10px;
    transform: rotate(90deg);
}
.sidebar-top .button-style {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
span.icon-close-sidebar {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.banner-top{
    padding: 0;
    position: relative;
}
.slider-banner.slick-slider {
    margin-bottom: 0;
}
.slick-slide{
    height: auto;
}
.description-product {
    padding: 15px 0;
}
.title-section {
    margin-bottom: 45px;
}
.title-section p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.description-product h4 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    /*font-weight: 700;*/
    font-family: "RV Harmonia Bold", sans-serif;
}
.description-product p {
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 13px;
}
.description-product p span, .detail .price span{
    background: #F7F7F7;
    padding: 3px 5px 0px;
}
.description-product .price span, .detail .price span{
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background: unset;
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    font-weight: 700;
}
.description-product .price span.line-through, .detail .price span.line-through{
    text-decoration: line-through;
    font-family: "RV Harmonia",sans-serif;
    font-weight: 400;
}
.ban-chay-nhat .button-style{
    color: #242529;
}
.ban-chay-nhat .button-style:hover{
    color: #242529;
}
.ban-chay-nhat .description-product h4, .ban-chay-nhat .description-product p {
    color: #fff;
}
.ban-chay-nhat h2{
    color: #fff;
}
.ban-chay-nhat {
    background-size: cover;
}
span.out-of-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FC4040;
    border-radius: 2px;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.logo-item {
    margin: 0 5px;
    padding: 5px 5px;
}
.list-logo {
    padding: 60px 0;
}
.list-logo .title-section {
    margin-bottom: 60px;
}
.list-logo .flex-box {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-item {
    border: 2px solid #B0976D;
    padding: 38px 35px;
}
.blog-item p {
    font-family: "SFU-Futura-Regular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog-item h4 {
    font-family: "SFU-Futura-Regular";
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px;
}
.tin-tuc .title{
    margin-bottom: 47px;
}
.btn-view-more {
    margin-top: 40px;
}
.tin-tuc .button-style{
    color: #242529;
}
.bg-gray{
    background: url("../images/bg-gray.png");
    background-size: cover;
}
.content-footer h4 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}
.content-footer {
    padding: 50px 30px 10px;
    color: #393939;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.logo-footer {
    margin-bottom: 35px;
}
.content-footer li {
    font-size: 14px;
    line-height: 27px;
    list-style: none;
    margin-bottom: 15px;
}
.content-footer li a{
    font-size: 15px;
    line-height: 28px;
    color: #393939;
}
.content-footer li a:hover{
    /*text-decoration: underline;*/
    color: #FECB00;
}
.content-footer ul {
    padding-left: 0;
}
.content-footer .introduce li{
    margin-bottom: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    color: #393939;
    opacity: 1;
    margin-bottom: 15px;
}

.copy-right {
    font-size: 14px;
    line-height: 22px;
    color: #6C6C6C;

}
.icon-social-footer a {
    color: #6C6C6C;
}
.icon-social-footer ul{
    margin-bottom: 0;
    padding-left: 0;
}

.content-copy-right{
    padding: 20px 0;
    border-top: 0.5px solid #E6E6E6;
}

.icon-social-footer li{
    display: inline-block;
    margin-left: 25px;
}
.form-search {
    display: none;
}
.form-search input {
    width: calc(100% - 60px);
    height: 46px;
    padding: 0 15px;
    border: 1px solid #EFEFEF;
    font-size: 15px;
    line-height: 21px;
    background: transparent;
    border-right: 0;
    color: #000;
}
.form-search input:focus, .form-search button:focus{
    outline: none;
}
.form-search button:hover{
    border: solid 1px #000
}
.form-search button {
    width: 60px;
    text-align: center;
    padding: 0;
    height: 46px;
    border-radius: 0;
    background: #FECB00;
    color: #000;
    border: solid 1px #FECB00;
}
.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 10px;
}
.fas.fa-shopping-cart {
    margin-right: 15px;
}
.infor-header {
    margin-left: auto;
}
.infor-header .button-style{
    margin-left: 12px;
}
.infor-header .button-style:first-child{
    margin-left: 0;
}
.infor-header .button-style-o {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
}
.form-contact.form-search button {
    font-size: 18px;
    line-height: 17px;
}
.form-contact.form-search {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.icon-social-footer p {
    margin-bottom: 7px;
}
.icon-protected {
    margin-left: auto;
}
.icon-protected img{
    margin-left: 5px;
}
.slider-banner-item{
    background-position: right;
}

.sidebar-left {
    width: 270px;
    min-width: 270px;
    margin-right: 30px;
}
.introduce-product {
    padding: 25px 30px;
    background: #F6F6F6;
    margin-bottom: 30px;
}
.introduce-product p:last-child{
    margin-bottom: 0;
}
.introduce-product h3 {
    color: #242529;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "RV Harmonia Bold",sans-serif;
}
.introduce-product p{
    font-size: 15px;
    line-height: 25px;
    color: #332D3E;
}
.breadcrumb {
    background: none;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li:before{
    content: '/';
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrumb li:first-child:before{
    display: none;
}
.adv img {
    width: 100%;
}
.adv {
    margin-bottom: 30px;
}
.breadcrumb li, .breadcrumb li a{
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}
.breadcrumb ul{
    margin-bottom: 0;
    padding-left: 0;
}
.sidebar-left h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #242529;
    font-family: "RV Harmonia Bold",sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}
.sidebar-left li.active a, .sidebar-left li a:hover{
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    color: #000;
    font-weight: 700;
}
.sidebar-left li{
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.sidebar-left li:last-child{
    border-bottom: none;
}
.sidebar-left li a{
    font-family: "RV Harmonia",sans-serif;
    font-weight: normal;
    line-height: 44px;
    display: block;
}
.sidebar-left ul{
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar-left p{
    color: #242529;
}
.sidebar-left>div {
    background: #FFFFFF;
    border: 0.5px solid #F4F4F4;
    padding: 15px;
    margin-bottom: 30px;
}
.ds-thuong-hieu .logo-item h4{
    font-size: 9px;
    line-height: 272.5%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ds-thuong-hieu .logo-item:last-child{
    padding-top: 10px;
}
.ds-thuong-hieu .logo-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border: solid 1px #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds-thuong-hieu .logo-item:hover{
    border: solid 1px #000;
}
.ds-thuong-hieu{
    margin: 0 -5px;
}

.content-page-product .product-section-item{
    margin-bottom: 30px;
}
.section-list-product-page .product-section-item{
    margin-bottom: 0px;
}
.gia a {
    display: block;
    background: #F4F4F4;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 10px 10px;
    text-align: center;
    font-weight: 600;
}
.gia a:hover{
    background: #000;
    color: #fff;
}
.gia.nong-do a {
    width: calc(50% - 8px);
    float: left;
    margin: 0 4px;
    margin-bottom: 8px;
}
.gia.nong-do >div {
    margin: 0 -5px;
}
.gia.nong-do >div:after{
    content: '';
    display: block;
    clear: both;
}

/*detail*/
.image-detail >img {
    width: 100%;
    border: solid 1px #e7e7e7;
    height: 350px;
    object-fit: cover;
}
.list-image img {
    width: calc(25% - 10px);
    height: 80px;
    object-fit: cover;
    float: left;
    margin: 0 5px;
}
.list-image {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.list-image img.active {
    border: solid 1px #f2f2f2;
}
.list-cate-product-detail.nav.nav-tabs{
    justify-content: left;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 0;
}
.list-cate-product-detail.nav.nav-tabs li a{
    padding: 25px 32px 20px;
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
    border-right: 0;
    display: block;
    font-size: 18px;
    color: #000;
    font-family: "RV Harmonia Bold";
}
.nav.nav-tabs.list-cate-product-detail li a.active{
    background: #fff;
    border-bottom: none;
    border-bottom: solid 1px transparent;
}
.list-cate-product-detail.nav.nav-tabs li:last-child a{
    border-right: 1px solid #F0F0F0;
}
.list-cate-product-detail.nav.nav-tabs li{
    margin: 0;
    margin-bottom: -1px;
}
.content-tab-detail{
    border: solid 1px #f9f9f9;
    padding: 40px 35px;
}
.tab-content-product-detail{
    border: solid 1px #f0f0f0;
    border-top: none;
}
.content-detail {
    padding: 0;
    margin-top: 50px;
}
.content-detail h3 {
    font-size: 18px;
    line-height: 25px;
    color: #242529;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SFU-Futura-Bold",sans-serif;
}
.content-detail {
    font-size: 15px;
    line-height: 26px;
    color: #332D3E;
}
.content-detail p:last-child{
    margin-bottom: 0;
}
section.product-page.detail-product {
    padding-top: 50px;
}
.list-image:after {
    content: '';
    display: block;
    clear: both;
}
.detail h4 {
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    line-height: 24px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.detail p.fz-11 {
    color: rgba(51, 45, 62, 0.6);
}
.detail p {
    font-size: 15px;
    line-height: 152.34%;
    color: #332D3E;
    margin-bottom: 10px;
}
.number-start {
    margin-bottom: 10px;
}
span.fas.fa-star {
    color: #F3D228;
    font-size: 12px;
}
.fz-11{
    font-size: 11px!important;
    line-height: 13px!important;

}
span.stock {
    color: #76AF3E;
}
.detail p.price {
    font-size: 18px;
    line-height: 25px;
    color: #242529;
    margin-bottom: 20px;
}
.tag li {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    font-family: SFU-Futura-Book;
}
.tag li span{
    margin-left: auto;
}
.tag ul{
    padding: 0;
}
.sidebar-right .button-style {
    display: block;
    padding: 9px 20px;
    margin-bottom: 15px;
    background: #000;
    color: #fff;
}
.sidebar-right .button-style:hover{
    background: transparent;
    color: #000;
}
.sidebar-right p{
    font-family: "RV Harmonia",sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.62%;
}
.sidebar-right .message{
    background: #1E8FCE;
    border-radius: 4px;
    padding: 15px 15px 10px;
    text-align: center;
    color: #fff;
    /*font-family: "RV Harmonia SemiBold",sans-serif;*/
}
.uu-dai > div {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px 15px 5px;
    margin-bottom: 1px;
}
.uu-dai h4 {
    /*font-weight: normal;*/
    /*font-family: "RV Harmonia Bold";*/
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 5px;
}
.uu-dai p{
    font-size: 13px;
    line-height: 18px;
    color: #6B6B6B;
    font-family: "RV Harmonia";
    margin-bottom: 0;
}
.icon-box {
    min-width: 40px;
    padding-top: 5px;
}
.chat-zalo {
    margin-bottom: 15px;
}
.mua-ngay {
    margin-bottom: 15px;
    margin-top: 20px;
}
.so-luong-mua {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 15px;
}
a.button-style.button-style-blue.btn-buy-now {
    margin-left: auto;
    display: inline-block;
    width: 215px;
    padding: 10px 20px 7px;
    background: #000;
    color: #fff;
}
a.button-style.button-style-blue.btn-buy-now:hover{
    background: transparent;
    color: #000;
}
span.number-down {
    font-size: 12px;
}

span.number-up {
    font-size: 21px;
}
span.number-down,.number-up {
    line-height: 35px;
    padding-top: 3px;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-size: 21px;
    user-select: none;
}
.share-social {
    font-size: 14px;
    margin-top: 20px;
}
input#number:focus{
    outline: none;
}
.btn-like {
    background: #3B5998;
    color: #fff;
    padding: 7px 10px 5px;
    font-size: 12px;
    border-radius: 4px;
    font-family: "RV Harmonia";
}
a.btn-like.btn-twitter {
    background: #008fe5;
}
.share-social p {
    margin-bottom: 7px;
}
.share-social a:hover{
    color: #fff;
}
.share-social a.btn-gg {
    border: solid 1px #dd4e42;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-family: SFU-Futura-Medium;
    color: #dd4e42;
}
.btn-like span{
    margin-right: 5px;
}
input#number {
    width: 60px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-top: 5px;
}
.chat-message a {
    background: #3B5998;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 13px 9px 7px;
    font-family: "RV Harmonia SemiBold";
    text-transform: uppercase;
}
.chat-zalo a{
    background: #008FE5;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 13px 9px 7px;
    font-family: "RV Harmonia SemiBold";
    text-transform: uppercase;
}
.ban-chay-nhat .product-section-item .image-product:hover {
    border: none;
}
.slider-logo .slick-track{
    display: flex;
    align-items: center;
}
.slider-logo .slick-track .logo-item{
    display: flex;
    align-items: center;
    width: auto!important;
}
.slider-logo .slick-prev, .slider-logo .slick-next{
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: normal;
}
.slider-logo .slick-prev{
    left: -25px;
}
.slider-logo .slick-next{
    right: -25px;
}
.slider-logo .slick-prev:before, .slider-logo .slick-next:before{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}
ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    padding: 1px 0 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1)
}
.menu-header li a:hover ~ .sub-menu, .sub-menu:hover{
    opacity: 1;
    visibility: visible;
}
.menu-header li{
    position: relative;
    margin-left: -3px;
}
.menu-header li:first-child{
    margin-left: 0;
}
/*.menu-header li:hover > a {*/
    /*background: #fff;*/
    /*color: #000;*/
/*}*/
.menu-header li:hover .sub-menu a:hover {
    background: #000;
    color: #fff;
}
.sub-menu li{
    display: block;
}
.sub-menu li a{
    color: #242529;
    white-space: nowrap;
    display: block;
    padding: 10px 20px 6px;
}
.sub-menu li a:hover{
    background: #000;
    color: #ffffff;
}
.menu-header li a span {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}
/*.list-product-section .slick-prev, .list-product-section .slick-next{*/
    /*display: none!important;*/
/*}*/
.banner-top-page {
    padding: 108px 0;
    background-size: cover;
    position: relative;
}
.banner-top-page h1{
    margin-bottom: 0;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: "RV Harmonia Bold", sans-serif;
}
.content-page-product{
    padding-top: 40px;
}
.pagination{
    margin: 2rem 0;
}
.pagination li a {
    font-family: "RV Harmonia SemiBold",sans-serif;
}
.pagination{
    justify-content: center;
}
.number-start-detail {
    margin-right: 10px;
}
.tag .gia a {
    width: calc(33.33% - 8px);
}
.product-related h2{
    text-align: left;
}
.product-related h2:after{
    margin-left: 0;
}
.detail .tag a{
    /*font-family: "RV Harmonia SemiBold",sans-serif;*/
    font-weight: 600;
}
.qua-tang {
    border: 1px solid #000000;
    padding: 10px 12px;
    margin-bottom: 28px;
}
.detail .price span{
    font-size: 22px;
    padding: 0;
    margin-right: 15px;
}
.qua-tang-title {
    /*font-family: "RV Harmonia Bold",sans-serif;*/
    font-weight: 700;
}
.qua-tang-title img{
    margin-right: 8px;
    vertical-align: top;
}
.content-qua-tang img {
    width: 30px;
    margin-right: 10px;
    height: 100%;
}
.content-qua-tang{
    font-size: 15px;
    display: flex;
    align-items: center;
}
.sidebar-top-detail ul {
    white-space: nowrap;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: calc(100% - 80px);
    overflow: hidden;
    transition: 0.5s;
}
.sidebar-top-detail ul.flex-start{
    justify-content: flex-start;
}
.sidebar-top-detail ul.flex-end{
    justify-content: flex-end;
}
.nav-arrows {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: auto;
}
span.sidebar-top-detail-left, span.sidebar-top-detail-right {
    width: 30px;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}
span.sidebar-top-detail-left.active, span.sidebar-top-detail-right.active{
    color: #000;
}
.sidebar-top-detail ul li a{
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-family: "RV Harmonia";
    padding: 0 20px;
    padding: 25px 30px 20px;
    display: block;
    color: rgba(0, 0, 0, 0.4);
}
.sidebar-top-detail ul li.active a{
    color: #000;
    font-family: "RV Harmonia Bold";
    border-bottom: solid 3px #000;
    margin-bottom: -3px;
}
.sidebar-top-detail {
    margin-bottom: 0;
    border-bottom: solid 3px #F2F3F2;
    display: flex;
}
.title-tab-detail{
    margin-bottom: 35px;
}
.title-tab-detail h3 {
    color: #000;
    font-family: "RV Harmonia Bold";
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.content-tab-detail ul{
    padding-left: 15px;
}
.content-tab-detail >div {
    margin-bottom: 50px;
}
.content-tab-detail >div:last-child {
    margin-bottom: 0px;
}
.search {
    padding: 0 10px;
    border-left: solid 1px;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.search > span{
    cursor: pointer;
}
.search .form-search.show-form{
    display: block;
}
.search .form-search {
    display: none;
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 300px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    top: calc(100% + 10px);
    border: solid 1px #f9f9f9;
}
.search .form-search input{
    width: 100%;
    height: 40px;
    color: #000;
}
.search .form-search .form-group{
    margin-bottom: 0;
}
.page {
    overflow: hidden;
}
.max-width-58{
    max-width: 58.33%;
}
.hide-icon{
    display: none!important;
}
@media only screen and (max-width: 1199px){
    .slider-banner-item h1{
        font-size: 48px;
        line-height: 68px;
    }
    .container {
        max-width: 960px;
    }
    .slick-prev:before, .slick-next:before {
        line-height: 36px;
        font-size: 20px;
    }
    .banner-top .slick-prev:before, .banner-top .slick-next:before{
        margin-right: 0;
    }
    .image-dat-tour img {
        max-width: 400px;
    }
    .slick-prev, .slick-next {
        width: 36px;
        height: 36px;
    }
    .section-video .slick-next {
        bottom: -50px;
        left: 60px;
    }
    .section-video .slick-prev {
        bottom: -50px;
    }
    .slider-banner .slick-prev{
        left: 0;
    }
    .slider-banner .slick-next{
        right: 0;
    }
    .menu-header li a{
        font-size: 13px;
    }
    .icon-social-footer li {
        margin-right: 5px;
    }
    .content-footer li {
        font-size: 14px;
    }
    .blog-item {
        padding: 20px 20px;
    }
    .blog-item h4{
        font-size: 24px;
    }
    .description-product h4 {
        font-size: 18px;
    }
    .description-product p {
        font-size: 16px;
    }
    .logo img {
        max-height: 50px;
    }
    .form-search {
        width: auto;
    }
    .menu-header li a{
        padding: 0 7px;
    }
    .slider-banner-item{
        background-position: right -100px center;
    }
    .content-page-product .description-product p {
        font-size: 14px;
    }
    a.button-style.button-style-blue.btn-buy-now {
        width: auto;
    }
}

@media only screen and (max-width: 991px){
    .chat-luong-sp {
        max-width: 100%;
    }
    .content-clsp{
        position: unset;
        padding: 50px 20px 0;
        width: 100%;
    }
    .cam-nhan-khach-hang-item {
        margin-bottom: 30px;
    }
    .cam-nhan-khach-hang .col-md-6{
        display: flex;
    }
    .title-product-center{
        font-size: 24px;
    }
    .content-page-product .description-product h4 {
        font-size: 15px;
    }
    .search{
        display: none;
    }
    .description-product h4 {
        font-size: 14px;
    }
    .description-product .price span, .detail .price span {
        font-size: 14px;
    }
    .sidebar-top {
        display: none;
    }
    .menu-header li a{
        font-size: 15px;
        padding: 10px;
    }
    .button-style {
        padding: 8px 20px 8px;
    }
    .why-choose-us-item h3 {
        font-size: 20px;
        line-height: normal;
    }
    .why-choose-us-item img {
        margin-bottom: 30px;
        height: 40px;
    }
    .news h4 {
        font-size: 18px;
        line-height: normal;
        max-height: 45px;
    }
    .news .content-product {
        padding: 15px 10px 15px;
    }
    .img-top-video-tour {
        position: absolute;
        top: 0;
        z-index: 9;
    }
    .section-video .slick-prev, .section-video .slick-next {
        bottom: unset;
        top: 20px;
        right: 0;
        left: unset;
        z-index: 9;
    }
    .section-video .slick-prev{
        right: 50px;
    }
    span.line-through {
        font-size: 16px;
    }
    .image-dat-tour img {
        max-width: 300px;
    }
    section {
        padding: 50px 0;
    }
    h2{
        font-size: 36px;
        line-height: normal;
    }
    .sidebar-top {
        font-size: 16px;
    }
    .content-header .infor-header, .content-header .form-search, .menu-header{
        display: none;
    }
    .button-menu-mobile {
        display: block;
        margin-left: auto;
        color: #000;
        font-size: 22px;
        cursor: pointer;
    }
    .content-header {
        padding: 15px 0;
    }
    .slider-banner-item h1 {
        font-size: 32px;
        line-height: 52px;
    }
    .slider-banner-item p {
        font-size: 20px;
        line-height: 28px;
        max-width: 450px;
    }
    .menu-header{
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        display: block;
        z-index: 10;
        text-align: center;
        transition: 0.5s;
        max-width: 85%;
        width: 100%;
        overflow: auto;
        background: #fff;
        padding-top: 50px;
    }
    .menu-header.show-menu{
        left: 0;
    }
    /*.menu-header li.active a, .menu-header li a:hover{*/
        /*background: transparent;*/
        /*color: #ffffff;*/
    /*}*/
    .menu-header li{
        display: block;
        margin-bottom: 10px;
    }
    .pos-unset{
        position: unset;
    }
    .bg-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        transition: 0.5s;
        z-index: 9;
    }
    .language {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    .menu-right .button-style {
        margin-bottom: 15px;
    }
    .bg-popup .close-menu {
        color: #fff;
        font-size: 32px;
        position: absolute;
        right: 5%;
        top: 15px;
        cursor: pointer;
    }
    /*.uu-dai p{*/
        /*margin-top: 30px;*/
    /*}*/
    .detail {
        margin-right: 0px;
    }
    .sidebar-right {
        margin-top: 30px;
    }

    ul.sub-menu.show-submenu {
        display: block!Important;
        position: unset;
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 767px){
    .section-video .slick-prev {
        right: 35px;
    }
    .content-section-video {
        margin-left: 0px;
    }
    .video {
        margin-right: 0px;
    }
    .sidebar-top-detail ul {
        overflow: auto;
        width: 100%;
    }
    .form-tour .form-submit {
        margin-top: 0px;
    }
    .title-section p {
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
    }
    .why-choose-us-item {
        margin-bottom: 30px;
    }
    .why-choose-us-item img {
        margin-bottom: 15px;
    }
    section.news.children-box-shadow .row {
        margin: 0 -5px;
    }
    section.news.children-box-shadow .row .col-6 {
        padding: 0 5px;
    }
    .news h4 {
        font-size: 16px;
        max-height: 60px;
    }
    .news .description {
        font-size: 14px;
        line-height: 22px;
    }
    .icon-social-footer {
        margin-top: 10px;
    }
    .nav-arrows{
        display: none;
    }
    .list-news .slick-dots {
        bottom: -35px;
    }
    section.cam-nhan-khach-hang {
        padding-bottom: 0;
    }
    .cam-nhan-khach-hang .slick-list{
        padding-top: 30px;
    }
    .cam-nhan-khach-hang .title-section {
        margin-bottom: 20px;
    }
    .view-more.text-center {
        margin-top: 60px;
    }
    .title-product-center {
        font-size: 18px;
    }
    .slider-banner-item h1 {
        font-size: 24px;
        line-height: 34px;
        white-space: normal;
        padding-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .form-tour h2 {
        font-size: 26px;
        line-height: normal;
    }
    .image-dat-tour {
        display: none;
    }
    .max-width-58{
        max-width: 100%;
    }
    .slider-banner-item h4{
        margin-bottom: 15px;
    }
    .slider-banner-item h3{
        letter-spacing: 0.06em;
        margin-bottom: 20px;
    }
    .banner-top .slick-prev:before, .banner-top .slick-next:before {
        font-size: 16px;
    }
    .slider-banner-item {
        text-align: center;
    }
    .banner-top .slick-slide img{
        margin: auto;
        margin-bottom: 10px;
    }
    .slider-banner .slick-next{
        right: 0;
    }
    .slider-banner .slick-prev{
        left: 0;
    }
    .slider-logo .slick-prev {
        left: -20px;
    }
    .slider-logo .slick-next {
        right: -20px;
    }
    .introduce-product h3{
        font-size: 16px;
    }
    .sidebar-right-product{
        width: 100%;
    }
    .list-cate-product-detail.nav.nav-tabs li{
        width: 50%;
    }
    .list-cate-product-detail.nav.nav-tabs li a{
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }
    .content-tab-detail >div {
        margin-bottom: 30px;
    }
    .title-tab-detail {
        margin-bottom: 20px;
    }
    .content-tab-detail {
        padding: 20px 20px;
    }
    .sidebar-top-detail ul li a {
        font-size: 12px;
        padding: 25px 10px 20px;
    }
    .content-page-product .container > .flex-box {
        display: block;
    }
    .content-copy-right{
        display: block;
    }
    .content-copy-right .icon-protected{
        margin-top: 10px;
    }
    .content-footer h4, .content-footer .introduce li:first-child {
        margin-bottom: 10px;
    }
    .content-footer {
        padding: 30px 0;
    }
    .icon-social-footer li {
        margin-right: 25px;
        margin-left: 0;
    }
    .logo-item {
        margin: 0 5px;
        padding: 10px 15px;
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .list-logo .flex-box{
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .blog-item {
        margin-bottom: 15px;
    }
    .blog-item p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .blog-item h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .tin-tuc .title {
        margin-bottom: 20px;
    }
    section {
        padding: 40px 0;
    }
    .btn-view-more {
        margin-top: 20px;
    }
    .product-section-item {
        padding: 0 5px;
        margin-bottom: 0;
    }
    .list-product-section{
        margin: 0 -5px;
    }
    .description-product h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .description-product p {
        font-size: 12px;
    }
    .slick-next{
        right: 5px;
        width: 30px;
        height: 30px;
    }
    .slick-prev{
        left: 5px;
        width: 30px;
        height: 30px;
    }
    .slick-prev:before{
        font-size: 15px;
        line-height: 30px;
        display: block;
    }
    .slick-next:before{
        font-size: 15px;
        line-height: 30px;
        display: block;
    }
    .description-product h4 {
        font-size: 13px;
        line-height: 20px;
    }
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .sidebar-top {
        font-size: 14px;
        PADDING: 0 20px;
        line-height: 20px;
    }
    span.icon-close-sidebar {
        position: absolute;
        right: 10px;
    }
    .logo img {
        max-height: 50px;
    }
    .content-header {
        padding: 10px 0;
    }
    .menu-header li a{
        line-height: 25px;
    }
    .menu-header{
        padding-top: 30px;
    }

    .sidebar-left {
        width: 100%;
    }
    .introduce-product {
        padding: 15px 15px;
    }
    section.product-page.detail-product {
        padding-top: 50px;
    }
    .detail {
        margin-top: 30px;
    }
    .content-detail {
        background: #f6f6f6;
        padding: 20px 15px;
    }
}