﻿*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
/* -webkit-appearance: none;
 -moz-appearance: none;
appearance: none;*/
}
.non {display:none
}
.flag {display:block!important;
}
.flag1 {display:none!important
}
@font-face {
    font-family:'SanFranciscoDisplay-Regular';
    src: url('/fonts/SanFranciscoDisplay-Regular.otf');
}
@font-face {
    font-family:'SanFranciscoDisplay-Bold';
    src: url('/fonts/SanFranciscoDisplay-Bold.otf');
}
 @font-face {
    font-family:'SanFranciscoDisplay-Medium';
    src: url('/fonts/SanFranciscoDisplay-Medium.otf');
}
@font-face {
    font-family:'Arial Rounded MT regular'; 
    src: url('/fonts/ARIALR.TTF');
}
 /*slide*/
.morong {float:left; width:100%; background:url(../imgwb/imgw/morong.png) no-repeat 1em center;
         color:#0c0c0c; font-weight:700; font-size:1em; padding:0.5em 0.5em 0.5em 45px; border:solid 1px #ddd; border-top:0
}
.thugon {float:left; width:100%; background:url(../imgwb/imgw/thugon.png) no-repeat 1em center;
         color:#0c0c0c; font-weight:700; font-size:1em; padding:0.5em 0.5em 0.5em 45px; border:solid 1px #ddd; border-top:0
}
.morong2 {float:left; width:100%;
         color:#0a95dc; font-weight:400; font-size:1em; padding:0.5em 0; 
}
.thugon2 {float:left; width:100%;
         color:#0a95dc; font-weight:400; font-size:1em; padding:0.5em 0; 
}
 .des_banner {position:absolute; width:550px; left:7.5em; top:20%; text-shadow:1px 1px 1px #000; 
}
    .des_banner .title_banner {text-align:left; color:#ffffff; font-size:2.5em; padding:0.5em 0;
                 text-transform:uppercase; line-height:1.3em; font-family:'Arial'
    }
    .des_banner .sum_banner {text-align:left; color:#ffffff; padding:0; 
               font-family:'Arial'; font-size:1.1em
    }
        .des_banner .detail_banner {display:inline-block; background:#ff0000;
                           color:#ffffff; text-transform:none; font-weight:400; padding: 0.5em 1em; 
                           font-family:'Arial'; text-shadow:none; font-size:1.2em; transition:all 0.5s; 
                           margin:1em 0 0 0; border-radius:5px; border:solid 1px #fff; min-width:100px; text-align:center
        }
           
.white_banner {background:#ffffff!important; color:#191919!important; margin-left:1em!important
}
 .des_banner .detail:hover {border:solid 1px #5da461!important;}
 .des_banner .white_banner:hover {background:#5da461!important; color:#ffffff!important}
@media all and (max-width:768px) {
    .des_banner {position:absolute; width:90%; right:auto; bottom:1em; left:1%; top:auto
}
    .des_banner .title_banner {font-size:1em; 
    }
    .des_banner .detail_banner {padding: 0.2em 0.5em; font-size:0.9em; min-width:60px; text-align:center
        }
}
 /*ket thuc slide*/
body {margin:0; padding:0; border:0; font-size:0.9em; color:#000; line-height:1.5em;
      font-family:'SanFranciscoDisplay-Regular', Arial, Tahoma, 'Times New Roman', Verdana;  background:#fafafa;
      overflow-x: hidden;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75); z-index:998!important
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff; text-align:left; max-height:700px; 
    z-index:99
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;color:#fff;
}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; font-size:100%; 
}
img {border:0px; transition:all 0.5s
}
input {outline:0; border-radius:0!important; 
}
a {text-decoration:none; /*color:#191919*/
}
    a:hover { color:#191919; 
    }
.table_index {width:100%; border-collapse: collapse; border-spacing: 0;
}
    .table_index td {padding:0
    }
    .table_index .text_1 {text-align:right; color:#111111; padding:3px 5px; width:30%
    }
    .table_index .text_1 span{color:#ff0000; 
    }
     .table_index .text_2 span{color:#ff0000;
    }
    .table_index .text_2 {text-align:left; color:#111111; padding:3px 5px
    }
.ptthanhtoan {float:left; width:50%
}
#ttchuyenkhoan {float:right; width:250px; color:#ff0000; font-size:1em; line-height:1.5em; display:none;
                border:solid 1px #ff0000; padding:1em; background:#ddd; margin:0 0 1em
}
ul, li {margin:0; padding:0; width:auto
}
.line {clear:both; margin:1em 0; height:1px; background:#f5f5f5; float:left; width:100%
}
.clear {clear:both
}
.space_5 {clear:both; height:5px
}
.space_10 {clear:both; height:10px
}
.space_20 {clear:both; height:20px
}
.bdkhung {border:solid 1px #cccccc
}
video, audio, iframe {width:100%; height:480px; border:0px
}
.maps iframe {width:100%; height:520px; border:0px
}
.paypal {width:100%; height:87px; margin:auto
}
audio {width:100%; height:70px
}
.video {max-width:910px; width:100%; margin:1em auto
}
#wrapper {margin:0 auto; padding:0; overflow:hidden; z-index:999999
}
.share_button {float:left; margin:1em auto; width:320px; clear:both
}
.share_button_sp {margin:35px auto 0; width:100%; float:left; padding:0
}
.facebook {float:left;
}
.twitter {float:left; margin:0 0 0 0
}
.gplusone {float:left; margin:0 0 0 1em
}
/*naptien*/
.naptien_fix {max-width:490px; margin:auto
}
.naptien_body {float:left; width:100%; padding:2em
}
.tongtien {float:left; width:100%; padding:1em 0; color:#555; font-size:1em; text-align:left; line-height:1.5em
}
    .tongtien span {display:inline-block; font-weight:700; color:#0a95dc
    }
.noidung_huongdan {color:#555; font-size:1em; text-align:left; float:left; width:100%; line-height:1.5em
}
.noidung_hotro {color:#555; font-size:1em; text-align:left; float:left; width:100%; line-height:1.5em
}
    .noidung_hotro img {max-width:910px; margin:0 auto; display:block; width:auto; float:left
    }
.xemhuongdan {font-weight:700; color:#555; font-size:1em; text-align:left; float:left; width:100%; text-decoration:underline
}
.huongdan_tieude {float:left; font-size:1em; font-weight:700; text-transform:none; color:#0048ff; text-decoration:underline
}
.hotro_tieude {float:left; font-size:1em; font-weight:700; text-transform:none; color:#212121
}
/*thong tin nguoi dang*/
.thongtinnguoidang {float:left; width:100%; border:solid 1px #e1e1e1; border-left:0; border-right:0; padding:0.5em 0
}
.thongtinnguoidang ul {list-style:none; margin:0.5em 0 0; padding:0; float:left; width:50%
    }
        .thongtinnguoidang ul li {margin:0.1em; padding:0 1em 0 0; display:inline-block; vertical-align:middle;
                                  color:#8a8a8a; font-size:1em
        }
            .thongtinnguoidang ul li:nth-child(1) img {height:70px;
            }
            .thongtinnguoidang ul li:nth-child(2) {font-weight:700; color:#131a22
            }
/*list tindang*/
.list_thongke {float:left; width:100%; padding:0
}
.list_thongke ul {list-style:none; margin:0.5em 0 0; padding:0; float:left; width:100%
    }
        .list_thongke ul li {margin:0.1em; padding:0.5em; display:inline-block; vertical-align:middle;
                                  color:#8a8a8a; font-size:1em; border:solid 1px #ff9900; border-radius:5px
        }
            .list_thongke ul li a h3{color:#8a8a8a; display:inline-block; font-size:100%
            }
            .list_thongke ul li span {color:#ff9900; display:inline-block; margin:0 0 0 0.3em
            }
            .list_thongke ul li:hover {background:#cccccc
            }
/*leftuser*/
.leftuser {float:left; width:100%; border-top:solid 1px #cccccc
}
ul.leftuser_item {list-style:none; margin:0.5em 0 0; padding:0; float:left; width:100%
    }
        ul.leftuser_item li {margin:0.8em 0; padding:0 0 0 23px; display:block; vertical-align:middle;
                             color:#454545; font-size:1em; font-weight:400; background:url(../imgwb/imgw/icon_thanhvien/icon1.png) no-repeat left center
        }
            ul.leftuser_item li a {color:#454545;
            }
            ul.leftuser_item li a:hover {color:#ff9900;
            }
        ul.leftuser_item li:nth-child(2) {background-image:url(../imgwb/imgw/icon_thanhvien/icon2.png)
        }
        ul.leftuser_item li:nth-child(3) {background-image:url(../imgwb/imgw/icon_thanhvien/icon3.png)
        }
        ul.leftuser_item li:nth-child(4) {background-image:url(../imgwb/imgw/icon_thanhvien/icon4.png)
        }
        ul.leftuser_item li:nth-child(5) {background-image:url(../imgwb/imgw/icon_thanhvien/icon5.png)
        }
        ul.leftuser_item li:nth-child(6) {background-image:url(../imgwb/imgw/icon_thanhvien/icon6.png)
        }
        ul.leftuser_item li:nth-child(7) {background-image:url(../imgwb/imgw/icon_thanhvien/icon7.png)
        }
        ul.leftuser_item li:nth-child(8) {background-image:url(../imgwb/imgw/icon_thanhvien/icon8.png)
        }
/*topuser*/
.topuser {float:left; width:100%;
}
.topuser_fix {max-width:1200px; margin:auto
}
ul.topuser_item {list-style:none; margin:0.5em 0 0; padding:0; float:left; width:100%
    }
        ul.topuser_item li {margin:0.1em; padding:0 4em 0 0; display:inline-block; vertical-align:middle;
                                  color:#454545; font-size:1em; font-weight:700; vertical-align:middle
        }
            ul.topuser_item li a {color:#454545;
            }
            ul.topuser_item li a:hover {color:#ff9900;
            }
        ul.topuser_item li span {color:#454545; font-weight:400; display:inline-block; margin:0 0.5em 0 0
        }
        ul.topuser_item li:nth-child(1) {width:70px; padding:0
            }
            ul.topuser_item li:nth-child(1) img {width:70px; padding:0
            }
            ul.topuser_item li:nth-child(2) {font-weight:700; color:#131a22
            }
            ul.topuser_item li:nth-child(3) {background:url(../imgwb/imgw/icon_sodu.png) no-repeat left center; 
                                             padding:1em 6em 1em 30px;
            }
            ul.topuser_item li:nth-child(4) {background:url(../imgwb/imgw/icon_tongsotin.png) no-repeat left center; 
                                             padding:1em 6em 1em 30px;
            }
            ul.topuser_item li:nth-child(5) {background:url(../imgwb/imgw/icon_hot.png) no-repeat left center; 
                                             padding:1em 6em 1em 45px;
            }
            ul.topuser_item li:nth-child(6) {background:url(../imgwb/imgw/icon_vip_red.png) no-repeat left center; 
                                             padding:1em 6em 1em 45px;
            }
/*dashboard*/
.dashboarditem {float:left; width:100%; padding:1em 2em
}
.dashboarditem ul {list-style:none; margin:0.5em 0 0; padding:0; float:left; width:100%
    }
        .dashboarditem ul li {margin:0; padding:0; display:block; vertical-align:middle; float:left;
                              color:#ffffff; font-size:1.2em; font-weight:400; text-align:center; text-transform:uppercase
        }
            .dashboarditem ul li a {color:#ffffff; display:block!important
            }
            .dashboarditem ul li a:hover {color:#47fc24;
            }
        .dashboarditem ul li:nth-child(1) {float:left; height:200px; padding:0;
                                           width:30%; 
        }
            .dashboarditem ul li:nth-child(1) a.cl1 {background:#09bc6e; display:block; height:95px; padding:35px 5px 0 
            }
            .dashboarditem ul li:nth-child(1) a.cl2 {background:#ff9900; display:block; height:95px; padding:35px 5px 0 ; margin:10px 0 0 0
            }
        .dashboarditem ul li:nth-child(2) {background:#0a95dc; float:left; 
                                           width:30%; margin:0 5%;
        }
        .dashboarditem ul li:nth-child(3) {background:#ff0000; float:left; 
                                           width:30%; 
        }
            .dashboarditem ul li:nth-child(2) a,
            .dashboarditem ul li:nth-child(3) a {height:200px; padding:90px 0 0; display:block
            }
/*dang tin*/
.dangtin_bar {float:left; width:100%; padding:0.5em 0; border-bottom:solid 1px #ddd; margin:0 0 0.5em
}
.dangtin_tieude {float:left; font-size:1em; font-weight:700; text-transform:uppercase; color:#0048ff
}
.dangtin_menu {float:right;
}
.dangtin_menu ul {list-style:none; margin:0; padding:0; float:left; width:100%; line-height:100%
    }
        #btcapnhatHOT,
        #btcapnhatVIP,
        .dangtin_menu ul li {margin:0 0 0.5em 2em; padding:0; display:block; vertical-align:middle; float:left;
                              color:#ff8000; font-size:1em; font-weight:700; text-align:center; 
                              text-transform:none; text-decoration:underline
        }
            .dangtin_menu ul li a {color:#ff8000; display:block!important
            }
            #btcapnhatHOT:hover,
            #btcapnhatVIP:hover,
            .dangtin_menu ul li a:hover {color:#da0100;
            }
#btcapnhatHOT{border:0; background:#ff0000!important; color:#ffffff; padding:0.1em 1em; outline:0; 
              font-family:Arial; cursor:pointer; margin:0; text-decoration:none; border-radius:0!important
}
#btcapnhatVIP {border:0; background:#ff9900!important; color:#ffffff; padding:0.1em 1em; outline:0; 
               font-family:Arial; cursor:pointer; margin:0; text-decoration:none; border-radius:0!important
}
    #btcapnhatHOT:hover,
    #btcapnhatVIP:hover {background:#0a95dc!important; color:#ffffff; transition:all 0.5s
    }
#btxoadulieu {background:#ff0000; border-radius:5px; padding:0.5em 1em; text-align:center; color:#ffffff; font-size:1em; font-family:Arial;
              outline:0; cursor:pointer; float:right; border:0
}
ul.tinhtrangtin {list-style:none; margin:0; padding:0; float:left; width:100%; line-height:100%
}
ul.tinhtrangtin li {margin:0 2em 0.3em 0; padding:0; display:block; vertical-align:middle; float:left;
                              color:#ff8000; font-size:1em; font-weight:700; text-align:center; text-transform:none; 
        }
            ul.tinhtrangtin li span {color:#555; display:inline-block!important
            }
.dangtin_huongdan {float:left; width:100%; padding:1em 0; border-bottom:solid 1px #ddd; margin:0 0 0.5em
}

.huongdan_bar {float:left; font-size:1em; font-weight:700; text-transform:uppercase; color:#212121
}
.dangtin_huongdan ul {list-style:none; margin:0; padding:0; float:left; width:100%; line-height:100%
}
    .dangtin_huongdan ul li {float:left; width:100%; margin:0.2em 0; padding:0; line-height:1.4em
    }
.dangtin_group {float:left; width:100%; padding:1em 0; border-bottom:solid 1px #ddd; margin:0 0 0.5em
}
.dangtin_left {float:left; width:48%
}
.dangtin_right {float:right; width:48%
}
    .dangtin_texttitle {color:#232f3e; font-weight:700; display:inline-block; width:30%; float:left; padding:0.5em 0 0 0
    }
    .dangtin_texttitle2 {color:#232f3e; font-weight:700; display:inline-block; width:100%; float:left; padding:0.5em 0 0 0
    }
.dangtin_control {float:right; width:70%;
}
.dangtin_control2 {float:right; width:100%;
}
.ghichu {color:#ff9900; font-size:1em; font-style:italic; margin:0.5em 0 0 0; float:left; width:100%
}
    .ghichu strong {font-weight:700; font-style:normal
    }
.ghichu2 {color:#ff9900; font-size:1em; font-style:italic; margin:0.5em 0 0 0; float:left; width:100%; text-align:right
}
.dangtin_drop {border:#bebebe 1px solid!important; width:100%; padding:0.4em 0.6em 0.4em; text-align:left; 
          color:#242424; background:#ffffff;  font-size:1em!important; font-family:Arial; 
          background:#ffffff url('../imgwb/imgw/arrow_1.png') no-repeat 97% center; border:0; border-radius:0;
          -webkit-appearance: none; text-indent: 0.01px;outline:0/*In Firefox*/
}
.dangtin_tb {border:#bebebe 1px solid!important; background-color:transparent; border:0px; text-align:left; font-size:0.9em; font-weight:400;
            float:left; color:#747474; width:100%; padding:0.7em; margin:0; font-family:Arial;outline:0
}
.dangtin_tb2 {border:#ff8000 2px solid!important; background-color:transparent; border:0px; text-align:left; font-size:0.9em; font-weight:400;
            float:left; color:#747474; width:100%; padding:0.7em; margin:0; font-family:Arial;outline:0
}
/*dang ky dang nhap*/
.dangnhap {display:block; float:right; color:#ffffff; font-size:1em; padding:0.5em 1em; background:#0a95dc!important;
           margin:2em 0 0 0; text-transform:uppercase; font-weight:700; min-width:150px; border-radius:3px!important
}
.dangky_bt:hover,
    .dangnhap:hover {background:#f9c205!important; color:#ffffff; transition:all 0.5s
    }
.dangky_bt {display:block; float:right; color:#ffffff; font-size:1em; padding:0.5em 1em; background:#ff9900!important;
           margin:2em 0 0 0; text-transform:uppercase; font-weight:700; min-width:150px; border-radius:3px!important
}
.dangky_fix {max-width:480px; margin:auto
}
.dangky {float:left; width:100%;
         -webkit-box-shadow: 1px 1px 5px 2px rgba(120,120,120,1);
-moz-box-shadow: 1px 1px 5px 2px rgba(120,120,120,1);
box-shadow: 1px 1px 5px 2px rgba(120,120,120,1); margin:2em 0
}
.dangky_bar {background:#ff9900 url(../imgwb/imgw/dangky_bar.png) no-repeat center center;
             padding:50px 10px; text-align:center; font-size:2em; text-transform:uppercase; color:#ffffff
}
    .dangky_bar h1 {font-size:100%; display:inline-block; font-weight:400
    }
.dangnhap_bar {background:#0a95dc url(../imgwb/imgw/dangky_bar.png) no-repeat center center;
             padding:50px 10px; text-align:center; font-size:2em; text-transform:uppercase; color:#ffffff
}
    .dangnhap_bar h1 {font-size:100%; display:inline-block; font-weight:400
    }
/*form dang ky*/
label.control-label {
    color: #585858; margin:0.2em 0; text-align:left; float:left; width:100%
}
.content-agileits {
    width: 100%;
    margin:auto;
    background:#ffffff; float:left; width:100%;
    padding: 20px 40px;
}
.content-agileits_full {width:100%!important; margin:0!important
}
input#inputPassword,input#inputPasswordConfirm {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
}
.form-control,
input#firstname,input#lastname,input#soluongdonhang,input#address,input#txtnd,input#phone,input#txt_email,
input#inputemail {
	width: 100%;
    height: 35px;
    font-size:1em;
    font-weight: normal;
    color: #000;
    background:none;
    border:0;
    border: 1px solid #c8c8c8; padding:0.5em;
}
.text_label {float:left; width:100%; color:#4b4b4b; font-size:0.8em; text-align:center; margin:0.5em auto 1em; padding:0.5em 0; vertical-align:middle
}
    .text_label a {color:#0a95dc
    }
        .text_label a:hover {color:#f9c205
        }
input#inputPassword,input#inputPasswordConfirm {
	width: 100%;
    height: 35px;
    font-size:1em;
    font-weight: normal;
    color: #000;
    background:none;
    border:0;
    border: 1px solid #c8c8c8; padding:0.5em;
}
.form-group {float:left; width:100%; text-align:center; margin:0 0 0.5em
}
.form-group-left {float:left; width:48%
}
.form-group-right {float:right; width:48%
}
.help-block,
.message2{
	color:#888; margin:0; font-style:italic
}

.help-block.with-errors {
	/*color: #dc423f;*/
    color:#ff0000!important; margin:0
}
.message {color:#ff0000!important;
}
.content-agileits button.btn.btn-lg {
    width:auto; padding:0.8em 2em;
    margin: 1em auto;
    text-align: center;
    float: none;
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
    display: block;
	border-radius:45px;
	background-color:#a00002;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
    border:0; text-transform:uppercase; 
}
.content-agileits button.btn.btn-lg:hover {
	background-color:#ff4200; cursor:pointer
}
.mabaove {float:none; width:310px; text-align:center; margin:auto; height:80px; overflow:hidden
}
 a.loginfacebook {background:#337ab7; width:auto; text-align:center; display:inline-block; padding:0.5em 1em;
                color:#ffffff; font-size:1em; text-transform:none; border-radius:5px; cursor:pointer; margin:0.5em auto 1em;
                transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out; 
}
    .loginfacebook:hover {background:#ff0000;
    }
.dangkyngay {float:left; padding:1em; color:#ffffff; font-size:1em; font-weight:700; background:#ff9900; border-radius:3px;
             border:0; text-transform:uppercase; font-family:Arial; cursor:pointer; min-width:200px;
             transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out; 
}
    .dangkyngay:hover {background:#da0100; transition:all 0.5s
    }
.btnaptien {float:left; padding:1em; color:#ffffff; font-size:1em; font-weight:700; background:#0a95dc; border-radius:3px;
             border:0; text-transform:uppercase; font-family:Arial; cursor:pointer; 
             transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out; 
}
    .btnaptien:hover {background:#da0100; transition:all 0.5s
    }
.bthuybo {float:right; padding:1em; color:#ffffff; font-size:1em; font-weight:700; background:#555; border-radius:3px;
             border:0; text-transform:uppercase; font-family:Arial; cursor:pointer; 
             transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out; 
}
    .bthuybo:hover {background:#da0100; transition:all 0.5s
    }
.xanh {background:#0a95dc
}
.dacotaikhoan {float:right; color:#0a95dc; font-size:1em; font-weight:700; text-decoration:underline; margin:0.5em 0 0 0;
               transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out; 
}
    .dacotaikhoan:hover {color:#da0100
    }
/*tags*/
ul.tags {list-style:none; margin:0.5em 0 0; padding:0; display:inline-block
    }
        ul.tags li {margin:0.1em; padding:0; display:inline-block
        }
            ul.tags li a {color:#555; display:block; background:#ededed; font-size:1em; padding:0.5em 1em; border-radius:10px
            }
            ul.tags li a:hover {background:#da251c; color:#fff
            }
/*dowloadfile*/
ul.listfile {list-style:none; display:inline; margin:0.5em 0 0.5em 40px; padding:0; width:100%; float:left;
}
ul.listfile li {display:block!important; margin:0 2em 0.5em 0!important; padding:0; text-transform:uppercase; border:0!important;
                width:auto!important; background:none!important
    }
    ul.listfile li a {display:inline-block!important; margin:0; padding:0 0 0.5em 20px;
                    color:#1c5ea7; font-size:0.85em; font-weight:400; line-height:1.3em !important;
                    background:url(../imgwb/imgw/icon_download.gif) no-repeat left 1px; 
    }
    ul.listfile li a:hover {color:#ff0000
    }
ul.download {list-style:none; display:inline; margin:0; padding:0
}
ul.download li {display:inline-block!important; margin:0 2em 0.5em 0!important; padding:0; text-transform:uppercase; border:0!important;
                width:auto!important; background:none!important
    }
    ul.download li a {display:inline-block!important; margin:0; padding:0 0 0.5em 20px;
                    color:#1c5ea7; font-size:0.85em; font-weight:400; line-height:1.3em !important;
                    background:url(../imgwb/imgw/icon_download.gif) no-repeat left 1px; 
    }
        ul.download li a.download {display:none!important
        }
    /*ul.download li a.download {background:url(../imgwb/imgw/icon_download.gif) no-repeat left center; 
                               display:inline-block; width:19px; height:25px; margin:0; vertical-align:middle
    }*/
    ul.download li a:hover {text-decoration:underline
    }
ul.downloaditem2 {list-style:none; margin:0 0 0 0; padding:0; display:inline-block; text-align:left; width:100%
}
    ul.downloaditem2 li {display:inline-block; width:100%; margin:0 0 0.5em; vertical-align:top; 
                        padding:0; position:relative; overflow:hidden; transition:all 0.5s; float:left;
                        background:url(../imgwb/imgw/bg_download2.jpg) no-repeat right top; height:87px 
    }
    ul.downloaditem2 li a.title h3 {color:#131313; font-weight:400; line-height:1.4em; display:inline-block; margin:3em 0 0 0; 
                                       font-size:1em; text-align:left; text-transform:none; float:left; width:70%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap
    }
    ul.downloaditem2 li:hover a.title h3 {color:#f9c205
    }
      
         .icondownload2 {background: url(../imgwb/imgw/download2.jpg) no-repeat center top; margin:0 0.5em 0 0;
                                        width:73px; height:87px; float:left; 
        }
.icon_pdf {background:url(../imgwb/imgw/icon_pdf.png); float:right; position:absolute; width:40px; height:40px; 
          bottom:15px; right:15px;
}
.icon_word {background:url(../imgwb/imgw/icon_word.png); float:right; position:absolute; width:40px; height:40px; 
          bottom:15px; right:15px;
}
/*top*/
.banner {width:100%; float:left; margin:auto; z-index:9; padding:0;
         background:#fafafa; transition:all 0.5s
}
.banner_top {z-index:999999; width:100%; float:left; background:#f1f1f1; 
             /*-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,1);
box-shadow: 0px 2px 15px 0px rgba(0,0,0,1)*/
}
.banner_top_fix {max-width:1215px; margin:auto; width:100%; padding:0; text-align:center; 
}
.banner_fix {max-width:1215px; margin:auto; width:100%; position:relative; padding:0; text-align:center
}
.banner_right {float:right; margin:0; 
}
/*.btmuahang_top_ac,
.btmuahang_top {display:inline-block; margin:1.5em 0 1em 0; color:#ffffff!important; font-size:1.2em!important; padding:1em!important;
                background:#3fb9be  url(../imgwb/imgw/bg_vang.jpg)no-repeat center -100px!important; border-radius:5px;
                text-transform:uppercase!important; transition:all 0.8s; float:right; text-shadow:none!important; 
}
.btmuahang_top_ac,
    .btmuahang_top:hover {background:#f9c205 url(../imgwb/imgw/bg_vang.jpg)no-repeat center top!important
    }*/
.hotline {float:left; width:auto; margin:5px 0 0 0; width:auto; color:#2a2a2a; 
          background:url(../imgwb/imgw/icon_mail_top.png) no-repeat left center;
          padding:0 0 0 25px; font-size:1em; height:25px; line-height:25px;
}
    .hotline a {color:#0096ff
    }
    /*.hotline ul {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; width:100%
    }
    .hotline ul li {display:inline-block; width:auto; margin:0; vertical-align:top;
                    position:relative; overflow:hidden; transition:all 0.5s;
                    color:#ffffff; float:left; padding:0.2em 2em 0.1em 25px; 
                    background:url(../imgwb/imgw/icon_hotline_top.png) no-repeat left 5px; font-size:0.9em; line-height:1.5em
    }
        .hotline ul li a {color:#ffffff
        }
        .hotline ul li:nth-child(1) {background-image:url(../imgwb/imgw/icon_hotline_top.png); padding-left:22px; margin:0.2em 0 0 0                                
        }
        .hotline ul li:nth-child(2) {background-image:url(../imgwb/imgw/icon_email_top.png) ; margin:0.2em 0 0 0
        }
        .hotline ul li:nth-child(3) {float:right; background-image:none; font-weight:700; font-size:1em
        }*/
.datetime {float:right; color:#ffffff; background:url(../imgwb/imgw/icon_datetime.png) no-repeat left center; padding:1em 0 1em 30px;
           z-index:99999999
}
.welcome_text {float:left; color:#686868; font-size:0.9em
}
.mxh {float:left; margin:0.2em 0 0 0;
}
.mxh ul {list-style:none; margin:0; padding:0; display:inline-block; text-align:left;
}
    .mxh ul li {margin:0 0 0 0.3em!important; padding:0!important; display:inline-block; float:left!important; color:#484848

    }
        .mxh ul li.text {color:#ff9900; margin:0!important; padding:0.5em 0.2em 0 0!important; font-size:1em; font-weight:500; display:block
        }
            .mxh ul li.text :hover {color:#686868
            }
        .mxh ul li img {border:0; vertical-align:middle; margin:0 0.1em 0 0; width:auto; z-index:1000;
        }
            .mxh ul li img:hover {opacity:0.5
            }
.search {float:left; width:100%; padding:1em 0; background:#ffffff; z-index:1
}
.search_fix {max-width:1215px; margin:auto; width:100%; position:relative; padding:0; text-align:center
}
ul.searchlist {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; float:left; width:100%; border:solid 2px #ff9900
}
    ul.searchlist li {display:inline-block; width:55%; float:left

    }
    ul.searchlist li:nth-child(2) {width:15%;
        }
     ul.searchlist li:nth-child(3) {width:20%;
        }
        ul.searchlist li:nth-child(4) {width:10%; background:#ff9900; float:right; text-align:center; min-width:70px
        }
.search_tb {background-color:transparent; border:0px; text-align:left; font-size:0.9em; font-weight:400;
            float:left; color:#747474; width:100%; padding:0.7em; margin:0; font-family:Arial;outline:0
}
.search_bt {background:url(../imgwb/imgw/icon_search.png) no-repeat 10px center; border:0px; 
            width:auto; margin:auto; padding:0.8em 0.8em 0.8em 35px; cursor:pointer; font-family:Arial; transition:all 0.5s;
            text-transform:uppercase; font-weight:700;outline:0
}
.dropsearch {border-left:#b6b6b6 1px solid!important; width:100%; padding:0.6em 0.6em 0.7em; text-align:left; 
          color:#242424; background:#ffffff;  font-size:1em!important; font-family:Arial; 
          background:#ffffff url('../imgwb/imgw/arrow_1.png') no-repeat 97% center; border:0; border-radius:0;
          -webkit-appearance: none; text-indent: 0.01px;outline:0/*In Firefox*/
}
    .search_bt:hover { 
    }
/*button*/
ul.loaidanhmuc {list-style:none; width:100%; float:left; margin:0; padding:0
}
    ul.loaidanhmuc li {display:inline-block; float:left; width:33%; margin:0; padding:0; background:#0c0c0c;
                       position:relative; cursor:pointer;height:55px; line-height:55px; overflow:hidden
    }
        ul.loaidanhmuc li input {-webkit-appearance: none; cursor:pointer; padding:0; width:100%; text-align:center;
                                 height:50px; line-height:50px ; z-index:98; /*margin:0;*/ position:relative;
        }
            ul.loaidanhmuc li label {color:#979797;padding:10px 1em; width:100%; text-align:center; margin:auto;
                                 font-family:'SanFranciscoDisplay-Regular'; font-size:1em;
                                 position:absolute; top:0; left:auto;height:50px; line-height:normal ; z-index:99;cursor:pointer
            }
        ul.loaidanhmuc li input:checked {cursor:pointer; z-index:98;
                                         background: rgba(86,86,86,1);
background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,86,86,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(to bottom, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#1a1a1a', GradientType=0 );
        }
.left_search {background:#323232; float:left; width:100%; padding:0; z-index:9999; margin:0 0 2em
}
.ltext {color:#2b6eb5; font-size:0.75em; font-weight:700; padding:0.3em 0; text-align:left; text-transform:uppercase; font-family:'SanFranciscoDisplay-Regular'
}
.ldrop {margin:0.5em 1em
}
    .ldrop select,
    .ldrop1 select,
    .ldrop1 input, 
    .ldrop input {width:100%; background:#ffffff; border:solid 0px #ddd; color:#979797; font-size:1em; 
                  padding:1em 2%; font-weight:normal; outline:0; font-family:'SanFranciscoDisplay-Regular';
                  border-radius:5px!important;
    }
    .ldrop select {background:#ffffff url('../imgwb/imgw/arrow_9.png') no-repeat 97% center!important; border:0; border-radius:0;
          -webkit-appearance: none; text-indent: 0.01px;outline:0/*In Firefox*/
    }
.lbutton {text-align:right; margin:1em 0
}
.lbutton input {color:#ffffff; font-size:1em; padding:0.6em 1em; border:solid 0px #ffffff; font-weight:normal;
                font-family:'SanFranciscoDisplay-Bold'; border-radius:20px!important;
                cursor:pointer; width:92%; margin:0 4%; text-transform:uppercase;
                background: rgba(255,157,0,1);
background: -moz-linear-gradient(top, rgba(255,157,0,1) 0%, rgba(255,73,1,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,157,0,1)), color-stop(100%, rgba(255,73,1,1)));
background: -webkit-linear-gradient(top, rgba(255,157,0,1) 0%, rgba(255,73,1,1) 100%);
background: -o-linear-gradient(top, rgba(255,157,0,1) 0%, rgba(255,73,1,1) 100%);
background: -ms-linear-gradient(top, rgba(255,157,0,1) 0%, rgba(255,73,1,1) 100%);
background: linear-gradient(to bottom, rgba(255,157,0,1) 0%, rgba(255,73,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#ff4901', GradientType=0 );
}
    .lbutton input:hover {opacity:0.9
    }
.left_drop {width:100%; padding:0.5em; color:#464646; font-size:0.9em; background:#ebebeb; margin:1em 0; border:0;
}
/*.lang {float:right; margin:0.2em 0 0 0; height:30px; overflow:hidden
}
    .lang ul {list-style:none; margin:0; padding:0; display:inline-block
    }
        .lang ul li {display:inline-block; margin:0; padding:0; color:#292929; font-size:0.8em
        }
            .lang ul li.text {width:auto; float:left; margin:0.3em 0.5em 0 0
            }
            .lang ul li a {display:block; width:30px; height:30px; padding:0; margin:0 0 0 0.3em; overflow:hidden
            }
            .lang ul li a.vn {background:url(../imgwb/imgw/vn.png) no-repeat center center
            }
            .lang ul li a.en {background:url(../imgwb/imgw/en.png) no-repeat center center
            }*/
.logo_2 {float:left; margin:1.4em 0 0; padding:0; text-align:center; position:relative;
}
    .logo_2 img {border:0px; max-width:220px; width:100%; display:block; margin:0; float:left
    }
.logo_3 {float:left; margin:0.5em 0; padding:0; text-align:center; position:relative;
}
    .logo_3 img {border:0px; max-width:220px; width:100%; display:block; margin:0; float:left
    }
.banner_right ul {list-style:none; margin:0; padding:0; display:inline-block; float:left; width:100%
    }
        .banner_right ul li {display:inline-block; margin:0; padding:0; float:left
        }
    .banner_right ul li img{border:0px; height:96px; width:auto; display:block; margin:0; float:left
    }
.banner_index {border:0px; width:100%!important; display:block;padding:0; float:left;
    }
.banner_indexnews {float:left; width:30%!important; margin:auto 4em 1em 0!important;
}
.banner_index_top {clear:both; text-align:center; margin:0; position:relative; float:left;
                   width:100%; height:300px; overflow:hidden; 
}
.banner_index_fix {margin:auto; width:100%; position:absolute; z-index:100; top:0%; 
}
.banner_index_bg {height:300px; background:rgba(0,0,0,0.5); padding-top:130px
}
    .banner_index_top img {border:0px; width:auto; margin: auto; 
                           top: 0; left: 0; bottom: 0; right: 0; position:absolute; z-index:0
    }
    .banner_index_fix .title2 {width:100%; text-align:center; background:url(../imgwb/imgw/line_bar0.png) no-repeat center bottom
    }
    .banner_index_fix .title2  h2,
    .banner_index_fix .title2  h3,
    .banner_index_fix .title2  h1 {display:inline-block; text-align:center; font-size:2em; color:#ffffff; line-height:1.1em;
                                   text-transform:uppercase; font-weight:400; font-family:'UTM HelvetIns'
         /* 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;
   text-shadow:
       2px 2px 0 #ffffff,
     -1px -1px 0 #ffffff,  
      1px -1px 0 #ffffff,
      -1px 1px 0 #ffffff,
       1px 1px 0 #ffffff;*/
    }
.menu_top {float:left; margin:0.1em 0 0 0; z-index:99999
}
.menu_top ul {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; float:left 
    }
    .menu_top ul li {display:inline-block; width:auto; margin:0 0.5em 0 0; vertical-align:top; 
                        padding:0; position:relative; /*overflow:hidden;*/ transition:all 0.5s;
                        color:#77a0b5; float:left; text-transform:none; font-weight:400; font-size:0.9em
    }
        .menu_top ul li a {color:#77a0b5; display:block; padding:3px; margin:0.3em
        }
        .menu_top ul li a.ac,
        .menu_top ul li a:hover {color:#ff9900
        }
        .menu_top ul li:first-child a {background:url(../imgwb/imgw/icon_home.png) no-repeat left center; width:25px; height:25px;
        }
        .menu_top ul li:nth-child(2) {background:url(../imgwb/imgw/icon_tuhoc24h.png) no-repeat left center; 
                                      padding-left:12px; text-align:left; margin-right:1em
        }
        .menu_top ul li:nth-child(3) {background:url(../imgwb/imgw/icon_tinhthanh.png) no-repeat left center; 
                                      padding-left:10px; text-align:left; margin-right:1em
        }
        .menu_top ul li:nth-child(3) a,
        .menu_top ul li:nth-child(4) a {background:url(../imgwb/imgw/icon_arrow_down_top.png) no-repeat right center; padding-right:15px
        }
        .menu_top ul li:nth-child(4) {background:url(../imgwb/imgw/icon_xemtindang.png) no-repeat left center; 
                                      padding-left:15px; text-align:left; margin-right:1em
        }
        .menu_top ul li:nth-child(5) {background:url(../imgwb/imgw/icon_baiviet.png) no-repeat left center; 
                                      padding-left:12px; text-align:left; margin-right:1em
        }
        /*menu con*/
        .menu_top ul li ul.child {display:inline-block; margin:0; padding:0; float:left; display:none;
                               position:absolute; top:34px; left:0; width:200px; transition:all 0.5s; line-height:1em; z-index:999999;
                               max-height:600px; overflow:auto
        }
        .menu_top ul li:hover ul.child {display:block
        }
        .menu_top ul li ul.child li {background:#131a22; float:left; width:100%!important; padding:0 1em
    }
        .menu_top ul li ul.child li a {color:#ffffff; display:block; padding:0.5em 0.7em; margin:0; text-transform:none;
                                  font-size:1em; font-weight:400; background:url(../imgwb/imgw/arrow_4.png) no-repeat left center; white-space:nowrap
        }
        /*ket thuc menu con*/
.menu_top_right ul {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; float:right
    }
    .menu_top_right ul li {display:inline-block; width:auto; margin:0 0 0 1em ; vertical-align:top; 
                        padding:0; position:relative; overflow:hidden; transition:all 0.5s;
                        color:#2a2a2a; float:left; font-size:1em
    }
        .menu_top_right ul li a {color:#2a2a2a; display:block; padding:0.2em; margin:0.3em 0;
        }
        .menu_top_right ul li a:hover {color:#ff9900!important
        }
        .menu_top_right ul li.mndangnhap a {background:url(../imgwb/imgw/icon_dangnhap.png) no-repeat left center; padding:5px 5px 5px 25px;
        }
        .menu_top_right ul li.mndangky a {background:url(../imgwb/imgw/icon_dangky.png) no-repeat left center; padding:5px 5px 5px 25px; color:#da251c;
                                          text-decoration:underline
        }
        .menu_top_right ul li.mndangtin a {background:url(../imgwb/imgw/icon_dangbai.png) no-repeat left center; padding:5px 5px 5px 25px;
        }
        .menu_top_right ul li.mndangtin a:hover {color:#da251c
        }
        .menu_top_right ul li.mnchao a {color:#0a95dc; font-weight:400; text-transform:none; max-width:170px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis
        }
        .menu_top_right ul li.mnchao a span {color:#ff9900; font-weight:700; text-transform:none; margin:0 0 0 0.5em
        }
.banner_menu {transition:all 0.1s; margin:0; float:left; width:100%; background:#da251c; /*border-top:solid 1px #fc201f; 
              border-bottom:solid 1px #fc201f; -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.55);
box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.55); */
}
.banner_menu_fix {margin:auto; position:relative; padding:0; max-width:1215px; 
}
.logo_scroll {display:none
}
.f-nav .logo_scroll {display:block; position:absolute; margin:0.3em 0 0 0
}
.f-nav {position: fixed; top:0; width:100%; margin:0 auto; left:0; z-index:999999; border-bottom:solid 1px #ffffff
}
    .f-nav .menu ul li > a {color:#ffffff
    }
    .f-nav .lang ul li.text {color:#ffffff
    }
        /*.f-nav .logo_2 img {width:25%; display:block; margin:auto; display:none;
        }
        .banner .f-nav .menu ul li > a,
        .bannerhome .f-nav .menu ul li > a,
        .f-nav .menu ul li > a {padding-top:15px; padding-bottom:20px
        }
        .f-nav .menu ul li > a.current,
        .f-nav .menu ul li > a:hover {color:#fff; text-shadow:1px 1px 1px #000
        }
        .f-nav .menu ul li a.home:hover,
        .f-nav .menu ul li a.home_ac {padding-top:10px; padding-bottom:20px;
                                      background-image:url(../imgwb/imgw/icon_home.png)!important
        }
        .f-nav .btmuahang_top_ac,
        .f-nav .btmuahang_top {margin:0em 0 0 1em!important; padding:0.5em!important; border:solid 1px #fff!important; 
    }
        .f-nav .banner_menu {margin:0.3em 0 0 2em; background:none; position:relative; float:left
    }
    .f-nav .banner_right {margin:0
    }
    .f-nav .lang,
    .f-nav .slogan {display:none
    }*/
.bannerslide {float:left; width:100%; position:relative; 
}
.bannerslide_fix {max-width:1215px; margin:auto; width:100%; position:relative; padding:0
}
.bannerslide_left {float:left; width:65.8%
}
.bannerslide_right {float:right; width:32.9%; padding:0
}
.bannerslide_right img {float:left; width:100%; margin:0
    }
.bannerslide_sanpham {float:left; width:100%; 
}
.booking {clear:both; float:left; width:100%; background:#dddddd; padding:0.5em 0 0.3em
}
.booking_fix {max-width:1215px; margin:auto; width:100%; position:relative; padding:0
}
    .booking_fix img {width:100%; margin:auto; float:left
    }
/*left menu*/
/*menusp*/
.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
  position: relative; z-index:99
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0; z-index:99
}

.navigation ul {
  /*position: relative;*/
  z-index:99;
  float: left; width:100%
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  /*position: relative;*/
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%; z-index:9999
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 100%; z-index:9999
}

.navigation ul li { float: none; }

.navigation ul ul {/* margin-top: 0.05em;min-height:403px;*/ background:#ffffff }

.navigation {
  width: 100%;
  background: #ffffff;
  font-family: Arial, sans-serif;
  zoom: 1; border:solid 1px #e1e1e1; border-top:0; z-index:9999
}

.navigation:before {
  content: '';
  display: block; 
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 0.5em 1.3em;
  color: #ffffff;
  text-decoration: none;
  text-transform: none; font-size:0.9em
}

.navigation > ul { width: 100%; }

.navigation ul ul { width:250px; z-index:9999}
.navigation > ul > li > a {
  border-bottom:solid 1px #e1e1e1;
  color: #3e3e3e; font-size:1em; font-weight:400;
  background:url(../imgwb/imgw/arrow_4_yellow.png) no-repeat 96% center;
  text-transform:none; padding:0.7em 0.7em 0.7em 45px
}
.navigation > ul > li.tinhthanh > a {
  border-bottom:solid 1px #e1e1e1;
  color: #3e3e3e; font-size:1em; font-weight:400;
  background:url(../imgwb/imgw/arrow_2_xam.png) no-repeat 1.5em center;
  text-transform:none; padding:0.7em 0.7em 0.7em 45px; z-index:9999
}
    .navigation > ul > li > a span {color:#0d86fa!important; display:inline-block; margin:0 0 0 0.3em
    }
.navigation > ul > li:hover > a,
.navigation > ul > li > a:hover { color: #3e3e3e; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { color:#da0100}

.navigation li { /*position: relative;*/ }
    
    .navigation ul li ul {margin-top:-1px; z-index:999999
    }
    /*.navigation ul li:nth-child(1) ul {margin-top:-55px
    }
    .navigation ul li:nth-child(2) ul {margin-top:-91px
    }
    .navigation ul li:nth-child(3) ul {margin-top:-127px
    }*/
/*.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}*/
/*.navigation ul li.has-sub {
  background:url(../imgwb/imgw/bullet1.png) no-repeat 5% center;
}
.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}*/

.navigation ul ul { border: 1px solid #ddd; }

.navigation ul ul a {color:#0c0c0c!important;background:#ffffff!important; font-size:1em}
    .navigation ul ul a span {color:#0d86fa!important; display:inline-block; margin:0 0 0 0.3em
    }
.navigation ul ul a:hover { color:#da0100!important; }

.navigation ul ul li { /*border-bottom: 1px solid #0F8A5F;*/ background:#ffffff!important }

.navigation ul ul li:hover > a {
  background: #ffffff!important;
  color: #656565;
}

/*.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}*/
/*ketthucmenusp*/
.left_adv {width:100%; margin:0 auto 1em auto; text-align:center; float:left; overflow:hidden
}
    .left_adv img {width:auto; max-width:500px; width:100%; margin:0 auto 0.6em ; border:0; display:block
    }
.left_adv_giuatrang {width:100%; margin:1em auto 0; text-align:center; float:left; overflow:hidden
}
    .left_adv_giuatrang img {width:100%; margin:0 0 1em; border:0; display:block
    }
.left_body {float:left; width:100%; border:0; margin:0 0 1em; padding:0; border:solid 1px #ececec; background:#ffffff
}
.left_bar1 {font-size:1.2em; margin:0; color:#ffffff; line-height:1.1em; padding:0.7em 1em 0.5em 45px; 
           text-transform:uppercase; text-align:left; font-weight:700; border-bottom:solid 1px #f0f0f0;
           background:#da251c url(../imgwb/imgw/icon_danhmuc.png) no-repeat 1em center
}
    .left_bar1 a {color:#ffffff
    }
.left_bar2 {font-size:1.2em; margin:0; color:#ffffff; line-height:1.1em; padding:0.7em 1em 0.5em 45px; 
           text-transform:uppercase; text-align:left; font-weight:700; border-bottom:solid 1px #f0f0f0;
           background:#da251c url(../imgwb/imgw/icon/icon_person.png) no-repeat 1em center
}
.left_bar3 {font-size:1.2em; margin:0; color:#181818; line-height:1.1em; padding:0.7em 1em 0.5em 45px; 
           text-transform:uppercase; text-align:left; font-weight:700; border-bottom:solid 1px #f0f0f0;
           background:url(../imgwb/imgw/icon_xemtheogia.png) no-repeat 1em center
}
.left_bar_adv {font-size:1.2em; margin:0; color:#ffffff; line-height:30px; padding:0; float:left; width:100%;
                text-transform:uppercase; text-align:left; font-weight:700; border-bottom:solid 2px #d90a00; height:30px; overflow:hidden
                
}
    .left_bar_adv span {float:left; width:auto; padding:0 40px 0 0.5em; height:30px; line-height:30px;
                        background:#d90a00 url(../imgwb/imgw/bar_adv.jpg) no-repeat center right
    }
.left_drop {width:100%; padding:0.5em; color:#464646; font-size:0.9em; background:#ebebeb; margin:1em 0; border:0; outline:0
}
ul.lmenuitem {margin:0; padding:0; list-style:none; float:left; width:100%; line-height:1em
}
ul.lmenuitem li {margin:0; width:100%; float:left; text-indent:0; line-height:1.2em
}
ul.lmenuitem li a.ac,
ul.lmenuitem li a:hover {color:#111; font-weight:700
}
ul.lmenuitem li a {display:block; text-align:left; color:#111; padding:0.5em 0 0.5em 20px; font-weight:400;  text-transform:none;
                   font-size:1.2em; text-indent: 0px!important; background:url(../imgwb/imgw/arrow_2.png) no-repeat left 12px;
}
    ul.lmenuitem li a span {color:#a0b938
    }
ul.lmenuitem li ul.child {clear:both; margin:0; padding:0; list-style:none
}
ul.lmenuitem li ul.child li {border-bottom:0
}
ul.lmenuitem li ul.child li a{display:block; text-align:left; color:#555; font-size:1em; padding:0.5em 0 0.5em 40px; font-weight:400;
                              ; background:url(../imgwb/imgw/arrow_4.png) no-repeat 20px 12px;
}
ul.lmenuitem li ul.child li.ac a,
ul.lmenuitem li ul.child li a:hover{font-weight:400; color:#da0100;
}
ul.list_item {margin:0 0 0 0.5em; padding:0; list-style:none; float:left;
}
ul.list_item li {margin:0; padding:0; width:100%; float:left;
}
ul.list_item li a h3 {display:block; text-align:left; color:#555; padding:0 2em 0.3em 1em; 
                    background:url(../imgwb/imgw/arrow_2.png) no-repeat left 0.6em; font-size:1em; font-weight:400
}
ul.list_item li span{color:#191919
}
ul.list_item li a:hover h3{color:#ff0000
}
/*leftitem4*/
ul.lmenuitem4 {margin:0; padding:0; list-style:none; float:left; width:100%; position:relative
}
ul.lmenuitem4 li{ margin:0; padding:0; width:100%; float:left; border-bottom:solid 1px #ededed 
}
ul.lmenuitem4 li:last-child {border:0
}
ul.lmenuitem4 li a {display:block; text-align:left; color:#0084ff; padding:0.5em 0 0.5em 30px; font-weight:400 ;
                      transition:all 0.5s; background:url(../imgwb/imgw/icon/icon_arrow_lienket.png) no-repeat 10px center
}
    ul.lmenuitem4 li a h3 {font-size:100%; font-weight:400; font-size:1em
    }
ul.lmenuitem4 li a:hover {color:#f9c205; text-decoration:none
}
/*main*/
.main {clear:both; float:left; width:100%; padding:1em 0;
       background:#fafafa; overflow:hidden; position:relative; 
}
.xam {background:#f4f4f4!important
}
.main_fix {max-width:1215px; margin:auto;width:100%;
}
.main_fix_baiviet {max-width:910px; margin:auto;width:100%
}
.main_fix_baiviet_hinh {max-width:910px; margin:auto;width:100%
}
.main_fix_sp {max-width:1260px; margin:auto;width:100%
}
.main_fix_hinhanh {max-width:1144px; margin:auto;width:100%
}
.main_fix_muahang {max-width:910px; margin:auto;width:100%
}
.main_box_full {float:left; width:100%;  margin:0; padding:0 
}
.main_box_full_lienhe {float:left; width:100%;  margin:0; padding:0 ; background:#f5f5f5
}
.main_box_baiviet {max-width:960px; margin:auto;width:100%
}
.main_box_thongbao {float:left; width:70%;  margin:0;
}
.main_box {float:left; width:69%;  margin:0;
}
.main_box_giohang_left {float:left; width:52%;  margin:1em 0 2em;
}
.main_box_giohang_right {float:right; width:45%; margin:1em 0 2em; 
}
.main_box_sp {float:left; width:70%;  margin:0;
}
.main_col_sp {float:right; width:28%; margin:0; 
}
.main_col {float:right; width:29%; margin:0; 
}
.main_col0 {display:none
}
.mleft {float:left!important;
}
.mright {float:right!important
}
.main_left {float:left; width:48%;
}
.main_right {float:right; width:48%;
}
.main_content {float:left; width:100%; padding:1%; background:#ffffff; border:solid 1px #e0e0e0;
}
.main_sp {float:left; width:100%; /*padding:0.2em 0; background:#ffffff; border:solid 1px #e0e0e0;*/
}
.main_bar_sp {clear:both; margin:0; color:#da0100;
              display:block; text-transform:none; padding:0.5em; font-weight:700; text-align:left;
              max-width:1215px; width:100%; float:left; width:100%; border:solid 1px #ddd;
              background:#ffffff; border-bottom:0
}
    .main_bar_sp h3 {font-size:2em; display:inline-block; font-size:100%; text-transform:uppercase
    }
    .main_bar_sp a {color:#da0100
    }
.viewmore_sp {color:#da0100; float:right; font-weight:400
}
.main_bar {clear:both; margin:0.3em 0 0.4em; color:#000!important;font-size:2em;
              display:block; text-transform:none; padding:0; font-weight:700; text-align:left;
              max-width:1215px; width:100%; float:left; width:100%; text-transform:uppercase
}
    .main_bar h1 { display:inline-block; font-size:100%
    }
    .main_bar a {color:#000
    }
.main_bar_lienhe {float:left; width:100%; text-transform:uppercase;font-size:2em; padding:0 0 0.5em
}
.main_bar_lienhe h1 { display:inline-block; font-size:100%
    }
.main_bar_lienhe em {font-style:normal; color:#0f9fde
    }
.mdathang {display:block; text-align:center; float:left; width:100%; padding:1em 0
}
.lienhe {float:left; width:100%; height:100%; background:url(../imgwb/imgw/bg_muahang.jpg) no-repeat center center; background-size:cover
}
.main_contact_right {width:50%; margin:auto; float:left; margin:0; background:#fff; padding:0 2em 0 0
}
.main_contact_left {width:50%; margin:auto; float:right; background:#f5f5f5; padding:2em
}
.main_contact_left iframe{width:100%; height:300px
}
.contact_bar {font-size:1.4em; text-transform:none; display:block; text-align:left; color:#555;
                     text-transform:uppercase; padding:0.75em 0 0.8em; font-weight:700;
}
.guide_main {float:left; margin:0; width:100%; padding:0.5em 0; 
}
.guide_fix {margin:auto; max-width:1215px; width:100%; position:relative
}
ul.guide {clear:both; list-style:none; margin:0; padding:0.5em 0 0; float:left;
}
    ul.guide li {float:left; margin:0 0.5em 0 0; font-size:0.85em
    } 
    ul.guide li {color:#0c0c0c; display:block; background:url(../imgwb/imgw/arrow_8.png) no-repeat left 5px;
                   padding:0 0 0 1em; margin:0 0 0 1em; font-weight:400
    }
        ul.guide li h1 {font-size:100%; font-weight:400
        }
    ul.guide li:first-child {background:none; margin:0; 
                               padding-left:0; background:none!important
    }
    /*ul.guide li:last-child,
    ul.guide li:last-child a{color:#000; text-transform:lowercase; font-weight:400; background:none
    }*/
    ul.guide li a {color:#0c0c0c; 
    } 
    ul.guide li:last-child h1:first-letter,
    ul.guide li:last-child:first-letter,
    ul.guide li:last-child a:first-letter{text-transform:uppercase
    }
    ul.guide li:last-child {display:block; background:url(../imgwb/imgw/arrow_8.png) no-repeat left 5px;
                   padding:0 0 0 1em; margin:0 0 0 1em; color:#555
    }
.guide_main ul.guide li {color:#0c0c0c!important
}
.guide_main ul.guide li a {color:#0c0c0c!important
    }
.guide_main ul.guide li a:last-child {color:#555!important
    }
.tieude_text_w {float:left; font-size:1em
}
/*tintuc_trai*/
ul.list_tintuc {list-style:none; margin:0; padding:0; font-size:0.9em; display:inline-block; text-align:left; width:100%
}
    ul.list_tintuc li {float:left; width:100%; padding:1em 0.5em; border-bottom:solid 1px #ececec
    }
        ul.list_tintuc li:last-child {border:0
        }
    .tintuc_img {width:125px; height:70px; line-height:70px; position: relative; overflow:hidden; float:left; padding:0;
                 margin-right:1em
}
.tintuc_img img {/*max-height: 100%;  
        max-width: 100%;*/ 
                    height:100%;
        position: absolute;  
        top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; z-index:98; transform:scale(1.2)
}
    .tintuc_img img:hover {opacity:0.5
    }
    .tintuc_tieude {color:#2f2f2f; font-family:'SanFranciscoDisplay-Bold'; font-size:1.2em; text-align:left; padding:0}
        .tintuc_tieude a {color:#2f2f2f
        }
        .tintuc_tieude h3 {font-weight:normal
        }
/*nhamoigioi*/
.nhamoigioi {float:left; width:100%; /*height:480px; overflow:auto*/
}
/* width */
.nhamoigioi::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.nhamoigioi::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nhamoigioi::-webkit-scrollbar-thumb {
  background: #ffad33; 
}

/* Handle on hover */
.nhamoigioi::-webkit-scrollbar-thumb:hover {
  background: #555; cursor:pointer
}
ul.list_nhamoigioi {list-style:none; margin:0; padding:0; font-size:0.9em; display:inline-block; text-align:left; width:100%
}
    ul.list_nhamoigioi li {float:left; width:100%; padding:1em 0.5em; border-bottom:solid 1px #ececec
    }
        ul.list_nhamoigioi li:last-child {border:0
        }
    .nhamoigioi_img {width:70px; height:70px; line-height:70px; position: relative; overflow:hidden;
                border-radius:50%; float:left; background:#0a95dc
}
.nhamoigioi_img img {/*max-height: 100%;  
        max-width: 100%;*/ 
                    height:100%;border-radius:50%;
        position: absolute;  
        top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; z-index:98
}
    .nhamoigioi_img img:hover {transform:scale(1.2)
    }
.nhamoigioi_info {width:70%; float:left; padding:0 0.5em
}
    .nhamoigioi_tieude {color:#2f2f2f; font-family:'SanFranciscoDisplay-Bold'; font-size:1.2em; text-align:left; padding:0;}
    .nhamoigioi_tomtat {color:#757575; font-size:1em; text-align:left; padding:0; float:left}
.nhamoigioi_dienthoai_chat {float:left; width:100%
}
    .nhamoigioi_dienthoai {color:#757575; font-size:1em; text-align:left; padding:0; float:left}
        .nhamoigioi_dienthoai a {color:#409014
        }
    .nhamoigioi_chat {color:#009ffb; font-size:1em; text-align:left; padding:0; float:left}
        .nhamoigioi_chat a {color:#009ffb
        }
/*chitiet tin rao*/
.share_raovat {float:right; width:180px; margin:0.5em 0 0 0
}
.raovat_hinh {float:left; width:100%;
}
.raovat_box1 {float:left; width:100%; background:#ffffff; padding:1em 1em 0.5em; -webkit-box-shadow: 0px 0px 11px 5px rgba(232,227,232,1);
-moz-box-shadow: 0px 0px 11px 5px rgba(232,227,232,1);
box-shadow: 0px 0px 11px 5px rgba(232,227,232,1);
}
.raovat_box1 ul {list-style:none; margin:0; padding:0; font-size:1em; display:inline-block; text-align:left; float:left;
}
    .raovat_box1 ul li {display:inline-block; width:auto; margin:0 3em 0 0 ; vertical-align:top; padding:0.3em 0 0.3em 0; 
                       position:relative; color:#232f3e; text-align:left; overflow:hidden;
                       /*background:url(../imgwb/imgw/icon/icon1.png) no-repeat left 5px;*/ 
    }
        /*.raovat_box1 ul li:nth-child(1) {background-image:url(../imgwb/imgw/icon/icon1.png); 
        }
        .raovat_box1 ul li:nth-child(2) {background-image:url(../imgwb/imgw/icon/icon2.png); 
        }
        .raovat_box1 ul li:nth-child(3) {background-image:url(../imgwb/imgw/icon/icon3.png); 
        }*/
        .raovat_box1 ul li span {display:block; font-weight:normal; margin:0 0.5em 0.5em 0; width:auto; color:#555;
                                   text-align:left; vertical-align:top; font-size:1.1em!important;display:block;
        }
        .raovat_box1 ul li strong {color:#0c0c0c; font-size:1.3em; margin:0 0 0.5em 0; display:block;
                                           font-family:'SanFranciscoDisplay-Bold'
        }
        .raovat_box1 ul li:nth-child(1) strong {color:#dd4810; 
        }
.raovat_box2 {float:left; width:100%; margin:0; padding:1em; border:solid 1px #cccccc; border-radius:5px
}
.raovat_box2 ul {list-style:none; margin:0; padding:0; font-size:1em; display:inline-block; text-align:left; float:left; width:100%
}
    .raovat_box2 ul li {display:inline-block; width:auto; margin:0 3em 0 0 ; vertical-align:top; padding:1em 1em 0.3em 45px; 
                       position:relative; color:#232f3e; text-align:left; overflow:hidden; min-height:50px;
                       background:url(../imgwb/imgw/icon/icon1.png) no-repeat left 15px; 
    }
        .raovat_box2 ul li:nth-child(1) {background-image:url(../imgwb/imgw/icon_raovat/icon1.png); 
        }
        .raovat_box2 ul li:nth-child(2) {background-image:url(../imgwb/imgw/icon_raovat/icon2.png); 
        }
        .raovat_box2 ul li:nth-child(3) {background-image:url(../imgwb/imgw/icon_raovat/icon3.png); 
        }
        .raovat_box2 ul li:nth-child(4) {background-image:url(../imgwb/imgw/icon_raovat/icon4.png); 
        }
        .raovat_box2 ul li:nth-child(5) {background-image:url(../imgwb/imgw/icon_raovat/icon5.png); 
        }
        .raovat_box2 ul li:nth-child(6) {background-image:url(../imgwb/imgw/icon_raovat/icon6.png); 
        }
        .raovat_box2 ul li:nth-child(7) {background-image:url(../imgwb/imgw/icon_raovat/icon7.png); 
        }
        .raovat_box2 ul li strong {display:block; font-weight:normal; margin:0 0.5em 0 0; width:auto; color:#0c0c0c;
                                   text-align:left; vertical-align:top; font-size:1.1em!important; font-family:'SanFranciscoDisplay-Bold'
        }
        .raovat_box2 ul li {color:#0c0c0c; font-size:1.1em;width:33.3333%; float:left; margin:0
        }
        .raovat_box2 ul li:last-child {width:100%
        }
.raovat_head {float:left; width:100%; text-align:left
}
    .raovat_head h3 {font-size:1.2em; font-weight:700; color:#1c1c1c; float:left; margin:2em 0 0 0; text-transform:none; 
                  padding:0 0 0.5em 0; font-family:'SanFranciscoDisplay-Bold'
    }
/*ket thuc chitiet tin rao*/
/*duan*/
.duanitems {width:100%; float:left; padding:0 1em
}
.duanitems_img {width:100%; height:215px; line-height:215px; position: relative; overflow:hidden;
                border-radius:5px; background:#7aa7e0; 
}
.raovat {width:30%; float:left; height:180px; line-height:180px; background:#7aa7e0; 
}
.imghot {height:180px; line-height:180px; background:#7aa7e0; 
}
.imgduan {height:280px; line-height:280px; background:#7aa7e0; border-radius:0
}
.boxservices_info {width:68%; float:right;
}
.duanitems_img img {/*max-height: 100%;  
        max-width: 100%;*/ 
                    height:100%;
        position: absolute;  
        top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; z-index:98
}
    .duanitems_img img:hover {transform:scale(1.2)
    }
.duanitems_tieude {color:#1c1c1c; font-family:'SanFranciscoDisplay-Bold'; font-size:1.2em; text-align:left; padding:0.5em 0;
                   min-height:50px
}
    .duanitems_tieude h3 {font-weight:normal;
    }
    .duanitems_tieude a {color:#1c1c1c; display:block
    }
    .duanitems_tieude a:hover {color:#ff3c00
    }
/*tieude white*/
.duanitems_info_img {float:left; width:100%; position:absolute; bottom:0; z-index:99;
                     background:url(../imgwb/imgw/icon/overlay.png) repeat-x bottom; min-height:88px; line-height:normal; padding:0.5em;
}
.duanitems_info_img .tieude {color:#ffffff; font-family:'SanFranciscoDisplay-Bold'; font-size:1.2em; text-align:left; padding:0 0.5em;
                             line-height:normal
}
    .duanitems_info_img .diachi {color:#ffffff; font-size:1em; background:url(../imgwb/imgw/icon/zicon_map3.png) no-repeat left 0.2em;
                   padding:0.3em 0 0.1em 25px; text-align:left; min-height:30px; clear:both; line-height:normal
    }
/*ketthuc tieude white*/
/*duan trang trong*/
.duanitems_dientich {color:#4b4b4b; font-size:1em; background:url(../imgwb/imgw/icon/icon_dientich.png) no-repeat 1em center;
                   padding:0 0 0 3em; text-align:left; font-family:'SanFranciscoDisplay-Bold'; float:left; width:40%;
                   white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:45px; height:45px
}
.duanitems_phong {color:#4b4b4b; font-size:1em; background:url(../imgwb/imgw/icon/icon_giuong.png) no-repeat left center;
                   padding:0 0 0 35px; text-align:left; font-family:'SanFranciscoDisplay-Bold'; float:left; width:30%;
                   white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:45px; height:45px
}
.duanitems_toilet {color:#4b4b4b; font-size:1em; background:url(../imgwb/imgw/icon/icon_toilet.png) no-repeat left center;
                   padding:0 0 0 35px; text-align:left; font-family:'SanFranciscoDisplay-Bold'; float:left; width:30%;
                   white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:45px; height:45px
}
.duanitems_line {clear:both; float:left; width:100%; line-height:45px; height:45px; border-top:solid 1px #dcdcdc;border-bottom:solid 1px #dcdcdc;
}
.duanitems_price {color:#ff0000; font-weight:400; font-size:1.2em; text-align:left; text-transform:none; clear:both; 
                        padding:0 1em 0 1em; float:left; width:auto; margin-bottom:0.5em;font-family:'SanFranciscoDisplay-Bold';
                        white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:45px; height:45px
    }
.duanitems_chitiet {color:#5b5b5b; float:right; width:120px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:45px; height:45px
                    ;font-size:1em; text-transform:uppercase; padding:0 1em; border-left:solid 1px #dcdcdc; text-align:center
}
.duanitems_chitiet:hover {color:#ff0000
}
/*ket thuc duan trang trong*/
.duanitems_diachi {color:#4b4b4b; font-size:1em; background:url(../imgwb/imgw/icon/zicon_map.png) no-repeat left 0.2em;
                   padding:0.1em 0 0.1em 25px; text-align:left; min-height:30px; clear:both;
}
.duanitems_dienthoai {color:#4b4b4b; font-size:1em; background:url(../imgwb/imgw/icon/zicon_phone.png) no-repeat left center;
                   padding:0.1em 0 0.1em 25px; text-align:left
}
.duanitems_tomtat {color:#5b5b5b; font-weight:400; font-size:1em; text-align:left; text-transform:none; clear:both; min-height:80px;
                        padding:0.5em 1em 0.5em 1em; float:left; width:100%; margin-bottom:0.5em
    }
.icon_hinhthuc1 {background:#e99f00 ; width:auto; height:30px; line-height:30px; font-size:0.9em;
          position:absolute; left:10px; top:10px; z-index:99; padding:0 0.5em; color:#ffffff; border-radius:5px
}
.icon_hinhthuc2 {background:#1b8e00 ; width:auto; height:30px; line-height:30px; font-size:0.9em; 
          position:absolute; left:10px; top:10px; z-index:99; padding:0 0.5em; color:#ffffff; border-radius:5px
}
.iconhot {background:url(../imgwb/imgw/icon/icon_new.png) no-repeat center center ; width:58px; height:46px; 
          position:absolute; left:0; top:0; z-index:99
}
.iconvip {background:url(../imgwb/imgw/icon/icon_vip.png) no-repeat center center ; width:58px; height:46px; 
          position:absolute; left:0; top:0; z-index:99
}
ul.duanitem {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; width:100%
}
    ul.duanitem li {display:inline-block; width:29%; margin:1% 2%; vertical-align:top; padding:0; 
                       position:relative; color:#525252; transition:all 0.5s;
                       -webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
box-shadow: 1px 1px 3px 0px rgba(204,204,204,1); 
    }
/*doitac*/
.doitac {clear:both; width:100%; padding:0 0 1em 0; float:left; background:#ffffff; z-index:9998; 
}
.doitac_fix {clear:both; margin:auto; position:relative; max-width:1215px; padding:0;
}
.doitac_head {font-size:1.5em; color:#000; font-weight:400; display:inline-block; 
                       font-style:normal; float:left; width:100%; margin:0 0 1em; text-align:center;
                       font-family:'UTM Times'
}
.doitac_head h3 {font-size:100%; font-weight:400; display:inline-block;
                          padding:0.7em 1em; background:#0c0c0c; color:#ffffff; text-transform:uppercase
}
.doitac_head em {color:#0c0c0c; font-style:normal
}
.doitac_head a {color:#000
}
.doitac_imgs {float:left; width:100%
}
    .doitac_imgs img {float:left; max-width:160px; padding:0.5em; width:100%; border:solid 0px #e8e8e8
    }
/*dichvu*/
.dichvu {clear:both; width:100%; padding:2em 0 0; float:left; background:#f4f4f4
}
.dichvu_fix {clear:both; margin:auto; padding:0; width:100%;  max-width:1204px
}
.dichvu_head {clear:both; margin:0 auto 0; color:#0c0c0c; line-height:1.2em;
              display:block; padding:0 0 0; font-weight:400; 
              max-width:1215px; width:100%; float:left; text-align:left; 
}
.dichvu_head h3 {font-size:100%; display:inline-block; font-weight:700;
                  padding:0 0.2em; text-transform:uppercase; font-size:1em; margin:auto
}
.dichvu_head span {display:block; margin:15px auto -20px auto; background:#bbbbbb; border-radius:5px; max-width:170px; height:10px; clear:both;
                   
}
ul.dichvuitem {list-style:none; margin:0; padding:0; font-size:0.9em; display:inline-block; text-align:left; width:100%
}
    ul.dichvuitem li {display:inline-block; width:48%; margin:0; vertical-align:top; padding:1em; 
                       position:relative; color:#525252; float:left ; transition:all 0.5s
    }
    ul.dichvuitem li:last-child {float:right; margin:0
    }
        ul.dichvuitem li p {font-size:1.1em; line-height:1.5em; text-align:left; color:#666666; padding:0; 
                             float:left; width:100%; 
        }
        .dichvuitem a.title h3,
        ul.dichvuitem li a.title h3{color:#343434; font-weight:400; line-height:1.2em; display:block; margin:0; 
                                   font-size:1em; text-align:center; text-transform:none; min-height:45px; padding:0 0.5em;
                                   float:left; width:100%; 
                                   /*overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all 0.5s*/
        }
.dichvuitem {float:left; width:96%; margin:1em 2% 0; padding:0; position:relative; border:solid 1px #ddd; background:#fff
}
.dichvuitem_content {float:left; width:100%; height:100%; 
}     
        .dichvuitem_img .thumbnail{padding:0;margin-bottom:0}
        .dichvuitem_img .thumbnail span{display:block;height:130px;vertical-align:middle;position:relative;
                                            overflow:hidden}
        .dichvuitem_img .thumbnail span img{margin:0 auto;max-height:130px;max-width:130px;position:relative; display:block; 
                                        top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
/*gioithieu*/
.gioithieu {clear:both; width:100%; padding:3em 0 2em 0; float:left; background:#f9f9f9; border:solid 1px #d9d9d9; border-left:0; border-right:0}
.gioithieu_fix {clear:both; margin:auto; padding:0; width:100%;  max-width:1140px
}
.gioithieu_head {clear:both; margin:0 auto 1em; color:#0c0c0c; line-height:1.2em;
              display:block; padding:0 0 1em; font-weight:400; text-align:center;
              max-width:1215px; width:100%; float:left; text-align:center; /*border-bottom:solid 1px #d9d9d9*/
}
.gioithieu_head h3 {font-size:100%; display:inline-block; font-weight:400;
                  padding:0; text-transform:uppercase; font-size:2.2em; margin:auto
}
.gioithieu_head span {display:block; margin:15px auto -20px auto; background:#bbbbbb; border-radius:5px; max-width:170px; height:10px; clear:both;
                   
}
.gioithieu_content a {color:#4c4c4c
}
.gioithieu_content {color:#4c4c4c; text-align:left; line-height:1.5em; position:relative; padding:3em 2em 0 0;
                    float:left; width:100%; font-size:1em; text-align:justify; 
}
    .gioithieu_content strong {
        color: #4c4c4c;
    }
    .gioithieu_content h1,
    .gioithieu_content h3 {clear:both; margin:0 auto 0.5em; color:#ffffff; line-height:1.2em;
              display:block; padding:0 0 0.5em; font-weight:400; text-align:left;
              max-width:1215px; width:100%; float:left; 
               background:url(../imgwb/imgw/line_bar.png) no-repeat left bottom; font-size:2em; text-transform:uppercase
    }
    .gioithieu_content ul {margin:0 0 0 40px
    }
    .gioithieu_content img {float:left; width:50%; padding:0 1em 0 0
    }
    .gioithieu_index {float:right; width:45%; padding-left:2em; margin-bottom:3em; margin-top:1.5em
    }
.box_gioithieu {color:#191919; text-align:left; position:relative; padding:0;
                float:left; width:50%; font-size:1em; 
}
.box_video {color:#191919; text-align:left; position:relative; padding:0;
                float:right; width:48%; font-size:1em; margin:3.5em 0 0 0
}
    .box_video iframe {float:left;
    margin: 0 auto;
    height: 350px;
    width: 100%;
    }
.videoitem {width:100%;
    height:100%; margin:auto auto 1em;
    position: relative;
    overflow: hidden;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
            border:solid 3px #ffffff;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);*/
}
    .videoitem img {display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
    }
.btplay {width:100%; height:100%; background:url(../imgwb/imgw/icon_play.png) no-repeat center center ;
        position:absolute; z-index:999999
}
.videoitem:hover img {opacity:0.5
}
/*welcome*/
.welcome {clear:both; width:100%; padding:0; float:left; z-index:198; position:absolute; top:230px
}
.welcome_fix {clear:both; margin:auto; position:relative; padding:0; max-width:1215px
}
.welcome_content h2 {font-size:2.3em; color:#ffffff; font-weight:400; display:inline-block; 
                     padding:0; margin:0 0 0.7em ; line-height:1.2em;
                       font-style:normal            
}
.welcome_content a {color:#ffffff
}
.welcome_content {color:#ffffff; text-align:left; line-height:1.8em; position:relative; padding:0 0 2em;
                    float:left; width:100%; max-width:500px; text-shadow:1px 1px 1px #000
}
    .welcome_content a {color:#ffffff
    }
        .welcome_content a.wc_lienhe {display:inline-block; color:#000000; font-size:1.2em; background:#f9c205 url(../imgwb/imgw/bg_xanh.jpg)no-repeat center -100px; margin:1em 1em 0 0;
                                       padding:0.5em 1em; transition:all 0.8s; border-radius:5px; text-align:center; min-width:100px; text-shadow:none
        }
        .welcome_content a.wc_xemthem {display:inline-block; color:#000000; font-size:1.2em; background:#ffffff url(../imgwb/imgw/bg_xanh.jpg)no-repeat center -100px; margin:1em 1em 0 0;
                                       padding:0.5em 1em; transition:all 0.8s; border-radius:5px; text-align:center; min-width:100px; text-shadow:none
        }
        .welcome_content a.wc_xemthem:hover,
            .welcome_content a.wc_lienhe:hover {background:url(../imgwb/imgw/bg_xanh.jpg)no-repeat center top
            }

/*hinhanh*/
.hinhanh {clear:both; width:100%; padding:4em 0 4em; float:left; margin:0; overflow:hidden; background:#f4f9fd
}
.hinhanh_fix {clear:both; margin:auto; position:relative; padding:0; text-align:center; max-width:1160px
}
.hinhanh_head {clear:both; margin:0; color:#0c0c0c; line-height:1.2em;
              display:block; padding:0 0 1em; font-weight:400; text-align:center;
              max-width:1215px; width:100%; float:left; 
               background:url(../imgwb/imgw/line_bar.png) no-repeat left bottom;
}
.hinhanh_head h3 {font-size:100%; display:inline-block; font-weight:400;
                  padding:0; float:left; text-transform:uppercase; font-size:1.5em; font-family:'UTM HelvetIns'
}
.hinhanh_head span {display:inline-block; 
}
.hinhanh_imgs {width:96%; float:left; text-align:center; margin:1em 2% 0; overflow:hidden; max-height:315px;
}
    .hinhanh_imgs img {width:100%; display:block; margin:auto; transition:all 0.5s; float:left; 
                       
    }
    .hinhanh_imgs img:hover {transform: scale(1.1)
    }
   .title_hinhanh {position:absolute; bottom:0; float:left; width:100%; background:url(../imgwb/imgw/bg_gallery.png) repeat-x center top; height:100%;
                padding:30% 0 0 0; text-align:center; color:#ffffff; font-size:1.2em; line-height:1.2em; text-transform:uppercase;
                transition:all 0.5s;z-index:99;
    }
    .title_hinhanh span {display:none; color:#ffffff; font-size:0.9em; text-transform:none
    }
    .title_hinhanh:hover {background:url(../imgwb/imgw/bg_photo.png) repeat-x center top
    }
    .title_hinhanh:hover span {display:block; text-align:center;
    }
ul.chinhanhitem {list-style:none; margin:1em 0 0 0; padding:0; display:inline-block; text-align:left; width:100%
}
    ul.chinhanhitem li {display:inline-block; width:31%; margin:0 2% 2% 0; vertical-align:top; 
                        padding:0; position:relative; overflow:hidden; transition:all 0.5s; float:left
    }
    ul.chinhanhitem li a.title {color:#ffffff; font-weight:700; line-height:1.8em; display:block; margin:0; 
                                   font-size:1em; text-align:left; text-transform:none; position:absolute; bottom:0.3em; 
                                   background:url(../imgwb/imgw/bg_footer.png); width:100%; padding:0.5em; z-index:101
        }
        ul.chinhanhitem li p {color:#ffffff; font-weight:400; font-size:1.5em; display:block; text-align:left; margin:0.5em 4%;
                              position:absolute; top:5px; left:5px; display:none;transition:all 0.5s;
                              text-transform:uppercase; border-bottom:solid 1px #ffffff; width:90%; padding:0.5em 0; z-index:998; line-height:1.3em
        }
        ul.chinhanhitem li:hover p {display:block; transition:all 0.5s
        }
        ul.chinhanhitem li img {border:0px; width:auto; display:block; transition:all 0.5s; height:270px; margin:auto
        }
        ul.chinhanhitem li span {color:#555; background:#cccccc; padding:0.5em; display:block; clear:both; float:left; width:100%;
                                 font-weight:700; font-size:1.2em; text-align:center;
        }
        ul.chinhanhitem li .titleimg {color:#0c0c0c; padding:0.3em 0; font-size:1em
        }
.zoom_in {background:url(../imgwb/imgw/bg_photo.png) repeat-x top; z-index:100; 
          width:100%; height:100%; position:absolute; opacity:0.4
          
}
.zoom_in:hover {opacity:1; transition-duration:0.5s
          
}
/*list tintuc2*/
.tintuc_home_head a h3 {font-size:1.5em; font-weight:700; color:#1c1c1c; float:left; margin:0 0 0 0; text-transform:none; 
                  padding:0 0 1em 0; font-family:'SanFranciscoDisplay-Bold'
                     
}
.tintuc_home_head a:hover h3{color:#ff3c42
}
.tintuc_home_content {clear:both; margin:auto; position:relative; float:left; width:100%;  border:solid 1px #dcdcdc; padding:0;
                      box-shadow:1px 1px 2px #d2d7db
}
/*loaitintuc*/
ul.tintuccat {list-style:none; margin:0.1em 0 0 0; padding:0; text-align:left; 
}
    ul.tintuccat li {display:inline-block; margin:0; padding:0; vertical-align:top
    }
        ul.tintuccat li a {display:block; text-align:center; background:url(../imgwb/imgw/line_news.png) no-repeat right center;
                                padding:0.5em 1.3em 0.5em 1em; font-size:1em; color:#009bd3; text-transform:capitalize
        }
            ul.tintuccat li a h4 {font-size:100%
            }
        ul.tintuccat li a:hover {color:#ff3c42
        }
        ul.tintuccat li:last-child a {background:none
        }

ul.tintuchomeitem {list-style:none; margin:0 0 1em; padding:0; text-align:left; float:left; width:100%
}
    ul.tintuchomeitem li {display:inline-block; margin:0; padding:0; vertical-align:top; width:49%; float:right; vertical-align:top
                          
    }
        ul.tintuchomeitem li .tintuc_home_content {min-height:370px
        }
    ul.tintuchomeitem li:nth-child(2n+1) {display:inline-block; margin:0; padding:0; vertical-align:top; width:49%; float:left; clear:both
    }
.itemfull {float:left; width:100%!important; border-right:0!important; margin:0!important; padding:0 0 0.5em 0!important;
}
/*ketthuc loaitintuc*/
ul.tintucitem2 {list-style:none; margin:0; padding:0;
}
    ul.tintucitem2 li {float:right; width:48%; margin:0 0 1em; text-align:left; line-height:1.5em; 
                       
    }
        ul.tintucitem2 li a h3 {color:#313131; font-weight:400; line-height:1.5em; display:block;
                               font-size:1em; padding:0 0 0 1.5em; background:url(../imgwb/imgw/icon/icon_arrow_lienket.png) no-repeat 5px 7px;
                               width:100%; float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis
        }
        ul.tintucitem2 li a:hover h3 {color:#ff5400
        }
        ul.tintucitem2 li img {display:none
        }
        ul.tintucitem2 li img:hover {opacity:0.5
        }
        ul.tintucitem2 li .ngay {color:#8b8b8b; font-size:0.9em; font-style:italic
        }
        ul.tintucitem2 li .summ {display:none
        }
    ul.tintucitem2 li:first-child {float:left; width:50%; padding:0; background:none!important; padding:0 3% 0 0;
                                   border-right:solid 1px #dcdcdc; min-height:180px
    }
        ul.tintucitem2 li:first-child a h3 {color:#27900b!important; font-weight:700; display:block; font-size:1.2em; margin:0 0 0.3em;
                                           line-height:1.5em; text-align:left; padding:0.5em; background:none;white-space:normal; text-overflow: initial;
                                           min-height:50px; font-family:'SanFranciscoDisplay-Bold'
        }
        ul.tintucitem2 li:first-child a:hover h3 {color:#ff3c42!important
        }
        ul.tintucitem2 li:first-child .ngay {display:none
        }
        ul.tintucitem2 li:first-child img {float:left; width:100%; margin:0 0 1em; display:block;
        }
        ul.tintucitem2 li:first-child .tintucitem2_img {width:100%; height:215px; line-height:215px; position: relative; overflow:hidden;
                                                        display:block
        }
        ul.tintucitem2 li:first-child .tintucitem2_img img {height:100%;
                position: absolute;  
                top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto; z-index:98; display:block
        }
            .tintucitem2_img img:hover {transform:scale(1.2)
            }
        ul.tintucitem2 li:first-child .summ {color:#929292; font-size:1em; display:block; padding:0 0.5em 0.5em; 
                                             border-bottom:solid 1px #ededed; min-height:0
        }
/*hinhanh_tintuc*/
.hinhanh_tintuc {float:left; width:100%; position:relative
}
.hinhanh_tintuc img {width:100%; float:left;
}
.tieude_tintuc {color:#ffffff; font-weight:400; font-size:2em; display:block; text-align:left; margin:0;
                              position:absolute;  bottom:0; left:0;transition:all 0.5s;
                              text-transform:none; width:100%; padding:1em 0.5em; z-index:998; line-height:1.3em;
                             background: rgba(0, 0, 0, 0.7);
                             text-shadow:1px 1px 1px #000
}
ul.chinhanhitem li .imgsh {float:left; width:100%; overflow:hidden; margin:auto; background:#ffffff; text-align:center
        }
        ul.chinhanhitem li .imgsh img {border:0px; width:auto; display:block; transition:all 0.5s; height:275px; margin:auto
        }
        ul.chinhanhitem li:hover .imgsh img {transform: scale(1.1); transition-duration:0.5s; z-index:99; opacity:1
        }
ul.tab_of {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; width:100%
}
    ul.tab_of li {display:inline-block; width:auto; margin:1px 1px 0 0; vertical-align:top; 
                padding:0; position:relative; overflow:hidden; float:left
    }
        ul.tab_of li a {background:#052440 url(../imgwb/imgw/arrow_down2.png) no-repeat center 50px; display:block; 
                        padding:1em 2em; color:#ffffff; transition:all 0.5s; float:left; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
        }
        ul.tab_of li a:hover,
        ul.tab_of li a.selected {background:#052440 url(../imgwb/imgw/arrow_down2.png) no-repeat center bottom
        }
            ul.tab_of li a:hover {color:#f9c205
            }
/*bang mau item*/
ul.list_item_bangmau {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; width:100%
}
    ul.list_item_bangmau li {display:inline-block; width:30.5%; margin:0 1% 2%; vertical-align:top; 
                        padding:0; position:relative; overflow:hidden; transition:all 0.5s; background:#052440
    }
    ul.list_item_bangmau li a.title {color:#ffffff; font-weight:700; line-height:1.8em; display:block; margin:0; 
                                   font-size:1em; text-align:left; text-transform:none; position:absolute; bottom:0.3em; 
                                   background:url(../imgwb/imgw/bg_footer.png); width:100%; padding:0.5em; z-index:101
        }
        ul.list_item_bangmau li h3 {color:#ffffff; font-weight:400; font-size:1.5em; display:block; text-align:left; margin:0.5em 4%;
                              position:absolute; bottom:5px; left:5px; transition:all 0.5s;
                              text-transform:uppercase; width:90%; padding:0.5em 0; z-index:998; line-height:1.3em; text-shadow:1px 1px 1px #000
        }
        ul.list_item_bangmau li:hover img {opacity:0.5
        }
        ul.list_item_bangmau li img {border:0px; width:auto; display:block; transition:all 0.5s; height:150px; margin:auto;
                                     transform:scale(1.5)
        }
/*hinhanhkhac*/
.hinhanhkhac h3 {font-size:1.2em; color:#000; font-weight:700; display:inline-block; padding:0 0 1.3em; margin:0 auto 0.5em; 
                       font-style:normal; background:url(../imgwb/imgw/gioithieu_bar_vang.png) no-repeat center bottom;
                       clear:both; float:left; width:100%; text-align:center
}
/*tabphoto*/
ul.photocatitem {list-style:none; margin:0; padding:0; text-align:left;
}
    ul.photocatitem li {display:inline-block; margin:0 2em 0 0.3em; padding:0; vertical-align:top;
    }
        ul.photocatitem li a {display:block; text-align:center; background:url(../imgwb/imgw/round1.png) no-repeat left 10px;
                                padding:0.5em 0 0.5em 1.3em; font-size:1em; color:#191919; 
        }
        ul.photocatitem li a:hover {background:url(../imgwb/imgw/round2.png) no-repeat left 10px
        }
        ul.photocatitem li a.ac {background:url(../imgwb/imgw/round3.png) no-repeat left 10px; font-weight:700
        }
    /*listhinhanh*/
ul.photoitem {list-style:none; margin:0; padding:0; font-size:0.9em; width:100%
}
    ul.photoitem li {display:inline-block; margin:0.2em 0 0.5em; padding:0; width:100%;position:relative; overflow:hidden; transition:all 0.5s
    }
    ul.photoitem li p {color:#555; font-weight:400; font-size:1em; display:block; text-align:center;
                       font-style:italic
        }
        /*ul.photoitem li p {color:#ffffff; font-weight:400; font-size:1.5em; display:block; text-align:left; margin:0.5em 4%;
                              position:absolute; top:5px; left:5px; display:none;transition:all 0.5s;
                              text-transform:uppercase; border-bottom:solid 1px #ffffff; width:90%; padding:0.5em 0; z-index:9997; line-height:1.3em
        }
        ul.photoitem li:hover p {display:block; transition:all 0.5s
        }*/
        ul.photoitem li img {display:block; margin:0.5em auto; width:100%
        }
/*linh vuc hoat dong*/
.linhvuc {clear:both; width:100%; padding:2em 0 1em; float:left; margin:0; overflow:hidden; background:#fff
}
.linhvuc_fix {clear:both; margin:auto; position:relative; padding:0; text-align:center; max-width:1215px
}
.linhvuc_head {font-size:1.2em; color:#000; font-weight:700; display:inline-block; padding:0 0 1.3em; margin:0 0 2em; float:left; width:100%;
                       font-style:normal; background:url(../imgwb/imgw/gioithieu_bar_vang.png) no-repeat center bottom; min-width:80px
}
    .linhvuc_head h3 {font-size:100%; display:inline-block;
}
.linhvuc_border {float:left; width:100%; border:solid 1px #ddd; padding:2em

}
.linhvuc_content {color:#000; font-size:0.9em; line-height:1.5em; text-align:left; font-size:1em

}
/*sanphamtieubieu*/
.danhmucsanpham {clear:both; width:100%; padding:2em 0 2em; float:left; margin:0; overflow:hidden; background:#ffffff;
}
.danhmucsanpham_fix {clear:both; margin:auto; position:relative; padding:0; max-width:1215px
}
.danhmucsanpham_head {font-size:1.5em; color:#000; font-weight:400; display:inline-block; 
                       font-style:normal; float:left; width:100%; margin:0 0 0.5em; text-align:center;
                       font-family:'UTM Times'
}
.danhmucsanpham_head h1 {font-size:100%; font-weight:400; display:inline-block;
                          padding:0.7em 1em; background:#0c0c0c; color:#ffffff; text-transform:uppercase
}
.danhmucsanpham_head em {color:#0c0c0c; font-style:normal
}
/*danh muc sanpham
ul.cdanhmucsanpham_item {margin:0; padding:0; list-style:none; width:100%; display:inline-block; 
                 text-align:center; vertical-align:top
}
    ul.cdanhmucsanpham_item li {display:inline-block; margin:0 1% 3%!important; padding:1em; 
                        width:30%; vertical-align:top;
    }
.cdanhmucsanphamitem {float:left; width:100%; margin:1em auto; padding:1em 1.5em; text-align:left
}
.cdanhmucsanphamitem_img {float:left; width:100%; overflow:hidden;
                          border:solid 1px #ddd; 
                      -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);transition:all 1s;
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); margin:0 0 1em
}
    .cdanhmucsanphamitem_img:hover {border-color:#0c0c0c
    }
    .cdanhmucsanphamitem_img:hover img {transform:scale(1.2)
    }
.cdanhmucsanphamitem_img img {border:0;  float:left; width:100%; 
                              
        }
.cdanhmucsanphamitem a.title h3 {color:#1b1b1b; font-weight:700; line-height:1.5em;
                                 font-size:1.1em; text-align:center; text-transform:none; padding:1em 0 0 0; display:inline-block;
                                   float:left; width:100%; transition:all 0.5s
        }
        .cdanhmucsanphamitem:hover a.title h3 {color:#0c0c0c
        }*/
ul.danhmuctindang {margin:0; padding:0; list-style:none; float:left; width:100%; line-height:1em
}
ul.danhmuctindang li {margin:0 0 1em; width:24.5%; display:inline-block; text-indent:0; line-height:1.2em; padding-right:1em; vertical-align:top
}
ul.danhmuctindang li a.ac,
ul.danhmuctindang li a:hover {color:#111; font-weight:700
}
ul.danhmuctindang li a h3 {display:inline-block; text-align:left; color:#0a95dc; padding:0.3em 0 0.3em 30px; font-weight:700;  
                           text-transform:none;
                           font-size:0.9em; border-bottom:dashed 1px #555; margin-bottom:0.5em
}

    ul.danhmuctindang li a h3 span {display:inline-block; color:#ff9900; margin:0 0 0 0.3em
    }
ul.danhmuctindang li ul.child {clear:both; margin:0; padding:0; list-style:none; float:left; width:100%
}
ul.danhmuctindang li ul.child li {float:left; width:100%; margin:0
}
ul.danhmuctindang li ul.child li a{display:block; text-align:left; color:#515151; font-size:0.8em; padding:0.2em 0 0.2em 15px; font-weight:400;
                                   background:url(../imgwb/imgw/arrow_4_yellow.png) no-repeat left center
}
ul.danhmuctindang li ul.child li.ac a,
ul.danhmuctindang li ul.child li a:hover{font-weight:400; color:#da0100;
}
ul.danhmuctindang li ul.child li a span {display:inline-block; color:#ff9900; margin:0 0 0 0.3em
}
/*sanpham_top*/
.box_services_top {float:left; width:100%; margin:0 auto; padding:0.3em; text-align:left;

}
.box_services_imgs_top {width:100%; margin:0; border:0; float:left; overflow:hidden; 
                                               position:relative;
}
    .box_services_imgs_top .thumbnail{padding:0;margin-bottom:0}
    .box_services_imgs_top .thumbnail span{display:block;height:144px;vertical-align:middle;position:relative;
                                        overflow:hidden; border:solid 1px #ddd; background:#ddd}
    .box_services_imgs_top .thumbnail span img{margin:0 auto;max-height:144px;max-width:144px;position:relative; display:block; 
                                    top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
    .box_services_title_top a h3{clear:both; color:#ff3c00; font-weight:400; line-height:1.3em; display:block; 
                                                margin:0; font-size:1.1em; text-align:left; min-height:40px;
                                                text-transform:none; padding:0.5em 0; float:left; width:100%; overflow:hidden;
                                                font-family:'SanFranciscoDisplay-Bold'
    }
.box_services_title_top2 a h3 {font-size:1em; color:#1c1c1c; font-family:'SanFranciscoDisplay-Medium'
}
.box_services_title_top2:hover a h3 {color:#df0000; text-decoration:underline
}
ul.box_services li:nth-child(2n+1) .box_services_title_top a h3 {color:#27900b
}

    .box_services_title_top a h3.hot_title,
        .box_services_title_top a h3.vip_title {color:#ff3c00; font-weight:700
        }
    .box_services_ngay {color:#8c8c8c; font-weight:400; font-size:1em; text-align:left; text-transform:none; min-height:25px;
                        float:left; background:url(../imgwb/imgw/icon/zicon_date.png) no-repeat -3px center; padding:1px 0 0 25px
    }
        .box_services_ngay a {color:#ff0101; font-family:'SanFranciscoDisplay-Bold'
        }
    .box_services_vitri {color:#5b5b5b; font-weight:400; font-size:1em; text-align:left; text-transform:none; height:25px;
                        float:right; width:50%; background:url(../imgwb/imgw/icon/zicon_map2.png) no-repeat left center; 
                        padding:0.2em 0 0 23px; white-space:nowrap; /*text-overflow:ellipsis;*/ overflow:hidden
    }
    .box_services_vitri span {display:inline-block; font-family:'SanFranciscoDisplay-Bold'; padding-left:0.5em ; /*white-space:nowrap; text-overflow:ellipsis; overflow:hidden*/
    }
    .box_services_huong {color:#5b5b5b; font-weight:400; font-size:1em; text-align:left; text-transform:none; height:25px;
                        float:left; width:50%; background:url(../imgwb/imgw/icon/zicon_huong.png) no-repeat left center; 
                        padding:0.2em 0 0 23px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden
    }
    .box_services_huong span {display:inline-block; font-family:'SanFranciscoDisplay-Bold'; padding-left:0.5em 
    }
    .box_services_dientich {color:#5b5b5b; font-weight:400; font-size:1em; text-align:left; text-transform:none; height:25px;
                        float:right; width:50%; background:url(../imgwb/imgw/icon/zicon_dientich.png) no-repeat left center; 
                        padding:0.2em 0 0 23px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden
    }
    .box_services_dientich span {display:inline-block; font-family:'SanFranciscoDisplay-Bold'; padding-left:0.5em 
    }
    .box_services_tomtat {color:#5b5b5b; font-weight:400; font-size:1em; text-align:left; text-transform:none; 
                        padding:0.2em 0 0.5em 0; float:left; width:100%; border-bottom:solid 1px #dcdcdc; margin-bottom:0.5em
    }
    .box_services_luotxem {color:#5b5b5b; font-weight:400; font-size:0.75em; text-align:left; text-transform:none; height:25px;
                        padding:0.2em 0 0 0; float:right; 
    }
    .box_services_user {color:#5b5b5b; font-weight:400; font-size:0.8em; text-align:left; text-transform:none; height:25px;
                        float:left; background:url(../imgwb/imgw/icon_user.png) no-repeat -2px center; padding:0.2em 0 0 20px; width:100%
    }
    .box_services_price_top {color:#5b5b5b; text-align:left; padding:0.1em 0 0 0; position:relative; float:left; width:50%;
                             height:25px; overflow:hidden; font-size:1em; clear:both; background:url(../imgwb/imgw/icon/zicon_price.png) no-repeat left center; 
                        padding:0.2em 0 0 23px; white-space:nowrap; /*text-overflow:ellipsis*/; overflow:hidden
    }
    .box_services_price_top span {color:#ff0000; text-align:left; display:inline-block; font-family:'SanFranciscoDisplay-Bold'; padding-left:0.5em 
    }
    .price2_top {color:#555!important; font-weight:400!important; text-align:right; position:relative; 
             float:right!important; text-decoration:line-through; margin:0 0 0 1em!important; 
    }
/*sanpham*/
.hot,
.box_sp_new {background:#ff0000; border-radius:0; text-align:center; 
             font-size:12px; font-weight:bold; padding:3px 10px;
	        color:#FFF; position:absolute; display:block; left:0; top:0; z-index:20; 
            filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; text-transform:uppercase
}
.vip,
.box_sp_km {background:#f9c205; border-radius:0; text-align:center; 
             font-size:12px; font-weight:bold; padding:3px 10px;
	        color:#FFF; position:absolute; display:block; left:0; top:0; z-index:20; 
            filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; text-transform:uppercase
}
.box_sp_km_ct {background:#c7181c; width:67px; height:67px; border-radius : 50px; 
               text-align:center; line-height:67px; font-size:25px; font-weight:bold;
	           color:#FFF; position:absolute; display:block; right:0; top:0; z-index:20; 
               filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; font-family:'UTM Swiss'
}
.box_sp_km0 {display:none
}
.sanpham {clear:both; width:100%; padding:2em 0; float:left; margin:0; overflow:hidden;background:#fafafa;
}
.sanpham_fix {clear:both; margin:auto;  padding:0; max-width:1230px; text-align:center
}
.sanpham_body {float:left; width:100%; 
}
.sanpham_head {float:left; width:100%
}
.sanpham_head h3 {font-size:1.5em; font-weight:700; color:#1c1c1c; float:left; margin:0 0 0 0; text-transform:none; 
                  padding:0 0 1em 0; font-family:'SanFranciscoDisplay-Bold'
}
.moinhat {background:url(../imgwb/imgw/icon_tinmoinhat.png) no-repeat 0.5em center!important
}
.xemnhieunhat {background:url(../imgwb/imgw/icon_tinxemnhieu.png) no-repeat 0.5em center!important
}
.sanpham_head a {color:#1c1c1c;
}
.xemtatca {color:#5c5c5c; font-size:1.1em; display:block; margin:0.5em auto 0; width:200px; text-align:center; background:#fafafa;
           font-family:'SanFranciscoDisplay-Bold'; padding:0; border-radius:15px; text-transform:uppercase; border:solid 1px #5c5c5c;
           border-radius:20px; height:35px; line-height:35px
}
    .xemtatca:hover {background:#5c5c5c; color:#ffffff; transition:all 0.5s
    }
ul.box_services {margin:0; padding:0; list-style:none; width:100%; display:inline-block; 
                 text-align:center; vertical-align:top
}
    .box_services_full,
    ul.box_services li {display:inline-block; color:#606060;padding:1em; background:#ffffff; 
                        border:solid 1px #ededed; border-radius:5px;
                        font-weight:400; margin:0.5em 0;
                        width:100%; vertical-align:top; overflow:hidden; transition:all 0.5s; position:relative;
                        /*-webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);*/
    }
    ul.box_services li:hover {border:solid 1px #27900b
    }
    .col4 {width:22%!important; margin:1%!important
    }
    .col_sp {width:47%!important; padding:0!important; margin:1%!important; float:left
    }
        .box_services_full .box_services_title a h3,
        ul.box_services li .box_services_title a h3{clear:both; color:#696969; font-weight:400; line-height:1.3em; display:block; 
                                                margin:0; font-size:0.9em; text-align:left; height:45px;
                                                text-transform:none; padding:0.5em; float:left; width:100%; overflow:hidden;
        }
        
        ul.box_services li:hover .box_services_title a h3,
        .box_services_full:hover .box_services_title a h3 {color:#141515
        }
        .box_services_title2 a h3{clear:both; color:#343434; font-weight:400; line-height:1.3em; display:block; 
                                                margin:0; font-size:0.9em; text-align:center; height:100px;
                                                text-transform:none; padding:0.5em; float:left; width:100%; overflow:hidden;
        }
        /*.box_services_full .box_services_imgs, 
        ul.box_services li .box_services_imgs {width:100%; margin:0; border:0; float:left; overflow:hidden; 
                                               position:relative; border:solid 1px #dedede
        }
        .box_services_full:hover .box_services_imgs,  
        ul.box_services li:hover .box_services_imgs {border:solid 1px #ffffff
        }
        .box_services_full .box_services_imgs img, 
        ul.box_services li .box_services_imgs img {width:100%; margin:0; border:0; float:left; transition:all 0.5s
        }
        .box_services_full .box_services_imgs img:hover,  
        ul.box_services li:hover .box_services_imgs img {transform:scale(1.2); transition-duration:0.5s; 
        }
       
.full2 .box_services_imgs img {width:60%!important; float:none!important; display:block; margin:auto
}*/
 /*them*/
.box_services_imgs {width:100%; margin:0; border:0; float:left; overflow:hidden; 
                                               position:relative;
}
    .box_services_imgs .thumbnail{padding:0;margin-bottom:0}
    .box_services_imgs .thumbnail span{display:block;height:165px;vertical-align:middle;position:relative;
                                        overflow:hidden;}
    .box_services_imgs .thumbnail span img{margin:0 auto;max-height:165px;max-width:165px;position:relative; display:block;
                                    top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
    .box_services_imgs .thumbnail2{padding:0;margin-bottom:0}
    .box_services_imgs .thumbnail2 span{display:block;height:130px;vertical-align:middle;position:relative;
                                        overflow:hidden;}
    .box_services_imgs .thumbnail2 span img{margin:0 auto;max-height:130px;max-width:130px;position:relative; display:block;
                                    top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
    /*ket thuc them*/
.box_services_detail {display:block; width:100px; margin:1em auto; background:#fbd653; display:block;
                                   color:#111111; font-size:0.8em; text-transform:uppercase; padding:0.5em; text-align:center;
                                   border:solid 1px #111111
    }
        .box_services_detail:hover {background:#111111; color:#fbd653; transition-duration:0.5s; border:solid 1px #fbd653
        }
.box_services_price {color:#da0100; font-weight:700; text-align:left; padding:0 0.5em; position:relative; float:left; width:100%; overflow:hidden; font-size:0.9em;
    }
    .box_services_price span {color:#da0100; text-align:left; display:block; font-weight:400; float:left;
    }
    .price2 {color:#555!important; font-weight:400!important; text-align:right; position:relative; 
             float:right!important; text-decoration:line-through; margin:0 0 0 1em!important; 
    }
a.addcart {padding:0.5em 0.5em 0.5em 30px; display:inline-block; margin:0;
           background:#f3f3f3; color:#545454; text-transform:none; font-size:0.9em; 
           float:left; width:100%
}
    a.addcart span {display:inline-block; width:21px; height:21px; margin:0 0.3em 0 0; vertical-align:middle;
                     background:url(../imgwb/imgw/icon_cart.png) no-repeat center center
    }
    a.addcart:hover {background:#0c0c0c; color:#fff;
    }
.box_services_full .btextbox,
ul.box_services li .btextbox {
width:100%;
height:100%;
position:absolute;
bottom:1px;
left:0;
/*transform: translate(0,180px);
    -webkit-transform: translate(0,160px);
    -o-transform: translate(0,160px); 
    -moz-transform: translate(0,160px);*/
-webkit-transform: scale(0);
transform: scale(0);
/*border-radius:5px;*/
background:rgba(0,0,0,0.1);
/*-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,1);*/
}
.box_services_full:hover .btextbox,
ul.box_services li:hover .btextbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.box_services_full:hover,
ul.box_services li:hover {
/*border:solid 1px #cacaca*/
}
.btext {
padding-top:40%; color:#ffffff; text-align:center; font-size:1.2em
}
    .btext h3 {display:block; margin:0.5em auto; font-size:1.5em; text-align:center; color:#0c0c0c; line-height:1.5em;
               float:left; width:100%; padding:0 0.5em; height:140px/*text-overflow:ellipsis; overflow:hidden; white-space:nowrap*/
    }
    .btext .btsum {color:#909092; font-size:0.9em; line-height:1.5em; text-align:center; float:left; width:100%;
                   margin:1em 0; padding:0 0.5em
    }
    .btext a.btdetail {display:inline-block; color:#ffffff; font-size:0.8em; text-transform:none; text-align:left;
                       margin:auto auto 0.5em; font-weight:400; border-radius:5px; transition:all 0.5s;
                    position:relative;
                    background:#0c0c0c url(../imgwb/imgw/view.png) no-repeat center center; width:50px; height:30px
    }
    .btext a.btaddcart {display:inline-block; color:#ffffff; font-size:0.8em; text-transform:none; text-align:left;
                    margin:auto auto 0.5em; font-weight:400; border-radius:5px; transition:all 0.5s;
                    position:relative;
                    background:#ec2427 url(../imgwb/imgw/view_img_white.png) no-repeat center center; width:50px; height:30px
    }
    .btext a.btaddcart:hover,
    .btext a.btdetail:hover {background-color:#f9c205; 
    }
.btext a {color:#ffffff
}
.btextbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

/*chitiet sanpham*/
.sanpham_bar {color:#09121f; font-size:1.5em; font-weight:400; border-bottom:solid 1px #ddd; padding:0.3em 0;
              text-transform:uppercase; margin:0 0 0.5em; float:left; width:100%
}
.sanpham_left {position:relative; float:left; width:50%; margin:0 0 1em; padding:0; 
}
.hinhsanpham_imgs {width:100%; border:0; margin:0; float:left
}
.hinhsanpham_imgs .thumbnail {padding:0;margin-bottom:0}
    .hinhsanpham_imgs .thumbnail span {display:block;height:300px;vertical-align:middle;position:relative;
                                        overflow:hidden;}
    .hinhsanpham_imgs .thumbnail span img {margin:0 auto;max-height:300px;max-width:420px;position:relative; display:block;
                                    top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.main_content_border {float:right; width:100%; margin:1em 0 1em 0; border-bottom:solid 1px #ddd 
}
.sanpham_right {float:right; width:48%; margin:0;
}
.sanpham_right ul {list-style:none; margin:0; padding:0; font-size:1em; display:inline-block; text-align:left
}
    .sanpham_right ul li {display:inline-block; width:100%; margin:0; vertical-align:top; padding:0.3em 0 0.3em 25px; 
                       position:relative; color:#232f3e; text-align:left; overflow:hidden;
                       background:url(../imgwb/imgw/icon/icon1.png) no-repeat left 5px; 
    }
        .sanpham_right ul li:nth-child(1) {background-image:url(../imgwb/imgw/icon/icon1.png)
        }
        .sanpham_right ul li:nth-child(2) {background-image:url(../imgwb/imgw/icon/icon2.png); color:#dd4810; font-size:1.2em;
                                           font-family:'SanFranciscoDisplay-Bold'
        }
        .sanpham_right ul li:nth-child(3) {background-image:url(../imgwb/imgw/icon/icon3.png)
        }
        .sanpham_right ul li:nth-child(4) {background-image:url(../imgwb/imgw/icon/icon4.png)
        }
        .sanpham_right ul li:nth-child(5) {background-image:url(../imgwb/imgw/icon/icon5.png)
        }
        .sanpham_right ul li:nth-child(6) {background-image:url(../imgwb/imgw/icon/icon6.png)
        }
        .sanpham_right ul li:nth-child(7) {background-image:url(../imgwb/imgw/icon/icon7.png)
        }
        .sanpham_right ul li:nth-child(8) {background-image:url(../imgwb/imgw/icon/icon8.png); 
        }
        .sanpham_right ul li:nth-child(9) {background-image:url(../imgwb/imgw/icon/icon9.png)
        }
        .sanpham_right ul li:nth-child(10) {background-image:url(../imgwb/imgw/icon/icon10.png)
        }
        .sanpham_right ul li strong {display:inline-block; font-weight:700; margin:0 0.5em 0 0; width:100px; color:#949494;
                                   text-align:left; vertical-align:top; font-size:1em!important
        }
        .sanpham_right ul li:nth-child(2) strong {display:inline-block; font-weight:700; margin:0 0.5em 0 0; width:100px; color:#949494;
                                   text-align:left; vertical-align:top; font-size:0.9em!important
        }
        .sanpham_right ul li .text-desc {display:inline-block; width:65%
        }
.tensp {color:#0c0c0c; font-size:1.5em; font-weight:normal; text-transform:none; text-align:left; float:left; width:100%; margin:0 0 1em;
        text-transform:none; line-height:1.2em; 
}
.tensp h1{font-size:100%
}
.noidung_sanpham {font-family:'UTM Swiss'
}
.sanpham_bar {color:#121212; font-size:1.5em; font-weight:700; text-transform:none; text-align:left; 
              float:left; width:100%; margin:0 0 1em;
        text-transform:none; line-height:1.2em; 
}
.spprev {float:left; background:url(../imgwb/imgw/sanpham_prev.png) no-repeat left center; 
         color:#000; font-size:1em; padding:0.5em 0.5em 0.5em 30px; display:block;
}
.spnext {
    float:right;background:url(../imgwb/imgw/sanpham_next.png) no-repeat right center; 
    color:#000; font-size:1em; padding:0.5em 30px 0.5em 0.5em; display:block;
}
    .spprev:hover,
    .spnext:hover {color:#f9c205
    }
.hotro {float:left; width:100%; padding:1em; color:#343434; font-size:0.9em; border:solid 1px #dcdcdc;
        line-height:1.5em; margin-bottom:2em
}
    .hotro hr {float:left; width:100%; border:0; border-bottom:solid 1px #dcdcdc; margin:1em 0
    }
    .hotro img {vertical-align:middle; margin:0 0.5em 0.5em 0
    }
/*.chitiet_1 {clear:both; border-bottom:solid 1px #ddd; padding:3px 0; float:left; width:100%; font-size:1em
}
.chitiet_1 span {display:block; width:130px; text-align:left; float:left
}
.chitiet_1 b {color:#ff0000; text-transform:uppercase
}
.chitiet_gia {clear:both; border-bottom:solid 1px #ddd; padding:3px 0; float:left; width:100%; margin:0 0 0.5em
}
.chitiet_gia strong {display:block; width:130px; text-align:left; float:left; padding:0; font-size:1em; color:#191919; font-weight:400
}
.chitiet_gia b {color:#ff0000; font-size:1em; padding:0; display:block; float:left; 
}

.tensp {color:#b82323; font-size:1.2em; font-weight:normal; text-transform:none
}
.tensp h1{color:#b82323; font-size:1.2em; font-weight:normal; margin:0; padding:0
}*/
.gia_box {float:left; padding:0.1em 0; width:100%; margin:0; position:relative; background:#fff
}
.chitiet_2 {padding:0.5em 0; float:left; font-size:0.9em; font-weight:700; margin:0 2em 0 0; width:100%
}
.chitiet_2 span {display:inline-block; width:auto; text-align:left; float:left; padding:0 0.5em 0 0; vertical-align:middle; 
}
.chitiet_2 b {color:#ff0000; text-transform:uppercase
}
.chitiet_1 {padding:0.5em 0; float:left; font-size:0.9em; font-weight:400; margin:0; width:50%; border-bottom:solid 0px #e5e5e5
}
    /*.chitiet_1:hover {background:#f9f9f9
    }*/
.chitiet_1 span {display:inline-block; width:auto; text-align:left; float:left; padding:0 0.5em 0 0; vertical-align:middle; font-weight:700
}
.chitiet_1 b {color:#191919; text-transform:none
}
.chitiet_1 a {color:#107afb; text-transform:none;text-decoration:underline
}
    .chitiet_1 .chitiet_content {float:left; width:80%
    }
    .chitiet_1 .chitiet_content  ul {margin:0 0 0 15px; padding:0
    }
.chitiet_gia {border-bottom:solid 0px #ddd; padding:30px 0 0; float:left;  margin:0 0 0.5em; height:70px; min-width:200px
}
.chitiet_gia strong {display:block; width:70px; text-align:left; float:left; padding:0; font-size:1.2em; color:#191919; font-weight:400
}
.chitiet_gia b {color:#ffcf40; font-size:2.5em; padding:0; display:block; float:left; 
                font-weight:700; font-family:'UTM Swiss 721'
}
.chitiet_gia2 { border-bottom:solid 0px #ddd; padding:30px 0 0 0; float:left; margin:0 0 0.5em 2em; font-size:1.2em
}
.chitiet_gia2 strong {display:block; width:auto; text-align:left; float:left; padding:0 0.5em 0 0; color:#525252; font-weight:400
}
.chitiet_gia2 b {color:#525252; padding:0; display:block; float:left; font-family:Verdana; 
                 font-weight:400; text-decoration:line-through
}
.giamgia {float:left; background:#ff0000; margin:0.5em 0 0.5em 2em; border-radius:50%; width:70px; height:70px; text-align:center
}
.giamgia b {color:#fff; font-size:1.7em; padding:23px 0 0; display:block; 
                 font-weight:700; text-align:center; 
}
.chitiet_giaus {padding:0.5em 0; float:left; font-size:0.9em; font-weight:400; margin:0; width:100%; border-bottom:solid 0px #e5e5e5
}
.chitiet_giaus span {display:block; width:auto; text-align:left; float:left; padding:0 0.5em 0 0; color:#525252; font-weight:400
}
.chitiet_giaus b {color:#ff0000; font-size:2.5em; padding:0; display:block; float:left; 
                font-weight:700
}
/*them*/
.giamgia {margin-left:2em
    }
    .chitiet_gia {margin-top:-10px
    }
    .chitiet_gia2 {clear:both; margin-left:0; float:left; margin-top:-60px
    }
/*ketthucthem*/
.soluong_muahang {clear:both; border-top:solid 1px #d2d2d2; 
                  padding:0; float:left; width:100%; font-size:1em;width:100%;
}
.chitiet_soluong {float:left; margin:1em 0 0 0
}
.chitiet_soluong span {display:inline-block; width:auto; text-align:left; float:left; padding:0.4em 0.5em;
                 margin:0; vertical-align:middle; color:#525252; font-size:1.1em
}
.btmuahang {color:#ffffff; font-size:1.2em; padding:0.5em 0.5em 0.5em 2em; text-align:left; float:left; font-weight:400; border:0; cursor:pointer;
            margin:0.5em 0; background:#ff7e00 url(../imgwb/imgw/icon_cart2.png)no-repeat 10px center; border-radius:5px; text-transform:uppercase
}
.btmuahang:hover {background:#da0100 url(../imgwb/imgw/icon_cart2.png)no-repeat 10px center; color:#ffffff; transition-duration:0.5s
}
.btmuahang2 {color:#ffffff; font-size:1.2em; padding:0.5em; text-align:left; float:left; font-weight:400; 
            margin:0.5em 0; background:#007db8; border-radius:5px; text-transform:uppercase; border:0; float:right
}
.btmuahang2:hover {background:#da0100; color:#ffffff; transition-duration:0.5s; cursor:pointer
}
.btmuahang3 {color:#ffffff; font-size:1.2em; padding:0.5em; text-align:left; float:left; font-weight:400; 
            margin:0.5em 0; background:#007db8; border-radius:5px; text-transform:uppercase; border:0; float:left
}
.btmuahang3:hover {background:#da0100; color:#ffffff; transition-duration:0.5s; cursor:pointer
}
.mota {clear:both; text-align:left; font-weight:normal; line-height:1.5em; padding:5px 0; font-size:1em; 
       float:left; width:100%
}
.mota h2 {font-weight:normal; font-style:italic; font-size:0.9em; float:left
}
    .mota h2 span {font-style:normal; font-style:normal; font-size:0.8em
    }
    .mota ul {list-style:square; margin:0 0 0 14px; line-height:1.5em; width:100%; float:left; width:100%
    }
        .mota ul li {float:left; width:100%; text-align:left; font-size:1em!important; text-overflow:initial; white-space:normal
        }
.sanpham_viewmore {display:inline-block; width:auto; margin:1em auto; background:#111111; 
                   color:#ffffff; font-size:1em; text-transform:uppercase; padding:0; text-align:left;
    }
    .sanpham_viewmore i {display:inline-block; padding:0.7em 2em; font-style:normal
    }
    .sanpham_viewmore span {display:inline-block; width:40px; height:40px; background:url(../imgwb/imgw/arrow_5.png) no-repeat center center;
                                        border-left:solid 1px #ffffff; float:right; margin:0
    }
        .sanpham_viewmore:hover {background:#182c44; color:#ffffff; transition-duration:0.5s
        }
/*thuvienanh*/
#photos {
  /* Prevent vertical gaps */
  line-height: 0;   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
  max-width:1000px; margin:auto
}

#photos img {
  /* Just in case there are inline attributes */
  width: 99% !important;
  height: auto !important; margin:0 0.1em 0.1em; border:solid 1px #ddd
}
#photos img:hover {
  opacity:0.8; background:#393939
}
#photos a {display:block; position:relative; text-align:center
}
#photos span {
  display:inline-block; background:url(../imgwb/imgw/play-1.png) no-repeat center; width:30px; 
  height:30px; margin:27% auto 0; position:absolute; z-index:9999; left:45%
}
#photos a:hover span {background:url(../imgwb/imgw/play.png) no-repeat center
}

/*tintuc*/
.tintuc {clear:both; width:100%; padding:1em 0; float:left; margin:2em 0 0 0; overflow:hidden; background:#ffffff; 
}
.tintuc_fix {clear:both; margin:auto; position:relative; padding:0; max-width:1215px
}
.tintuc_head {clear:both; margin:0 auto 1em; color:#da0100; line-height:1.2em;
              display:block; padding:0 0 0; font-weight:400; 
              max-width:1215px; width:100%; float:left; text-align:left; 
}
.tintuc_head h3 {font-size:100%; display:inline-block; font-weight:700;
                  padding:0; text-transform:uppercase; font-size:1em; margin:auto
}
    .tintuc_head a {color:#da0100
    }
.tintuc_head span {display:block; margin:15px auto -20px auto; background:#bbbbbb; border-radius:5px; max-width:170px; height:10px; clear:both;
                   
}
/*danh sach tin tuc*/
.ctintucitem2 {width:96%; margin:0% 2% 2em; float:left; border:0; background:#fff; padding:1em; text-align:center;
                -webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
box-shadow: 1px 1px 3px 0px rgba(204,204,204,1); border:solid 1px #ddd;min-height:400px;

}
ul.ctintucitem {list-style:none; margin:0; padding:0; font-size:0.9em; display:inline-block; text-align:left; width:100%
}
    ul.ctintucitem li {display:inline-block; width:30%; margin:1.5%; vertical-align:top; padding:0; 
                       position:relative; color:#525252; /*transition:all 0.5s;
                       -webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
box-shadow: 1px 1px 3px 0px rgba(204,204,204,1); */border:solid 1px #ddd; border-top:0;min-height:350px
    }
    /*ul.ctintucitem li:last-child {float:right; margin:0
    }*/
    .summ,
.ctintucitem2 p,
        ul.ctintucitem li p {font-size:1em; line-height:1.3em; text-align:left; color:#4f4f4f; padding:0; 
                             float:left; width:100%; min-height:120px
        }
.ctintucitem2 a.title h3,
        ul.ctintucitem li a.title h3 {color:#0b0b0b; font-weight:700; line-height:1.3em; display:block; margin:0; 
                                   font-size:1em; text-align:left; text-transform:none; min-height:45px; padding:0;
                                   float:left; width:100%;/* border-bottom:solid 1px #ddd
                                   overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all 0.5s*/
        }
        .ctintucitem2:hover a.title h3,
        ul.ctintucitem li:hover a.title h3 {text-overflow:inherit; white-space:pre-wrap
        }
.ctintucitem2 .date_news,
        ul.ctintucitem li .date_news {color:#ffcf40; font-weight:700;
                                 padding:0.5em 0; float:left 
        }
.ctintucitem2_img {width:100%; margin:0 0 1em; border:0; float:left; overflow:hidden; position:relative; height:210px
        }
.ctintucitem2_img img,
        ul.ctintucitem li img {width:100%; margin:0; border:0; float:left; transition:all 0.5s; height:auto;
        }
.ctintucitem2_img img:hover,
        ul.ctintucitem li img:hover {transform:scale(1.1); transition-duration:0.5s
        }
.ctintucitem2 a.detail,
        ul.ctintucitem li a.detail {display:block; float:left; background:#ffcf40; color:#0b0b0b; 
                                    font-size:0.9em; font-weight:700;
          padding:0.5em 2em; text-transform:none; border-radius:5px; 
        }
.ctintucitem2 a.detail:hover,
        ul.ctintucitem li a.detail:hover {color:#ffffff; background:#111111
        }
.date_bg {background:url(../imgwb/imgw/date_bg.png) no-repeat left center; 
          padding:0.5em 1em;position:absolute; bottom:10px; left:10px;
        }
.date_text {background:url(../imgwb/imgw/date2.png) no-repeat left center; padding:0.5em 0 0.5em 2em;
            color:#191919; font-size:1.2em; font-weight:700
}
/*tin dau tien
ul.ctintucitem li:nth-child(1) {display:inline-block; width:100%; margin:0 0 3em 0; vertical-align:top; padding:0; 
                       position:relative; color:#434343; text-align:left; float:left
    }
ul.ctintucitem li:nth-child(1) .ctintucitem2_img {width:48%; margin:0; border:0; float:left;
        }
    ul.ctintucitem li:nth-child(1) .ctintucitem2_content {width:50%
    }
    ul.ctintucitem li:nth-child(1) a.title h3 {color:#000000; font-weight:700; line-height:1.3em; display:block; margin:0; 
                                   font-size:2em; text-align:left; text-transform:none; text-transform:capitalize;
                                   padding:0; float:left; width:100%; clear:both; position:initial; min-height:0px; 
        }
    ul.ctintucitem li:nth-child(1) .summ {font-size:1.2em; height:auto
        }
    ul.ctintucitem li:nth-child(1) .date2 { position:absolute; width:100px; height:70px; background:#f2f2f2; 
                                            border-bottom:solid 5px #f9c205; font-weight:700; font-size:2em;
                                 text-align:center; color:#000; padding:1em 0 0 0; bottom:0; top:auto
        }
    ul.ctintucitem li:nth-child(1) a.detail {display:inline-block; color:#000000; font-size:1.2em; text-transform:none; text-align:center;
                                    margin:auto; font-weight:700; 
                                    width:auto; height:auto; padding:0; transition:all 0.5s; float:right;position:absolute; bottom:0; top:auto; right:0;
                                    border:solid 1px #ddd; padding:0.5em 1.5em 0.5em 1em; border-radius:5px;
                                    background:url(../imgwb/imgw/arrow_8.png) no-repeat 90% center
        }
    ul.ctintucitem li:nth-child(1) a.detail:hover {background:#f9c205 url(../imgwb/imgw/arrow_8.png) no-repeat 90% center
    }*/
/*danh sach tin khac*/
ul.tintucitem3 {list-style:none; margin:0; padding:0; font-size:0.9em; text-align:center
}
    ul.tintucitem3 li {display:inline-block; width:100%; margin:0 auto 0.3em 1em; 
                       line-height:1.5em; padding:0; vertical-align:top
    }
        ul.tintucitem3 li a h3 {color:#393939; font-weight:400; line-height:1.5em; display:block; text-align:left;
                               font-size:1em; padding:0 0 0 1.5em; background:url(../imgwb/imgw/arrow_2.png) no-repeat left 5px
        }
        ul.tintucitem3 li a:hover h3 {color:#09121f
        }
        ul.tintucitem3 li img {display:none
        }
        ul.tintucitem3 li img:hover {opacity:0.5
        }
        ul.tintucitem3 li .ngay {color:#8b8b8b; font-size:0.9em; font-style:italic
        }
        ul.tintucitem3 li .sum {display:none
        }
    ul.tintucitem3 li:nth-child(1),
    ul.tintucitem3 li:nth-child(2),
    ul.tintucitem3 li:nth-child(3),
    ul.tintucitem3 li:nth-child(4) {width:22.4%; padding:0; background:none!important; margin:1% 
    }
        ul.tintucitem3 li:nth-child(1) a h3,
        ul.tintucitem3 li:nth-child(2) a h3,
        ul.tintucitem3 li:nth-child(3) a h3,
        ul.tintucitem3 li:nth-child(4) a h3 {color:#393939!important; font-weight:700; display:block; font-size:1em; margin:0 0 1em;
                                           line-height:1.5em; text-align:center; padding:0; background:none!important
        }
        ul.tintucitem3 li:nth-child(1) a:hover h3,
        ul.tintucitem3 li:nth-child(2) a:hover h3,
        ul.tintucitem3 li:nth-child(3) a:hover h3,
        ul.tintucitem3 li:nth-child(4) a:hover h3 {color:#09121f!important
        }
        ul.tintucitem3 li:nth-child(1) .ngay,
        ul.tintucitem3 li:nth-child(2) .ngay,
        ul.tintucitem3 li:nth-child(3) .ngay,
        ul.tintucitem3 li:nth-child(4) .ngay {display:none
        }
        ul.tintucitem3 li:nth-child(1) img,
        ul.tintucitem3 li:nth-child(2) img,
        ul.tintucitem3 li:nth-child(3) img,
        ul.tintucitem3 li:nth-child(4) img {float:left; width:100%; margin:0 0 1em; display:block; max-height:200px
        }
.posterfilm {max-height:none!important
}
    ul.tintucitem3 li:nth-child(1):hover,
    ul.tintucitem3 li:nth-child(2):hover,
    ul.tintucitem3 li:nth-child(3):hover,
    ul.tintucitem3 li:nth-child(4):hover {background:#e2ecec
    }
/*danhsachtintuc_trai*/
ul.lmenuitem3 {margin:0; padding:0; list-style:none; float:left; width:100%; position:relative
}
ul.lmenuitem3 li{ margin:0 0 2em; padding:0; width:100%; float:left; 
}
ul.lmenuitem3 li:last-child {border:0
}
ul.lmenuitem3 li img {width:100px; float:left; margin:0 0.5em 0 0; 
}
ul.lmenuitem3 li a.title h3{display:block; text-align:left; color:#333333; padding:0.3em 0; font-size:1em; 
                            text-transform:capitalize!important; font-weight:400; line-height:1.3em
}
ul.lmenuitem3 li a.title:hover h3,
ul.lmenuitem3 li.ac a.title h3{color:#1c5ea7 
}
ul.lmenuitem3 li p {font-size:0.8em; color:#8b8b8b
}
ul.lmenuitem3 li span {font-size:0.8em; color:#8b8b8b
}
ul.lmenuitem3 li a:hover {color:#1c5ea7; text-decoration:none
}
/*bottom*/
/*bottom*/
.bottom_menu {position:fixed; width:100%; bottom:0; background:#f5f5f5; z-index:9999; display:none;
              border-top:solid 1px #ddd; height:40px; overflow:hidden
}
.bottom_menu ul {list-style:none; margin:0; padding:0; display:inline-block; text-align:left; width:100%
}
    .bottom_menu ul li {display:inline-block; width:130px; margin:0; vertical-align:top; 
                        padding:0.3em 0 0.5em 0.5em; position:relative; overflow:hidden; transition:all 0.5s;                         
                        text-shadow:1px 1px 1px #fff; color:#09121f; font-size:0.8em; line-height:1.2em; height:40px; overflow:hidden
    }
        .bottom_menu ul li a {color:#09121f; text-align:left; display:block
        }
        .bottom_menu ul li a:hover {color:#f9c205
        }
        .bottom_menu ul li:nth-child(2) {width:80px; text-align:center; border-left:solid 1px #cccccc; overflow:hidden
        }
        .bottom_menu ul li:nth-child(2) span {background-image:url(../imgwb/imgw/zalo.jpg);
                                              display:inline-block; width:30px; height:30px; margin:0 0.1em 0 0; background-size:100%;
                                              vertical-align:middle
        }
        .bottom_menu ul li:nth-child(3) {width:auto; text-align:center; border-left:solid 1px #cccccc; overflow:hidden
        }
        .bottom_menu ul li:nth-child(3) span {background-image:url(../imgwb/imgw/facebook-chat-icon2.png);
                                              display:inline-block; width:30px; height:30px; margin:0 0.1em 0 0; background-size:100%;
                                              vertical-align:middle
        }
            .bottom_menu ul li:nth-child(3) strong {font-weight:400
            }
.messenger {position:fixed; bottom:5px; right:5px
}
.messenger span {background-image:url(../imgwb/imgw/facebook-chat-icon.png);
                                              display:inline-block; width:70px; height:70px; margin:0 0.1em 0 0; background-size:100%;
                                              vertical-align:middle
        }
.footer {clear:both; background:#161616; text-align:center; padding:1em 0; float:left; width:100%; 

}
    .footer .footer_fix {max-width:1215px; margin:auto;
    }
.footer_content {color:#c6c6c6; font-size:1em; font-weight:400; text-transform:none; padding:0; float:left; 
                text-align:center; line-height:1.5em; width:100%; margin:0
}
    .footer_content a {color:#c6c6c6
    }
    a.copyright {color:#9c9c9c; display:block; margin:0.1em 0 0 0; float:right; font-size:0.8em; text-align:left; clear:both
    }
.counter {float:right; text-align:center; padding:0; margin:0 0 0 1em; height:30px; overflow:hidden
}
.bando_text {float:left; color:#fff; font-size:1em; text-transform:uppercase; margin:1.5em 0 0 0
}
    .bando_text:hover {color:#f9c205
    }
.bocongthuong {display:block; float:right; width:163px; height:62px; background:url(../imgwb/imgw/bocongthuong.png) no-repeat center center;
               margin:30px 60px 0 0
}
/*hoidap*/
.main_bar_hd {clear:both; margin:0; color:#ffffff; line-height:1.2em;
              display:block; text-transform:uppercase; padding:0; font-weight:700; text-align:left;
              max-width:1020px; width:100%; font-size:0.9em; border-bottom:solid 2px #ff0000; float:left; width:100%
}
.main_bar_hd h2 {font-size:100%; display:inline-block; font-weight:700; background:#ff0000; margin-bottom:-1px;
                  padding:0.7em 3em 0.5em 1em
    }
    .main_bar_hd a {color:#ffffff
    }
.button_hoidap {clear:both; float:left; width:100%; text-align:center; margin:0 0 20px
}
    .button_hoidap a {display:inline-block; border:solid 2px #0054ff!important; color:#0054ff; font-size:1em; font-style:italic;
                      line-height:1.2em; padding:0.8em 2em; border-radius:10px; font-weight:700; background:#fff!important; transition:all 0.5s
    }
        .DSICDIAOCHC_hoidap a:hover {background:#0054ff; color:#fff
        }
#faq ul.items li a:hover, #faq ul.items li a.expanded {
  background: #0dc4f2 !important;
  border-bottom:solid 5px #e3e3e3;
}
/* ================================= */
/* -------- Faq's Page  Css  ------- */
/* ================================= */
ul.items {list-style:none; padding:0; margin:0; width:100%; float:left
}
ul.items ul {list-style:none; padding:0; margin:0; width:100%; float:left; color:#555555
}
    ul.items ul li h3 {background:url(../imgwb/imgw/date2.png) no-repeat 10px center; padding:0.9em 0 0 90px; color:#1b1b1b;
                       font-size:2em; font-weight:400; display:block; height:70px; margin:1em 0 0 0
    }
#faq .items > li > a {
	background:transparent;
	color: #1a1a1a;
	display: block;
	font-size:1em;
	margin-bottom: 10px;
	padding:5px 20px 15px 40px;
	position:relative;
	border-radius:5px;
	border:1px solid #d9d9d9;
    border-bottom:solid 5px #e3e3e3;
	text-decoration: none; float:left; width:100%; transition:all 0.5s
}
#faq .items > li > a:after {
	right:15px;
}
#faq .items > li > a:hover, #faq .items > li > a.expanded {
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	color: #fff;
	text-decoration: none !important;
	border:1px solid transparent;
	outline:none;
}
#faq .items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #d9d9d9;
	border-radius:0 0 5px 5px;
	border-top:none; border:solid 1px #ddd
}
#faq .items {
	padding-top: 0px;
}
#faq .items .sub-items h4 {
	margin :15px;
}
#faq .items .sub-items p {
	line-height: 26px;
	padding: 0 10px;
}
.tab_container {
	padding:0;
}
#faq .items > li > a::after, #faq .items > li > a::after, #faq .tab_drawer_heading::after {
	content:url(../imgwb/imgw/faq.png);
	display: inline-block;
	position: absolute;
	left: 10px;
	top:8px;
}
#faq .items > li > a.expanded::after, #faq.procedure_content .items > li > a.expanded::after, #faq .tab_drawer_heading.d_active::after {
	content:url(../imgwb/imgw/faq3.png);
}
.faq .items > li > a {
	background:transparent;
	color: #111111;
	display: block;
	font-size:20px;
	margin-bottom: 10px;
	padding:15px 20px;
	position:relative;
	border-radius:5px;
	border:1px solid #d9d9d9;
	text-decoration: none;
}
.faq .items > li > a:after {
	right:15px;
}
.faq .items > li > a:hover, #faq .items > li > a.expanded {
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	color: #fff;
	text-decoration: none !important;
	border:1px solid transparent;
	outline:none;
}
.faq .items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #d9d9d9;
	border-radius:0 0 5px 5px;
	border-top:none; 
}
.faq .items {
	padding-top: 30px;
}
.faq .items .sub-items p {
	line-height: 26px;
	padding: 8px 20px; 
}
ul.items li ul.sub-items li ul li {
	background:url(../imgwb/imgw/arrow_2.png) no-repeat left 10px; padding:0.2em 0 0.2em 1.5em;
    margin:0 0 0 2em
}/*timkiem*/
.timkiem {clear:both; background:#232f3e; width:100%; display:block; 
          padding:2em 0; float:left; width:100%; border-top:solid 1px #232f3e
}
.timkiem_fix {max-width:1215px; margin:auto; 
}
.timkiem_head h3 {font-size:1.2em; font-weight:400; color:#ffffff; text-transform:uppercase;
                   padding:0.5em  0; margin:0; text-align:left; display:inline-block
}
    .timkiem_content h3 {font-size:1.4em; font-weight:400
    }
.timkiem_fix ul {list-style:none; margin:0; padding:0; width:100%; text-align:left; line-height:1em
}
    .timkiem_fix ul li {display:inline-block; color:#ffffff; margin:0.5em 0 0 0; font-weight:400; line-height:1.2em;
                         padding:0; font-size:0.9em; 
    }
    .timkiem_fix ul li  a {color:#ffffff;
    }
    .timkiem_fix ul li  a:hover {color:#f9c205
    }
        .timkiem_fix ul li:last-child {display:none
        }
/*lien ket web*/
.lienketweb {clear:both; background:#f1f1f1; 
          padding:1em 0 1em; float:left; width:100%; border-top:solid 1px #d7d7d7; 
}
.lienketweb_fix {max-width:1215px; margin:auto
}
.lienketweb_head {float:left; width:100%
}
.lienketweb_head h3 {font-size:1em; font-weight:700; color:#181818; float:left; margin:0 3em 1em 0
}
.lienketweb_head a {float:left; color:#0486c8; font-size:0.9em; font-weight:700
}
ul.lienketwebitem {margin:0; padding:0; list-style:none; float:left; width:100%; line-height:1em
}
ul.lienketwebitem li {margin:0 0 1em; width:19%; display:inline-block; text-indent:0; line-height:1.2em; 
                      padding-right:1em; vertical-align:top
}
ul.lienketwebitem li a.ac,
ul.lienketwebitem li a:hover {color:#111; font-weight:700
}
ul.lienketwebitem li a h3 {display:inline-block; text-align:left; color:#0a95dc; padding:0.3em 0 0; font-weight:700;  text-transform:none;
                   font-size:1em; border-bottom:solid 1px #0a95dc; margin-bottom:0.5em
}

    ul.lienketwebitem li a span {color:#a0b938
    }
ul.lienketwebitem li ul.child {clear:both; margin:0; padding:0; list-style:none; float:left; width:100%
}
ul.lienketwebitem li ul.child li {float:left; width:100%; margin:0
}
ul.lienketwebitem li ul.child li a{display:block; text-align:left; color:#515151; font-size:0.8em; padding:0.2em 0; font-weight:400;
}
ul.lienketwebitem li ul.child li.ac a,
ul.lienketwebitem li ul.child li a:hover{font-weight:400; color:#da0100;
}
/*lien ket bao chi*/
.lienketbaochi {float:left; width:100%; padding:2em 0
}
.lienketbaochi_fix {max-width:1215px; margin:auto
}
.lienkebaochi_bg {float:left; width:100%; background:#ffd6a6 url(../imgwb/imgw/icon/icon_baochi.jpg) no-repeat left center; height:35px;
                  padding:0 0 0 195px;
}
.lienketbaochiitem {float:left; padding-right:2em; font-size:1em; color:#303030; height:35px; line-height:35px
}
    .lienketbaochiitem strong {display:inline-block;
    }
    .lienketbaochiitem a {color:#ff5400; display:inline-block;
    }
    .lienketbaochiitem h3 {font-weight:normal
    }



/*contact*/
.dangkybantin {float:left; clear:both; /*width:803px;*/ margin:0 0 1em; width:100%; padding:0 0 1em; border-radius:5px
}
.dangkybantin_head h3 {font-size:1.3em; margin:0.3em 0.5em 0 0; color:#ffffff; line-height:1.5em; font-weight:400;
                  text-align:left; text-transform:none; padding:0; float:left
}
.dangkybantin_content {float:left; background:#ffffff; margin:0.5em 0 0 0
}
.dangkybantin_text {text-align:left; color:#ffffff; font-size:1em; float:left; width:100%
}
.nhanbantin_textbox {width:200px; float:left; margin:0
}
.nhanbantin_button {float:left
}
.nhanbantin_textbox input {float:left; border:0; background:#ffffff!important; width:100%; padding:0.5em; height:40px; 
                           color:#aeaeae; outline:0; border-radius:0!important
}
.nhanbantin_button input {float:left; border:0; background:#d90a00!important; padding:0.5em; 
                          height:40px; width:50px; color:#ffffff; 
                          text-transform:uppercase; cursor:pointer; outline:0; margin:0; border-radius:0!important;
                          -webkit-appearance: none;
 -moz-appearance: none;
appearance: none;
}
.contact_index {width:100%; margin:auto
}
.contact {clear:both; background:#2b2b2b; 
          padding:2em 0 1em; float:left; width:100%; border-top:solid 1px #2b2b2b; 
}
.contact_fix {max-width:1215px; margin:auto
}
.contact_head h3 {color:#ffffff; padding:0.5em 0; display:block; font-size:1.2em; font-family:'SanFranciscoDisplay-Bold'
}
.contact_head span {/*display:block; width:50px; height:4px; background:#fff; margin:0 0 1em*/
}
.contact_hotline {float:left; width:auto; border:solid 2px #ffffff; border-radius:20px; padding:1em; text-align:center;
                  color:#ffffff; font-size:1.4em; letter-spacing:1px; line-height:1.5em;  margin:0 0 1em
}
    .contact_hotline span {display:block; text-align:center; font-size:0.9em; color:#f9c205;
                           text-transform:uppercase
    }
    .contact_hotline a {color:#ffffff; display:block; text-align:center; font-weight:700; letter-spacing:-1px
    }
    .contact_hotline a:hover {color:#f9c205
    }
.contact_content {font-size:0.9em; font-weight:400; color:#ffffff; text-align:left; 
}
.contact_col1 {float:right; width:25%; padding:0; color:#9c9c9c;font-size:1em; line-height:1.5em
}
.contact_col2 {float:left; width:25%; padding:0 2em 0 0; color:#ffffff;
}
.contact_col3 {float:left; width:25%; padding:0; color:#ffffff; 
}
ul.contact_item {list-style:none; margin:0; padding:0; float:left; width:100%; line-height:1em
}
    ul.contact_item li {display:block; color:#ffffff; font-size:1em; margin:0 0 0.2em 0
    }
    ul.contact_item li  a {color:#ffffff; padding:0.3em 0 0.3em 0; display:block;
    }
        ul.contact_item li a:hover {color:#f9c205
        }
ul.contactcolitem {list-style:none; margin:0; padding:0; float:left; width:70%; line-height:1em
}
    ul.contactcolitem li {display:inline-block; color:#ffffff; font-size:1em; margin:0; padding:0 2em 0 0;
                          float:left; width:30%
    }
    ul.contactcolitem  a h3 {color:#ffffff; padding:0.5em 0; display:block; font-size:1.2em; font-family:'SanFranciscoDisplay-Bold'
    }
        ul.contactcolitem li a:hover h3{color:#f9c205
        }
        ul.contactcolitem li ul.sub-menu {margin:0; padding:0; list-style:none; float:left; width:100%; position:relative
        }
        ul.contactcolitem li ul.sub-menu li{ margin:0; padding:0; width:100%; float:left; 
        }
        ul.contactcolitem li ul.sub-menu li:last-child {border:0
        }
        ul.contactcolitem li ul.sub-menu li a {display:block; text-align:left; color:#8c8c8c; padding:0.5em 0 0.5em 20px; font-weight:400 ;
                              transition:all 0.5s; background:url(../imgwb/imgw/icon/icon_arrow_lienket.png) no-repeat left center
        }
            ul.contactcolitem li ul.sub-menu li a h3 {font-size:100%; font-weight:400; font-size:1em
            }
        ul.contactcolitem li ul.sub-menu li a:hover {color:#ffd6a6; text-decoration:underline
        }
/*noi dung web*/
.tieude {font-size:1.5em; color:#000; font-weight:700; display:inline-block; padding:0 0 0.5em; margin:0 0 0.5em; text-transform:uppercase;
                       font-style:normal; background:url(../imgwb/imgw/line_xam.png) no-repeat left bottom; min-width:129px; line-height:1.5em
}
    .tieude h1 {padding:0; display:inline-block; font-size:100%; color:#191919!important
    }
.tieude2 {font-size:1.5em; color:#000; font-weight:700; display:inline-block; padding:0.5em 0; margin:0; text-transform:uppercase; 
                       font-style:normal; line-height:1.2em
}
    .tieude2 h1 {padding:0; display:inline-block; font-size:100%; color:#191919!important
    }
.tomtat {clear:both; float:left; width:100%; color:#999; font-weight:400; padding:0 0 10px 0; text-align:justify;
}
    .tomtat a {color:#ff0000
    }
    .tomtat ul {margin:0; list-style:none
    }
        .tomtat ul li {background:url(../imgwb/imgw/arrow_2.png) no-repeat left 7px; padding:0 0 0 20px
        }
.tomtat h2{color:#191919; font-weight:700; line-height:1.5em;
}
.noidung_lienhe_muahang,
.noidung_lienhe{color:#555; text-align:left; line-height:1.6em; margin:0 0 2em 0; float:left; width:100%; font-size:1em
}
.noidung_lienhe_muahang {margin:4em 0 0 0
}
.noidung_gioithieu,
.noidung {color:#191919; text-align:left; line-height:1.5em; margin:0; float:left; width:100%; font-size:1em
}
.noidung_lienhe_muahang h2, .noidung_lienhe_muahang h3{font-size:2em; margin:0 0 0.5em
    }
    .noidung h1, .noidung h2, .noidung h3 {font-size:1.5em; margin:0 0 0.5em
    }
    
    .noidung_gioithieu img,
    .noidung img {border:0px; max-width:910px; display:block; margin:auto; height:auto; width:100%
    }
    .noidung_gioithieu ul,
    .noidung ul {padding:0; margin:0 0 0 40px
    }
    .noidung_gioithieu td,
    .noidung td {font-size:0.9em; padding:0.5em
    }
    .noidung_gioithieu a,
    .noidung_lienhe a,
    .noidung a {color:#c79c43; text-decoration:underline;
    }
/*chi tiet gioithieu*/
.noidung_gioithieu {font-size:1.2em
}
.noidung_gioithieu h1, .noidung_gioithieu h2, .noidung_gioithieu h3 {font-size:2em; margin:0 0 0.5em; text-transform:none;
                                                                     line-height:1.2em; font-weight:700; /*margin-left:-1.6em*/
                                                                     color:#0c0c0c
    }
    .noidung_gioithieu h1 em, .noidung_gioithieu h2 em, .noidung_gioithieu h3 em {font-style:normal; color:#121212
    }
.gioithieuchung {color:#1d1d1d; text-align:left; line-height:1.8em; position:relative; padding:0 2em 0 2em; font-size:1em;
                    background:url(../imgwb/imgw/gioithieu_bg_text2.png) no-repeat left bottom
}
.lichsu {clear:both; float:left; width:100%; margin:1em 0 0 0
}
.lichsu ul {list-style:none; margin:0; padding:0; width:100%; text-align:left; float:left; 
}
    .lichsu ul li {float:left; margin:0 0 1em; padding:0 0 0 70px; width:100%; background:url(../imgwb/imgw/lichsu_icon.png) no-repeat left 0.5em
    }
        .lichsu ul li strong {color:#0c0c0c; font-size:2em; display:inline-block; margin:0 0 0.1em; padding:0
        }
.thanhtich {clear:both; float:left; width:100%; margin:1em 0 0 0; background:url(../imgwb/imgw/thanhtich.png) no-repeat left center;
            padding:0 0 0 450px
}
.thanhtich ul {list-style:none; margin:0; padding:0; width:100%; text-align:left; float:left; 
               border-left:solid 3px #0c0c0c
}
    .thanhtich ul li {float:left; margin:0 0 1em; padding:0 0 0 80px; width:100%; 
                      background:url(../imgwb/imgw/thanhtich_icon.png) no-repeat left 0.7em
    }
    .thanhtich h2 {border-left:solid 3px #0c0c0c; margin:0; padding:0 0.5em 0.5em!important
    }
    .thanhtich ul li:last-child {margin:0
    }
.chinhsach {clear:both; float:left; width:100%; margin:1em 0 0 0
}
.chinhsach ul {list-style:none; margin:0; padding:0; text-align:left; float:left; width:70%
}
    .chinhsach ul li {float:left; margin:0.5em 0; padding:0 0 0 20px; 
                      background:url(../imgwb/imgw/chinhsach_icon.png) no-repeat left 0.7em
    }
    .chinhsach img {float:right; margin:5em 0 0 0; width:30%; max-width:261px
    }
/*.hinhanh_gioithieu {float:right; width:48%; position:relative; margin:0 0 1em
}
    .hinhanh_gioithieu img {float:left; width:100%; border:0; padding-right:4em
    }
    .hinhanh_gioithieu a {display:block; float:right; width:auto; position:absolute; bottom:4em; right:0;
                          color:#ffffff; font-size:1em; padding:1em;
                          background:#052440 url(../imgwb/imgw/bg_xanh.jpg) repeat-x center bottom;
                          background-position-y:-300%; transition:all 0.7s
    }
        .hinhanh_gioithieu a span {display:block; text-transform:uppercase; text-transform:uppercase; font-weight:700; 
                                   font-size:1.5em
        }
        .hinhanh_gioithieu a:hover {background:#052440 url(../imgwb/imgw/bg_xanh.jpg) repeat-x center bottom
        }*/
/*solieu*/
.solieu_bg {clear:both; width:100%; padding:2em 0 0; float:left; background:#ffffff; background-size:cover; margin:0
}
.solieu_fix {max-width:1140px; margin:auto;
}
ul.solieu {list-style:none; margin:0; padding:0; font-size:0.9em; width:100%; text-align:left; float:left; 
}
    ul.solieu li {float:left; margin:0; padding:2.5em 4em; width:25%;  vertical-align:top; 
                                        color:#373737; font-size:0.9em; overflow:hidden; text-align:center; height:180px;
                                        font-style:italic
    }
        ul.solieu li span {color:#ef0c16; font-size:4em; display:block; margin-bottom:0.5em; text-align:center;
                           font-style:normal; font-weight:700; font-family:Arial; font-style:normal
        }
        ul.solieu li:last-child {border:0
        }
.thongtinhich_fix { width:26%; text-align:left; float:left; height:445px; overflow:hidden; padding:2em;
                    background:#ed3237
}
.thongtinhich_head {float:left; width:100%; color:#ffffff; font-size:2em; 
                    margin:0 0 0.1em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:0.5em 0
}
.thongtinhich ul {list-style:none; margin:0; padding:0; font-size:0.9em; width:100%; text-align:left; float:left; 
}
    .thongtinhich ul li {float:left; margin:0; padding:0.5em 0 0.5em 18px; width:100%; 
                        vertical-align:top; 
                        color:#ffffff; font-size:1.2em; overflow:hidden; text-align:left;
                        background:url(../imgwb/imgw/arrow_3.png) no-repeat left 15px;
                        overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
    }
        .thongtinhich ul li a {color:#ffffff
        }
/*ket thuc chi tiet gioithieu*/
.thongso table {width:100%!important
}
.tieude_text {color:#191919; text-align:left; line-height:1.5em;
}
.tieude_text_b {color:#191919; text-align:left; line-height:1.5em; font-weight:700
}
.tieude_red {color:#ff0000; text-align:left; line-height:1.5em; 
}
.tieude_red_b {color:#ff0000; text-align:left; line-height:1.5em; font-weight:400
}
    .tieude_red_b a {color:#f9c205; text-decoration:underline; text-transform:uppercase; font-weight:700
    }
.tieude_blue_b {color:#0061a0; text-align:left; line-height:1.5em; font-weight:400; 
}
.luotxem {font-size:0.8em; color:#191919; text-decoration:none; padding:0; float:left; margin:0 0 1em
}
.tinkhac {clear:both;
           margin:2em 0 0 0; font-size:1.2em; border-left:0; border-right:0;
           float:left; width:100%; border-top:solid 1px #ddd
}
.tinkhac_fix {max-width:1215px; margin:auto; background:url(../imgwb/imgw/cactinkhac.png) no-repeat left center;padding:1em 0 1em 30px; 
              text-align:left; color:#052440; font-weight:700; text-transform:uppercase; 
}
.page_view0 {display:none
}
.page_view {clear:both; margin:auto; padding:5px 0; text-align:center; float:right; margin:1em 0 0 0; width:100%
}
    .page_view input {border:solid 1px #cccccc; margin:-2px 0 0 0; padding:0; vertical-align:middle; border-radius:3px
    }
.page:hover,
.page_cur {background:#cccccc; padding:6px 10px; color:#282828; margin:0; border:solid 1px #cccccc; font-weight:700; font-size:0.9em
}
.page {background:#ffffff; padding:6px 10px; color:#282828; margin:0; border:solid 1px #cccccc; font-weight:700; font-size:0.9em
}
/*list bai viet*/
.news-related{
    clear:both;
	max-width: 1000px;
	margin: 80px auto 0;
	padding: 0;
}
.news-related h2{
	font-size: 40px;
	line-height: 1;
	margin: 0;
	margin-bottom: 40px;
	text-transform: uppercase; font-weight:400
}
.news-related .list-news-related .item-related{
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.news-related .list-news-related .item-related a{
	text-decoration: none;
	color: #000;
}
.news-related .list-news-related .item-related a div{
	float: left;
	height: 60px;
	width: 50px;
	line-height: 60px;
}
.news-related .list-news-related .item-related .num-post{
	background-color:#a0b938;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.news-related .list-news-related .item-related img.post-tag {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 80px;
}
.news-related .list-news-related .item-related:hover .text-post{
	background-color:#a0b938;
	color: #fff;
}
.news-related .list-news-related .item-related .text-post{
	font-size: 18px;
	width: calc(100% - 50px);
	padding: 0 10px;
	border: 1px solid #a0b938;
	border-left: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
    font-weight:400
}
.date {
    color:#635f5f;
    background: url(../imgwb/imgw/date.png) no-repeat 2px center;
    padding: 0.7em 0 0.5em 2em; margin:0.5em 0 0; float:left; width:100%
}
ul.newsitem {list-style:none; margin:0; padding:0; width:100%; text-align:left
}
    ul.newsitem li {display:inline-block; margin:0 0 1em 0; padding:0.5em 0 1em; width:100%; 
                    background:#fff; vertical-align:top; /*border:solid 1px #cccccc; border-radius:5px;*/
                    border-bottom:solid 2px #ddd
    }
    ul.newsitem li:hover {
    }
        ul.newsitem li .summ {font-size:1em; color:#191919; line-height:1.5em; float:left; width:70%; 
                              text-align:left
        }
            ul.newsitem li .summ p {float:left; width:100%
            }
        ul.newsitem li .dates {color:#635f5f; background:url(../imgwb/imgw/date.png) no-repeat left center; 
                              padding:0.2em 0 0em 2.3em; float:left; width:70%; text-align:left; font-size:1em
        }
    ul.newsitem li .imgs {float:left; width:30%; margin:0; overflow:hidden; /*max-height:220px;*/ padding-right:1em
    }
    ul.newsitem li .imgs img:hover {opacity:0.5; transition-duration:0.5s
    }
    ul.newsitem li .imgs img {border:solid 1px #f5f5f5; width:100%; box-shadow:2px 2px 1px #ddd; float:left
    }
        ul.newsitem li a.title h3 {color:#0c0c0c; font-weight:600; line-height:1.4em; display:block; text-align:left;
                                   text-transform:none; padding:0; font-size:1.2em; margin:0 0 0.5em;
        }
        ul.newsitem li a.title:hover h3 {color:#83251d
        }
        ul.newsitem li a.viewmore {border:0; color:#ff0000; font-size:1em; display:inline-block;
                                   padding:0; margin:0.5em 0; float:left; clear:both
        }
        ul.newsitem li a.viewmore:hover {color:#f9c205; transition-duration:0.5s
        }
/*khuyenmai*/
.full {width:96%!important; margin:1em 2% 1em!important; padding:0.5em!important; 
}
.main_bar_pro {float:left; width:100%; font-size:2em; border-bottom:solid 1px #191919;
               line-height:1.2em; margin:0 0 1em; padding:0.2em 0
}
.img_pro {float:left; width:48%; padding:0 2em 0 0
}
.img_pro img {width:auto; border:0; max-height:200px; display:block; margin:auto
}
.noidung_pro img {border:0; width:100%; display:block; margin:auto; height:auto
}
.noidung_pro {float:left; width:50%;
}
    .noidung_pro ul {display:inline-block!important; margin:0!important; padding:0!important; width:100%!important
    }
        .noidung_pro ul li {display:block!important; border:0!important; margin:0!important; padding:0 0 0 20px!important; color:#191919!important;
                            background:none!important; width:100%!important; text-align:left!important;
                            background:url(../imgwb/imgw/arrow_2.png) no-repeat left 7px!important; box-shadow:none
        }
.summ_pro {font-size:0.9em; color:#191919; line-height:1.5em; float:left; width:100%; 
                               text-transform:uppercase; text-align:left; height:25px; margin:1em 0 0 0; float:left;
        }
        .summ_pro span {font-size:2.5em; display:inline-block; vertical-align:middle; padding:0 0 0.2em
        }
.book_pro {clear:both; background:#0c0c0c url(../imgwb/imgw/view.png) no-repeat 5px center; border:solid 0px #333; color:#ffffff!important; font-size:1em; display:inline-block; 
                                   padding:0.2em 1em 0.2em 2.5em; margin:0.5em 0 0 0; float:left; border-radius:5px
}
.close_pro {background:#555; border:solid 0px #999; color:#fff; font-size:1em; display:inline-block;
                                   padding:0.2em 1em; margin:0.4em 0 0 0; float:left; border-radius:5px; vertical-align:middle
}
/*------------------------------------------------------------
-------- DEMO Code
------------------------------------------------------------*/
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75); z-index:999999999
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff; text-align:left; max-height:700px 
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;color:#fff;
}
/*ketthuc khuyenmai*/
ul.newsitem2 {list-style:none; margin:0; padding:0; float:left; width:100%
}
    ul.newsitem2 li {display:inline-block; margin:0.2em 2% 1em 0; padding:1%; width:30%; 
                    background:#1e3a53; border:solid 10px #cccccc; vertical-align:top; float:left; text-align:center
    }
    ul.newsitem2 li:hover {
    }
        ul.newsitem2 li p {font-size:1em; color:#393939; line-height:1.5em; float:left; width:100%
        }
        ul.newsitem2 li .summ {font-size:0.9em; color:#ffffff; line-height:1.5em; float:left; width:100%; 
                               text-transform:uppercase; text-align:center; height:25px;
        }
        ul.newsitem2 li .summ span {font-size:2.5em; display:inline-block; margin:0 0.1em 0 0 
        }
.summ_vn {font-size:2em!important
}
        ul.newsitem2 li .date {color:#999; background:url(../imgwb/imgw/date.png) no-repeat left center; 
                              padding:0.5em 0 0em 2.3em; float:left; width:100%; font-size:0.8em
        }
    ul.newsitem2 li .imgs {float:left; width:100%; margin:0; max-height:170px; overflow:hidden; min-height:170px;
    }
.line_pro {float:left; width:100%; height:1px; background:#4b6276; margin:0.5em 0
}
    ul.newsitem2 li .imgs img {width:100%
    }
    ul.newsitem2 li .imgs:hover img {opacity:0.5
    }
        ul.newsitem2 li a.title h3 {color:#ffffff; font-weight:400; line-height:1.5em; display:block; text-align:center;
                                   text-transform:none; padding:1.5em 0; font-size:1.2em; margin:0 0 0.5em; float:left; width:100%;
                                   height:80px; overflow:hidden
        }
        ul.newsitem2 li a.viewmore {color:#ffffff; font-size:1.2em 
        }
        ul.newsitem2 li a.viewmore:hover {color:#f2bc77; transition-duration:0.5s
        }
        ul.newsitem2 li a.bookpro {background:#f2bc77; border:solid 1px #171717; color:#ffffff; font-size:1.2em; display:inline-block;
                                   padding:0.2em 1em; margin:0.5em 0 0 1em; 
        }
        ul.newsitem2 li a.bookpro:hover {background:#f5ad51; color:#ffffff; transition-duration:0.5s
        }
ul.newsitem3 {list-style:none; margin:0; padding:0; font-size:1em; float:left; width:100%
}
    ul.newsitem3 li {display:inline-block; margin:0.2em 0 1em; padding:0.5em; width:100%; 
                    background:#ffffff; border:solid 1px #e5e5e5; color:#525252; border-radius:5px;
                    border-bottom:solid 5px #e3e3e3;
    }
    ul.newsitem3 li:nth-child(2n+1) {background:#f5f5f5
    }
    ul.newsitem3 li:hover {
    }
        ul.newsitem3 li .datenews {color:#635f5f; background:url(../imgwb/imgw/date.png) no-repeat left center; 
                              padding:0.2em 0 0em 2.3em; float:left; width:100%
        }
    ul.newsitem3 li .imgs {float:left; width:25%; padding:0; overflow:hidden;transition:all 0.5s;
                         border-radius:5px
    }
.newsitem3_content {float:right; width:73%
}
ul.newsitem3 li .imgs img {width:100%
    }
    ul.newsitem3 li img:hover {opacity:0.5
    }
        ul.newsitem3 li .title h3 {color:#191919; font-weight:700; line-height:1.4em; display:block; text-align:left;
                                   text-transform:uppercase; padding:0; font-size:1.2em; margin:0 0 0.5em; 
        }
        ul.newsitem3 li a.title:hover h3 {color:#ff0000
        }
        ul.newsitem3 li a.viewmore {display:block; text-align:right; color:#1c5ea7; font-size:0.9em; font-style:italic;
                                    float:right
        }
        ul.newsitem3 li a.viewmore:hover {color:#ff0000
        }
        ul.newsitem3 li ul {border:0; display:inline; width:auto
        }
        ul.newsitem3 li ul li {border:0; margin:0; padding:0; background:none!important
        }
/*textbox, drop, button*/
.button_dangtin {background:#0090ce!important; border-radius:0!important; width:auto; padding-left:40px; padding-right:40px; height:76px; text-align:center; font-size:1.5em; text-transform:uppercase; float:right;
                 font-weight:700; border:0; color:#ffffff; cursor:pointer; outline:0; font-family:'Arial'; transition:all 0.5s;
                 -webkit-appearance: none;
 -moz-appearance: none;
appearance: none;
}
.button_muahang {background:#0090ce!important; border-radius:0!important; width:auto; padding:10px 20px; text-align:center; font-size:1em; text-transform:uppercase; 
                 font-weight:700; border:0; color:#ffffff; cursor:pointer; outline:0; font-family:'Arial'; transition:all 0.5s; 
                 float:left; width:100%
}
.button_muahang:hover,
    .button_dangtin:hover {background:#f9c205!important
    }
    .captcha {float:left; margin:0 1em 1em 0 ; height:80px; overflow:hidden
}
.button_space {padding:0 0 17px 0;
}
.button_space0 {padding:0 0 3px 0;
}
.button_space_button {clear:both; padding:10px 3px 17px 0; text-align:right
}
#txtnd,
.textbox {border:#cccccc 1px solid!important; width: 100%; padding:1em; text-align:left; 
          color:#555; background:#ffffff!important;  font-size:1em!important; font-family:Arial!important;
          border-radius:5px!important; outline:0!important
}
.textbox_soluong {border:#cccccc 1px solid; width:100px; padding:1em; text-align:left; 
          color:#555; background:#ffffff!important;  font-size:1em!important; font-family:Arial!important;
          border-radius:5px; vertical-align:middle; border-radius:0!important
}
.btleft {float:left; width:48%
}
.btright {float:right; width:48%
}
select,
.drop {border:#ddd 1px solid; width:100%; padding:0.5em; text-align:left; 
          color:#555; background:#ffffff!important;  font-size:1em!important; font-family:Arial!important;
          border-radius:5px; background:#ffffff url('../imgwb/imgw/arrow_1.png') no-repeat 97% center ;-webkit-appearance: none; text-indent: 0.01px;/*In Firefox*/
}
.dropsl {border:#ddd 1px solid; width:100%; padding:0.5em; text-align:left; 
          color:#555; background:#ffffff;  font-size:1em!important; font-family:Arial!important;
          border-radius:5px; background:#ffffff url('../imgwb/imgw/arrow_1.png') no-repeat 97% center ;-webkit-appearance: none; text-indent: 0.01px;/*In Firefox*/
}
.dropsl2 {border:#ddd 1px solid; width:100px; padding:0.5em; text-align:left; margin-bottom:0.5em; 
          color:#555; background:#ffffff;  font-size:1em!important; font-family:Arial!important;
          border-radius:5px; background:#ffffff url('../imgwb/imgw/arrow_1.png') no-repeat 95% center ;-webkit-appearance: none; text-indent: 0.01px;/*In Firefox*/
}
a.button,
.button {text-align:center; margin:auto; border:0px; padding:1em 2em;
         color:#ffffff; text-transform:uppercase; font-weight:400 ; background:#f9c205!important; 
         text-decoration:none; transition:all 0.5s; border-radius:5px
}

.button:hover { background:#c79c43!important; cursor:pointer
}
a.button:hover {color:#ffffff
}
.button2 {text-align:center; margin:auto; border:0px; padding:1.2em 2em;
         color:#ffffff; text-transform:uppercase; font-weight:400 ; background:#da0100!important; text-decoration:none; 
         transition:all 0.5s; border-radius:5px; max-width:200px; width:100%
}

.button2:hover { background:#ff0000; cursor:pointer
}
/*contact lien he*/
.main_fix_contact {max-width:910px; margin:auto; padding:0 5px; text-align:left
}
/*top*/
#bttop {background:url(../imgwb/imgw/arrow-top.png) no-repeat center center;
        width:50px; height:40px;position:fixed;bottom:120px;right:10px;cursor:pointer;display:none; z-index:999999}
#bttop:hover{}

/*tailieu
table {border:1px solid #ddd; border-collapse:collapse; width:100%}

tr > * {border-right:1px solid #ddd;
}
tr:hover {background:#f5f5f5
}
tr > :last-child {border-right:0;
}

th, td {padding:5px; text-align:left;}

th {background:#fafafa;}

td {border-top:1px solid #ddd;}
table.itemdownload {border:1px solid #ddd!important; border-collapse:collapse; width:100%}
table.itemdownload tr > * {border-right:1px solid #eee; background:#ffffff
}
table.itemdownload tr:nth-child(2n+1) > * {background:#f0fcfc
}

table.itemdownload tr > :last-child {border-right:0;
}
table.itemdownload tr:hover td {background:#ddd
}
table.itemdownload th, td {padding:0.5em; text-align:left; font-size:1em}
table.itemdownload td h3{font-size:100%}
table.itemdownload th {background:#ff0036!important; text-align:center; text-transform:uppercase; color:#fff; padding:0.5em}
table.itemdownload th:nth-child(2),
    table.itemdownload th:first-child {text-align:left
    }
table.itemdownload td {border-top:1px solid #ddd;}
table.itemdownload td:last-child {width:10%; text-align:center}
table.itemdownload td:first-child {width:50px}
table.itemdownload td:last-child a {display:inline-block; width:19px; height:25px; background:url(../imgwb/imgw/icon_download.gif)}
table.itemdownload td:last-child a:hover {color:#ff0000}
table.itemdownload tr td.page_view:first-child {width:100%!important; background:#6d6a6a; padding:0.5em
}
table.itemdownload td a.download {background:url(../imgwb/imgw/icon_download.gif) no-repeat left center; 
                               display:inline-block; width:19px; height:25px; margin:0; vertical-align:middle
}*/
 .search_banner {position:absolute; top:15%; left:0; width:100%; z-index:998
    }
    .search_banner_fix {max-width:1215px; margin:auto;
    }
    .search_banner_bg {float:left; width:100%; padding:0 1em; background:rgba(0,0,0,0.2); border-radius:5px
    }
        .search_banner_bg .left_search {background:none
        }
        .search_banner_bg .left_bds_body {padding:1em 0!important; float:left; width:100%
        }
        .search_banner_bg ul.loaidanhmuc {float:left; width:500px; 
        }
            .search_banner_bg ul.loaidanhmuc li {background:none; height:45px
            }
                .search_banner_bg ul.loaidanhmuc li label br {display:none
                }
    .ldrop1 {float:left; width:70%
    }
    .search_banner_bg .lbutton {float:right; width:28%; margin:0
    }
    .search_banner_bg .ldrop {float:left; width:16.6666%; padding:0 0.5em 0 0; margin:0
    }
    .search_banner_bg .lbutton input {color:#ffffff; font-size:1em;  padding:1em 2%; border:solid 0px #ffffff; font-weight:normal;
                font-family:'SanFranciscoDisplay-Bold'; border-radius:5px!important;
                cursor:pointer; width:98%; margin:0 2% 0 0; text-transform:uppercase;
                background:#e4281d
    }
    .search_banner_bg ul.loaidanhmuc li input {background:#d9d9d9; height:40px; line-height:40px;
                                               border-top-left-radius:5px!important; border-top-right-radius:5px!important
        }
    .search_banner_bg ul.loaidanhmuc li input:checked {cursor:pointer; z-index:98;
                                         background:#e4281d
        }
    .search_banner_bg ul.loaidanhmuc li label {height:45px; line-height:25px; color:#6b6b6b
            }
    .search_text_bar {float:left; width:100%; padding:1em; text-align:center; font-family:'SanFranciscoDisplay-Bold';
                      font-size:2em; color:#fff
    }
    
@media (max-width:1215px) {
    #wrapper {margin:0; width:100%;
    }
    .sanpham_fix,
    .banner_top_fix,
    .topuser_fix,
    .lienketweb_fix,    
    .timkiem_fix,
    .main_fix_baiviet,
    .guide_fix,
    .main_fix,    
    .banner_fix,
    .contact_fix,
    .tintuc_fix,
    .footer_fix {width:100%; padding:0 0.5em
    }
    .noidung_hotro img,
    .noidung img {width:100%; height:auto
    }
    .left_adv img {width:100%!important; height:auto
    }  
}
@media (max-width:1110px) {
    ul.contactcolitem{width:65%
    }
    .contact_col1 {width:35%
    }
}
@media (max-width:980px) {
    .search-icon {width:30px; height:31px; background:#ff9900 url(../imgwb/imgw/search2.png) no-repeat center center;
                  position:absolute; top:4px; right:100px; z-index:9999; cursor:pointer
    }
    /*.left_search,*/
        .search_banner {display:none; position:fixed; top:0; left:0;
        }
    .activev {display:block
    }
    .left_search {background:#323232!important; float:left; width:100%; padding:0; z-index:9999; margin:0 0 2em
    }
    .search_banner_bg .ldrop {float:left; width:100%; padding:0.5em 2px; margin:0
    }
    .box_services_vitri {width:100%
    }
.box_services_price_top {width:100%
    }
    .banner_top,
    .banner_right {display:none
    }
    .logo_2 {float:left; height:40px; position:absolute; top:0; left:5px; z-index:9999; margin:0; padding:0
    }
        .logo_2 img {height:40px; width:auto; margin:0; padding:0
        }
    /*.logo_2 {width:100%; text-align:center; margin:1px; padding:0
    }
    .logo_2 img {float:none; display:block; margin:auto
    }*/
    ul.topuser_item li:nth-child(3) {padding:1em 1em 1em 30px;
    }
    ul.topuser_item li:nth-child(4) {padding:1em 1em 1em 30px;
    }
    ul.topuser_item li:nth-child(5) {padding:1em 1em 1em 45px;
    }
    ul.topuser_item li:nth-child(6) {padding:1em 1em 1em 45px;
    }
    .menu_top {display:none
    }
    .main_box_thongbao {width:100%
    }
    ul.danhmuctindang li,
    ul.lienketwebitem li {width:30%
    }
    .messenger {display:none
    }
    /*#bttop {display:none!important
    }*/
    .bottom_menu {display:block
    }
    /*.main_box_giohang_left,
    .main_box_giohang_right {width:48%
    }*/
    .bannerslide_left {width:100%;
    }
    .bannerslide_right {display:none
    }
    /*.banner_top {position:fixed;
    }*/
    .banner {margin:0; height:40px; position:fixed; z-index:9999
    }
    .main,
    .bannerslide {padding:40px 0 0 0
    }
    .banner2 {margin:0!important
    }
    .banner_menu {margin:0; display:block; 
    }
    .logo_3 img {height:50px; width:auto
    }
    .dangky_bt,
    .dangnhap {margin:0.9em 0.5em 0 0; min-width:0
    }
    .dangky_bt {font-size:0.8em; margin-top:1.2em
    }
    /*.box_services_imgs .thumbnail span,
    .box_services_imgs .thumbnail2 span{height:200px;}
    .box_services_imgs .thumbnail span img,
    .box_services_imgs .thumbnail2 span img{max-height:200px;max-width:250px}*/
    ul.guide {float:left
    }
    .btextbox {display:none
    }
    ul.guide li:nth-child(5) {display:none
    }
    a.copyright {float:none; width:115px; margin:auto
    }
    .counter,
    .footer_content {width:100%; text-align:center; float:none
    }
    .bocongthuong {float:none; margin:auto
    }
    #bttop {bottom:100px; width:30px
    }
    .banner_fix {padding:0
    }
    /*img {transform:scale(1)!important
    }*/
    .button_dangtin {float:left; margin:0
    }
    .banner_index_bg {padding-top:1em
    }
    .banner_index_top {height:250px; 
    }
    .title2 {display:none
    }
    #wrapper {margin:0 auto; width:100%; 
    }
    .main_fix,
    .main_fix_contact {width:100%; padding:0 0.2em; margin:0
    }
    .main_col_sp,
    .main_col {width:100%; margin:0; padding:0.5em
    }
    .main_sp,
    .main_box_sp,
    .main_box {width:100%; margin:0; padding:0.5em 0.1em
    }
    .leftmobile {display:none
    }
    ul.lmenuitem li {padding-top:0; padding-bottom:0;
    }
    ul.lmenuitem li:last-child a {border-radius:0px
    }
    ul.newsitem2 li {float:none; margin:0 1% 1em;
    }
    .ctintucitem2_img {height:150px
    }
    .ctintucitem2_img img,
    ul.ctintucitem li img {width:100%; height:auto
    }
    .btext .btsum {display:none
    }
    .col_sp {width:22%!important; padding:0; margin:1%!important; float:left
    }
    
}
@media (max-width:890px) {
    .menu_top_right ul li.mndangtin span,
    .menu_top_right ul li.mndangnhap span,
    .menu_top_right ul li.mndangky span {display:none
    }
    .menu_top_right ul li.mndangtin  a,
    .menu_top_right ul li.mndangnhap a,
    .menu_top_right ul li.mndangky  a{height:30px;
    }
    .tieude_tintuc {font-size:1.3em
    }    
    .main_bar {width:100%; margin:0
    }
    ul.chinhanhitem li {width:100%; margin:1% auto; 
    }
    ul.chinhanhitem li img,
        ul.chinhanhitem li .imgsh img {width:100%; height:auto
        }
    .flag1 {display:block!important;
    }
    .flag {display:none!important
    }
    ul.ctintucitem li {width:29%
    }
    ul.contactcolitem,
    .contact_col1 {width:100%
    }
}
@media (max-width:800px) {
    .noidung_lienhe_muahang {margin:0; padding:1em
    }
    .main_contact_left,
    .main_contact_right {width:100%; text-align:left; margin:0; padding:0; background:#ffffff
    }
    .tintuc{margin:0; padding:2em 0
    }
    
    .main_bar2 h1,
    .hinhanh_head
    .tieude{font-size:1.5em;
    }
    .tieude2,
    .main_bar_lienhe,
    .tintuc_head h3,
    .main_bar {font-size:1.2em;
    }
    .main_bar_lienhe {padding:0.3em
    }
    ul.newsitem2 li {width:47.5%
    }
    .ctintucitem2 {min-height:0
    }
}
@media (max-width:768px) {
    .raovat_box2 ul {float:left; width:100%
    }
        .raovat_box2 ul li {width:100%
        }
    .share_raovat {float:left; width:100%
    }
        .share_raovat .clear {clear:none
        }
    ul.duanitem li {width:47.5%; margin:1%;
    }
    ul.contactcolitem ,
    .hotline {display:none
    }
    /*luoi*/
     table.dulieu tr th:nth-child(1),
      table.dulieu tr th:nth-child(2),
    table.dulieu tr th:nth-child(4),
    .colummb {display:none; 
    }
    
    /*ket thuc luoi*/
    .naptien_body {padding:1em 0.5em
    }
    .wfull {width:100%!important; float:left!important;
    }
    ul.tinhtrangtin li {float:left; width:100%; margin:0 0 0.5em
    }
    #btcapnhatHOT,
    #btcapnhatVIP,
    .dangtin_menu ul li {
        margin:0.5em 0.5em 0 0;
    }
    .dangtin_left {float:left; width:100%; margin:0 0 0.5em
    }
    .dangtin_right {float:right; width:100%
    }
    ul.topuser_item li:nth-child(1),
    ul.topuser_item li:nth-child(3) span,
    ul.topuser_item li:nth-child(4) span,
    ul.topuser_item li:nth-child(5) span,
    ul.topuser_item li:nth-child(6) span {display:none
    }
    ul.topuser_item li:nth-child(1) img {width:50px
    }
    ul.topuser_item li:nth-child(2) {display:none
    }
    .dangkyngay,
    .dangky_fix {min-width:0; max-width:none
    }
    .dangky {margin:2%; width:96%
    }
    .content-agileits {padding:10px; width:100%; margin:0
    }
    ul.searchlist li:nth-child(2),
    ul.searchlist li:nth-child(3) {display:none
    }
    ul.searchlist li:nth-child(1) {width:80%
    }
    ul.danhmuctindang li,
    ul.lienketwebitem li {width:48%
    }
    .dangkybantin_content,
    .dangkybantin {width:100%
    }
    .dangkybantin_head {clear:both; float:left; width:100%
    }
    .nhanbantin_textbox {width:70%; clear:both;
    }
    .nhanbantin_button {width:30%
    }
        .nhanbantin_button input {width:100%
        }
    /*.main_box_giohang_left,
    .main_box_giohang_right {width:100%
    }*/
    /*.box_services_imgs .thumbnail span,
    .box_services_imgs .thumbnail2 span{height:120px;}
    .box_services_imgs .thumbnail span img,
    .box_services_imgs .thumbnail2 span img{max-height:none;max-width:none; width:100%}*/
    .sanpham_left,
    .sanpham_right {width:100%
    }
    ul.cdanhmucsanpham_item li {width:47%
    }   
    .banner_index {width:100%!important; margin:auto
    }    
    #video_youtube {height:450px!important
    }
    .ctintucitem2 {margin-bottom:2em
    }
    ul.ctintucitem li {width:46%
    }
    
    ul.ctintucitem li {width:46%; min-height:300px
    }
        ul.ctintucitem li:nth-child(3) {display:none
        }
  }

@media (max-width:600px) {
    .lienketbaochi {display:none
    }
    .raovat,
    .boxservices_info {width:100%
    }
    .raovat {height:auto; line-height:none
    }
    .raovat img{height:auto; line-height:none
    }
    ul.tintuchomeitem li {float:left!important; width:100%!important; padding:0; margin:2em 0 0 0!important
    }
    ul.tintucitem2 li {float:left; width:100%!important; border-right:0!important; margin:0!important; padding:0 0 0.5em 0!important;
    }
    /*hinhanh*/
    .duanitems_img {height:230px; line-height:230px;
    }
    .imghot {height:230px; line-height:230px;
    }
    .imgduan {height:250px; line-height:250px;
    }
    .duanitems_img img {transform:scale(1.2)
    }
    /*ket thuc hinhanh*/
    .dashboarditem {padding:0
    }
    .dashboarditem ul li:nth-child(1) {width:48%; margin:0 2% 0 0
    }
    .dashboarditem ul li:nth-child(2) {width:48%; margin:0
    }
    .dashboarditem ul li:nth-child(3) {width:48%; margin:10px 0 0 0
    }
    .dashboarditem ul li:nth-child(2) a,
    .dashboarditem ul li:nth-child(3) a {height:95px; padding:40px 0 0; display:block
    }
    video, iframe {width:100%; height:320px; border:0px
    }
    .button_gui {width:100%; text-align:center; margin:1em 0 0 0
    }
    ul.newsitem li {float:left; width:100%; padding:0.5em
    }
    ul.newsitem li {border-bottom:solid 1px #ddd;
    }
    ul.newsitem li .imgs {float:left; width:100%; margin:0 0 1em; padding:0
    }
    ul.newsitem li .imgs img:hover {transform:none; padding:0
    }
    ul.newsitem li .date,
    ul.newsitem li .summ {float:left; width:100%
    }
    ul.newsitem li a.title h3 {padding:0; width:100%
    }
    section.list-event .item-event {width:100%
    }
    
    th, td {/*padding:2px!important;*/ /*text-align:left;*/ font-size:0.9em!important}
   
    #video_youtube {height:320px!important
    }
    ul.tintucitem3 li:nth-child(1),
    ul.tintucitem3 li:nth-child(2),
    ul.tintucitem3 li:nth-child(3),
    ul.tintucitem3 li:nth-child(4) {width:46%; padding:0; background:none!important; margin:1%
    }
    .ctintucitem2_img {height:120px
    }
}
@media (max-width:520px) {
    ul.duanitem li{width:100%; margin:0 0 2em
    }
    ul.danhmuctindang li,
    ul.lienketwebitem li {width:100%;
    }
        ul.lienketwebitem li ul.child li a {font-size:1em!important; margin:0.2em 0
        }
    .box_services_imgs_top .thumbnail span {height:212px}
    .box_services_imgs_top .thumbnail span img {width:100%; max-height:none; max-width:none
    }
    ul.ctintucitem li {width:100%; min-height:0
    }
        ul.ctintucitem li .summ {min-height:0
        }
    .ctintucitem2_img img,
    .ctintucitem2_img {height:auto
    }
    video, iframe {width:100%; height:280px; border:0px
    }
    .banner_index_fix .title2 h2,
    .banner_index_fix .title2 h3,
    .banner_index_fix .title2 h1 {
        font-size: 1.2em;
    }
    .datenews,
    .date {font-size:0.85em!important;padding:0.2em 0 0em 2em!important;
    }
    .btext .btsum {display:block
    }    
    .tensp {font-size:1.2em
    }
}
@media (max-width:420px) {
    ul.searchlist li:nth-child(1) {width:70%
    }
    #video_youtube {height:280px!important
    }
    .mxh ul li.text {float:left;width:auto
    }
    .box_services_imgs_top .thumbnail span {height:152px}
    .box_services_imgs_top .thumbnail span img {width:100%; max-height:none; max-width:none
    }
    .menu_top_right ul li.mnchao a {color:#0a95dc; font-weight:400; text-transform:none; max-width:70px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis
    }
}
@media (max-width:340px) {
    
    .btext .btsum {display:none
    }
    .box_services_imgs_top .thumbnail span {height:122px}
    .box_services_imgs_top .thumbnail span img {width:100%; max-height:none; max-width:none
    }
}
@media (max-width:310px) {
   .bottom_menu ul li:nth-child(3) strong {display:none
    }
}
/*responsive photo*/
@media (max-width: 1215px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
/*fade*/
.animation-element {
  position: relative;
  width: 100%;
  margin: 0;
  float: left;
}
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#wrapper.toggled {
    /*padding-left: 250px;*/
}


#wrapper.toggled #sidebar-wrapper {
    /*width: 250px;*/
    width:100%
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    /*margin-left: -250px;*/
}
/*media queries for small devices*/
/* Ring Phone */
.mypage-alo-phone {
  /*position: fixed;*/
  left:0;
  bottom: 0;
  visibility: visible;
  /*background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index:99!important;*/
   width: 35px;
  height: 35px; float:left; margin:2px 0 0 0; vertical-align:middle
}
.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  /*top: 43px;
  left: 43px;*/
  position: absolute;
  /*background: #ff0000 url(../imgwb/imgw/phone.png) no-repeat center center;*/
  background:url(../imgwb/imgw/phone_red.png) no-repeat center center ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /*background-color: #EF3C26;*/
  background-size: 80%;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #F36F25;
  opacity: .75 !important;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #EF3C26;
  opacity: .5;
}
/* Ring Phone 
.mypage-alo-phone {
  position: fixed;
  left:0;
  bottom: 0;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index:99!important;
}
.mypage-alo-ph-img-circle {
  width: 32px;
  height: 32px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../imgwb/imgw/phone.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #EF3C26;
  background-size: 70%;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #F36F25;
  opacity: .75 !important;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #EF3C26;
  opacity: .5;
}*/
@media (max-width:980px) {
     
    #sidebar-wrapper {
    z-index: 99999;
    position: fixed;
    left: 0;
    width: 0;
    height: 100%; margin:40px 0 0 0;
    overflow-y: auto;
    background:#da251c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;overflow-x:hidden;
    }
}