html{
    font-size: 16px;
}
@font-face {
    font-family: 'Carosello Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Carosello Regular'), url('/fonts/carosello/Carosello-Regular.woff') format('woff');
}

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1,
    .col-sm-5th-2,
    .col-sm-5th-3,
    .col-sm-5th-4 {
        float: left;
    }
    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }
    .col-sm-5th-4 {
        width: 80%;
    }
    .col-sm-5th-3 {
        width: 60%;
    }
    .col-sm-5th-2 {
        width: 40%;
    }
    .col-sm-5th-1 {
        width: 20%;
    }
    .col-sm-5th-pull-5 {
        right: 100%;
    }
    .col-sm-5th-pull-4 {
        right: 80%;
    }
    .col-sm-5th-pull-3 {
        right: 60%;
    }
    .col-sm-5th-pull-2 {
        right: 40%;
    }
    .col-sm-5th-pull-1 {
        right: 20%;
    }
    .col-sm-5th-pull-0 {
        right: auto;
    }
    .col-sm-5th-push-5 {
        left: 100%;
    }
    .col-sm-5th-push-4 {
        left: 80%;
    }
    .col-sm-5th-push-3 {
        left: 60%;
    }
    .col-sm-5th-push-2 {
        left: 40%;
    }
    .col-sm-5th-push-1 {
        left: 20%;
    }
    .col-sm-5th-push-0 {
        left: auto;
    }
    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }
    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }
    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }
    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }
    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }
    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-5th-1,
    .col-md-5th-2,
    .col-md-5th-3,
    .col-md-5th-4 {
        float: left;
    }
    .col-md-5th-5 {
        float: left;
        width: 100%;
    }
    .col-md-5th-4 {
        width: 80%;
    }
    .col-md-5th-3 {
        width: 60%;
    }
    .col-md-5th-2 {
        width: 40%;
    }
    .col-md-5th-1 {
        width: 20%;
    }
    .col-md-5th-pull-5 {
        right: 100%;
    }
    .col-md-5th-pull-4 {
        right: 80%;
    }
    .col-md-5th-pull-3 {
        right: 60%;
    }
    .col-md-5th-pull-2 {
        right: 40%;
    }
    .col-md-5th-pull-1 {
        right: 20%;
    }
    .col-md-5th-pull-0 {
        right: auto;
    }
    .col-md-5th-push-5 {
        left: 100%;
    }
    .col-md-5th-push-4 {
        left: 80%;
    }
    .col-md-5th-push-3 {
        left: 60%;
    }
    .col-md-5th-push-2 {
        left: 40%;
    }
    .col-md-5th-push-1 {
        left: 20%;
    }
    .col-md-5th-push-0 {
        left: auto;
    }
    .col-md-5th-offset-5 {
        margin-left: 100%;
    }
    .col-md-5th-offset-4 {
        margin-left: 80%;
    }
    .col-md-5th-offset-3 {
        margin-left: 60%;
    }
    .col-md-5th-offset-2 {
        margin-left: 40%;
    }
    .col-md-5th-offset-1 {
        margin-left: 20%;
    }
    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th-1,
    .col-lg-5th-2,
    .col-lg-5th-3,
    .col-lg-5th-4 {
        float: left;
    }
    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }
    .col-lg-5th-4 {
        width: 80%;
    }
    .col-lg-5th-3 {
        width: 60%;
    }
    .col-lg-5th-2 {
        width: 40%;
    }
    .col-lg-5th-1 {
        width: 20%;
    }
    .col-lg-5th-pull-5 {
        right: 100%;
    }
    .col-lg-5th-pull-4 {
        right: 80%;
    }
    .col-lg-5th-pull-3 {
        right: 60%;
    }
    .col-lg-5th-pull-2 {
        right: 40%;
    }
    .col-lg-5th-pull-1 {
        right: 20%;
    }
    .col-lg-5th-pull-0 {
        right: auto;
    }
    .col-lg-5th-push-5 {
        left: 100%;
    }
    .col-lg-5th-push-4 {
        left: 80%;
    }
    .col-lg-5th-push-3 {
        left: 60%;
    }
    .col-lg-5th-push-2 {
        left: 40%;
    }
    .col-lg-5th-push-1 {
        left: 20%;
    }
    .col-lg-5th-push-0 {
        left: auto;
    }
    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }
    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }
    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }
    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }
    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }
    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}

#callnowbutton{
    display:none
}
@media screen and (max-width:650px){
    #callnowbutton{
        display:block;
        position:fixed;
        text-decoration:none;
        z-index:9999;
        width:100%;
        left:0;
        bottom:0;
        height:60px;
        border-top:1px solid #2dc62d;
        border-bottom:1px solid #006700;
        background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center/50px 50px no-repeat #090
    }
    body{
        padding-bottom:60px
    }
}
.youtube-play{
    position:absolute;
    top:50%;
    left:50%;
    width:42px;
    height:30px;
    padding:0;
    border-radius:inherit;
    font-size:inherit;
    background:0;
    margin-left:-21px;
    margin-top:-15px;
    border:0
}
[data-fre-youtubewatch],[fre-youtubewatch]{
    cursor:pointer
}
[data-fre-youtubewatch]:hover .ytp-large-play-button-bg,
.def-youtube-item:hover .ytp-large-play-button-bg,
[fre-youtubewatch]:hover .ytp-large-play-button-bg{
    -moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill:#cc181e;
    fill-opacity:1
}
.woocommerce #reviews #comments ol.commentlist{
    padding:0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin:0 !important
}
.woocommerce #reviews #comments ol.commentlist li .comment-text blockquote{
    margin:10px 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text blockquote span{
    font-size:14px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text label.label{
    font-size:14px;
    font-weight:normal
}
.star-rating{
    float:left;
    overflow:hidden;
    position:relative;
    height:24px;
    line-height:24px;
    font-size:12px;
    width:6em;
    letter-spacing:4px;
    font-family:'FontAwesome'
}
.star-rating:before{
    content:"\f005\f005\f005\f005\f005";
    color:#c4c4c4;
    float:left;
    top:0;
    left:0;
    position:absolute
}
.star-rating span{
    overflow:hidden;
    float:left;
    top:0;
    left:0;
    position:absolute;
    padding-top:24px
}
.star-rating span:before{
    content:"\f005\f005\f005\f005\f005";
    color:#ffcb39;
    top:0;
    position:absolute;
    left:0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    font-size:14px !important;
    color: #76838f
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    margin-bottom:30px
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    height:66px;
    overflow:hidden;
    line-height:20px;
    text-transform:initial;
    margin-bottom:10px !important
}
.woocommerce ul.products li.product a{
    position:relative;
    display:block
}
li.def-youtube-item{
    position:relative
}
.ee-acasis-bg{
    background-color:#ececec !important;
}
.ee-acasis-bg2{
    background-color:#0082C7 !important;
}
div.ee-topbar{
    height:52px;
    line-height:52px;
}
nav.main-nav{
    background-color: #000;
    /*padding-bottom: 52px;*/
}

.page-section-product .ee-psp-bg{
    position: relative
}
.page-section-product .ee-psp-bg:before{
    content: "";
    background:transparent url("/images/yitech/product-bg.png") no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -60px;
    left: 60px;
    z-index: 0
}
.page-section-product .ee-psp-bg img{
    position: relative;
    z-index: 1
}

.main-nav .nav-dropdown{
    position: absolute;
    width: 100%;
    background-color: #e7e5e5;
    top: -50%;
    left: 0;
    z-index: 1;
    padding: 30px;
    opacity: 0;
    transition: all 300ms cubic-bezier(0, 1, 0.5, 1);
    visibility: hidden;
    pointer-events: none
}

.main-nav .nav-dropdown img{
}
.main-nav .nav-dropdown .ee-table{
    display: table;
}
.main-nav .nav-dropdown .ee-table .ee-table-cel{
    display: table-cell;
}
.main-nav .nav-dropdown ul{
    list-style: none;
    padding: 0;
    margin: 0
}
.main-nav .nav-dropdown ul > li > a{
    color: #fcca00;
    font-size: 13px;
    font-weight: 500
}
.main-nav .nav-dropdown ul > li > a:hover{
    text-decoration: underline
}
.inner-nav ul.menu>li.menu-item:hover{
    /*border-bottom-color: #6B6E70;*/
}
.inner-nav ul.menu>li.menu-item:hover>a,
.inner-nav ul.menu>li.menu-item.current-menu-item>a{
    /*background-color: #fcca00;*/
    /*border-radius: 50px;*/
}
.inner-nav ul.menu li.menu-item,
.inner-nav{
    position: static
}
.inner-nav ul.menu li.menu-item{
    padding: 10px;
    position: relative;
    /*border-top: 4px solid transparent;*/
    /*border-bottom: 4px solid transparent;*/
}
/*.mobile-on .inner-nav ul.menu li.menu-item{padding: 0}*/

.inner-nav ul.menu>li.menu-item:hover > .nav-dropdown{
    opacity: 1;
    top: 100%;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

.nav-dropdown > .row > .nd-item + .nd-item{
    border-left: 2px solid #b0afaf
}

.inner-nav ul.menu li.menu-item ul.sub-menu a{
    height: auto;
    line-height: normal;
    padding: 0;
    font-weight: 400;
    color: #333;
    font-size: 16px;
}

ul.sub-menu{
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    max-width: 250px;
}

.inner-nav ul.menu li.menu-item:last-child ul.sub-menu{
    right: 0;
    left: inherit;
}

.inner-nav ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    box-shadow: 0px 0px 5px #000000ad;
}

.inner-nav ul.menu li.menu-item ul.sub-menu a:hover{
    color: #fcca00
}


@media (min-width: 1200px){
    .container.container-custom{
        width: 1020px;
    }
}


.blog-item .ee-prod-info{
    padding: 0 5px 20px 5px;
}

body{
    background-color: #FFF;
    position: relative
}
/*.def-body{height: 100%;width: 100%;position: absolute}
.def-body>.def-bg-t,
.def-body>.def-bg-b,
body:before,
body:after{content: "";background: transparent url("/images/Vinagoco/bg-t.png") center no-repeat;position: absolute;width: 100%;min-height: 961px;background-size: auto}
.def-body>.def-bg-b,
body:after{background-image: url("/images/Vinagoco/bg-b.png");bottom: 0;}
body:before{background: transparent url("/images/Vinagoco/bg-t.png") center no-repeat;}*/

footer, .page-section-footer-1{
    background-color: #000;
}

footer>.container{
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    border-top: 1px solid #FFF;
}
footer .footer-text{
    font-style: italic;
}

.page-section-footer-1{
    margin-top: 100px;
    overflow: visible;
}

.def-gioithieu{
    position: relative;
    padding-top: 3%;
    padding-bottom: 30px;
}
.def-gioithieu:before{
    content: "";
    background: transparent url("/images/Vinagoco/index-bg.jpg") center no-repeat;
    background-size: contain;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.def-gioithieu:after{
    content: "";
    background: linear-gradient(97deg, #F3F0F3 0, #F3F0F3 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2
}
.def-with-1,
.def-slider .container{
    width: 45%;
}
.def-gioithieu .def-h1,
.def-thuonghieu .def-h1,
.def-h1{
    color: #fcca00;
    font-style: italic;
    font-size: 24px;
    font-weight: bolder;
}
.def-h1{
    color: #2a333c
}
.def-gioithieu p,
.def-slider p{
    color: #333;
    border-left: solid 10px #fcca00;
    padding-left: 20px;
    font-style: italic;
    font-weight: 500
}
.btn.btn-vinagoco{
    background-color: #fcca00;
    color: #000;
}
.btn.btn-vinagoco-2{
    background-color: #fcca00;
    color: #000;
}
.btn.btn-vinagoco-3{
    background-color: #0e0c09;
    color: #FFF;
}
.def-gioithieu .btn.btn-vinagoco{
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 30px
}
.def-slider p{
    color: #333;
    text-align: justify;
    margin: 20px auto 0 auto;
    padding: 0
}
.def-slider div.row > div:first-child{
    border-right: 1px solid #fcca00
}

.def-gioithieu-2{
    background: none;
    height: 580px
}

.inner-nav, .inner-nav ul.menu{
    /*float: left;*/
}
.inner-nav ul.menu > li.menu-item > a{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.inner-nav ul.menu>li.menu-item:hover>a,
.inner-nav ul.menu>li.menu-item.current-menu-item>a{
    color: #fcca00;
}
.main-nav{
    box-shadow: none;
    -webkit-box-shadow:none;
}

.def-slider,.def-thuonghieu,.def-news{
    /*margin-bottom: 50px*/
}

.def-thuonghieu{
    background-color: #fcca00;
    padding: 50px 0 50px 0;
    position: relative;
    /*margin-top: 35px;*/
}
.def-thuonghieu .def-h2{
    font-size: 24px;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
    color: #fcca00;
    /* display: inline; */
    background: #FFF;
    text-align: center;
    padding: 20px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px #0000009c;
    position: relative;
    top: -35px;
    z-index: 1;
}

.def-thuonghieu-item{
    margin-bottom: 30px
}
.def-thuonghieu-item img{
    border-radius: 5px;
    background: transparent url("/images/Vinagoco/noimage-white-800x600.png") no-repeat center;
}
/*.def-thuonghieu-right img{background-image: url("/images/Vinagoco/noimage-800x600.png")}*/
.def-thuonghieu-item h3{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
/*.def-thuonghieu-item h3 a{
    color: #FFF
}
.def-thuonghieu-right h3 a{
    color: #2a333c
}*/

.def-thuonghieu-2 .def-h1{
    font-size: 32px
}
.def-thuonghieu-2 .def-thuonghieu-item{
    padding: 0 10px
}

.lSSlideOuter .lSPager.lSpg>li a{
    background-color: rgba(255, 255, 255, 0.6) !important;
    width: 12px !important;
    height: 12px !important
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
    background-color: #FFF !important
}

.def-news .btn-vinagoco-2{
    margin-top: 30px;
    text-transform: uppercase;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
}
.def-partner{
    padding: 50px 0
}
.def-padding-top-200{
    padding-top: 250px;
}

.yi-article{
    margin-bottom: 50px
}

.def-brand-title,
.def-brand-title-2{
    font-family:'Carosello Regular';
    font-weight:500;
    font-size:36px;
    color: #f17f21
}

.def-brand-title-2{
    font-size: 30px;
    font-weight: 500
}
.def-title-1{
    color: #fcca00;
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 32px;
    font-style: italic
}
.mobile-search-icon .fa,
.mobile-nav .fa{
    color: #FFF;
    font-size: 38px
}
.mobile-on .nav-logo-wrap .logo{
    max-width: 200px;
    height: auto
}
.mobile-on .mobile-nav{
    height: 93px;
}

@media only screen and (max-width:480px){
    .page-section-footer-1 .ee-login-from{
        margin-top: 0px;
    }
    .blog-item{
        margin-left: 0;
        margin-right: 0
    }
    .item-app{
        padding: 0
    }
    .page-section-product .ee-psp-bg:before{
        top: 0px;
        left: 0px;
    }
    .ee-psp-banner:before{
        top: 0px;
    }
    .page-section-aboutus{
        padding: 0
    }
    .fullwidth-slideshow, .fullwidth-slideshow section{
        height: auto !important
    }

    .def-gioithieu .def-h1, .def-thuonghieu .def-h1{
        font-size: 20px
    }
    .def-slider div.row > div:first-child{
        border-right: none;
        border-bottom: 1px solid #fcca00;
        padding-bottom: 20px
    }
    .page-section-footer-1{
        padding-top: 0;
    }
    .page-section-footer-1 .ee-col h2,
    .page-section-footer-1 .ee-col p, .page-section-footer-1 .ee-col a{
        /*color: #fcca00*/
    }
    .def-padding-top-200{
        padding-top: 0
    }
    .def-with-1, .def-slider .container{
        width: inherit
    }
    .def-gioithieu-2{
        height: 630px
    }
}

.lSSlideOuter .lSAction>a{
    z-index: 1;
    background-image: url("/images/Vinagoco/controls_2.png")
}

.def-dis-flex{
    display: flex
}
.def-dis-flex>.def-dis-flex-item{
    flex: 1
}
.def-dis-flex>.def-dis-flex-50p{
    width: 50%
}

.def-home-slideshow{
    position: relative
}

.def-home-slideshow>div.def-home-address{
    /*    position: absolute;
        left:0;
        bottom: 0;*/
    background-color: #000;
    /*width:100%;*/
}
.def-home-slideshow>div.def-home-address .def-inner{
    padding: 10px;
    height: 100%;
    align-items: center;
}
.def-home-slideshow>div.def-home-address span,
.def-home-slideshow>div.def-home-address span a,
#def-address-scroll li{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}
.def-home-slideshow>div.def-home-address span a:hover{
    color: rgba(255, 255, 255, 0.5)
}
.def-home-slideshow>div.def-home-address span+span{
    margin-left: 10px;
}

.def-home-slideshow>div.def-home-address .def-bg-2{
    background-color: #fcca00
}

#def-address-scroll li{
    display: flex;
    align-items: center;
}
#def-address-scroll li>i{
    margin-right: 10px;
}

.def-home-address .lSAction>a{
    opacity: 0 !important;
}
.def-home-address .lSSlideOute:hover .lSAction>a{
    opacity: 1 !important;
}

.def-gioithieu .def-dis-flex{
    align-items: start
}

.def-gioithieu .def-youtube-item{
    position: relative;
    background-color: transparent;
    margin-top: 20px;
}

.def-gioithieu .def-youtube-item>img{
    border-radius: 16px;
    box-shadow: 0px 0px 10px #000;
}

.def-gioithieu .def-youtube-item .youtube-play{
    width: 64px;
    height: 46px;
}

.def-footer-tool{
    background-color: #fcca00;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px #fcca00;
    position: relative;
    top: -100px;
    z-index: 1;
    justify-content: center;
}

.def-footer-tool a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 50px;
    align-items: center
}
.def-footer-tool div span{
    border-radius: 50%;
    overflow: hidden;
    display:inline-block;
    margin-right: 10px;
    max-width: 64px;
    max-height: 64px;
    background-color: #FFF;
    padding: 15px;
    flex: 0 0 auto;
}

.def-footer-tool a i{
    font-size: 3em;
    margin-right: 10px;
}

.page-section h2.page-section-title span{
    font-style: normal;
}

.page-section h2.page-section-title span.fre-active{
    font-weight: bold;
}

.def-viewmore{
    text-align: right;
}
.def-viewmore>.def-sep{
    border-top-color:#000
}
.def-viewmore>a{
    color: #161616;
    padding: 10px 0;
    display: inline-block
}
.def-viewmore>a:hover{
    color: #fcca00
}

.def-news .col-md-3{
    margin-bottom: 20px;
}

.clear_both{
    float: none !important;
    clear: both
}

.def-contacts .def-contact-item{
    align-items: center;
    justify-content: center;
}
.def-contacts .def-contact-item > img{
    border-radius: 50%;
    overflow: hidden;
    display:inline-block;
    margin-right: 10px;
    width: 115px;
    height: 115px;
    flex: 0 0 auto;
    border: 2px solid #fcca00
}
.def-contacts .def-contact-item >.def-contact-i-infor{
    text-align: left;
}
.def-contacts .def-contact-item >.def-contact-i-infor h3{
    font-size: 18px;
    font-weight: 600;
}
.def-contacts .def-contact-item >.def-contact-i-infor>span{
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.def-contacts .def-contact-item >.def-contact-i-infor>div{
    margin-top: 5px;
}
.def-contacts .def-contact-item >.def-contact-i-infor>div a{
    margin-right: 5px;
}

body.def-desktop .def-partner .lSSlideWrapper{
    position: initial !important;
    margin: 0 70px;
}

.page-section-video .lSAction>a,
.def-partner .lSAction>a{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 64px;
    height: 64px;
    top: 35%;
}
.page-section-video .lSAction>a.lSPrev,
.def-partner .lSAction>a.lSPrev{
    background-image: url(/images/Vinagoco/icon-arow-left.png);
    background-position: 0 0;

}
.page-section-video .lSAction>a.lSNext,
.def-partner .lSAction>a.lSNext{
    background-image: url(/images/Vinagoco/icon-arow-right.png);
    background-position: 0 0;
}

.def-icon-circle{
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFF;
}

.def-hd-left span{
    align-items: center;
    justify-content: center;
}
.def-hd-left span>i,
.def-hd-right li>i{
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.def-home-slideshow>div.def-home-address .def-hd-left span,
.def-home-slideshow>div.def-home-address .def-hd-left span a,
.def-home-slideshow>div.def-home-address .def-hd-left span i,
.def-hd-left li>i{
    color: #fcca00;
    border-color: #fcca00;
}

.def-hd-right li>i{
    width: 42px;
    height: 42px;
    border-width: 3px;
}

.el-input {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    --el-input-height: var(--el-component-size);
    box-sizing: border-box;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    line-height: var(--el-input-height);
    position: relative;
    vertical-align: middle;
    width: 100%
}

.el-input__prefix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap;
}

.el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    flex-grow: 1;
    font-size: inherit;
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    outline: 0;
    padding: 0;
    width: 100%
}

.el-input__suffix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap
}

.el-input__suffix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px
}

.el-icon {
    --color: inherit;
    fill: currentColor;
    align-items: center;
    color: var(--color);
    display: inline-flex;
    font-size: inherit;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em
}

.search-container[data-v-8a139597] {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 300ms cubic-bezier(0, 1, 0.5, 1);
    visibility: hidden;
    opacity: 0;
}

.search-container .el-input[data-v-8a139597] {
    height: 36px;
    display: block;
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper {
    background: transparent;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    padding: 0 7px;
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__prefix {
    margin-right: 15px
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__prefix .el-input__prefix-inner i {
    color: #111;
    font-size: 16px;
    vertical-align: middle;
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__suffix .el-input__suffix-inner i {
    color: #111;
    font-size: 16px
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    margin: 0;
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner::-moz-placeholder {
    color: #333;
    font-size: 14px
}

.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner::placeholder {
    color: #666;
    font-size: 14px
}

.search-container .result-box[data-v-8a139597] {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    width: auto;
    margin: 0;
    border-radius: inherit;
}

.search-container .result-box ul[data-v-8a139597] {
    max-height: 5.2083rem;
    overflow-y: auto;
    padding: .2604rem .651rem .5208rem
}

.search-container .result-box ul li[data-v-8a139597] {
    font-size: .3646rem;
    line-height: .4818rem;
    padding: .2604rem 0
}

.def-cursor{
    cursor: pointer;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lg-on{
    overflow: hidden;
}

.def-header-top{
    background-color: #000;
    /*height: 70px;*/
}
.def-header-bottom{
    background-color: #fcca00;
    /*height: 70px;*/
}

.hover {
    opacity: 1;
}

.hover:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.def-index-category h5{
    position: relative;
    font-size: 14px;
}
.def-index-category h5 img{
    vertical-align:top;
    margin-right: 10px
}
/*.def-index-category h5:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/Kioxianetvn/icon_arrow.svg) no-repeat left center / 16px 16px;
    position: absolute;
    top: 3px;
    left: -25px;
}*/


.def-index-category .w-inline-block{
    width: 100%;
    height: 100%;
    text-align: center;
}

.def-index-category .w-inline-block .hover{
    /*display: block;*/
    /*width: 100%;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: 128px;
}

.heading-50 {
    margin-top: 20px;
    color: #fcca00;
    font-size: 11.5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.heading-50 > i.fa{
    color: #000;
    font-size: 18px;
    vertical-align: top;
}

.def-content-align-center{
    align-content: center
}

.woocommerce img, .woocommerce-page img{
    padding: 3px;
}

ul#def-youtube-home>li>div>img,
ul#def-photo-home>li>div>img{
    /*border: 2px dashed #999;*/
    border-radius: 3px;
}

/** Mobile NAV */
.mob-header[data-v-afcd4b75]{
    font-size: 16px;
    height: 54px;
    position: relative;
    top:0;
    transition:background 1s cubic-bezier(.19,1,.22,1),color 1s cubic-bezier(.19,1,.22,1);
    width:100%;
    z-index:99;
    background-color: #f2f2f2;
    /*margin-bottom: 20px;*/
}
.mob-header .mob-container[data-v-afcd4b75]{
    height:100%;
    padding:0 15px;
    width:100%
}
.mob-header .mob-container .header-logo[data-v-afcd4b75]{
    align-items:center;
    display:flex;
    float:left;
    height:100%
}
.mob-header .mob-container .header-logo a[data-v-afcd4b75]{
    display:block;
    width: 120px
}
.mob-header .mob-container .header-logo a img[data-v-afcd4b75]{
    width:100%
}
.mob-header .mob-container .header-tools[data-v-afcd4b75]{
    align-items:center;
    display:flex;
    float:right;
    height:100%
}
.mob-header .mob-container .header-tools .mobile-shop-icon[data-v-afcd4b75]{
    margin-right:.2604rem
}
.mob-header .mob-container .header-tools .mobile-shop-icon a i[data-v-afcd4b75]{
    color:#fff;
    font-size:.5208rem;
    line-height:1
}
.mob-header .mob-container .header-tools .mobile-nav-icon[data-v-afcd4b75]{
    cursor:pointer;
    height: 16px;
    position:relative;
    width: 16px
}
.mob-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]{
    background-color:#fff;
    border-radius:.0521rem;
    display:block;
    height: 3px;
    left:0;
    position:absolute;
    transition:all .8s cubic-bezier(.19,1,.22,1);
    width:100%
}
.mob-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]:first-child{
    top:0
}
.mob-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]:nth-child(2){
    margin-top:-1px;
    top:50%
}
.mob-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]:nth-child(3){
    bottom:0
}
.mob-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]{
    background:#333
}
.mob-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]:first-child{
    margin-top:-.026rem;
    top:50%;
    transform:rotate(45deg)
}
.mob-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]:nth-child(2){
    opacity:0
}
.mob-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]:nth-child(3){
    margin-top:-.026rem;
    top:50%;
    transform:rotate(-45deg)
}
.mob-header .mob-container .header-tools .mobile-search-icon[data-v-afcd4b75]{
    margin-right: 15px
}
.mob-header .mob-container .header-tools .mobile-search-icon i[data-v-afcd4b75]{
    color:#fff;
    font-size: 20px;
    vertical-align: middle;
    line-height:1
}
.mob-header .mobile-nav-container{
    background:#fff;
    left:0;
    position:absolute;
    width:100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}
body.nav-open .mob-header .mobile-nav-container{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
body.nav-open{
    overflow: hidden;
}
body.nav-open:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000b0;
}

.mob-header.absolute-header[data-v-afcd4b75]{
    margin-bottom:-1.3021rem;
    position:relative
}
.mob-header.black-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]{
    background-color:#333
}
.mob-header.black-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]{
    background:#333
}
.mob-header.black-header .mob-container .header-tools .mobile-search-icon i[data-v-afcd4b75]{
    color:#333;
    font-weight:600
}
.mob-header.black-header .mob-container .header-tools .mobile-shop-icon a i[data-v-afcd4b75]{
    color:#333
}
.mob-header.black-header .nav-title[data-v-afcd4b75],.mob-header.black-header li[data-v-afcd4b75]{
    color:#666
}
.mob-header.white-header[data-v-afcd4b75],
.mob-header.mouseenter-white-header{
    background-color:#fff
}
.mob-header.white-header .mob-container .header-tools .mobile-nav-icon span[data-v-afcd4b75]{
    background-color:#333
}
.mob-header.white-header .mob-container .header-tools .mobile-nav-icon.mobile-nav-open span[data-v-afcd4b75]{
    background:#333
}
.mob-header.white-header .mob-container .header-tools .mobile-search-icon i[data-v-afcd4b75]{
    color:#333;
    font-weight:600
}
.mob-header.white-header .mob-container .header-tools .mobile-shop-icon a i[data-v-afcd4b75]{
    color:#333
}
.mob-header.white-header .nav-title[data-v-afcd4b75],.mob-header.white-header li[data-v-afcd4b75]{
    color:#666
}
.mob-header .nav-title[data-v-afcd4b75],.mob-header li[data-v-afcd4b75]{
    color:#fff
}

.mobile-nav-container[data-v-c724ca7f]{
    max-height:calc(100vh - 1.3021rem);
    overflow-y:auto;
    position:absolute;
    width:100%;
    z-index:98
}
.mobile-nav-container .nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav-container .nav-list .nav-item div[data-v-c724ca7f]{
    /*align-items:center;*/
    border-bottom:1px solid rgba(0,0,0,.102);
    /*display:flex;*/
    font-size: 16px;
    font-weight:600;
    /*height: 77px;*/
    /*justify-content:space-between;*/
    margin:0 15px
}
.mobile-nav-container .nav-list .nav-item .has-child .el-icon[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .no-child .el-icon[data-v-c724ca7f]{
    color:#333;
    height:100%;
    justify-content:flex-end;
    width:10%
}
.mobile-nav-container .nav-list .nav-item .has-child .el-icon i[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .no-child .el-icon i[data-v-c724ca7f]{
    color:#333;
    font-weight:400
}
.mobile-nav-container .nav-list .nav-item a[data-v-c724ca7f]{
    align-items:center;
    display:flex;
    flex:auto;
    color: #000;
    padding: 25px 0;
}
.mobile-nav-container .nav-list .nav-item .has-child a[data-v-c724ca7f]{
    padding-bottom: 0;

}
.mobile-nav-container .nav-list .nav-item .has-child i[data-v-c724ca7f]{
    font-size:.3646rem
}
.mobile-nav-container .nav-list .nav-item .local-child[data-v-c724ca7f]{
    border-bottom:.013rem solid rgba(0,0,0,.102);
    font-size:.3776rem;
    font-weight:600;
    height:1.862rem;
    line-height:.4948rem;
    margin:0 .651rem
}
.mobile-nav-container .nav-list .nav-item .local-child a[data-v-c724ca7f]{
    align-items:center;
    display:flex;
    height:100%;
    justify-content:space-between
}
.mobile-nav-container .nav-list .nav-item .local-child a .el-icon[data-v-c724ca7f]{
    color:#333
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .about-menu[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .support-menu[data-v-c724ca7f]{
    border-bottom:1px solid rgba(0,0,0,.102);
    margin:0 .651rem;
    padding:.3255rem 0 .4557rem
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .about-menu .second-item[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .support-menu .second-item[data-v-c724ca7f]{
    color:#333;
    font-size:.3776rem;
    height:1.1458rem;
    line-height:1;
    padding-left:.2865rem
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .about-menu .second-item a[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .support-menu .second-item a[data-v-c724ca7f]{
    align-items:center;
    display:flex;
    height:100%;
    justify-content:space-between
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .about-menu .second-item a .el-icon[data-v-c724ca7f],
.mobile-nav-container .nav-list .nav-item .mobile-menu-second .support-menu .second-item a .el-icon[data-v-c724ca7f]{
    color:#333
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f]{
    padding:.3255rem 0
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse{
    border:0
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header{
    background-color:transparent;
    border-bottom:none;
    height:1.1328rem;
    margin:0 .651rem;
    padding-left:.2865rem
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header .head{
    align-items:center;
    display:flex;
    height:100%;
    justify-content:space-between;
    line-height:1;
    width:100%
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header .head p{
    font-size:.3646rem;
    font-weight:400;
    width:80%
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header .head .header-icon{
    color:#333;
    font-size:.3646rem;
    line-height:1
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header .head .header-icon i{
    color:#333;
    font-size:.3646rem
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__arrow{
    display:none
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item__wrap{
    border-bottom:0;
    padding:0
}
.mobile-nav-container .nav-list .nav-item .mobile-menu-second.product-second[data-v-c724ca7f] .el-collapse .el-collapse-item__wrap .el-collapse-item__content{
    padding-bottom:0
}
.mobile-nav-container .nav-list .nav-item .pro-line[data-v-c724ca7f]{
    border-bottom:1px solid rgba(0,0,0,.102);
    margin:0 .651rem
}

.mobile-nav-container .nav-list .nav-item ul{
    list-style: disc;
    margin-bottom: 25px;
    /*padding-left: 25px;*/
}

.mobile-nav-container .nav-list .nav-item ul li a{
    font-size: 16px;
    font-weight:600;
    color: #444;
    display: block;
    padding: 8px;
}

.el-input {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    --el-input-height: var(--el-component-size);
    box-sizing: border-box;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    line-height: var(--el-input-height);
    position: relative;
    vertical-align: middle;
    width: 100%
}

.el-input__prefix {
    color: var(--el-input-icon-color,var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap;
}

.el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: var(--el-input-text-color,var(--el-text-color-regular));
    flex-grow: 1;
    font-size: inherit;
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    outline: 0;
    padding: 0;
    width: 100%
}

.el-input__suffix {
    color: var(--el-input-icon-color,var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap
}

.el-input__suffix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px
}

.el-icon {
    --color: inherit;
    fill: currentColor;
    align-items: center;
    color: var(--color);
    display: inline-flex;
    font-size: inherit;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em
}

.search-container[data-v-8a139597]{
    align-items:center;
    background:#fff;
    display:flex;
    height:100%;
    left:0;
    padding:0 15px;
    position:absolute;
    top:0;
    width:100%
}
.search-container .el-input[data-v-8a139597]{
    height: 32px;
    display: block;
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper{
    background:transparent;
    border-radius: 8px;
    box-shadow:inset 0 0 0 1px #d7d7d7;
    padding:0 7px;
    display: inline-flex;
    width: 100%;
    height: 100%;
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__prefix{
    margin-right: 15px
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__prefix .el-input__prefix-inner i{
    color:#333;
    font-size: 16px;
    vertical-align: middle;
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__suffix .el-input__suffix-inner i{
    color:#666;
    font-size:16px
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner{
    color:#000;
    font-size: 14px;
    font-weight:400;
    height:100%;
    margin: 0;
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner::-moz-placeholder{
    color:#666;
    font-size:14px
}
.search-container .el-input[data-v-8a139597] .el-input__wrapper .el-input__inner::placeholder{
    color:#666;
    font-size:14px
}
.search-container .result-box[data-v-8a139597]{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    width: auto;
    margin: 0;
    border-radius: inherit;
}
.search-container .result-box ul[data-v-8a139597]{
    max-height:5.2083rem;
    overflow-y:auto;
    padding:.2604rem .651rem .5208rem
}
.search-container .result-box ul li[data-v-8a139597]{
    font-size:.3646rem;
    line-height:.4818rem;
    padding:.2604rem 0
}

#header{
    position: relative;
    background-color: transparent;
}
#header.def-index-page>nav{
    background-color: transparent;
    position: absolute !important;
    top: 122px !important;
    left: 0;
    width: 100%;
    z-index: 1;
}

.ee-psn-right > .ee-psnr-img,
.blog-item a,
.blog-item a > img,
.def-thuonghieu-item a img,
.ee-article-body a img,
.ee-news-item a img,
.def-p-body img,
.def-youtube-item img,
ul#def-photo-home>li>div>img,
.def-photos-item img,
.mob-header .mobile-nav-container,
body.nav-open{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ee-psn-right:hover > .ee-psnr-img,
.def-thuonghieu-item a:hover img,
.ee-news-item:hover a img,
.def-youtube-item:hover img,
ul#def-photo-home>li:hover>div>img,
.def-photos-item:hover img,
.mob-header .mobile-nav-container{
    box-shadow: 0px 0px 10px #fcca00;
}

.blog-item:hover a{
    text-shadow: 0px 0px 2px #fcca00;
}

.blog-item:hover a.ee-prod-href,
.ee-article-body a:hover img,
.def-p-body img:hover{
    transform: scale(1.1)
}

.btn{
    border-radius: 50px;
}

.def-category{
    background-color: #000;
    padding: 30px 0;
}