@font-face {font-family: 'VEURASB';src: url('/fonts/UTMHELVEBOLD.TTF') format('truetype');}
@font-face {font-family: 'VEURASBI';src: url('/fonts/VEURASBI.TTF') format('truetype');}
@font-face {font-family: 'VEURASN';src: url('/font/UTMHELVE.TTF') format('truetype');}
@font-face {font-family: 'UVNHONGHA_I';src: url('/font/UVNHONGHA_I_0.TTF') format('truetype');}
@font-face {font-family: 'UVNHONGHA_R';src: url('/font/UVNHONGHA_R_0.TTF') format('truetype');}
@font-face {font-family: 'UVNHongHaHep_B';src: url('/font/UVNHongHaHep_B.TTF') format('truetype');}
@font-face {font-family: 'UVNHongHaHep_R';src: url('/font/UVNHongHaHep_R.TTF') format('truetype');}
@font-face {font-family: 'Segoe UI';src: url('/font/segoeui.ttf') format('truetype');}
@font-face {font-family: 'UVFChikita';src: url('/font/UVFChikita.ttf') format('truetype');}
@font-face {font-family: 'UTM Silk Script';src: url('/font/UTM Silk Script.ttf') format('truetype');}
@font-face {font-family: 'line san';src: url('/font/UVF LH Line1 Sans Thin.TTF') format('truetype');}
@font-face {font-family: 'aph';src: url('/font/UVF APHRODITE PRO_1.TTF') format('truetype');}
@font-face {font-family: 'avo';src: url('/font/SVN-Avo.ttf') format('truetype');}
@font-face {font-family: 'Gothic';src: url('/font/ufonts.com_century-gothic.TTF') format('truetype');}
@font-face {font-family: 'Lucida';src: url('/font/Lucida Fax Regular.ttf') format('truetype');}
@font-face {font-family: 'ikola';src: url('/font/ufonts.com_iskoola-pota.ttf') format('truetype');}
@font-face {font-family: 'cider';src: url('/font/UVF Cider Script.ttf') format('truetype');}
@font-face {font-family: 'myriad';src: url('/font/MYRIADPRO-REGULAR.OTF') format('opentype');}
@font-face {font-family: 'aleo';src: url('/font/SVN-AleoLight.otf') format("opentype");}
@font-face {font-family: 'bserif';src: url('/font/BreeSerif-Regular.otf') format("opentype");}
@font-face {font-family: 'nexab';src: url('/font/SVN-NEXA BOLD.TTF') format("truetype");}
@font-face {font-family: 'nexal';src: url('/font/SVN-NEXA LIGHT.TTF') format("truetype");}
@font-face {font-family: 'shin';src: url('/font/SVN-Shintia Script.ttf') format("truetype");}
@font-face {font-family: 'carp';src: url('/font/SVN-The Carpenter Regular.otf') format("truetype");}
@font-face {font-family: 'quato';src: url('/font/UVF Quattrocento-Regular.ttf') format("truetype");}
@font-face {font-family: 'fran';src: url('/font/SVN-Franko.ttf') format("truetype");}
@font-face {font-family: 'ess';src: url('/font/UTM ESSENDINE CAPS.TTF') format("truetype");}
@font-face {font-family: 'hel';src: url('/font/UTM HELVETINS.TTF') format("truetype");}
@font-face {font-family: 'moti';src: url('../../fonts/HLT MOTION PICTURE.TTF') format("truetype");}
@font-face {font-family: 'aguda';src: url('/font/SVN-Aguda Regular.otf') format("opentype");}
@font-face {font-family: 'flami';src: url('/font/SVN-Flamingo Script.otf') format("opentype");}
@font-face {font-family: 'newton';src: url('/font/SVN-Newton.ttf') format("truetype");}
@font-face {font-family: 'glober';src: url('/font/VL_GLOBER BOOK_0.OTF') format("opentype");}
@font-face {font-family: 'muli';src: url('/font/Muli.ttf') format("truetype");}
@font-face {font-family: 'mulir';src: url('../../fonts/Muli-Regular.ttf') format("truetype");}
@font-face {font-family: 'haptic';src: url('/font/SVN-Haptic Script.otf') format("opentype");}
@font-face {font-family: 'bershine';src: url('/font/SVN-Berkshire Swash.ttf') format("truetype");}
@font-face {font-family: 'lobs';src: url('/font/SVN-Lobster.ttf') format("truetype");}
@font-face {font-family: 'nguyendu';src: url('/font/UVNNGUYENDU.TTF') format("truetype");}
@font-face {font-family: 'utavo';src: url('/font/UTM AVO.TTF') format("truetype");}
@font-face {font-family: 'utavob';src: url('/font/UTM AVOBOLD_0.TTF') format("truetype");}




@keyframes titleH1 {0% {left: -50%;opacity: 0;}70% {left: 0;opacity: .5;}100% {opacity: 1;}}
@keyframes titleH2 {0% {right: -50%;opacity: 0;}70% {right: 0;opacity: .5;}100% {opacity: 1;}}
@keyframes Logo {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes Preloader {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Preloader {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Bg-Animation {
    0%,100% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    }

    70% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.2);
    }
}

@keyframes Bg-Animation {
    0%,100% {
        transform: translate3d(-50%,-50%,0) scale(.8);
    }

    70% {
        transform: translate3d(-50%,-50%,0) scale(1.2);
    }
}

@-webkit-keyframes Bg-Animation2 {
    0%,100% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    }

    30% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.4);
    }
}

@keyframes Bg-Animation2 {
    0%,100% {
        transform: translate3d(-50%,-50%,0) scale(.8);
    }

    30% {
        transform: translate3d(-50%,-50%,0) scale(1.4);
    }
}

@-webkit-keyframes Bg-Animation3 {
    0%,100% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.4);
    }

    50% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    }
}

@keyframes Bg-Animation3 {
    0%,100% {
        transform: translate3d(-50%,-50%,0) scale(1.4);
    }

    50% {
        transform: translate3d(-50%,-50%,0) scale(1);
    }
}

@-webkit-keyframes DrawStroke {
    0% {
        stroke-dashoffset: 300;
        stroke-opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 0;
    }
}

@keyframes DrawStroke {
    0% {
        stroke-dashoffset: 300;
        stroke-opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 0;
    }
}

@-webkit-keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 10;
        fill: #ec1c24;
    }

    50% {
        fill: #ff7b00;
    }

    100% {
        stroke-dashoffset: 1000;
        stroke-dasharray: 0;
        fill: #ec1c24;
    }
}

@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 10;
        fill: #ec1c24;
    }

    50% {
        fill: #ff7b00;
    }

    100% {
        stroke-dashoffset: 1000;
        stroke-dasharray: 0;
        fill: #ec1c24;
    }
}

@-webkit-keyframes RotateNew {
    0%,100% {
        -webkit-transform: rotate(0) scale(1);
        opacity: 1;
    }

    33% {
        -webkit-transform: rotate(90deg) scale(.8);
        opacity: .3;
    }

    80% {
        -webkit-transform: rotate(35deg) scale(1);
        opacity: 1;
    }
}

@keyframes RotateNew {
    0%,100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }

    33% {
        transform: rotate(90deg) scale(.8);
        opacity: .3;
    }

    80% {
        transform: rotate(35deg) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes Play {
    from {
        background-position: 0;
    }

    to {
        background-position: -360px;
    }
}

@keyframes Play {
    from {
        background-position: 0;
    }

    to {
        background-position: -360px;
    }
}




@-webkit-keyframes Ani2 {
    0% {
        box-shadow: 0 0 0 rgba(10,130,60,0);
        border: 1px solid rgba(10,130,60,0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        box-shadow: 0 0 60px rgba(10,130,60,1);
        border: 0 solid rgba(10,130,60,1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes Ani2 {
    0% {
        box-shadow: 0 0 0 rgba(10,130,60,1);
        border: 1px solid rgba(10,130,60,1);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
 
 
    100% {
        box-shadow: 0 0 60px rgba(10,130,60,1);
        border: 0 solid rgba(10,130,60,1);
        -webkit-transform: scale(1);
        transform: scale(1);
    } 
     0% {
        box-shadow: 0 0 0 rgba(10,130,60,1);
        border: 1px solid rgba(10,130,60,1);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}















@-webkit-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(202,26,30,0);
        border: 1px solid rgba(202,26,30,0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px rgba(202,26,30,1);
        border: 1px solid rgba(202,26,30,1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(202,26,30,0);
        border: 0 solid rgba(202,26,30,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(202,26,30,0);
        border: 1px solid rgba(202,26,30,0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px rgba(202,26,30,1);
        border: 1px solid rgba(202,26,30,1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(202,26,30,0);
        border: 0 solid rgba(202,26,30,0);
        transform: scale(1.5);
    }
}

@keyframes Rotate {
    from {
        transform: rotate(0) translateZ(0);
    }

    to {
        transform: rotate(360deg) translateZ(0);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0) translateZ(0);
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOff {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes fadeOff {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@-webkit-keyframes fadeOn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fadeOn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: 1;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 1;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: 1;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 1;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px,0,0);
        transform: translate3d(-500px,0,0);
    }

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

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
    }

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0);
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0);
    }

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-300px,0);
        transform: translate3d(0,-300px,0);
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-300px,0);
        transform: translate3d(0,-300px,0);
    }

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(15deg) scale(.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(15deg) scale(.5);
        opacity: 0;
    }

    100% {
        transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg) scale(.5);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg) scale(.5);
        opacity: 0;
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

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

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

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





@-webkit-keyframes goLeft1 {
    0% {
        
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    100% {
        
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes goLeft1 {
    0% {
        
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    100% {
        
        -webkit-transform: none;
        transform: none;
    }
}





@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%,0) );
        transform:  translate(50%,0) ;
    }

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

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0);
    }

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

@keyframes scaleSmall {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes scaleLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes Ringing {
    0%,100%,16%,24%,8% {
        -webkit-transform: rotate(0);
    }

    12%,20%,4% {
        -webkit-transform: rotate(-15deg);
    }
}

@keyframes Ringing {
    0%,100%,16%,24%,8% {
        transform: rotate(0);
    }

    12%,20%,4% {
        transform: rotate(-15deg);
    }
}

@-webkit-keyframes Color {
    0% {
        background-color: #e30613;
    }

    50% {
        background-color: #cda853;
    }

    100% {
        background-color: #751146;
    }
}

@keyframes Color {
    0% {
        background-color: #e30613;
    }

    50% {
        background-color: #cda853;
    }

    100% {
        background-color: #751146;
    }
}

@-webkit-keyframes Shape {
    0%,100% {
        border-top: 20px solid #ff3000;
    }

    50% {
        border-top: 20px solid #50ad77;
    }
}

@keyframes Shape {
    0%,100% {
        border-top: 20px solid #ff3000;
    }

    50% {
        border-top: 20px solid #50ad77;
    }
}

@-webkit-keyframes Border {
    0%,60% {
        border-top-color: #e30613;
    }

    30% {
        border-top-color: #fff;
    }
}

@keyframes Border {
    0%,60% {
        border-top-color: #e30613;
    }

    30% {
        border-top-color: #fff;
    }
}

@-webkit-keyframes Border1 {
    0%,60% {
        border-color: #e30613;
    }

    30% {
        border-color: #fff;
    }
}

@keyframes Border1 {
    0%,60% {
        border-color: #e30613;
    }

    30% {
        border-color: #fff;
    }
}

@-webkit-keyframes trackBallSlide {
    0%,100%,30%,60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    15%,50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes trackBallSlide {
    0%,100%,30%,60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    15%,50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

* {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}

body {margin:auto;font-family: mulir;width: 100%;position: relative;background-color: #fff;}
marbody {width: 100%;margin: auto;font-family: 'aleo';overflow-x: hidden;float: left;}
h1, h2, h3, h4, h5 {text-decoration:none}

a {font-family: mulir;text-decoration:none;font-weight: normal;}
.allbody {width: 1032px;height: auto;overflow: hidden;margin: auto;font-family: mulir;position: relative;}



.havesub:hover:after {color:#ffcd1c}

.havesub1:after {content: "\f105";position: absolute;font-family: FontAwesome;right: 8px;top: 11px;z-index: 9;color:#0079c3}
.havesub:hover:after {content: "\f107";}


.havesub1:hover:after {content: "\f107";}






.pager {text-align: center;color: #106496;margin-bottom: 0;float: left;width: 100%;margin-top: 6px;padding: 20px 0;}
.pager span {padding: 4px 10px 4px 10px;color: white;margin-left: 5px;background-color: #7cd608;width: 10px;display: inline-block;font-size: 16px;font-family: aguda;border: 1px solid #7cd608;text-align: center;/* float: left; */}
.pager a {padding: 4px 10px 4px 10px;margin-left:5px;color: #7cd608;background-color: white;width: 10px;display: inline-block;font-size: 16px;font-family: aguda;border: 1px solid #7cd608;}
 


.addthis_inline_share_toolbox {float:left;margin: 0;padding: 0;margin-left: 0;/* width: 100%; */margin-top: 20px;/* overflow:  hidden; */position: relative;bottom:  0;left: 0;/* display: none; */}
.addthis_inline_share_toolbox a {float:left}

    
.fb-comments {width: 100%;float: right;margin: 0 0 0px 0;background-color: white;margin-top: 6px;display: block !important;height: auto;}
.fb-comments iframe {width:100% !important}


.hovergallery {overflow:hidden;height: 100%;}
    .hovergallery img{

-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/

-moz-transform:scale(1); /*Mozilla scale version*/

-o-transform:scale(1); /*Opera scale version*/

-webkit-transition-duration: 1s; /*Webkit: Animation duration*/

-moz-transition-duration: 1s; /*Mozilla duration version*/

-o-transition-duration: 1s; /*Opera duration version*/

opacity: 1; /*initial opacity of images*/

margin: auto; /*margin between images*/
} 
.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
opacity: 1;
} 

@-webkit-keyframes circle {
	0% {opacity: 1;}
	40% {opacity: 1;}
	100% {width: 200%;height: 200%;opacity: 0;}
}
@keyframes circle {
	0% {opacity: 1;}
    40% {opacity: 1;}
	100% {width: 200%;height: 200%;opacity: 0;}
}



.pix_diapo .tieude {position:absolute;left: 15%;top: 36%;float:left;margin:auto;z-index:9999;background-repeat: no-repeat;background-size: 100% 100%;
                    padding-right: 0;padding-left: 0;padding-top: 0;padding-bottom: 0;color: white;font-family: nexab;font-size: 65px;text-align: center;width: 70%;text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);}
.logo a {float:left;}
.logo canvas {left: 0;float: left;}







.pages {clear: both;display: flex;margin: auto;float: none;height: auto;margin-bottom: 10px;}
.pages ul {float: left;margin: auto;}
.pages ul li {float: left;display: block;margin-right: 3px;list-style: none;}
.pages ul li a {padding: 4px 12px 6px 13px;background: white;color: #fb6705;font-family: aguda;border: 1px solid #fb6705;font-family: aguda;float: left;font-size: 18px;}
.pages ul li a span {font-family: avo;font-size:18px;float: left;}
.pages ul li.on a {background: #fb6705;color: white;font-family: avo;padding: 4px 13px 6px 12px;float: left;}
.pages ul li span span {color: #bfbfbf;padding: 8px 12px 5px 13px;background: white;border: 1px solid #fb6705;float: left;}
.pages img {width: 14px;height: 15px;}
 .c-tabs-nav__link  h3  {font-size: 17px;padding: 0 0 0 0;margin: 0 0 0;text-decoration:none;font-family: aleo;}
 .c-tabs-nav__link .is-active  h3  {color:#046cdf}

#tabs {width:100%;float:left;padding:0 0 0 0;margin:20px 0 0 0}


    figure.effect-apollo figcaption::before {width:120%;height:130%}
    figure.effect-apollo p {max-width:inherit;float:left;top:0;border:none;text-align:center;padding: 10px;margin: auto;margin-top: 15%;}
    figure.effect-apollo img {opacity:1;}
    figure.effect-julia p {}


.slidel {width:100%;float:left;}
.leftboxes .tenphong a {font-size:22px}
.leftboxes .tenphong h3 {font-size:13px}
.leftboxes .tenphong {max-width:90%}
.listslide {float:left;width:100%}

.leftboxes {width:100%;height: 235px;overflow:hidden;}
.leftboxes ul {width:100%;height:100%}
.leftboxes ul li {float:left;width:100%;height:100%;position:relative}
.leftboxes ul li .postImg {width:100%;height:100%;float:left;padding:0;margin:0}
.leftboxes ul li .postImg {width:100%;height:100%;float:left}
.leftboxes ul li .postImg figure {float:left;width:100%;height:100%;margin:auto;padding:0}
.rightboxes {width:100%;float:left;margin-top: 20px;}
.rightboxes ul {float:left}
.rightboxes ul li {background-repeat:no-repeat;background-position: left 12px;float: left;display: block;width: 100%;}
.rightboxes ul li a {float:left;font-size:17px;color:#4b4b4b;font-family:nexal;padding: 2px 15px;}
.rightboxes ul li.active a {color: #0b4851;}
.rightboxes ul li:hover a {color:#00b4f0}

.centerbox {/* width:100%; */float: right;margin-top: 10px;}
.centerbox ul {float:left}
.centerbox ul li {background-repeat:no-repeat;background-position: left 12px;float: left;display: block;background-color: #cfcfcf;width: 14px;height: 14px;margin: 0 2px;border-radius: 3px;cursor: pointer;}
.centerbox ul li a {float:left;font-size:17px;color:#4b4b4b;font-family:nexal;padding: 2px 15px;}
.centerbox ul li.active  {background-color: #fbea78;}
.centerbox ul li:hover a {color:#00b4f0}


.leftboxess .tenphong a {font-size:22px}
.leftboxess .tenphong h3 {font-size:13px}
.leftboxess .tenphong {max-width:90%}
.listslide {float:left;width:100%}

.leftboxess {width:100%;height: 235px;overflow:hidden;}
.leftboxess ul {width:100%;height:100%}
.leftboxess ul li {}
.leftboxess ul li .postImg {width:100%;height:100%;float:left;padding:0;margin:0}
.leftboxess ul li .postImg {width:100%;height:100%;float:left}
.leftboxess ul li .postImg figure {float:left;width:100%;height:100%;margin:auto;padding:0}
.rightboxess {width:100%;float:left;margin-top: 20px;}
.rightboxess ul {float:left}
.rightboxess ul li {background-repeat:no-repeat;background-position: left 12px;float: left;display: block;width: 100%;}
.rightboxess ul li a {float:left;font-size:17px;color:#4b4b4b;font-family:nexal;padding: 2px 15px;}
.rightboxess ul li.active a {color:#00b4f0}
.rightboxess ul li:hover a {color:#00b4f0}


.centerboxs {/* width:100%; */float: right;margin-top: 10px;}
.centerboxs ul {float:left}
.centerboxs ul li {background-repeat:no-repeat;background-position: left 12px;float: left;display: block;background-color: #cfcfcf;width: 14px;height: 14px;margin: 0 2px;border-radius: 3px;cursor: pointer;}
.centerboxs ul li a {float:left;font-size:17px;color:#4b4b4b;font-family:nexal;padding: 2px 15px;}
.centerboxs ul li.active  {background-color:#00b4f0}
.centerboxs ul li:hover a {color:#00b4f0}


@keyframes translateX2 {0%   {transform: translateX(400%);}     100% {transform: translateX(0);}}
@keyframes translateX1 {0%   {transform: translateX(50%);}     100% {transform: translateX(0);}}
@keyframes translateX2 {0%   {transform: translateX(400%);}     100% {transform: translateX(0);}}
@keyframes translateX3 {0%   {transform: translateX(800%);}     100% {transform: translateX(0);}}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
::-moz-placeholder { /* Firefox 19+ */color: #000;}
:-ms-input-placeholder { /* IE 10+ */color: #000;}
:-moz-placeholder { /* Firefox 18- */color: #000;}


.hvr-underline-from-left:hover:before, 
.hvr-underline-from-left:focus:before, 
.hvr-underline-from-left:active:before,
.hvr-underline-from-left.active:before {right: 0;}




  
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #007cb6;border-color: #007cb6;}
.owl-theme .owl-controls .owl-page span {background-color:white;border: 1px solid #007cb6;margin: 5px 2px;}
.listtintuctt {width:100%;float:left;background-size: cover;padding:60px 0;background-attachment: fixed;position: relative;}


.grid-gallery ul {list-style: none;margin: 0;padding: 0;width: 100%;float: left;}
.grid-gallery figure {margin: 0;}
.grid-gallery figure img {display: block;width: 100%;opacity: 1;}
.grid-gallery figure:hover {opacity:1}
.grid-gallery figcaption h3 {margin: 0;padding: 0 0 0.5em;}
.grid-gallery figcaption p {margin: 0;}
.grid-wrap {max-width: 100%;margin: 0 auto;padding: 0;}
.grid-gallery .grid {margin: 0 auto;max-width: 100%;}
.grid-gallery .grid li {width: 32.7%;float: left;cursor: pointer;overflow: hidden;margin-left: 0.3%;margin-bottom: 3px;margin: 1%;}

.grid-gallery .grid figure {padding: 0;-webkit-transition: opacity 0.2s;transition: opacity 0.2s;}

.grid-gallery .grid li:hover figure {opacity: 1;}

.grid-gallery .grid figcaption {background: #e4e4e4;padding: 25px;}

/* Slideshow style */
.grid-gallery .slideshow {position: fixed;background: rgba(0,0,0,0.6);width: 100%;height: 100%;
	top: 0;left: 0;z-index: 500;opacity: 0;visibility: hidden;overflow: hidden;-webkit-perspective: 1000px;
    perspective: 1000px;-webkit-transition: opacity 0.5s, visibility 0s 0.5s;transition: opacity 0.5s, visibility 0s 0.5s;
}

.grid-gallery .slideshow-open .slideshow {opacity: 1;visibility: visible;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}

.grid-gallery .slideshow ul {width: 100%;height: 100%;-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;-webkit-transform: translate3d(0,0,150px);transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;
}
.grid-gallery .slideshow ul.animatable li {-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.grid-gallery .slideshow-open .slideshow ul {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.grid-gallery .slideshow li {width: 31%;float: left;cursor: pointer;overflow: hidden;margin-bottom: 3px;margin: 1%;}
.grid-gallery .slideshow li.show {visibility: visible;}
.grid-gallery .slideshow li:after {content: '';position: absolute;width: 100%;height: 100%;top: 0;
	left: 0;background: rgba(255,255,255,0.8);-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.grid-gallery .slideshow li.current:after {visibility: hidden;opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;transition: opacity 0.3s, visibility 0s 0.3s;
}
.grid-gallery .slideshow figure {width: 100%;height: 100%;background: #fff;border: 50px solid #fff;overflow: hidden;}

.grid-gallery .slideshow figcaption {padding-bottom: 20px;}

.grid-gallery .slideshow figcaption h3 {font-weight: 300;font-size: 200%;}

/* Navigation */
.grid-gallery .slideshow nav span {position: fixed;z-index: 1000;color: #59656c;text-align: center;padding: 3%;cursor: pointer;font-size: 2.2em;}
.grid-gallery .slideshow nav span.nav-prev,
.grid-gallery .slideshow nav span.nav-next {top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.grid-gallery .slideshow nav span.nav-next {right: 0;}
.grid-gallery .slideshow nav span.nav-close {top: 0;right: 0;padding: 0.5em 1em;color: #31373a;}


@-webkit-keyframes RotateNew1 {
    0% {-webkit-transform: rotate(-70deg) scale(1);opacity: 1;}
     100% {-webkit-transform: rotate(0deg) scale(1);opacity: 1;}
}

@keyframes RotateNew1 {
    0% {-webkit-transform: rotate(-70deg) scale(1);opacity: 1;}
     100% {-webkit-transform: rotate(0deg) scale(1);opacity: 1;}
}
    
@-webkit-keyframes Heightimg {
    0% {margin-top:-100%;opacity: 0;}
     100% {margin-top:0%;opacity: 1;}
}

@keyframes Heightimg {
     0% {margin-top:-100%;opacity: 0;}
     100% {margin-top:0%;opacity: 1;}
}



@-webkit-keyframes Che {
    0% {top:0;opacity: 1;}
     100% {top:100%;opacity: 0;}
}

@keyframes Che {
        0% {top:0;opacity: 1;}
     100% {top:100%;opacity: 1;}
}


    
   


    @-webkit-keyframes Zoomanh {
        0% {opacity:1;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }

      @keyframes Zoomanh {
        0% {opacity:1;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {
            opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }




      @-webkit-keyframes Zoomanh1 {
        0% {opacity:0;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }

      @keyframes Zoomanh1 {
        0% {opacity:0;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {
            opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }




.header {width:100%;float:left;position: absolute;left: 0;top: 0;z-index: 1111;}
.top {width:100%;float:left;/* border-top: 4px solid #7cd608; */background-color: rgba(255, 255, 255, 0.85);height: 36px;}
.navfull .allbody {overflow:inherit}
 .toplogo {width:100%;float:left;height:128px;background-image:url('../../images/bg_head.png');background-size:cover;background-repeat:no-repeat;position:  relative;}
 .hotlinetop {float:left;font-size: 14px;color: #606060;font-weight: normal;background-image: url('../../images/top-call.png');background-repeat:  no-repeat;background-position:  left;padding-left: 22px;margin-top: 10px;}
 .sdttop {float: right;margin-left: 10px;}
 .cart-top {float:right;margin-right: 13px;}
 .mntop {float:right;margin-right: 10px;position: relative;color: #606060;}
 .mntop:after {content:"|";display:inline-block;margin-left: 5px;}
  .mntop  a {display: inline-block;color: #606060;padding: 9px 0;font-size: 14px;}
  .cart-top a {float:right;font-size: 14px;color: #606060;float:left;/* background-image: url('../../images/top-cart.png'); */background-repeat: no-repeat;padding: 9px 0;/* padding-left: 28px; */background-position: left 8px;}
 .lan {float:right;margin-top: 7px;}
 .lan a {font-size:13px;color:#606060;background-color:#fff;background-image:url('../../images/lan-vi.png');background-repeat:no-repeat;background-position: 5px 4px;padding: 4px 9px 4px 23px;border-radius: 2px;}
 .lan a.lan-en {background-image:url('../../images/lan-en.png')}
  .lan a.lan-ru {background-image:url('../../images/lan-cn.png')}
   .lan a:hover, .lan a.lan-ac {background-color:#7cd608;color:#fff}
 .menutop {float:right;}
 .menutop ul  {padding:0;margin:auto}
 .menutop ul li {float:left;list-style:none;}
 .menutop li a {font-family:mulir;font-size:14px;color:#474747;padding: 11px 10px;float:  left;}
 .menutop li:last-child a {padding-right:0}
 .sdttop:after {content:'-';margin-left:5px;margin-right:5px}
 .sdttop:first-child:after {display:none}
 .sdttop:first-child {margin-left:0}
 .logo {float:left;position: absolute;width: 263px;height: 148px;z-index: 1111;background-image: url('../../images/bg_logo.png');background-repeat: no-repeat;display: flex;top: -36px;left: calc(50% - 141px);}
  .logo a {float:left;/* width:100%; *//* height:100% */margin: auto;margin-top: 9px;}
   .logo img {width:100%;height:100%;margin: auto !important;float:left;}
   .slogan {float:left;margin-left: 10px;width: 251px;margin-top: 12px;-webkit-animation-name: fadeInRight;animation-name: fadeInRight;-webkit-animation-duration: 2s;animation-duration: 2s;animation-delay: 0s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;opacity: 0;}
   .slogan h2 {width:100%;float:left;font-weight: bold;color: #f2dd18;font-size:50px;font-family:nguyendu;margin:  auto;text-shadow: 2px 0 0 #7cd608, -2px 0 0 #7cd608, 0 2px 0 #7cd608, 0 -2px 0 #7cd608, 1px 1px #7cd608, -1px -1px 0 #7cd608, 1px -1px 0 #7cd608, -1px 1px 0 #7cd608;}
    .slogan h4 {width:100%;float:left;font-weight:bold;margin:auto;color:#7cd608;font-size:20px;}
    .slogansmall {float:left;margin-left: 44px;margin-top: 31px;z-index: 9;position:  absolute;right: 15%;-webkit-animation-name: fadeInRight;animation-name: fadeInRight;-webkit-animation-duration: 2s;animation-duration: 2s;animation-delay: 0s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;opacity: 0;}
    .slogansmall h4 {
    font-family:utavob;
    text-transform:uppercase;
    color:white;
    margin:auto;
    font-size:22px;
    text-shadow:2px 0 0 #7cd608, -2px 0 0 #7cd608, 0 2px 0 #7cd608, 0 -2px 0 #7cd608, 1px 1px #7cd608, -1px -1px 0 #7cd608, 1px -1px 0 #7cd608, -1px 1px 0 #7cd608;
    }
    .allslidetop {position:absolute;right: 20px;top: 3px;z-index: 1;}
    .slidetop {width:95px;height:95px;overflow:hidden;border-radius: 50%;border:5px solid white;float:left;position: relative;}
    .slidetop img {width: 100%;height: 100%;float:left;position:  absolute;left:  0;top: 0;}
    .relatitop {float:left;position:relative;}
    .slidetop:nth-child(2) {z-index: 1;margin-right:-15px;margin-top:10px;-webkit-animation-name: flipInX;animation-name: flipInX;-webkit-animation-duration: 2s;animation-duration: 2s;animation-delay: 0s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;opacity: 0;}
    .slidetop:nth-child(4) {z-index: 3;float:right;margin-left:-15px;margin-top:10px;-webkit-animation-name: flipInX;animation-name: flipInX;-webkit-animation-duration: 2s;animation-duration: 2s;animation-delay: 0.2s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;opacity: 0;}
    .slidetop:nth-child(6) {z-index: 4;margin-left:0px;width:110px;height:110px;-webkit-animation-name: flipInX;animation-name: flipInX;-webkit-animation-duration: 2s;animation-duration: 2s;animation-delay: 0.4s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;opacity: 0;}
    .navfull {width:100%;float:left;height: 81px;background-color: #7cd608;background-image: url('../../images/nav-bg.png');}
    .navfull.fix {position:fixed;top:0;text-align: center;height: 48px;left: 0;right: 0;}
    .navfull.fix .logo {/* display: flex; *//* background: none; *//* width: 129px; */left: calc(50% - 64px);margin-bottom: 0;top: -8px;width: 146px;background-size: 100% auto;height: 80px;}
  .navfull.fix .logo a {width:60px !important;height: 47px !important;}
   .navfull.fix .logo canvas {width:100%;height:100%;}
    .navfull.fix .mnc1:nth-child(5) {/* margin-left: 145px; */}
    .navfull.fix .navtop {text-align: center;/* float:none; */margin:auto;width: 100%;}
    .slimmenu {width:100%;float:left;padding:0;margin: 0;}
    .navfull ul {margin:0;/* padding:0; */}
    .navfull.fix ul.slimmenu {width:auto;margin:auto;display:inline-block;float: none;}
    .navfull.fix .menuconc2 {padding-top: 0px;}
    .ulmenuan {display:none}
    .mnc1 {float:left;list-style:none;margin: 0;padding: 0;position:  relative;background-image: url('../../images/nav-li.png');background-repeat:no-repeat;background-position: left 18px;margin-left: 1px;} 
.mnnone.mnc1 {display:none}
.mnc1:nth-child(5) {margin-left: 220px;background:none;}
.mnc1.mnru:nth-child(5) {margin-left:255px;}
    .mnc1:first-child {background:none;margin-left: 0;}
 .slimmenu  .mnc1 a {color:white;float:left;padding: 17px 15px;padding-top: 16px;font-size: 16px;text-transform:  uppercase;border-radius: 4px; width:100%}
    .mnc1 a.far.litrangchu {padding: 0px 28px;margin:auto;background-image:url('../../images/home.png');background-repeat:  no-repeat;background-position: center center;height: 48px;background-size: auto 16px;}
    .timkiem {float:right;border:1px solid #47a6ff;border-radius:  3px;overflow:  hidden;margin-top: 9px;}
    .navtop {float:left;margin-top: 18px;}

   .farmenu .mnc1 a.active,  .farmenu .mnc1 a:hover  {
/*    background-color:#fff;color:#7cd608; */
   }
/*      .mnc1 a.far.litrangchu.active, .mnc1 a.far.litrangchu:hover  {background-image:url('../../images/homeh.png')} */
    .mnc1.have:after {width:9px;height:5px;content:'';background-image: url('../../images/nav-afterr.png');background-size:100% 100%;position:absolute;top: 36px;left: calc(50% - 4px);z-index: 77;display: block;}

.mnc1.have:hover:after,.mnc1.have.active:after {background-image: url('../../images/nav-after.png');}
    .mnc1.have a.active:after,.mnc1.have a:hover:after {display:block}
    .menuconc2 {display:none;position: absolute;top: 100%;padding: 0;margin: 0;padding-top: 15px;width: 190px;}
    .menuconc2 li {display:block;border-top: 1px solid #f9f9f9;}
    .menuconc2 li:first-child {border:none}
    .child {display:block;overflow:hidden;background-color:#7cd608;color: #fff;padding: 10px 10px;}
    #ShowMenu {display:none}
    .txttim {float:left;background:none;border:none;font-family:mulir;font-size:13px;color:white;padding: 8px 10px 9px 10px;outline: none;}
    .btntim {float:right;background:none;border:none;width: 33px;height:  33px;background-repeat:  no-repeat;background-image: url('../../images/icon_tim.png');
    background-position:  center center;outline:none;cursor:pointer;transition:0.5s}
    .btntim:hover {background-color:#f2dd18}
   



    .txttim::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #47a6ff;font-style:italic}
.txttim::-moz-placeholder { /* Firefox 19+ */color: #47a6ff;font-style:italic}
.txttim:-ms-input-placeholder { /* IE 10+ */color: #47a6ff;font-style:italic}
.txttim:-moz-placeholder { /* Firefox 18- */color: #47a6ff;font-style:italic}
.banner {width:100%;float:left;height:350px;position: relative;}
 .banner ul {height:100%;margin:auto;padding:0;list-style:none;width:100%;}
 .banner .owl-carousel .owl-wrapper {height:100%}
.banner .owl-carousel .owl-wrapper-outer {height:100%;}
.banner  .owl-item {width:100%;height:100%;}
.banner li {width:100%;height:100%;display:block;overflow:hidden;}
.banner li img {height:100%;display:block;width:auto;min-width:100%;}
.banner  .owl-controls {display:none !important}
.slider_main .owl-nav {position:absolute;height:0;top:56%;z-index:1010;left: 41px;right: 45px;}
.slider_main.owl-nav .owl-prev,
.slider_main .owl-nav .owl-next {cursor: pointer;display: block;height: 40px;width: 47px;z-index: 1001;}
.slider_main .owl-prev {float: left;background: url(../../images/pprew.png) no-repeat !important;}
.slider_main .owl-next {float: right;background: url(../../images/pnext.png) no-repeat !important;}
.slider_main.owl-nav .owl-prev span,
.slider_main .owl-nav .owl-next span {
				display: none;
}

.allchinh {    position: initial;background-color: #f7f7f7;padding-top: 10px;}
.banner-tc {width:100%;float:left;position: relative;}
.titbn {position:absolute;left:0;right:0;bottom: calc(50% - 80px);background-color: rgba(0, 0, 0, 0.7);color: #fff;font-size: 38px;font-family: moti;text-align: center;padding: 12px 0;}
.banner-tc img {width:100%;float:left;}
.gioithieu {width:100%;float:left;position:relative;padding: 45px 0;padding-bottom: 65px;}
.topgiothieu {text-align: center;width: 754px;/* height:19px; */position:absolute;z-index: 1000;left: calc((100% - 754px) / 2);bottom: -1px;background-image: url('../../images/banner-tit.png');background-size: 100% 100%;font-size: 37px;font-family: moti;color: #fff;padding: 14px 0;}
.content-default {display:block;/* overflow:hidden; */background-image: url('../../images/bg_body.png');background-size: cover;width: 100%;float: left;position: relative;margin-bottom: 320px;}
.pix_diapo {height:100%;}
.pix_diapo img {float:left}
#pix_pag {display:none !important}
.logogt {margin:auto;display:block;width:100%;text-align:center;opacity: 0;}

    .gioithieu .logo {opacity:0}
.logogt img {margin:auto;display:block}
.titgt {width:100%;display:block;margin:auto;text-align:center;padding-top:  10px;padding-bottom: 20px;/* opacity: 0; */}

.titgt h2 {margin:auto;display:  inline-block;font-size: 55px;color: #7cd608;font-weight: normal;font-family: moti;}
.titgt h3 {margin:auto;display:  inline-block;margin-left: 5px;font-size:  28px;color:  #7cd608;font-family: mulir;font-weight:  normal;}
.boxnangluc .titgt h2 {text-align:left;display: block;}
.tomtat {width: 80%;text-align:center;margin:auto;display:block;font-family:mulir;font-size:17px;color:#505050;line-height: 28px;opacity:;}
.xemctgt {width:100%;text-align:center;display:block;margin-top: 20px;}
.gioithieu .xemctgt {opacity:0}
.sanpham .xemctgt {opacity:0}
.xemctgt a {font-size:12px;color:#7cd608;text-transform;uppercase;border:1px solid #7cd608;padding: 12px 28px 12px 18px;display:  inline-block;background-image:  url('../../images/xct_icon.png');background-repeat:  no-repeat;background-position: 88% 16px;border-radius: 4px;text-transform:  uppercase;}
.xemctgt a:hover {background-color:#7cd608;color:white;background-image:url('../../images/xcth_icon.png')}
.allsanpham {width:100%;float:left;background-image:url('../../images/bg_quytrinh.png');background-size:cover;padding:95px 0;position:  relative;z-index: 2;margin-top: -20px;}
.sanpham  {width:49%;float:left;border:1px solid white;border-radius:  10px;overflow:  hidden;transition:0.5s;opacity: 0;}


.sanpham:hover {border:1px solid #7cd608}
.sanpham2 {float:right}
.tensp {width:100%;float:left;height:84px;background-image:url('../../images/bg_tensp.png');background-repeat:no-repeat;background-position:left bottom;background-size:100% auto;position:  relative;z-index: 2;}
.tensp a {width:100%;text-align:center;float:left;font-size:24px;text-transform:uppercase;color:white;background-color: #44c7f5;padding: 9px 0;padding-top: 18px;}

.hinhanhsp {width:100%;float:left;height: 258px;position: relative;overflow:  hidden;background-color: rgba(255, 255, 255, 0.5);padding-top:  30px;padding-bottom: 45px;margin-top:  -30px;z-index: 1;opacity: 0;}
.hinhanhsp:after {content:'';height:50px;position:absolute;width:100%;left:0;bottom:0;background-image: url(../../images/bg_imgsp.png);
    background-repeat: no-repeat;background-position: left bottom;background-size: 100% 100%;z-index: 9;}
    figure.effect-julia {height:100%;    float: unset;}
    .hinhanhsp a {width:100%;float:left;height:100%;text-align:  center;}
 .sanpham    .hinhanhsp img {width:auto;height: auto;text-align:center;margin:auto;max-width:  100%;max-height: 100%;}
 .thongtinsp {width:100%;float:left;background-color:white;padding-bottom: 30px;}
 .tomtatsp { width:90%; display:block; text-align:center;margin:auto;padding-top:20px;font-family:mulir;font-size:16px;color:#4c4c4c;opacity: 0;}
  .showctbl {width: 96%;height:100%;background-color:white;padding: 10px 2%;}
  .showctbl * {font-family:mulir !important;max-width:100%;}
  .showctbl img {width:100% !important;height:auto !important}
  .showctbl table {width:99% !important;max-width:100% !important}
  .fancybox-type-iframe .fancybox-inner {background-color:white}
  .aqt {width:100%;display:block;float:left;}
  .squy {width:50%;float:left;margin-top: 30px;position:  relative;z-index: 1;}
  .squy:nth-child(2n+2) {float:right}
  .leftqt {width: 95%;float:left;background-color:  white;padding: 0px 0%;border-radius: 90px;border-bottom: 1px solid #e5e5e5;}
  .squy:nth-child(1),.squy:nth-child(2) {margin-top:0}

  .squy:nth-child(2n+2)  .leftqt {float:right}
  .imquytrinh {width: 139px;height: 139px;overflow:  hidden;border-radius: 50%;border: 2px solid #7cd608;float:  right;margin-right: -1px;}
   .squy:nth-child(2n+2) .imquytrinh {float:left;margin-left: -1px;margin-right: inherit;}
  .imquytrinh img {height:100%;float:left;width:auto;min-width:100%;}

  .sttqt {font-family:mulir;font-size:15px;color:#4d4d4d;border:1px solid #b4b4b4;width:28px;text-align:center;height:20px;float:  right;padding: 4px 0;border-radius: 50%;position:  absolute;right: -15px;top: 30%;z-index: 12;background-color:  white;}
  .squy:nth-child(2n+2) .sttqt {right:inherit;left:-15px;top: 55%;}
  .squy:nth-child(2n+2) .sttqt{float:left}
  .allquytrinh {width:100%;float:  left;}
  .centerqt {position:absolute;top:0;bottom:0;z-index:1;width:6px;height:100%;background-color: #fff;left: 0;border-radius:20px;margin:  auto;right: 0;}
  
 

    



  .quytrinh {width:100%;float:left;position:relative;margin-top: 50px;}
  .ttquytrinh {width: calc(100% - 161px);float:left;margin-top: 11px;}
  .squy:nth-child(2n+2) .ttquytrinh  {float:right}
.tenqt {width:100%;float:left;text-align:right;font-family: moti;font-weight: normal;font-size: 37px;color: #7cd608;margin-bottom: 5px;}
.squy:nth-child(2n+2) .tenqt {text-align:left}
.tomtatqt {width: 91%;float:left;text-align:right;font-family:  mulir;font-size: 15px;color: #4c4c4c;height: 68px;overflow:  hidden;}
.squy:nth-child(2n+2) .tomtatqt {text-align:left}
.squy:nth-child(2n+1) .tomtatqt {float:right}
.lkquytrinh {width:36px;height:27px;background-image:url('../../images/before_quytrinh.png');background-repeat:no-repeat;position:  absolute;right:  0;top: 34%;}
.squy:nth-child(2n+2) .lkquytrinh {right:inherit;left:0;top:53%}
.visao {width:100%;float:left;margin:auto;background-image:url('../../images/bg_visao.png');background-repeat:no-repeat;margin-top: -20px;position:relative;z-index:3;height: 418px;/* background-color: #f9f9f9; */}
.leftvs {width:30%;float:left;position:  relative;margin-top: 57px;height: 100%;}
.rightvs {width: 63%;float:right;padding: 70px 0;}
.titvs {font-size:30px;color:#7cd608;text-transform:uppercase;font-family:mulir;text-shadow:2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;margin-bottom:5px;opacity: 0;}
.vs {position:absolute;z-index: 3;width:176px;opacity: 0;}


.vs img {width:100%;float:left}
.vs:nth-child(1) {left:30px;top:0}
.vs:nth-child(2) {left:151px;top:101px}
.vs:nth-child(3) {left:0;top:155px}
.rightvs li {color:white;font-size:20px;font-family:mulir;list-style:none;width:96%;float:left;padding-left:4%;background-image:url('../../images/icon_like.png');background-repeat:no-repeat;background-position:left;margin-top:14px;opacity: 0;}
.rightvs ul {padding:0;margin:auto;float:left;width:100%}
.alltinnoibat {width:100%;float:left;background-color: #f9f9f9;padding: 60px 0;}
.showtinleft {width:63%;float:left}
.showtinright {width:35%;float:right}
.tin2 {width:48.5%;float:left;opacity: 0;}
.tin2:nth-child(2) {float:right}
.tomtat4tin {display:none}
.img2tin {width:100%;/* float:left; */overflow:hidden;height:200px;}
.tt2tin {border:1px solid #d8d8d8;border-top: none;/* width: 100%; */padding: 15px 10px;}
.ten2tin {width:100%;display:block;height: 46px;overflow:  hidden;margin-bottom: 10px;}
.tt2tin a {color:#7cd608;font-family:mulir;font-weight:bold;font-size:18px;}
.tt2tin a:hover {color:black}
.luotxemtin {/* width:100%; */display:block;background-image:url('../../images/icon_xem.png');background-repeat:no-repeat;background-position:left;padding-left: 21px;color: #b5b5b5;font-size: 14px;float: left;margin-left: 20px;}
.tomtattin {width:100%;text-align:left;font-family:mulir;font-size:14px;color:#3a3a3a;margin-top: 10px;height: 89px;overflow:hidden;}
.tittin {width:100%;float:left;margin-bottom: 30px;}




.tittin h2 {font-family:mulir;font-size:28px;font-weight:bold;color:#7cd608;text-transform:uppercase;text-align:center;margin:auto;margin-bottom: 5px;}
.tittin h3 {font-family:mulir;font-size:15px;color:#f2dd18;text-transform:uppercase;text-align:center;margin:auto}
.tittin h3:before {content:'';padding-right: 0px;height: 1px;display:  inline-block;background-image:url('../../images/tittt.png');width:20px;margin-bottom: 5px;margin-right: 5px;}
.tittin h3:after  {content:'';padding-left: 0;height: 1px;display:  inline-block;background-image:url('../../images/tittt.png');width:20px;margin-bottom: 5px;margin-left: 5px;}
.tin4 {width:100%;float:left;margin-bottom: 10px;opacity: 0;}
.img4tin {width:30%;float:left;height: 80px;overflow:  hidden;}
.tt4tin {width:67%;float:right}
.ten4tin {width:100%;/* float:left; */margin-bottom: 5px;}
.ten4tin a {font-family:mulir;font-size:14px;color:#3a3a3a;text-align:  justify;width: 100%;display:  block;}
.ten4tin a:hover {color:#7cd608}
.img4tin img {width:100%;height:100%;float:left}
.xemtatcatin {width:100%;float:left;opacity: 0;}
.xemtatcatin a {border: 1px solid #f2dd18;display:  block;text-align:  center;font-size:  14px;color:  #7cd608;
text-transform:  uppercase;padding: 12px 0 9px 0;background-color:  white;transition:0.5s}
.xemtatcatin a:hover {background-color:#f2dd18;color:white}
.footer {width:100%;float:left;margin:auto;}
.footercenter {width:100%;float:left;border-top:1px solid #0d57c8}
.logoft {float:left;width: 296px;}
.menuft {float: right;margin-right: 2%;margin-top: 14px;}

.menuft a {float:left;color:white;font-size:15px;padding: 5px 12px;}
.menuft a:hover {color:#f2dd18}
.shareft {float: left;margin-top: 0;width: 100%;/* text-align: center; */}
.ttfooter .shareft {margin-top:10px;}
.shareft a {float:left;height: 38px;/* background-color:white; *//* border:1px solid white; */border-radius: 4px;margin-right: 10px;/* display: flex; */overflow: hidden;}
.shareft img {display: inline-block;margin: auto;height: 100%;}
.shareft a:hover {}
.qrcode {display:block;overflow:hidden;width: 100%;padding-top: 20px;/* text-align: center; */}
.qrcode img {width: 137px;margin: auto;display: inline-block;}
.footertop {width:100%;float:left;padding-top:20px;padding-bottom: 45px;background-image: url('../../images/bg_ft.jpg');background-size: 100% 100%;}
.allfttop {width:100%;float:left;border-bottom:1px solid #07429c;padding-bottom: 15px;}
.logoft img {float:left}
.logoft h4 {font-family:mulir;font-size:13px;text-transform:uppercase;color:white;font-weight:bold;margin:auto;width: 225px;float:  left;margin-left: 10px;margin-top: 6px;}
.logoft h2 {font-size:27px;color:#f2dd18;font-family:mulir;margin:auto;font-weight:bold;text-transform:uppercase;float:  left;margin-left: 10px;}
.ttfooter {width: 48%;float:left;padding-top: 40px;}
.ttfooter * {font-size:15px;color:#fff;line-height:26px;margin:auto}
.ttfooter h2 {font-size:25px;color:#7cd608;text-transform:uppercase;margin-bottom:20px;}
.ttctynew  {width: 89%;float:left;background-repeat:  no-repeat;background-position:  left;/* height: 40px; */margin-top: 15px;padding-left: 11%;padding-top: 1px;margin-bottom: 7px;}
.ttctynew:first-child {margin-top:0}
.ttctynew p {width:100%;margin:auto;float:left}
.ttctynew p:first-child {font-family:mulir;font-size:15px;color:#f2dd18;text-transform:uppercase;margin-top: 1px;}
.ttctynew p:last-child {font-family:mulir;font-size:15px;color:#ffffff;}

.dccty  {background-image:url('../../images/ft_diachi.png')}
.dtcty  {background-image:url('../../images/ft_dienthoai.png')}
.emailcty  {background-image:url('../../images/ft_email.png')}
.webcty  {background-image:url('../../images/ft_website.png')}
.menucenter {width: 19%;float:left;margin-left: 5%;margin-top: 40px;}
.img-foot {float:right;width: 26%;margin-top: 40px;}
.img-foot .owl-controls {display:none !important;}
.img-foot ul {width:100%;margin: 0;padding: 0;}
.img-foot li {margin:auto;list-style: none;margin: 0 5px;}
.img-foot a { }
.img-foot img {/* width: 100%; */height: 100%;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);transition: 0.5s;}
.img-foot a:hover img {    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);}
.titftnew {width:100%;float:left;margin-bottom: 20px;}
.titftnew h3 {color: #7cd608;/* text-transform:uppercase; */margin:auto;float:left;width:100%;font-size: 20px;}
.titftnew h4 {width:40px;height:2px;background-color:#f2dd18;margin:auto;float:left;margin-bottom:25px;margin-top:10px}
.allftbot .titftnew h3 {font-size:23px;text-align: left;}
.menucenter a {float:left;width: 95%;font-size:14px;color:#ffffff;margin-bottom: 10px;background-image:  url('../../images/icon_lift.png');background-repeat:  no-repeat;background-position:  left 6px;padding-left: 5%;margin-left: 0;transition: 0.5s;}
.menucenter a:hover {background-image:  url('../../images/icon_lifth.png');margin-left:5%;width:90%;color:#7cd608;}
.mailft {width: 45%;float:right;text-align: left;}
.sloganmail {width:100%;float:left;color:white;font-size:14px;font-family:mulir}
.textmail {width:100%;float:left;margin-top: 0;}
.textmail input {font-size: 14px;border: 1px solid white;/* border-right: none; */background-color: rgba(255, 255, 255, 0.2);padding: 10px 10px;color:  white;/* width: 76%; */border-radius: 4px 0 0  4px;display: inline-block;margin-left: 0;outline: none;float: left;}
.textmail input:last-child {/* width:42px; */height:38px;background:none;border:none;background-color: #fff;background-position:  center center;border-radius: 0 4px 4px 0;cursor:  pointer;display: inline-block;color: #7cd608;background-repeat: no-repeat;}
.textmail input:nth-child(2) {border-radius: 0;border-left: none;}
.textmail input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color:#fff;}
.textmail input::-moz-placeholder { /* Firefox 19+ */color:#fff;}
.textmail input:-ms-input-placeholder { /* IE 10+ */color:#fff;}
.textmail input:-moz-placeholder { /* Firefox 18- */color:#fff;}

.doitacft {width:100%;float:left;background-color:#feffff;padding: 26px 0;}
.slidedt {width:100%;float:left;}
.slidedt ul {padding:0;list-style:none;margin: auto;width: calc(100% - 90px);}
.slidedt li {list-style:none;/* border-left:1px solid #ececec; */text-align:center;height: 60px;display:  flex;margin: 0;padding: 0;}
.slidedt li a {margin:auto;width: 100%;height: 100%;display: flex;}
.slidedt li img {margin:auto;max-width:100%;max-height:100%;text-align:center}
.slidedt .owl-item:last-child li {border-right:1px solid #ececec}
.doitacft .owl-controls {display:none !important}
.customdt {position:absolute;left:0;right:0;height:0;top: 21px;}
.customdt a {width:32px;height:45px;display:inline-block;float: right;cursor: pointer;}
.customdt a.next  {background-image:url('../../images/hang-next.png')}
.customdt a.prev {background-image:url('../../images/hang-prev.png');float: left;}
.allftbot {width:100%;float:left;border-top: 1px solid #547250;margin-top: 40px;padding-top: 20px;}
.botft {width:100%;float:left;width:100%;height: 90px;background-color: #7cd608;background-image: url('../../images/bg_bot.png');padding-bottom: 0px;}
.coppy {float:left;padding: 0px 0;font-size: 14px;margin-top: 27px;color: #fff;}
.coppy h3 {color:#feffff;font-weight:normal;font-size: 14px;margin:auto;margin-bottom: 6px;margin-right: 7px;display: block;overflow: hidden;}
.coppy a {font-size: 14px;font-weight:bold;color: #2d4f02;margin:auto;display: inline-block;}
.coppy span {display:inline-block;}

.truycap {float: left;padding: 0;font-size: 14px;color: #fff;text-align: left;margin-top: 27px;margin-left: 30px;}
.truycap h3 {color:#feffff;font-weight:normal;font-size:13px;margin:auto;/* float:left; */margin-top:  3px;margin-right: 7px;display: inline-block;}
.truycap a {font-size: 16px;font-weight: bold;color: #2d4f02;margin:auto;}
.tc-ft {background-image: url(../../images/icon_tong.png);background-repeat: no-repeat;background-position: left;padding-left: 14px;display: inline-block;margin-top: 6px;}
.ht-ft {display:block;overflow:hidden;}
.btn-top {width: 48px;height: 48px;left: 14px;opacity: 1;bottom: 21px;background: none;border-radius: 50%;}
.btn-top img {width:100%;height:100%;opacity: 1;}
.allshowgioithieu {width:100%;float:left;background-color: #fff;position:relative;/* padding: 45px 0; */}
.back-detail {background-image: url('../../images/bg-sanphamn.jpg');background-size:cover;padding: 45px 0;}
.allabouts {width:100%;float:left;position:relative;}
.hienthi {width: 70%;float: right;padding-top: 40px;}
.danhmuc {width: 27%;float: left;background-color: #f7f7f7;position: relative;padding-top: 20px;margin-bottom: 135px;}
.danhmuc:after {content:"";height:85px;width:100%;background-image:url(../../images/after_dm.png);position:relative;display:block;background-position: center;margin-bottom: -85px;}
.mapgt {width:100%;float:left;height:500px}
.showctbv img {max-width:100% !important;height:auto !important}
.showctbv h3 {margin: 0 0 10px 0;/* font-family:moti; */font-size: 22px;font-weight: bold;color: #7cd608;}
.showctbv table {width:100% !important;margin:auto !important;max-width:100% !important}

.anhgt {float:left;width: 32.6%;margin-left:1%;overflow:hidden;height: 160px;margin-bottom:7px;}
.anhgt:nth-child(3n+1) {margin-left:0}
.anhgt a {width:100%;float:left;height:100%}
.anhgt img {height:100%;width:auto;float:left;min-width:100%}
.info {width:100%;float:left;margin-top:10px}
.showdanhmuc {width:100%;display:block;margin-bottom: 0px;}
.right-content .showdanhmuc:last-child {display:none}
.showdanhmuc:last-child {margin-bottom:0}
.titdm {width:100%;display:block;background-color:#7cd608}
.titdm h3 {margin:auto;color:white;display:block;width: 86%;padding: 10px 0;background-image: url('../../images/icon-menu.PNG');background-repeat:  no-repeat;background-position: 10px 15px;padding-left: 14%;text-transform:  uppercase;font-size:  19px;}
.showhotrodm {width:100%;display:block;margin-top: 15px;}
.hotrodm {border-top:1px solid #e9ebee;width: 88%;display:block;/* background-image: url(../../images/icon-men.png); */background-repeat: no-repeat;padding: 12px 0;/* padding-left: 12%; */background-position: left 16px;}
.hotrodm:first-child {border:none;padding-top: 0;}
.hotrodm:last-child {padding-bottom:0}
.chucvu {width:100%;display:block;font-family:mulir;font-size:17px;font-weight:bold;color:#7cd608;margin-bottom: 5px;}
.tennv {width:100%;display: block;text-align:  left;/* height: 20px; */margin-bottom: 5px;}
.tennv h3 {margin:auto;font-size: 16px;font-weight:  normal;font-family: mulir;color: #7cd608;text-align:  left;float:  left;margin-right: 5px;}
.tennv h4 {margin:auto;font-family:  mulir;font-size: 15px;color: red;padding-top: 1px;}
.emailnv {width:100%;display:block;font-family:  mulir;font-size: 14px;color: #7cd608;}

.title-support{font-size:20px;/* text-transform:uppercase; */color: #7cd608;padding-bottom:10px;/* border-bottom: 1px solid #000; */font-weight: normal;text-align: center;font-size: 30px;font-family: moti;padding-top: 30px;}
.title-support span {background-color:#fff;display:inline-block;border: 1px solid #7cd608;padding: 10px 20px 5px 20px;border-radius: 4px;position: relative;}
.title-support span:before {content:"";width: 100%;height: 28px;background-image:url('../../images/before_tit.png');display: block;margin-top: -34px;background-position: center;background-repeat: no-repeat;margin-bottom: 0;}
.title-side{font-size:20px;text-transform:uppercase;color:#fff;padding-bottom:6px;padding-top:8px;padding-left:50px;background:#7cd608;position:relative;border-top-left-radius:3px;border-top-right-radius:3px;}
.title-side:before{content:"";width:25px;height:25px;position:absolute;background:url(../../images/logo-design.png);background-size:100% 100%;left:12px;;}
.box-support .contain{/* background: #f2f2f2; */margin:0;padding:20px 20px;}
.list-support .ten-hotro{font-size: 16px;color: #7cd608;/* line-height:1.1; */font-weight: normal;margin-top: 6px;}
.list-support .phone-number{font-size: 14px;margin-top: 2px;color: #f10000;overflow: hidden;height: 21px;}
.list-support .phone-number a:before{width:15px;height:15px;background:url(../../images/phone-small.png);/* content:""; */margin-right:2px;display:inline-block;position:relative;top:3px;}
.list-support .email{font-size:15px;color:#3f3f3f;}
.list-support .mail:before{width:15px;height:15px;background:url(../../images/email-small.png) no-repeat center;margin-right:2px;content:"";display:inline-block;position:relative;top:3px;content:""}
.list-support .item{position:relative;margin: 0;padding: 0;padding-left: 0;padding-bottom: 0;border: 1px solid #e1e1e1;/* height:70px; */list-style: none;/* overflow: hidden; */background-color: #fbfbfb;border-radius: 4px;padding-left: 68px;height: 54px;}
.list-support .item .name,.list-support .item .mail{font-size:14px;color: #000;}.list-support .item .name{color: #424242;display: block;margin-bottom: 2px;display: inline-block;}
.list-support .item:last-child{/* border:0; */}
.list-support .item+.item{margin-top:10px;}
.list-support .item:before{content:"";position: absolute;height: 54px;width: 54px;background: url(../../images/icon_hot2.png) center no-repeat;font-size:20px;left: -1px;top: -1px;border: 1px solid #7cd608;background-color:#f2f2f2;border-radius:4px;display: inline-block;float: left;margin-right: 10px;}
.list-support .item a {display: inline-block;color: #eb0000;font-weight: bold;margin-bottom: 3px;}
.list-support {margin:0;padding:0;overflow:hidden;display:block;}

.tinnoibat {/* width:100%; */display:block;overflow: hidden;padding: 10px 20px;}
.tinnoibat  ul {display:block;padding:0;width:  100%;margin: 0;}
.tinnoibat li {display: inline-block;list-style:none;width:100%;/* float: left; */border-top: 1px solid #e9ebee;padding: 5px 0;}
.imgnb {width: 100%;float:left;overflow:hidden;}
.tinnoibat li:first-child {border:none;/* border-bottom: 2px solid #7dd609; */margin-bottom: 10px;}
.tinnoibat li:first-child .thongtintin {display:none}
.tinnoibat li:nth-child(2)  {border-top: 2px solid #7dd609;}
.tinnoibat li:nth-child(n+2) .tomtattinnew {display:none}
.tinnoibat li:nth-child(n+2) .imgnb {display:none}
.tennb {width: 100%;float:right;margin-top: 7px;}
.tennb a {font-size:14px;color: #000;height: auto;overflow:  hidden;display: block;margin-bottom: 5px;position: relative;background-image: url('../../images/li_tin.png');background-repeat: no-repeat;background-position: left 4px;padding-left: 19px;}
.tinnoibat li:first-child .tennb a {padding-left:0;background:none;font-size:16px;color:#7cd608;font-weight:bold;margin-top: 10px;margin-bottom: 8px;display: block;}
.imgnb img {width:100%;float:left}
.showcatagory {width:100%;float:left}
.tintuc {width: 32%;float:left;margin-left:2%;margin-bottom: 13px;background-color: #fff;border: 1px solid #e9e9e9;padding: 15px 2%;box-sizing: border-box;}
.tintuc:nth-child(3n+1) {margin-left:0}
.imgtin {width:100%;display:block;height:150px;overflow:hidden}
.imgtin a {width:100%;height:100%;display:block}
.tintuc .imgtin img {width:auto;height:100%;min-width:100%} 
.thongtintin {display:block;border-top:none;overflow: hidden;margin-top: 15px;}
.thongtintin.martop0 {margin-top:0;margin-left: 19px;}
.tentin {width:100%;display:block;padding: 15px 0 8px 0;}
.tentin a {color: #7cd608;font-size: 18px;display:block;height: 44px;overflow:  hidden;font-weight: bold;line-height: 21px;}
.tomtattinnew {width:100%;font-size: 15px;color: #515151;margin-top: 0;height: 65px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;}
.tennb .tomtattinnew {font-size:14px;color:#838383;height: 55px;}
.martop30 {margin-top:30px}
.tenbaivietnew {width:100%;float:left;font-size:  18px;color: #000;font-weight:  bold;margin-bottom: 10px;}
.ttbaivietnew {width:100%;float:left;font-size:16px;color: #000;margin-bottom:20px;margin-top:10px;font-weight: normal;}
.date {font-family:mulir;font-size:13px;color:#afafaf;background-image:url('../../images/icon_ngay.png');background-repeat:no-repeat;
padding-left:15px;background-position:left}
.views {font-family:mulir;font-size:13px;color:#afafaf;background-image:url('../../images/icon_luotxem.png');background-repeat:no-repeat;
padding-left:15px;background-position:left;margin-left:20px;margin-right:10px}
.contain contact {width:100%;float:left;}
.right-content {/* width: 48%; *//* float:right; *//* border: 1px solid #222; */}
.left-content {width:49%;float:left;/* border: 1px solid #e1e1e1; *//* box-shadow: 1px 3px 6px; */}
.GuiYkien {width:100%;float:left;}
.formGuiYkien {width:100%;display:block;float:left}
.title-promotion {width:100%;float:left;font-family:mulir;font-size:14px;}
.formGuiYkien table {width:100%;float:left}
.formGuiYkien table tr {width: 100%;}
.formGuiYkien table td {width: 50%;text-align: left;}
.infoCompany {width:100%;float:left;}
.infoCompany * {font-family:mulir !important;/* font-size:16px !important; */color: #000;}
.boxes {/* border:1px solid red; */display: block;overflow: hidden;}
.contact .infoCompany h2 {margin-top:0;color: #7cd608;}
.contact {overflow:hidden;}
.contact .left-content{width:49%;float:left}
.contact .right-content{width:49%;float:right}
.contact .infoCompany{margin:0;color:#424242;line-height:1.5;font-size:16px;margin-bottom: 20px;}
.infoCompany h3,.GuiYkien h4{font-size:24px;color: #000;margin:0;/* font-family:avoB; */margin-bottom:10px;}
.infoCompany p{margin:0;font-size:15px;color:#3f3f3f;line-height:2;font-family:segoe ui;}
.infoCompany p em{font-style:normal;position:relative;display:inline-block;padding-left:30px;}
.infoCompany p em:before{content:"\f041";font-family:fontawesome;position:absolute;left:0;border:1px solid #de0017;width:22px;border-radius:100%;text-align:center;color:#de0017;line-height:1.5;top:3px;}
.infoCompany p em:nth-of-type(2),.infoCompany p em:nth-of-type(4){width:135px;}
.infoCompany p em:nth-of-type(2):before{content:"\f095"}
.infoCompany p em:nth-of-type(3):before{content:"\f1ac"}
.infoCompany p em:nth-of-type(4):before{content:"\f003"}
.infoCompany p em:nth-of-type(5):before{content:"\f0ac"}
.GuiYkien table{width:100%}
.GuiYkien .textbox{overflow:hidden;}
.GuiYkien .txt{border:1px solid #bdbdbd;padding:6px 2%;width:100%;box-sizing:border-box;font-family:arial;font-size:13px;outline: none;}
.GuiYkien .txt50{width:49%;float:left;}
.GuiYkien .txt50+.txt50{float:right;}
.GuiYkien th{text-align:left;font-weight:normal;color: #000;font-size:14px;padding-top: 10px;/* font-family:cambriar; *//* font-style:italic; */}
.GuiYkien .btn{border:none;padding: 10px 10px;width:100px;color:#fff;background:#7cd608;cursor:pointer;outline: none;border-radius: 4px;}
.GuiYkien .button{padding-top:10px;}
.GuiYkien .btnRefresh{width: 35px;height: 35px;background: url(../../images/refresh.png);background-size: 100% 100%;border: 1px solid #7cd608;cursor:  pointer;}
.GuiYkien .capcha{padding-top:10px;}
.GuiYkien .imgCapcha{float: left;margin-right:8px;}
.google_map{height:550px;margin-top:20px;position:relative;}
.google_map iframe{border: none}
.view-map {position:absolute;bottom:0;left:0;z-index: 888;display: none;}
.view-map a {background-color:#7cd608;color:#fff;padding:5px 10px;display:inline-block;font-size:17px;}


.textbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color:#000;}
.textbox input::-moz-placeholder { /* Firefox 19+ */color:#000;}
.textbox input:-ms-input-placeholder { /* IE 10+ */color:#000;}
.textbox input:-moz-placeholder { /* Firefox 18- */color:#000;}


.textbox textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */color:#000;}
.textbox textarea::-moz-placeholder { /* Firefox 19+ */color:#000;}
.textbox textarea:-ms-input-placeholder { /* IE 10+ */color:#000;}
.textbox textarea:-moz-placeholder { /* Firefox 18- */color:#000;}
.listHinhAnh {width:100%;float:left;}
.listHinhAnh ul {padding:0;float:left;width:100%;margin: auto;}
.listHinhAnh li {width: 32.3%;float:left;list-style:none;margin-left: 1.5%;margin-bottom:10px;}
.listHinhAnh li:nth-child(3n+1) {margin-left:0}
.listHinhAnh li .listImg {width:100%;display:block;float:left;height: 164px;overflow:  hidden;position: relative;}
 .listHinhAnh li .listImg img {width: auto;height:100%;float:left;min-width: 100%;}
 .hover {position:absolute;width: 50px;height: 50px;background-image:url('../../images/play.png');background-size:100% 100%;left:  39%;top: 37%;opacity: 0.8;}
.listHinhAnh:hover  .hover {opacity:1}
 .listHinhAnh li h4 {margin:auto;width:100%;float:left;padding: 5px 0;}
 .listHinhAnh li h4 a {font-family:mulir;font-size: 18px;color:#7cd608;padding: 0px 0;width:100%;float:left;height: 23px;overflow:  hidden;margin-top: 8px;}
 .listimgnew  {width:100%;float:left;}
 .imgshownew {width: 24.2%;float:left;margin-left: 1%;overflow:hidden;margin-bottom: 10px;height: 187px;display:  flex;}
 .imgshownew:nth-child(4n+1) {margin-left:0}
  .imgshownew a {/* border: 1px solid #7cd608; */display: block;overflow: hidden;height: 100%;}
.listimgnew .imgshownew img {width: 100%;height:100%;float:  left;min-width: 100%;}
.error {color:#f2dd18;margin-top:5px;float:left}
.show-pro-default {width:100%;float:left;position: relative;margin-bottom: -320px;z-index: 1;}
.show-pro-default:after {content:"";height: 465px;background-image: url('../../images/bg-sp2.png');position:absolute;left:0;right:0;bottom: 0;/* z-index: 2; */background-size: 100% 100%;background-repeat: no-repeat;}
.pro {width:33.3333%;float:left;text-align:center;margin-top: 30px;}
.info-pro {display:block;overflow:hidden;/* background-color:#ffdff4; */position: relative;z-index: 3;padding: 50px 0;}
.pro:nth-child(3n+1) .info-pro  {/* background-color:#ffdff4; */}
.pro:nth-child(3n+2) .info-pro  {/* background-color:#e4ffe0; */}
.pro:nth-child(3n+3) .info-pro  {/* background-color:#fff3d0; */}
.product-img {display:block;overflow:hidden;position:relative;z-index:1;height: 420px;}
.product-img img {max-width: 96%;max-height: 96%;display:block;margin:auto;position: relative;z-index: 2;}
.product-img a {width:100%;height:100%;display:flex;position: relative;}
.product-img a:after {content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-image:url('../../images/sp-hover.png');z-index: 1;background-size: 100% 100%;opacity: 0;transition: 0.5s;}
.pro:hover .product-img a:after {opacity:1;}
.title-item {display:block;overflow:hidden;}
.title-item a {font-size: 38px;color:#7cd608;font-family:moti;border: 1px solid #7cd608;display: inline-block;padding: 9px 16px;border-radius: 4px;transition: 0.5s;}
.tomtat-pro {display:block;overflow:hidden;font-size:16px;color:#4b4b4b;padding:0 40px;margin: 10px 0;}
.detail-pro {display:block;overflow:hidden;}
.detail-pro a {margin:auto;width:37px;height:37px;background-image:url('../../images/sp-xem.png');display: block;transition: 0.5s;}
.pro:hover .detail-pro a {background-image:url('../../images/sp-xemh.png')}


.pro:nth-child(3n+1) .title-item a  {border-color: rgba(255, 223, 244, 0);}
.pro:nth-child(3n+2) .title-item a   {border-color: rgba(194, 252, 182, 0);}
.pro:nth-child(3n+3) .title-item a {border-color: rgba(255, 244, 207, 0);}
.pro:nth-child(n+1):hover .title-item a {border-color: #7cd608;background-color: #fff;color: #f10001;}


.thitruong {width:100%;float:left;position:relative;background-color: #fff;}
.relative-thitruong {display:block;overflow:hidden;position:relative;padding-top: 200px;}
.relative-thitruong .img-map {display:block;max-width:100%;margin:auto;position:relative;z-index:1}
.li-m {position:absolute;z-index:2;}
.li-m img {display:block;}
.li-m.america1 {left: 4%;top: 22%;}
.li-m.canada {left: 16.5%;top: 14%;}
.li-m.america2 {left: 19%;top: 22%;}
.li-m.colombia {left: 26%;top: inherit;bottom: 27%;}
.li-m.brazil {left: 32%;bottom: 22%;}
.li-m.spain {left: 44.5%;top: 9%;}
.li-m.netherland {left: 45.5%;top: 15%;}
.li-m.france {left: 46.7%;top: 21%;}
.li-m.italy {left: 49.3%;top: 27%;}
.li-m.germany {left: 48.5%;top: 32%;}
.li-m.nigeria {left: 48%;bottom: 29.5%;}
.li-m.iran {right: 33%;top: 32%;}
.li-m.saudi {right: 31%;top: 38%;z-index: 3;}
.li-m.rusia {right: 21%;top: 9%;}
.li-m.india {right: 26%;top: 21%;}
.li-m.china {right: 16%;top: 17%;}
.li-m.korea {right: 11.6%;top: 24%;}
.li-m.japan {right: 8.6%;top: 31%;}
.li-m.indonexia {right: 13%;bottom: 26%;}
.li-m.autralia {right: 7%;bottom: 14%;}
.li-m.lgmap {right: 23.4%;bottom: 25.1%;}

.tit-thitruong {width:100%;float:left;position: relative;padding-bottom: 60px;background-color: #fff;padding-top: 30px;}
.left-ttr {float:left;font-family:moti;font-size:40px;color:#fff;background-color:#eb0000;padding: 17px 36px;padding-left: 0;border-radius: 0 4px 4px 0;position: relative;z-index: 2;}
.right-ttr {font-size:17px;color:#484848;display: block;width: 80%;margin-top: 6px;margin: auto;text-align: center;}
.tit-thitruong:after {/* content:""; */position:absolute;left:0;top:0;height:79px;background-color:#eb0000;width: calc((100% - 80%) / 2);z-index: 1;}

.trangtrai {width:100%;float:left;background-image:url('../../images/bg_quymo.png');background-repeat:no-repeat;background-size:cover;padding: 170px 0;}
.left-trtr {width: 35%;float:left;}
.left-trtr h4 {display:block;margin:auto;font-weight:normal;color:#7cd608;font-size:25px;text-transform:uppercase;line-height: 26px;margin-top: 2px;}
.left-trtr h2 {font-family:moti;color:#fff;font-size:50px;font-weight:normal;margin:auto;display:block;/* line-height: 49px; */}
.left-trtr span {font-size:17px;color:#fff;line-height:26px;margin-top: 20px;display: block;}
.right-trtr {width: 63%;float:right;}
.right-trtr ul {padding:0;margin:auto;list-style:none;overflow:hidden;display:block;}
.right-trtr li {width: 31%;float:left;text-align:center;position: relative;}
.right-trtr li:first-child {width: 38%;}
.number-li {width:171px;height: 171px;margin: auto;background-image: url('../../images/li-quymo.png');background-repeat: no-repeat;background-size: 100% 100%;position: relative;display: flex;}
.number-li span {margin:auto;font-size: 60px;font-family: moti;color: #fff;}
.number-li span:after {content:"+";}
.right-trtr li p {font-size:20px;margin:auto;font-size:20px;color:#fff;margin-top: 10px;}

.number-li:before {content: "";left: 6px;bottom: 6px;top: 6px;right: 6px;border: 1px solid #fff;position: absolute;border-radius: 50%;}



.news-default {width:100%;float:left;background-image:url('../../images/bg_news.png');background-repeat:no-repeat;background-position:left bottom;padding-top: 80px;background-color: #f9f9f9;padding-bottom: 50px;}
.left-news {width:25%;float:left;}
.right-news {width:73%;float:right;}
.right-news ul {padding:0;margin:auto;overflow:hidden;width: 100%;}
.right-news li {list-style:none;padding: 10px;border: 1px solid #e9e9e9;margin: 0 10px;border-radius: 4px;background-color: #fff;}
.tit-news h4 {font-size:20px;color:#545454;text-transform:capitalize;font-weight:normal;margin:auto;}
.tit-news h2 {font-size:40px;font-family:moti;color:#7cd608;font-weight:normal;margin:auto;}
.tit-news span {font-weight:normal;font-size:16px;color:#545454;display: block;margin-top: 20px;}
.tit-news a {font-size:14px;color:#ed0000;display: inline-block;text-transform:uppercase;background-image: url('../../images/after_xem.png');background-repeat:no-repeat;background-position: right 4px;padding-right: 9px;margin-top: 20px;}
.datenews {float:left;font-size:14px;color:#b5b5b5;background-image: url('../../images/icon_ngay.png');background-repeat: no-repeat;padding-left: 16px;background-position: left;}
.right-news .owl-controls {display:none !important;}
.right-news .owl-nav {display:block;overflow:hidden;margin-top: 34px;}
.right-news .owl-nav .owl-prev ,
.right-news .owl-nav .owl-next
{width:39px;height:40px;margin-right:4px;display: inline-block;cursor: pointer;/* transition: 0.5s; */;}
.right-news .owl-nav .owl-prev span ,
.right-news .owl-nav .owl-next span
{display: none;}
.right-news .owl-nav .owl-prev {background-image:url('../../images/tin-button.png') !important;background-repeat:no-repeat;background-position: left 0; }
.right-news .owl-nav .owl-next {background-image:url('../../images/tin-button.png') !important;background-repeat:no-repeat;background-position: right -44px !important;}


.bgthanhtoan {background-image: url('../../images/bg_tt.png');background-size:cover;background-attachment:fixed;}

.leftthanhtoan {width: 52%;float: left;}
.centerthanhtoan {width: 100%;float: right;margin-left: 0%;margin-top: 20px;padding: 0;}
.rightthanhtoan {width: 46%;float: right;}
.thongtinthanhtoans {background-color: #ffffff;width:100%;float:left;padding:20px 2%;width:96%;border-radius: 3px;margin-bottom: 20px;}
.titgiaohang {width: 94%;float:left;font-family:mulir;font-size:18px;text-transform:uppercase;color: #fff;/* margin-bottom:20px; */background-color: #b3b3b3;font-weight: bold;padding: 10px 3%;border: 1px solid #b3b3b3;}
.thongtindh {width: 96%;float:left;list-style:none;border: 1px solid #b3b3b3;padding: 10px 2%;border-radius: 0 0 4px 4px;/* box-sizing: border-box; */}
.thongtindh ul {width:100%;float:left;padding:0;list-style:none;margin: 0;}
.thongtindh li {width:100%;float:left;margin: 0;border-bottom: 1px solid #b3b3b3;padding: 5px 0;list-style: none;}
.imgtt {float:left;width: 15%;}
.imgtt img {width:100%;display:block;}
.namett {width: 82%;float:left;font-size:14px;font-family:mulir;color:#000000;margin-bottom: 10px;margin-left: 3%;font-weight: bold;}
.pricett {font-family:mulir;font-size:13px;text-align: left;margin-left: 3%;float: left;color: red;}
.tamtinh {width:100%;float:left;font-family:mulir;text-align:left;border-bottom: 1px solid #b3b3b3;padding: 10px 0;}
.tamtinh p {width:40%;float:left;margin:auto;font-weight:bold;font-size:15px}
.tamtinh p:nth-child(2) {width:60%;text-align:right}
.phivanchuyen {width:100%;float:left;font-family:mulir;font-size:15px;border-bottom: 1px solid #b3b3b3;padding: 10px 0;}
.tongcongtt {width: 96%;float:left;font-family:mulir;text-align:left;/* border-bottom:1px solid #ededed */padding: 10px 2%;background-color: #ee0a09;color:  white;border-radius: 4px;margin-top: 20px;margin-bottom: 10px;}
.tongcongtt p {width:40%;float:left;margin:auto;font-weight:bold;font-size:15px}
.tongcongtt p:nth-child(2) {width:60%;text-align:right}
.fulltextbox {width: 96%;float: left;list-style: none;border: 1px solid #b3b3b3;padding: 10px 2%;border-radius: 0 0 4px 4px;padding-top: 15px;}
.textmin {width:100%;float:left;margin-bottom: 10px;}
.dr-select {float:left;width: 49%;font-size: 14px;color: black;padding: 10px 3%;border-radius: 3px;outline: none;border: 1px solid #b3b3b3;}
.dr-select option {text-transform:capitalize;}
.checklist {position:relative;display:block;overflow:hidden;margin-bottom: 10px;}
.checklist tr{position:relative;margin-bottom: 10px;display: block;}
.checklist td {position:relative;}
.checklist h3 {margin:auto;font-size:17px;display: block;margin-left: 25px;}
.checklist h4 {margin:auto;font-weight:normal;font-size:13px}
.dr-select:nth-child(2) {float:right}
.textmin input {width: 96%;font-size:14px;color:black;padding: 10px 2%;border-radius:3px;outline:none;border: 1px solid #b3b3b3;}
.textmin textarea {height:70px;width: 96%;border: 1px solid #b3b3b3;border-radius:4px;padding: 10px 2%;outline: none;}
.tbthanhtoan {width:100%;float:left}
.tbthanhtoan tr {padding-bottom:10px;display:block}
.tbthanhtoan tr:last-child {padding-bottom:0}
.textmin .tbthanhtoan  input {float:left;width:auto;margin:auto;margin-top: 0;margin-right: 5px;width: 20px;height: 20px;}
.tbthanhtoan label {/* float:left; */margin:auto;}
.tbthanhtoan label strong {font-size:17px;}
.lbthongtinnganhang {display: block;width: 100%;float: left;}
.lbthongtinnganhang * {font-family:mulir !important;max-width:100% !important;color:  black !important;font-weight: normal;margin: auto;}
.xemttnh {display:block}
.btthanhtoann {width:100%;float:left;margin-top: 20px;}
.btthanhtoann input {width:100%;outline:none;text-align:center;float:left;background-color: #ee0a07;color:white;border:none;font-family:mulir;font-size:18px;padding:10px 0;text-transform:uppercase;cursor:pointer;}
.pading60 {}
.tit-o {display:block;position: relative;background: #eeeeee;padding: 10px 10px;padding-left: 40px;margin-bottom: 10px;cursor: pointer;}
.hiden-other {display:none;overflow:hidden;padding: 15px 15px;border: 1px solid #b4b4b4;}
.other-address {width:100%;float:left;}
.tit-o:before {display:block;content:"";content: "";position: absolute;width: 20px;height: 20px;background: #ffffff;border: solid 1px #666666;left: 10px;top: 20px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.tit-o:after {display:block;content:"";content: "\f00c";font-family: FontAwesome;position: absolute;left: 13px;top: 20px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-50%) scale(0);-ms-transform: translateY(-50%) scale(0);-o-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.tit-o.active:after {opacity:1;visibility: initial;-webkit-transform: translateY(-50%) scale(1);-ms-transform: translateY(-50%) scale(1);-o-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}
.checklist input  {/* border:  none; *//* width:  14px; *//* height: 14px; */cursor:  pointer;margin:  auto;background-size: 100% 100%;outline: none;position:  absolute;left:  0;top: 0px;width: 20px;height: 22px;text-align: left;display: block;background-position: left;}
 .checklist:hover   .check1,.checkn  .check1{/* background-image: url('../../images/rah.png') */}
.text1 {font-family:mulir;font-size:14px;color:black;border:none;background:none;cursor:  pointer;padding: 4px 0;padding-left: 8%;width: 83%;}
.dem1 {position:absolute;right:0;width: 24px;text-align:  center;padding: 4px 0;font-size: 12px;border-radius: 3px;color: white;cursor:  pointer;top: 0;background-color: #a2a2a2;}
.showloaimk {border: 1px solid #b8b8b8;position:relative;padding: 10px 0;border-radius: 4px;display:  block;background-color:  white;}
.showloaimk ul {padding:10px;list-style:none;display: block;}
.showloaimk li {display:inline-block;position:relative;width: 100%;margin-bottom: 7px;}
.showhang .text1 {text-transform:uppercase;}
.showloaimk li:hover .text1,.checkn .text1 {color:#ee0b0b}
.showloaimk li:hover  .dem1, .checkn .dem1 {background-color:#000000}
.titthanhtoan {display:block;overflow:hidden;/* position: absolute; */top: 0;}
.titthanhtoan a {display:inline-block;background-color:#ee0b0b;color:#fff;margin-top: 0;margin-bottom: 0;padding:5px 10px;border-radius:4px;background-image: url('../../images/back.png');background-repeat: no-repeat;background-size: auto 20px;background-position: 10px 5px;padding-left: 38px;}
.showthanhtoan {display:block;overflow:hidden;margin-top: 80px;}

 .loadgif {position:fixed;left:0;top:0;width:100%;float:left;height:100%;display:  flex;/* background-color: rgba(0, 0, 0, 0.2); */z-index: 99999;}
       .centerload {width:150px;height:150px;margin:auto;}
       .centerload img {width:100%;float:left}
        .loadgif {position:fixed;left:0;top:0;width:100%;float:left;height:100%;display:  flex;/* background-color: rgba(0, 0, 0, 0.2); */z-index: 99999;}
       .centerload {width:150px;height:150px;margin:auto;}
       .centerload img {width:100%;float:left}
       .none {display: none !important;}
       .loctour_submit {display:none}


.showctbv {width:100%;display:block;float:left;margin:auto;}
.s_chitiet {width: 100%;float:left;background-color: white;/* margin: 30px 0%; */}
.s_sodo {width: 86%;float: left;background-color: white;padding: 30px 3%;margin: 36px 0;margin-left: 3%;}
.s_chinhsach {width: 100%;float:left;text-align: justify;}
.s_chinhsach * {text-align: left !important;}
.box-abouts {display:block;overflow:hidden;width: 100%;float: left;background-color: white;}
.boxnangluc {padding:40px 3%;width:94%;margin:50px 0;background-color: rgba(255, 255, 255, 1);}
.boxchinhsach {width:60%;margin-left:20%;padding: 40px 0;}
.box-content {width:100%;float:left;background-color: white;}
.bgnangluc {background-image:url('../../images/bgnangluc.jpg');background-attachment: fixed;background-size: cover;position: relative;z-index: 2;}
.box-photo {/* background-image: url('../../images/pattern.png'); */background-color:white;padding: 50px 0;/* background-size: cover; */position: relative;z-index: 1;}
.bgsodo {background:none;background-image:url('../../images/bg-sodo.jpg');background-attachment:fixed;background-size: cover;}
.box-content.box-gray {background-color:#ececec;position: relative;z-index: 2;}
.box-content.box-gray .s_chitiet {width:80%;padding: 50px 5%;box-shadow:0 20px 30px rgba(0,0,0,.1);margin: 50px 0;margin-left: 5%;}
.s_hoso {width: 100%;float:right;padding: 30px 0%;}
.s_hoso iframe {width:100% !important;height:600px}
.showctbv * {max-width:100% !important;}
.s_chinhsach p {margin:auto;}
.showctbv img {max-width:100% !important;height:auto !important;opacity:  1 !important;}
.showctbv table {width:100% !important;margin:auto !important;max-width:100% !important}

.anhgt {float:left;width: 32.6%;margin-left:1%;overflow:hidden;height: 160px;margin-bottom:7px;}
.anhgt:nth-child(3n+1) {margin-left:0}
.anhgt a {width:100%;float:left;height:100%}
.anhgt img {height:100%;width:auto;float:left;min-width:100%}
.info {width:100%;float:left;margin-top: 0px;overflow:  hidden;}

.grid-gallery ul {list-style: none;margin: 0;padding: 0;width: 100%;float: left;}
.grid-gallery figure {margin: 0;}
.grid-gallery figure img {display: block;width: 100%;opacity: 1;}
.grid-gallery figure:hover {opacity:1}
.grid-gallery figcaption h3 {margin: 0;padding: 0 0 0.5em;}
.grid-gallery figcaption p {margin: 0;}
.grid-wrap {max-width: 100%;margin: 0 auto;padding: 0;overflow: hidden;}
.grid-gallery {width:100%;display:block;overflow: hidden;}
.grid-gallery .grid {margin: 0 auto;max-width: 100%;}
.grid-gallery .grid li {width: 32%;float: left;cursor: pointer;overflow: hidden;margin-left: 0.3%;margin-bottom: 3px;margin: 5px 0.5%;background-color: white;}

.grid-gallery .grid figure {padding: 0;-webkit-transition: opacity 0.2s;transition: opacity 0.2s;}

.grid-gallery .grid li:hover figure {opacity: 1;}

.grid-gallery .grid figcaption {background: #e4e4e4;padding: 25px;}
.hinhanh-chungnhan {width:100%;display:block}
.hinhanh-chungnhan {width:100%;display:block;height: 189px;overflow: hidden;/* background-color: #e6e6e6; */}
.hinhanh-chungnhan a {width:100%;height:100%;display:block;overflow: hidden;}
.hinhanh-chungnhan img {display:block;margin: auto;height: 100%;width: auto;min-width: 100%;transition: 0.5s;}
.hinhanh-chungnhan:hover img {transform:scale(1.2)}
.ten-chungnhan {width:100%;display:block;}
.ten-chungnhan a {font-size: 16px;font-weight:bold;color:black;text-align:center;padding:5px;display:block;}

/* Slideshow style */
.grid-gallery .slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.grid-gallery .slideshow-open .slideshow {opacity: 1;visibility: visible;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}

.grid-gallery .slideshow ul {width: 100%;height: 100%;-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;-webkit-transform: translate3d(0,0,150px);transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;
}
.grid-gallery .slideshow ul.animatable li {-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.grid-gallery .slideshow-open .slideshow ul {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.grid-gallery .slideshow li {width: 31%;float: left;cursor: pointer;overflow: hidden;margin-bottom: 3px;margin: 1%;}
.grid-gallery .slideshow li.show {visibility: visible;}
.grid-gallery .slideshow li:after {content: '';position: absolute;width: 100%;height: 100%;top: 0;
	left: 0;background: rgba(255,255,255,0.8);-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.grid-gallery .slideshow li.current:after {visibility: hidden;opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;transition: opacity 0.3s, visibility 0s 0.3s;
}
.grid-gallery .slideshow figure {width: 100%;height: 100%;background: #fff;border: 50px solid #fff;overflow: hidden;}

.grid-gallery .slideshow figcaption {padding-bottom: 20px;}

.grid-gallery .slideshow figcaption h3 {font-weight: 300;font-size: 200%;}

/* Navigation */
.grid-gallery .slideshow nav span {position: fixed;z-index: 1000;color: #59656c;text-align: center;padding: 3%;cursor: pointer;font-size: 2.2em;}
.grid-gallery .slideshow nav span.nav-prev,
.grid-gallery .slideshow nav span.nav-next {top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.grid-gallery .slideshow nav span.nav-next {right: 0;}
.grid-gallery .slideshow nav span.nav-close {top: 0;right: 0;padding: 0.5em 1em;color: #31373a;}


@-webkit-keyframes RotateNew1 {
    0% {-webkit-transform: rotate(-70deg) scale(1);opacity: 1;}
     100% {-webkit-transform: rotate(0deg) scale(1);opacity: 1;}
}

@keyframes RotateNew1 {
    0% {-webkit-transform: rotate(-70deg) scale(1);opacity: 1;}
     100% {-webkit-transform: rotate(0deg) scale(1);opacity: 1;}
}
    
@-webkit-keyframes Heightimg {
    0% {margin-top:-100%;opacity: 0;}
     100% {margin-top:0%;opacity: 1;}
}

@keyframes Heightimg {
     0% {margin-top:-100%;opacity: 0;}
     100% {margin-top:0%;opacity: 1;}
}



@-webkit-keyframes Che {
    0% {top:0;opacity: 1;}
     100% {top:100%;opacity: 0;}
}

@keyframes Che {
        0% {top:0;opacity: 1;}
     100% {top:100%;opacity: 1;}
}


    
   


    @-webkit-keyframes Zoomanh {
        0% {opacity:1;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }

      @keyframes Zoomanh {
        0% {opacity:1;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {
            opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }




      @-webkit-keyframes Zoomanh1 {
        0% {opacity:0;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }

      @keyframes Zoomanh1 {
        0% {opacity:0;
            transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
        }
        100% {
            opacity:1;
            transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
        }
    }

.img-map-none {display: none !important;}

.sp-mobile {left: -1000px;bottom: 0;position:fixed;z-index: 999999999999;width: 202px;background-color:#f2f2f2;padding-left:20px;transition: 0.5s;}
.sp-mobile .list-support .item:before {}
.spansp {position:fixed;bottom: 16px;width: 50px;right: 150px;cursor: pointer;z-index: 9990;}
.spansp img {width:100%;position: relative;z-index: 2;}
.sp-mobile.view {left: 0;width: 265px;padding: 20px 15px;}

.closesp {position:absolute;top: -14px;right: -14px;border: 1px solid #fff;width: 27px;/* height:20px; */border-radius: 50%;text-align: center;font-size: 17px;font-weight: bold;background-color: #7cd608;color: #fff;padding: 3px 0px;cursor: pointer;}
.closehl {position:absolute;top: -14px;right: -14px;border: 1px solid #fff;width: 27px;/* height:20px; */border-radius: 50%;text-align: center;font-size: 17px;font-weight: bold;background-color: #7cd608;color: #fff;padding: 3px 0px;cursor: pointer;}


.spansp p {background-color:#fff;border: 1px solid #f3b281;padding: 5px 5px 6px 5px;border-radius: 20px 0 0 20px;position:absolute;right: -800px;width: auto;min-width: 134px;text-align: center;z-index: 1;margin: auto;top: 9px;transition: 0.5s;}
.spansp:hover p {right: 39px;}
.all-show-pros {background-image: url(../../images/bg-sanpham.jpg);background-size: cover;}
.right-pro {float:right;overflow:hidden;background-color: #fff;padding: 20px 2%;}
.left-pro {width: 57%;float:left;overflow:hidden;}
.pro2 {width: 48%;float:left;background-color: #fff;overflow: hidden;border-radius: 4px;padding-bottom: 14px;/* margin-bottom: 20px; */}
.pro2:nth-child(2n+2) {float:right}
.pro2:nth-child(n+3) {margin-top:20px;}
.imgpro {height:250px;display:block;overflow:hidden;border-radius: 4px;}
.imgpro a {display:block;height:100%;overflow:hidden;}
.pro3 .imgpro {height: 310px;}
.imgpro figure.effect-julia img {height:100%;min-width:100%;display:block;width: auto;}
.titnewpro {display:block;overflow:hidden;font-size:45px;color:#7cd608;font-family:moti;margin-bottom: 20px;}
.show-pros {display:block;overflow:hidden;width: 100%;}
.tit-news-pro {display:block;overflow:hidden;font-size:45px;color:#7cd608;font-family:moti;margin-bottom: 20px;}
.tenpro {display:block;overflow:hidden;padding: 0 5%;margin-bottom: 2%;padding-top: 13px;}
.tenpro a {font-size:20px;color:#7cd608;display:block;overflow:hidden;height: 25px;}
.thongtinpro {padding: 0 5%;display:block;overflow:hidden;}
.tl-pro {float:left;font-size:14px;color:#606060;margin-right:20px;background-image: url('../../images/icon_tl.png');background-repeat: no-repeat;background-position: left 2px;padding-left: 19px;}
.size-pro {float: left;color:#606060;font-size:14px;background-image: url(../../images/icon_size.png);background-repeat: no-repeat;background-position: left;padding-left: 19px;}
.pro3 {width: 32%;margin-left:2%;float:left;background-color:#fff;border-radius:4px;margin-bottom: 15px;padding-bottom: 15px;}
.pro3:nth-child(3n+1) {margin-left:0}




.nav-container {width:100%;display:block;margin-bottom: 75px;background-color: #f7f7f7;padding-bottom: 10px;}
.nav-container.fix-top {position:fixed;top:0;margin-bottom: 0;z-index: 2222;padding-bottom: 0;}
.nav-container section {display:block;overflow:hidden;}
.top-gt {display:block;overflow:hidden;margin-bottom: 50px;}
.center-gt {display:block;overflow:hidden;background-image: url('../../images/bg_gt_icon.png');background-size: cover;position: relative;padding: 30px 0;}
.bot-center {display:block;overflow:hidden;background-color: #f9f9f9;padding: 60px 0;}
.center-gt:before {content:"";left:0;top:0;bottom:0;background-image:url('../../images/gt_icon_bg.png');width: 47%;display: block;position: absolute;background-size: 100% 100%;}
.tomtat-pt {font-size:16px;color:#444444;display:block;margin-bottom: 30px;}
.tit-gt {display:block;overflow:hidden;text-align:center;font-size:50px;font-family:moti;color:#7cd608;margin-bottom:20px;}
.tit-gt-w {font-size:45px;color:#fff;text-align: left;}
.top-gt .showctbv * {text-align:center !important}
.s_linhvuc ul {list-style:none;padding:0;margin:auto;}
.s_linhvuc li {font-size:18px;color:#ffffff;background-image: url('../../images/linh-vuc-li.png');background-repeat: no-repeat;padding-left: 27px;line-height: 34px;background-position: left 7px;}
.s_linhvuc  * {color:#fff}
.allchinh section {overflow:hidden;position:relative;}
.tamnhin-sumenh {padding:65px 0;background-color:#f9f9f9;}
.linhvuchoatdong {float:left;width: 44%;}
.da_tieubieu {width: 47%;float:right;}
.lv-da {display:block;overflow:hidden;background-image: url('../../images/bg_duan.jpg');position: relative;padding: 60px 0;background-size: cover;}
.lv-da .s_chitiet {background:none}
.lv-da:before {content:"";left:0;top:0;bottom:0;width: 52%;background-image:url('../../images/bg_linhvuc.png');position:absolute;background-size: 100% 100%;}
nav {width:100%;display:block;margin:auto;}
.nav-container ul {padding:0;margin:auto;width:100%;display:block;text-align: center;}
.nav-container li {list-style:none;display: inline-block;margin-bottom: 10px;cursor:  pointer;margin: 0 9px;}
.nav-container li a {width:100%;display:block;position:relative;font-size: 16px;color: #545454;}

.nav-container li h3 {margin:auto;padding:0;display: block;font-size: 16px;padding: 11px 10px;color: #000;font-weight: bold;background-size:  100% 100%;text-align: center;border-bottom: 2px solid #f7f7f7;}
.nav-container li h3:hover {border-color:#7dd609;background-color:#ebffcf;color:#7dd609}
.nav-container li a.active h3 {border-color:#7dd609;background-color:#ebffcf;color:#7dd609}
.titnewgt {width:100%;float:left;font-size: 50px;color: #7cd608;/* border-bottom: 1px solid #e1e1e1; */margin-bottom: 20px;padding-bottom: 10px;font-weight: normal;font-family: moti;position: relative;}
.titnewgt.titfont-down {font-size: 40px;margin-bottom: 0;}
.titnewgt:after {content:"";width: 90px;height:2px;background-color: #7cd608;position:absolute;left:0;bottom: -1px;}
.sscrolll {width:100%;float:left;margin-top:30px}
.sscrollc {width:100%;float:left;margin-top:30px}
.sscrolll:first-child {margin-top:0}
.right-ct-gt {color:#fff;margin-left: 0%;height: 100%;position: absolute;top: 0;bottom: 0;right: 0;width: 47%;display: flex;}
.left-ct-gt {float:left;}
.flex-gt-center {margin:auto;font-size: 18px;}
.img-pt {display:block;margin-bottom: 70px;}
.img-pt ul {padding:0;margin:auto;width: 100%;}
.img-pt li {display:block;width: 95%;overflow:hidden;margin:auto;}
.img-pt img {height:100%;min-width:100%;display:block;}
.img-gt-li {display:block;height:250px;}
.img-pt .owl-controls  {display:none !important}

.s_duan ul  {width:100%;margin:auto;padding:0;overflow:hidden;}
.s_duan li {font-size:16px;background-color:#fff;color:#454545;padding: 7px 10px;margin-bottom:10px;position: relative;margin-left: 11px;list-style: none;line-height: 21px;height: 42px;border-radius: 50px;padding-left: 50px;}
.s_duan li:before {content:"1";border:2px solid #7cd608;width: 53px;background-color:#fff;color:#7cd608;font-size:23px;display: inline-block;text-align: center;padding: 16px 0;border-radius: 50%;float: left;position: absolute;left: -11px;top: 0;}
.s_duan li:nth-child(2):before {content:"2"}
.s_duan li:nth-child(3):before {content:"3"}
.s_duan li:nth-child(4):before {content:"4"}


.top-thanhtuu {display:block;overflow:hidden;background-image:url('../../images/bg_thanhtuu.jpg');background-size:cover;padding-top: 55px;}
.bot-thanhtuu {display:block;overflow:hidden;background-color: #f9f9f9;padding-top: 30px;padding-bottom: 30px;}
.img-thanhtuu {display:block;overflow:hidden;}
.img-thanhtuu ul {display:block;overflow:hidden;margin:auto;padding:0;list-style:none;}
.img-thanhtuu li {width: 23.5%;margin-left: 2%;float:left;margin-bottom: 20px;}
.img-thanhtuu li:nth-child(4n+1) {margin-left:0;}
.ten_tt {display:block;overflow:hidden;margin-top: 10px;}
.ten_tt a {font-size:16px;color:#434343;display:block;overflow:hidden;height:40px;}
.top-thanhtuu .allbody {position:relative}
.top-thanhtuu .allbody:after {content:"";left:0;bottom:0;right:0;height:34px;position:absolute;background-color:#f9f9f9;border-radius: 30px 30px 0 0;}
.tomtat-thanhtuu {font-size:20px;color:#fff;text-align:center;width:80%;margin:auto;margin-bottom:80px}
.top-thanhtuu .tit-gt {color:#fff}


.pnlogin {width:100%;float:left;/* background-color:#000 */}
.pnlogin input {display:block;width:90%;padding: 8px 5%;font-size:17px;margin-bottom:5px;outline: none;/* cursor: pointer; */}
.pnlogin .button {display:block;overflow:hidden;margin-top: 10px;}
.pnlogin input:first-child {background-image:url('../../images/user.png');background-repeat:no-repeat;background-size:20px;background-position: 9px 6px;padding-left: 15%;width: 80%;}
.pnlogin input:nth-child(2) {background-image: url('../../images/pass.png');background-repeat:no-repeat;background-size:20px;background-position: 9px 6px;padding-left: 15%;width: 80%;}

.pnlogin input.btn  {width:100%;cursor: pointer;background: none;width: 100%;padding-left: 5%;padding-right: 5%;background-color: #7cd608;border: none;color: #fff;text-transform: uppercase;}
.hl {float:left;color: #000;text-align: center;width: 100%;font-size: 19px;margin-bottom: 15px;}
.hl span {font-weight:bold;}
.info-user {float:left;overflow:hidden;width:100%;}
.info-user a {display:block;padding: 9px 0;text-align: center;border-top: 1px solid #f2f2f2;background-color: #7cd608;color: #fff;font-size: 17px;}
.logout {float:left;margin-left: 0;width: 100%;}
.logout input {float:left}
.hello {position:fixed;left: -1000px;bottom:0;width: 228px;background-color: #f2f2f2;padding: 30px 20px;border-radius: 4px;transition: 0.5s;z-index: 999999999999;padding-top: 65px;}
.spanuser {position:fixed;bottom: 16px;width: 50px;right: 88px;cursor: pointer;z-index: 9990;}
.spanuser p {background-color:#fff;border: 1px solid #f3b281;padding: 5px 5px 6px 5px;border-radius: 20px 0 0 20px;position:absolute;right: -800px;width: auto;min-width: 172px;text-align: center;z-index: 1;margin: auto;top: 9px;transition: 0.5s;}
.spanuser:hover p {right: 39px;}
.spanuser img {width:100%;position: relative;z-index: 2;/* display: block; */}
.hello.view {left:0;}
.logout input {display:block;width: 100%;padding: 5px 0%;font-size:17px;margin-bottom:5px;outline: none;margin-top: 20px;cursor: pointer;}
.logout input.btn  {width:100%;}
.tit-user-new {display:block;overflow:hidden;background-color: #7cd608;text-align:center;text-transform:uppercase;padding: 8px 0;font-size: 16px;position: absolute;left: 0;right: 0;top: 0;color: #fff;}


.left-user {width: 59%;float:left;/* overflow: hidden; */}
.right-user {width: 37%;float:right;margin-right: 1%;}
.change-info {width: 70%;padding:50px 0;margin: auto;overflow: hidden;}
.change-info .allbody {width:100%;}

.show-lichsu {display:block;overflow:hidden;float: left;width: 100%;}
.ls {display:block;overflow:hidden;padding: 8px 0;}
.date-buy {float:left;width: 23%;padding: 0 1%;}
.status-buy {float:left;width: 23%;padding: 0 1%;}
.hoadon-buy {float:left;width: 23%;padding: 0 1%;}
.total-buy {float:left;width: 23%;padding: 0 1%;}

.ls:nth-child(2n+1) {background-color:#f2f2f2}
.ls.lshead {background-color:#7cd608;padding: 11px 0;}
.ls.lshead * {/* font-weight:bold; */text-transform:uppercase;color:#fff;}
.ls a {color:#000;display:block;overflow:hidden;}
.chitiet-mh {width:100%;float:left;margin-bottom: 20px;} 
.li-ls {display:block;overflow:hidden;border-bottom:1px solid #dddddd;padding: 10px 0;}
.li-ls span {width: 39%;float:left;/* padding: 7px 0; */font-weight: bold;padding-left: 1%;}
.li-ls  p {width: 60%;float:left;margin:auto;/* padding: 7px 0; */}
.li-ls:nth-child(2n+1) {background-color:#f5f5f5}
.tit-detail-dh {font-size: 23px;text-transform:uppercase;color:#7cd608;margin-bottom:20px;font-weight:bold;}
.pad45 {padding:45px 0}
.bgwhite {background-color:#fff;overflow:hidden;}
.padtop0 {padding-top:0}
.oveflow {overflow:hidden;}
.logotext {display:none;}


.histo {display:block;overflow:hidden;position:relative;padding: 60px 0;}
.center-his {position:absolute;width:1px;top: 60px;bottom: 60px;background-color:#ccc;left:calc(( 100% - 2px)/ 2);}
.content-his {position:relative;overflow:hidden;}
.his {width: 100%;float:left;position:relative;margin-right: 0;/* border: 1px solid #7cd608; *//* border-radius: 4px; */}
.his:nth-child(2n+2) {float:right;margin-right: 0;margin-left: 5%;}
.tit-his {display:block;font-size:16px;background-color:#7cd608;padding: 10px 15px;position: relative;text-align: justify;color: #fff;}
.flex-his:after {content:"";position: absolute;right: -6px;border-left: 6px solid #7cd608;top: calc((100% - 24px) / 2);border-top: 12px solid transparent;border-bottom: 12px solid transparent;}
.his:nth-child(2n+2) .flex-his:after {right:inherit;left:-7px;border-left: none;border-right: 6px solid #7cd608;}
.img-his {display:block;overflow:hidden;width: 44%;float: right;}
.contain-his {width: 44%;float:left;position: absolute;display: flex;/* border: 1px solid #7cd608; */height: 100%;top: 0;bottom: 0;left: 0;}
.flex-his {position:relative;margin:auto;border: 1px solid #7cd608;}
.his:nth-child(2n+2) .img-his {float:left}
.his:nth-child(2n+2) .contain-his {float:right;left: inherit;right: 0;}

.img-his img {display:block;width:100%;}
.info-his {display:block;overflow:hidden;padding: 15px 15px;text-align: justify;}
.year-his {position:absolute;left: calc((100% - 70px) / 2);top: calc((100% - 50px) / 2) ;/* background-image: url('../../images/year_icon.png'); */}
.year-his span {font-size:22px;color:#7cd608;font-weight:bold;margin-left: 0;background-color: #fff;width: 70px;text-align: center;padding: 11px 0;background-color: #fff;display: block;}

.his:nth-child(2n+2) .year-his {/* left: -11.5%; *//* right: inherit; */}
.his:nth-child(2n+2) .year-his span {/* font-size:22px; *//* color:#7cd608; *//* font-weight:bold; *//* margin-left: -28px; */}
.his + .his {margin-top: 50px;}


.bl {display:block;overflow:hidden;}
.imgbl {width:200px;float:left;margin-right:20px}
.imgbl img {display:block;width: 100%;}
.tenbl {display:block;font-size:20px;color:#7cd608;font-weight:bold;}
.tomtatbl {display:block;overflow:hidden;margin-top: 10px;}

.bl + .bl {margin-top:20px;}
.spanzalo {position:fixed;bottom: 116px;right: 6px;cursor: pointer;z-index: 9990;width: 40px;}

.spanviber {position:fixed;bottom: 164px;right: 6px;cursor: pointer;z-index: 9990;width: 40px;}
.spanwhatsap {position:fixed;bottom: 260px;width: 40px;right: 7px;cursor: pointer;z-index: 9990;}
.spanwechat {position:fixed;bottom: 211px;right: 7px;cursor: pointer;z-index: 9990;width: 40px;}
.spanf a {width:100%;height:100%;display:block;}
.spanf img {width:100%;display:block;}

.pro4 {width: 24.2%;float:left;margin-left: 1%;padding: 9px 1%;border: 1px rgba(229, 229, 229, 0) solid;margin-top: 20px;box-sizing: border-box;position: relative;z-index: 1;}
.pro4:nth-child(4n+1) {margin-left:0}
.form-pro4 {display:block;overflow:hidden;}
.form-pro4 + .form-pro4 {margin-top:30px;}
.pro4:before {position: absolute;content: "";top: -8px;right: -7px;z-index: 1;background-image: url(../../images/top-right-shadow.png);background-repeat: no-repeat;background-position: right top;width: 138px;height: 177px;line-height: 0;display: none;}
.pro4:after {position: absolute;content: "";bottom: -7px;left: -7px;z-index: -1;background-image: url(../../images/bottom-left-shadow.png);background-repeat: no-repeat;background-position: right bottom;width: 102px;height: 74px;line-height: 0;display: none;}
.pro4:hover {border: 1px #e5e5e5 solid;}

.imgpro4 {height:200px;position: relative;z-index: 2;}
.percent {position:absolute;right: 2px;top: 2px;background-image: url('../../images/sale.png');background-size:100% 100%;color:#fff;padding-top: 6px;padding-bottom: 8px;width: 54px;text-align: center;font-size: 13px;}
.imgpro4 a {display:block;overflow:hidden;height:100%;}
.imgpro4 figure.effect-julia img {height:100%;width:auto;min-width:100%;display:block;}
.tenpro4 {overflow:hidden;margin-top:10px;position: relative;z-index: 2;margin-bottom: 8px;}
.tenpro4 a {color:#7cd608;font-size: 21px;}
.price-pro {display:block;overflow:hidden;color:#d62c2e;font-size: 16px;margin-top: 10px;position: relative;z-index: 2;font-weight: bold;}
.buy-pro {display:block;overflow:hidden;margin-top: 10px;}
.buy-pro a {display:inline-block;font-size:14px;color: #666;border:1px #e5e5e5 solid;padding: 5px 10px;/* border-radius: 4px; */font-weight: bold;}
.pro4:hover:before {display:inline-block}
.pro4:hover:after {display:inline-block}

.buy-pro a:hover {background-color:#7cd608;border-color:#7cd608;color:#fff}
#pix_prev, #pix_next {
	z-index: 1110;
	display: block;
	opacity:1 !important;
	top: 56%;
}
#pix_prev {left:50px}
 #pix_next {right:50px}
 .z1111 {z-index:1111}
 .float {float:left;width:100%;}