#vnt-footer {
    border-top: 0;
    background: #ffffff;
    color: #000;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
#vnt-content{
    padding-bottom: 0;
}
.vnt-social {
    height: 30px;
}
.vnt-social ul {
    display: inline-block;
}

a.gflag.nturl img {
    height: auto;
    width: inherit;
    max-width: 100%;
    border: 1px solid #ddd;
}
	
.title-main{
    font-size: 25px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    text-align: center;
    position: relative;
    padding: 15px 0 25px;
    margin-bottom: 30px;
}
.title-main h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.title-main a{
    color: #624c35;
}

.title-nq h1 .text-small {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}

.title-nq h1 p {
    padding: 0px;
    margin: 0px;
}

div#gal1 a {
    width: 24%;
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

._color label, ._origin label {
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    clear: both;
    margin-bottom: 7px;
}
.title-main:after{
    position: absolute;
    bottom: 0%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
    height: 12px;
background: url(/theme/icon-title2.png);
    background-size: 100%;
}
/*===BEGIN: PRODUCT NEWS===*/
.vnt-product-news {
    background: #ffffff;
    padding: 25px 0;
}
#slider_prod{
    margin: 0 -15px;
}
#slider_prod:after{
    display: block;
    content: '';
    clear: both;
}
#slider_prod .item{
    margin: 0 15px;
    float: left;
    width: 25%;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider_prod .item:hover{
    -webkit-box-shadow: inset 0 -2px 0 #f7941e;
    -moz-box-shadow: inset 0 -2px 0 #f7941e;
    box-shadow: inset 0 -2px 0 #f7941e;
}
#slider_prod .item .i-img{
    border: 1px solid #dddddd;
    background: #ffffff;
}

#slider_prod .item .item_content .i-img{
    border: 0px solid #dddddd;
    background: #ffffff;
}

.item_content {
    border: 1px solid #cecece;
}

.item_content .i-desc {
    padding: 10px;
}

.item_content .i-content {
    position: relative;
}

#slider_prod .item .item_content .i-title a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 15px 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px;
    text-align: left;
    line-height: 18px;
    white-space: unset;
}

#slider_prod .item .item_content .i-title h3 {
    height: 35px;
}

#slider_prod .item.unhover:hover ,#slider_prod .item.unhover {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

a:hover .txt03 span {
    color: #624c35;
}

.txt03 {
    margin-top: 10px;
    padding-right: 50px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

a .txt03 span {
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #624c35;
    background: #624c35;
    display: block;
    position: absolute;
}

a:hover .txt03 span {
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #624c35;
    border-radius: 50%;
    border: 3px solid #624c35;
    background: #fff;
    display: block;
    position: absolute;
    
}

#slider_prod .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
#slider_prod .item .i-img a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#slider_prod .item .i-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
#slider_prod .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
#slider_prod .item .i-title a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 15px 0;
    color: #333333;
}
#slider_prod .item:hover .i-title a{
    color: #624c35;
}
#slider_prod .slick-arrow{
    width: 30px;
    height: 45px;
    color: #333333;
    opacity: 0.25;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 40%;
}
#slider_prod .slick-prev{
    left: -30px;
}
#slider_prod .slick-next{
    right: -30px;
}
#slider_prod .slick-arrow:hover{
    opacity: 1;
}
#slider_prod .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
}
#slider_prod .slick-prev:after{
    content: '\f104';
}
#slider_prod .slick-next:after{
    content: '\f105';
}
/*===END: PRODUCT NEWS===*/
/*===BEGIN: PRODUCT===*/
.vnt-product{
}
.list_product{
    margin: 0px;
}
.list_product .w_item:nth-child(1),.list_product .w_item:nth-child(2),.list_product .w_item:nth-child(3),.list_product .w_item:nth-child(4),.list_product .w_item:nth-child(6),.list_product .w_item:nth-child(7),.list_product .w_item:nth-child(8),.list_product .w_item:nth-child(7),.list_product .w_item:nth-child(9),.list_product .w_item:nth-child(7),.list_product .w_item:nth-child(5){
    width: 50%;
    padding: 15px 50px;
    margin-bottom: 2px;
    float: left;}

.list_product .item {
    position: relative !important;
    display: flex !important;
}

.i-title span.more-button {
    width: 27px;
    height: 27px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 105%;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #624c35;
    display: inline-block;
}


.square-img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.5s;
}
.square-img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}

.rectangle-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.5s;
}
.rectangle-img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
    padding-top: unset !important;
}

.mid-content {
    display: inline-block;
    width: 100%;
}

.list_product .item .i-img {
    overflow: hidden;
    margin-right: 50px;
    border-right: 1px solid #eee;
    padding-right: 50px;
}

.list_product .w_item {
    border: 1px solid #eee;
    margin-bottom: 0px !important;
}

.list_product .item .i-img{
    overflow: hidden;
}
.list_product .item .i-img a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 175px;
    height: 175px;
}
.list_product .item .i-img a img {
    height: 175px !important;
    width: 175px !important;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    object-fit: cover;
}
.list_product .item:hover .i-img a img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.list_product .item  .i-title {
    left: 0;
    right: 0;
    bottom: 0;
    width: 190px;
    text-align: left;
    align-self: center;
}
.list_product .item .i-title a {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}
.list_product .item  .i-title a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    content: '';
    background: url("../images/main/icon-arrow.html") no-repeat 50% 50%;
}

.list_product .w_item:hover {
    background: #624c35;
}

.list_product .w_item:hover .i-title a {
    color: #fff;
}

.list_product .w_item:hover .i-title span.more-button {
    background: #fff;
    color: #000;
}

.list_product .w_item:hover .i-img {
    border-right: 1px solid #fff;
}

.list_product .item .i-title span a {
    color: #fff;
}

.list_product .w_item:hover .i-title span.more-button a {
    color: #000;
}


.tright-box ul{float:right;}
.tright-box ul:after{clear:both; content:""; display:block;}
.tright-box ul li{float:left; position:relative;}
.tright-box ul li:after{width:1px; height:15px; top:15px; right:0; background:#dfd5df; content:""; display:block; position:absolute;}
.tright-box ul li:last-child:after{display:none;}
.tright-box ul li a {
    font-size: 14px;
    line-height: 35px;
    color: #000;
    display: block;
}
.tright-box ul li a.btn-lan {
    background: #fafafa;
    border-radius: 10px;
    padding: 0px 10px;
}
.tright-box ul li a.btn-lan img {
    margin-bottom: 3px;
    vertical-align: middle;
    filter: invert(33%) sepia(99%) saturate(720%) hue-rotate(81deg) brightness(51%) contrast(101%);
}

.lang-area{width:110px; top:25px; right:10px; position:absolute; z-index:99999; display:none;}
.lang_list_box{display:table;}
.lang_list_box:hover{color:#0080bc;}
.lang_list_box a{font-size:13px; line-height:25px !important; color:#000 !important;}
.lang_list-btn{text-align:left; padding:7px 10px; background:#fff; float:left; border:1px solid #d6d6d6; width:110px; position:relative; left:0px; cursor:pointer; top:10px;}
.lang-arrst{width:10px; height:10px; top:15px; left:50px; border:1px solid #d6d6d6; border-right:0px; border-bottom:0px; z-index:999; position:relative; background:#fff; transform:rotate(45deg);}
.language:hover .lang-area {
    height: 90px;
    display: block;
    opacity: 1;
}

.vnt-tamnhin {
    position: relative;
    padding-top: 20px;
    background: #f5f5f5;
    margin: 50px 0px;
}

.vnt-tamnhin .wrapper {

}
.vnt-tamnhin .about-img {
position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.vnt-tamnhin .about-img img {
    max-height: 480px;
    margin: auto;
    display: block;
}

.vnt-tamnhin .about-img a{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.vnt-tamnhin .about-img a img{
    display: none;
}
.vnt-tamnhin .about-img a span{
    display: block;
}
.vnt-tamnhin .about-img a .wrap_video{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}
.vnt-tamnhin .about-img a .icon_video{
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    padding: 14px 0;
    position: relative;
    margin: 25px auto;
}
.vnt-tamnhin .about-img a .icon_video .fa{
    font-size: 40px;
    line-height: 50px;
    color: #213165;
    margin-left: 15px;
}
.vnt-tamnhin .about-img a:hover .icon_video:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.vnt-tamnhin .about-img a:hover .icon_video:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.vnt-tamnhin .about-img a .text1{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.vnt-tamnhin .about-img a .text2{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.vnt-tamnhin .about-img:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}
.vnt-tamnhin .about-img:after{
content: "";
}
.vnt-tamnhin .about-text {
    width: 50%;
    margin-left: auto;
    padding: 35px 0 35px 45px;
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    min-height: 470px;
}
.vnt-tamnhin .about-text:after{
    position: absolute;
    top: 40px;
    right: 100%;
    content: '';
    border-right: 30px solid #f2f5f8;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.vnt-tamnhin .wrap_hidden {
    /* max-height: 300px; */
    overflow: hidden;
    /* margin-bottom: 20px; */
}
.vnt-tamnhin .about-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url("/theme/icon-title3.png") no-repeat 0 100%;
}
.vnt-tamnhin .about-title h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.vnt-tamnhin .about-title span{
    color: #213165;
}
.vnt-tamnhin .about-content {
    font-size: 16px;
    left: 25px;
    line-height: 180%;
    color: #666;
}

.vnt-tamnhin .about-content strong {
    font-size: 23px;
    line-height: 37px;
    margin-top: 20px;
    display: inline-block;
}

.flex-main .wrap_list_news {

}
.vnt-tamnhin .link-more{
    text-align: left;
}


/*===END: PRODUCT===*/
/*===BEGIN: ABOUT===*/
.vnt-about {
    position: relative;
    display: block;
    padding: 60px 0 110px;
    background: #f7f7f7;
}
.vnt-about .wrapper {
    display: flex;
    align-items: center;
}
.vnt-about .about-img {
    float: left;
    width: 50%;
    padding-right: 100px;
}

.rectangle-img-fix img {
    width: 410px !important;
    height: 278px !important;
    object-fit: cover;
}

.vnt-about .about-img img {
    max-height: 480px;
    margin: auto;
    display: block;
}

.vnt-about .about-img a{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.vnt-about .about-img a img{
    display: none;
}
.vnt-about .about-img a span{
    display: block;
}
.vnt-about .about-img a .wrap_video{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}
.vnt-about .about-img a .icon_video{
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    padding: 14px 0;
    position: relative;
    margin: 25px auto;
}
.vnt-about .about-img a .icon_video .fa{
    font-size: 40px;
    line-height: 50px;
    color: #213165;
    margin-left: 15px;
}
.vnt-about .about-img a:hover .icon_video:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.vnt-about .about-img a:hover .icon_video:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.vnt-about .about-img a .text1{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.vnt-about .about-img a .text2{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.vnt-about .about-img:before{

}
.vnt-about .about-img:after{

}
.vnt-about .about-text {
    width: 48%;
    margin-left: auto;
    padding: 45px 30px 35px 45px;
    position: relative;
    z-index: 10;
    background: #ffffff;
    min-height: 470px;
    border-radius: 0px 50px;
}

.get-to-know-shape-1 {
    position: absolute;
    bottom: -200px;
    left: -187px;
    -webkit-animation: fa-spin 10s ease infinite;
    animation: fa-spin 10s ease infinite;
    z-index: -1;
}
.vnt-about .about-text:after {
    position: absolute;
    top: 40px;
    right: 100%;
    content: '';
    border-right: 30px solid #ffffff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.vnt-about .wrap_hidden{
    overflow: hidden;
    margin-bottom: 20px;
}
.vnt-about .about-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url("/theme/icon-title3.png") no-repeat 0 100%;
}
.vnt-about .about-title h2 {
    color: #624c35;
    font-size: 20px;
    line-height: 40px;
}
.vnt-about .about-title h3 {
    color: #000;
    font-size: 18px;
}
.vnt-about .about-title span{
    color: #213165;
}
.vnt-about .about-content{
    margin-bottom: 20px;
    font-size: 16px;
    left: 25px;
    color: #555555;
}

.flex-main .wrap_list_news {

}
.vnt-about .link-more{
    text-align: left;
}
/*===END: ABOUT===*/
/*===BEGIN: NEWS===*/
.vnt-news{
    padding: 25px 0;
}
.group-news{
    margin: 0 -15px 10px;
}
.group-news:after{
    display: block;
    content: '';
    clear: both;
}
.group-news .row-news{
    width: 50%;
    padding: 0 15px;
    float: left;
}

.contact-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-details__img img {
  width: 100%;
}

.google-map-two iframe {
    width: 100%;
    height: 300px;
    margin-bottom: -30px;
}

.contact-details__right {
  position: relative;
  display: block;
}

.contact-details__right .section-title {
  margin-bottom: 31px;
}

.contact-details__text {
    font-size: 16px;
    line-height: 26px;
    padding: 0px;
}

.contact-details__text >div {
    margin-bottom: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.contact-details__info {
    position: relative;
    display: block;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__info li + li {
  margin-top: 19px;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--notech-extra, #f7f7f9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fcb711;
}

.contact-details__info li:hover .icon {
    background-color: #624c35;
}

.contact-details__info .fa-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 35px;
}

.contact-details__info li .icon span {
  color: var(--notech-base, #6653e8);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon span {
  color: var(--notech-white, #ffffff);
}

.contact-details__info li .text {
  margin-left: 30px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 26px;
    color: #624c35;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.contact-details__info li:hover .text a span {
  color: var(--notech-gray, #777181);
}

.contact-details__info li .text span {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.contact-page form.contact input {
    width: 49% !important;
}

.contact-page form.contact input:nth-child(5), form.contact input:nth-child(7) {
    float: right !important;
}

.contact-page b.btnclickOK {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.contact-page  input#submit {
    padding: 8px;
    color: #fff;
    background: #624c35;
    width: 200px !important;
    border-radius: 20px;
}

ul.dropdown-menu2 .sub-menu .icon-menu {
    color: #624c35;
}

.title-nq h1 {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #038a47;
    position: relative;
    margin-bottom: 10px;
}

.des-nq {
font-size: 16px;
    line-height: 26px;
}
.des-nq ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    font-size: 20px;
    color: #038a47;
}

.des-nq ul li {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.contact-page {
    position: relative;
    padding: 25px 0 120px;
    display: inline-block;
    width: 100%;
}

.section-title.text-center {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

h2.section-title__title {
    text-transform: uppercase;
    font-size: 25px;
}

span.section-title__tagline {
    font-size: 18px;
    line-height: 50px;
}

.contact-page .container {
  max-width: 770px;
  width: 100%;
}

.contact-page__form .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--notech-extra, #f7f7f9);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 515px;
  width: 100%;
  mix-blend-mode: luminosity;
}


#slide_fnews.slick-initialized .item,
#slide_fnews .item:first-child{
    display: block;
}
#slide_fnews .item{
    display: none;
    position: relative;
}
#slide_fnews .item .i-img{
    overflow: hidden;
}
#slide_fnews .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
#slide_fnews .item .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#slide_fnews .item:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#slide_fnews .item .i-desc{
    position: absolute;
    pointer-events: none;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
}
#slide_fnews .item .i-desc .w-desc{
    position: relative;
    z-index: 1;
}
#slide_fnews .item .i-desc .i-title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: normal;
}
#slide_fnews .item .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
#slide_fnews .item .i-desc .i-title a{
    color: #ffffff;
}
#slide_fnews .item .i-desc .i-date{
    color: #ffffff;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
#slide_fnews .item .i-desc .i-date:after{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f017";
    font-size: 16px;
    line-height: 20px;
    color: #f7941e;
}
#slide_fnews .slick-dots {
    margin-top: 20px;
    width: auto;
    text-align: center;
    position: unset;
}
#slide_fnews .slick-dots li{
    background: #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
#slide_fnews .slick-dots li button{
    width: 12px;
    height: 12px;
}
#slide_fnews .slick-dots li:hover,
#slide_fnews .slick-dots li.slick-active{
    background: #624c35;
}
#slide_fnews .slick-dots li button:before{
    display: none;
}
.header-block-block-1 p {
    display: inline-block;
}
/*
.top-bar-one {
    background-image: url('/theme/bg.jpg');
    background-size: 100%;
}
*/
div#top-bar {
    border-bottom: 1px solid #ebebeb;
    padding: 7px 0px;
}

.header-block-block-1 p, .header-block-block-1 p a {
    color: #323232;
}
.header-block-block-1 p {
    margin-right: 20px;
}
.header-block-block-1 p .fa {
    font-size: 18px;
    margin-right: 5px;
}
.social-top li {
    display: inline-block;
}
.social-top {
    float: right;
    line-height: 35px;
}
.social-top a {
    color: #323232;
    font-size: 18px;
    margin-left: 15px;
}
.header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
div#top-bar .container {

}
div#top-bar .container ul, div#top-bar .container .social-top {
    display: inline-block;
}
.list_news .item{
    margin-bottom: 0px;
  
}
.list_news .item:hover{

}
.list_news .item .i-img{
    width: 170px;
    float: left;
    position: relative;
    z-index: 1;
}
.list_news .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.list_news .item .i-img a img{
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list_news .item:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list_news .item .i-desc{
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: 100%;
    padding: 10px 15px;
    float: right;
}
.list_news .item .i-title a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
.list_news .item .i-date{
    color: #999999;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
.list_news .item .i-date:after{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f017";
    font-size: 16px;
    line-height: 20px;
    color: #f7941e;
}
.list_news .item .i-content{
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    height: 40px;
    overflow: hidden;
}

.list_news .itemsp .i-title a {
    color: #343434;
    font-size: 16px !important;
    font-weight: normal;
}
.wrap_list_news .itemsp .i-desc {
    background: #ffffff;
    padding: 10px 0px;
  
    overflow: hidden;
}

.titleL {
    color: #000000;
    margin-bottom: 10px;
}

.priceweb {
    text-align: center;
    color: #dd0000;
    font-weight: bold;
    font-size: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
}
.pagination a.page-numbers {
    color: #624c35 !important;
    font-size: 14px !important;
    font-weight: normal;
}
.pagination .page-numbers.current {
    color: #fff !important;
    font-size: 14px !important;
    background: #624c35;
    font-weight: normal;
}

.title-name-product {
    margin-bottom: 5px;
    padding: 0;
}

.title-name-product {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.product .frame_center a:hover {
    text-decoration: unset;
}
._color .Selector:hover ,a.v2_id_item.Selector.color_set_item.active{
    border: 1px solid red;
}
._color .Selector, ._origin .Selector {
    display: inline-block !important;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-right: 8px;
    padding: 5px 8px;
    margin-bottom: 12px;
    min-width: 110px;
}

._color .Selector .color_item font {
    position: absolute;
    top: -26px;
    z-index: 10000;
    background: var(--main-color);
    color: #FFF;
    padding: 1px 7px;
    left: -96%;
    border-radius: 4px;
    min-width: 67px;
    display: none;
    text-align: center;
}

._color .Selector .color_name, ._origin .Selector .color_name {
    display: block;
    margin-top: 6px;
    line-height: 10px;
    margin-left: 8px;
    text-align: center;
}
.v2_price {
    overflow: hidden;
    font-size: 23px;
    font-weight: bold;
    /* font-style: italic; */
    /* text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #7b7b7b; */
    color: #ED1C24;
    /* margin-bottom: 10px; */
    display: inline;
}
._color .Selector .price_follow_color, ._origin .Selector .price_follow_color {
    display: block;
    clear: both;
    margin-top: 4px;
    text-align: left;
    color: #ED1C24;
    text-align: center;

}

#buy-now:hover, #buy-now-2:hover {

}
div#content >div {
    margin-left: initial !important;
}

button#buy-now {
    float: left;
}
#buy-now, .btn-tragop, #buy-now-2 {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #624c35;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #624c35;
}

.tomtat {
    margin-bottom: 16px;
}

.product-extra {
    display: flex;
    gap: 10px;
}


.w-full-inside {
    max-height: 255px;
    overflow-y: auto;
}

.w-full-inside .description {

        line-height: 120%;
}

.bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: #ebeef4;
    background-color: rgba(235,238,244,var(--tw-bg-opacity));
}

.space-x-\[2px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 2px;
    margin-left: calc(2px*(1 - var(--tw-space-x-reverse)));
    margin-right: 0;
    margin-right: calc(2px*var(--tw-space-x-reverse));
}

.font-bold {
    font-weight: bold;
}

.flex-1 {
    flex: 1 1 0%;
}

.line-clamp-1, .line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.duration-150 {
    transition-duration: .15s;
}

.w-\[1px\] {
    width: 1px;
}

.h-\[11px\] {
    height: 11px;
}

.space-x-\[6px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 6px;
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)));
    margin-right: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: #d8dce7;
    background-color: rgba(216,220,231,var(--tw-bg-opacity));
}

.w-full-inside .description {
    font-size: 13px;
}
a.description.\!leading-\[140\%\].font-bold {
    color: #dd0000;
}
span.font-bold.text-gray-700 {
    padding: 0px 5px;
}
.text-gray-600.caption {
    padding: 10px 0px;
}
.flex-shrink-0 svg path {
    fill: #dd0000;
}

.w-full-inside .description {
    font-size: 13px;
    color: #624c35;
}
.p-2 {
    padding: 8px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #eee;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #eee;
}


#customers table {
  border-collapse: collapse;
  width: 100% !important;
      margin-top: 14px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(1){background-color: #f2f2f2; font-weight: bold}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.top-detail-product .row-bb {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    list-style: none;
}

.price_lienhe {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100% !important;
    height: initial !important;
    box-shadow: none;
    position: initial !important;
}
.owl-drag .owl-prev:before, .owl-drag .owl-next:before {
display:none;
}
.owl-dots {
}

.zoomWrapper {
    width: 100% !important;
    display: -webkit-inline-box;
    overflow: hidden;
}


img#zoom_01 {
    height: initial !important;
    position: relative !important;
    display: block;
    margin: auto;
    max-height: 330px;
}

div#gal1 {
    margin-top: 10px;
    overflow: hidden;
	    display: block;
}

#gal1 img{
}

.nav_title {
    border-bottom: 1px solid #ddd;
    /* display: none; */
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.price-filter {
  font-family: sans-serif;
  max-width: 330px;
  margin: 20px auto;
}

.price-filter h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
}

.slider-container input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #444;
  border: none;
  margin-top: -6px;
  position: relative;
  z-index: 2;
}

.slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #444;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.slider-container input[type="range"]:first-child {
  z-index: 3;
}
.slider-container input[type="range"]:last-child {
  z-index: 4;
}

.price-filter-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-filter {
  background-color: #555;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
}

#priceDisplay {
  font-size: 14px;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 430px;
    font-family: sans-serif;
    float: right;
    position: absolute;
    right: 0px;
}

.search-icon {
    background-color: #f1f1f1;
    padding: 18px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
    border: 0px;
    height: 100%;
    height: 50px;
}

.search-input {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: #ddd;
  margin: 0 10px;
}

.search-select {
    border: none;
    background: white;
    padding: 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    appearance: none;
    width: 100px;
}

.tab-content {
    border: 0px solid #ddd;
    padding: 0px;
     margin-bottom: 30px;
}

.sharesocial {
    display: inline-block;
    float: right;
}

.price.cls {
    display: inline-block;
}
.nav_title>li:first-child {
    padding-left: 0;
}

.nav_title>li {
    list-style: none;
    float: left;
    padding: 0 30px;
}

.nav_title li a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 8px 0px;
    position: relative;
}
.nav_title li.active>a:before {
    opacity: 1;
    background: #624c35;
}

span.tag.label {
    background: none;
}

.tagsanpham {
    margin-top: 25px;
}

.another-product {
    clear: both;
    padding: 45px 0px 0px;
}

h3.title {
    font-size: 16px;
}

.insurance-detailAuto {
    border: 1px solid #624c35;
    border-radius: 3px;
    padding: 8px;
    width: 49%;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans';
    float: right;
}

.insurance-detailAuto a {
font-size: 17px;
    color: #ed1b24;
    display: inline-block;
    width: 100%;
        font-weight: bold;
}

.google-map iframe {
    width: 100%;
    margin-top: 45px;
    height: 230px;
    }
div#Map {
    margin-top: 45px;
    margin-bottom: 10px;
}

.img-frame {
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-frame img {
    height: 100%;
    width: initial;
    max-width: initial;
}
b.btnclickOK input {
    padding: 0px;
    background: #3e3e3e;
    border: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    }
.insurance-detailAuto a span {
    color: #222222;
    font-size: 14px;
}

.insurance-detailAuto .phone-number {
    font-weight: bold;
    color: #cc3406;
    font-size: 20px;
}

.nav_title li a:before, .box-product-style2 h3:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
}

.bottom-detail-product {
    margin-top: 30px;
}


.wrap_list_news .item .i-content {
    /* font-size: 14px; */
    /* line-height: 22px; */
    /* max-height: 66px; */
    /* text-align: initial; */
    /* color: #666666; */
    /* overflow: hidden; */
    /* display: none; */
}
.wrap_list_news .itemsp .i-image {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9d9d9;
}

.wrap_list_news_home {
    margin-left: -15px;
    margin-right: -15px;
}

.wrap_list_news_home .item-home {
    padding: 0px 15px;
}

.wrap_list_news_home .itemsp .i-image {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 0px;
}
.hot-line a {
    color: #dd0000 !important;
    font-size: 14px;
    position: relative;
}
.link-more{
    text-align: center;
    margin-bottom: 30px;
}
.link-more a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #624c35;
    background: #624c35;
    color: #ffffff;
    padding: 9px 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-more a:after{
    padding-left: 10px;
    font-family: FontAwesome;
    content: '\f178';
    font-size: 16px;
    line-height: 25px;
}
.link-more a:hover{
    background: #fff;
    color: #624c35;
}

/*===END: NEWS===*/
/*===BEGIN: PARTNER===*/
.vnt-partner{
    padding: 40px 0 50px 0;
    background: url("../images/bg-partner.jpg") no-repeat 50% 50% / cover;
    position: relative;
}
.vnt-partner:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.35);
}
.vnt-partner .wrapper{
    position: relative;
    z-index: 1;
}
.vnt-partner .vp-title{
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 15px 0 25px;
    margin-bottom: 30px;
}
.vnt-partner .vp-title h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.vnt-partner .vp-title a{
    color: #ffffff;
}
.vnt-partner .vp-title:after{
    position: absolute;
    bottom: 0%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
    height: 12px;
background: url(/theme/icon-title2.png);
    background-size: 100%;
}
#slider-partner{
    margin: 0 -15px 100px -15px;
}
#slider-partner:after{
    display: block;
    content: '';
    clear: both;
}
#slider-partner .item{
    position: relative;
    margin: 0 15px;
    float: left;
    width: 20%;
}
#slider-partner .item a{
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 57%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}
#slider-partner .item a img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#slider-partner .item a:hover img{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
#slider-partner .slick-arrow{
    width: 42px;
    height: 52px;
    background: #f7941e;
    border: 1px solid #f7941e;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: auto;
    bottom: -126px;
}
#slider-partner .slick-arrow:hover{
    border-color: #bb141a;
    background: #bb141a;
}
#slider-partner .slick-prev{
    left: 50%;
    margin-left: -43px;
}
#slider-partner .slick-next{
    right: 50%;
    margin-right: -43px;
}
#slider-partner .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 33px;
    line-height: 40px;
}
#slider-partner .slick-prev:after{
    content: '\f104';
}
#slider-partner .slick-next:after{
    content: '\f105';
}
/*===END: PARTNER===*/
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@media screen and (max-width: 1024px){
.menu-desktop {
    display: none;
}
    .list_news .item .i-img{
        width: 140px;
    }
    .list_news .item .i-desc {

    }
    #slider_prod .slick-prev{
        left: 5px;
    }
    #slider_prod .slick-next{
        right: 5px;
    }
    #slider_prod{
        margin: 0 -5px;
    }
    #slider_prod .item{
        margin: 0 5px;
    }
}
@media screen and (max-width: 991px){
.list_product .item .i-img a img {
    height: 125px !important;
    width: 125px !important;
}

.list_product .item {
    padding: 15px;
}

.list_product .item .i-img a {
    width: 125px;
    height: 125px;
}
    .group-news .row-news{
        width: 100%;
    }
    #slide_fnews .item .i-desc .i-title{
        font-size: 16px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
    }
    .vnt-partner{
        padding: 20px 0 35px 0;
    }
    .vnt-partner .vp-title{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    #slider-partner {
        margin: 0 -5px 75px -5px;
    }
    #slider-partner .item{
        margin: 0 5px;
    }
    #slider-partner .slick-arrow{
        bottom: -100px;
    }
.vnt-about .about-text {
    width: 100%;
    padding: 15px;
    min-height: 0;
    background: #fff;
    position: relative;
    opacity: 0.9 !important;
}
    .vnt-about .about-img a{
        position: absolute;
        top: 0;
        left: 0;
    }
.vnt-about .about-text {
    width: 100%;
    padding: 15px;
    min-height: 0;
    background: #fff;
}
.vnt-about {
    position: relative;
    padding-top: 0px;
    padding: 0px !important;
    background: #fff;
}
    .vnt-about .wrap_hidden{
        max-height: none;
        margin-bottom: 0;
    }
    .vnt-about .about-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .feature_news{
        margin-bottom: 20px;
    }
    .title-main{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    
.vnt-about .about-img img {
    max-height: 300px;
    margin: auto;
    display: block;
}

.vnt-about .about-img {
    float: unset;
    width: 100%;
    display: none !important;
}

.vnt-about .wrapper {
    display: unset;
    align-items: unset;
}

}
.list_product .w_item:nth-child(1) {

}
.list_product .w_item:nth-child(2) {
    border-left: 0px;

}
.list_product .w_item:nth-child(3) {
    border-top: 0px;
}
.list_product .w_item:nth-child(4) {
    border-left: 0px;
    border-top: 0px;
}

.vnt-product {
    padding: 20px 0px;
}


@media screen and (max-width: 767px){
.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 331px;
    font-family: sans-serif;
    float: unset;
    position: unset;
    right: 70px;
    height: 40px;
}

.search-select {
    width: 73px;
}

.vnt-about .about-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    background: unset;
    margin: 0px;
    padding: 0px;
}

.vnt-about .about-text {
    padding: 0px 15px;
}

.go_top {
    display: none !important;
}

.vnt-about:before {
    background: #fff !important;
}

.vnt-about:after {
    background: #fff !important;
}

.wrap_list_news .item.itemsp .i-title h3, .wrap_list_news_home .item.itemsp .i-title h3 {
}

.hot-line {
    display: none;
}

.footer .secarea h4 {
    display: none;
}

ul.ft-social {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.link-more {
    text-align: center;
    margin-bottom: 0px;
}

.vnt-about .link-more {
    text-align: center;
    margin-top: 15px;
}
    .vnt-product{
        padding: 0;
    }
    .vnt-news{
        padding: 0;
    }
    .vnt-product-news{
        padding: 0 0 30px;
    }
    .list_product .item  .i-title a{
        font-size: 15px;
        line-height: 25px;
    }
.list_product .w_item {
    width: 50% !important;
    padding: 0 1px;
    margin-bottom: 2px;
    float: left;
    padding: 0px !important;
}
.vnt-product {
    padding: 0px 0px 30px;
}
}
@media screen and (max-width: 600px){
.header__inner {
    flex-wrap: unset;
}
}
@media screen and (max-width: 639px){

  .contact-details__info li .text {
    margin-left: 15px;
  }
  .contact-details__info li .text span {
    font-size: 16px;
  }
.list_product .w_item:nth-child(2) {
    border-left: 1px solid #eee;
    border-top: 0px;
}
.list_product .w_item:nth-child(4) {
    border-left: 1px solid #eee;
    border-top: 0px;
}

.vnt-tamnhin .wrapper {
    padding: 0px;
    margin-top: -20px;
}

.vnt-tamnhin .about-text {
    width: 100%;
    margin-left: auto;
    padding: 30px 0px;
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    min-height: 470px;
}

.vnt-tamnhin .about-content {
    font-size: 16px;
    left: 25px;
    line-height: 170%;
    color: #666;
    padding: 0px 15px;
}

.vnt-tamnhin .about-text {
    width: 100%;
    margin-left: auto;
    padding: 30px 0px;
    position: relative;
    z-index: 10;
    background: rgb(255 255 255 / 81%);
    min-height: 470px;
}

.vnt-tamnhin .about-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.vnt-tamnhin .wrapper {
    padding: 0px;
}

    .list_product .w_item{
        width: 100%;
    }
.list_product .w_item {
    width: 100% !important;
    padding: 0 1px;
    margin-bottom: 2px;
    float: left;
    padding: 0px !important;
}

.list_product .item .i-img a img {
    height: 105px !important;
    width: 105px !important;
}

.list_product .item {
    padding: 15px;
}

.list_product .item .i-img a {
    width: 105px;
    height: 105px;
}
.list_product .item .i-title {
    /* height: 45px; */
    width: 250px;
}    
}

@media screen and (max-width: 568px){
.list_product .w_item {
    width: 100% !important;
    padding: 0 1px;
    margin-bottom: 2px;
    float: left;
    padding: 0px !important;
}
.list_product .item .i-title {
    /* height: 45px; */
    width: 250px;
}
.wrap_list_news .item .i-image a img {

    min-height: initial;
}

.list_news .item .i-title a {
    -webkit-line-clamp: 5;
}
.list_product .w_item:nth-child(5) {
    width: 100%;
    padding: 0 1px;
    margin-bottom: 2px;
    float: left;
}

.nav_title>li {
    list-style: none;
    float: left;
    padding: 0 5px;
    text-align: left;
    width: 33.333%;
    background: #ffffff;
    border-left: 0px solid #d9d9d9;
    line-height: 15px;
    position: relative;
}

.nav_title li a:before, .box-product-style2 h3:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
    left: 0px;
}

.nav_title li a {
    font-size: 13px;
    color: #213165;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 8px 0px;
    position: relative;
    height: 40px;
}

.wrap_list_news .item {
    width: 50% !important;
    margin-bottom: 0px !important;
    padding: 0 15px 30px !important;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .m-sub > a > .fa {
    display: none;
}



.wrap_list_news .item .i-desc {

}

.wrap_list_news .item .i-image a .i-date {

    display: none;
}

.wrap_list_news .item .i-image {
    overflow: hidden;
    background: #fff;
}


.priceweb {

}

ul.pagination.pagination-sm {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.wrap_list_news .itemsp .i-desc {
    background: #ffffff;
    padding: 5px 0px;
    height: initial;
    overflow: hidden;
}
.another-product {
    clear: both;
    padding: 0px;
    background: #213165;
    padding: 10px;
    text-align: center;
    color: #fff000;
}

._color.cls {
    display: flex;
    justify-content: center;
}

._color label, ._origin label {
    display: none;
}

div#gal1 {
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

div#gal1 a {
    margin: 1px;
    width: 24%;
    padding: 5px;
}

.title-name-product {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    line-height: initial;
    text-align: center;
}

#buy-now, .btn-tragop, #buy-now-2 {
    width: 100%;
}    
}
@media screen and (max-width: 479px){
    .list_news .item .i-img{
        width: 120px;
    }
 .product-extra {
    display: inline-block;
    width: auto;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}   
.flex-main .wrap_list_news {
    display: block;
    justify-content: center;
}
.wrap_list_news .itemsp .i-image {
    overflow: hidden;
    background: #ffffff;
}
.list_news .item .i-desc {
    width: 100%;
    padding: 5px 0px;
}
    .list_news .item .i-content{
        display: none;
    }
.list_news .item .i-title a {
    max-height: 42px;
    white-space: normal;
    font-size: 15px;
    line-height: 18px;
}
    .vnt-about .about-img a .wrap_video{
        left: 10px;
        right: 10px;
    }
    .vnt-about .about-img a .icon_video{
        width: 60px;
        height: 60px;
        padding: 5px 0;
        margin: 10px auto;
    }
}
@media screen and (max-width: 414px){
    #slider_prod .slick-arrow{
        top: 30%;
    }
}

.desc .title-about{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #213165;
    text-align: initial;
    margin-bottom: 20px;
}
.text-wellcome{
font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
    color: #624c35;
    padding-left: 45px;
    margin: 15px 0;
    position: relative;
    font-weight: bold;
}
.text-wellcome:after{
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    font-family: FontAwesome;
    top: -7px;
    left: 0;
    content: '\f10d';
    color: #624c35;
}

.breadcrumb {
margin: 0;
    padding: 7px 0 7px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background: #efefef !important;
    position: relative;
    margin-top: 10px;
}
.color-bold{
    font-weight: bold;
    color: #213165;
}
.weight-color-bold{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #213165;
}
.desc .list_ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.desc .list_ul li{
    list-style: none;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.desc .list_ul li:after{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f10c';
    color: #f58124;
}
.get-to-know__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.get-to-know__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.get-to-know__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.get-to-know__img-box:hover .get-to-know__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.get-to-know__img img {
  width: 100%;
}

.get-to-know__small-img {
  position: absolute;
  bottom: -94px;
  right: -100px;
  z-index: 2;
}

.gioithieu .get-to-know__small-img {
    position: absolute;
    bottom: -94px;
    right: -65px;
    z-index: 2;
}

.get-to-know__small-img img {
  width: auto;
}

.get-to-know__client-box {
    position: absolute;
    top: 90px;
    left: -100px;
    background-color: #624c35;
    padding: 18px 50px 28px;
    z-index: 2;
}

.get-to-know__client-box::after {
  position: absolute;
  top: -30px;
  right: 0px;
  content: "";
  width: 0;
  border-left: 40px solid transparent;
  border-bottom: 30px solid var(--notech-base, #624c35);
}

.get-to-know__client-box h3 {
    font-size: 24px;
    color: var(--notech-white, #ffffff);
    font-weight: 700;
    line-height: 34px !important;
    font-family: var(--notech-font, "Oswald", sans-serif) !important;
    display: inline-block;
}

.get-to-know__plus {
    font-size: 24px;
    color: var(--notech-white, #ffffff);
    font-weight: 700;
    line-height: 34px !important;
    font-family: var(--notech-font, "Oswald", sans-serif) !important;
}

.get-to-know__client-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
}

.get-to-know__client-box .odometer-formatting-mark {
  display: none;
}

.get-to-know-shape-1 {
  position: absolute;
  bottom: -150px;
  left: -187px;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
  z-index: -1;
}
.gioithieu {
    position: relative;
}
.gioithieu .get-to-know-shape-1 {
  position: absolute;
  bottom: -450px;
  left: -187px;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
  z-index: -1;
}

.vnt-about.gioithieusec {
    padding: 60px 0 30px !important;
}

.get-to-know-shape-1 img {
  width: auto;
}

.get-to-know__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.get-to-know__right .section-title {
  margin-bottom: 30px;
}

.get-to-know__points {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 37px;
}

.get-to-know__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__points li + li {
  margin-top: 4px;
}

.get-to-know__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__points li .icon span {
  color: var(--notech-base, #6653e8);
  font-size: 16px;
}

.get-to-know__points li .text {
  margin-left: 10px;
}

.get-to-know__points li .text p {
  color: var(--notech-black, #1baf48);
}

.get-to-know__it-solutions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px;
}

.get-to-know__it-solutions-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__it-solutions-icon span {
  font-size: 65px;
  color: var(--notech-primary, #2be4ac);
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.get-to-know__it-solutions:hover .get-to-know__it-solutions-icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.get-to-know__it-solutions-text-box {
  margin-left: 18px;
}

.get-to-know__it-solutions-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--notech-black, #1baf48);
  margin: 0;
  line-height: 36px;
}

.block-strengths-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 30px;
}
.block-strengths-row .item {
    float: left;
    width: calc(100% / 3 - 5px);
}
.block-strengths-row img {
    max-width: 100px;
}
@media screen and (max-width: 450px) {
  .block-strengths-row .item {
    width: calc(100% / 3 - 5px);
  }
}
.block-strengths-row .item .icon {
  padding-bottom: 25px;
  animation: 4s ease-in-out 0s normal none infinite running icon-run;
}
@media screen and (max-width: 450px) {
  .block-strengths-row .item .icon {
    padding-bottom: 0px;
  }
}
.block-strengths-row .item .icon .svg-content {
  text-align: center;
}
.block-strengths-row .item .icon .svg-content svg {
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 450px) {
  .block-strengths-row .item .icon .svg-content svg {
    height: 60px;
    width: 60px;
  }
}
.block-strengths-row .item .content {
  padding: 0px 15px;
  text-align: center;
}
.box-header-top {
    font-size: 14px;
}
@media screen and (max-width: 450px) {
  .block-strengths-row .item .content {
    padding: 0px 10px;
  }
}
.block-strengths-row .item .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 25px;
}
@media screen and (max-width: 740px) {
.block-strengths-row .item .content .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    top: 10px;
}
.pos2 {
    padding-top: 30px;
    padding-bottom: 0px;
}

}
@media screen and (max-width: 450px) {
.block-strengths-row .item .content .title {
    font-size: 18px;
    line-height: 15px;
}
}
.block-strengths-row .item .content .summary {
    font-size: 14px !important;
    line-height: 26px;
    width: 90%;
    margin: 0px auto;
    font-weight: 500;
    font-family: arial;
}
@media screen and (max-width: 736px) {
  .block-strengths-row .item .content .summary {
  }
}
@media screen and (max-width: 736px) {
  .block-strengths-row .item:nth-child(2) {
    border-right: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
  }
}
@media screen and (max-width: 736px) {
  .block-strengths-row .item:nth-child(2) {
    border: none;
  }
}
.block-strengths-row .item .content {
  position: relative;
}
.block-strengths-row .item .content:before {
    background: #eee;
    content: "";
    position: absolute;
    right: 0px;
    width: 2px;
    height: 150px;
}
@media screen and (max-width: 736px) {
.block-strengths-row .item .content:before {
  background: var(--main-color);
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 150px;
}
.pos3 .title-special {
    margin-bottom: 20px;
}
}

.block-strengths-row .item:last-child .content:before {
  background: var(--main-color);
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 150px;
}

@media screen and (max-width: 736px) {
  .block-strengths-row .item:nth-child(2) .content {
    border: none;
  }
}

@keyframes icon-run {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  25% {
    transform: rotate(-3deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(3deg) scale(1) skew(1deg);
  }
  75% {
    transform: rotate(-3deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@media screen and (max-width: 1024px){
    .desc .title-about{
        font-size: 28px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .desc .title-about {
        font-size: 22px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
.vnt-about .about-content {
    font-size: 15px;
    text-align: justify;
    margin-top: 5px;
}

.vnt-about .about-img {
    float: unset;
    width: 100%;
    padding-right: 0px;
}

.get-to-know__client-box {
    position: unset;
    top: 0;
    left: 0px;
    background-color: #ed1b24;
    padding: 18px 50px 28px;
    z-index: 2;
}

.vnt-about .about-img img {
    max-height: unset;
    margin: auto;
    display: block;
}

.get-to-know__small-img {
    display: none;
}

.get-to-know__img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px;
}

.vnt-about .about-img img {
    max-height: unset;
    margin: auto;
    display: block;
    position: unset !important;
}

.get-to-know__client-box::after {
    position: unset;
    display: none;
}

.vnt-about {
    position: relative;
    padding-top: 0px;
    background: #fff;
    padding: 0px;
}

.block-strengths-row {
    display: block;
    justify-content: unset;
    flex-wrap: unset;
    padding-top: unset;
}

.block-strengths-row .item {
    float: left;
    width: 100%;
}

.block-strengths-row .item {
    float: left;
    width: 100%;
}

.block-strengths-row .item .icon {
    padding-bottom: 0px;
    animation: 4s ease-in-out 0s normal none infinite running icon-run;
}

.block-strengths-row .item {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 40px;
}

.block-strengths-sections {
    padding: 0px !important;
    padding-top: 15px !important;
}

.block-strengths-row img {
    max-width: 50px;
}
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.w-full.h-full {
    border: 1px solid #ebeef4;
    border-radius: 5px;
}

#agencyArea{
    margin-top:30px
}
#agencyArea .item {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-left: 0px;
}

#agencyArea  li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 0px;
    color: #624c35;
}

#agencyArea {
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

#agencyArea .item h3{
    margin-bottom:8px;
    font-size:16px
}
#agencyArea .item p{
    margin:3px 0
}
#agencyArea .item .add{
    display:flex;
    justify-content:space-between
}
#agencyArea .item .add .left{
    width:80%;
    padding-right:20px;
    text-align:left
}
#agencyArea .item .add .right{
    width:20%;
    text-align:right;
    margin-top:4px
}
#agencyArea .item .add .right a{
    font-size:12px !important;
    text-transform:uppercase;
    color:red !important;
    text-decoration:underline !important;
}
#agencyArea .item .add .right a:hover{
    color:red !important
}
#agencyArea .item .meta{
    display:flex;
    justify-content:space-between
}
#agencyArea .item .meta .right a{
    font-size:13px;
    display:flex;
    align-items:center
}
#agencyArea .item .meta .right a svg{
    width:13px;
    height:13px
}
#agencyArea .item .detailArea{
    margin-top:10px;
    padding:10px;
    border:1px solid #ececec
}
#agencyArea .item .detailArea img{
    max-width:100%;
    height:auto
}

.detailArea iframe {
    width: 100%;
    height: 200px;
}

.the-content select#cities {
    max-width: 205px;
    margin-top: 15px;
}

.the-content .flex .text-gray-600.caption {
    font-size: 13px;
    position: relative;
    top: 10px;
    left: 15px;
}
