/*reset*/

a {
    text-decoration: none;
}

body {
    font-family: 'UTMSwiss721BlackCondensed' !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


/*=======================================*/

a:focus,
a:hover {
    text-decoration: none;
}

.clear {
    display: block;
    clear: both;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}


/*=======================================*/

@font-face {
    font-family: 'ut';
    src: url('fonts/UTMAurora.eot'), url('fonts/UTMAurora.ttf');
}

@font-face {
    font-family: 'ut1';
    src: url('fonts/RobotoBold.eot'), url('fonts/RobotoBold.ttf');
}

@font-face {
    font-family: 'ut3';
    src: url('fonts/RobotoCondensedRegular.eot'), url('fonts/RobotoCondensedRegular.ttf');
}

@font-face {
    font-family: 'ut2';
    src: url('fonts/UTMHelvetIns.eot'), url('fonts/UTMHelvetIns.ttf');
}


/*commont*/

#full {}

.text {
    text-align: justify;
    line-height: 2em;
}

.text img {
    max-width: 100%;
}

.clear {
    display: block;
    clear: both;
}

.left_0 {
    margin-left: 0px !important;
}

.my_table {
    display: table;
}

.my_row {
    display: table-row;
}

.my_cell {
    display: table-cell;
}

.w100 {
    width: 100%;
    height: auto;
    display: block;
}

.mw100 {
    width: 100%;
}

.padding0 {
    padding: 0px
}

.top20 {
    margin-top: 20px;
}

.top15 {
    margin-top: 15px;
}

.top10 {
    margin-top: 10px;
}

.top5 {
    margin-top: 5px;
}

.padding_min {
    position: relative;
}

.margin_min {
    position: relative;
}

.row_sanpham {
    margin-left: -15px;
    margin-right: -15px;
}

.inline_block {
    display: inline-block;
}


/*gio hang*/

.contain_table_giohang {
    overflow: visible;
}

@media screen and (max-width:475px) {
    .contain_table_giohang {
        overflow-x: scroll;
    }
}

.table_giohang {
    border: 1px solid #d0d0d0;
}

.table_giohang .title_giohang td {
    background: #fafafa;
}

.btn_delete_giohang {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    line-height: 17px;
    color: #000;
    border: 1px solid #d0d0d0;
    text-indent: -1px;
}

.btn_delete_giohang:hover {
    border: 1px solid #000;
}

.table_giohang td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    padding: 13px 20px;
    border-color: #d0d0d0;
}

.table_giohang td:last-child {
    border-right: 0px;
}

.table_giohang tr:last-child td {
    border-bottom: none;
}

.box-basket-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
}

.box-basket-img img {
    width: 70px;
}

.box-basket-name {
    float: left;
    margin-left: 10px;
    width: 128px;
    text-align: left;
}

.box-basket-name h2 {
    font-size: 13px;
    font-weight: normal;
}

.contain_number_giohang {
    display: inline-block;
}

.minus_giohang {
    display: inline-block;
    float: left;
    width: 20px;
    height: 28px;
    border: 1px solid #d0d0d0;
    border-right: none;
    line-height: 28px;
}

.plus_giohang {
    display: inline-block;
    float: left;
    width: 20px;
    height: 28px;
    border: 1px solid #d0d0d0;
    border-left: none;
    line-height: 28px;
}

.number_giohang {
    display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 36px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border: 1px solid #d0d0d0;
}

.gia_giohang {
    color: #cb0000;
    font-size: 16px;
    font-weight: bold;
}

.box_tongdonhang {
    border: 1px solid #d0d0d0;
    margin-top: 0;
}

.title_tongdonhang {
    padding: 7px 15px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
}

.title_tongdonhang h2 {
    text-transform: uppercase;
    color: #AD0000;
    font-size: 13px;
}

.body_tongdonhang {
    padding: 7px 15px;
}

.table_tongdonhang {
    width: 100%;
}

.table_tongdonhang .my_row .my_cell:last-child {
    text-align: right;
}

.button_tonggiohang {
    width: 100%;
    text-align: center;
    border-color: #d8d8d8;
    color: #505050;
    background: #f4f4f4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#e9e9e9);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    background: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background: -ms-linear-gradient(#ffffff, #e9e9e9);
    background: -o-linear-gradient(#ffffff, #e9e9e9);
    background: linear-gradient(#ffffff, #e9e9e9);
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    border-width: 1px 1px 2px;
    border-style: solid;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.button_tonggiohang:hover {
    background: #f4f4f4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#e9e9e9, EndColorStr=#ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
    background: -webkit-linear-gradient(#e9e9e9, #ffffff);
    background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
    background: -ms-linear-gradient(#e9e9e9, #ffffff);
    background: -o-linear-gradient(#e9e9e9, #ffffff);
    background: linear-gradient(#e9e9e9, #ffffff);
}

.button_tonggiohang_gui {
    color: #fff;
    background: #e43a1b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#f24925, EndColorStr=#d62b10);
    background: -webkit-gradient(linear, left top, left bottom, from(#f24925), to(#d62b10));
    background: -webkit-linear-gradient(#f24925, #d62b10);
    background: -moz-linear-gradient(top, #f24925, #d62b10);
    background: -ms-linear-gradient(#f24925, #d62b10);
    background: -o-linear-gradient(#f24925, #d62b10);
    background: linear-gradient(#f24925, #d62b10);
}

.button_tonggiohang_gui:hover {
    background: #e43a1b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#d62b10, EndColorStr=#f24925);
    background: -webkit-gradient(linear, left top, left bottom, from(#d62b10), to(#f24925));
    background: -webkit-linear-gradient(#d62b10, #f24925);
    background: -moz-linear-gradient(top, #d62b10, #f24925);
    background: -ms-linear-gradient(#d62b10, #f24925);
    background: -o-linear-gradient(#d62b10, #f24925);
    background: linear-gradient(#d62b10, #f24925);
}

.table_guidonhang {
    max-width: 400px;
}

.table_guidonhang .input {
    height: 20px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    width: 100%;
}

.table_guidonhang textarea {
    height: auto !important;
}


/*TOP*/

#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 4px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

#top:hover {}


/*++++++++++Lien he+++++++++++*/

.tablelienhe {
    margin: 20px 0px;
}

.tablelienhe span {
    color: #F00;
}

.tablelienhe .my_cell {
    padding: 5px 0px;
    vertical-align: top;
}

.tablelienhe .input {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
}

.tablelienhe textarea {
    padding: 5px;
}

.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover {
    background: #2A8FED;
    color: #fff;
}

.left_lienhe {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
}

.right_lienhe {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
}

.noidung_footer {
    width: 100%;
    float: left;
}

.form_footer {
    width: 100%;
    border-top: 1px solid #000;
    float: right;
    padding-left: 0;
    margin-bottom: 0;
}


/*inner*/

.inner {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}


/*header*/


/*banner*/

#banner {
    height: auto;
}

#banner h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

#language {
    position: absolute;
    top: 100px;
    right: 0px;
}

.hotline_top {
    font-size: 16px;
    color: #f00;
    padding-left: 52px;
    background: url(../images/icon-phone.png) 0px 0px no-repeat;
    position: absolute;
    right: 0;
    top: 58px;
}

.social_top {
    position: absolute;
    right: 0;
    top: 10px;
}


/*menu top*/

#menu {
    height: 35px;
    background: #f81104;
    border-bottom: 2px solid #febb02;
}

#menu ul li {
    float: left;
    position: relative;
    z-index: 99;
}

#menu ul li a {
    line-height: 35px;
    font-size: 17px;
    padding: 0px 29px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: ut;
}

#menu>.inner>ul>li.menu_active>a,
#menu .inner>ul>li>a:hover {
    background: url(../images/center_menu.png) repeat-x;
    color: #fff;
    margin-top: -3px;
    height: 38px;
}

#menu>.inner>ul>li.menu_active>a:before,
#menu>.inner>ul>li>a:hover:before {
    content: "";
    width: 6px;
    height: 38px;
    background: url(../images/before_menu.png) top left no-repeat;
    position: absolute;
    right: 100%;
    top: -3px;
    z-index: 9999;
}

#menu>.inner>ul>li.menu_active>a:after,
#menu>.inner>ul>li>a:hover:after {
    content: "";
    width: 6px;
    height: 38px;
    background: url(../images/after_menu.png) top left no-repeat;
    position: absolute;
    left: 100%;
    top: -3px;
    z-index: 9999;
}

#menu ul li ul {
    width: 230px;
    position: absolute;
    top: 102%;
    left: 0;
    display: none;
    z-index: 9999;
}

#menu ul li ul li {
    background: #f81104;
    display: block !important;
    float: none;
    border-bottom: 1px solid #fff;
}

#menu ul li ul li a {
    background: none !important;
    color: #fff !important;
    line-height: normal !important;
    padding: 10px 25px;
}

#menu ul li ul li a:hover {
    color: #ff0 !important;
}

#menu ul li ul li ul {
    top: 0;
    left: 100%;
}


/*menu bootstrap*/

#btn_menu_bootstrap {
    position: absolute !important;
    height: auto;
    top: 2px !important;
    left: 10px;
    color: #fff;
    font-size: 30px;
    display: none !important;
    padding: 0 !important;
    z-index: 999;
}

#btn_menu_bootstrap:hover {
    color: #9C0;
    padding: 0 !important;
}

#menu_bootstrap {
    display: none;
    width: 100%;
    position: relative;
    z-index: 9999;
}

#menu_bootstrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu_bootstrap ul li {
    width: 100%;
    background: #057604;
    text-indent: 10px;
    line-height: 40px;
    position: relative;
    text-align: left;
}

#menu_bootstrap ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#menu_bootstrap ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

#menu_bootstrap ul li a.sub_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/commont/icon_arrow.png) center center no-repeat;
    background-size: 10px 10px;
    right: 0px;
    top: 0px;
    /*;border-left:1px solid #fff*/
    ;
    text-align: center;
    text-indent: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#menu_bootstrap ul li ul {
    display: none;
    margin-left: 10px;
}


/*search*/

#search {
    width: 272px;
    height: 34px;
    background: url(../images/bg_search.png) 0px 0px no-repeat;
    position: absolute;
    right: 0px;
    top: 105px;
}

#search input[type="text"] {
    outline: none;
    background: none;
    border: none;
    height: 34px;
    width: 155px;
    padding-left: 10px;
}

#search #btn {
    height: 28px;
    width: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}


/*slider*/

#slider {
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.contain_box_skitter {
    width: 1200px;
    margin: auto;
}


/*left*/

.sub_left {
    margin-bottom: 20px;
}

.title_left {
    background: #3a4c8e;
    padding: 17px 0 13px 0;
}

.title_left h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.content_left {
    width: 100%;
}

.item_tooltip {
    position: relative;
}

.my_tooltip {
    position: absolute;
    bottom: 100%;
    background: #353535;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    left: 0;
    margin-bottom: 5px;
    display: none;
}

.my_tooltip:after {
    content: "";
    position: absolute;
    border-top: 5px solid #353535;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}


/*menu left*/

.menu_left ul {
    list-style: none;
}

.menu_left>ul>li {
}
.menu_left>ul>li>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #3a4c8e;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
}
.menu_left>ul>li>a {
    line-height: 40px;
    color: #000;
    display: block;
    border-top: 1px solid #DEDEDE !important;
    background: #F1F1F1;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
    padding-right: 40px;
}
.menu_left>ul>li:hover a:after{
    display: block;
}
.menu_left>ul>li:hover > a {
    background: #3a4c8e;
    color: #fff;
}
.menu_left ul li ul {
    min-height: 0px;
    width: 100%;
    margin-top: 0;
}

.menu_left ul li ul li {
    background: #fefdfd;
    margin-bottom: 0px;
}

.menu_left>ul>li>ul>li a {

}

.menu_left>ul>li>ul>li>ul>li>a {

}


/*main*/

#main {
    width: 100%;
}

.sub_main {
    margin-bottom: 20px;
}

.title_main {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.title_main:before{
    content: '';
    position: absolute;
    background: #ff6c00;
    width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.title_main h2 {
    color: #000;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: ut2;
    font-size: 30px;
    padding-bottom: 10px;
}


/*product*/

.box_sanpham {
    float: left;
    margin-bottom: 15px;
    width: 250px;
}

.img_sanpham {
    text-align: center;
    overflow: hidden;
    width: 250px;
    -moz-box-shadow: 0 0 5px #ededed;
    -webkit-box-shadow: 0 0 5px #ededed;
    box-shadow: 0 0 5px #ededed;
}

.img_sanpham:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.img_sanpham img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.name_sanpham {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 5px;
}

.name_sanpham h2 {
    font-size: 14px;
    color: #e91d4a;
    font-weight: normal;
}

.gia_sanpham {
    text-align: left;
    margin-top: 10px;
    color: #f9150a;
    font-family: ut2;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 5px;
}

.gia_sanpham span {
    color: #f9150a;
}

.more_sanpham {
    text-align: center;
    margin-top: 5px;
}

.more_sanpham a {
    background: #2A8FED;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.more_sanpham a:hover {
    color: #000;
    background: #ff0;
}

.mota_sanpham {
    height: 60px;
}

.mota_sanpham p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 20px;
    color: #696969;
    text-align: justify;
    padding-left: 5px;
    font-weight: bold;
}


/*product detail*/

.contain_sub_img {
    margin-top: 3px;
}

.img_detail {}

.contain_des_detail {}

.item_detail {
    padding: 10px 0px;
    border-bottom: 1px dashed #cdcdcd;
    font-family: ut1;
}

.bottom_detail {
    margin-top: 20px;
}


/*tab*/

.item_tab {
    display: inline-block;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: -1px;
}

.item_tab:hover,
.item_tab_active {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
}

.contain_content_tab {
    padding: 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 13px;
    border: 1px solid #000;
}

.content_tab {
    display: none;
}

.content_tab_active {
    display: block;
}


/*tin tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©c*/

.box_news {
    display: block;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px dashed #cdcdcd;
    /* width: 200px; */
}

.box_news_img {}

.box_news_img:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.box_news_img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.box_news_name h3 a {
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: ut1;
    font-size: 16px;
}

.box_news_name h3 a:hover {
    color: #f00;
}

.box_news_mota {
    text-align: justify;
    line-height: 22px;
    margin-top: 5px;
}

.box_news_readmore {
    text-align: right;
    float: right;
}

.box_news_readmore a:hover {
    background: #000;
}

.box_news_readmore a {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.box_news_other {
    display: block;
    clear: both;
    margin-top: 20px;
}

.title_news_other {
    text-transform: uppercase;
    color: #004bc9;
    font-size: 12px;
    font-weight: bold;
}

.list_news_other li a {
    color: #000;
    font-size: 14px;
}

.list_news_other li a:hover {
    color: #f00;
}


/*doitac*/

#doitac {
    background: #fff;
}

.item_doitac {
    padding: 20px;
}

.contain_owl_doitac {
    position: relative;
    padding: 0px 30px;
}

.next_doitac {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
}

.prev_doitac {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
}


/*footer*/

.left_footer {
    width: 220px;
    float: left;
}

.left_footer h3,
.center1_footer h3,
.center2_footer h3,
.right_footer h3 {
    color: #ff0;
    text-transform: uppercase;
    font-family: ut1;
    border-bottom: 3px solid #494949;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.left_footer ul li a,
.center1_footer ul li a,
.center2_footer ul li a {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 25px;
}

.center1_footer {
    width: 220px;
    float: left;
    margin-left: 50px;
}

.center2_footer {
    width: 240px;
    float: left;
    margin-left: 40px;
}

.right_footer {
    width: 345px;
    float: right;
}

.bottom_footer {
    height: 30px;
}

.copyright p {
    font-size: 13px;
    line-height: 30px;
}

.social_footer {
    margin-top: 10px;
}


/*pagination*/

.pagination {
    width: 100%;
    text-align: center;
}

.pagination a {
    width: 25px;
    height: 25px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    line-height: 25px !important;
    background: #ebebeb;
    display: inline-block;
    vertical-align: top;
    color: #717171;
    font-size: 12px;
}

.pagination span {
    width: 25px;
    height: 25px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    line-height: 25px !important;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    color: #717171;
    font-size: 12px;
}


/*dang ky nhan tin*/

.contain_form_dangkynhanemail {
    background: url(../images/bg_dknhantin.png);
    width: 203px;
    height: 23px;
}

#email_dknhantin {
    height: 23px;
    outline: none;
    border: none;
    width: 159px;
    box-sizing: border-box;
    padding: 0 10px;
    background: none;
}

#button_dknhantin {
    width: 40px;
    background: none;
    outline: none;
    border: none;
    color: #ff0;
    text-align: center;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
}


/*my comment*/

#my_comment {
    padding: 10px;
}

textarea#comment_insert,
textarea#sub_comment_insert {
    width: 100%;
    min-height: 125px;
    border: 1px solid #c1bfbf;
    padding: 10px;
    box-sizing: border-box
}

.input_comment {
    margin: 5px;
    height: 30px;
    border: 1px solid #c1bfbf;
}

.input_insert_comment {
    padding: 0px 10px;
}

.btn_insert_comment,
.sub_btn_insert_comment {
    background: #FBD648;
    font-weight: bold;
    padding: 0px 10px;
}

.tool_comment {
    border-left: 1px solid #c1bfbf;
    border-right: 1px solid #c1bfbf;
    border-bottom: 1px solid #c1bfbf;
}

.list_comment {
    padding: 15px 0px;
    border-top: 1px solid #c1bfbf;
    margin-top: 40px;
}

.list_comment .item_comment {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.avatar_comment {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #ccc;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.name_comment {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.content_comment {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.list_comment li ul {
    margin-top: 15px;
    background: #F1F1F1;
    padding: 15px 10px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.list_comment li ul:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #F1F1F1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 20px;
}

.list_comment li ul:before {
    content: "";
    position: absolute;
    border-top: 11px solid transparent;
    border-bottom: 11px solid #e7e7e7;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: 100%;
    left: 20px;
    margin-left: -1px;
}


/* danhmuc */

.box_danhmuc {
    width: 360px;
    float: left;
    padding: 5px;
    margin-right: 17px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 25px;
}

.box_danhmuc:after {
    background: url(../images/bg_before.png) bottom center no-repeat;
    height: 17px;
    width: 360px;
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0px;
}

.img_danhmuc {
    position: relative;
}

.desc_danhmuc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(112, 94, 249, 0.8);
    padding: 3px;
}

.desc_danhmuc h3:after {
    background: url(../images/before_danhmuc.png) no-repeat;
    width: 360px;
    position: absolute;
    content: "";
    height: 19px;
    top: -22px;
    left: -3px;
}

.desc_danhmuc h3 {
    text-align: center;
    font-family: ut1;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    padding: 10px 0px;
}

.desc_danhmuc h3 a {
    color: #fff;
}

.desc_danhmuc p {
    color: #fff;
    line-height: 22px;
    font-size: 13px;
}

.bg_do {
    background: url(../images/do.png) no-repeat;
    width: 16px;
    height: 21px;
    float: right;
    padding: 5px;
}

.nut_index {
    background: url(../images/chitiet.png) no-repeat;
    height: 38px;
    z-index: 9999;
    width: 62px;
    float: right;
    top: 9px;
}



.left_sanpham {
    float: left;
    width: 250px;
}

.left_sanpham.l2{
}
.main_sanpham.m2{
    margin-left: 0;
    margin-right: 15px;
}
.main_sanpham {
    width: calc(100% - 265px);
    float: left;
    margin-left: 15px;
}


/*chat popup*/

.chat_popup {
    position: fixed;
    right: -238px;
    z-index: 999;
    top: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}

.button_chat {
    position: absolute;
    top: -0px;
    left: -33px;
}

.contain_chatpopup {
    width: 238px;
    margin-left: 2px;
    background: #fff;
    height: auto;
    min-height: 204px;
}

.item_yahoo {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

.item_yahoo span {
    margin-right: 7px;
    display: inline-block;
}

.item_slider_product_item2 {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}

.item_slider_product_item2 a {
    width: 100%;
}
.mt-5{
    margin-top: 3rem
}
.mb-2{
    margin-bottom: 2rem;
}
.container-doi-tac li a{display: block;margin-right: 20px}
.container-doi-tac img{border:5px solid #ccc !important;margin-bottom: 10px}
.tieude-uudai{color: #f00;font-size: 18px;margin: 15px 0px}
.noidung-uudai{background: #eee;padding: 5px 10px;border-radius: 5px;}
.item-productkm{
  border: 3px solid #f00;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}