@font-face {
    font-family: 'BeVietnamPro-Regular';
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Bold';
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Light';
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Light.ttf');
}
body{

   font-family: 'BeVietnamPro-Regular', sans-serif;    
    overflow-x: hidden;
    color: #000;
    font-size: 15px;
    background: #fff;
    margin: 0;       
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #25469c;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
input[type="text"],input[type="email"]{
	border: 1px solid #bdbdbd;
	padding: 5px 10px;
    color: #333;
}
button[type="submit"] {
    background-color: #3089c5;
    border-color: #3089c5;
    color: #FFF ;
    font-size: 14px;
    font-weight: bold;
}

input[type="submit"] {
    background-color: #fb7b04 ;
    border:0;
    color: #FFF ;
    font-size: 14px ;
    padding:13px 45px;
    text-shadow: none;
   
}

input[type="checkbox"] {
    background-color: transparent;
    border: 1px solid #fff;
        margin-right: 5px;
    float: left;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.55em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
table, table tr, table td {
	border: 1px solid #e7e7e7;
	padding: 8px;
}
b,strong{
    font-family: 'BeVietnamPro-Bold';
    font-weight: normal;
}
.maincontent{
    width: 1430px;
    margin: 0 auto;
}
.alignleft {
	display: inline-block;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-pagenavi {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.wp-pagenavi a {
    padding: 5px 8px;
    border: 1px solid #DDD;
    margin-right: 5px;
    color: #25469c;
}

.wp-pagenavi span.pages {
    float: left;
}

.wp-pagenavi span.current {
    border: 1px solid #DDD;
    background: #25469c;
    color: #FFF;
    padding: 5px 8px;
    margin-right: 5px;
}
.nav_top{
    width: 100%;
    float: left;
    font-size: 14px;
}
.top{
        width:100%;
        float: left;
        padding: 20px 0px 0px;
}

.btnreg{
    background: #fff;
    float: right;
    border: 2px solid #02a9dc;
    color: #02a9dc;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
margin-left: 10px;
}
.btnlog{
   float: right;
    background: #02a9dc;
    border: 2px solid #02a9dc;
    color: #FFF;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
margin-left: 10px;
}
.btnreg:hover{
    color: #fff;
    background: #3ec4ed;
    text-decoration: none;
    border: 2px solid #3ec4ed;
}
.btnlog:hover{
    color: #fff;
    background: #3ec4ed;
    text-decoration: none;
    border: 2px solid #3ec4ed;
}


header{
    width: 100%;
    padding:0;
    float: left;
    position: relative;
    background: #fff;
    z-index: 9999;
    height: 90px;
}
#content_main{
    width: 100%;
    float: left;

}
#menu{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.logo{
    padding: 10px 0px;
        width: 100%;
        float: left;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;

}
.logo img{
    height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.social{
    width: 100%;
    text-align: right;
    float: right;
}
.social ul{
    list-style: none;
    padding: 0;
    float: left;
    display: inline;
    margin: 0;
}
.social ul li{
    position: relative;
    float: left;
    margin-right:  10px;
}
.social ul li a{
    color: #fff;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
}
.social ul li a.iconfb{
    background: url('../images/iconfb.svg')no-repeat;
    background-size: contain;
}
.social ul li a.iconyyt{
    background: url('../images/iconyt.svg')no-repeat;
    background-size: contain;
}
.social ul li a.iconln{
    background: url('../images/iconln.svg')no-repeat;
    background-size: contain;
}
.social ul li a.icontw{
    background: url('../images/icontw.svg')no-repeat;
    background-size: contain;
}
.frmsearch{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}
input[type="submit"].btnsearch{
    background-color: #686868;
    width: 40px;
    height: 36px;
    background-image: url('../images/magnifier2.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background-position: 8px 9px;
}
.frmsearch #search{
    width: 100%;
    float: left;
    border: 1px solid #CCC;
    overflow: hidden;
    padding: 5px 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
    line-height: 19px;
}


.headerfixed{
    background:rgba(255, 255, 255, 0.8) !important;
    position: fixed!important;
    top: 0;
   
    height: 75px;
}
.headerfixed .logo img{
    height: 46px;
}
.headerfixed .top{
    padding-top: 10px;
}
/*.headerfixed .mainmenu > nav > ul > li > a{
    padding: 10px 9px;
}
.headerfixed .mainmenu {
    margin-top: 20px;
}
.headerfixed .social{
    display: none;
}*/

#mainmenu{
    width: 100%;
    float: left;
    background: #02a9dc;
}

.mainmenu{
        width: 100%;
        float: left;
}
.mainmenu > nav {
        float: left;
        width: 100%;
}
.mainmenu > nav > ul{
        list-style: none;
        padding: 0;
        margin: 0;
}
.mainmenu > nav > ul > li{
        float: left;
        position: relative;
        margin: 0;
}
.mainmenu > nav > ul > li > a{
        font-size: 14px;
        color: #FFF;
           padding:10px 9px 10px;
        text-transform: uppercase;
        float: left;
         -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
      text-decoration: none;
      font-family: 'BeVietnamPro-Bold';
}
.mainmenu > nav > ul > li > a:hover{
       text-decoration: none;
    color: #3ffcfe!important;
}
.mainmenu > nav > ul > li.current-menu-item a{
     text-decoration: none;
}
.mainmenu .current-menu-item > a{
    text-decoration: none;
    color: #3ffcfe!important;
}


.mainmenu > nav > ul > li > a.active{
        text-decoration: none;
}
.mainmenu > nav > ul > li > a:visited { 
        text-decoration: none;
}
.mainmenu > nav > ul > li > ul{
        position: absolute;
        top: 68px;
        width: 250px;
        background: #FFF;
        list-style: none;
        padding: 0;
        -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    /*border-radius: 8px !important;*/
    display: none;
}
.mainmenu > nav > ul > li:hover > ul{
    display: block;
}
.mainmenu > nav > ul > li > ul > li{
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
}
.mainmenu > nav > ul > li > ul > li:last-child{
    border-bottom: 0px solid #f2f2f2;
}
.mainmenu > nav > ul > li > ul > li > a{
        color: #000;
        padding: 10px 15px;
        float: left;
        width: 100%;
        font-weight: bold;
}
.mainmenu > nav > ul > li > ul > li > a:hover{
        color: #FE0000;
        text-decoration: none;
}
.mainmenu.mainmenul > nav > ul > li:first-child > a{
    padding-left: 0;
}
.mainmenu.mainmenur > nav > ul > li:first-child > a{
    padding-right: 0;
}
.mi{
    width: 100%;
    float: left;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-bottom: 10px;
}
.mi1{
    background-image: url('img/m1.png');
}
.mi2{
    background-image: url('img/m2.png');
}
.mi3{
    background-image: url('img/m3.png');
}
.mi4{
    background-image: url('img/m4.png');
}
.mi5{
    background-image: url('img/m5.png');
}
.mi6{
    background-image: url('img/m6.png');
}
.mi7{
    background-image: url('img/m7.png');
}
.mi8{
    background-image: url('img/m8.png');
}
.mi9{
    background-image: url('img/m9.png');
}
.mi10{
    background-image: url('img/m10.png');
}
.mi11{
    background-image: url('img/m11.png');
}
.mi12{
    background-image: url('img/m12.png');
}
.mi13{
    background-image: url('img/m13.png');
}
.mi14{
    background-image: url('img/m14.png');
}
.current_page_item .mi1{
    background-position: center -26px;
}
.current_page_item .mi2{
    background-position: center -26px;
}
.current_page_item .mi3{
    background-position: center -26px;
}
.current_page_item .mi4{
    background-position: center -26px;
}
.current_page_item .mi5{
    background-position: center -26px;
}
.current_page_item .mi6{
    background-position: center -26px;
}
.current_page_item .mi7{
    background-position: center -26px;
}
.current_page_item .mi8{
    background-position: center -26px;
}
.current_page_item .mi9{
    background-position: center -26px;
}
.current_page_item .mi10{
    background-position: center -26px;
}
.current_page_item .mi11{
    background-position: center -26px;
}
.current_page_item .mi12{
    background-position: center -26px;
}
.current_page_item .mi13{
    background-position: center -26px;
}
.current_page_item .mi14{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover{
    color: #3ffcfe !important;
}
.header-bottom .nav > li.current-menu-item > a{
    color: #3ffcfe !important;
}
.header-bottom .nav > li > a:hover > .mi1{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi2{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi3{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi4{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi5{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi6{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi7{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi8{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi9{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi10{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi11{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi12{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi13{
    background-position: center -26px;
}
.header-bottom .nav > li > a:hover > .mi14{
    background-position: center -26px;
}
.taiapp h3{
    text-align: left;
    color: #0aafef;

}
.taiapp p{
    text-align: left;
    color: #000;
    font-size: 20px;
}
.btn_hd{
        width: 173px;
    height: 29px;
    margin: 14px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    border-radius: 7px;
    box-shadow: 0 3.4px 3.4px 0 rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 0.8px;
    border-image-source: linear-gradient(to right, #fff 0%, #f4f4f4 100%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #28ade1, #28ade1), linear-gradient(to right, #46bdec 0%, #25abe0 100%), linear-gradient(to right, #fff 0%, #f4f4f4 100%);
    background-origin: border-box;
    background-clip: content-box, content-box, border-box;
}

#boxmess{
    float: left;
    width: 100%;
    height: 47px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    overflow: hidden;
}

    

.slideshow{
        width: 100%;
        float: left;

}
.owl-carousel .owl-wrapper-outer{
    z-index: 5;
}
.slideshow .owl-theme .owl-controls{
    margin-top: -30px;
    position: relative;
    z-index: 7;
}
.slideshow .owl-buttons{
    display: none;
}
.slideshow .owl-theme .owl-controls .owl-page.active span, .slideshow .owl-theme .owl-controls.clickable .owl-page:hover span{
       background:#02a9dc;
    opacity: 1;
}
.slideshow .owl-dots .owl-dot span {
    
}

.owl-theme .owl-controls .owl-page span{
    -webkit-backface-visibility: visible;
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #CCC;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;


}
.slideshow .owl-next, .slideshow .owl-prev {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    background-repeat: no-repeat !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    background-size: 100% !important;
    top: 40% !important;
}
.slideshow .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.slideshow .owl-theme .owl-controls .owl-buttons div{
     color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.slideshow .owl-prev {
    left: 0 !important;
    background-image: url(../images/menu-arraw_l.svg) !important;
}
.slideshow .owl-next {
    right: 0 !important;
    background-image: url(../images/menu-arraw_r.svg) !important;
}
.taiapp{
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.taiappcont{
    width: 100%;
    float: left;
    background: url(../images/taiapp.png) no-repeat;
    background-size: contain;
    height: 414px;
}
.taiappc{
    padding: 50px 30px 30px 50px;
    width: 57%;
    float: left;
}
.taiapptitle{
    width: 100%;
    float: left;
    text-align: left;
    color: #0aafef;
    font-size: 30px;
    margin-bottom: 20px;
}
.taiappdesc{
    width: 100%;
    float: left;
    text-align: left;
    color: #000;
    font-size: 18px;
}
.taiappbox{
    width: 100%;
    float: left;
}
.taiappcol{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.taiappcol .item{
    width: 50%;
    float: left;
    text-align: center;
}
.taiappcol .item .icon{
    width: 76px;
    height: 88px;
    content: '';
    display: block;
    background: url(../images/adr.png) no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}
.taiappcol .item .btnicon{
    width: 136px;
    height: 40px;
    content: '';
    display: block;
    background: url(../images/icoadr.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.taiappcol .item.itemios .icon{
    background: url(../images/ios.png) no-repeat;
}
.taiappcol .item.itemios .btnicon{
    background: url(../images/icoios.png) no-repeat;
}
#newslists{
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.titlehome{
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 0;
    display: inline;
    font-family: 'BeVietnamPro-Bold';
}
.titlehome span {
    width: auto;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    margin: 0;
    color: #01008E;
    display: inline-block;
}
.titlehome span:before, .titlehome span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/line.png) no-repeat;
    display: block;
    width: 45px;
    height: 15px;
    background-size: 100%;
}
.titlehome span:before {
    left: -60px;
}
.titlehome span:after {
    right: -60px;
}
.titlehome2 {
     width: 100%;
    float: left;
    text-align: center;
    color: #030d45;
    font-size: 35px;
    line-height: 45px;
    margin: 15px 0 40px 0;
    font-family: 'BeVietnamPro-Bold';
    position: relative;
}

.titlehome2 span {
    content: '';
    background: url(../images/line2.png) no-repeat;
    background-size: 100% !important;
    transform: translateY(-50%);
       width: 130px;
    height: 18px;
    position: absolute;
    bottom: -35px;
    left: 37%;
}

.titlehome3 {
     width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #030d45;
    margin-bottom: 15px;
    font-family: 'BeVietnamPro-Bold';
}
.aboutdesc{
    width: 100%;
    float: left;
    font-weight: "Be Vietnam Pro", sans-serif;
}
.more_icon {
    background: url(../images/arraw_more.svg) no-repeat right;
    padding: 0 25px 0 0;
    margin: 0;
    background-size: 20px;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.more_icon:hover {
    color: #e62320;
    transition: 0.3s;
    text-decoration: none;
}
.email_subscription {
    width: 100%;
    float: left;
    background-color: #F5F5F5;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.email_subscription .img {
    width: 120px;
    margin-right: 40px;
}
.email_subscription .txt {
    font-size: 28px;
    color: #0E98B9;
    margin-right: 40px;
    text-transform: uppercase;
}
.email_subscription .btn button {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: #0E98B9;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.btn_gas{
     color: #fff;
    padding: 10px 25px;
    background: #079788;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.btn_gas:hover{
    background: #3089c5;
    text-decoration: none;
    color: #fff;
}

.btn_read:hover{
    background: #3089c5;
    text-decoration: none;
    color: #fff;
}
.brandlogo{
    width: 100%;
    float: left;
}
.brandlogo{
    width: 100%;
    float: left;
    background: #f6f6f6;
    border-bottom: 1px solid #dadada;
    padding: 13px 0px 10px;
}
.flexslider{
    margin: 0 !important;
    box-shadow: none  !important;
    border-radius: 0  !important;
}
.brandlogo .owl-item{
    width: auto !important;
}
.wpl-logo-carousel .wpl-logo img{
    border: 0 !important;
}
.wpl-logo-carousel .wpl-logo{
    margin: 6px 17px;
}
.abouthomepage{
    width: 100%;
    float: left;
    padding: 50px 0px;
    border-top: 1px solid #25469c;
    margin-top: 50px;
      border-bottom: 1px solid #25469c;
}
.item_service .item{
     border: 1px solid #25469c;
}
.title_about{
    color: #25469c;
    font-size: 35px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-top: 0px;
    font-weight: bold;
}
.title_about:after{
    content: '';
    width: 40px;
    height: 6px;
    background:#25469c;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.desc_about{
    width: 100%;
    float: left;
    text-align: left;
    color: #272727;
    font-size: 15px;
    margin-bottom: 30px;
}
.desc_about p{
   margin-bottom: 15px;
}
.desc_about ul{
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.btn_about{
    width: 100%;
    float: left;
    
}
.read_ab{
    font-size: 13px;
    color: #2b2b2b;
    padding: 15px 50px;
    border: 2px solid #252525;
    display: inline-block;
}
.read_ab:hover{
   background: #252525;
   color: #fff;
   text-decoration: none;
}
#content{
    width: 100%;
    float: left;
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 30px 0px;
}
.box_main{
      width: 100%;
    float: left;
 z-index: 1;
}

.box_page{
    width: 100%;
    float: left;
    padding-top: 20px;
}

.box_main_c{
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    min-height: 700px;
}
footer{
    width: 100%;
    float: left;
    padding: 40px 0px;
    color: #FFF;
    background: #333;
}
footer a{
      color: #FFF;
}
.copyright{
      width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 15px 0px;
    background: #000;
}
.address-footer{
    width: 100%;
    float: left;
    text-align: right;
}
.address-footer i{
    padding-right:7px;
}
.add-footer{
    width: 100%;
    float: left;
    text-align: right;
}
.email-footer{
    float: right;
    text-align: right;
}
.hotline-footer{
    float: right;
    text-align: right;
    padding-right: 35px;
}
.box_slide_cate{
    width: 100%;
    float: left;
}
.title_catep{
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.box_slide_cate{
    width: 100%;
    float: left;
    padding-top: 45px;
}
.box_about{
    width: 100%;
    float: left;
}
.box_about_l{
    width: 52%;
    float: left;
}
.box_about_r{
       width: 48%;
    float: right;
    padding-left: 30px;
    padding-right: 0px;
}
.box_about_r img{
    width: 100%;
    float: left;
}
.slide_cate{
    position: relative;
    width: 100%;
    float: left;
}
.slide_cate .item {
    padding-right: 15px;
    padding-left: 15px;
}
.slide_cate .item .image{
    width: 100%;
    border-left:1px solid #cac8c8;
    border-right:1px solid #cac8c8;
    border-top:1px solid #cac8c8;
    float: left;
}
.slide_cate .item .image img{
    width: 100%;
    float: left;
}
.slide_cate .item .name{
    width: 100%;
    float: left;
    background-color: #079788;
    height: 60px;
    padding: 10px 15px;
}
.slide_cate .item .name a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.slide_cate .owl-buttons{
    position: absolute;
    z-index: 9;
    top: 40%;
    width: 100%;
}
.slide_cate .owl-buttons >div{
    width: 21px;
    height: 21px;
    position: absolute;
    padding: 0 !important;
    margin:0 !important;
    zoom: 1;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-indent: -9999px;
    filter: Alpha(Opacity=1);
    opacity: 1;
}
.services{
    width: 100%;
    float: left;
    padding-top: 25px;
}

.col_ser_l{
    width: 100%;
    float: left;
    padding-top: 75px;
}
.title_home{
    width: 100%;
    float: left;
    font-size: 35px;
    color: #25469c;
    text-align: center;
    z-index: 9;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: bold;
}
.box_sevices{
    width: 100%;
    float: left;
    padding: 30px 0px 40px;
}
.row_sevices {
    margin-right: -10px;
    margin-left: -10px;
}
.item_service{
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.item_service .item{
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 0;
}
.box_sevices .name{
        width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 14px;
    text-align: center;
    height: 50px;
}
.box_sevices .image{
    padding: 10px;

}
.box_sevices .short_desc{
    width: 100%;
    float: left;
    color: #363636;
    font-size: 13px;
    padding-right: 10px;
}
.item_service .short_desc ul{
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
}
.item_service .short_desc ul li{
    width: 100%;
    float: left;
}
.item_service .short_desc ul li:before{
	content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    color: #fb7b04;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 5px;
    float: left;
    margin-bottom: 8px;
}
.item_service .short_desc ul.style-2 li{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.box_sevices .name a{
    color: #25469c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.box_sevices .name i{
    padding-right: 15px;
}
.read_more{
    color: #FFF;
    font-size: 16px;    
    float: right;
    margin: 0;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    display: none;
}
.read_more a{
   color: #FFF;
    font-size: 16px;
    padding: 0px 10px 0px 30px;
    display: block;
    text-transform: capitalize;
    display: inline-block;
    background-image: url(../images/icon_readmore.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    line-height: 32px;
}
.read_more a:after{
	content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    display: inline-block;
}
.read_more a:hover{
	text-decoration: none;
}
.box_sevices .read_more{
    margin-left: 15px;
}
.icon_service {
    width: 100%;
    float: left;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
}

.maps{
    width: 100%;
    float: left;
    background-image: url('../images/bgmaps.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.box_maps_l{
    width: 50%;
    float: left;
    padding-top: 60px;

}
.box_map{
    width: 100%;
    float: left;
    color: #3a3a3a;
    font-size: 16px;
}
.box_map ul{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.box_map ul li{
    width: 100%;
    float: left;
    padding-left: 40px;
      margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left top;
        padding-bottom: 5px;
        padding-top: 5px;
}
.imgmaps{
    width: 100%;
    float: left;
    padding: 40px 0px 60px;
}

.box_map ul li.i_tel{

    background-image: url('../images/i_phone.png');
}
.box_map ul li.i_fax{

    background-image: url('../images/i_fax.png');
}
.box_map ul li.i_email{

    background-image: url('../images/i_email.png');
}

.box_map ul li.i_add{

    background-image: url('../images/i_add.png');
}

.box_map ul li b{
  color: #ff4945;
  font-size: 18px;
}

.name_service{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.bt_service{
    width: 100%;
    float: left;
    margin: 40px 0px 60px;
}
.col_ser_r{
    width: 60%;
    float: right;
}
.certificates{
    width: 100%;
    float: left;
    padding: 20px 0px;
}
.title_certificate{
    color: #333333;
    font-size: 28px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 30px;
}
.box_certificate{
    width: 100%;
    float: left;
}
.box_certificate .image{
    width: 100%;
    float: left;
    border: 1px solid #cac8c8;
}
.box_certificate .image img{
    width: 100%;
    float: left;
}
.box_certificate .item{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}

.bg_title{
       background-image: url('../images/bg_title.png');
    background-repeat: no-repeat;
    background-position: right top;
    
     padding: 0px 99px 0px 15px;
    float: left;
    height: 36px;
    position: relative;
    z-index: 3;

}
.line_title{
    background: #c8ced2;
    width: 100%;
    float: left;
    height: 1px;
        margin-top: -19px;
    z-index: 2;
    position: relative;
}
.image_slide{
    width: 100%;
    float: left;
    position: relative;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0px;
}
.image_slide .title{
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}
.title .txt_title {
    text-transform: uppercase;
    position: relative;
    background-image: url(../images/bgtitle.png);
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 16px;
    background-position: bottom center;
}
.breadcrumbs{
    width: 100%;
    float: left;
    z-index: 10;
    position: relative;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
#crumbs{
    float: left;
}
.breadcrumbs a{
    color: #000;
}
.breadcrumbs a:hover{
    color: #e62320;
    text-decoration: none;
}

.box_content{
    width: 100%;
    float: left;
    margin-top: 30px;   
}

.contact-form{
 width: 100%;
 float: left;
 padding: 50px 100px 0px 0px;
}
.contact-form p{
    color: #fff;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}
.line-contact{
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.line-contact >span{
    width: 100%;
    float: left;
    position: relative;
}
.title_contact{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.line-contact input{
    width: 100%;
    float: left;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 10px;
}
.line-contact textarea{
    width: 100%;
    float: left;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 10px;
    height: 90px;
}

.line-contact input::placeholder, .line-contact textarea::placeholder{
    color: #fff;
}
.tit_line-contact{
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}
.cont_line-contact{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}
.cont_line-contact .wpcf7-list-item{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.line-contact-f{
    width: 100% ;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
}
.line-contact_t{
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.line-contact_t textarea{
  width: 100%;
    float: left;
    color: #fff;
    background: transparent;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
    height: 90px;

}
.line-contact_sub{
    width: 100%;
    float: left;
    padding-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.menu-left{
    width: 100%;
    float: left;
}
.menu-left > ul{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.menu-left > ul > li{
    width: 100%;
    float: left;
    margin-bottom: 2px;
    
    padding-right: 8px;
}
.menu-left > ul > li > a{
    width: 100%;
    float: left;
    padding: 10px 40px 10px 15px;
    background: #515151;
    font-size: 13px;
    color: #fff;
}
.menu-left > ul > li > a:hover{
    text-decoration: none;
    background-color: #3089c5;
}
.menu-left > ul > li:hover{
    background-image: url('../images/bg-menu.png');
    background-repeat: no-repeat;
    background-position: right center;
}


.menu-left > ul > li.actived > a{
    text-decoration: none;
    background-color: #3089c5;
}
.menu-left > ul > li.actived{
    background-image: url('../images/bg-menu.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.menu-left.page_cate ul > li:hover{
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
}

.menu-left > ul > li > ul{
    list-style: none;
    width: 100%;
    float: left;
    padding: 5px 0px 5px 30px;
    display: block;
}

.menu-left > ul > li > ul > li{

    width: 100%;
    float: left;
    position: relative;
}

.menu-left > ul > li > ul > li > a{

    width: 100%;
    float: left;
    color: #333;
    padding: 7px 0px;
}
.menu-left > ul > li > ul > li > a:hover{
    text-decoration: none;
}
.menu-left > ul > li > ul > li > ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}
.menu-left > ul > li > ul > li > ul > li{
    width: 100%;
    float: left;
    position: relative;
}
.menu-left > ul > li > ul > li > ul > li a{
    padding: 6px 0px;
float: left;
width: 100%;
}

.current-menu-item > ul{
  display: block;
}
.title_post{
    width: 100%;
    float: left;
    color: #3089c5;
    font-size: 18px;
    margin-bottom: 20px;
}
.desc_post{
    width: 100%;
    float: left;
}
#main-content{
    margin: 50px 0px;
    width: 100%;
    float: left;
}
.title_c{
   font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.line_c{
    width: 100%;
    float: left;
    color: #fff;
     margin-bottom: 10px;
}
.line_c i{
    color:#fff;
    width: 26px;
    height: 22px;
    text-align: left;
    padding-top: 4px;
    font-size: 14px;
    float: left;
}
.box_contact_b {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.contact-info{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.title_cate{
    width: 100%;
    float: left;
    color: #25469c;
    font-size: 18px;
    margin-bottom: 30px;
}
.box_cate{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.box_cate .item{
    width: 100%;
    float: left;
    border: 1px solid #c6c3c3;
    margin-bottom: 30px;
}
.box_cate .item .image{
    width: 100%;
    float: left;

}
.box_cate .item .image img{
    width: 100%;
    float:left;
}
.box_cate .item .name{
    width: 100%;
    float: left;
    margin-top: -20px;
}
.box_cate .item .name a{
   
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-image: url('../images/bg_name.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right:27px;
    float: left;
}

.box_cate .item .name span{
   
    background-color: #3089c5;
    
    float: left;
    padding: 10px 25px 10px 10px;


}
.item_single{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.item_single .image{
    width: 100%;
    float: left;
    border: 1px solid #c6c3c3;
    padding: 20px;
}
.item_single .image img{
    width: 100%;
    float: left;
}
.item_single .name{
    width: 100%;
    float: left;
    color: #3089c5;
    font-size: 18px;
    margin-bottom: 25px;
}
.line_pro{width: 100%;
    float: left;
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 25px;
}
.item_single .desc{
    width: 100%;
    float: left;
}
.item_single .tit_desc{
    color: #333333;
    font-size: 15px;
    margin-bottom: 15px;

}
.item_single .con_desc{
    float: left;
    width: 100%;
}
.item_single .download{
    float: left;
    width: 100%;
    margin-top: 4px;
}
.btn_download{
    width: 240px;
    height: 40px;
    background-image: url('../images/btn_download.png');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}
.box_single_pro{
    width: 100%;
    float: left;
}
.related{
    width: 100%;
    float: left;
}
.tit_related{
    width: 100%;
    float: left;
    color: #3089c5;
    font-size: 20px;
    text-transform: uppercase;
    
}
.tit_related > span{


    background-image: url('../images/icon_related.png');
   
    background-repeat: no-repeat;
        background-position: right 10px;
    padding-right: 32px;
    float: left;
}

.tit_related > p{


    background-image: url('../images/line_related.png');
      background-repeat: repeat-x;
    background-position: left 12px;
    float: left;
    height: 28px;
    width: 74%;

}
.box_customer{
    width: 100%;
    float: left;
}
.box_customer .item{
    padding:0px 15px;
    width: 20%;
    float: left;
    margin-bottom: 30px;
}
.box_customer .item .image{
    width: 100%;
    float: left;
    border:1px solid #c2c2c2;
}
.box_customer .item .image img{
    width: 100%;
    float: left;
}
.flex-control-nav {
    bottom: 0px  !important;
}

.flex-control-paging li a {

    background: #3089c5 !important;
    box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
    background: #079788 !important;
}
.wpl-logo-carousel .owl-controls .owl-page span{
    background: #3089c5 !important;
    box-shadow: none !important;
}
.wpl-logo-carousel .owl-controls .owl-page.active span {
    background: #079788 !important;
}
.menumobile{
    display: none;
        float: right;
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px
}
.menumobile > ul{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.menumobile ul > li {
    float: left;
}
.menumobile ul > li > a{
    color: #e62320;
    padding: 0;
    float: right;
}
.menumobile ul > li > a i{
   font-size: 28px;
   float: right;
}
.menumobile li.active> em.open-close { width: 100%;float: left;  }
.menumobile em.open-close {float: left; padding: 13px;width: 57px;position:absolute; right:0; top:0;}
.menumobile em.open-close:hover { width: 100%;float: left;}

.menumobile ul li > div > ul{
    display: block !important;
}
.menu_mb{
 display: block;
    position: absolute;
    z-index: 999;
    width: 280px;
    left: -254px;
    top: 31px;
    right: 0;
    background: #f5f5f5;

}
.menu_mb ul{
   list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: #02a9dc;
    border-right: 1px solid #00c3ff;
    border-left: 1px solid #00c3ff;
    border-bottom: 1px solid #00c3ff;
}

.menu_mb > ul > li{
    width: 100%;
    float: left;
}

.menu_mb > ul > li i{
   display: none;
}
.menu_mb ul > li > a{
       color: #fff !important;
    background: #02a9dc !important;
    width: 100%;
    font-size: 14px;
    padding: 10px 0px 10px 20px;
    float: left;
    border-top: 1px solid #00c3ff;
    font-family: 'BeVietnamPro-Bold';
}
.menu_mb ul > li > a:hover{
    text-decoration: none;
    background: #ff0000 !important;
    color: #fff!important;
}


.menu_mb ul.sub-menu{
    border: 0;
    display: block !important;
}
.menu_mb ul.sub-menu li{
    width: 100%;
    float: left;
}
.menu_mb ul.sub-menu li a{
    padding-left: 40px;
}
.menu-sv-mb{
    display: none;
}
.menu-sv-mb ul{

}

.menu-left > ul.menu-sv-mb > li:hover{
    background:transparent;
    background-repeat: no-repeat;
}


.menu-left > ul.menu-sv-mb > li > a {
    background: #3089c5;
}


.menu-left ul.menu-sv-mb  li.active> em.open-close { background: url("../images/sprites.png") no-repeat -145px 11px; }
.menu-left ul.menu-sv-mb em.open-close { background: url("../images/sprites.png") no-repeat -114px 10px;   padding: 8px 17px 5px 16px;
position: absolute;
right: 22px;
top: 4px;}
.menu-left ul.menu-sv-mb em.open-close:hover { background: url("../images/sprites.png") no-repeat -114px 10px; }

.accordion_cate_mb{
    display: none;
}


.accordion_cate_mb ul  li.active> em.open-close { background: url("../images/sprites.png") no-repeat -145px 11px; }
.accordion_cate_mb ul em.open-close { background: url("../images/sprites.png") no-repeat -114px 10px;   padding: 8px 17px 5px 16px;
position: absolute;
right: 22px;
top: 4px;}
.accordion_cate_mb ul em.open-close:hover { background: url("../images/sprites.png") no-repeat -114px 10px; }

.accordion_cate_mb  > ul > li > ul{
    padding: 5px 0px 5px 13px;
}
.accordion_cate_mb .current-menu-item > a{
    background: transparent !important;
}

.accordion_cate_mb  > ul > li > ul em{
    right: 0 !important;
}

.menu-left ul.menu-sv-mb ul li.active> em.open-close { background: url("../images/spritesb.png") no-repeat -145px 11px; }
.menu-left ul.menu-sv-mb ul em.open-close { background: url("../images/spritesb.png") no-repeat -114px 10px;   padding: 8px 17px 5px 16px;
position: absolute;
right: 22px;
top: 4px;}
.menu-left ul.menu-sv-mb ul em.open-close:hover { background: url("../images/spritesb.png") no-repeat -114px 10px; }



.accordion_cate_mb ul ul li.active> em.open-close { background: url("../images/spritesb.png") no-repeat -145px 11px; }
.accordion_cate_mb ul ul em.open-close { background: url("../images/spritesb.png") no-repeat -114px 10px;   padding: 8px 17px 5px 16px;
position: absolute;
right: 22px;
top: 4px;}
.accordion_cate_mb ul ul em.open-close:hover { background: url("../images/spritesb.png") no-repeat -114px 10px; }

.box_cate_home {
    margin-left: -15px;
    margin-right: -15px;
}
.logo_footer{
    width: 30%;
    float: left;
}

.footer_right{
    width: 70%;
    float: left;
}
.menu_footer{
    width: 100%;
    float: left;
    padding-top: 15px;
}
.menu_footer ul{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_footer ul li{
    float: left;
    position: relative;
}
.menu_footer ul li a{
    text-transform: uppercase;
    color: #767676;
    font-size: 12px;
    padding: 0 6px;
}
.box_contentleft{
    width: 100%;
    float: left;
}
.tit_box_contentleft{
    width: 100%;
    float: left;    
    padding: 10px 0px;
    border-bottom: 1px solid #DDD;
}
.tit_box_contentleft h3{
    color: #181818;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
    border-left: 2px solid #25469c;
    margin-top: 0;
}
.con_box_contentleft{
    width: 100%;
    float: left;
}
.con_box_contentleft  ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.con_box_contentleft  ul > li{
    width: 100%;
    float: left;
    position: relative;
}
.con_box_contentleft ul.sub-menu{
	width: 100%;
	float: left;
}
.accordion_cate_mb > ul > li > a{
    color: #fff !important;
}
.con_box_contentleft  ul > li > a{
    border-bottom: 1px solid #959595;
    width: 100%;
    float: left;
    padding: 10px;
    color: #282828;
    text-transform: capitalize;
}
.con_box_contentleft  ul > li > a:hover{
      border-bottom: 1px solid #25469c;
       color: #25469c;
       text-decoration: none;
}
.con_box_contentleft  ul > li.current-menu-item a, .con_box_contentleft  ul > li.current-menu-parent a{
    border-bottom: 1px solid #959595;
    text-decoration: none;
}
.con_box_contentleft  ul > li.current-menu-parent ul{
	display: block;
}
.con_box_contentleft ul.sub-menu li a{
	    font-size: 13px;
    font-weight: normal;
    padding-left: 25px;
}
.con_box_contentleft ul.sub-menu li
.con_box_contentleft  ul > li.menu-item-has-children:after{
	position: absolute;
	right: 15px;
	top: 10px;
	content: "\f055";
    font-family: FontAwesome;
    color: #25469c;
    font-size: 14px;
    display: none;
}

.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.entry-content-page{
    width: 100%;
    float: left;
}
.entry-content-page img{
	margin-bottom: 15px;
}
.entry-content-page p{
	display: block;
}
.page-template-abouts .entry-content-page strong{
    color: #25469c;
}
.box_achievement .image{
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.box_achievement .image img{
    width: 100%;
    float: left;
}
.page_se{
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-top: 100px;
}

.page_se h2{
    color: #25469c;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.page_se ul{
    list-style: none;
    padding: 0
}
.page_se ul li{
    width: 100%;
    float: left;
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 5px;
}
.box_project{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.box_project p{
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.box_project .image {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 148px;
    overflow: hidden;
}
.box_project .image img{
    width: 100%;
    float: left;
}
.item_pro{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.box_project .name{
    width: 100%;
    float: left;
    color: #686868;
    text-transform: uppercase;
    font-size: 13px;
}

.shortdesc{
    width: 100%;
    float: left;
    font-size: 13px;
       color: #686868;
}
.box_client{
    margin-top: 40px;
}
.box_client .image {
    width: 100%;
    float: left;
}
.box_client .image img{
    width: 100%;
    float: left;
    height: auto;
}
.page_contact{
    width: 100%;
    float: left;
    position: relative;
}
.page_contact .box_content.box_c{
    width: 100%;
    float: left;
    padding:0px 0px 50px;
    background: url(../images/bg-contactp.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page_contact .contact-form{
    padding: 50px 50px 0px 0px;
}
.page_contact_l{
    width: 100%;
    float: left;   
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 40px 0px 0px 30px;
    color: #fff;
}
.page_contact .page_contact_l{
    padding-top: 50px;
}
.page_contact_maps{
    width: 100%;
    float: left;
}
.page_contact_maps img{
    width: 100%;
    float: left;
}
.page_contact_maps iframe{
margin:0;
float:left;
}
.andmore {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.andmore span{
      background-color: #25469c;
    border: 0;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.box_achievement .name{
   font-size: 18px;
   width: 100%;
   float: left;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.page_se2{
    margin-bottom: 40px;
    margin-top: 40px;
}

.box_achievement .desc{
   font-size: 17px;
   width: 100%;
   float: left;
   margin-bottom: 20px;
}
.box_hompage1{
    width: 100%;
    float: left;
    padding: 0 170px;
    position: relative;
}
.cap_hompage1{
    width: 100%;
    float: left;
    position: relative;
}
.bg_box_hompage1{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.cont_box_hompage1{
    width: 100%;
    float: left;
    position:relative;
    z-index: 2;
    color: #fff;
    padding: 50px 90px 30px;
}
.tit_box_hompage1{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
}
.desc_box_hompage1{
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}
.desc_box_hompage1 img{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.testimonials{
    width: 100%;
    float: left;
    padding: 100px 0px;
}
.testimonials .title_home{
    color: #25469c;
}
.item_testimoniale{
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.item_testimoniale .item{
    width: 100%;
    float: left;
}
.item_testimoniale .item .name{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}
.item_testimoniale .item .name a{
        font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.item_testimoniale .item .content{
        width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #272727;
    line-height: 25px;
}
.item_testimoniale .item .author{
    width: 100%;
    float: left;
    text-align: center;
    color: #25469c;
    font-size: 18px;
    padding-top: 20px;
}
.box_testimonials{
	width: 100%;
	float: left;
	position: relative;
}
.box_testimonials:before, .box_testimonials:after{
	position: absolute;
	font-family: FontAwesome;
	color: #e2e2e2;
	font-size: 50px;
}
.box_testimonials:before{
	top: 0;
	left: 30px;
	content: "\f10d";
}
.box_testimonials:after{
	bottom: 0;
	right: 30px;
	content: "\f10e";
}
.homecontact{
    width: 100%;
    float: left;
    background-image: url('../images/bghomecontact.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 120px 0px 115px;
    color: #fff;
}
.box_homecontact{
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.5);
    border: 5px solid;
    border-color: rgba(255,255,255,0.5);
}

.tit_contacth{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
}
.homemaps{
    width: 100%;
    float: left;
}
.homemaps img{
    width: 100%;
    float: left;
}

div.wpcf7-validation-errors{
    display: block;
    float: left;
    border: 0;
    color: yellow;
    margin: 0;
}
span.wpcf7-not-valid-tip{
  font-size: 11px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -13px;
    left: 0px;
    opacity: 1;
}
div.wpcf7-mail-sent-ng{
 display: block;
    float: left;
    border: 0;
    color: red;
    margin: 0;
}

.image img{
    width: 100%;
    float:left;
}
.line-capcha{
    width: 56%;
    float: left;
}
.line-submit{
    width: 44%;
    float: left;
    padding-left: 15px;
}
.line-submit input{
    float: left;
}
.rc-anchor-compact-footer{
    display: none !important
}
.item-test{
    margin-bottom: 20px;
}
.item-test h4{
    font-size: 14px;
    color: #25469c;
    margin-bottom: 0;
    font-weight: bold;
    display: block;
}
.box_content .item-test:nth-child(2n+1){
    clear: both;
}
.item-test b{
    display: block;
}
h3.title-page{
    display: block;
    padding-left: 15px;
    border-left: 2px solid #25469c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.single-service strong{
	color: #25469c;
}
.serv-list{
	list-style: none;
	color: #fb8b23;
	font-weight: bold;
	line-height: 25px;
}
.aligncenter{
	max-width: 100%;
}
p.wp-caption-text{
	display: block;
	text-align: center;
	padding: 10px 0px;
}
.entry-content-page p.wp-caption-text{
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #25469c;
}
.contact-info-l{
	width: 30%;
	float: left;
}
.contact-info-r{
	width: 70%;
	float: left;
	padding-left: 30px;
}
.contact-info-bottom{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.line_c_b{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.line_c_b i{
	width: 30px;
	float: left;
	    padding-top: 11px;
}
.line_c_b_r{
	width: 92%;
	float: left;
}
.line_c_b_r p{
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'LatoWebBold';
}
.line_c_b_r span{
	font-size: 13px;
}
.social_fb{
float: right;
    font-size: 27px;
    color: #fff;
    margin-top: -9px;
}
.pad-l{
	padding-left: 30px;
}
.caption-slider {
    padding: 25px !important;
    background: rgba(0, 0, 0, 0.6);
}
.caption-slider h2{
	font-weight: bold;
	font-size: 36px;
	margin: 0 !important;
}

.nhanbaogia{
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 20px;

}
.nhanbaogia a{
  text-transform: uppercase;
    background: #25469c;
    color: #fff;
    padding: 7px 15px;
    cursor: pointer;
}
.nhanbaogia a:hover{
  text-transform: uppercase;
    background: #2f2f2f;
    color: #fff;
    text-decoration: none;
}

.tit-footer{
       width: 100%;
    float: left;
    text-transform: uppercase;
    border-bottom: 1px solid #25469c;
    padding: 10px 0px;
    margin-bottom: 20px;
        font-size: 17px;
    }
    .menu-footer{
        float: left;

    }
    .menu-footer ul{
        list-style: none;
        padding: 0;
    }
.footer-menu ul li{
    width: 100%;
    float: left;
        margin-bottom: 10px;
}
.footer-menu ul li a{

}
.footer-menu ul li a:hover{
    color: #fff;
}   

.item_product{
    width: 100%;
    float: left;
    border:1px solid #25469c;
    margin-bottom: 30px;
}

.con_box_contentleft  ul > li.current-menu-item a{
     text-decoration: none;
     color: #25469c
}
.comment{
    width: 100%;
    float: left;
}

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 15px 20px 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
    margin-bottom: 20px;
    list-style: none;
}
.commentmetadata{
    margin-top: 10px;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    width: auto;
    margin-bottom: 10px;
}

.comment-notes{
    display:none;   
}
.comment-form-url{
    display: none;
}
#comment{
    height: 80px;
    width: 50%;
}
.box_single_pro .nhanbaogia{
        float: left;
    width: 100%;
    text-align: left;
}
.nocomments{
    display: none;
}
.shortdesc{
    width: 100%;
    float: left;
    padding: 10px;
}
.item_post{
    width: 100%;
    float: left;
}
.item_post .image{
        border: 1px solid #959595;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 10px;
}
.box_sevices .item_post .name{
    text-align: left;
}
.pana{
    width: 100%;
    float: left;
    text-align: center;
    display: inline;
}
.pana span{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #01008E;
    padding-top: 4px;
    margin-right: 6px;
    font-size: 12px;
    background: #01008E;
    color: #fff;
}
.pana a{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #01008E;
     padding-top: 4px;
    margin-right: 6px;
    font-size: 12px;
}
.pana a:hover{
     background: #01008E;
    color: #fff;
    text-decoration: none;
}

#addassignment-form{
    width: 500px;
    position: relative;
    margin: 40px auto;
    z-index: 99;
}

#baogiadanhmuc-form{
    width: 500px;
    position: relative;
    margin: 40px auto;
    z-index: 99;
}

.box_popup{
    width: 100%;
    float: left;
 background: #fff;
    padding: 20px;

}

.box_popup .line-contact input {
    color: #333;
    border: 1px solid #333;
    }

.box_popup .line-contact select {
        color: #333;
    border: 1px solid #333;
    width: 100%;
    padding: 9px;
    }

 .box_popup .line-contact textarea{
     color: #333;
    border: 1px solid #333;
 }
.box_popup .line-contact input::placeholder,.box_popup .line-contact textarea::placeholder{
    color: #333;
}
.btn-close{
    float: right;
    background: #333;
    color: #fff;
    cursor:pointer;
        padding: 12px 15px;
}
.btn-close:hover{
    background: #25469c;
    text-decoration: none;
}
.hanhtrinh{
    width: 100%;
    float: left;
    padding: 50px;
    border-bottom: 1px solid #25469c;
}
.newslists{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.newslists .item{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.newslists .item .image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 191px;
    overflow: hidden;
}
.newslists .item .date{
    position: absolute;
    top: 30px;
    left: 0;
    background: #EAF5FB;
    padding: 10px 5px;
    text-align: center;
}
.newslists .item .date .d{
    color: #030d45;
    font-family: 'BeVietnamPro-Bold';
    font-size: 18px;
}
.newslists .item .date .m{
    color: #030d45;
    font-family: 'BeVietnamPro-Light';
    font-size: 14px;
}
.newslists .item .caption {
    float: right;
    width: 100%;
    margin-top: 20px;
}
.newslists .item .name{
    width: 100%;
    float: left;
}
.newslists .item .name a{
    width: 100%;
    float: left;
    color: #030d45;
    font-size: 16px;
    font-family: 'BeVietnamPro-Bold';
}
.newslists .item .name a:hover{
    text-decoration: none;
    color: #2a9cd6
}
.newslists .item .desc{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.newslists .item .meta{
     width: 100%;
    float: left;
    margin-top: 10px;
}
.newslists .item .meta .auth{
    float: left;
    text-align: left;
        background: #EAF5FB;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 14px;
}
.newslists .item .meta .view{
    float: right;
    text-align: right;

}
.newslists .item .readmore{
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;

}
.newslists .item .readmore a{
    margin-left: 20px;
    font-size: 14px;
    padding: 2px 12px;
    border: #000 1px solid;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #000;
}
.newslists .item .readmore a:hover{
    text-decoration: none;
    color: #e62320
}
.homevideo{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.list_play {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/img_vedio_player_midium_M.svg) no-repeat center center;
}
.overlay-color {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    line-height: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s linear;
}
.listcatlive .item .image{
    position: relative;
}
.image:hover .overlay-color, a:hover .overlay-color {
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.sidebar{
    width: 100%;
    float: left;
    padding-left: 11%;
}
.newslist{
    width: 100%;
    float: left;
}
.newslatest{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.newslatest .newslist .item{
    width: 100%;
    float: left;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
    position: relative;
}
.newslatest .newslist .item .name{
    width: 100%;
    float: left;
}
.newslatest .newslist .item .name a{
    width: 100%;
    float: left;
    max-height: 52px;
    overflow: hidden;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;

} 
.newslatest .newslist .item .name a:hover{
    text-decoration: none;
    color: #e62320;
}
.newsfeatured{
    margin-top: 50px;
}
.newslatest.newsfeatured .newslist .item .name{
    padding-left: 30px;
}
.newsfeatured .newslist .item .no{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-weight: bold;
    color: #e62320;
    float: left;
    margin-right: 10px;
    line-height: 26px;
} 
.newstags{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.newstag{
    width: 100%;
    float: left;
}
.newstag ul{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
}
.newstag a {
    font-size: 16px;
    color: #686868;
    padding: 4px 16px;
    border: 1px solid #686868;
    border-radius: 30px;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    display: inline-block;
    text-align: justify;
}
.newstag a:hover{
    text-decoration: none;
}
.listmess{
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.listmess .item{
    width: 100%;
    float: left;
}
.listmess .item .name{
    width: 100%;
    float: left;
}
.listmess .item .name a{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    padding-top: 3px;
}
.listmess .item .name a:hover{
    color: #e62320;
    text-decoration: none;
}
.listmess .item .name a span{
    line-height: 26px;
    font-size: 16px;
    vertical-align: middle;
    float: left;
    width: 100px;
    height: 27px;
    background-color: #e62320;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    margin-right: 10px;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    margin-top: -3px;
}

.videos{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.banner{
    width: 100%;
    float: left;
    margin: 20px 0px;
    position: relative;
}
.banner img{
    width: 100%;
    float: left;
}
.abouts{
    width: 100%;
    float: left;
    background-image: url('../images/background-1-min-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.abouts .banner{
    margin-top: 50px;
}
.groupbutton .readmore{
    background: #01008E;
    color: #fff;
    border-radius: 99px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
    padding: 13px 33px;
    font-size: 18px;
    margin: 0 10px;
}
.readmore:hover{
    color: #fff;
    text-decoration: none;
    background: #0806d6;
}
.groupbutton{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.hotline{
    border: 1px solid #01008E;
    background: #fff;
    color: #01008E;
    border-radius: 99px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
    padding: 13px 33px;
    font-size: 18px;
    margin: 0 10px;
}
.hotline:hover{
    text-decoration: none;
    background: #01008E;
    color: #fff;
}
.hotline i{
    font-size: 20px;
    padding-right: 10px;
}
.sevices{
    width: 100%;
    float: left;
    background-image: url('../images/sevices-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.sevices .titlehome2{
    color: #fff;
}
.sevices .titlehome span{
    color: #fff
}
.sevices .titlehome span:before, .sevices .titlehome span:after {
    background: url(../images/linew.png) no-repeat;
}
.sevices .titlehome2 span{
    background: url(../images/line2w.png) no-repeat;
    left: 45%;
}



.sevices .owl-theme .owl-controls .owl-page.active span, .sevices .owl-theme .owl-controls.clickable .owl-page:hover span{
       background: #e62320;
    opacity: 1;
}
.sevices .owl-dots .owl-dot span {
    
}


.sevices .owl-next, .sevices .owl-prev {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    background-repeat: no-repeat !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    background-size: 100% !important;
    top: 40% !important;
}
.sevices .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.sevices .owl-theme .owl-controls .owl-buttons div{
     color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #E4E4E4 !important;
    cursor: pointer;
    opacity: 1;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.sevices .owl-prev {
    left: -70px !important;
    background-image: url(../images/left.svg) !important;
    background-size: 60% !important;
    width: 40px !important;
    height: 15px !important;
    background-position: center !important;
}
.sevices .owl-next {
    right: -70px !important;
    background-image: url(../images/right.svg) !important;
    background-size: 60% !important;
    width: 40px !important;
    height: 15px !important;
    background-position: center !important;
}
.sevices .owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
}
.seviceslist{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.seviceslist .item{
    width: 100%;
    float: left;
    padding: 5px 15px;
}
.seviceslist .item .image:after {
    content: '';
    display: block;
    border: 1px solid #FFCC00;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 10px;
}
.seviceslist .item .image{
    padding-top: 10px;
    width: 100%;
    float: left;
    position: relative;
}
.seviceslist .item .title{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 30px 20px;
    text-align: center;
    font-family: 'BeVietnamPro-Bold';
}
.whys{
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.whys .titlehome{
    text-align: left;
    padding-left: 60px;
}
.whys .titlehome3{
    text-align: left;
}
.whys .aboutdesc{
    text-align: left;
    color: #5F5D81;
}

.whylist{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.whylist .item{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    clear: both;
}
.whylist .item .image{
    width: 60px;
    float: left;
        padding-top: 4px;
}
.whylist .item .image img{
    width: 100%;
    float: left;
}
.whylist .item .desc{
    width: 80%;
    float: left;
    padding-left: 20px;
    color: #030d45;
     font-family: 'BeVietnamPro-Light';
     height: 92px;
}

.whys .groupbutton{
    text-align: left;
}
#quytrinh{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #EAF5FB;
    background-image: url('../images/bgquytrinh.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#myTab{
    width: 100%;
    float: left;
    border-left: 3px solid #01008E;
    border-bottom: 0;
}
#myTab li{
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 5px;
}

#myTab li a{
    color: #5F5D81;
    font-size: 18px;
     background-image: url('../images/step.svg');
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 37px;
}
#myTab li.active a{
    color: #01008E;
    background-image: url('../images/step_active.svg');
    border: 1px solid transparent;
    background-color: transparent;
}
#myTab li a:hover{
    color: #01008E;
    background-image: url('../images/step_active.svg');
    border: 1px solid transparent;
    background-color: transparent;
}
.quytrinh .tab-content{
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000000F;
    border-radius: 30px;
    padding: 30px;
}

.quytrinh .tab-content img {
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 10px;
    width: 100%;
}

.quytrinh .tab-content .title {
    width: 100%;
    float: left;
    color: #262839;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
#camket{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #fff;
}
.camket{
    width: 100%;
    float: left;
    margin-top: 20px;
}
#quytrinh .titlehome2 span{
    left: 45%;
}
#camket .titlehome2 span{
    left: 43%;
}

#camket .aboutdesc{
    text-align: center;
}
.camket .item{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.camket .item .image{
    width: 100%;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.camket .item .title{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: 'BeVietnamPro-Bold';
}
.camket .item .desc{
    width: 100%;
    float: left;
}
#tuvan{
    width: 100%;
    float: left;
    padding: 40px 0px;
    background: #f1f1f1;
}
#tuvan .titlehome3{
    text-align: left;
}
.tuvan_form{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.input_tv{
    background: #FFF !important;
    border: 1px solid #FFF !important;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.tuvan_form .wpcf7-select{
       background: #FFF !important;
    border: 1px solid #FFF !important;
    width: 100%;
    float: left;
    margin-bottom: 10px;
   padding: 5px 8px;
    color: #333;
}
.tuvan_form input[type="submit"]{
    background-color: #2a9cd6;
    border: 0;
    color: #FFF;
    font-size: 14px;
    padding: 13px 45px;
    text-shadow: none;
    text-transform: uppercase;
}
#gallery{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #fff;
}
#gallery .titlehome2 span {
    bottom: 0px;
    left: 45%;
}
.gallery{
    width: 100%;
    float: left;
}
.gallery .item{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.gallery .item .image{
    width: 100%;
    float: left;
}

.logoft{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.logoft img{
    height: 70px;
}
.ftcontent{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.ftline{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.ftline span{
    font-family: 'BeVietnamPro-Bold';
}
.fttitle{
    width: 100%;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-Bold';
    margin-bottom: 20px;
}
.menuft{
    width: 100%;
    float: left;
}
.menuft ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.menuft ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.menuft ul li a:hover{
    text-decoration: none;
    color: #bcb8b8;
}
.footer-link{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.footer-link a{
    float: left;
    font-size: 20px;
    margin-right: 20px;
}
.ftbct{
    width: 100%;
    float: left;
}
.ftbct img{
    max-width: 120px;
}
.ftline ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.ftline ul li{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.heading_title{
    width: 100%;
    float: left;
    text-align: center;
    color: #01008E;
    font-size: 30px;
    font-family: 'BeVietnamPro-Bold';
}
.cateright{
    width: 100%;
    float: left;
}
.box_cate{
    width: 100%;
    float: left;
    padding: 15px !important;
    border-radius: 10px !important;
    border: 1px solid #2a9cd6;
}
.titecate{
    width: 100%;
    float: left;
    padding: 6px 10px;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    color: #01008E;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #2a9cd6;
    font-family: 'BeVietnamPro-Bold';
}
.box_cate ul{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.box_cate ul li{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.box_cate ul li a{
    color: #01008E;
    font-size: 16px;
    font-family: 'BeVietnamPro-Light';
}
.box_cate ul li a:hover{
    color: #df0024;
    text-decoration: none;
}
.heading_related{
    width: 100%;
    float: left;
    padding: 6px 0px;
    width: 100%;
    display: block;
    color: #01008E;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-family: 'BeVietnamPro-Bold';
}
.commentlist{
    width: 100%;
    float: left;
}
.maps{
    width: 100%;
    float: left;
    margin-top: 30px;
}

#goitiec{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.goitiec{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.goitiec .item{
    width: 100%;
    float: left;
}
.goitiec .item .image{
    width: 100%;
    float: left;
}
.goitiec .item .title{
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.goitiec .item .desc{
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'BeVietnamPro-Regular';
}

@-webkit-keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.callAddon {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;
}
.callAddon a {
    width: 50px;
    height: 50px;
    padding: 7px;
    display: block;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: devvn_zoom 1.5s infinite linear;
    -moz-animation: devvn_zoom 1.5s infinite linear;
    -o-animation: devvn_zoom 1.5s infinite linear;
    animation: devvn_zoom 1.5s infinite linear;
    box-shadow: 0 0 0 0 var(--primary-color);
}
.callAddon a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.callAddon a:not(:last-child) {
    margin-bottom: 25px;
}
#thucdon{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
#thucdon .titlehome2 span{
    left: 45%;
}
.boxthucdon{
    width: 100%;
    float: left;
}
#tabmenus{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E4E4E4;
    border-radius: 50px;
}
#tabmenus li{
    width: 25%;
    float: left;
}
#tabmenus li a{
    float: left;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    padding: 14px 30px;
    position: relative;
    font-size: 18px;
    border-radius: 50px !important;
}
#tabmenus li a:before {
    content: '' !important;
    background: url(../images/border.png) no-repeat;
    background-size: 100%;
    width: 18px !important;
    height: 18px !important;
    margin: 3px 5px 0 0;
    display: block !important;
    float: left;

}
#tabmenus li.active a:before {
    background: url(../images/border-active.png) no-repeat;
    background-size: 100%;
}
#tabmenus li.active a{
    background: #01008E !important;
    color: #fff;
}
.boxthucdon .tab-content{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.boxthucdon .tab-content .tab-pane{
    width: 100%;
    float: left;
}
.menuitem{
    width: 100%;
    float: left;
    border: 4px solid #2a9cd6;
    position: relative;
    padding: 8px;
    margin-bottom: 50px;
}
.menutitle {
    background: url(../images/title_order.png) no-repeat;
    width: 80%;
    background-size: 100%;
    position: absolute;
    top: -33px;
    text-align: center;
    padding: 8px 20px 10px 20px;
    left: 50%;
    transform: translateX(-50%);
}
.menutitle strong {
    font-size: 20px;
    line-height: 30px;
    color: #2a9cd6;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-family: 'BeVietnamPro-Bold';
}
.menutitle span {
    width: 100%;
    float: left;
    text-align: center;
    color: #2a9cd6;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}
.menubody{
    width: 100%;
    float: left;
    border: 2px dashed #2a9cd6;
    padding: 35px 15px 15px 15px;
    height: 100%;
}
.menuimage{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.menulist{
    width: 100%;
    float: left;
    height: 320px;
}
.menuline{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.menuline .name{
    color: #030d45;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BeVietnamPro-Bold';
}
.menuline .line{
    content: '';
    width: 20%;
    float: left;
    background: #C4C4C4;
    height: 2px;
    margin-top: 13px;
}
.menuline .price{
    color: #030d45;
    width: 30%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BeVietnamPro-Bold';
}
.menuline .price span{
    float: right;
    padding-right: 5px;
}
.checkbox-btn{
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.menuline .price input{
    display: none;
}
.checkbox-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #c4c4c4;

}
.checkbox-btn span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: relative;
    bottom: 2px;
    transition: 0.6s;
    left: 3px;
}
.checkbox-btn input:checked ~ span::before {
    transform: scale(1) rotate(-45deg);
}
.checkbox-btn input:checked ~ span {
    background-color: #2a9cd6;
    border-color: #2a9cd6;
}
.bannercat{
    width: 100%;
    float: left; 
    position: relative;
}

.titlecate{
    width: 100%;
    float: left;
    height: 245px;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    padding-top: 5%;
}
.pagethucdon{
    width: 100%;
    float: left;
    padding: 80px 0px 50px;
}
.header-cart{
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    background: #eaf5fb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.header-cart a{
    background-image: url('../images/cart.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    background-position: 7px 10px;
}
span#cart-total {
    background: #df0024;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.cartBg.active, .cartModal.active {
    display: block !important;
}
.cartBg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.cartModal {
    display: none;
    position: fixed;
    width: 350px;
    background: #fff;
    top: 0px;
    z-index: 99999;
    right: 0;
    height: 100%;
}

.cartBg.active, .cartModal.active {
    display: block !important;
}

.cartModal .cart-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.cartModal .cart-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color2);
    line-height: 18px;
    height: 70px;
    position: relative;
}

.cartModal .cart-header .line {
    color: #c4c4c4;
    margin: 0 10px 0;
}

.cartModal .cart-header h3 {
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color2);
    line-height: 18px;
}

.cartModal .cart-empty {
    text-align: center;
    padding: 20px
}

.cartModal .cart-empty a {
    color: var(--red-color);
    font-weight: 700;
    font-size: 15px;
}

.cartModal .cart-empty h3 {
    font-size: 18px;
    line-height: 24px;
}

.cartModal .cart-header a.buttonClose {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #c4c4c4;
}

.cartModal .cart-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
}

.cartModal .cart-item:not(:last-child) {
    border-bottom: 3px solid #c4c4c4;
}

.cartModal .cart-item .cart-left .price {
    color: var(--red-color);
    font-size: 15px;
    font-weight: 700;
}

.cartModal .cart-item .cart-left h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.cartModal .cart-item a.removeCart {
    border: 1px solid #c4c4c4;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #c4c4c4;
}

.cartModal .cart-button {
    padding: 0 20px;
}

.cartModal .cart-button a, #buttonStore {
    width: 100%;
    border-radius: 50px !important;
    font-size: 16px !important;
    height: 45px !important;
    line-height: 45px !important;
}
.button_style {
    background-color: #2a9cd6;
    color: #fff !important;
    text-align: center;
    padding: 0px 25px !important;
    font-size: 18px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    height: 50px !important;
    line-height: 50px !important;
}
.button_style:hover{
    text-decoration: none;
}
.button_for_primary2 {
    text-transform: uppercase;
    font-weight: normal !important;
    box-shadow: 0px 3px 0px 0px #2A9CD64D !important;
}
.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;

}
.cartModal .cartPrice {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
}

.cartModal .cart-total {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    background: #fff;
    border-top: 3px solid #c4c4c4;
    height: 150px;
}

.cartModal .cart-list {
    height: 500px;
    overflow-y: scroll;
}

.cartModal .cart-list::-webkit-scrollbar {
    width: 0px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0;
    top: 0
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

.cartModal .cart-item .cart-left h4 span {
    font-weight: normal;
    color: #2a9cd6;
    margin-left: 10px;
}

.lightbox-white {
    border-radius: 20px !important;
}

.form-store h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    color: #df0024;
}

.form-store .input_store {
    border-radius: 99px !important;
    box-shadow: unset !important;
    border: 1px solid #c4c4c4 !important;
    margin: 0;
    padding: 5px 15px;
}

.form-store label b {
    color: var(--red-color);
}

.form-store label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

#buttonStore {
    margin-bottom: 0px !important;
}

/**noti**/
.noti-success .noti-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.noti-success .noti-header h4 {
    color: #37AC1A;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    width: auto;
}

.noti-success .noti-header img {
    width: 40px;
    margin-right: 10px;
}

.noti-success .noti-body p {
    margin: 0 0 10px 0;
}

.noti-success .noti-body {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 80%;
    margin: auto;
}

.noti-success .noti-footer {
    text-align: center;
    margin: 20px 0 0 0;
}

.noti-success .noti-footer img {
    width: 100px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0;
    top: 0
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}
#dathang_form{
    display: block;
    z-index: 999;
    width: 560px;
    margin: 0 auto;
}
.dathang_form{
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    position: relative;
    padding: 30px;
    border-radius: 20px !important;
}
.dathang_form .wpcf7{
    width: 100%;
    float: left;
}
.dathang_form .wpcf7 form{
    width: 100%;
    float: left;
}
.dathang_title{
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    color: #df0024;
    font-size: 20px;
    font-family: 'BeVietnamPro-Bold';
}
.dathang_form input{
    border-radius: 99px !important;
    box-shadow: unset !important;
    border: 1px solid #c4c4c4 !important;
    margin: 0 0 10px;
    padding: 5px 15px;
}
.dathang_form label{
    margin-bottom: 5px;
    font-weight: normal;
}
.dathang_form label span{
    color: red;
}
.dathang_form input[type="submit"] {
    width: 100%;
    border-radius: 50px !important;
    font-size: 16px !important;
    height: 45px !important;
    line-height: 45px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    box-shadow: 0px 3px 0px 0px #2A9CD64D !important;
    background-color:#2a9cd6;
    color: #fff !important;
    text-align: center;
    padding: 0px 25px !important;
    font-size: 18px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    height: 50px !important;
    line-height: 50px !important;
}
#topads{
    cursor: pointer;
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    float: left;
    z-index: 999;
}
#bottomads{
    cursor: pointer;
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    float: left;
    z-index: 999;
}