* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: barlow;
    src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: barlow-bold;
    src: url(../fonts/Barlow-Bold.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-black;
    src: url(../fonts/Roboto-Black.ttf);
}
input,
textarea,
button,
a,
p,
span {
    outline: none;
    font-family: 'Roboto', sans-serif;
    
}
p{
    font-size: 15px;
    line-height: 23px;
}
a , a:hover{
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
}

header {
    background: #2ecc71;
}

.nf-wrapper{
    margin: 100px 0;
    text-align: center;
}
.nf-wrapper h1{
    font-size: 8.235em;
    font-weight: bold;
    font-family: roboto-black;
}
.nf-wrapper h2{
    font-size: 2.353em;
    font-weight: bold;
    font-family: roboto-black;
}
.nf-wrapper p{
    font-family: roboto;
    color: #949493;
    font-size: 1.063em;
    margin: 30px 0;
}
.nf-wrapper form input{
    border-radius: unset;
   font-family: roboto;
}
.nf-wrapper form {
    margin: 30px 0;
}
.nf-wrapper .form-group{
     position: relative;
}
.nf-wrapper form button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: unset;
    text-transform: uppercase;
    padding: 6px 40px;
    font-weight: bold;
    font-family: roboto;
}
.nf-wrapper a{
    color: #000;
    font-size: 1.063em;
}
.header-logo {
    padding: 10px 0;
}

.logo {
    width: 80%;
    /* width: 90%; */
}

header .container .row {
    display: flex;
    align-items: center;
}

header .container {
    position: relative;
}
#main-header .row .col-md-7{
	padding: 10px 50px 0;
}

header .skew::before {
    content: '';
    background-color: #27ae60;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    margin-right: -130px;
    transform: skew(40deg);
    display: block;
}

@media only screen and (max-width: 769px) {
    header .skew::before {
        content: '';
        background-color: #27ae60;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        margin-right: -50%;
        transform: skew(40deg);
        display: block;
    }
}

.intro-wrapper-heading span{
    font-size: 33px !important;
}

.menu-box .main-menu>li{
    float: left;
}
.menu-box .main-menu>li>a{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 20px 8px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-box .main-menu li{
    position: relative;
}
.menu-box .main-menu>li.menu-item-has-children>a>i{
    display: inline-block;
    margin-left: 7px;
}
.main-menu .sub-menu{
    display: none;
}
.main-menu .sub-menu li a{
    display: block;
    padding: 7px 15px;
    color: #28ae60;
    font-weight: 500;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.main-menu .sub-menu li{
    border-top: #ccc thin dotted;
}
.main-menu .sub-menu li:first-child{
    border: none;
}
.main-menu .sub-menu li.menu-item-has-children>a>i{
    float: right;
}
.main-menu .sub-menu li:hover>a,.main-menu .sub-menu li.current-menu-item>a{
    background-color: #2ecc71;
    color: #fff;
    font-weight: bold;
}
.sub-menu li a{
    text-transform: uppercase;
}
.header-search {
    cursor: pointer;
    position: relative;
    padding-top: 10px !important;
}
.search-input form{
    position: relative;
}
.search-input button {
    height: 33px;
    position: absolute;
    top: 0;
    border-radius: unset;
    right: 0;
    background: #cb2127;
    color: #fff;
}
.header-search-mobile input{
    height: 30px;
    width: 160px;
    float: right;
    padding: 5px ;
}
.header-search .search-input{
    position: absolute;
    bottom: -50px;
    right: 0;
    display: none;
    z-index: 2;
    width: 250px;
}
.search-input input{
    border: thin solid #cb2127;
    padding: 5px 40px 5px 10px;
    border-radius: unset;
}
.header-contact {
    display: inline-block;
}

.header-search,
.header-phone {
    display: inline-block;
}

.header-search {
    margin-right: 15px;
}

.contact {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.contact p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-hotline img {
    width: unset;
}

.hotline {
    font-size: 13px;
    font-weight: bold;
}

.phone {
    font-size: 20px;
    font-weight: bold;
}



.owl-carousel {
    position: relative;
}

.owl-banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 8px 2px;
}
.owl-reward .item a .video-detail p{
    color: #4e4e4e;
}
.owl-reward a .reward-title  h1{
    color: #1b1b1b;
    font-size: 22px;
}
.owl-reward a .reward-title  h3{
    /*color: #1b1b1b;
    font-size: 22px;*/
}
.owl-reward a .reward-title p{
    color: #484848;
}
.owl-banner .owl-prev {
    position: absolute;
    left: 35px;
    transform: translateY(-50%);
    top: 50%;
}

.owl-banner .owl-next {
    position: absolute;
    right: 35px;
    transform: translateY(-50%);
    top: 50%;
}

.owl-banner .owl-prev i,
.owl-next i {
    color: #fff;
    font-size: 50px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: unset;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.banner-wrapper {
    position: relative;

}

.banner-title {
    position: absolute;
    left: 16%;
    top: 35%;
    z-index: 2;
}

.banner-title p,
.banner-title h1 {
    color: #fff;
    text-transform: uppercase;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.ads-wrapper {
    margin: 40px 0 50px 0;
}

.ads-content {

}

.owl-product {
    position: relative;
}

.owl-product .owl-prev ,
.owl-reward .owl-prev{
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-100%);
}

.owl-product .owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-100%);
}

.owl-product .item a p {
    font-size: 16px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 10px 0;
    color: #484848;
}

/*.focus {
    color: #333 !important;
    font-family: barlow-bold;
    font-size: 33px;
    text-transform: uppercase;
}*/

.heading::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -20px;
    background: #28ae60;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
}

.product-slide-heading {
    text-align: center;
    margin-bottom: 35px;
}

.heading {
    font-size: 30px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.intro-wrapper {
    padding-top: 80px;
    background: #3ca067;
}

.intro-wrapper-heading,
.propject-heading {
    text-align: center;
}
.intro-wrapper-heading h1,
.propject-heading h1 {
    color: #fff;
    font-size: 33px;
    position: relative;
}


.intro-wrapper-heading h2,
.propject-heading h2 {
    color: #fff;
    font-size: 33px;
    position: relative;
}

.intro-wrapper-heading h1::after,
.propject-heading h1::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -20px;
    background: #fff;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
}

.intro-text {
    margin-top: 30px;
}

.intro-text img {
    margin-top: 10px;
}

.intro-text h1 {
    margin-top: 0;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #fff;
}

.intro-text p {
    color: #fff;
    font-size: 16px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
}

.project-wrapper {
    padding: 30px 0;
    /*background: url(../img/background-1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}
.cn-project-wrapper{
    /*background: url(../img/background-2.png) !important;*/
}

.propject-heading {
    margin-bottom: 55px;
}

.img-up {
    margin-bottom: 13px;
}

.img-down {
    margin-top: 13px;
}

.video-wrapper {
    margin: 55px 0;
}

.video-content {
    margin: 60px 0;
}

.video-heading {
    text-align: center;
}

.video-info, .news-info {
    margin: 13px 0;
}

.video-info span {
    font-size: 20px;
    color: #3a3939;
}

.video-tags, .news-tags {
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-right: 10px;
    color: #484848 !important;
}

.image-heading {
    text-align: center;
}

.image-heading h1 {
    text-transform: uppercase;
    font-size: 24px;
}
.image-carousel{
    margin-top: 55px;
    margin-bottom: 70px;
}
.slider-nav .slick-slide{
    height: auto !important; 
    margin: 0 5px;
}
.slider-nav .slick-list.draggable{
    padding: 0 24px;
}
.slider.slider-nav.slick-initialized.slick-slider{
    margin: 5px 0px;
}

.slider-nav .slick-list.draggable{
    max-height: 130px;
    overflow: hidden;
}

.slick-arrow{
    width: unset;
    position: absolute;
    
}
.arrow-n, .arrow-p{
    cursor: pointer;
    padding: 31px 7px;
    background: #b22227;
    color: #fff;
}
.slick-arrow i{
    font-size: 25px;
}
.slick-arrow.prev{
    left: 0;
    z-index: 1;
}

.slick-arrow.next{
    right: 0;
    top: 0;
    z-index: 1;
}
.reward-heading, .news-heading{
    text-align: center;
}
.view-more{
    color: #4e4e4e;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    text-transform: uppercase;
}
.view-more::before{
    content: '';
    background: url(../img/red-arow.jpg);
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3px;
}
.owl-reward{
    position: relative;
}
.owl-reward .owl-prev{
    position: absolute;
    left: -25px;
    top: 30%;
}
.owl-reward .owl-next{
    position: absolute;
    right: -25px;
    top: 19%;
}
.owl-reward{
    margin: 45px 0 90px 0;
}
.customer-heading .heading::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -20px;
    background: #b22227;
    z-index: 1;
    left: 50%;
    /*left: 21%;*/
}

.customer-info,.customer-video{
    /*margin-top: 80px;*/
}
.customer-info p.cus-name{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    color: #484848;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
}
.owl-customer .owl-nav{
    float: left;
}
.news-title{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #3a3939;
}
.news-wrapper{
    margin: 60px 0;
}
.register-wrapper{
    padding: 35px 0;
    background: url(../img/background-2.jpg);
    background-size: cover;
}
.register-form  .form-group input{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}
.register-form .form-group select{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    text-transform: uppercase;
    border-radius: 0;
    height: 45px;
}
.register-form h1{
    color: #fff;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
.register-form label
{
font-weight: normal;
}
.register-form h2{
    color: #fff;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
.register-form p{
    color: #fff;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    max-width: 295px;
    margin-bottom: 20px;
}
.register-form .btn-submit{
    padding: 15px 25px;
    background: rgba(19,180,86,1);
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.register-form button.btn-submit{
    padding: 15px 25px;
    background: rgba(19,180,86,1);
    text-transform: uppercase;
    color: #fff;
    border: none;
}
footer{
    padding-top: 25px;
}
.footer-logo{
    width: 176px;
}
.ft-info-title{
    margin: 0;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    color: #5a5a5a;
    font-size: 14px;
}
@media all and (max-width: 600px)
{
	.ft-info-title
	{
		font-size: 13px;
	}
}
.ft-info-detail{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 20px;
}
.footer-info{
    margin: 40px 0;
}
.footer-address .ft-info-detail{
    margin: 0;
}
.footer-address{
    margin: 0px 0;
}
.footer-social-wrapper img{
    width: unset;
}
.footer-social-wrapper ul{
    margin-bottom: 15px;
}
.footer-social-wrapper ul li{
    display: inline-block;
}
.footer-social-wrapper ul li:not(:first-child){
    margin-left: 10px;
}
.footer-report-wrapper img{
    width: unset;
}
.footer-menu-wrapper p{
    font-family: barlow;
    font-size: 16px;
    color: #737373;
}
.footer-menu-wrapper{
    margin-top: 50px;
    padding-bottom: 25px; 
}
.footer-menu-wrapper .container{
    position: relative;
}
.footer-menu-wrapper .container::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: -20px;
    z-index: 1;
    background: #737373;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
}

@media only screen and (max-width: 600px) {
    .footer-menu ul li {
        display: block;
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

.footer-menu ul li a{
    color: #737373;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}
.customer-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.customer-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper .container .row{
    display: flex;
    flex-flow: row nowrap;
}

/* ==== Cửa nhôm ===== */
.cn-item{
    /*position: relative;*/
    margin: 15px 0;
}
.cn-item-title{
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    /*background: rgba(168,41,43,0.9);*/
    /*padding: 5% 6%;*/
    color: #fff;
    font-size: 20px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
}
.cn-title{
    padding: 5%;
    background: rgb(40 174 96); 
    min-height: 90px;
    text-align: center;
}
.btn-notify-wrapper{
    text-align: center;
    margin: 20px 0;
}
.btn-notify{
    padding: 25px 50px;
    border-radius: 5px;
    background: #249e49;
    border: unset;
}
.notify-text-1{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.notify-text-2{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.benefit-wrapper{
    margin: 70px 0;
}
.benefit-heading{
    text-align: center;
}
.benefit-heading .heading{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #484848;
    font-size:36px;
}
.benefit-heading .heading h2{
    margin: 0;
    font-size:36px;
}
.benefit-heading-text{
    /*font-family: barlow !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 500;
}
.benefit-heading-text .focus{
    font-size: 20px !important;
}
.bc-heading{
    text-transform: uppercase;
    color: #249e49;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: relative;
    padding: 0 40px;
}
.bc-heading::before{

}
.bc-heading::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 3px;
    z-index: 1;
    bottom: -20px;
    left: 0;
    background: #249e49;
}
.benefit-content {
    margin: 50px 0;
}
.benefit-content p{
    margin: 40px 0;
}
.bc-item{
    display: flex;
    flex-flow: row nowrap;
    margin-top: 30px;
}
.cf-content-title h1, .cf-content-title strong, .cf-content-title p{
    text-transform: uppercase;
    font-size: 20px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
}
.cf-title-wrap{
    padding-left: 0;
}
.cf-title{
    margin-top: 15px;
}
.cf-content-title p .focus{
    font-size: 20px !important;
}
.cf-number{
    margin: 0;
    font-size: 60px !important;
}
.cf-text{
    position: relative;
    padding-left: 50px;
    
}
.cf-text-content ul li:first-child{
    margin-top: 30px;
}
.cf-text-content ul li{
    margin-bottom: 25px;
}
.cf-text{
    margin-bottom: 10px; 
}
.cf-text::before{
    content: '';
    position: absolute;
    left: 0;
    width: 31px;
    height: 30px;
    z-index: 1;
    background: url(../img/check.png);
}
.cf-content-title{
    position: relative;
}
.cf-content-title h1, .cf-content-title p{
    display: inline;
}
.cf-content-title .cf-title{
    position: absolute;
    right: 50%;
    left: 3%;
}
.cf-content-title::after{
    content: '';
    position: absolute;
    width: 54px;
    height: 3px;
    z-index: 1;
    bottom: -10px;
    left: 0px;
    background: #b22227;
}
.cn-project-wrapper .propject-heading h2{
    color: #484848;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
}
.cn-project-wrapper .propject-heading h2::after{
    background: #b22227;
}
.customer-favorite-wrapper{
    margin-bottom: 60px;
}
.cn-reward-wrapper .owl-reward{
    margin-bottom: 0;
}
/* ==== Cửa kính cường lực ===== */
.other-product-heading{
    text-align: center;
}
.other-product-heading .heading{
    font-size: 30px;
}
.other-product-content{
    margin-top: 60px ;
    margin-bottom: 30px;
}
.other-product-content a p{
    margin: 10px 0;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333232;
}
.bc{
    text-align: center;
}
.benefit-content img{
    width: unset;
}
.cus-fa{
    background: #f1f1f1;
}
/* ===== Cửa nhựa lõi thép ===== */
.cf-cn .cf-content-title .cf-title{
    position: absolute;
    right: 65%;
    left: 3%;
}
/* ===== Tin tức ===== */
.first-post-heading h1{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #3a3939;
}
.first-post-content{
    margin: 30px 0;
}
.first-post-content span, .first-post p{
    color: #4e4e4e;
}
.first-post{
    margin: 70px 0;
}
.other-post-content{
    margin: 30px 0;
}
button.btn-menu:visited,button.btn-menu:hover,button.btn-menu:focus{
    outline: none
}
.form-control:focus{
    box-shadow: none;
}
.news-text .video-detail{
    color: #4e4e4e;
}
.wp-pagenavi{
    padding-top: 15px;
    margin: 20px 0;
    text-align: center;
}
.wp-pagenavi a{
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    border: #e6e6e6 thin solid;
    text-decoration: none;
    text-transform: uppercase;
}
.wp-pagenavi a:hover{
    color: #fff;
    background-color: #b22227;
}
.wp-pagenavi span{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #b22227;
    border: #e6e6e6 thin solid;
}
.first-post-content-wrapper{
    border: solid thin #e6e6e6; 
    border-left: unset;
}
.story-first-post .row{
    display: flex;
    flex-direction: row nowrap;
}
@media screen and (max-width: 1200px){
    .menu-box .main-menu{
        padding: 0 90px;
    }
}
@media screen and (max-width: 1024px){
    .ads-wrapper{
        margin: 20px 0 20px 0;
    }
    .first-post {
        margin: 32px 0;
    }
    .arrow-n, .arrow-p {
        padding: 24px 7px;
    }
    .cf-title-wrap {
        padding-left: 15px; 
    }
    .cf-content-title .cf-title {
        position: absolute;
        right: 60%;
        left: 4%;
    }
    .cf-cn .cf-content-title .cf-title {
        position: absolute;
        right: 55%;
        left: 5%;
    }
}
@media screen and (max-width: 768px) {
	.slider-nav .slick-slide{
		width: 110px !important;
	}
    .intro-wrapper-heading h1, .propject-heading h1{
        font-size: 25px !important;
    }

    .benefit-wrapper{
        margin: 0px !important;
    }
    .benefit-content{
        margin: 0px !important;
		padding-top: 50px;
    }

    .video-content .col-sm-6{
        margin-bottom: 20px; 
    }

    .header-search .search-input {
        position: absolute;
        bottom: 4px;
        right: 40px;
        display: none;
        z-index: 2;
    }
    .slide{
        padding-left: 0;
    }
    .header-menu {
        display: none;
    }
    .menu-mobile-wrapper {
        text-align: right;
    }
    .main-menu {
        padding-right: 15px;
        padding-left: 15px;
    }
    .intro-text img{
        width: unset;
        margin: 0;
    }
    .owl-banner .owl-nav, 
    .owl-product .owl-nav, 
    .owl-reward .owl-nav,
    #sync2 .owl-nav{
        display: none;
    }
    .footer-address-wrapper img{
        margin-top: 15px;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-menu-wrapper .container::before{
        width: 95%;
    }
    .header-logo{
        padding: 0;
    }
    .logo{
        width: 100%;
        margin: 10px;
    }
    .banner-title{
        top:25%;
    }
    .banner-title h1{
        font-size: 25px;
    }
    .customer-heading{

        text-align: center;
    }
    .customer-heading .heading::after{
        left: 50%;
    }
    .footer-social-wrapper ul li{
        margin: 5px 0 !important;
    }
    .bc-item{
        display: unset;
        
    }
    .benefit-wrapper{
        margin-bottom: 0;
    }
    .cf-content-title .cf-title {
        position: absolute;
        right: 50%;
        left: 6%;
    }
    .cf-cn .cf-content-title .cf-title {
        position: absolute;
        right: 45%;
        left: 5%;
    }
    .address-content{
        margin-top: 30px;
    }
}
/* ===== Chi tiết tin tức ===== */
.cus-wid{
    max-width: 700px;
    margin: 0 auto;
}
.news-detail-heading h1{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.content-wrapper .breadcrumb,
.news-detail-heading .breadcrumb{
    background: unset;
    padding: 10px 0;
}
.content-wrapper .breadcrumb .breadcrumb-item a,
.news-detail-heading .breadcrumb .breadcrumb-item a{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    color: #656565;
    text-decoration: none;
}
.content-wrapper .breadcrumb>.active,
.news-detail-heading .breadcrumb>.active {
    color: #a39393;
}
.image-detail{
    font-family: roboto-bold;
    font-size: 15px;
}
.news-detail-img{
    margin: 30px 0 60px 0;
}
.cus-wid img{
    margin: 30px 0 50px 0;
}
.btn-fb{
    margin-right: 5px;
    padding: 4px 12px;
    background: #4267B2;
    color: #fff;
    border: unset;
    border-radius: 4px;
}
.btn-fb i{
    margin-right: 5px;
}
.share-wrapper span{
    font-family: roboto;
}
.btn-group{
    margin: 0 0px;
}
.share-wrapper{
    margin: 15px 0 20px 0;
}
.other-news-heading p{
    font-family: roboto-bold;
    font-size: 16px;
    position: relative;
}
.other-news-heading p::after{
    content: '';
    width: 65px;
    height: 2px;
    z-index: 1;
    background: #ddd9d9;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.news .time{
    margin-right: 30px;
}
.news {
    margin: 15px 30px 15px 0;
}
.news .title{
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.other-news-wrapper{
    position: relative;
    margin: 50px 0;
}
.other-news-wrapper::before{
    content: '';
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #ddd9d9;
    position: absolute;
    top: -20px;
}
.other-news-wrapper::after{
    content: '';
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #ddd9d9;
    position: absolute;
    bottom: -20px;
}
/* ===== Liên hệ ===== */
.contact-heading{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #484848;
}
.contact-cus-wid{
    max-width: 770px;
    margin: 50px auto;
}
.contact-cus-wid p{
    text-align: center;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.map-address{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-address iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.address-heading h1{
    font-size: 18px;
    color: #484848;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.address-content .footer-address{
    margin: 40px 0;
}
.add-title{
    margin: 0;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
}
.contact-address{
    margin: 60px 0;
}
.story-heading h1{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    color: #484848;
}
.category-select{
    margin: 45px 0;
    text-align: right;
}
.category-select select{
    width: 130px;
    height: 40px;
    background: #f0f0f0;
    border: unset;
    padding-right: 25px;
    padding-left: 20px;
    font-size: 14px;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
}
.register-form form .form-group select{
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../img/arrow-d.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
.category-select select {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../img/angle-d.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
.product-detail-title h1{
    font-size: 24px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    margin: 30px 0;
}
.product-detail-title h2{
    font-size: 24px;
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    margin: 30px 0;
}
.product-detail-wrapper{
    position: relative;
    border-top: 1px solid #f0f0f0;
    margin: 30px 0;
}
.product-detail-wrapper::before{
    content: '';
    position: absolute;
    top: -13px;
    background: url(../img/circle.png);
    z-index: 1; 
    width: 28px;
    height: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.product-detail-content{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px){
    .product-detail-content{
        display: none;
    }
}
.product-detail img{
    margin-bottom: 10px;
}
.other-product-wrapper h3,.featured-products-heading h2{
    /*font-family: barlow;*/
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.op-content a p{
    color: #484848;
}
.featured-products-title{
    padding: 0 10px;
    vertical-align: middle;
    display: inline-block;
    width: 70%;
}
.featured-products-img{
    width: 30%;
    display: inline-block;
    float: left;
}
.featured-products ul li{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.featured-products ul li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #484848;
    font-size: 16px;
}
@media screen and (max-width: 600px){
    .video-wrapper .container .row {
        display: unset;
    }
	.video-heading .heading{
		margin-bottom: 35px;
	}
    .footer-social-wrapper ul li {
        width: 47%;
        margin-bottom: 15px;
    }
    .footer-info {
        margin-bottom: 20px;
    }
    .footer-address {
        margin: 20px 0;
    }
    .project-img-up .img-up{
        padding: 5px;
        margin: 0;
    }
    .project-img-down .img-down{
        padding: 5px;
        margin: 0;
    }
    .project-wrapper{
        padding: 40px 0;
    }
    .cf-content-title .cf-title {
        right: 40%;
    }
    .cf-cn .cf-content-title .cf-title {
        right: 30%;
        left: 6%;
    }
} 
@media screen and (max-width: 545px){
    .footer-social-wrapper ul li{
        display: inline-block;
    }
    .footer-menu ul li a, .footer-menu-wrapper p{
        font-size: 15px;
    }
    .footer-report-wrapper img{
        width: 100%;
    }
    .cf-cn .cf-content-title .cf-title {
        right: 25%;
        left: 6%;
    }
}

@media screen and (max-width: 540px){
    .cf-content-title .cf-title {
        right: 30%;
        left: 7%;
    }
}
@media screen and (max-width: 492px){
    .banner-title h1{
        font-size: 20px;
    }
    .benefit-heading .heading h1{
        font-size: 30px;
    }
    .cf-cn .cf-content-title .cf-title {

        right: 17%;
        left: 7%;
    }
}
@media screen and (max-width: 468px){
    .cf-content-title .cf-title {
        right: 25%;
        left: 8%;
    }

}
@media screen and (max-width: 443px){
    .cf-content-title .cf-title {
        right: 20%;
        left: 9%;
    }
    .cf-cn .cf-content-title .cf-title {

        right: 10%;
        left: 8%;
    }
}
@media screen and (max-width: 426px){
    .search-input button {
        position: absolute;
        top: 0;
        border-radius: unset;
        right: 0;
        background: #cb2127;
        color: #fff;
        padding: 4px 12px;
    }
    .header-search .search-input {
        bottom: 0px;
    }
    .header-search{
        margin: 0;
    }
    .search-btn{
        padding-top: 7px;
    }
    .search-btn img{
        width: 70%;
    }
    .cf-cn .cf-content-title .cf-title {

        right: 7%;
        left: 9%;
    }
}
@media screen and (max-width: 415px){
    .cf-content-title .cf-title {
        right: 0;
        left: 10%;
    }
    .nf-wrapper h1{
        font-size: 5.882em;
    }
}
@media screen and (max-width: 376px){
    .footer-menu ul li a, .footer-menu-wrapper p{
        font-size: 12px;
    }

    .footer-menu ul li a {
        text-transform: initial;
        font-size: 14px;
    }
    .footer-menu ul li {
        margin-right: 0 !important;
    }
    .cf-content-title .cf-title {
        right: 0;
        left: 10%;
    }
    .cf-content-title::after{
        bottom: -17px;
    }
    .cf-cn .cf-content-title .cf-title {
        right: 7%;
        left: 11%;
    }
}
@media screen and (max-width: 360px){
    .heading, .focus{
        font-size: 25px;
    }
    .benefit-heading .heading h1{
        font-size: 25px;
    }
}
@media screen and (min-width: 992px) {
    .first-post-content-wrapper{
        padding-left: 30px;
    }
    .first-post-img-wrapper{
        padding-right: 0;
    }
    .main-menu li.menu-item-has-children:hover>.sub-menu{
        display: block;
    }
    .menu-box .main-menu .sub-menu{
        position: absolute;
        width: 230px;
        z-index: 99;
    }
    .menu-box .main-menu .sub-menu{
        background-color: #fff;
        border: #ccc thin solid;
    }
    .main-menu>li>.sub-menu{
        top:100%;
        left:0;
    }
    .main-menu .sub-menu .sub-menu{
        top:-1px;
        left:100%;
    }

}
.product-slide-right .item{
    display: none;
}
.product-slide-right .active{
    display: block;
}
.product-slide-left ul li{
    margin-bottom: 10px;
}
.product-info-content-heading h1{
    /*font-family: barlow;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 30px;
}
.share-facebook{
    position: relative;
}
.share-facebook span i{
    position: absolute;
    left: 77px;
    top: -7px;
    color: #949393;
    font-size: 30px;
    padding: 2px;
}
.product-info-content-detail{
    margin: 30px 0;
}
.btn-notify .contact{
    margin-left: 5px;
    
}
.product-info-content .btn-notify{
    padding: 10px 27px;
    background: #28ae60;
}
.product-info-content .btn-notify-wrapper{
    text-align: left;
    margin: 40px 0;
}
.pi-content{
    padding: 40px 30px;
}
.product-info-wrapper{
    position: relative;
}
@media screen and (max-width: 991px) {



    .video-content{
        margin: 0px !important;
    }
    .owl-reward{
        margin: 0px !important;
    }
    .news-wrapper{
        margin: 0px !important;
    }
    .image-carousel{
        margin-top: 55px;
        margin-bottom: 30px;
    }
    .btn-like-face{
    
        width: 70px;
        overflow: hidden;
    }
    .menu-site .header-search{
        display: block !important;
        padding-top: 0 !important;
        float: right;
    }
    .story-first-post .row{
        display: block ;
    }
    .category-select{
        margin: 0 0 20px 0;
    }
    .first-post-content-wrapper{
        border: unset;
    }
    .first-post{
        border: solid thin #e6e6e6; 
        border-top: unset;
        padding: 25px;
        margin: 0;
    }
    .slider-nav span.next,
    .slider-nav span.prev{
        display: none;
    }
    .menu-box .main-menu{
        padding: 0;
    }
    .menu-site .btn-show-menu{
        float: right;
        background: none;
        font-size: 20px;
        color: #fff;
    }
    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
        outline: unset;
        outline-offset: 0;
        box-shadow: unset;
    }
    .btn-hide-menu i{
        color: #cb2127;
    }
    .menu-box{
        position: fixed;
        left:0;
        top:0;
        right:0;
        width: 0;
        height:100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-box .bg-menu{
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height:100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 98;
    }
    .menu-box .main-menu{
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #fff;
    }
    .menu-box .btn-hide-menu{
        position: absolute;
        z-index: 99999999;
		right: 0px;
        top: 0px;
        color: #fff;
    }
    .menu-box .main-menu>li{
        display: block;
        width: 100%;
        border-bottom: #ccc thin solid;
    }
    .menu-box .main-menu>li>span{
        display: none;
    }
    .menu-box .main-menu>li>a{
        padding: 7px 10px;
        color: #28ae60;
    }
    .main-menu li:hover>a,.main-menu li.current-menu-item>a{
        background-color: #28ae60;
        color: #fff;
    }
    .main-menu>li.menu-item-has-children>a>i{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .main-menu .sub-menu{
        border-top: #ccc thin dotted;
        padding-left: 10px;
    }
    .main-menu li.menu-item-has-children>a{
        position: relative;
        padding-right: 40px;
    }
    .main-menu li>a>i{
        position: absolute;
        display: inline-block;
        padding: 10px 12px;
        top:0;
        right:0;
        margin: 0 !important;
    }

    .first-post-img img{
        height: auto !important;
    }

    .news-detail-content iframe{
        width: 100% !important;
        /*height: auto !important;*/
    }
}


.banner-single .item{
    max-height: 372px;
    overflow: hidden;
}
.btn-like-face{
    
    width: 60px;
    overflow: hidden;
}

.btn-like-face{
    margin-left: 5px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.btn-group{
    display: flex;
    align-items: center;
}
._2tga:active {
    background: #1B56A6;
    border: 1px solid #1B56A6;
}
.featured-products-img{
    max-height: 91px;
    overflow: hidden;
}
.product_rele_img{
   /* max-height: 145px;
    overflow: hidden;*/
}
.load-img img {
    content: '';
    position: absolute;
    width: 31px;
    height: 36px;
    z-index: 1;
    background: url(../img/money-bag.png);
    bottom: 0;
    left: 0;
    /*width: unset;*/
}
.cn-item-img{
    max-height: 300px; 
    overflow: hidden;
}
.load-img-cat img {
    max-height: 300px;
    overflow: hidden;
    width: 100% !important;
}
.banner-home {
    padding-bottom: 15px;
}
.news-avatar {
    max-height: 240px;
    overflow: hidden;
}
.customer-heading.text-center {
    margin-bottom: 50px;
}
.info-customer-row{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* .news-detail-wrapper iframe{
    width: 100% !important;
}
 */
.contaner-custom .slick-slide{
    height: auto !important;
}

.cn-item-wrapper .col-xs-12:nth-child(3n+1){

    clear: both;
}
.news-detail-content iframe{
    text-align: center !important;
}

.news-detail-content img{
    height: auto !important;
} 


.social-net{
    position: relative;
}
.posison-social{
    /*position: fixed;*/
}
/*phone ring*/

.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#75eb50;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#75eb50 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    z-index: 9999;
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

.zalo-posision .phonering-alo-ph-img-circle{
    background: unset !important;
}
.zalo-posision .phonering-alo-ph-img-circle{
    top: 70px;
    left: 140px;
}
.zalo-img img{
    width: 100%;
}


.mess-posision .phonering-alo-ph-img-circle{
    background: unset !important;
}
.mess-posision .phonering-alo-ph-img-circle{
    top: 70px;
    left: 0px;
    background-color: transparent !important;

}
.mess-img img{
    width: 100%;
}


.posison-social {
    left: 17px;
    bottom: 139px;
    position: fixed;
    z-index: 999;
}
.relate-news a{
    color: #333 !important;
}
.update-news a{
    color: #333 !important;
}

#main-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999999;
    transition: all 0.5s;
}

.sc-down {
    position: fixed!important;
}

/*#main-header.sc-down {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}*/
/* iframe:parent{
	text-align: center
}
.news-detail-wrapper iframe{
	width: auto !important;
} */
.heading span.focus{
    /*font-family: barlow !important;*/
    font-family: 'Roboto', sans-serif;
}
.bc-heading-title{
	text-transform: uppercase;
    color: #b22227;
    /*font-family: barlow-bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: relative;
	min-height: 60px;
	padding-top: 10px;
}
.bc-content{
	margin: 5px 0 !important;
}
#myModal{
	z-index: 9999999999;
}
.title-popup {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.modal-content{
	background-color: #CB2127 !important;
	margin-top: 100px;
}
.footer-text-wrapper{
	margin-top: 35px;
    margin-bottom: 35px;
}
button.close {
    background: #FEFAFA!important;
    width: 20px;
    height: 20px;
    border-radius: 100%;
} 

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000ad;
}
.popup-content {
    background: #CB2127;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 520px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-content .btn-hide-menu {
    z-index: 9999999;
    background: #fff;
    color: #969696;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
}
.popup-info {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    padding: 25px 0px;
}

.menu-main-menu-container{
    height: 100%;
}   


.product-detail .wp-caption p.wp-caption-text{
    text-align: center!important;
}
.erro{
    text-align: center;
    background-color: #fefaf3;
    padding-top: 160px;
}
.back{
    padding: 50px 0;
}
.back a{
    display: inline-block;
    background-color: #fbb03d;
    border-radius: 10px;
    padding: 7px 20px;
    color: #fff;
}
.search{
    padding-top: 70px;
    background-color: #f7f7f7;
}
.qh-search{
     padding-bottom: 30px   
}
.qh-search form{
    position: relative;

}
.qh-search form button{
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    border-radius: 0;
    background-color: #cb2127;
    color: #fff;
}
.qh-search form input{
    border-radius: 0;
    border: thin solid #dddddd;
    background-color: #fff;
}
.search-item{
    padding: 15px 0;
}
.search-info .col-md-4:nth-child(3n+1){
    clear: both;
}
@media screen and (max-width: 767px) {
    .search{
        padding-top: 35px;
    }
    .intro-wrapper{
        padding-top: 20px;
    }
    .intro-wrapper .intro-text{
        margin-top: 25px;

    }
}

.type_product {
    display: none;
}
.first-post-img img{
    width: 100%;
}
.wc_website-wrapper {
    display: none !important;
}
#wpcomm .wc-comment-link{
    display: none !important;
}
#wc-comment-header{
    display: none !important;
}
#wpcomm .wpdiscuz-form-top-bar{
    display: none !important;
}
#wpcomm {
    max-width: 950px;
    padding: 1px 0 10px 0;
    border-top: unset !important;
    margin: 0px !important;
}
#wpcomm .wpdiscuz-front-actions{
    display: none !important;
}
.share-wrapper a{
    cursor: pointer;
}
.submintclass input{
    padding: 15px 25px;
    background: rgba(19,180,86,1);
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.register-form .form-group input {
    /* font-family: barlow-bold; */
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}
.register-form .form-group textarea {
    /* font-family: barlow-bold; */
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}
.cus-wid p{
    font-size: 15px !important;
}
.title-black{
    color: #333 !important;
    font-size: 25px !important;
}
.register-form-custom .form-group input{
    height: 35px;
    margin-bottom: 0px !important;
}
/*.benefit-content p,.list-reason p,*/
.benefit-heading-text{
	font-size: 36px;
}
.load-img-cat img{
    width: 100% !important;
}
.posion-container{
    padding: 10% 0px;
}
.btn-return a {
    color: #fff;
    padding: 15px 18px;
    border-radius: 24px;
    background: #cb2127;
}
.text-thank-you.text-center {
    padding: 30px;
}
.contact-heading {
    margin-top: 60px;
}
.sub-menu{
    display:none;
    transition: 0.4s ease-out;
    opacity: 0.4;
}
.main-menu li:hover > .sub-menu {
    display: block;
    
    opacity: 1;
    transition: 0.8s ease-out;
    
}

.container1 {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.swiper-slide a p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 10px 0;
    color: #484848;
}
img.location-icon {
    width: 20px;
    max-width: 100%;
}

.product-info-content-detail p span img{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.product-info-content-detail p img{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.product-info-content-detail p strong img{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.product-info-content-detail p span img:last-child{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.reward-body{
    margin: 45px 0 90px 0;
}

.mfp-close{
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    display: none;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px);
    
}

.mfp-close {
    opacity: .6;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px);
}

.menu-bai-viet-san-pham-container{
    height: 100%;
}

.logo-mobi{
    display: none
}

@media only screen and (max-width: 600px) {
    .logo-mobi{
        display: block;
    padding: 20px;
    }
}