<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.wr-container {
    padding:0 50px
} */
.home-wbh-five {
    padding: 0px 0 85px;
}
.home-wbh-five h2 {
    margin-top: 0px;
    font-size: 36px;
    padding-bottom: 35px;
    font-family: 'UTM Alter Gothic';
    color: #4f4f4f;
}
.wr-container .div-button-more {
    text-align: center;
    float: left;
    width: 100%;
}
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
    max-width: 306px;
    max-height: 301px;
    */
}
.giaodien-img {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.wr-container .view {
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
    height: 300px;
}

    .wr-container .view .mask, .wr-container .view .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .wr-container .view .mask {
        background-color: rgba(0,0,0,0.6);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate(460px, -100px) rotate(180deg);
        -moz-transform: translate(460px, -100px) rotate(180deg);
        -o-transform: translate(460px, -100px) rotate(180deg);
        -ms-transform: translate(460px, -100px) rotate(180deg);
        transform: translate(460px, -100px) rotate(180deg);
        -webkit-transition: all 0.2s 0.4s ease-in-out;
        -moz-transition: all 0.2s 0.4s ease-in-out;
        -o-transition: all 0.2s 0.4s ease-in-out;
        -ms-transition: all 0.2s 0.4s ease-in-out;
        transition: all 0.2s 0.4s ease-in-out;
    }

    .wr-container .view:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .wr-container .view img {
        display: block;
        position: relative;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .wr-container .view h2 {
        /*text-transform: uppercase;*/
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        /*font-weight:bold;*/
        padding: 0px;
        margin-top: 20%;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-family: samin;
    }

    .wr-container .view:hover h2 {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .wr-container .view p {
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
        -webkit-transform: translateX(300px) rotate(90deg);
        -moz-transform: translateX(300px) rotate(90deg);
        -o-transform: translateX(300px) rotate(90deg);
        -ms-transform: translateX(300px) rotate(90deg);
        transform: translateX(300px) rotate(90deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .wr-container .view:hover p {
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .wr-container .view a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        color: #fff;
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin: 0 10px;
        margin-top: 10%;
    }

.product-more {
    background: #0F75BC;
}

.product-zoom {
    background: #58585A;
}

    .product-more:hover, .product-zoom:hover {
        background: #EE2229;
    }

.wr-container .view:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.customNavigation {
    text-align: center;
}

.fancybox-close {
    background-image: url('../Images/circle-close.png');
}

.fancybox-close {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
}
/* Button 1e */
.div-button-more {
    width: 100%;
    float: left;
    /*margin-top: 20px;*/
}

.btn-1e {
    padding: 0;
    background: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border: 2px solid #0F75BC;
    color: #0F75BC;
    font-size: 12pt;
}

    .btn-1e:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #0F75BC;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .btn-1e:hover, .btn-1e:active {
        color: #58585A;
    }

        .btn-1e:hover:after {
            height: 260%;
            opacity: 1;
        }

        .btn-1e:active:after {
            height: 400%;
            opacity: 1;
        }

    .btn-1e a {
        color: #0F75BC;
        display: block;
        padding: 12px 45px;
    }

        .btn-1e a:hover, .btn-1e a:active, .btn-1e:hover a {
            color: #58585A;
        }

.hr-thin {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(102,102,102,0.15);
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.hr-thin {
    height: 9px;
    line-height: 9px;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .home-bds-five {
        padding-bottom: 0px;
    }
        .home-bds-five .col-sm-4 {
            padding: 15px 0px 20px;
            margin: 0 15px;
            border-bottom: 1px dashed #ccc;
        }   
}

@media (min-width:769px) and (max-width:991px) {
    .home-wbh-five {
        padding-bottom: 80px;
    }
    /*.home-wbh-one h1 {font-size: 30px;}
    .home-wbh-four {padding-bottom: 80px;}
    .home-wbh-four .col-sm-6 {height: 85px;}

    .hexagon-a {margin-left: -168px;}

    .home-wbh-three {min-height: 355px;}
    .box-qc-lucgiac img {max-height: 200px;}*/
}

@media (min-width:992px) and (max-width:1199px) {
    .home-wbh-five {
        padding-bottom: 50px;
    }
    /*.home-wbh-one h1 {font-size: 30px;}
    .home-wbh-one h2 {font-size: 15px;}
    .home-wbh-one {padding: 30px 0;}
    .home-wbh-two {padding: 0px 0 30px;}
    .home-wbh-four .title {padding: 40px 15px 30px;}
    .home-wbh-four {padding-bottom: 80px;}

    .box-banner {width: 380px;}
    .box-banner:after {border-right-width: 166px;}
    .box-banner:first-child a {top: -40px;}
    .box-banner:last-child a {top: -35px;}

    .hexagon-a {margin-left: -141px;}*/
}

/*@media (min-width:1200px) and (max-width:1699px)
{
    .hexagon-a {margin-left: -180px;}
}
@media (min-width:1201px) and (max-width:1229px)
{
    .hexagon-a {margin-left: -175px;}
}
@media (min-width:1700px)
{
}*/

@media (max-width:768px) {
    .wr-container .view h2 {
        margin-top: 20%;
    }

    .wr-container .view a.info {
    }
}

@media (max-width:500px) {
    .wr-container .col-xs-6 {
        width: 100%;
    }
}

@media (min-width:450px) and (max-width:992px) {
    .wr-container .view {
        height: 343px;
    }

    .wr-container .col-sm-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:600px) and (max-width:767px) {
    .wr-container .view {
        height: 287px;
    }
}

@media (min-width:450px) and (max-width:599px) {
    .wr-container .view {
        height: 210px;
    }
}

@media (min-width:300px) and (max-width:450px) {
    .wr-container .view {
        height: 270px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .wr-container .view {
        height: 210.5px;
    }
}

@media only screen and (min-width: 1700px) {
    .wr-container .view {
        height: 275px;
    }
}
</pre></body></html>