@import "font.css";
@charset "utf-8";
body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 16px;
    line-height: 27px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    background: #f3f3f3;
}

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

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

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

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

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

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

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

.showText img {
    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;
}

.showText h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fcaf17;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -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;
}

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

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

.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);
}

th {
    background-color: #00458b;
    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 10px;
}

td {
    height: 30px;
}

td a {
    color: #000;
}

td a:hover {
    color: #333333;
}

th {
}

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;
}

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

.logo_doitac {
    margin: 0 -10px;
}

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

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: 90px;
    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;
}

.logo_doitac ul:hover {
    transform: translateY(-10px);
}

.footer_top {
    background: #333333;
    padding: 20px 0;
}

.footer_top ul.contact_footer p {
    color: #fff;
}

.footer_top ul.contact_footer p i, .tag_right h3 i {
    padding-right: 10px;
}

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

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

.footer_top ul h3 span {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    line-height: 30px;
}

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

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

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

.footer_top ul.contact_footer > .sitemap {
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sitemap {
    margin-top: 20px;
    display: none;
}

.sitemap li {
    width: 100%;
}

.sitemap > li > a > img {
    width: 0;
}

#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;
}

.sharelink a img {
    background: #da251e;
    border: solid #fff 4px;
    padding: 3px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sharelink img:hover {
    background: #2a1572;
    opacity: 10;
}

.bottom_id_copyright {
    text-align: center;
    padding: 20px 0;
    background: #999;
    color: #fff;
}

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

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

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

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #fcaf17;
    outline: none;
    color: #fff;
    font-size: 15px;
    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;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#back-top a:hover {
    color: #fff;
    background: #00458b;
}

.placeNav_2, .placeNav_3, .placeNav {
    position: absolute;
    top: 30%;
    z-index: 2;
    color: #333;
    font-size: 40px;
    width: 35px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0;
}

.placeNav_3 {
    top: 45%;
}

.placeNav_2.prev, .placeNav_3.prev {
    left: -18px;
}

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

.placeNav.prev {
    left: 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_2:hover, .placeNav_3:hover, .placeNav:hover {
    color: #fff;
    background: #636363;
}

.placeSlide_main {
    position: relative;
}

.placeSlide, .placeSlide_2, .placeSlide_doitac {
    width: 1300px;
}

.link_share span {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.link_share span:hover {
    opacity: .7;
}

.link_share span.clor_1 {
    background: #3C5A9A;
}

.link_share span.clor_2 {
    background: #FE0000;
}

.link_share span.clor_3 {
    background: #CD2324;
}

.link_share span.clor_4 {
    background: #0BACFC;
}

.link_share span.clor_5 {
    background: #E15146;
}

.link_share span a {
    display: block;
    color: #fff;
    font-size: 16px;
    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;
    width: 35px;
    height: 35px;
    line-height: 20px;
    padding-top: 7px;
}

.box_menu {
    background: #4169e2;
    width: 100%;
}

.box_menu.fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 3;
    /*background: #333333;*/
    width: 100%;
    box-shadow: 0 3px 3px 0 #00000011;
}

.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;
}

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

.menu * {
    list-style: none;
    height: 65px;
}

.menu > li + li {
    position: static;
}

.menu > li {
    display: inline-table;
    border-bottom: 1px solid transparent
}

.menu > li > a {
    display: block;
    line-height: 35px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.menu > li > a span {
    display: block;
    line-height: 0;
}

.menu > li > a span img {
    height: 20px;
    width: auto;
}

.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 {
    border-bottom-color: #ffd900;
}

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

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

.menu > li:hover > ul {
    opacity: 1;
    padding-top: -6px;
    min-height: auto;
    z-index: 99;
    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;
    height: auto;
    padding-bottom: 20px;
}

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

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

.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -99;
    margin: 0 auto;
    padding-top: 7px;
    background: #4a5364;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 1200px;
    left: 50%;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
}

.menu > li > ul > li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding-top: 20px;
    width: 22.5%;
    float: left;
    color: #84b2ff;
    font-size: 16px;
    margin: 0 15px;
    padding-bottom: 20px;
}

.menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    font-size: inherit;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.59);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 17px;
    margin-bottom: 5px;
    color: #ffffff;
    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;
}

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

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

.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: static;
}

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

.menu li > ul > li > ul > li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    padding: 1px 10px;
    line-height: 37px;
    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;
}

.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: #fff;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.menu li > ul > li > ul > li:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
    background: #fcaf17;
}

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

.menu ul {
    display: none
}

ul.menu ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 3px 0 #00000011;
}

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

.menu > li > ul > li > a {
    color: #333;
    font-size: 18px;
}

.menu > li > ul > li {
    margin: 0 15px;
    display: block;
    padding: 0 !important;
    margin-top: 0px;
    width: 180px;
    margin-bottom: 0;
}

.menu > li > ul > li ul {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    margin-top: 15px
}

.menu > li > ul > li > a {
    max-width: 0;
    padding: 0;
    line-height: 25px;
    margin: 0;
    margin-top: 10px;
    color: #333;
    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;
}

.menu li > ul > li > ul > li a {
    color: #6a6a6a;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    display: block;
    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;
}

.menu > li > ul > li ul {
    max-width: 375px;
    margin-bottom: 10px;
}

.menu li > ul > li > ul > li:hover {
    background: #ffffff;
}

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

.menu > li > ul > li.li_menu_timkiem {
    position: relative !important;
    left: 0;
    top: 0;
    width: 180px !important;
    border-left: 1px solid #e3e3e3;
    bottom: 0;
    padding: 0 10px !important;
    z-index: 9;
}

.menu > li > ul > li.li_menu_timkiem.li_menu_timkiem_2 {
    left: 0;
    width: 285px !important;
}

li.li_menu_timkiem p {
    padding: 0;
    line-height: 25px;
    margin: 0;
    margin-top: 0;
    color: #00458b;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}

li.li_menu_timkiem p a {
    color: #6a6a6a;
    font-size: 17px;
    float: right;
    text-transform: capitalize;
    padding-right: 20px;
    font-weight: normal;
    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;
}

.menu > li > ul > li.li_menu_timkiem li {
    width: 100% !important;
}

.dv-sp-banchay-menu {
    width: 100%;
    margin-top: 15px;
}

.dv-sp-banchay-menu img {
    width: 100px;
    float: left;
    height: auto;
}

.dv-sp-banchay-menu h3 {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    width: calc(100% - 115px);
    margin-left: 15px;
    float: left;
    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;
}

.dv-sp-banchay-menu h3:hover, li.li_menu_timkiem p a:hover {
    color: #00458b;
}

.dv-sp-banchay-menu span {
    width: calc(100% - 115px);
    float: left;
    margin-left: 15px;
    color: #f00;
}

.menu > li > ul > li.banner_menu {
    position: absolute !important;
    left: 36%;
    bottom: 10px;
    z-index: 9;
}

.menu > li > ul > li.banner_menu img {
    width: auto;
    height: 60px;
}

html {
    overflow-x: hidden;
}

.box_home {
    margin-bottom: 30px;
}

.box_pro_sile {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.pro_home_id_2 {margin: 0 -10px;}

.pro_home_id ul {
    float: left;
    width: calc(100% - 20px);
    /* margin: 0 10px; */
    background: #ffffff;
    position: relative;
    -webkit-transition: all .3s ease;
    padding-bottom: 10px;
    padding-top: 10px;
    opacity: 0.8;
}

.pro_home_id.pro_home_id_2 ul {
    width: calc(100% / 4);
    border: solid #CCC 1px;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin: 0;
}

.pro_home_id.pro_home_id_2.pro_home_id_h ul {
    width: calc(100% / 5);
}

.pro_home_id.pro_home_id_3 ul {
    width: auto;
    float: none;
    border: solid #CCC 1px;
}

.pro_home_id.pro_home_id_home ul {
    width: 383px;
    margin-bottom: 20px;
    min-height: 470px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.pro_home_id ul:hover, .pro_server ul:hover, .banner_ad_home:hover {
    -webkit-transition: all .3s ease;
    transform: translateY(-10px);
}

.pro_home_id ul p {
    color: #999;
    font-size: 15px;
    padding: 0 10px;
}

.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: 90%;
    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 {
    color: #171C2B;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px;
    line-height: 25px;
    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;
    min-height: 75px;
}

.pro_home_id ul h4 {
    color: #f00;
    font-weight: normal;
    font-size: 17px;
    padding: 0 10px;
    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_right ul h2 a:hover, .pro_right ul h3 a:hover, .new_right ul h3 a:hover, .thongso_pro ul li a:hover, .new_right_tin ul h3 a:hover {
    color: #00458b;
}

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

.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: 4px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 500;
    padding: 8px 38px;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #0072bb;
    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;
}

.discount-tag {
    top: -5px;
    right: 10px;
    position: absolute;
    background: #d0011b;
    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 #d0011b;
    top: 30px;
    right: 0px;
}

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

.titile_page {
    padding-bottom: 10px;
}

.titile_page ul h3 {
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 35px;
    color: #00458b;
}

.titile_page ul h3 span {
    float: left;
    padding-right: 15px;
}

.titile_page ul h3 span img {
    height: 35px;
    width: auto;
}

.titile_page ul li {
    float: right;
    font-size: 16px;
    list-style: none;
    padding-top: 5px;
}

.titile_page ul li i, .button_readmore i, .titile_page_id ul li i {
    padding-left: 10px;
}

.titile_page ul li a, .titile_page_id ul li a {
    color: #000000;
}

.titile_page ul li a:hover, .right_banner_new h3 span a:hover, .right_banner_new ul p:hover, .titile_page_id ul li a:hover {
    text-decoration: underline;
    color: #333333;
}

.left_conten_home {
    float: left;
    width: 100%;
}

.right_conten_home {
    float: right;
    width: 23%;
}

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

.titile_left {
    background: #FF9800;
    position: relative;
    padding: 5px 0;
    border-bottom: solid #FF5722 5px;
    overflow: hidden;
    opacity: 0.9;
}

.titile_left:before {
    content: "";
    border: solid 55px transparent;
    border-bottom-color: #FF5722;
    width: 0;
    height: 0;
    position: absolute;
    top: -60px;
    left: -80px;
    z-index: 1;
}

.titile_left h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
    padding-left: 30px;
    font-weight: normal;
}

.video_right ul {
    padding: 5px 0;
}

.video_right ul li {
    list-style: none;
    line-height: 0;
    padding: 5px 10px;
}

.video_right ul li iframe {
    width: 100%;
    height: 200px;
}

.new_right {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.new_right ul {
    border-bottom: solid #CCC 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.new_right ul li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 30%;
}

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

.new_right ul h3 {
    float: right;
    width: 65%;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    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;
    line-height: 22px;
}

.new_right ul:hover h3 {
    color: #333333;
}

.tag_right ul h3 {
    color: #333;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 10px;
}

.tag_right ul li {
    list-style: none;
    float: left;
    margin: 5px;
}

.tag_right ul li a {
    padding: 5px 15px;
    display: block;
    line-height: 20px;
    color: #333;
    background: #fff;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    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;
}

.tag_right ul li a:hover {
    color: #fff;
    background: #999;
}

.link_page {
    padding-bottom: 10px;
}

.link_page ul li {
    list-style: none;
    padding-right: 10px;
    float: left;
    font-size: 14px;
    color: #666;
}

.link_page ul li a {
    text-transform: capitalize;
    color: #666;
}

.link_page ul li a:hover {
    text-decoration: underline;
    color: #666;
}

.tab_pro_view {
    border-bottom: solid #CCC 1px;
    margin-bottom: 15px;
    padding: 10px 0 0 0;
}

.tab_pro_view ul li {
    list-style: none;
    float: left;
    margin: 0 15px;
}

.tab_pro_view ul li a {
    display: block;
    border-bottom: solid #ffffff00 2px;
    color: #333;
    line-height: 50px;
    font-size: 19px;
    text-transform: capitalize;
    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;
}

.tab_pro_view ul li a:hover, .tab_pro_view ul li a.active {
    border-bottom: solid #fcaf17 2px;
    color: #333333;
}

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

.tin_left {
    float: left;
    width: 68%;
}

.tin_right {
    float: right;
    width: 30%;
}

.new_top_id {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 20px;
}

.one_new_home ul p {
    font-size: 17px;
    color: #666;
    line-height: 25px;
}

.one_new_home li {
    width: 100%;
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.one_new_home 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);
}

.one_new_home ul {
    padding-top: 10px;
}

.one_new_home ul h3 a, .tti_more ul h3 a {
    font-size: 23px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    padding-bottom: 5px;
    display: block;
    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;
    text-transform: none;
}

.one_new_home {
    float: left;
    width: 54%;
}

.one_new_home_right {
    float: right;
    width: 40%;
    padding-left: 2%;
    margin-left: 2%;
    margin-right: 10px;
    border-left: solid #CCC 1px;
}

.one_new_home_right ul {
    padding-bottom: 13px;
}

.one_new_home_right li {
    float: left;
    width: 35%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.one_new_home_right 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);
}

.one_new_home_right ul h3 a {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    line-height: 23px;
    display: block;
    float: right;
    width: 60%;
    padding-left: 12px;
    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;
}

.tt_page {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
}

.new_id_bs {
    border-bottom: solid #CCC 1px;
    margin: 15px;
    padding-bottom: 15px;
}

.new_id_bs li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 40%;
    position: relative;
    overflow: hidden;
    display: block;
}

.new_id_bs 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);
}

.new_id_bs ul {
    float: right;
    width: 57%;
}

.new_id_bs ul h3 a {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 32px;
    padding-bottom: 5px;
    display: block;
    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;
    text-transform: capitalize;
}

.new_id_bs ul h3 span {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    display: block;
    text-transform: none;
}

.new_id_bs ul h3 span i {
    padding-right: 7px;
}

.new_id_bs ul p {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    line-height: 25px;
    padding-top: 5px;
}

.new_id_bs ul h3 a:hover, .one_new_home_right ul h3 a:hover, .one_new_home ul h3 a:hover {
    color: #333333;
}

.new_right_tin {
    padding-bottom: 10px;
    padding-top: 10px;
}

.new_right_tin ul {
    margin: 10px;
    border-bottom: dotted #CCC 1px;
    padding-bottom: 10px;
}

.new_right_tin ul li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 40%;
    position: relative;
    overflow: hidden;
    display: block;
}

.new_right_tin 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);
}

.new_right_tin ul h3 {
    float: right;
    width: 55%;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.new_right_tin ul h3 a {
    color: #333;
    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;
}

.new_right_tin ul h3 span {
    font-size: 14px;
    color: #666;
    display: block;
}

.new_right_tin ul h3 span i {
    padding-right: 5px;
    font-size: 12px;
}

.new_right_tin h4 a, .thongso_pro h2 a, .more_pro_id a {
    border-radius: 4px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    letter-spacing: 0.025em;
    color: #333333;
    transition: .3s ease-out;
    text-transform: capitalize;
    display: block;
    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;
    text-align: center;
    border: solid 1px #333333;
    margin: 10px;
}

.new_right_tin h4 a:hover, .thongso_pro h2 a:hover, .more_pro_id a:hover {
    color: #fff;
    background: #fcaf17;
    border: solid 1px #fcaf17;
}

.pro_right {
    margin: 10px;
    border-bottom: dotted #CCC 1px;
    padding-bottom: 10px;
}

.pro_right li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 40%;
}

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

.pro_right ul {
    float: right;
    width: 55%;
}

.pro_right ul h3 a {
    font-weight: 500;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 23px;
    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_right ul h4 {
    color: #ff4c3b;
    font-weight: normal;
    font-size: 18px;
    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_right ul h4 span {
    color: #878787;
    font-weight: normal;
    font-size: 15px;
    padding-left: 5px;
    text-decoration: line-through;
}

.pro_right ul p {
    font-weight: 500;
    font-size: 15px;
    color: #999;
    line-height: 20px;
}

.pro_right ul h2 a {
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #337ab7;
    line-height: 22px;
    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_right ul h2 i {
    padding-left: 7px;
}

.nums {
    table-layout: auto;
    margin-top: 20px;
    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: 40px;
    width: 40px;
    table-layout: inherit;
    text-align: center;
    color: #333;
    background: #ffffff;
    border: #ccc 1px solid;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    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;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #999;
    color: #ffffff;
    border: #999 1px solid;
}

.nums a.stay {
    background: #333333;
    color: #fff;
    border: #333333 1px solid;
}

.tintuc_home_id li img:hover, .banner_left_tt ul li img:hover, .new_right ul li img:hover, .new_id_bs li img:hover, .one_new_home_right li img:hover, .one_new_home li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

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

.title_news h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #fcaf17;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.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: 30px;
    color: #333;
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 15px;
}

#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;
}

.padding_pagewrap {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}

.left_contact {
    float: left;
    width: 46%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

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

.left_contact li {
    list-style: none;
    line-height: 0;
}

.left_contact li iframe {
    width: 100%;
    height: 462px;
}

.left_contact ul p {
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
}

.left_contact ul p i {
    padding-right: 8px;
}

.left_contact ul h3 {
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.left_contact h2 {
    color: #fcaf17;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.right_contact h3 {
    text-transform: capitalize;
    color: #fcaf17;
    font-size: 23px;
    line-height: 30px;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

.right_contact {
    float: right;
    width: 46%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.map_cotact iframe {
    display: block;
    width: 100%;
    height: 430px;
    margin-top: 20px;
}

.contact {
    padding-top: 10px;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #00458b;
    padding-bottom: 20px;
}

.contact .left {
    width: auto;
    float: none;
}

.contact .right {
    width: auto;
    float: none;
}

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

.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 227px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}

.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: 2;
}

.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: #333333;
    white-space: nowrap;
    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: #fcaf17;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: 500;
    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;
}

.left_faq, .right_faq {
    float: left;
    width: 46%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.left_faq ul li {
    border-bottom: #CCC 1px dotted;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    color: #333;
    font-size: 17px;
}

.left_faq ul li i, .right_faq h4 i {
    padding-right: 10px;
}

.left_faq ul li a {
    color: #333;
}

.left_faq ul li a:hover {
    color: #d0011b;
}

.right_faq {
    float: right;
}

.right_faq h3 {
    color: #333333;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.right_faq h4 {
    color: #d0011b;
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: #CCC 1px dotted;
    margin-bottom: 10px;
}

.left_conten {
    float: left;
    width: 21%;
}

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

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

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 14px;
    background-color: #f9f9f9;
    border: 1px #ccc solid;
}

.container input:checked ~ .checkmark {
    background-color: #fcaf17;
    border: 1px #fcaf17 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);
}

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

.box_left_conten {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 15px;
}

.box_left_conten h2 {
    color: #333333;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.left_pro_view {
    float: left;
    width: 68%;
}

.right_conten {
    float: right;
    width: 78%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.titile_page_id {
    background: #fff;
    border-bottom: solid #CCC 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.titile_page_id ul li {
    list-style: none;
    float: right;
    width: auto;
}

.titile_page_id ul h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    float: left;
    color: #333;
}

.tit_2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    color: #333;
}

.titile_page_id ul h3 span {
    text-transform: capitalize;
    font-size: 18px;
    color: #666;
    padding-left: 8px;
}

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

.col-md {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.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: 40px !important;
    width: 100%;
    margin: 0;
}

.menu_left {
    padding: 10px;
}

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

.menu_left ul li a {
    display: block;
    color: #333;
    border-bottom: dotted #ccc 1px;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    padding: 5px 10px;
    text-transform: capitalize;
}

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

.menu_left ul li i {
    padding-right: 8px;
}

.box_view_more {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 15px;
}

.box_link_id {
    padding: 15px;
    background: #e5e5e5;
}

.box_link_id.box_link_id_2 {
    padding: 0;
    background: none; /* margin-bottom: 20px; */
}

.box_link_id ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.box_link_id ul li a {
    display: block;
    line-height: 30px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    color: #2e2e2e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.box_link_id ul li a:hover {
    color: #fff;
    background: #0a8e3f;
}

.header {
    background: #ffffff;
    padding: 10px 0;
    height: auto;
}

.logo {
    /* float: left; */
    padding-top: 0;
    width: 100%;
    /* padding-left: calc(23% - 113px); */
    text-align: center;
    margin-bottom: 20px;
}

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

.doitac {
    float: left;
    /* padding-top: 40px; */
    display: flex;
    width: 28%;
}

.doitac img {
    object-fit: cover;
    height: 70px;
    margin: 0px 25px 0px 0px;
}

.right_header {
    position: relative;
    float: right;
    width: 72%;
    margin-top: 10px;
}

.menu_top {
    position: relative;
    top: 0;
    float: right;
    text-align: right;
    right: 0;
    margin-bottom: 10px;
}

.menu_top ul li {
    list-style: none;
    padding-left: 24px;
    float: left;
}

.menu_top ul li i {
    padding-right: 7px;
}

.menu_top ul li a {
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
    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;
    opacity: 0.9;
}

.menu_top ul li a:hover {
    color: #00458b;
}

.timkiem_top {
    float: right;
    border: solid #727272 1px;
    margin-right: 20px;
    background: #FF9800;
    border-radius: 4px;
}

.input_search {
    padding: 0px 15px;
    line-height: 45px;
    width: 200px;
    float: right;
    color: #666;
    border: none;
    font-size: 16px;
    background: #ffffff;
    border-radius: 4px;
}

.input_search:focus {
    color: #000;
}

.search > a {
    width: 55px;
    height: 45px;
    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: 0 4px 4px 0;
}

.search a:hover {
}

.giohang_top {
    float: right;
    position: relative;
    text-align: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: dashed #ccc 1px;
}

.giohang_top i {
    font-size: 23px;
    color: #828282;
}

.giohang_top h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 22px;
}

.giohang_top:hover h3 {
    color: #00458b;
}

.giohang_top h3 span {
    font-size: 14px;
    color: #fff;
    background: #999999;
    height: 20px;
    width: 20px;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -2px;
    line-height: 12px;
    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;
}

.giohang_top:hover h3 span {
    color: #fff;
    background: #00458b;
}

.hotline_header {
    float: right;
}

.hotline_header ul {
    float: left;
    color: #828282;
}

.hotline_header ul li {
    float: left;
    list-style: none;
    color: #828282;
    font-size: 40px;
    line-height: 45px;
    padding-right: 10px;
}

.hotline_header ul h3 {
    color: #f00;
    float: left;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.hotline_header ul h3 span {
    display: block;
    color: #666;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}

.padding_pagewrap_noidung {
    padding: 15px;
}

.viewLeft {
    width: 430px;
    float: left;
    position: relative;
    z-index: 0;
}

.viewRight {
    width: 408px;
    float: left;
    margin-right: 30px;
    margin-left: 30px;
}

.viewRight_more h1 {
    font-size: 25px;
    color: #f00;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
}

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

.viewRight_more .desc {
    margin-bottom: 2px;
    margin-left: 10px;
}

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

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

.viewRight_more .desc li span {
    padding: 0;
    margin: 0;
    width: 20px;
    text-indent: 0;
}

.viewRight_more .desc li span:first-child {
    margin-left: 10px;
}

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

.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: solid #CCC 1px;
    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: #4169e2;
    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: #f7941d;
    margin-left: 170px;
}

.quantity a:hover {
    color: #fff;
    background: #4169e2;
}

.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 25px 0;
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

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

.viewRight_more 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;
}

#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;
    border: solid #CCC 1px;
}

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

.danhgia_tringbinh {
    font-size: 20px;
}

.danhgia_tringbinh p {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00b376;
}

.danhgia_tringbinh p {
    font-size: 17px;
    padding-bottom: 15px;
    padding-top: 0;
    color: #666;
}

.boxComment_danhgia {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding-bottom: 10px;
}

.boxComment_danhgia h3 {
    border-bottom: solid #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    color: #333333;
}

.boxComment_danhgia h4 a, .boxComment_danhgia h4 button {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 35px;
    padding: 5px 30px;
    margin-top: 20px;
    color: #fff;
    background: #333333;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: unset;
}

.boxComment_danhgia h4 a:hover, .boxComment_danhgia h4 button:hover {
    color: #fff;
    background: #fcaf17;
}

.boxComment_danhgia li {
    padding-bottom: 10px;
    font-size: 17px;
    color: #333;
    list-style: none;
    font-weight: 500;
}

.comment_pro ul {
    border-bottom: solid #CCC 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comment_pro {
    text-align: center;
}

.comment_pro h2 {
    display: inline-table;
    font-size: 23px;
    font-weight: normal;
    text-transform: capitalize;
    color: #323232;
    border-bottom: solid #339933 2px;
    margin-bottom: 15px;
    line-height: 35px;
}

.comment_pro ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 25px;
}

.comment_pro ul li img {
    width: 25px;
    height: 25px;
}

.comment_pro ul h3 {
    float: left;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    color: #323232;
}

.comment_pro ul h3 a {
    color: #323232;
}

.comment_pro ul h3 a:hover {
    color: #000;
    text-decoration: underline;
}

.comment_pro ul h4 {
    float: right;
    padding-top: 0px;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #6e6e6e;
}

.comment_pro ul p {
    padding-top: 5px;
    font-size: 15px;
    font-weight: normal;
    color: #6e6e6e;
    text-align: left;
    line-height: 25px;
}

.comment_note ul li {
    list-style: none;
    padding-bottom: 15px;
}

.comment_note ul h3 {
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 10px;
    text-transform: capitalize;
    color: #323232;
}

.comment_note ul h4 a {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    background: #82958f;
    float: right;
    display: block;
    padding: 5px 20px;
    border-radius: 3px;
    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;
}

.comment_note ul h4 a:hover {
    color: #fff;
    background: #18babd;
}

.button_readmore {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button_readmore a {
    display: inline-table;
    color: #333333;
    border: solid #333333 2px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 45px;
    width: 360px;
    text-transform: none;
    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;
}

.button_readmore a:hover {
    color: #ffffff;
    background: #333333;
    border: solid #333333 2px;
}

.checked {
    color: orange;
}

.side {
    float: left;
    width: 8%;
    margin-top: 10px;
    font-size: 15px;
}

.middle {
    float: left;
    width: 84%;
    margin-top: 10px;
    background: #f1f1f1;
}

.right {
    text-align: right;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #ffa500;
    float: left;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
    float: left;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
    float: left;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #369a00;
    float: left;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
    float: left;
}

@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

.row {
    margin-bottom: 20px;
}

.box_dg_ch {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid #CCC 1px;
}

.name_coment {
    margin-bottom: 20px;
}

.name_coment.name_coment_2 {
    margin-bottom: 10px;
}

.name_coment li {
    line-height: 25px;
    list-style: none;
    float: left;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
    padding: 3px;
    width: 25px;
    font-size: 17px;
}

.name_coment li.admin_images {
    line-height: 0;
    padding: 0;
    width: 40px;
}

.name_coment li.admin_images img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.name_coment ul {
    float: left;
    padding-left: 15px;
    color: #666;
    width: 90%;
}

.name_coment ul h3 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}

.name_coment ul h3 span {
    font-size: 14px;
    padding-left: 20px;
    color: #666;
    font-weight: 500;
}

.name_coment ul h4 a {
    font-size: 15px;
    color: #337ab7;
    font-weight: 500;
    text-transform: capitalize;
}

.name_coment ul h4 a:hover {
    text-decoration: underline;
}

.box_admin_cm {
    background: #f1f1f1;
    padding: 10px;
    margin-left: 30px;
    position: relative;
}

.box_admin_cm:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 20px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
}

.col-md-1 {
    width: 100%;
    margin-bottom: 15px;
}

.form-control_3 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #999;
    background: f2f2f2;
    background-image: none;
    border-radius: 4px;
    -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;
    border: 1px solid #ccc;
    resize: vertical;
    box-sizing: border-box;
}

.gia_2 {
    padding-top: 10px;
    border-top: dotted #CCCCCC 1px;
}

.gia_2 h3 {
    font-size: 22px;
    padding-bottom: 5px;
    color: #f5811e;
    line-height: 30px;
    text-transform: none;
    font-weight: 500;
}

.gia_2 h3 span {
    display: block;
    color: #666;
    font-size: 17px;
    font-weight: 500;
}

.gia_2 ul p {
    font-size: 16px;
    border-top: dotted #CCCCCC 1px;
    padding-top: 5px;
    color: #333;
    line-height: 25px;
    margin-top: 5px;
}

.gia_2 ul {
    margin-bottom: 20px;
}

.left_ll {
    position: relative;
    left: 0;
    z-index: 1;
    width: 660px;
    top: 0;
    float: left;
}

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

.left_banner {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.right_banner {
    float: right;
    width: 100%;
}

.right_banner_id ul li {
    line-height: 0;
    list-style: none;
    padding-bottom: 10px;
    width: calc(100% / 2 - 2px);
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0;
}

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

.right_banner_new {
    background: #fff;
    height: auto;
    padding: 10px 15px 15px 15px;
    min-height: 180px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.right_banner_new h3 {
    font-size: 18px;
    font-weight: normal;
    color: #f5811e;
    text-transform: uppercase;
}

.right_banner_new h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #18487a;
    float: right;
    text-transform: none;
}

.right_banner_new h3 span a {
    color: #000000;
    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;
}

.right_banner_new ul {
    padding-top: 10px;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}

.right_banner_new ul li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 23%;
}

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

.right_banner_new ul p {
    color: #333;
    font-size: 17px;
    float: right;
    width: 73%;
    line-height: 25px;
    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;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d8d8d8;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ef8a32;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.homebanner .owl-buttons {
    position: absolute;
    top: 140px;
    height: 0;
    width: 100%;
    display: none;
}

.homebanner:hover .owl-buttons {
    display: block;
}

.homebanner .owl-next, .homebanner .owl-prev {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, .3);
    width: 26px;
    height: 40px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

.homebanner .owl-prev {
    left: 0;
    right: auto;
}

.homebanner div#owl-banner img {
    margin: 0px;
    height: auto;
    width: calc(100%);
}

.homebanner div#owl-banner {
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.homebanner div#owl-banner div.item + div.item {
    position: absolute;
    display: none !important
}

.homebanner div#owl-banner .owl-wrapper-outer div.item {
    position: relative;
    display: block !important
}

.homebanner div#sync2 div.item + div.item {
    position: absolute;
    display: none !important
}

.homebanner div#sync2 .owl-wrapper-outer div.item {
    position: relative;
    display: block !important;
    padding: 10px;
    text-align: center;
    line-height: 25px;
}

.homebanner div#sync2 .owl-wrapper-outer div.item a {
    color: #666;
    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;
}

.owl-item.synced span {
    color: #000;
}

.owl-item.synced {
    border-bottom: solid #f5811e 2px;
}

div#sync2 img {
    width: calc(100% - 8px);
    padding: 5px;
    border: 1px solid #e5e5e5;
    height: 90px;
    margin: 8px 4px;
}

.col-md-4.row-frm {
    width: 100%;
    margin: 10px 0;
}

.bt-login {
    list-style: none;
}

.bt-login {
    color: #333;
    list-style: none;
}

.bt-login a {
    color: #333;
    margin-bottom: 15px;
}

.bt-login a:hover {
    color: #999;
    text-decoration: underline;
}

.quenmatkhau {
    display: inline-block;
    float: left;
    list-style: none;
    padding-right: 30px;
    color: #f01111;
}

#cart_list h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #00458b;
    padding-bottom: 14px;
}

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

#cart_list tr {
    background: #ffffff;
}

#cart_list tr a {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 22px;
    display: block;
}

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

#cart_list th {
    background: #333333;
    color: #fff;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

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

#cart_list td {
    padding: 5px 10px;
    text-align: center;
    color: #444;
    font-size: 14px;
    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 #dedede;
    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: #9d9d9d;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

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

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

#cart_list td #pro_sum label {
    color: #F37435;
    font-size: 14px;
    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;
}

.pagewrap_order {
    margin-top: 20px;
}

.menu_top ul li img {
    height: 18px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 6px;
    max-width: 20px;
}

.contact_left {
    width: 64%;
    float: right;
}

.footer_2, .footer_3 {
    width: calc(21% - 20px);
    float: left;
    margin: 0 10px 15px;
}

.footer_top ul.face_bottom {
    width: calc(24% - 20px);
    float: left;
    margin: 0 10px 15px;
}

.footer_top ul.contact_footer {
    width: calc(34% - 20px);
    float: left;
    margin: 0 10px 15px;
}

.dv-reponsive-table {
    overflow-x: auto;
}

.a_js_mobile {
    display: none;
    color: #666;
}

.a_js_mobile i {
    padding-right: 5px;
}

.showText iframe {
    max-width: 100%;
}

.list_brand {
    height: 350px;
    overflow: auto
}

.timkiem_mobile {
    display: none;
}

#danhmucsp {
    width: 120px;
    height: 45px;
    font-size: 13px;
    color: #fff;
    background: #727272;
}

#danhmucsp option {
    font-size: 14px;
}

.chon_size {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

.chon_size h3 {
    font-size: 15px !important;
}

.chon_size ul, .mausac_sp ul, .gia_sp ul, h5.h5_giact_sp, .gia_sp_mota li a.tenth {
    float: right;
    width: 79%;
}

.chon_size ul li {
    float: left;
    width: auto;
    margin: 4px 8px 4px 0;
    list-style: none;
    margin-left: 0;
}

.chon_size ul li input {
    position: absolute;
    opacity: 0;
}

.chon_size h3 {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    font-size: 13px;
    line-height: 23px;
    display: inline-block;
}

.chon_size ul li label {
    display: block;
    color: #505050;
    border: solid #CCC 1px;
    padding: 2px 13px;
    line-height: 25px;
    font-size: 13px;
    background: #fff;
    text-transform: capitalize;
    cursor: pointer;
    min-width: 50px;
    text-align: center;
    text-shadow: 2px 0 0 rgba(255, 255, 255, 0.50), -2px 0 0 rgba(255, 255, 255, 0.50), 0 2px 0 rgba(255, 255, 255, 0.50), 0 -2px 0 rgba(255, 255, 255, 0.50), 1px 1px rgba(255, 255, 255, 0.50), -1px -1px 0 rgba(255, 255, 255, 0.50), 1px -1px 0 rgba(255, 255, 255, 0.50), -1px 1px 0 rgba(255, 255, 255, 0.50);
}

.chon_size ul li input:checked + label, .chon_size ul li:hover label {
    border: 1px solid #fcaf17;
    outline: 1px solid #fcaf17 !important;
    outline-offset: 0px !important;
    position: relative;
}

.view_map {
    color: #208103;
    border: solid 1px #208103;
    padding: 5px 17px;
    display: inline-block;
    /*margin-left: 30px;*/
    position: relative;
}

.view_map span {
    position: relative;
    padding-left: 20px;
}

.view_map span:before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 3;
    width: 100%;
    padding-bottom: 0;
    box-shadow: 0 3px 3px 0 #00000011;
}

.header.fixed .logo {
    padding-top: 0px;
}

.header.fixed .right_header {
    margin-top: 5px;
}

.titile_page ul {
    float: left;
}

.titile_page .box_link_id.box_link_id_2 {
    float: right;
}

.list-support {
    height: auto;
    overflow-y: auto;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
}

.list-support .s-item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.list-support .s-item:last-child {
    border-bottom: none;
}

.list-support .name-title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
}

.list-support .name-title .s-name {

}

.list-support .name-title .s-title {
    font-weight: bold;
}

.list-support .s-info {
    list-style: none;
    display: table;
    width: 100%;
}

.list-support .s-info::after {
    position: absolute;
    content: '';
    clear: both;
}

.list-support .s-info li {
    display: table-cell;
    border-bottom: none;
    line-height: unset;
}

.list-support .s-type {
    width: 18%;
    background: #ebebeb;
    padding: 2px 5px;
}

.list-support .s-phone {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    padding: 0 0 0 5px;
}

.list-support .s-nick {
    width: 32%;
    padding: 0;
    margin: 0;
}

.list-support .s-nick a {
    display: inline-block;
    padding-top: 5px;
}

.list-support .s-nick img {
    max-height: 30px;
    vertical-align: middle;
}

.box_home .titile_page ul h3 img {
    width: 20px;
    height: 25px;
    position: relative;
    top: 3px;
    padding-right: 15px;
}

.dv-menu-childd {
    float: right;
}

.header.fixed .menu_top {
    display: none;
}

.pro_home_id.pro_home_id_2 {
    /* width: 100%; */
}
.menu img{
    display: none;
}
.mm-listview img{
    display: none;
}


@media only screen and (max-width: 1199px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pagewrap {
        width: 100%;
        padding: 0 10px;
    }

    .menu > li > a {
        font-size: 14px;
        padding: 0 5px;
        padding-top: 10px;
    }

    .logo {
        padding-top: 0;
    }

    .logo img {
        height: 55px;
        max-width: 275px;
        margin-top: 25px;
    }

    .giohang_top {
        padding-left: 0;
    }

    .menu_top ul li {
        padding: 0 10px;
    }

    .timkiem_top {
        zoom: .8;
        margin: 10px 15px 0px 5px;
    }

    .hotline_header ul h3 {
        font-size: 17px;
    }

    .hotline_header ul h3 span {
        font-size: 12px;
    }

    .gianhanggoiy_id {
        width: 100%;
    }

    .left_contact, .right_contact {
        width: 49%;
    }

    .header.fixed {
        position: relative;
    }

    .menu_top {
        position: absolute;
    }

    .a_js_mobile {
        display: inline-block;
        float: right;
        color: #666;
    }

    .dv-menu-childd > ul {
        position: absolute;
        right: 0;
        z-index: 99;
        background: #fff;
    }

    .dv-menu-childd {
        display: none;
        right: 85px;
        border-radius: 5px;
        padding: 30px 5px;
        width: 200px;
    }

    .dv-menu-childd ul li {
        width: 100%;
    }

    .right_header {
        width: unset;
    }
}

@media only screen and (max-width: 991px) {
    .footer_top ul.contact_footer, .footer_2, .footer_3, .footer_top ul.face_bottom {
        width: calc(50% - 20px);
    }

    .left_conten_home, .right_conten_home {
        width: 100%;
    }

    .video_right ul li iframe {
        height: 400px;
    }

    .hotline_header, .giohang_top {
        float: right;
        margin: 15px;
    }

    .hotline_header ul, .giohang_top {
        float: right;
    }

    .timkiem_top.no_box .search {
        position: relative;
        text-align: center;
        background: #727272;
        border-radius: 5px;
        color: #fff;
    }

    .timkiem_mobile {
        position: absolute;
        top: 2px;
        right: 0;
        zoom: unset;
        margin: 0;
    }

    .box_menu {
        position: relative;
    }

    .input_search {
        border: solid #727272 1px;
        line-height: 37px;
    }

    .search a i {
        top: 35%;
        position: relative;
        transform: translate(0, -50%);
    }

    .doitac {
        display: none;
        width: 0;
    }

    .logo {
        /* float: left; */
        /* padding-top: 5px; */
        /* padding-left: 0; */
        /* width: 250px; */
        /* height: 65px; */
        margin-bottom: 0;
    }

    .logo img {
        margin-top: 0;
    }

    .right_header {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .search > a {
        position: absolute;
        right: 0;
        text-indent: unset;
        background: #727272;
        height: 39px;
    }

    .menuMain {
        display: none
    }

    .mn-mobile {
        display: inline-block !important;
        padding: 1px;
        position: relative;
        height: 40px;
        line-height: 28px;
        margin-top: 5px;
        float: left;
        border-radius: 4px;
    }

    .mn-mobile img {
        width: 30px
    }

    #nav-mobile img {
    }

    #nav-mobile span {
        margin-right: 10px;
        top: 5px;
        position: relative;
    }

    .flex_direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .left_conten, .right_conten, .tin_left, .tin_right {
        width: 100%;
    }

    .timkiem_top {
        display: none;
    }

    .timkiem_mobile {
        display: block;
    }

    .viewLeft {
        width: 48%;
    }

    #danhmucsp {
        height: 38px;
    }

    .menu_top {
        top: -20px;
    }

    .mr_top {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pro_home_id.pro_home_id_2 ul {
        width: calc(100% / 2 - 20px);
    }

    .left_contact, .right_contact {
        width: 100%;
    }

    .padding_pagewrap_noidung table {
        zoom: .8;
    }

    .pro_home_id.pro_home_id_2.pro_home_id_h ul {
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 600px) {
    .left_banner, .right_banner {
        width: 100%;
        margin: 5px 0;
    }

    .logo {
        padding-top: 25px;
        width: 100%;
        text-align: center;
    }

    .mr_top {
        margin-top: 0;
    }

    .menu_top {
        top: -85px;
    }
}

@media only screen and (max-width: 479px) {
    .footer_top ul.contact_footer, .footer_2, .footer_3, .footer_top ul.face_bottom {
        width: calc(100% - 20px);
    }

    .hotline_header {
        display: none;
    }

    .giohang_top {
        border-left: none;
    }

    .dv-menu-childd {
        padding: 0;
    }
}

@media only screen and (max-width: 380px) {
    #danhmucsp {
        width: 100px;
    }

    .input_search {
        width: 170px;
    }
}

@media only screen and (max-width: 319px) {
}