.main-menu .logo{
    width: auto;
    height: 74px;
}
#banner_video iframe{
    width: 100%;
    height: 700px;
}
#brand_story {
    padding: 60px 0px;
}
#brand_story .item{    
    color: #fff;
    padding: 60px 10px;
    text-align: center;
    background: #3c3c3c;
    border-radius: 10px;

}
#brand_story .item.show .desc{
    -webkit-box-orient: initial;   
    transition: max-height 0.4s ease;
    overflow: hidden;
}
#brand_story .item.show{
    height: 350px;
}
#brand_story .item .desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#brand_story .item .title{
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
.bootstrap-wrapper .container {
    max-width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.text-center{
    text-align: center;
}
.title_hwp{
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #2b2b2b;
    line-height: 60px;
    letter-spacing: 1px;
}

.title_hwp2{
    font-family: "Playfair Display";
    font-size: 40px;
    margin-bottom: 10px;
    font-style: italic;
}
.mt-30{
    margin-top: 30px;
}
#certification{
    background: #e7e7e7;
    padding: 60px 0px;
}
#certification .title_hwp{
    font-size: 35px;
    font-weight: 500;
    line-height: 56px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#certification .item{
    text-align: center;
    margin: 40px 0px;
}
#certification .item .title{
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-size: 25px;
    margin: 10px 0px;
}
#certification .col-md-3 .item img{
    height: 100px;
    width: auto;
    display: inline-block;
}
#certification .item img{
    width: auto;
    display: inline-block;
}
#footer{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #3c3c3c;
    color: #fff;
}
.logo_footer img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
#footer p{
    margin-bottom: 10px;
}
.footer_title{
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px;
    font-family: "Playfair Display";
    font-weight: 300;
}
.item_footer{
    margin-bottom: 10px;
}
.item_footer .social a{
    margin: 3px;
}
.item_footer .social img{
    height: 30px;
    display: inline-block;
}
.item_footer input[type="text"],
.item_footer input[type="email"],
.item_footer input[type="tel"]{
    width: 100%;
    border: 1px solid #e7e7e7;
    background: transparent;
    height: 40px;
    line-height: 40px;
}
.item_footer input[type="text"]::placeholder,
.item_footer input[type="email"]::placeholder,
.item_footer input[type="tel"]::placeholder{
    color: #e7e7e7;
}
.item_footer .form-group{
    margin-bottom: 10px;
}
.item_footer input[type="submit"]{
    width: 100%;
    background: #e7e7e7;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.item_footer .desc{
    font-size: 13px;
}
.item_footer ul li{
    margin-bottom: 10px;
}
hr{
    border-top:1px solid #ccc;
    margin: 10px 0px;
}
.item_news img{
    display: inline-block;
    margin: 0px;
    transition-duration: 500ms;
}
.item_news img:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.item_news .img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.item_news .title{
    margin-bottom: 15px;
}
.item_news p{
    color: rgb(151 149 143);
}
.item_news a{
    font-family: "Playfair Display";
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}
.mb-60{
    margin-bottom: 60px;
}
.readmore{
    display: block;
    margin-top: 40px;
}
.readmore a{
    border-radius: 3px;
    border: 1px solid #000;
    padding: 10px 20px;
    background: #3D3D3D;
    color: #fff;
}
.readmore a:hover{
    background: #000;
}
.page-box{
    margin-top: 100px;
    margin-bottom: 60px;
}
.item-product{
    margin-bottom: 30px;
}
.item-product img{
    position: absolute;
}
.image-cover{
    position: relative;
}
.image-cover img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.item-product img{
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    background: #fff;
}
.item-product:hover img{
    opacity: 0;
}
.item-product img.hover{
    opacity: 0;
}
.item-product:hover img.hover{
    opacity: 1;
}
#list-news hr{
    margin: 60px 0px;
}
#contact-page{
    background: #fff;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group textarea,
.contact-form .form-group select{
    border: none;
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color:#555;
    line-height: 19px;
    padding: 10px 0px;
    background-color: transparent;
    font-weight:500;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Nunito;
}
.contact-form .form-group input[type="submit"]{
    border-radius: 3px;
    border: 1px solid #000;
    padding: 10px 20px;
    background: #3D3D3D;
    color: #fff;
    font-family: Nunito;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
    border-color:#ff8a00;
}

.contact-form .form-group textarea{
    height: 90px;
    resize: none;
}

.contact-form .form-group button{
    padding: 15px 50px;
    line-height: 20px;
    text-transform: uppercase;
}

.contact-form .form-group label.error{
    color: #ff0000;
}
#contact-page h4{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
}
.tab_sanpham{
    padding-top: 0px;
}
.tab_sanpham .nav a{
    text-transform: uppercase;
    padding: 10px 7px;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 500;
    display: block;
    border: none !Important;
    margin: 0px;
}
.tab_sanpham .nav a span{
    font-size: 13px;
    font-weight: normal;
    margin-right: 4px;
    color: #888;
}
.tab_sanpham .tab-content{
    padding: 30px 0px;
    margin: auto;
}
.tab_sanpham .nav-tabs>li{
    margin-bottom: -2px;
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}
.tab_sanpham .nav-tabs>li.active>a{
    background: none;
    color: #555;
}
.tab_sanpham .nav-tabs>li.active{
    border-bottom: 2px solid #555;
}
.tab_sanpham .nav-tabs {
    text-align: center;
    border-bottom: 2px solid #ddd;
}
#section_sanpham{
    background: #e7e7e7;
    padding-top: 60px;
}
.mt-50{
    margin-bottom: 50px;
}
#banner_video{
    background: #000;
}
#intro{
    background: #E7E7E7;
    color: #2b2b2b;
    min-height: 500px;
}
#intro .title_hwp{
    font-size: 55px;
    line-height: 70px;
}
#intro .left{
    min-height: 500px;
    padding-left: 3.125rem;
}
#intro .right{
    background: url(../img/theillonvietnam-bg.png) right center no-repeat;
    background-size: cover;
    min-height: 700px;
}
#intro p{
    text-align: justify;
}
#intro h2{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
p{
    margin-bottom: 15px;
}
.uppercase{
    text-transform: uppercase;
}
.align-middle {
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}
#sanpham_noibat{
    background: #e7e7e7;
    padding: 80px 0px;
}
#sanpham_noibat .item-product{
    margin-bottom: 0px;
}
#news{
    background: #fff;
    padding-bottom: 50px;
}
#news .title_hwp{
    font-size: 37px;
    margin-top: 60px;
}
.showmore{
    cursor: pointer;
    margin-top: 15px;
}
.owl_style_default .owl-prev{
    position: absolute;
    left: 8px;
    top: 40%;
    color: #fff !important;
    text-shadow: 1px 1px 3px #000;
    font-size: 15px !important;
    padding: 10px ! Important;
    background: #0000007d;
}
.owl_style_default .owl-next{
    position: absolute;
    right: 8px;
    top: 40%;
    color: #fff !important;
    text-shadow: 1px 1px 3px #000;
    font-size: 15px !important;
    padding: 10px ! Important;
    background: #0000007d;
}
@keyframes bounceSmooth {
    0%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-25px);
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-10px);
    }
}

.bounce-smooth {
    animation: bounceSmooth 3s ease infinite;
}
.product-card__info .left__top > p{
    height: 30px;
    margin-bottom: 0px;
}