*:active,*:focus{
    outline: 0;
}
a, a:hover, a:visited, a:focus{
    text-decoration: none;
}
body,html{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color:#333333;
    font-weight: 400;
}
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
html::-webkit-scrollbar-thumb {
    background-color: #523594;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
*:focus{
    outline: 0;
}
a, button{
    color:#333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:focus, button:focus{
    outline: 0;
}
a:hover{
    color: #00a9e4;
}
input{
    color: #333333;
}
.vnttitle{

}
.vnttitle, .vnttitle h2, .vnttitle h1{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}
.vnttitlebold{
    margin-bottom: 15px;
}
.vnttitlebold h2, .vnttitlebold h1{
    font-weight: bold;
}
.vnttitlew{
    color: #fff;
}
.vntcaption{
    text-align: center;
    letter-spacing: 1.2px;
}

#vnt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: inherit;
}
#vnt-header{
    position: relative;
    z-index: 112;
    min-height: 90px;
}
.vntheader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.wrapper{
    max-width:1200px;
    padding: 0 15px;
    margin:0 auto; 
}
.wrappers{
    max-width:1300px;
    margin:0 auto; 
}
.wraps{
    max-width:970px;
    margin:0 auto;
}
div#vnt-slide .img img,
div#vnt-slide-home img {
    width: 100%;
}
.wrapCont {
    padding: 60px 0 50px;
}
.slick-init .item{
    display: none;
}
.slick-init .item.slick-slide,
.slick-init .item:first-child{
    display: block;
}
.slick-slider { display: table; table-layout: fixed; width: 100%; }
.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
    max-height: 40px;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/select.png");
    background-size: 15px 9px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
/*==================END SETUP======================*/
/*==================BEGIN LAZYLOADING==============*/
.lazyloading{
    opacity: 0;
}
.lazy-start{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*==================END LAZYLOADING================*/
/*==================BEGIN HEADER===================*/
.languageTop{
    position: relative;
}
.languageTop .icon{
    padding-right: 17px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #cccccc;
}
.languageTop .icon:after{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.languageTop.active .icon{
    color: #00a9e4;
}
.languageTop .popup {
    background: #333333;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    width: 160px;
    padding: 20px;
}
.languageTop.active .popup {
    opacity: 1;
    visibility: initial;
}
.languageTop .popup ul li{
    margin-bottom: 15px;
}
.languageTop ul{
    display: flex;
    align-items: center;
    align-content: center;
}
.languageTop ul li{
    margin-right: 10px;
}
.languageTop ul li:last-child{
    margin-right: 0;
}
.languageTop ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
}
.languageTop ul li a:hover{
    color: #00a9e4;
}
.languageTop ul li a span{
    margin-left: 8px;
    display: inline-block;
}
.languageTop ul li a img{
    width: 25px;
    height: 17px;
}
.mainhead {
    padding: 0 30px ;
    position: relative;
}
.menutop{
    width: 100%;
}
.menutop > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}
.menutop > ul > li.hassub{
    position: relative;
}
.menutop > ul > li{
    margin-right: 45px;
}
.menutop > ul > li > ul{
    position: absolute;
    top: 100%;
    min-width: 180px;
    background-color: #fff;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 10px 20px 20px;
    z-index: 2;
    left: 0px;
    opacity: 0;
    visibility: initial;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menutop > ul > li:hover > ul{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.menutop > ul > li > ul > li{
    margin-bottom: 15px;
}
.menutop > ul > li > ul > li:last-child{
    margin-bottom: 0;
}
.menutop > ul > li > ul > li > a{
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    
}

.menutop > ul > li:last-child{
    margin-right: 0;
}
.menutop > ul > li > a{
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 33px 0;
    position: relative;
    color: #333333;
}
.menutop > ul > li > a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    margin-top: 15px;
    height: 2px;
    background-color: #06a7de;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menutop > ul > li.active > a::before, .menutop > ul > li.current > a::before, .menutop > ul > li:hover > a::before{
    width: 100%;
}
.menutop ul li.home a i{
    font-size: 18px;
    line-height: 25px;
}
.menutop ul li .submenuhe{
    position: absolute;
    top: 100%;
    left: 0;
    right: -30px;
    min-width: 770px;
    background-color: #fff;
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-height: calc(100vh - 93px);
    overflow: hidden;
    overflow-y: auto;
}
.submenuhe::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.submenuhe::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menutop ul li:hover .submenuhe{
    pointer-events: auto;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menutop .submenuhe .gripsubmenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.submenuhe .gripsubmenu .colmm{
    width: 53%;
}
.submenuhe .gripsubmenu .colnn{
    width: 47%;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.menutop .gripitemsub{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.menutop .gripitemsub .itemsub{
    width: 200px;
    padding: 25px;
    position: relative;
    background-color: #f6f6f6;
    height: 100%;
}
.menutop .itemsubnav >ul > li{
    display: block;
    margin-bottom: 20px;
}
.menutop .itemsubnav > ul > li > a{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    color: #333333;
}
.menutop .itemsubnav > ul > li > a span{
    display: block;
    position: relative;
    padding-right: 25px;
}
.menutop .itemsubnav > ul > li > a  span::before{
    content: '\e929';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #333333;
}
.menutop .itemsubnav > ul > li.active > a, .menutop .itemsubnav > ul > li > a:hover{
    color: #573f80;
}
.menutop .itemsubnav > ul > li.active > a span::before{
    opacity: 1;
}
.menutop .gripitemsub .itemsub li:hover .itemsublv{
    opacity: 1;
    visibility: initial;
}
.menutop .gripitemsub .itemsublv .titlemtitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #555555;
}
.menutop .gripitemsub .itemsublv .titlemtitle a{
    padding: 0;
    text-transform: initial;
}
.menutop .gripitemsub .itemsublv li a{
    padding: 10px 0;
}
.menutop .gripitemsub .itemsublv li a:hover{
    color: #ff0000;
}
.gripitemsub .itemtabsub{
    width: calc(100% - 200px);
    padding: 25px 30px;
    background-color: #fff;
}
.gripitemsub .itemtabsub .itemsubfor{
    position: absolute;
    z-index: -1111;
    pointer-events: none;
    opacity: 0;
    top: 0;
}
.gripitemsub .itemtabsub .itemsubfor.active{
    z-index: 1;
    pointer-events: auto;
    position: relative;
    opacity: 1;
}
.itemtabsub .vhsubhasll{
    margin-bottom: 10px;
}
.itemtabsub .vhsubhasll > li{
    padding-bottom: 18px;
}
.itemtabsub .vhsubhasll > li .m-sub{
    display: flex;
    align-items: center;
    align-content: center;
}
.itemtabsub .vhsubhasll > li .m-sub > a{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    

}
.itemtabsub .vhsubhasll > li .m-sub .button-submenu{
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border-radius: 100%;
    background-color: #eeeeee;
    position: relative;
    color: #666666;
    cursor: pointer;
}
.itemtabsub .vhsubhasll > li .m-sub .button-submenu::before{
    content: '\ea0a';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6px;
}
.itemtabsub .vhsubhasll > li.active .m-sub .button-submenu{
    background-color: #f0c55a;
    color: #fff;
}
.itemtabsub .vhsubhasll > li.active .m-sub .button-submenu::before{
    content: '\ea0b';
}
.itemtabsub .vhsubhasll > li > ul{
    display: none;
    padding-top: 10px;
}
.itemtabsub .vhsubhasll > li > ul li{
    margin-bottom: 7px;
}
.itemtabsub .vhsubhasll > li > ul li:last-child{
    margin-bottom: 0;
}
.itemtabsub .vhsubhasll > li > ul li a{
    color: #888888;
    display: inline-block;
}
.itemtabsub .vhsubhasll > li > ul li a:hover{
    color: #000000;
}
.viewaub a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.viewaub a span{
    display: inline-block;
    padding-right: 26px;
    position: relative;
    font-family: 'Merriweather', serif;
}
.viewaub a span::before{
    content: '\e929';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 10px;
}

.menutop .bansubitem{
    height: 100%;
    padding: 30px;
}
.bansubitem .thumb{
    margin-bottom: 15px;
}
.bansubitem .thumb img{
    width: 100%;
}
.bansubitem .decs{
    text-align: center;
}
.bansubitem .dstitle{
    margin-bottom: 5px;
}
.bansubitem .dstitle, .bansubitem .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
}
.bansubitem .dstend{
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/*==================END HEADER=====================*/
/*==================BEGIN BREADCRUMB===============*/

.breadcrumb {
    background: #eff6ff;
    padding: 12px 0;
}
.breadcrumb:after{
    content: "";
    display: block;
    clear: both;
}
.breadcrumb ul {
    text-align: center;
    width: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.breadcrumb ul li {
    padding: 0;
    margin: 0 10px;
    float: left;
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Merriweather', serif;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    display: block;
    font-size: inherit;
    line-height: inherit;
    color: #333333;
    text-transform: inherit;
}
.breadcrumb ul li.home a i:before{
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb ul li a:hover {
    color: #00a9e4
}
.breadcrumb ul li:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: -14px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
/*==================END BREADCRUMB=================*/
/*==================BEGIN BOX MID==================*/
.vnt-detail .box_mid .mid-title .titleL{
    margin-bottom: 20px;
}
.box_mid .mid-title{
    margin-bottom: 10px;
}
.box_mid .mid-title .titleL{
    font-size: 28px;
    line-height: 37px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}
.box_mid .mid-title .titleLLef{
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.box_mid .mid-title .titleL.titleLDetails{
    text-transform: unset;

}
.box_mid .mid-title .titleL.titlenoline{
    text-align: left;
    padding: 0;
}
.box_mid .mid-title .titleL.titlenoline::before{
    display: none;
}
.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.box_mid .mid-title .titleR{
    float: none;
}
.box_mid .mid-title .logoTitle{
    font-size: 36px;
    line-height: 44px;
    color: #576974;
    font-weight: bold;
}
.box_mid .mid-title .logoTitle span{
    background: #f9a51c;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}
/*==================END BOX MID====================*/
/*=================BEGIN MENU TAB==================*/
.tabMenu{
    margin-bottom: 35px;
}
.menuTab{
    border-top: 1px solid #c8492c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menuTab ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.menuTab ul li {
    margin-right: 10px;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
}
.menuTab ul li a:hover, 
.menuTab ul li.current a, .menuTab ul li.active a  {
    color:#c8492c;
}
.menuTab .mc-menu{
    font-size: 14px;
    line-height: 22px;
    border:solid 1px #c8492c;
    color:#c8492c;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.menuTab .mc-menu:before{
    content: "\f078";
    position: absolute;
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menuTab.active .mc-menu:before{
    content: "\f077";
}
/*=================END MENU TAB====================*/
/*================BEGIN PAGINATION=================*/
.pagination ul li span.pagecur, .pagination ul li a{
    background: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #333333;
    font-weight: bold;
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
    background: #523594;
    border-color:#523594;
    color:#ffffff;
}
/*================END PAGINATION===================*/
/*================BEGIN : MY TOOLS=================*/
.the-content{
    margin-bottom: 30px;
}
.myTools {
    padding: 10px;
    background-color: #f2f2f2;
}
.myTools .share{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share .txt{
    margin-right: 10px;
}
.myTools .share ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share ul li{
    margin-right: 5px;
}
.myTools .share ul li a{
    display: block;
    width: 30px;
    height: 35px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.myTools .share ul li a:hover{
    border-radius: 0;
}
.myTools .share ul li a i, .myTools .share ul li a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
}
.myTools .share ul li {
    float: left;
}
.myTools .print{
    float:right;
    margin-top: 5px;
}
.myTools .print ul li {
    float: left;
    margin-left: 15px;
}
.myTools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.myTools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  */
.myTags {
    margin-bottom: 15px;
}
.myTags p {
    float: left;
    padding: 0;
    margin-right: 10px;
    text-transform: uppercase;
    color:3666666;
}
.myTags ul li {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
    position: relative;
}
.myTags ul li:after {
    content: "/";
    position: absolute;
    right: -5px;
    color:#999999;
}
.myTags ul li:last-child{
    padding-right: 0px;
}
.myTags ul li:last-child:after {
    content: initial;
}
.myTags ul li a {
    color: #939292;
    font-style: italic;
}
.myTags ul li a:hover{
    color: #f9a51c;
}
.comment{

}
.comment .title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
}
.comment .title::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #51aa1b;
    left: 0;
    bottom: 0;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 80px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #f9a51c;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    border: 1px solid rgba(0,0,0,0.1);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}

.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 16px;
    font-weight: bold;
    color: #573f80;
    font-family: 'Merriweather', serif;
}
.grid-comment .node-commnet .info-comment .info-preson .admin{
    display: inline-block;
    margin: 0 10px;
    background-color: #00a9e4;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
    line-height: 20px;
}
.grid-comment .node-commnet .info-comment .info-preson .time{
    color: #bbbbbb;
    font-size: 13px;
}
.grid-comment .node-commnet .info-comment .ccomment{
    font-size: 14px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #00a9e4;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    color: #00a9e4;
}

.listanswer .nodeanswer{
    border-left: 5px solid #dee2e6;
    margin-bottom:10px;
    padding-left: 20px;
}
.conmment-facebook{
    margin-bottom: 25px;
}
/*==================END MY TOOLS===================*/


input::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
  }
input:-ms-input-placeholder {
    color: #afafaf;
  }
input::-webkit-input-placeholder {
    color: #afafaf;
}
/*  */
.timeOpen .title{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}
.timeOpen .title span{
    padding-left: 30px;
    position: relative;
}
.timeOpen .title span:before{
    content: "\f073";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 32px;
}
.timeOpen .content p{
    padding: 0;
}
.menuCp ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.menuCp ul li{
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px rgba(0,0,0,0.07);
}
.menuCp ul li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.menuCp ul li a{
    display: block;
    font-size: 13px;
    line-height: 15px;
    color:#838383;
}
.menuCp ul li a:hover{
    color:#f9a51c;
}

/*==================GO TOP=========================*/

.go_top{
    display: block;
    background: #fff;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #666666!important;
    border-radius: 100%;
    font-weight: 400;
}
.go_top::before{
    content: '\f062';
    position: absolute;
    font-family: FontAwesome;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 13px;
    line-height: 20px;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-80%);}
    60% {transform: translate(-50%,-60%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-80%);}
    60% {-webkit-transform: translate(-50%,-60%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-80%);}
    60% {-moz-transform: translate(-50%,-60%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-80%);}
    60% {-o-transform: translate(-50%,-60%);}
}

.line_dotted{
    border-top: 1px dotted #fff;
}
/* ============================================== */
.viewall{

}
.viewall a{
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 45px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background-color: #00a9e4;
    color: #fff;
    border-radius: 3px;
}
.viewall a:hover{
    background-color: #b61034;
}

.vnt-bg-over{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vnt-bg-over.active{
    opacity: 0.3;
    z-index: 5;
    pointer-events: auto;
}

/* style account */
.vhpoplogris{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -111;
    opacity: 0;
    visibility: hidden;
}
.vhpoplogris.active{
    z-index: 1112;
    opacity: 1;
    visibility: initial;  

}
.vhpoplogris .bgPopup{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.vhpoplogris.active .bgPopup{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.7;
}
.vhpoplogris .bgcontetnP{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 112;
    max-width: 430px;
    width: 100%;
    max-height: calc(100vh - 30px);
}
.vhpoplogris .contentPop{
    position: relative;
    z-index: 11;
    pointer-events: auto;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    max-height: 100%;
}
.vhpoplogris .contentPop::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.vhpoplogris .contentPop::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.vhpoplogris .contentPop .poplogin , .vhpoplogris .contentPop .popregister,.vhpoplogris .contentPop .popforGot{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    background-color: #ffff;
    height: 0;
    pointer-events: none;
    padding:20px 30px 30px;
    display: none;
}
.vhpoplogris .contentPop .poplogin.active, .vhpoplogris .contentPop .popregister.active ,.vhpoplogris .contentPop .popforGot.active{
    opacity: 1;
    visibility: initial;
    height: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    pointer-events: auto;
    display: block;
}
.vhpoplogris .contentPop .closePop{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    border-radius: 100%;
    right: 15px;
    top: 15px;
    opacity: 1;
}
.vhpoplogris .contentPop .closePop span{
    position: absolute;
    top: 11px;
    left: 5px;
    width: 25px;
    height: 2px;
    background-color: #333333;
    transform: rotate(45deg);
    display: block;
}
.vhpoplogris .contentPop .closePop span::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 2px;
    background-color: #333333;
    transform: rotate(90deg);
}
.vhpoplogris .infoPop .listTab ul{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 25px;
}
.vhpoplogris .infoPop .listTab li{
    margin-right: 20px;
}
.vhpoplogris .infoPop .listTab li:last-child{
    margin-right: 0;
}
.vhpoplogris .infoPop .listTab li a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
}
.vhpoplogris .infoPop .listTab li.active a, .vhpoplogris .infoPop .listTab li:hover a{
    color: #523594;
}
.vhpoplogris input{
    height: 40px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: 400;
    border-radius: 0!important;
    padding: 0 15px;
}
.vhpoplogris input::-webkit-input-placeholder { /* Edge */
    color: #999999;
}
.vhpoplogris input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
.vhpoplogris input::placeholder {
    color: #999999;
}
.vhpoplogris select{
    height: 40px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: 400;
    border-radius: 0!important;
    padding: 0 35px 0 15px;
}
.vhpoplogris .formFa{
    position: relative;
} 
.vhpoplogris .formFa input{
    padding-right: 40px;
}
.vhpoplogris .formFa .hidepass{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.vhpoplogris .ttform{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.vhpoplogris .ttform span{
    color: #ff0000;
}
.vhpoplogris .frmnote{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    margin-bottom: 15px;
}
.vhpoplogris .hidepass .iconFa{
    display: block;
    position: relative;
}
.vhpoplogris .hidepass .iconFa::before{
    content: "\f06e";
    font-family: FontAwesome;
    color: #999999;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.vhpoplogris .changefa .hidepass .iconFa::before{
    content: "\f070";
}
.vhpoplogris .contentTab{
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 135px);
}
.vhpoplogris .contentTab::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhpoplogris .contentTab::-webkit-scrollbar-thumb {
    background-color: #00a9e4;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 25px;
}
.vhpoplogris .contentTab .checkbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.vhpoplogris .contentTab .checkbox label{
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 3px;
    color: #1d1d1d;
}
.vhpoplogris .contentTab .checkbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vhpoplogris .contentTab .checkbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vhpoplogris .contentTab .checkbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: white;
}
.vhpoplogris .contentTab .checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #00a9e4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}
.vhpoplogris .contentTab .checkbox a{
    color: #06a7de;
    margin-left: 5px;
}
.vhpoplogris .jusright{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.vhpoplogris .jusright > div{
    padding: 0 5px;
    width: 50%;
    margin-top: 0;
}
.vhpoplogris .jusright .btnColo{
    margin-top: 0;
}
.vhpoplogris .btnColo{
    display: block;
    width: 100%;
    margin-top: 20px;
    background-color: #523594;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
    border-radius: 3px;
}
.vhpoplogris .btnColo:hover{
    background-color: #b61034 ;
}
.vhpoplogris .btnColo.v2{
    background-color: #eeeeee;
    color: #333333;
}
.vhpoplogris .btnColo.v2:hover{
    background-color: #523594;
    color: #fff;
}
.vhpoplogris .contentTab .formSocial .txt{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.vhpoplogris .contentTab .formSocial .socWrap{
    margin-bottom: 10px;
}
.vhpoplogris .contentTab .formSocial .socWrap a{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 44px;
    font-size: 14px;    
    font-weight: bold;
    background-color: #eeeeee;
    text-transform: uppercase;
}
.vhpoplogris .contentTab .formSocial .socWrap a:hover{
    background-color: #da251c;
    color: #fff;
}
.vhpoplogris .contentTab .formSocial .socWrap a span{
    margin-right: 7px;
    font-size: 14px;
    position: relative;
    top: -5px;
    color: #0169b9;
    display: inline-block;
}
.vhpoplogris .contentTab .formSocial .socWrap a:hover span{
    color: #fff;
}
.vhpoplogris .contentTab .formSocial .socWrap a span::before{
    position: relative;
    top: 5px;
}
.vhpoplogris .contentTab .note{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.vhpoplogris .contentTab .note1{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #bebebe;
}
.vhpoplogris .contentTab .txtnot{
    text-align: center;
    font-size: 13px;
}
.vhpoplogris .contentTab .txtnot a{
    color: #3ca9e2;
}
.vhpoplogris .popforGot .title{
    font-size: 26px;
    font-weight: bold;
    color: #e9bb57;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;
}
.vhpoplogris .popforGot .txt{
    text-align: center;
    margin-bottom: 35px;
    font-weight: 400;
    color: #1d1d1d;
}
.vhpoplogris .popforGot .createAcc{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.vhpoplogris .popforGot .createAcc a{
    color: #e9bb57;
}
.vhpoplogris .grform{
    display: flex;
    align-items: center;
    align-content: center;
}
.vhpoplogris .grform .ltext{
    width: 86px;
    text-align: right;
}
.vhpoplogris .ltext label{
    font-weight: 400;
}
.vhpoplogris .grform .rinp{
    width: calc(100% - 85px);
    padding-left: 18px;
}
.hdaccountmb .shpoplogin{
    line-height: 30px;
    color: #666666;
}
.hdaccountmb .icon-iuserh{
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    font-weight: 700;
}
.accountlogin{
    position: relative;
}
.accountlogin a{
    display: inline-block;
}
.accountlogin .popaccount{
    width: 20px;
    height: 20px;
    background-color: #573f80;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
}
.accountlogin .popaccount .icon-user2{
    position: relative;
    top: 4px;
}
.accountlogin a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.accountlogin a span::before{
    position: absolute;
    content: '\f0d7';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.accountlogin.active a span::before{
    content: '\f0d8';
}
.accountlogin .popup{
    position: absolute;
    right: -50px;
    top: calc(100% + 16px);
    z-index: 2;
    width: 250px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.accountlogin.active .popup{
    opacity: 1;
    pointer-events: auto;
    visibility: inherit;
}
.accountlogin .nameacc{
    padding: 12px 15px;
    font-weight: bold;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    
}
.accountlogin .popup li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0!important;
    width: 100%;
    margin-left: 0!important;
}
.accountlogin .popup li a{
    display: block;
    padding: 12px 10px 12px 45px;
    position: relative;
    font-family: 'Merriweather', serif;
}
.accountlogin .popup li a::before{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 16px;
}
.accountlogin .popup li a.fa-coins::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.mainheadmm{
    padding: 6px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mainheadmm .gripJusL{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
}
.mainheadmm .phoneHeader a{
    font-size: 12px;
    line-height: 20px;
}
.inputfile-box {
    position: relative;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.inpuFileName{
	width: 100%;
	position: relative;
}
.inpuFileName .name{
	display: inline-block;
	position: absolute;
	left: calc(90% + 60px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	font-size: 13px;
	color: #888888;
}
.inputfile {
    display: none!important;
}
.inputfile-box  .container {
    display: inline-block;
    width: 100%;
}
.inputfile-box label{
    width: calc(100% - 70px);
}
.inputfile-box .file-box {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    padding: 5px 10px;
    line-height: 27px;
	font-weight: 400;
	background-color: #fff;
    position: relative;
    width: 100%;

}
.inputfile-box .file-box::before{
    content: '';
    width: 23px;
    background-color: #fff;
    z-index: 2;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.inputfile-box .file-button {
    padding: 5px;
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 5px;
	width: 70px;
	height: 30px;
    text-align: center;
    line-height: 19px;
	font-size: 13px;
	background-color: #eeeeee;
    font-weight: 400;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.inputfile-box .file-button:hover{
	background-color: #523594;
	border-color: #523594;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mainheadmm .timeWorlkHead{
    font-size: 13px;
    line-height: 21px;
}
.mainheadmm .gripJusL > div{
    margin-right: 20px;
}
.mainheadmm .gripJusL > div:last-child{
    margin-right: 0;
}
.mainheadmm .gripJusR{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.mainheadmm .subToolMenu{
    position: relative;
}
.mainheadmm .subToolMenu::before{
    content: '|';
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
}
.mainheadmm .subToolMenu ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.mainheadmm .subToolMenu li{
    margin-left: 25px;
}
.mainheadmm .subToolMenu li:first-child{
    margin-left: 0;
}
.mainheadmm .subToolMenu li{
    
}
.mainheadmm .subToolMenu li a{
    text-transform: uppercase;
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
.mainheadmm .subToolMenu li.active a, .mainheadmm .subToolMenu li a:hover{
    color: #c8492c;
}

.mainheadhh{
    padding: 0px 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}


.mainheadhh .wwlogo{
   max-width: 175px;
 
}
.headerFixed.fixed .mainheadhh .wwlogo{
    max-width: 80px;
}
.mainheadhh .wwtool{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.mainheadhh .wwtool .coll{
    width: 190px;
}
.mainheadhh .wwtool .colc{
    width: calc(100% - 470px);
}
.mainheadhh .wwtool .colr{
    width: 280px;
}
.mainheadhh .wwtool > div{
    padding: 0 15px;
}
.logo{
    max-width: 150px;
    margin: 0 auto;
}
.logo img{
    width: 100%;
}
.hdhotlinepp{
    display: flex;
    align-items: center;
    align-content: center;
    color: #cccccc;
}
.hdhotlinepp a{
    color: #cccccc;
}
.hdhotlinepp i{
    margin-right: 10px;
    font-size: 18px;
}
.hdhotlinepp a:hover{
    color: #00a9e4;
}
.searchtop{
    margin: 0 auto;
    max-width: 530px;
    width: 100%;
}
.searchtop .fmSearch{
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.searchtop .fmSearch input{
    width: 100%;
    height: 55px;
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtop .fmSearch input::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtop .fmSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtop .fmSearch input::placeholder {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtop .fmSearch button{
    position: absolute;
    top: 0;
    height: 55px;
    right: 0;
    background-color: transparent;
    border: transparent;
    width: 50px;
    font-size: 16px;
    color: #ffffff;
}
.searchtop .fmSearch button i{
    font-weight: 500;
    font-size: 20px;
}
.searchtop .popup{
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 2;
    padding: 30px 15px 55px;
    background-color: #523594;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.searchtop .icon{
    cursor: pointer;
}
.searchtop .icon .img{
    color: #666666;
    width: 20px;
    height: 20px;
}
.searchtop .icon .img i{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.searchtop .icon .closeZ{
    display: none;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
}
.searchtop .icon .closeZ::before{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #00a9e4;
    position: absolute;
    transform: rotate(45deg);
    display: inline-block;
    top: 10px;
    left: -3px;
}
.searchtop .icon .closeZ::after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #00a9e4;
    position: absolute;
    top: 10px;
    left: -3px;
    transform: rotate(135deg);
    display: inline-block;
}
.searchtop.active .icon .closeZ{
    display: block;
}
.searchtop.active .icon .img{
    display: none;
}
.searchtop.active .popup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.toolhead{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin: 0 -18px;
}
.toolhead > div{
    padding: 0 18px;
}

.toolhead > div:last-child:before{
    display: none;
}
.phonehead{
    text-align: center;
}
.phonehead .num a{
    font-size: 20px;
    line-height: 30px;
    color: #c8492c;
    font-weight: bold;
}
.phonehead .txt{
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
/* cart */
.cartTop{
    position: relative;
}
.cartTop .iconwrap{
    width: 100%;
    cursor: pointer;
    color: #cccccc;
}
.cartTop .iconwrap a{
    position: relative;
    padding-right: 10px;
    color: #666666;
    display: inline-block;
}
.cartTop .iconwrap a .icon-icart{
    font-size: 20px;
    line-height: 30px;
}
.cartTop .iconwrap a .number{
    position: absolute;
    top: 0px;
    right: 2px;
    background-color: #00a9e4;
    color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bold;
    overflow: hidden;
}
.cartTop .iconwrap .gritemhh{
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.cartTop .iconwrap .icon{
    width: 25px;
}
.cartTop .iconwrap .txt{
    padding-left: 12px;
    width: calc(100% - 25px);
    font-size: 13px;
    line-height: 21px;
}
.cartTop .iconwrap .txt .t2{
    font-weight: bold;
}
.cartTop .icon .img{
    width: 15px;
    margin-right: 10px;
}
.cartTop .icon .sl{
    margin-right: 5px;
}
.cartTop .popup{
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 360px;
    z-index: 2;
    pointer-events: auto;
    background-color: #ffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.cartTop.active .popup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.cartTop .popup .btnClosePop{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.cartTop .popup .title{
    padding: 15px 20px;
    font-size: 20px;
    line-height: 30px;
    padding-right: 60px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
}
.cartTop .popup .title span{
    padding-left: 27px;
    position: relative;
}
.cartTop .popup .title span:before{
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#0169b9;
}
.cartTop .popup .scrollCont{
    height: calc(100% - 138px);
}
.cartTop .scrollCont .content{
    max-height: 283px;
    overflow: hidden;
    overflow-y: auto;
}

.cartTop .scrollCont .content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.cartTop .scrollCont .content::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.cartTop .popup .content ul li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left: 50px;
}
.cartTop .popup .content ul li:last-child{
    border-bottom: none;
}
.cartTop .popup .content ul li .del{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 20px;
    height: 20px;
}
.cartTop .popup .content ul li .del:hover{
    color:#0169b9;
}
.cartTop .popup .content ul li .img{
    width: 80px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
}
.cartTop .popup .content ul li .caption{
    width: calc(100% - 80px);
}
.cartTop .popup .content ul li .tend{
    margin-bottom: 5px;
    max-height: 44px;
    overflow: hidden;
}
.cartTop .popup .content ul li .size{
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    margin-bottom: 10px;
}
.cartTop .popup .content ul li .reduce{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cartTop .popup .content ul li .reduce .price{
    font-weight: bold;
    margin-right: 10px;
}
.cartTop .popup .content ul li .reduce .priceCurrency{
    font-size: 12px;
    line-height: 20px;
    text-decoration: line-through;
    color: #999999;
}
.cartTop .popup .content ul li .viewdegin{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
}
.cartTop .popup .content ul li .viewdegin a{
    color: #c8492c;
}
.cartTop .popup .content ul li .tend a{
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cartTop .popup .content ul li .price{
    font-family: 'Merriweather', serif;
}
.cartTop .popup .content ul li .price strong{
    font-weight: 700;
    color: #cc0000;
}
.cartTop .popup .bot{
    padding:15px 20px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.cartTop .botprice{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cartTop .botprice .prname{
    text-transform: uppercase;
    margin-right: 20px;
}
.cartTop .botprice .prtotal{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
.cartTop .botlink a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    background-color: #523594;
    color: #fff;
    border-radius: 3px;
}
.cartTop .botlink a:hover{
    background-color: #b61034;
}
/*  */
.quantity {
    position: relative;
    display: flex;
    width: 100%;
    border:solid 1px rgba(0,0,0,0.1);
}
.quantity input{
	width:calc(100% - 80px);
	height:40px;
	text-align: center;
    border: none;
    border-left: none;
    border-right: none;
}
.quantity button{
	width:40px;
    height:40px;
    display: block;
    background-color: #f6f6f6 ;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    border: none;
}
.quantity .group-button button.btn-up{
	border-bottom: solid 1px #eaeaea;
}
.vhtitledth{
    margin-bottom: 20px;
}
.vhtitledth h1, .vhtitledth h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}
.the-content h3{
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}
/* ==========vhviewmore========== */
.vhviewmore a{
    display: inline-block;
    padding: 8px 50px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    
    text-transform: uppercase;
}
.vhviewmore a:hover{
    background-color: #000000;
    color: #fff;
}
.vhviewmorew a{
    display: inline-block;
    padding: 8px 45px;
    border: 2px solid #ffffff;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.vhviewmorew a:hover{
    background-color: #fff;
    color: #000000;
}

/* ==========vhviewmore========== */
/* ==========knowform========== */
.vhknowform{
    border-top: 1px solid #eeeeee;
}
.vhtitlekn{
    text-align: center;
    margin-bottom: 10px;
}
.vhtitlekn, .vhtitlekn h1, .vhtitlekn h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
}
.gdknowforma{
    padding: 40px 0;
}
.gdknowforma .thedecs{
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.sociallhome{
    position: relative;
}
.lstsociall{
    display: flex;
    flex-wrap: wrap;
    margin: 0 ;
}
.lstsociall > div{
    width: calc(100% / 6);

}
.itemsochome{
    display: block;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lstlinksoc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 20px);
    overflow: hidden;
    overflow-y: auto;
    max-width: 230px;
    width: 100%;
    z-index: 2;
}
.lstlinksoc::-webkit-scrollbar{
    width: 0px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lstlinksoc::-webkit-scrollbar-thumb {
    background-color: #024137;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lstlinksoc li{
    margin-bottom: 5px;
}
.lstlinksoc li:last-child{
    margin-bottom: 0;
}
.lstlinksoc li a{
    display: block;
    text-align: center;
    padding: 8px;
    background-color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.lstlinksoc li a:hover{
    background-color: #523594;
    color: #fff;
}
.lstlinksoc li a span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.lstlinksoc li a span::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* =========fixedTool=========== */
.fixedTool{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
}
.fixedTool .grfitoll{
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 -5px;
}
.fixedTool .grfitoll > div{
    padding: 0 5px;
    margin-right: 0;
}
.fixedTool .grfitoll .ttallfi{
    width: 60px;
}
.fixedTool .grfitoll .ttphonefi{
    width: calc(100% - 180px);
}
.fixedTool .grfitoll a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    width: 100%;
    padding: 3px;
}
.fixedTool .ttallfi a{
    background-color: #e5e5e5;
    color: #666666;
    font-size: 35px;   
}
.fixedTool .ttallfi a::before, .fixedTool .ttallfi a::after{
    display: none;
}
.fixedTool .ttphonefi a{
    background-color: #f0c55a;
    color: #111111;
    font-size: 14px;   
    overflow: hidden;
}
.fixedTool .ttphonefi a i{
    margin-right: 8px;
    font-size: 16px;
}
.fixedTool .ttphonefi a .txt{
    max-height: 22px;
    line-height: 24px;
    overflow: hidden;
}
/* =========fixedTool=========== */

/* =========gdknowformc=========== */
.gdknowformc{
    padding: 40px 0 50px;
}
.gdknowformc .theform .frmtext{
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.gdknowformc .theform .frmform{
    max-width: 770px;
    margin: 0 auto;
}
.gdknowformc .theform .grform{ 
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.gdknowformc .theform .grform > div{
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
}
.gdknowformc .theform .grform .ffcol{
    width: 100%;
}  
.gdknowformc .inform input, .gdknowformc .inform select{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
}
.gdknowformc .inform button{
    height: 40px;
    text-align: center;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    background-color: #f0c55a;
    border: none;
}
.gdknowformc .inform button:hover{
    background-color: #000;
    color: #fff;
}
/* ==========knowform========== *

/* ==========footer========== */
.vntfooter{
    background-color: #523594;
    padding: 35px 0;
}
.vntfooter .grfoot{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vntfooter .grfoot > div{
    padding: 0 10px;
}
.vntfooter .grfoot .lcol{
    width: 31%;
}
.vntfooter .grfoot .rcol{
    width: 69%;
}
.logofoot{
    max-width: 185px;
    margin-bottom: 20px;
}
.gdtopfoot{
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #62489d;
}
.gdtopfoot .grtop{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gdtopfoot .grtop > div{
    padding: 0 10px;
}
.gdtopfoot .grtop .mcol{
    width: 28%;
}
.gdtopfoot .grtop .hcol{
    width: 32%;
}
.gdtopfoot .grtop .bcol{
    width: 40%;
}
.beaddressfoot{
    max-width: 320px;
    margin-bottom: 20px;
}
.beaddressfoot .ctfoot{
    color: #dacaff;
    font-size: 13px;
    line-height: 21px;
}
.beaddressfoot .ctfoot a{
    color: #dacaff;
}
.beaddressfoot .ctfoot a:hover{
    color: #fff;
}
.beaddressfoot .addc {
    margin-bottom: 10px;
}
.beaddressfoot .adif{
    margin-bottom: 15px;
}
.beaddressfoot .adif li{
    margin-bottom: 10px;
} 
.beaddressfoot .adif li .be{
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.beaddressfoot .adif li .be::before{
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}
.beaddressfoot .adif li .be.fa-phone::before{
    font-size: 18px;
}
.beaddressfoot .admap a{
    text-decoration: underline;
}

.belinkfoot .ttfoot {
    margin-bottom: 15px;
}
.belinkfoot .ttfoot, .belinkfoot .ttfoot h3{
    color: #f0c55a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
}
.belinkfoot .ctfoot, .belinkfoot .ctfoot a{
    color: #fff;
}
.belinkfoot .ctfoot li{
    margin-bottom: 16px;
}
.belinkfoot .ctfoot li:last-child{
    margin-bottom: 0;
}
.belinkfoot .ctfoot li a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}
.belinkfoot .ctfoot li a:hover{
    color: #00a9e4;
    padding-left: 2px;
}
.besharefoot .ttfoot {
    margin-bottom: 15px;
}
.besharefoot .ttfoot, .besharefoot .ttfoot h3{
    color: #00a9e4;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
}
.besharefoot .ctfoot ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.besharefoot .ctfoot li{
    margin-right: 10px;
    margin-bottom: 5px;
}
.besharefoot .ctfoot li:last-child{
    margin-right: 0;
}
.besharefoot .ctfoot li a{
    color: #523594;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #fff;
}
.besharefoot .ctfoot li a:hover{
    border-radius: 0;
}
.gdbotfoot{
    color: #fff;
}
.gdbotfoot a{
    color: #fff;
}
.gdbotfoot .grbot{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.gdbotfoot .grbot > div{
    padding: 0 10px;
}
.gdbotfoot .grbot .mcol{
    width: 60%;
}
.gdbotfoot .grbot .hcol{
    width: 40%;  
}
.becopyfoot .copyright, .becopyfoot .copyright a{
    font-size: 13px;
    line-height: 21px;
    color: #c3b0eb;
}
.becopyfoot .copyright strong,  .becopyfoot .copyright strong a{
    color: #fff;
}
.becopyfoot .copyright strong span{
    text-transform: uppercase;
}

.belkminfoot li{
    margin-bottom: 20px;
}
.belkminfoot li:last-child{
    margin-bottom: 0;
}
.belkminfoot li, .belkminfoot li a{
    font-size: 13px;
    line-height: 21px;
    color: #c3b0eb;
}
.belkminfoot li a{
    display: inline-block;
}
.belkminfoot li a:hover{
    padding-left: 2px;
    color: #fff;
}

.beformfoot .ttform{
    margin-bottom: 10px;
}
.beformfoot .ttform, .beformfoot .ttform h3{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}
.beformfoot .ctform{
    margin-bottom: 15px;
    color: #c3b0eb;
    font-size: 14px;
    line-height: 22px;
}
.beformfoot .frpon{
    display: flex;
    align-items: center;
    align-content: center;
}
.beformfoot .frpon input{
    width: calc(100% - 90px);
    margin-right: 10px;
    height: 40px;
    padding: 0 15px;
    border: none;
    background-color: #755da9;
    color: #fff;
}
.beformfoot input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
.beformfoot input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.beformfoot input::placeholder {
    color: #fff;
}
.beformfoot .frpon button{
    width: 80px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #523594;
    border: none;
}
.beformfoot .frpon button:hover{
    background-color: #00a9e4;
    color: #fff;
}
/* ==========footer========== */

/* ============vhitemproduct============== */
.vhitemproduct{
    height: 100%;
    position: relative;
    padding: 45px 20px 50px;
}
.vhitemproduct .thumb{
    margin-bottom: 10px;
}
.vhitemproduct .dseven{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.vhitemproduct .thumb a img{
    max-height: 90%;
    max-width: 90%;
}
.vhitemproduct .dseven .lsteve{
    margin-right: 1px;
}
.vhitemproduct .dseven .lsteve:last-child{
    margin-right: 0;
}
.vhitemproduct .iievent{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 35px;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
}
.vhitemproduct .iievent.vm{
    width: 50px;
}
.vhitemproduct .iievent.vh{
    width: 55px;
}
.vhitemproduct .decs{
    text-align: center;
}
.vhitemproduct .dstitle{
    margin-bottom: 10px;
}
.vhitemproduct .dstitle,.vhitemproduct .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    color: #573f80;
}
.vhitemproduct .dstitle a{
    color: #573f80;
}
.vhitemproduct .dstitle a:hover{
    color: #00a9e4;
}
.vhitemproduct .dstend{
    margin-bottom: 10px;
    overflow: hidden;
}
.vhitemproduct .dstend p{
    padding: 0;
}
.vhitemproduct .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
}
.vhitemproduct .dsprice > div{
    margin-right: 10px;
}
.vhitemproduct .dsprice > div:last-child{
    margin-right: 0;
}
.vhitemproduct .dsprice .prnice{
    
}
.vhitemproduct .dsprice .prold{
    text-decoration: line-through;
}
.vhitemproduct .dsprice .prnew{
    color: #cc0000;
}
.vhitemproduct .dscart{
    margin-top: 15px;
}
.vhitemproduct .dscart a{
    display: inline-block;
    text-align: center;
    padding: 9px 30px;
    font-size: 14px;
    line-height: 22px;
    background-color: #06a7de;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.vhitemproduct .dscart a:hover{
    background-color: #b61034;
}
/* ============vhitemproduct============== */

/* ============viewhome============== */
.viewhome{
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
}
.viewhome a{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eeeeee;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;   
}
.viewhome a:hover{
    background-color: #000;
    color: #fff;
}
/* ============viewhome============== */

/* ============gdtitlepage============== */
.gdtitlepage{
    padding: 22px 0;
    background-color: #eeeeee; 
}
.gdtitlepage .vnttitle{
    margin-bottom: 5px;
}
/* ============gdtitlepage============== */

/* ============lstproducthh============== */
.lstproducthh{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: 1px solid #e9f1fa;
    border-left: 1px solid #e9f1fa;
}
.lstproducthh > div{
    width: 50%;
    border-right: 1px solid #e9f1fa;
    border-bottom: 1px solid #e9f1fa;
}
/* ============lstproducthh============== */
 
/* ============stypopall============== */
.styall .fancybox-close-small{
    padding: 5px;
} 
.stypopall {
    padding: 20px 30px 25px;
}
.stypopall .ttpopall{
    margin-bottom: 5px;
}
.stypopall .ttpopall, .stypopall .ttpopall h2{
    color: #523594;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}
.stypopall .ppnote{
    margin-bottom: 15px;
    color: #999999;
    font-size: 14px;
    font-style: italic;
}
.stypopall .ppback{
    text-align: center;
}
.stypopall .frmnote{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.stypopall .frmnote span{
    color: #ff0000;
}
.stypopall .tterro{
    display: flex;
    align-items: center;
    align-content: center;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 5px;
}
.stypopall .tterro .cicle{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ee0000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 23px;
}
.stypopall .tterro .txt{
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Merriweather', serif;
}
.stypopall .cterro p{
    padding: 2px 0;
}
.vhformpp{
    margin-bottom: 15px;
}
.vhformpp label{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
} 
.vhformpp input, .vhformpp select, .vhformpp textarea{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
}
.vhformpp textarea{
    height: 80px;
    padding: 10px 15px;
}
.vhformpp button{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    background-color: #523594;
    border: none;
    color: #fff;
    border-radius: 3px;
}
.vhformpp button:hover{
    background-color: #b61034;
}

/* ============stypopall============== */

/* ============dvfont============== */
.dvfont, .dvfont h1, .dvfont h2, .dvfont h3, .dvfont h4{
    font-family: 'Merriweather', serif;
}
.dvhoa{
    text-transform: uppercase;
}
.dvitalic{
    font-style: italic;
}
/* ============dvfont============== */

/* ============vhproduct============== */
.vhproduct{
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgba(0, 169, 228, 0.1);
}
.vhproductfa{
    box-shadow: none;
}
.vhproduct.vhproductfa .dstitle{
    margin-bottom: 15px;
}
.vhproduct.vhproductfa .dstitle, .vhproduct.vhproductfa .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}
.vhproduct .thumb a{
    padding-top: 90.91%;
    overflow: hidden;
}
.vhproduct .thumb a img{
    max-width: 75%;
    max-height: 75%;
}
.vhproduct .decs{
    padding: 25px 20px 30px;
    text-align: center;
}
.vhproduct .dstitle, .vhproduct .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #523594;
    height: 48px;
    overflow: hidden;
}
.vhproduct .dstitle a{
    color: #523594;
}
.vhproduct .dstitle a:hover{
    color: #00a9e4;
}
.vhproductfa .dsremove a{
    color: #666666;
    font-size: 14px;
}
.vhproductfa .dsremove a:hover{
    color: #00a9e4;
}
/* ============vhproduct============== */

/* ============vhproduct============== */

/* ============vhline============== */
.vhline{
    margin: 25px 0 35px;
    height: 22px;
    border: none;
    background: url('../images/lineall.png') no-repeat center center;
    background-size: 1600px !important;
    clear: both;
    display: block;
    overflow: hidden;
}
/* ============vhline============== */


/* ============vhnews============== */
.vhnews{
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgb(0 169 228 / 10%);
}
.vhnews .decs{
    padding: 20px 25px 25px;
}
.vhnews .dstitle{
    margin-bottom: 10px;
}
.vhnews .dstitle, .vhnews .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}
.vhnews .dstend{
    margin-bottom: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
} 
.viewmore a{
    display: inline-block;
    color: #00a9e4;
    text-transform: uppercase;
}
.viewmore a span{
    display: block;
    position: relative;
    padding-right: 20px;
}
.viewmore a span::before{
    content: '\f061';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewmore a:hover span::before{
    right: -3px
}
/* ============vhnews============== */

/* ============gdbantitle============== */
.gdbantitle .grban{
    display: flex;
    flex-wrap: wrap;
    background-color: #523594;
}
.gdbantitle .grban > div{
    width: 50%;
}
.gdbantitle .thumbban{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gdbantitle .thumbban img{
    opacity: 0;
    width: 100%;
}
.gdbantitle .decsti{
    padding: 15px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.gdbantitle .decsti .dswrap{
    max-width: 570px;
    width: 100%;
    padding-left: 65px;
}
.befrmprovider .inner{
    max-width: 370px;
    margin: 0 auto;
}
.befrmprovider .ttform {
    text-align: center;
    margin-bottom: 20px;
}
.befrmprovider .ttform, .befrmprovider .ttform h2{
    color: #573f80;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.grformvid{
    margin-bottom: 10px;
}
.grformvid input, .grformvid select, .grformvid textarea{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 0 15px;
}
.grformvid select{
    padding-right: 40px;
}
.grformvid textarea{
    padding: 10px 15px;
    height: 80px;
    resize: none;
}
.grformvid button{
    display: block;
    width: 100%;
    background-color: #523594;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
    border-radius: 3px;
}
.grformvid button:hover{
    background-color: #b61034;
}
/* ============gdbantitle============== */


/* ============stymap============== */
.stymap .fancybox-slide{
    padding: 0;
    padding-top: 42px;
    background-color: #fff;
}
.stymap .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.stymap .fancybox-button{
    background-color: transparent;
    color: #333333;
    padding: 8px;
}
/* ============stymap============== */
 
/* ============vhtitleor============== */
.vhtitleor{
    margin-bottom: 30px;
    text-align: center;
}
.vhtitleor, .vhtitleor h1, .vhtitleor h2, .vhtitleor h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
/* ============vhtitleor============== */

/* ============gdmenutab============== */
.gdmenutab{
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
}
.vhmenutab{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.vhmenutab ul{
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.vhmenutab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.vhmenutab ul::-webkit-scrollbar-thumb {
    background-color: #523594;
}
.vhmenutab ul li{
    margin-right: 15px;
}
.vhmenutab ul li:last-child{
    margin-right: 0;
}
.vhmenutab ul li a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    border-radius: 3px;
    padding: 9px 18px;
}
.vhmenutab ul li.active a, .vhmenutab ul li a:hover{
    background-color: #06a7de;
    color: #fff;
}
/* ============gdmenutab============== */

/* ============vhshareall============== */
.vhshareall{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vhshareall .name{
    margin-right: 20px;
}
.vhshareall .share ul{
    display: flex;
    align-items: center;
    align-content: center;
}
.vhshareall ul li{
    margin-right: 20px;
}
.vhshareall ul li:last-child{
    margin-right: 0;
}
.vhshareall ul li a{
    color: #666666;
    font-size: 16px;
}
.vhshareall ul li a:hover{
    color: #06a7de;
}
/* ============vhshareall============== */
.dttitleall{
    margin-bottom: 15px;
}
.dttitleall h1, .dttitleall, .dttitleall h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    .wrappers{
        padding: 0 15px;
    }
    /* ============gdbantitle============== */
    .gdbantitle .decsti .dswrap{
        max-width: 100%;
        padding-left: 0;
    }
    /* ============gdbantitle============== */
}
@media all and (max-width: 1119px){
    .mainheadhh{
        padding: 0 15px;
    }
    .menutop > ul > li{
        margin-right: 25px;
    }
    .mainhead{
        padding: 0;
    }

}
@media all and (max-width: 991px){
    /* ============vhshareall============== */
    .dttitleall h1, .dttitleall, .dttitleall h2{
        font-size: 25px;
        line-height: 37px;
    }
    /* ============vhshareall============== */

    .vhmenutab ul::-webkit-scrollbar {
        height: 0;
    } 
    /* ============vhtitleor============== */
    .vhtitleor{
        margin-bottom: 20px;
    }
    .vhtitleor, .vhtitleor h1, .vhtitleor h2, .vhtitleor h3{
        font-size: 25px;
        line-height: 37px;
    }
    /* ============vhtitleor============== */
    /* ============gdbantitle============== */
    .gdbantitle .grban > div{
        width: 100%;
    }

    .gdbantitle .decsti{
        text-align: center;
        padding: 10px 15px;
    }
    /* ============gdbantitle============== */

    /* ============vhnews============== */
    .vhnews .decs{
        padding: 10px 15px 25px;
    }
    .vhnews .dstitle, .vhnews .dstitle h3{
        font-size: 18px;
        line-height: 27px;
        height: 54px;
    }
    /* ============vhnews============== */

    /* ============vhproduct============== */
    .vhline{
        margin: 30px 0 25px;
    }
    /* ============vhproduct============== */
    /* ============vhtitlekn============== */
    .vhtitlekn, .vhtitlekn h1, .vhtitlekn h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* ============vhtitlekn============== */

    /* ============lstproducthh============== */

    /* ============lstproducthh============== */

    /* ============vhitemproduct============== */
    .vhitemproduct{
        padding: 10px 15px 40px;
    }
    .vhitemproduct .dstitle, .vhitemproduct .dstitle h3{
        font-size: 22px;
        line-height: 34px;
    }
    .vhitemproduct .dstend{
        
    }
    .vhitemproduct .dsprice{
        font-size: 18px;
        line-height: 27px;
    }
    .vhitemproduct .iievent{
        height: 20px;
        font-size: 10px;
    }
    .vhitemproduct .iievent.vm{
        width: 30px;
    }
    .vhitemproduct .iievent.vh{
        width: 30px;
    }
    /* ============vhitemproduct============== */
    
    /* ==========knowform========== */
    .gdknowforma{
        padding: 30px 0 20px;
    }
    .lstsociall{
        margin: 0 1px;
    }
    .lstsociall > div{
        width: calc(100% / 3);
        padding: 0 1px;
        margin-bottom: 1px;
    }
    .gdknowformc{
        padding: 30px 0 50px;
    }
    /* ==========knowform========== */
    .the-content h3{
        font-size: 19px;
        line-height: 29px;
    }

    .vhtitledt h1, .vhtitledt h2, .vhtitledth h1, .vhtitledth h2{
        font-size: 25px;
        line-height: 37px;
    }
    .vnttitle h2, .vnttitle h1{
        font-size: 20px;
        line-height: 30px;
    }

    /* cart */
    .bgpopcartmb{
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: #000;
        pointer-events: none;
        opacity: 0;

    }
    .cartTop.active .bgpopcartmb{
        opacity: 0.4;
        pointer-events: auto;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .cartTop .txt .sl{
        position: absolute;
        top: 0px;
        right: 2px;
        background-color: #c8492c;
        color: #fff;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }
    .cartTop .content{
        display: none;
    }
    .cartTop .popup .content{
        display: block;
    }
    .cartTop .popup{
        top: calc(100% + 15px);
    }
    /*  */
    .wrapCont {
        padding: 40px 0 20px;
    }
    div#vnt-slide .img{
        padding-top: 0;
    }
    div#vnt-slide .img img{
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        height:auto;
        width:100%;
    }
    .mainhead{
        padding: 0;
        position: relative;
    }
    .mainhead .wrapper{
        padding-right: 0;
    }
    .mainhead .logo{
        max-width: 170px;
        margin-right: 15px;
    }
    .timeOpen{
        margin-bottom: 15px;
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .row>*[class^="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_mid .mid-title .titleL{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .box_mid .mid-title .logoTitle{
        font-size: 24px;
        line-height: 32px;
    }
    .menuTab{
        position: relative;
        border-top: none;
        border-bottom: none;
    }
    .menuTab ul{
        background: #ffffff;
        border:solid 1px #b2b2b2;
        display: none;
        border-top: none;
    }
    .menuTab ul li{
        margin-right: 0;
    }
    .menuTab ul li a{
        display: block;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 10px;
    }
    .menuTab ul li a:before{
        display: none;
    }
    .comment .title{
        font-size: 20px;
    }
    #vnt-header{
        min-height: 50px;
    }
    .vntheader{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .mainheadhh{
        padding: 5px 15px;
        border-bottom: none;
    }
    .mainheadhh .wwtool{
        margin: 0 -5px;
    }
    .mainheadhh .wwtool > div{
        padding: 0 5px;
    }
    .mainheadhh .wwtool .coll{
        width: auto;
    }
    .mainheadhh .wwtool .colc{
        display: none;
    }
    .mainheadhh .wwtool .colr{
        width: auto;
    }
    .logo{
        max-width: 109.874px;
    }
    .vhpoplogris .contentPop .poplogin, .vhpoplogris .contentPop .popregister, .vhpoplogris .contentPop .popforGot{
        padding: 30px 15px 30px;
    }
    .grmenulogomb{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .grmenulogomb .wwlogo{
        width: calc(100% - 50px);
    }
    .toolhead{
        margin: 0 -13px;
    }
    .toolhead > div{
        padding: 0 13px;
    }
    .searchtop .icon .icon-search{
        font-size: 20px;
        width: 20px;
    }
    .cartTop .iconwrap .icon{
        max-width: 20px;
        width: 100%;
    }
    .searchtop .popup{
        top: 100%;
        border-top: 1px solid #00a9e4;
    }

    /*============GO TOP===============*/
    .go_top{
        bottom: 10px;
    }
    /*============GO TOP===============*/

    /* ==========footer========== */
    .vntfooter{
        padding: 30px 0 25px;
    }
    .vntfooter .grfoot .lcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .logofoot{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .beaddressfoot{
        text-align: center;
    }
    .becongfoot{
        text-align: center;
    }
    .gdtopfoot{
        padding-bottom: 40px;
        margin-bottom: 25px;
    }
    .vntfooter .grfoot .rcol{
        width: 100%;
    }
    .gdtopfoot .grtop .ccol{
        width: 33.33%;
    }
    .gdtopfoot .grtop .mcol, .gdtopfoot .grtop .hcol{
        width: 25%;
    }
    .gdtopfoot .grtop .bcol{
        width: 50%;
    }
    .beaddressfoot{
        max-width: 100%;
    }
    .belinkfoot .ctfoot li a{
        font-size: 15px;
        line-height: 23px;
    }
    /* ==========footer========== */
    .vhproduct .dstitle, .vhproduct .dstitle h3{
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }
    .vhproductfa .decs{
        padding: 15px 15px 20px;
    }
    .vhproduct.vhproductfa .dstitle, .vhproduct.vhproductfa .dstitle h3{
        font-size: 13px;
        line-height: 21px;
        height: 63px;
    }
    /* ============vhproduct============== */
    /* ============vhproduct============== */
}
@media all and (max-width: 767px){
    /* ============stypopall============== */
    .stypopall{
        vertical-align: top;
    }
    /* ============stypopall============== */
    
    /* ============lstproducthh============== */
    .lstproducthh > div{
        width: 100%;
    }
    /* ============lstproducthh============== */
    
    /* ============viewhome============== */
    .viewhome{
        max-width: 100%;
    }
    /* ============viewhome============== */

    .box_mid .mid-title .titleL h1,
    .box_mid .mid-title .titleL h2{
        font-weight: inherit;
    }
    .box_mid .mid-title .titleL.titleLDetails h1{
        font-size: 20px;
        line-height: 30px;
    }
    body,html{
        font-size: 14px;
    }
    .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .row>*[class^="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .vhpoplogris .bgcontetnP{
        padding: 10px;
        top: 0px;
        transform: translateX(-50%);
    }
    /*  */
    .myTools .print{
        float: none;
    }
    .myTools .print ul li{
        margin-left: 0;
        margin-top: 5px;
    }
    /* begin footer */
    /* ========cart=========== */
    .cartTop{
        position: static;
    }
    .cartTop .popup{
        top: calc(100% + 1px);
        box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 20%);
    }
    /* ========cart=========== */

    /* ==========footer========== */
    .gdtopfoot .grtop .mcol, .gdtopfoot .grtop .hcol{
        width: 50%;
        margin-bottom: 30px;
    }
    .gdtopfoot .grtop .bcol{
        width: 100%;
    }
    .beaddressfoot{
        text-align: center;
    }
    .beaddressfoot .addc{
        margin-bottom: 10px;
    }
    .beaddressfoot .adif{
        margin-bottom: 0;
    }
    .gdtopfoot .grtop .ccol{
        width: 100%;
        margin-bottom: 10px;
    }
    .belinkfoot .mcfoot{
        padding: 12px 50px 12px 15px;
        background-color: #222222;
        position: relative;
    }
    .belinkfoot .mcfoot::before{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        height: 1px;
        width: 15px;
        background-color: #7a7a7a;
    }
    .belinkfoot .mcfoot::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 22px;
        height: 15px;
        width: 1px;
        background-color: #7a7a7a;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .belinkfoot.active .mcfoot::after{
        transform: translateY(-50%) rotate(90deg);
    }

    .belinkfoot .mcfoot, .belinkfoot .mcfoot h3{
        color: #f0c55a;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 23px;
    }
    .besharefoot{
        text-align: center;
    }
    .besharefoot .ctfoot ul{
        justify-content: center;
    }   
    .becopyfoot .copyright{
        text-align: center;
    }
    .gdbotfoot .grbot .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .gdbotfoot .grbot .hcol{
        width: 100%;
    }
    /* ==========footer========== */

    /* ==========vhviewmore========== */
    .vhviewmorew a{
        padding: 6px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    /* ==========vhviewmore========== */
}
@media all and (max-width: 359px){
    /* =========fixedTool=========== */
    .fixedTool .ttphonefi a .txt{
        display: none;
    }
    /* =========fixedTool=========== */

    /* ============lstproducthh============== */

    /* ============lstproducthh============== */
}