@import "font.css"; @charset "utf-8"; body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    background: #fff;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

::selection {
    background-color: #ff4c3b;
    color: #fff;
}

::-webkit-selection {
    background-color: #ED1C24;
    color: #fff;
}

-webkit-::selection {
    background-color: #ff4c3b;
    color: #fff;
}

::-moz-selection {
    background-color: #ED1C24;
    color: #fff;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.showText p {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 33px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
    font-size: 17px;
    line-height: 30px;
}

.header_top {
    padding-top: 5px;
    background: #f8f8f8;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: solid #eee 1px;
}

.company_time {
    padding-right: 10px;
    /* float: right; */
    /* padding-top: 3px; */
}

.company_time i, .link_page ul li i, .right_top_id ul h3 i, .menu_left ul h3 i {
    /* color: #666; */
    margin-right: 7px;
}

.company_time h3 {
    margin-top: 0px;
    border: solid #FFF 1px;
    margin-right: 10px;
    float: left;
}

.company_time h3:hover {
    opacity: .8;
}

.company_time ul li {
    float: left;
    list-style: none;
    margin-left: 0;
    color: #333;
    font-size: 16px;
    margin-right: 0;
    text-transform: none;
    padding: 0 10px;
    line-height: 30px;
}

.company_time ul.right_header {
    float: right;
}

.company_time ul li span {
    font-weight: 600;
    font-size: 22px;
    color: #26368d;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    letter-spacing: 1px;
}

.company_time ul li img {
    margin-right: 0;
    height: 18px;
    width: auto;
    border: solid #fff 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 0;
    margin-top: 4px;
}

.company_time ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

.company_time ul li.bag_11 {
    background: none;
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 10px;
    border: solid #ffffffb5 1px;
}

.company_time ul li a:hover {
    color: #26368d;
    /* text-decoration: underline; */
}

.company_time ul li img:hover {
    border: solid #26368d 3px;
}

.box_menu {
    background: #26368d;
    /* position: unset; */
    width: 100%;
    /* padding: 12px 0; */
    /* z-index: 99999; */
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #26368d;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    /* padding: 10px 0; */
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.menuMain {
    position: unset;
    left: 0;
    top: 0;
    z-index: 3;
    /* float: left; */
}

.menu {
    margin: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.menu * {
    list-style: none;
}

.menu > li.is_step_2 {
    position: relative;
}

.menu > li {
    display: inline-block;
    position: relative;
}

.menu > li > a {
    display: block;
    /* height: 45px; */
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 0 11px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px;
    color: inherit;
    font-size: 11px;
    padding-left: 5px;
}

.menu > li:hover > a {
    color: #ff0;
    /* background: #18babd; */
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    padding-top: -6px;
    min-height: auto;
    display: block;
    z-index: 1;
}

.menu > li.active > a {
    color: #C800C8;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li.is_step_2 > ul {
    /* width: 1200px; */
    /* left: 50%; */
    /* transform: translateX(-50%) !important; */
}

.menu > li.is_step_2 > ul {
    padding-top: 7px;
    display: none;
}

.menu > li.is_step_2:hover > ul {
    padding-bottom: 10px;
    display: block;
    /* display: -webkit-flex; */
    flex-wrap: wrap;
    /* -webkit-flex-wrap: wrap; */
}

.menu li.is_step_2 > ul > li ul {
    position: relative;
    left: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: none;
    -moz-transform-origin: none;
    -webkit-transform-origin: none;
    ; transform: none;
    ; -moz-transform: none;
    ; -webkit-transform: none;
    opacity: 1;
    visibility: visible;
}

.menu li > ul li:hover> ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    z-index: -1;
    margin: 0 auto;
    padding-top: 0px;
    display: none;
    /*transition: all 0.4s ease-in 0s;

	-moz-transition: all 0.4s ease-in 0s;

	-webkit-transition: all 0.4s ease-in 0s;

	-ms-transition: all 0.4s ease-in 0s;*/
    /*transform-origin: center top 0px;

	-moz-transform-origin: center top 0px;

	-webkit-transform-origin: center top 0px;

	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);

	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);

	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);*/
    background: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* padding: 0 25px; */
    margin: 0 auto;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.menu > li > ul > li a {
    position: relative;
    color: #575454;
    font-weight: 500;
    font-size: 17px;
    display: block;
    padding: 0 5px 0 10px !important;
}

.menu > li > ul > li a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 8px;
    font-size: 11px;
    margin-left: -13px;
}

.menu > li.is_step_2 > ul > li a:before {
    display: none
}

.menu > li.is_step_2 > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    /* 	background: rgba(0, 0, 0, 0.05); */
}

.menu > li > ul > li, .menu > li > ul li {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    padding: 3px 0 !important;
}

.menu > li > ul > li a {
    display: block;
    border: none;
    padding: 0;
    line-height: 26px;
    font-weight: normal;
    font-size: 16px;
    margin: 0 15px 0;
    white-space: normal;
}

.menu > li.is_step_2 > ul > li {
    z-index: 2 !important;
    position: relative !important;
    /* margin: 0 !important; */
    color: #fff !important;
    font-weight: 500 !important;
    padding: 0 10px !important;
    /* min-height: 200px !important; */
    padding-top: 10px !important;
    /* width: calc(16.6666% - 20px) !important; */
    /* float: left !important; */
    color: #84b2ff !important;
    font-size: 17px !important;
    /* margin: 0 15px !important; */
    /* padding-bottom: 10px !important; */
    min-height: !important;
    background: none !important;
}

.menu > li.is_step_2 > ul > li > a {
    display: block !important;
    white-space: nowrap !important;
    color: inherit !important;
    /* line-height: 40px  !important; */
    font-size: inherit !important;
    background: rgba(255, !important;
    255, 255, 0) border-bottom: solid 1px rgba(255, 255, 255, 0.59) !important padding: 0 24px 0 0 !important text-decoration: none !important !important text-transform: uppercase !important text-align: left !important font-size: 18px !important margin-bottom: 5px !important color: #18babd !important; color: #26368d !important;
    margin: 0 !important;
    font-size: 17px;
    text-transform: uppercase;
}

.menu > li.is_step_2 > ul > li > ul li a {
    margin: 0 !important
}

.menu > li > ul > li > a:hover {
    color: #575454;
}

.menu > li > ul > li > a > span {
    display: none;
}

.menu > li > ul > li:hover {
    z-index: 3;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
}

.menu li > ul > li > ul > li:hover > a {
    border-color: transparent;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    color: inherit;
    font-size: 11px;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 87%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 10%;
    padding: 15px;
    background: #ddd;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.openBtn {
    background: no-repeat;
    border: none;
    padding: 6px;
    font-size: 17px;
    cursor: pointer;
    color: #999;
    transition: width .6s, border-radius .6s, background .6s, box-shadow .6s;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.openBtn:hover {
    background: #0a2268;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
}

.box_menu .pagewrap {
    position: relative;
}

.menu li > ul > li > ul {
    text-align: left;
}

.menu li > ul > li > ul > li a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 10px;
}

.menu li > ul > li > ul > li a i {
    font-size: 10px;
    padding-right: 5px;
}

.menu li > ul > li > ul > li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #4b4f56;
    font-weight: bold;
    font-size: 17px;
    /* padding: 0 15px; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    line-height: 25px;
    padding: 0;
}

.menu li > ul > li > ul > li:hover, .menu li > ul > li > ul > li a:hover {
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-color: transparent; */
    color: #26368d;
}

.menu > li.is_step_2 > ul:before {
    /* background: #ffffff; */
    left: -1000%;
    position: absolute;
    content: "";
    height: 100%;
    right: -1000%;
    top: 0;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.menu li.homepage a {
    padding: 0 10px;
}

.menu li.homepage a:hover {
    color: #027ABD;
    background: none;
}

.menu > li.khuyenmai_menu {
    background: #ff4c3b;
}

html {
    overflow-x: hidden;
}

.box_banner {
    background: #f1f1f1;
}

.banner_top_left {
    float: left;
    width: 780px;
    margin-left: 10px;
}

.banner_top_right {
    float: right;
    width: 390px;
    margin-right: 10px;
}

.banner_top_right ul li {
    list-style: none;
    line-height: 0;
    padding-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

.banner_top_right ul li img {
    width: 100%;
    height: 170px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.banner li {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.banner li a {
    display: block;
    height: 100%;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 3;
}

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border: solid #fff 4px;
}

.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #26368d;
}

.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.header {
    /* padding: 20px 0; */
    background: #fffde4;
}

.logo_top {
    float: left;
    padding-left: 10px;
    line-height: 0px;
}

.logo_top img {
    width: auto;
    height: 85px;
}

.timkiem_top {
    float: right;
    border: solid #26368d 1px;
    margin-right: 20px;
    /* margin-top: 0; */
    background: #26368d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 18px 0;
}

.input_search {
    padding: 0px 15px;
    line-height: 47px;
    width: 500px;
    float: right;
    color: #666;
    border: none;
    font-size: 16px;
    background: #ffffff;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.input_search:focus {
    color: #000;
}

.search a {
    width: 50px;
    height: 47px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center #26368d;
}

.right_top_id {
    float: right;
    margin-top: 0;
    padding: 18px;
}

.right_top_id ul h3 {
    float: left;
    margin-right: 10px;
}

.right_top_id ul h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    border: solid #CCC 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.right_top_id ul h3 a span {
    color: #666;
    font-weight: normal;
}

.right_top_id ul h3 a:hover span {
    color: #fff;
}

.right_top_id ul h3 a:hover {
    color: #fff;
    background: #26368d;
    border: solid #26368d 1px;
}

.footer_top {
    padding: 20px 0;
}

.footer_top ul {
    float: left;
    margin: 0 10px;
    width: 230px;
}

.footer_top ul.face_bottom {
    width: 280px;
}

.footer_top ul.contact_footer {
    width: 380px;
}

.footer_top ul.contact_footer p {
    line-height: 27px;
}

.footer_top ul.contact_footer p img {
    height: 65px;
    width: auto;
    margin-top: 15px;
}

.footer_top ul h3 {
    color: #26368d;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    line-height: 35px;
}

.footer_top ul li {
    list-style: none;
    border-bottom: dotted #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}

.footer_top ul li a {
    color: #333;
    display: block;
}

.footer_top ul li a:hover {
    color: #26368d;
}

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
    height: 35px;
}

.sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: center;
    padding-top: 10px;
    height: 35px;
    /* float: left; */
}

.sharelink a img {
    background: #8a8686;
    /* border: solid #26368d 3px; */
    padding: 6px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /* opacity: 0.5; */
}

.sharelink img:hover {
    background: #26368d;
    opacity: 10;
}

.bottom_id_copyright {
    text-align: center;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid #CCC 1px;
}

.bottom_id_copyright a {
    color: #333;
    font-weight: normal;
}

.bottom_id_copyright a:hover {
    color: #26368d;
    text-decoration: underline;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1;
}

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #f60;
    outline: none;
    color: #fff;
    font-size: 17px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

#back-top a:hover {
    color: #fff;
    background: #26368d;
}

.footer_bottom {
    padding-top: 10px;
    background: #F1F1F1;
    color: #333;
    padding-bottom: 20px;
}

.link_page ul li i {
    margin-right: 7px;
    font-size: 16px;
}

.link_page {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
    line-height: 30px;
    padding: 8px 0;
}

.link_page ul li {
    float: left;
    list-style: none;
    background: url(../images/w_bg_location.gif) center right no-repeat;
    padding-right: 20px;
    padding-left: 12px;
    line-height: 20px;
}

.link_page ul li i {
    color: #7f7f7f;
    font-size: 18px;
}

.link_page ul li a {
    display: block;
    color: #7f7f7f;
    font-size: 15px;
    text-transform: uppercase;
}

.link_page ul li a:hover {
    color: #26368d;
}

.link_page h3, .link_page h1 {
    text-transform: uppercase;
    color: #FB6600;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    font-weight: normal;
    margin-left: 10px;
    float: left;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.link_page ul {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 20px;
}

.showText h2 {
    text-transform: uppercase;
    color: #26368d;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.nums {
    table-layout: auto;
    margin-top: 15px;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 18px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    /* line-height: 30px; */
    height: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #26368d;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.nums a:hover, .nums a.active, .pro_home_id_2 .owl-nav a.stay:hover {
    background: #ffcf26;
    color: #ffffff;
}

.pro_home_id_2 .owl-nav {
    text-align: center;
}

.pro_home_id_2 .owl-nav a.stay {
    font-size: 19px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #11b720;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}

.title_news h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #26368d;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.title_news li {
    font-size: 17px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 32px;
    color: #444;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 330px;
    background: #26368d;
    padding: 25px;
    min-height: 100px;
}

.company_contact ul p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 5px;
    color: #ffffff;
}

.company_contact ul p a {
    color: #52534D;
}

.company_contact ul p a:hover {
    color: #52534D;
    text-decoration: underline;
}

.company_contact ul h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 0px;
}

.company_contact ul h3 i {
    margin-right: 10px;
}

.map_contact iframe {
    width: 100%;
    height: 450px;
    margin-top: 20px;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #26368d;
    padding-bottom: 20px;
}

.contact .left {
    width: 49%;
    float: left;
}

.contact .right {
    width: 49%;
    float: right;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #ddd;
    height: 45px;
    color: #666;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    /* text-transform: capitalize; */
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 211px;
}

.contact .left input {
    width: 100%;
}

.contact .right input, .contact .right textarea {
    width: 100%;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #26368d;
    white-space: nowrap;
    /* border-radius: 5px; */
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.formBox .button:hover {
    color: #FFF;
    background: #26368d;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: normal;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    color: #883002;
}

.page_conten_page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.comment_face {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tintuc_home_id ul h3 a:hover, .list_ch_home_id ul:hover h3, .cuahang_left_id ul:hover h3 {
    color: #f60;
}

.right_conten {
    float: right;
    width: 900px;
}

.left_conten {
    float: left;
    margin-left: 10px;
    width: 240px;
    padding: 20px 15px;
    border-top: 1px solid #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.marquee {
    overflow: hidden;
    height: 500px;
    margin-top: 20px;
}

.marquee_2 {
    overflow: hidden;
    height: 500px;
    margin-top: 20px;
}

.menu_left ul h3, .sanpham_left .title_left, .doitac_left h1, .cuahang_left h1 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    background: #26368d;
}

.menu_left ul li {
    list-style: none;
}

.menu_left ul li a {
    display: block;
    color: #333;
    background: #eee;
    line-height: 35px;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: solid #fff 1px;
    font-weight: 500;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.menu_left ul li a i {
    padding-right: 7px;
    font-size: 13px;
}

.menu_left ul li a:hover {
    color: #fff;
    background: #f60;
}

.check_id h3 {
    color: #FB6600;
    font-weight: normal;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: solid #CCC 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.graphite .accordion {
    font: bold 14px Arial, sans-serif;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    border-left: 1px solid #111;
}

.graphite .accordion, .graphite .accordion li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    background: #f8f8f8;
}

.graphite .accordion a {
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    display: block;
    color: #666;
    border-bottom: 1px dotted #eee;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.graphite .accordion ul a {
    background: no-repeat;
    font-weight: 500;
    border-bottom: none;
    text-transform: capitalize;
    color: #666;
    line-height: 20px;
    border-bottom: 1px dotted #eee;
}

.graphite .accordion ul a i {
    padding-right: 5px;
}

.graphite .accordion ul a:hover {
    text-decoration: underline;
    color: #214551;
}

.graphite .accordion a.dcjq-parent.active {
    background-color: #eee;
}

.graphite .accordion a .dcjq-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    margin-top: -17px;
    height: 30px;
    background: url(../images/arrow_black_right.png) no-repeat 0 center;
    background-size: contain;
}

.graphite .accordion a.dcjq-parent.active .dcjq-icon {
    background: url(../images/arrow_black_down.png) no-repeat 0 center;
    background-size: contain;
    color: #f60;
}

.graphite .accordion a:hover {
    color: #333;
    background: none;
}

.graphite .accordion a:active {
    color: #214551;
    background: none;
}

.check_id {
    border-bottom: solid #CCC 1px;
    margin-bottom: 20px;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    text-transform: capitalize;
    color: #666;
    padding-left: 30px;
}

.container span {
    color: #999;
    padding-left: 0;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f9f9f9;
    border: 1px #ccc solid;
    text-align: center;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #883002;
    border: 1px #883002 solid;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.viewLeft {
    width: 430px;
    float: left;
}

.viewRight {
    width: 448px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.viewRight h3 {
    font-size: 25px;
    color: #26368d;
    line-height: 30px;
    font-weight: 500;
    /* border-bottom: dotted #CCCCCC 1px; */
    padding-bottom: 0px;
    /* margin-bottom: 5px; */
    padding-left: 10px;
}

.viewRight h3 span {
    font-size: 21px;
    padding-left: 10px;
    font-weight: normal;
    color: #333;
    text-decoration: line-through;
}

.viewRight .desc {
    /* border-bottom: dotted 1px #ddd; */
    margin-bottom: 2px;
    /* padding-bottom: 10px; */
    margin-left: 10px;
}

.viewRight .desc b {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    padding-top: 5;
}

.viewRight .desc li {
    line-height: 25px;
    margin-bottom: 7px;
    text-indent: 19px;
    list-style: none;
    background: url("../images/icon-check-pink.png") no-repeat left 4px;
}

.quantity {
    position: relative;
    margin-bottom: 10px;
}

.quantity, .quantity * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.quantity label {
    font-size: 16px;
    padding-right: 5px;
}

.quantity .input-text {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

.quantity p {
    padding: 10px 0 5px 0;
    border-top: dotted 1px #ddd;
    font-size: 18px;
    text-transform: uppercase;
}

.quantity .minus, .quantity .plus {
    position: absolute;
    bottom: 0px;
    left: 135px;
    width: 30px;
    height: 23px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: #26368d;
    line-height: 19px;
}

.quantity .minus {
    font-size: 25px;
}

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 45px;
    color: #fff;
    border: solid 1px #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    background: #26368d;
    margin-left: 170px;
}

.quantity a:hover {
    color: #fff;
    background: #26368d;
}

.quantity a:before {
    content: "";
    background-image: url("../images/icon-cart-w.png");
    background-position: center center;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 26px;
    height: 22px;
    z-index: 2;
    line-height: normal;
}

#proView .link a {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    padding-left: 30px;
    color: #333;
    position: relative;
}

#proView .link a:hover {
    color: #f00;
}

#proView .link a:first-child {
    margin-right: 22px;
}

#proView .link {
    margin-bottom: 15px;
}

#proView .link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #646464;
    background-position: center center;
    background-repeat: no-repeat;
}

#proView .link a.b_mail:after {
    background-image: url("../images/icon-mail.png");
}

#proView .link a.b_share:after {
    background-image: url("../images/icon-share.png");
}

#proCont {
    padding: 0px 0px;
}

.listDesc {
    margin-bottom: 15px;
    box-shadow: inset 0 -5px #E6E6E6;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-bottom: 5px;
    box-shadow: inset 0 -5px #646464;
    color: #999;
}

.titleView {
    background: url(../images/line-menu.png) repeat-x left bottom;
    position: relative;
    padding: 0px 0 20px 0;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.viewRight h2 {
    font-size: 20px;
    position: relative;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #f00;
}

.viewRight h2 span {
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
    color: #333;
    text-decoration: line-through;
}

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
}

#bridal_images img {
    border: none;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

#bridal_images_list {
    display: block;
    width: 95%;
    padding-left: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-right: 10px;
    list-style: none;
    float: left;
    height: 110px;
    width: 110px;
    border: 1px solid #CCC;
    background: #fff;
    padding: 4px;
    text-align: center;
    overflow: hidden;
}

#bridal_images_list li:hover {
    border: 1px solid #999;
    background: #fff;
}

#bridal_images_list img {
    width: auto;
    height: 110px;
    width: 110px;
    border: none;
}

.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}

.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}

.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}

.gianhanggoiy_id {
    float: right;
    width: 240px;
    padding: 10px;
    background: #fff;
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    border: solid #CCC 1px;
}

.gianhanggoiy_id h1 {
    text-align: center;
    padding: 5px 0px;
    background: #26368d;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 40px;
}

.title_id {
    padding-left: 20px;
    line-height: 35px;
    color: #26368d;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.title_id:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 9px;
    background: #f60;
    height: 35px;
    left: 0px;
    position: absolute;
    top: 1px;
    z-index: 2;
}

.sanpham_left, .doitac_left, .cuahang_left {
    margin-top: 20px;
}

th {
    background-color: #545454;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-bottom: 1px solid #ddd;
}

th, td {
    padding: 5px 15px;
    /* text-align: left; */
}

td {
    height: 30px;
    /* vertical-align: bottom; */
}

th {
    /* text-align: left; */
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

#cart_list h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #26368d;
    padding-bottom: 14px;
}

#cart_list {
    background: #fff;
    margin-bottom: 20px;
}

#cart_list tr {
    background: #ffffff;
}

#cart_list tr a {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    text-transform: capitalize;
}

#cart_list tr a:hover {
    color: #f60;
}

#cart_list th {
    background: #26368d;
    color: #fff;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 17px;
    text-align: center;
}

#cart_list td {
    padding: 5px 10px;
    text-align: center;
    color: #444;
    font-size: 17px;
    line-height: 25px;
}

#cart_list tr:nth-child(even) {
    background-color: #f2f2f2;
}

#cart_list td input {
    width: 25px;
    padding: 3px 5px;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 17px;
}

#cart_list tr:hover {
    background-color: #f8f8f8;
}

#cart_list td img {
    width: 100%;
    height: auto;
    border: none;
}

#cart_list td a.pro_del {
    background: #26368d;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

#cart_list td a.pro_del:hover {
    background: #f60;
    color: #fff;
}

#cart_list td #pro_sum {
    float: right;
    font-size: 18px;
    font-weight: normal;
}

#cart_list td #pro_sum label {
    color: #f60;
    font-size: 23px;
    font-weight: normal;
}

#cart_list td a.pro_del.mar {
    margin: 0px 0px;
}

#cart_list td a.pro_del.float {
    float: left;
    padding: 2px 15px;
}

#cart_list tr:last-child td {
    padding: 15px;
}

#payment_method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#payment_method h3 {
    font-size: 20px;
    color: #f60;
    font-weight: normal;
    padding-bottom: 0px;
    text-align: left;
}

#payment_method .payment_method_input {
    list-style: none;
    float: left;
    width: 100%;
    /* height: 25px; */
    margin-bottom: 0px;
}

#payment_method .payment_method_input .radio_check {
    float: left;
    width: 20px;
}

.formBox #payment_method ul li input {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
}

#payment_method .payment_method_input span {
    float: left;
    margin-left: 10px;
    width: 93%;
    background: none;
    font-weight: normal;
    color: #333;
    text-align: left;
}

.tintuc_home_box {
    background: #fff;
    padding-bottom: 20px;
}

.tintuc_home_box_2 {
    padding: 30px 0;
    background: #fff;
}

.tintuc_home_id ul {
    margin: 10px;
    float: left;
    width: 380px;
}

.tintuc_home_id ul li, .tintuc_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.tintuc_home_id ul h3 a {
    color: #26368d;
    font-weight: normal;
    font-size: 18px;
    /* text-transform: uppercase; */
    line-height: 27px;
    padding-bottom: 7px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
    height: 45px;
    overflow: hidden;
}

.tintuc_home_id ul h4 {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 30px;
}

.tintuc_home_id ul h4 i {
    padding-right: 5px;
}

.tintuc_home_id ul .desc {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    line-height: 25px;
}

.placeNav_2, .placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    background: #26368db3;
}

.placeNav {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 40px;
    width: 35px;
    line-height: 30px;
    height: 35px;
    background: #26368db3;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
}

.placeNav.next {
    right: 10px;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover {
    color: #fff;
    background: #26368db5;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide, .placeSlide_2, .placeSlide_3, .placeSlide_1 {
    width: 1300px;
}

.titBox {
    margin: 0 auto 30px auto;
}

.titBox .desc {
    display: block;
    font-size: 16px;
    color: #C800C8;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}

.titBox .tit {
    font-size: 30px;
    color: #087D12;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
}

.titBox .tit_2 {
    font-size: 30px;
    color: #26368d;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.titBox:after {
    content: "";
    display: inline-table;
    margin: 0;
    height: 4px;
    width: 100px;
    background: #26368d;
}

.titBox.left {
    text-align: center;
    width: 100%;
}

.titBox.left:after {
    margin-left: 0;
}

.titBox .sub {
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

.titBox .sub_2 {
    color: #888;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
}

.titBox .sub_1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

.tintuc_home_id ul li img:hover, .pro_home_id ul li img:hover, .pro_home_id_2 ul li img:hover, .list_ch_home_id ul li img:hover, .banner_top_right ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.pro_home_id ul {
    float: left;
    margin: 0 10px 25px 10px;
    width: 260px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    text-align: center;
    min-height: 380px;
    position: relative;
}

.pro_home_id_2 ul {
    -webkit-transition: all .3s ease;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.pro_home_id_2 ul li, .pro_home_id_2 ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.pro_home_id ul p, .pro_home_id_2 ul p {
    color: #999;
    font-size: 16px;
}

.pro_home_id ul li, .pro_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.pro_home_id ul h3, .pro_home_id_2 ul h3 {
    color: #171C2B;
    font-weight: normal;
    font-size: 19px;
    padding: 15px 0px;
    text-transform: capitalize;
    line-height: 27px;
    padding-bottom: 7px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    height: 50px;
}

.pro_home_id ul h4, .pro_home_id_2 ul h4 {
    color: #f60;
    font-weight: normal;
    font-size: 20px;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.pro_home_id ul:hover h3, .pro_home_id_2 ul:hover h3 {
    color: #26368d;
}

.pro_home_id ul h4 span, .pro_home_id_2 ul h4 span {
    color: #878787;
    font-weight: normal;
    font-size: 17px;
    padding-left: 10px;
    text-decoration: line-through;
}

.checked {
    color: orange;
}

.pro_home_id ul:hover, .banner_home_right ul li:hover, .logo_doitac ul:hover, .logo_doitac_left ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.discount-tag {
    top: 5px;
    right: 15px;
    position: absolute;
    background: #f60;
    width: auto;
    padding: 5px 10px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;
    font-size: 15px;
    line-height: 20px;
    max-width: 35px;
}

.discount-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 22px solid transparent;
    border-top: 6px solid #26368d;
    top: 30px;
    right: 0px;
}

.discount-tag:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #26368d;
    border-left: 8px solid transparent;
    top: 0px;
    right: 44px;
}

.gioithieu_home {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 40px;
}

.gioithieu_home li {
    list-style: none;
    float: left;
    width: 550px;
    margin-left: 10px;
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    height: auto;
    line-height: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.gioithieu_home li img {
    width: 100%;
    height: auto;
}

.gioithieu_home ul {
    float: right;
    width: 580px;
    margin-right: 10px;
    font-size: 18px;
    color: #666;
    line-height: 31px;
    text-align: justify;
}

.gioithieu_home ul h4 a {
    float: right;
    font-size: 18px;
    color: #fff;
    background: #087D12;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    line-height: 35px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    margin-top: 20px;
    border-radius: 5px;
}

.gioithieu_home ul h4 a:hover {
    color: #fff;
    background: #2bbd42;
}

.box_1_home {
    padding-top: 30px;
    background: #f8f8f8;
    padding-bottom: 30px;
}

.more_pro h3 {
    text-align: center;
    margin-top: 10px;
}

.more_pro h3 a {
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 40px;
    letter-spacing: 0.025em;
    color: #ffffff;
    background-color: #26368d;
    transition: .3s ease-out;
    text-transform: uppercase;
    display: inline-table;
    line-height: 35px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.more_pro h3 a i {
    padding-left: 8px;
}

.more_pro h3 a:hover {
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #f60;
}

.banner_home_right ul li {
    line-height: 0;
    list-style: none;
    margin: 10px;
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    position: relative;
    overflow: hidden;
    display: block;
}

.banner_home_right ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.box_2_home {
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.box_hinhthucthanhtoan_id {
    padding: 10px 0;
    background: #fff;
}

.hinhthucthanhtoan_id {
    float: left;
    margin: 10px;
    width: 280px;
}

.hinhthucthanhtoan_id li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 38px;
    padding-top: 10px;
}

.hinhthucthanhtoan_id li img {
    width: 100%;
    height: auto;
    transition: all .8s ease-in-out;
}

.hinhthucthanhtoan_id ul {
    float: left;
    padding-left: 15px;
    width: 227px;
    padding-top: 0;
}

.hinhthucthanhtoan_id ul h3 a {
    font-size: 22px;
    color: #26368d;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0;
    display: block;
}

.hinhthucthanhtoan_id ul p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-transform: capitalize;
}

.newsletter_home {
    background: #26368d;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.newsletter_home h3 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color: #ff0;
    padding-bottom: 10px;
    /* text-shadow: 1px 1px 2px rgb(0, 0, 0); */
}

.newsletter_home p {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.newsletter_home ul {
    width: 80%;
    margin-top: 20px;
}

.newsletter_home ul h2 a {
    float: right;
    border-radius: 5px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 38px;
    letter-spacing: 0.025em;
    color: #000;
    background-color: #f9dd55;
    transition: .3s ease-out;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.newsletter_home ul h2 a:hover, .home_out_services ul li a:hover, .box_title_banner ul h4 a:hover, .lich_kham_id h4 a:hover {
    color: #fff;
    background-color: #f60;
}

.col-md-1 {
    width: 21%;
    float: left;
    margin-left: 10px;
}

.col-md-7 {
    width: 26%;
    float: left;
    margin-left: 10px;
    color: #666;
    margin-right: 10px;
}

.col-md-3, .col-md-2 {
    width: 100%;
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.row-frm select {
    height: 45px !important;
    width: 100%;
    margin: 0;
}

.box_doitac_home {
    padding-bottom: 30px;
}

.logo_doitac ul {
    margin: 10px;
    width: 121px;
    padding: 10px 29px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.logo_doitac ul h3, .logo_doitac_page ul h3 {
    color: #495677;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 26px;
    padding-top: 15px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    position: relative;
}

.logo_doitac_page ul {
    margin: 10px;
    width: 250px;
    padding: 15px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac_page ul li, .logo_doitac_page ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.add_more_2 ul {
    text-align: center;
    margin-top: 15px;
}

.add_more_2 ul h2 {
    list-style: none;
    background: #26368d;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: normal;
    margin-left: 1px;
    float: left;
    text-transform: uppercase;
    border: none;
}

.add_more_2 ul h3 {
    list-style: none;
    font-size: 18px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 5px;
    float: left;
    text-transform: uppercase;
}

.add_more_2 ul h2:hover, .add_more_2 ul h3:hover {
    background: #777;
    color: #fff;
}

.box_chuyenkhoan {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.icon-fixed-right-group a:first-child {
    margin-top: 0;
}

.icon-fixed-right-group a {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    display: block;
    margin-top: 5px;
}

.icon-fixed-right-group a i {
    line-height: inherit;
}

.icon-fixed-right-group {
    width: 40px;
    position: fixed;
    right: -100%;
    transition: .45s all;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.icon-fixed-right-group.active {
    right: 5px;
    transition: .45s all;
}

.icon-fixed-right-group a:nth-child(1), .icon-fixed-right-group a:nth-child(4), .icon-fixed-right-group a:nth-child(5) {
    background: #4267b2;
}

.icon-fixed-right-group a:nth-child(2), .icon-fixed-right-group a:nth-child(6) {
    background: red;
}

.icon-fixed-right-group img {
    width: 100%;
    height: auto;
}

#box_khuyenmai {
    text-align: right;
}

#cart_list td #box_khuyenmai input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 150px;
    height: 28px;
    box-sizing: border-box;
}

#cart_list td #box_khuyenmai a {
    background: #f00;
    color: #fff;
    padding: 0 10px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
}

.popup_quangcao {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    max-width: 550px;
}

.popup_quangcao img {
    width: 100%;
    height: auto;
}

.fullbackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}

.countdown-flash-sale {
    margin-top: 9px
}

.countdown-flash-sale {
    margin-top: 9px
}

.countdown-flash-sale h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #3f3f3f;
    font-weight: 400
}

.countdown-flash-sale .time {
    display: flex;
    align-items: center;
}

.countdown-flash-sale .time span {
    display: block;
    background: #26368d;
    text-align: center;
    width: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
    margin: 0;
}

.closewindows {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 14;
    top: 0px;
    right: 0px;
    background: #f00;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    color: #fff;
}

.home_flashsale {
    margin-bottom: 20px;
}

.box_flashsale {
    display: flex;
    display: -webkit-flex;
    background: #fff;
    width: 100%;
    border: 2px solid #fe0000;
    box-sizing: border-box;
}

.box_flashsale #banner-flash-sale {
    margin: 0px;
}

.box_flashsale .sanpham_flashsale {
    width: calc(100%);
}

.col-flash-2 .item {
    float: left;
    width: 50%;
    display: flex;
    padding: 20px 10px;
    box-sizing: border-box;
}

.col-flash-2 .item .img {
    width: 250px;
}

.col-flash-2 .item .img img {
    width: 100%;
    height: auto;
}

.sanpham_flashsale .item .desc {
    width: calc(100% - 250px);
    float: right;
    padding: 0 15px;
}

.sanpham_flashsale .item .desc .nk-installment {
    background: #ffd600;
    border-radius: 4px;
    color: #000;
    width: 59px;
    height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    padding: 2px;
    margin-left: 7px;
}

.sanpham_flashsale .item .desc h4 {
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: 22px;
}

.sanpham_flashsale .item .desc .nk-sticker {
    font-size: 10px;
    line-height: 14px;
    margin-right: 4px;
    padding: 3px;
    float: left;
}

.sanpham_flashsale .item .desc img {
    width: auto;
    max-width: 100%;
    height: 22px;
    margin-top: 10px;
}

.sanpham_flashsale .item .desc .title-shock-price {
    margin-top: 6px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.20;
    color: #3f3f3f;
    display: inline-block;
}

.sanpham_flashsale .item .desc .price-new {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.20;
    color: #ee1e25;
}

.sanpham_flashsale .item .desc .container-timeline {
    display: block;
    align-items: center;
    margin: 15px 0 0 0;
    /* display: flex; */
    align-items: center;
}

.sanpham_flashsale .col-flash-1 .item .desc .container-timeline p {
    margin-left: 17px;
    font-size: 18px;
    line-height: 1.20;
    color: #3f3f3f;
}

.sanpham_flashsale .col-flash-2 .item .desc .container-timeline p {
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.20;
    color: #3f3f3f;
}

.sanpham_flashsale .col-flash-1 .item .desc .countdown-flash-sale {
    margin-top: 9px;
}

.sanpham_flashsale .col-flash-2 .item .desc .countdown-flash-sale {
    margin-top: 9px;
}

.sanpham_flashsale .col-flash-2 .item .desc .countdown-flash-sale h4 {
    font-size: 16px;
    line-height: 1.20;
    color: #3f3f3f;
    font-weight: normal;
}

.sanpham_flashsale .col-flash-2 .item .desc .countdown-flash-sale .time {
    display: flex;
    align-items: center;
    margin-right: 0px;
}

.sanpham_flashsale .col-flash-2 .item .desc .countdown-flash-sale .time span {
    display: block;
    background: #26368d;
    width: 40px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0px;
}

.sanpham_flashsale .col-flash-2 .item .desc .review_product {
    display: flex;
    font-size: 12px;
    margin-top: 7px;
}

.sanpham_flashsale .col-flash-2 .item .desc .review_product * {
    margin: 0px;
}

.sanpham_flashsale .col-flash-2 .item .desc .review_product .line_break {
    color: #c4c4c4;
    padding: 0 9px;
}

.sanpham_flashsale .col-flash-2 .item .desc .review_product .reviewCount {
    color: #a6a6a6;
}

.nki-Star-full-new:before {
    color: #ff6b00;
}

.sanpham_flashsale .item .desc .container-timeline span.timeline {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 140px; */
}

.sanpham_flashsale .item .desc .container-timeline span.timeline::before {
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background-color: #d4d7d9;
    display: block;
}

.sanpham_flashsale .item .desc .container-timeline span.timeline span {
    height: 10px;
    border-radius: 8px;
    background: #fe0000;
    position: absolute;
    left: 0;
    top: 0;
}

.sanpham_flashsale .item .desc .countdown-flash-sale {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
}

.sanpham_flashsale .item .desc .countdown-flash-sale .time-cd {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.sanpham_flashsale .item .desc .container-price .reduce-percent {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 46px;
    height: 22px;
    background: #ee1e25;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.sanpham_flashsale .item .desc .container-price .price-old {
    font-size: 16px;
    line-height: 20px;
    color: #a6a6a6;
    text-decoration: line-through;
}

.closewindows i {
    line-height: unset;
}

.autohide {
    display: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

/*mobile */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
    *, *:before, *:after {
        box-sizing: border-box;
    }

    .pagewrap {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    body {
        font-size:16px;
    }

    *, *:before, *:after {
        box-sizing: border-box;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .pagewrap {
        width: 100%;
    }

    .header_mobile {
        display: block;
    }

    #menu_mobile {
        visibility: visible;
    }

    .header_mobile {
        background: #26368d;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        padding: 0 50px;
    }

    .header_mobile.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .header_mobile a {
        background: center center no-repeat transparent;
        background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 10px;
    }

    nav {
        display: none;
        position: fixed;
    }

    .box_menu {
        display: none;
    }

    .company_time ul.right_header {
        display: none;
    }

    .logo_top {
        float: left;
        padding-left: 0px;
        text-align: center;
    }

    .header {
        padding: 10px 0;
    }

    .banner_top_left {
        width: 69%;
        margin-left: 0px;
    }

    .banner_top_right {
        float: right;
        width: 30%;
        margin-right: 0px;
    }

    .box_1_home, .box_2_home {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .link_page ul {
        display: none;
    }

    .left_conten {
        display: none;
    }

    .right_conten {
        width: 100%;
    }

    .gianhanggoiy_id {
        display: none;
    }

    .bannerMain {
        height: 300px;
    }

    .banner li {
        height: 300px;
    }

    .banner_top_right ul li img {
        height: 145px;
    }

    .gioithieu_home li {
        width: 40%;
    }

    .gioithieu_home ul {
        width: 58%;
        margin: 0;
    }

    .banner_home_right ul li {
        width: 32%;
        margin: 0 0.5%;
    }

    .pro_home_id ul {
        width: 32%;
        margin: 10px 0.5%;
    }

    .pro_home_id.pro_home_slide ul {
        width: 100%;
    }

    .tintuc_home_id.tintuc_home_slide ul {
        width: 100%;
    }
}

@media (max-width: 980px) {
}

@media (max-width: 960px) {
}

@media (max-width: 900px) {
}

@media(max-width: 854px) {
}

@media(max-width: 818px) {
}

@media(max-width: 800px) {
}

@media(max-width: 768px) {
    .logo_top {
        float: left;
        width: 30%;
    }

    .input_search {
        width: 390px;
    }

    .bannerMain {
        height: 280px;
    }

    .banner li {
        height: 280px;
    }

    .banner_top_right {
        display: none;
    }

    .gioithieu_home li {
        width: 40%;
        height: auto;
        line-height: 0px;
        margin-left: 0px;
    }

    .gioithieu_home ul {
        width: 60%;
        margin-right: 0px;
        padding: 0 10px;
    }

    .gioithieu_home {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .pro_home_id.pro_home_slide ul {
        width: 96%;
        margin: 2%;
        min-height: 300px;
    }

    .banner_home_right ul li {
        width: 32%;
        margin: 0 0.5%;
    }

    .banner_home_right ul li img {
        height: auto;
    }

    .pro_home_id ul {
        width: 31%;
        margin: 1%;
        min-height: 300px;
    }

    .col-md-7 {
        width: 24%;
        margin: 0px 0.5%;
    }

    .logo_doitac ul {
        width: 31%;
        margin: 1%;
    }

    .footer_top ul.contact_footer {
        width: 49%;
        margin: 0px;
    }

    .footer_top ul.face_bottom {
        width: 49%;
        float: right;
        margin: 0px;
    }

    .footer_top {
        padding: 0 10px;
    }

    .tintuc_home_id ul {
        width: 48%;
        margin: 10px 1%;
    }

    .tintuc_home_id.tintuc_home_slide ul {
        width: 98%;
        margin: 10px 1%;
    }

    .tintuc_home_id.tintuc_home_slide ul {
        width: 98%;
        margin: 10px 1%;
    }

    .viewLeft {
        width: 48%;
    }

    #bridal_images_list {
        display: none;
    }

    .viewRight {
        width: 50%;
        margin: 0px;
        float: right;
    }

    .company_contact ul {
        width: 31%;
        margin: 10px 1%;
        min-height: 190px;
    }

    .company_time ul li img {
        height: 30px;
    }

    .input_search {
        width: 250px;
    }

    .header_top {
        display: none;
    }

    .box_banner {
        padding-top: unset;
    }

    .banner_top_left {
        width: 100%;
    }
}

@media(max-width: 740px) {
}

@media(max-width: 736px) {
}

@media(max-width: 732px) {
}

@media(max-width: 720px) {
}

@media(max-width: 696px) {
}

@media(max-width: 668px) {
}

@media(max-width: 641px) {
}

@media(max-width: 600px) {
}

@media(max-width: 568px) {
}

@media(max-width: 480px) {
    .timkiem_top {
        margin-right: 0px;
    }

    .input_search {
        width: 360px;
    }

    .company_time ul li img {
        height: 25px;
        margin-top: 6px;
    }

    .bannerMain {
        height: 150px;
    }

    .banner li {
        height: 150px;
    }

    .box_banner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .gioithieu_home li {
        width: 100%;
        height: auto;
        line-height: 0px;
        margin-left: 0px;
    }

    .gioithieu_home ul {
        width: 100%;
        margin-right: 0px;
    }

    .gioithieu_home {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .pro_home_id ul {
        width: 48%;
        margin: 1%;
        min-height: 300px;
    }

    .pro_home_id.pro_home_slide ul {
        width: 96%;
        margin: 2%;
        min-height: 300px;
    }

    .banner_home_right ul li {
        width: 100%;
        margin: 0px;
    }

    .tintuc_home_id ul {
        width: 100%;
        margin: 10px 0px;
    }

    .newsletter_home p {
        line-height: 30px;
    }

    .col-md-7 {
        width: 100%;
        margin: 10px 0;
    }

    .logo_doitac ul {
        width: 46%;
        margin: 2%;
    }

    .footer_top ul.contact_footer {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-left: 0px;
        margin-right: 0xp;
    }

    .footer_top ul.face_bottom {
        width: 100%;
        margin: 0px;
    }

    .viewLeft {
        width: 100%;
    }

    #bridal_images_list {
        display: none;
    }

    .viewRight {
        width: 100%;
        margin: 0px;
    }

    .company_contact ul {
        width: 100%;
        margin: 10px 0px;
    }

    .contact .left, .contact .right {
        width: 100%;
    }
}

@media(max-width: 414px) {
    .input_search {
        width: 359px;
    }
}

@media(max-width: 376px) {
    .input_search {
        width: 322px;
    }
}

@media(max-width: 360px) {
    .input_search {
        width: 308px;
    }
}

@media(max-width: 320px) {
    .input_search {
        width: 268px;
    }
}

@media(max-width: 240px) {
}
