@import "font.css"; @charset "utf-8"; body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
    background: #F7F7FD;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

::selection {
    background-color: #008ACB;
    color: #fff;
}

::-webkit-selection {
    background-color: #008ACB;
    color: #fff;
}

-webkit-::selection {
    background-color: #008ACB;
    color: #fff;
}

::-moz-selection {
    background-color: #008ACB;
    color: #fff;
}

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

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

.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: 18px;
    line-height: 27px;
    font-weight: 300;
}

th {
    background-color: #008ACB;
    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;
}

td {
    height: 30px;
}

td a {
    color: #333;
    text-align: center;
}

td a i {
    padding-left: 5px;
}

td a:hover {
    color: #008ACB;
}

th {
    font-size: 17px;
    line-height: 35px;
    padding: 10px 0;
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

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

.timkiem_top {
    float: left;
    border: solid #fff 1px;
    background: #EBEBEB;
    margin-left: 70px;
    margin-top: 8px;
}

.input_search {
    padding: 0px 15px;
    height: 45px;
    width: 435px;
    float: right;
    color: #333;
    background: none;
    border: none;
    font-size: 16px;
}

.input_search:focus {
    color: #000;
}

.search a {
    width: 50px;
    height: 45px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center #bf1925;
    float: right;
}

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

.header {
    background-color: rgb(255 255 255 / 50%);
    padding: 15px 0;
}

.menu {
    border-top: 1px #eee solid;
    margin-top: 10px;
    padding-top: 10px;
}

.menu * {
    list-style: none;
}

.menu * {
    list-style: none;
}

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

.menu > li.search_header i {
    font-size: 17px;
    padding-top: 15px;
}

.menu > li + li:after {
    border-left: #209f50;
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    bottom: 0;
}

.menu > li {
    float: left;
}

.menu > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-weight: 600;
    padding: 0 19px;
}

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

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

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

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

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

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 133%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 260px;
    z-index: 3;
    margin: 0;
    padding: 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: 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:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #1A6235;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 2;
    display: none;
}

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

.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    background: #BF1925;
}

.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 10px;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.menu > li > ul > li:last-child, .menu > li > ul > li li:last-child {
    padding-bottom: 10px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}

.menu > li > ul > li:last-child > a, .menu > li > ul > li li:last-child > a {
    border: none;
}

.menu > li > ul > li > a, .menu > li > ul > li 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.2);
    padding: 0 5px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
}

.menu > li > ul > li > a > span, .menu > li > ul > li li > a > span {
    float: right;
    line-height: 40px;
    padding-top: 13px;
}

.menu > li > ul > li:hover, .menu > li li ul > li:hover {
    z-index: 3;
}

.dv-notfull {
    margin: 0 10px;
}

.menu > li > ul > li:hover > a, .menu > li li ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: #BF1925;
}

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

.menu > li > ul > li > a, .menu > li > li ul > li > a {
    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;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    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.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

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

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

.menu > li > ul ul {
    left: 100%;
    top: 0;
}

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

.logo_top li {
    list-style: none;
    line-height: 0;
    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;
}

.logo_top li img {
    height: 60px;
    width: auto;
    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;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 156px);
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 156px);
}

.banner li {
    float: left;
    width: 100%;
    height: calc(100vh - 156px);
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

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

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

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

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

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

.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
    top: 50%;
    z-index: 9999;
    opacity: 1;
    left: 10px;
}

.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i {
    top: 4px;
    position: relative;
}

.bannerMain .placeNav.next1 {
    right: 10px;
    left: auto
}

.box_title_banner {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 3;
    width: auto;
    color: #FFF;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 20px;
    width: 60%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    text-shadow: 2px 2px 5px #000;
}

.box_title_banner ul h4 a {
    color: #fff;
    display: block;
    padding: 7px 30px;
    margin-top: 10px;
    border: solid #e0e0e0 1px;
    text-transform: uppercase;
    margin-top: 30px;
    -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;
    float: left;
    font-weight: normal;
}

.box_title_banner ul p {
    font-size: 17px;
    line-height: 25px;
    text-shadow: 2px 2px 5px #000;
}

.placeNav_2, .placeNav_3, .placeNav {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #9F9F9F;
    font-size: 50px;
    line-height: 50x;
    text-align: center;
    background: #ffffff00;
    border-radius: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 500;
}

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

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

.placeNav.next {
    right: 0;
    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: #BF1925;
}

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

.placeSlide, .placeSlide_3, .placeSlide_doiac {
    width: 1300px;
}

.page_margin {
    margin: 0 -20px;
}

.footer_copyright {
    background: #3A3A3C;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #b9b9b9;
}

.footer_top {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    color: #333;
    padding-bottom: 20px;
    font-size: 15px;
}

.with_footer {
    position: relative;
    width: calc(100% / 4 - 40px);
    margin: 0 20px;
    float: left;
}

.with_footer iframe {
    width: 100%;
    height: 320px;
}

.with_footer h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #BF1925;
}

.with_footer h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #BF1925;
    width: 40px;
    display: inline-table;
}

.footer_dichvu ul li {
    list-style: none;
    padding-bottom: 10px;
    line-height: 25px;
    text-transform: capitalize;
}

.footer_dichvu ul li img {
    padding-top: 10px;
}

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

.footer_dichvu ul li a:hover, .footer_tintuc ul p a:hover {
    color: #BF1925;
}

.footer_tintuc ul {
    margin-bottom: 10px;
}

.footer_tintuc ul li {
    list-style: none;
    width: 35%;
    float: left;
}

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

.footer_tintuc ul p {
    width: 60%;
    float: right;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.footer_tintuc ul p a {
    color: #fff;
    -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;
}

.footer_lienhe ul p {
    padding-bottom: 15px;
    color: #333;
}

.footer_lienhe ul li {
    line-height: 0;
    list-style: none;
    padding-bottom: 20px;
}

.footer_lienhe ul li img {
    width: auto;
    height: 90px;
}

.footer_lienhe ul p span {
    float: left;
    width: 25px;
    color: #BF1925;
}

.banner_home_id, .pro_id_3, .video_id, .num_gt, .quytrinh_home_id, .tintuc_home_right, .pro_id_news {
    margin: 0 -10px;
}

.banner_home_id ul li {
    list-style: none;
    margin: 0 10px;
    position: relative;
    width: calc(100% / 2 - 20px);
    float: left;
    line-height: 0;
    margin-top: 120px;
}

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

.box_banner_home_id {
    padding-top: 20px;
}

.box_duan_home {
    padding-top: 50px;
}

.title_page_one {
    padding-bottom: 60px;
    text-align: center;
}

.title_page_one ul h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: relative;
    line-height: 35px;
}

.title_page_one ul h3:before {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -20px;
    height: 2px;
    background: #BF1925;
    width: 10%;
    display: inline-table;
}

.title_page_one.title_page_two {
    text-align: left;
}

.title_page_one.title_page_two ul h3:before {
    display: none;
}

.title_page_one ul h3.color_trang {
    color: #fff;
}

.title_page_one ul h3 span, .title_congtrinh ul h3 span, .title_from span {
    color: #BF1925;
}

.title_page_one ul p {
    padding-top: 20px;
    font-size: 14px;
}

.box_thietkekientruc_home {
    padding: 50px 0;
    background: #F2F2F2;
}

.box_thietkekientruc_home_2 {
    padding: 50px 0;
}

.box_more {
    padding-top: 20px;
    text-align: center;
}

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

.box_more ul li i, .title_congtrinh ul li i {
    padding-left: 10px;
}

.box_more ul li a, .title_congtrinh ul li a {
    display: block;
    color: #BF1925;
    font-size: 17px;
    padding: 10px 30px;
    -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;
    border-radius: 5px;
    border: solid #BF1925 1px;
    background: #fff;
}

.box_more ul li a:hover, .title_congtrinh ul li a:hover {
    color: #fff;
    background: #BF1925;
}

.pa_pro {
    margin: 15px;
    border-top: solid #ccc 1px;
    padding-top: 15px;
}

.pro_id_3 ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 3 - 20px);
    float: left;
    margin-bottom: 20px;
    background: #fff;
}

.pro_id_2 ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 4 - 20px);
    float: left;
    margin-bottom: 20px;
}

.pro_id_3 ul li, .pro_id_3 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) !important;
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.pro_id_3 ul li img:hover, .video_id ul li img:hover, .tintuc_home_right ul li img:hover, .tintuc_home_left li img:hover, .pro_id_news ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.pro_id_3 ul h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    padding-top: 15px;
    padding-bottom: 10px;
}

.pro_id_3 ul:hover h3 {
    color: #BF1925;
}

.pro_id_3 ul p {
    color: #f00;
    font-size: 18px;
}

.box_congtrinh_home {
    background: url(../images/bg_1.jpg) center center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.title_congtrinh {
    margin-bottom: 30px;
}

.title_congtrinh ul h3 {
    float: left;
    width: 28%;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: relative;
    line-height: 35px;
}

.title_congtrinh ul h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #BF1925;
    width: 40px;
    display: inline-table;
}

.title_congtrinh ul p {
    float: left;
    width: 54%;
    line-height: 23px;
    font-size: 14px;
}

.title_congtrinh ul li {
    list-style: none;
    float: right;
    width: 15%;
}

.box_video_home {
    background: url(../images/bg_2.jpg) center center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.video_id ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 3 - 20px);
    float: left;
    margin-bottom: 20px;
}

.video_id ul li, .video_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);
}

.video_id ul h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    padding-top: 15px;
}

.video_id ul:hover h3 {
    color: #BF1925;
}

.box_gioithieu_home {
    padding: 50px 0;
    background: #fff;
}

.left_gioithieu_home {
    float: right;
    width: 50%;
}

.right_gioithieu_home {
    float: left;
    width: 47%;
}

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

.num_gt ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 4 - 20px);
    float: left;
    margin-top: 20px;
    text-align: center;
}

.num_gt ul h3 {
    font-size: 34px;
    font-weight: 700;
    color: #BF1925;
    line-height: 35px;
}

.num_gt ul p {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    line-height: 30px;
}

.title_gioithieu_home {
    padding-bottom: 20px;
}

.title_gioithieu_home ul {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title_gioithieu_home ul h3 span {
    display: block;
}

.title_gioithieu_home ul p {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    font-style: italic;
    line-height: 30px;
}

.title_gioithieu_home ul h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 45px;
    text-transform: uppercase;
}

.title_gioithieu_home ul span, .gt_page_1 ul h3 span, .gt_page_2_left h3 span {
    color: #BF1925;
}

.box_quytrinh_home {
    background: url(../images/bg_4.jpg) center center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.quytrinh_home_id ul {
    text-align: center;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
    float: left;
}

.quytrinh_home_id ul li {
    list-style: none;
    line-height: 0;
    padding-top: 20px;
}

.quytrinh_home_id ul li img {
    width: auto;
    height: 60px;
}

.quytrinh_home_id ul h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px;
}

.quytrinh_home_id ul p {
    color: #fff;
}

.box_dangky_home {
    background: url(../images/bg_3.jpg) center center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.box_dangky_home ul {
    float: left;
    width: 65%;
    padding-left: 10%;
    color: #fff;
}

.box_dangky_home ul h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.box_dangky_home ul p {
    font-size: 17px;
    padding-top: 10px;
    line-height: 25px;
}

.box_dangky_home li {
    list-style: none;
    top: 38%;
    position: absolute;
    right: 10%;
}

.box_dangky_home li a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 13px 30px;
    -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;
    border-radius: 5px;
    background: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.box_dangky_home li a:hover {
    color: #000;
    background: #ffff;
}

.box_tintuc_home {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tintuc_home_left {
    float: left;
    width: 50%;
    position: relative;
}

.tintuc_home_left ul {
    bottom: 0;
    background: #ffffffe6;
    position: absolute;
    padding: 10px 20px;
    font-size: 14px;
}

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

.tintuc_home_left ul h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 30px;
}

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

.tintuc_home_left ul h3 a:hover {
    color: #BF1925;
}

.tintuc_home_right {
    float: right;
    width: 50%;
}

.tintuc_home_right ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 2 - 20px);
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
}

.tintuc_home_right ul h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #BF1925;
    padding-top: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.tintuc_home_right ul h3 a, .tintuc_home_right ul h4 a {
    -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;
    color: #BF1925;
}

.tintuc_home_right ul h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #BF1925;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
}

.tintuc_home_right ul h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: #BF1925;
    width: 23%;
    display: inline-table;
}

.tintuc_home_right ul h3 a:hover, .tintuc_home_right ul h4 a:hover {
    color: #000;
}

.tintuc_home_right ul li, .tintuc_home_right 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);
}

.box_doitac_home {
    background: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title_page_one_more ul h3:before {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -10px;
    height: 2px;
    background: #BF1925;
    width: 4%;
    display: inline-table;
}

.logo_thuonghieu {
    float: left;
    width: 148px;
    margin-right: 0;
    margin-left: 20px;
    list-style: none;
}

.logo_thuonghieu img {
    width: 100%;
    height: auto;
    line-height: 0;
    border: solid #e0e0e0 1px;
    background: #fff;
}

.logo_thuonghieu:hover {
    opacity: .7;
}

.bg_link_page {
    height: 300px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.bg_link_page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000000;
    transition: .3s all ease;
}

.titile_link {
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    left: 0;
    z-index: 2;
}

.titile_link ul {
    width: 60%;
}

.titile_link ul h3 {
    text-transform: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.titile_link ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 5px #000;
}

.titile_link ul li a {
    color: #fff;
}

.titile_link ul li a:hover {
    color: #BF1925;
    text-decoration: underline;
}

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

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

.left_contact {
    float: left;
    width: 39%;
}

.left_contact ul {
    padding-top: 20px;
}

.left_contact li {
    list-style: none;
    line-height: 0;
    margin-top: 20px;
}

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

.left_contact ul p {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

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

.left_contact h2 {
    color: #BF1925;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.left_contact ul h3 {
    text-transform: capitalize;
    color: #8dc63f;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    font-weight: normal;
    margin-bottom: 5px;
}

.right_contact h3 {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 600;
}

.right_contact {
    float: right;
    width: 60%;
}

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

.contact {
}

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

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

.contact .right {
    width: auto;
    float: none;
    margin-left: 20px;
}

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

.formBox li.left_ct {
    float: left;
    width: 46.8%;
    margin-left: 20px;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 50px;
    color: #999;
    padding: 0 10px 0 20px;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.formBox li textarea {
    padding: 20px;
    height: 220px;
    font-family: 'Montserrat', sans-serif;
}

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

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

.formBox .button {
    float: left;
    text-transform: uppercase;
    padding: 0 30px;
    margin-right: 10px;
    line-height: 45px;
    margin-top: 10px;
    color: #FFF;
    background: #BF1925;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-weight: 500;
}

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

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

.box_contact {
    padding-top: 50px;
    background: #f5f5f5;
    padding-bottom: 50px;
}

.map_contact iframe {
    width: 100%;
    height: 400px;
}

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

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

.nums a {
    font-size: 17px;
    display: block;
    margin: 0 6px 0 0;
    padding: 1px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #878787;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #000000;
    color: #ffffff;
}

.nums a.stay {
    background: #BF1925;
    color: #fff;
}

.gt_page_1 {
    padding: 50px 0;
}

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

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

.gt_page_1 ul {
    float: right;
    width: 40%;
}

.gt_page_1 ul p img {
    width: 100%;
    height: auto;
}

.gt_page_1 ul h3 {
    position: relative;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gt_page_1 ul h3:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #BF1925;
    width: 10px;
    display: inline-table;
}

.gt_page_2_right {
    float: right;
    width: 55%;
}

.gt_page_2_right img {
    height: 100%;
    width: 100%;
}

.gt_page_2_left {
    float: left;
    width: 40%;
    padding-top: 20px;
}

.gt_page_2_left h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    position: relative;
    line-height: 35px;
    margin-bottom: 30px;
}

.gt_page_2_left h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #BF1925;
    width: 40px;
    display: inline-table;
}

.gt_page_2_left ul {
    padding-top: 20px;
}

.gt_page_2_left ul li {
    float: left;
    list-style: none;
    line-height: 0;
}

.gt_page_2_left ul li img {
    width: 48px;
    height: auto;
}

.gt_page_2_left ul p {
    float: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    width: 90%;
}

.gt_page_2_left ul p span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -15px;
    color: #7f7f7f;
    font-weight: 500;
    font-size: 45px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #6aa9ce;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    -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);
    border: solid #fff 2px;
    margin-top: 20px;
    display: none;
}

.active, .dot:hover {
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

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

.column {
    float: left;
    width: 20%;
    padding: 1% 1%;
    background: #ededed;
}

.demo {
    opacity: 0.6;
}

.active, .demo:hover {
    opacity: 1;
}

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

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

.container span {
    color: #999;
}

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

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

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

.left_conten {
    float: left;
    width: 67%;
    background: #fff;
    padding: 30px;
}

.right_conten {
    float: right;
    width: 31%;
}

.box_lienquan {
    padding-top: 40px;
    border-top: solid #ccc 1px;
}

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

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

.baiviet_right ul p, .baiviet_right ul h4 {
    float: right;
    width: 46%;
}

.baiviet_right ul h4 a {
    color: #000000;
    -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;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.baiviet_right ul h4 a:hover {
    color: #BF1925;
}

.baiviet_right ul p {
    line-height: 20px;
    font-size: 14px;
}

.title_from {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
}

.search-area {
    padding: 20px;
    background: url(../images/bg_footer.jpg) center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

.search-area-inner {
}

.search-button {
    background: #BF1925;
    width: 100%;
    text-align: center;
    border: none;
    height: 47px;
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
}

.search-button:hover {
    background: #f9940f;
}

.w-32 {
    margin-block-start: 0px 10px 20px; margin-bottom: 20px;
}

.w-17 {
    text-align: center;
    margin-bottom: 20px;
}

.w-17 .btn-advance,.w-17 .btn-advance1 {
    color: #f9940f;
    text-transform: capitalize;
    cursor: pointer;
}

.w-17 .btn-advance:hover,.w-17 .btn-advance1:hover {
    color: #ED9D29;
}

.w-17 .btn-advance i {
    margin-right: 5px;
}

.btn-advance1 {
    display: none;
}

.banner .w-17:last-child {
    border-right: none;
}

.search-area-inner textarea {
    border: 1px solid #e5e5e5;
    height: 175px;
    color: #464646;
    padding: 15px;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    text-transform: initial;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.search-area-inner input,.search-area-inner select {
    border: 1px solid #e5e5e5;
    height: 47px;
    color: #464646;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    text-transform: initial;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.search-area-inner .flex {
    align-items: center;
}

.banner .w-32 input {
    border-radius: 5px 0 0 5px;
}

.left_home_pro {
    float: left;
    width: 25%;
    position: relative;
}

.left_home_pro.left_pro_bs {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

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

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

.left_home_pro ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
    text-align: center;
}

.left_home_pro ul h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
}

.left_home_pro ul h3 span {
    display: block;
    color: #BF1925;
}

.left_home_pro p a {
    color: #fff;
    display: block;
    padding: 5px 0;
    margin-top: 10px;
    border: solid #e0e0e0 1px;
    width: 40%;
    text-transform: uppercase;
    margin-top: 30px;
    -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;
    font-size: 15px;
}

.left_home_pro p a:hover, .box_title_banner ul h4 a:hover {
    color: #fff;
    background: #BF1925;
}

.right_home_pro {
    float: right;
    width: 73%;
}

.pro_id_news ul {
    margin: 0 10px;
    position: relative;
    width: calc(100% / 4 - 20px);
    float: left;
    margin-bottom: 20px;
}

.pro_id_news ul li, .pro_id_news 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) !important;
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.pro_id_news ul h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding-top: 15px;
    line-height: 25px;
    -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;
}

.pro_id_news ul h3 a {
    color: #333;
}

.pro_id_news ul h4 a:hover {
    color: #333;
}

.pro_id_news ul h3 a:hover {
    color: #BF1925;
}

.pro_id_news ul h4 a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #BF1925;
    font-style: italic;
    padding-top: 15px;
    line-height: 25px;
    -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;
}

.pro_id_news ul h4 i {
    padding-left: 7px;
}

.pro_id_news ul p {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}

.all_more {
    text-align: center;
}

.all_more a {
    display: inline-table;
    color: #333;
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: solid #333 1px;
}

.all_more a:hover {
    color: #fff;
    background: #333;
    border: solid #333 1px;
}

.banner_home_top {
    position: absolute;
    left: 0;
    top: -90px;
    right: 0;
    z-index: 1;
}

.banner_home_top ul li {
    list-style: none;
    position: relative;
    width: calc(100% / 3 - -0px);
    float: left;
    line-height: 0;
}

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

.link_load {
    background: #E6E6E6;
    padding: 10px 0;
}

.link_load ul li {
    list-style: none;
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
}

.link_load ul li span {
    color: #bf1925;
    font-weight: 700;
}

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

.link_load ul li a:hover {
    color: #BF1925;
}

.baiviet_right {
    margin-bottom: 20px;
}

.baiviet_right ul {
    margin-bottom: 15px;
}

.baiviet_right h3 {
    font-size: 25px;
    color: #BF1925;
    text-transform: none;
    margin-bottom: 30px;
    position: relative;
}

.baiviet_right h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 2px;
    background: #bf1925;
    width: 45%;
    display: inline-table;
}

.box_line {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top: solid #eee 1px;
    border-bottom: solid #eee 1px;
}

.images_2 ul {
    position: relative;
    width: calc(100% / 2 - 40px);
    margin: 0 20px;
    float: left;
}

.left_pro {
    float: left;
    width: 25%;
}

.right_pro {
    float: right;
    width: 72%;
}

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

.viewRight {
    width: 37%;
    float: right;
}

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

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

.viewRight .desc {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.viewRight .desc b {
    display: block;
    margin-bottom: 10px;
    font-size: 27px;
    color: #ef3037;
    font-weight: normal;
}

.viewRight .desc b span {
    margin-left: 15px;
    font-size: 19px;
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}

.viewRight .desc li {
    margin-bottom: 10px;
    list-style: none;
}

.viewRight .desc h3 {
    position: relative;
    background: #EDEDED;
    color: #333;
    padding-left: 30px;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    line-height: 40px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.viewRight .desc h3:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    background: #BF1925;
    top: 0px;
    left: 0;
}

.viewRight p {
    padding-bottom: 10px;
}

.viewRight p a {
    color: #666;
}

.viewRight p a:hover {
    color: #034ea2;
}

.viewRight p i {
    padding-right: 5px;
}

.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: 15px 0 10px 0;
    border-top: dotted 1px #ddd;
    font-size: 18px;
    text-transform: uppercase;
}

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

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

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 50px;
    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: #ed1c24;
    margin-left: 50px;
    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;
}

.quantity a:hover {
    color: #fff;
    background: #034ea2;
}

.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 {
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 25px;
    color: #333;
    font-weight: 700;
}

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

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    float: left;
    width: 570px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

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

#bridal_images_list {
    display: block;
    float: left;
    width: 150px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 30px;
}

#bridal_images_list li {
    margin-bottom: 5px;
    list-style: none;
    height: 140px;
    width: 140px;
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

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

#bridal_images_list img {
    width: auto;
    height: 140px;
    width: 140px;
    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;
}

#pro_img_main {
    margin-bottom: 25px;
}

.dathang_id {
    margin-top: 15px;
}

.dathang_id a {
    display: block;
    color: #fff;
    float: left;
    background: #C40D23;
    font-size: 18px;
    padding: 12px 30px;
    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;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.dathang_id a i {
    padding-left: 10px;
    font-size: 17px;
}

.dathang_id a:hover {
    background: #BF1925;
    color: #fff;
}

.bs_sp_1 {
    margin-bottom: 20px;
}

.bs_sp_1 ul h3 {
    line-height: 30px;
    font-size: 18px;
    color: #BF1925;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bs_sp_1 ul li {
    margin: 5px;
    position: relative;
    width: calc(100% / 3 - 20px);
    float: left;
    text-align: center;
    list-style: none;
    border: solid #ccc 1px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
}

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

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

.bs_sp_mausac h3 {
    line-height: 30px;
    font-size: 18px;
    color: #BF1925;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.bs_sp_mausac ul p {
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}

.bs_sp_mausac ul li {
    float: left;
    list-style: none;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.dacdiemnoibat_pro_view, .box_ct_pro {
    margin-top: 30px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #eee;
}

.dacdiemnoibat_pro_view h3, .title_ct_pro {
    position: relative;
    background: #EDEDED;
    color: #333;
    padding-left: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    padding-right: 30px;
}

.dacdiemnoibat_pro_view h3:before, .title_ct_pro:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    background: #BF1925;
    top: 0px;
    left: 0;
}

.dacdiemnoibat_pro_view ul, .chitiet_sanpham {
    padding: 20px;
}

.dacdiemnoibat_pro_view ul p {
    padding-bottom: 10px;
    font-size: 15px;
}

.dacdiemnoibat_pro_view ul p i {
    padding-right: 10px;
    font-size: 17px;
}

.label_hot {
    position: absolute;
    ; left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #f00;
    z-index: 1;
}

.label_hot_right {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #f00;
    z-index: 1;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

.title_page_all {
    padding-bottom: 40px;
}

.title_page_all ul h3 {
    float: left;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 35px;
    position: relative;
    width: 28%;
    top: 10px;
}

.title_page_all ul h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 4px;
    background: #333;
    width: 20%;
    display: inline-table;
}

.title_page_all ul p {
    float: right;
    width: 70%;
    padding-left: 0;
    font-size: 14px;
}

.hotline_header {
    float: left;
    margin-left: 70px;
    margin-top: 8px;
}

.hotline_header li {
    list-style: none;
    float: left;
    color: #fff;
    background: #C51A23;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}

.hotline_header ul {
    float: left;
    margin-left: 30px;
}

.hotline_header ul p {
    float: left;
    color: #C51A23;
    font-size: 35px;
    padding-top: 0;
    padding-right: 13px;
}

.hotline_header ul h3 {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
}

.hotline_header ul h3 a {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #bf1925;
}

.titile_link_product {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
}

.titile_link_product ul h3 {
    text-transform: none;
    font-weight: 800;
    color: #284C78;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.titile_link_product ul p {
    position: relative;
    text-transform: none;
    font-weight: 500;
    color: #333;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
}

.gioithieu_sp_them {
    margin-top: 50px;
}

.gioithieu_sp_them ul h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
    text-transform: none;
    padding-bottom: 15px;
}

.gioithieu_sp_them ul p {
    padding-bottom: 15px;
}

.gioithieu_sp_them ul li {
    text-align: center;
    list-style: none;
    padding-top: 10px;
}

.gioithieu_sp_them ul li i {
    padding-left: 10px;
}

.gioithieu_sp_them ul li a {
    color: #BF1925;
}

.gioithieu_sp_them ul li a:hover, .top_new_left ul h3 a:hover, .top_new_right ul h3 a:hover, .top_new_left ul h4 a:hover {
    color: #333;
}

.top_new_id {
    margin-bottom: 30px;
}

.top_new_left {
    float: left;
    width: 62%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.top_new_left li {
    float: right;
    width: 60%;
    list-style: none;
    line-height: 0;
}

.top_new_left li img {
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.top_new_left ul {
    float: left;
    width: 40%;
    padding: 30px;
    font-size: 15px;
    line-height: 22px;
}

.top_new_left ul h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 10px;
    line-height: 25px;
    -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;
}

.top_new_left ul h3 a, .top_new_right ul h3 a {
    color: #BF1925;
}

.top_new_left ul h4 a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #BF1925;
    font-style: italic;
    padding-top: 10px;
    -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;
}

.top_new_right ul {
    border-left: solid 3px #bf1925;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
}

.top_new_right ul h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
    line-height: 22px;
    -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;
}

.top_new_right {
    float: right;
    width: 35%;
}

.title_page_more ul h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #bf1925;
    line-height: 35px;
    padding-bottom: 50px;
}

.title_page_view ul h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    line-height: 35px;
    border-bottom: 1px #bf1925 solid;
    margin-bottom: 40px;
    padding-bottom: 16px;
}

.banner_right ul li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 0;
}

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

.huongdan_id {
    margin-top: 60px;
}

.huongdan_id ul {
    float: left;
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px #bf1925 solid;
    text-align: center;
    font-weight: 700;
}

.huongdan_id ul:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.huongdan_id ul li {
    list-style: none;
    line-height: 0;
    margin-bottom: 15px;
}

.huongdan_id ul li img {
    width: auto;
    height: 55px;
}

.tuvanbaogia_popup.tuvanbaogia_popup1 {
    width: 750px;
    padding: 50px;
}

.tuvanbaogia_popup p {
    clear: both;
    margin: 10px;
}

.wpcf7-list-item-label {
    margin-left: 10px;
}

.tuvanbaogia_popup .d-flex {
    justify-content: center;
    width: calc(100% / 1 - 20px);
}

.tuvanbaogia_popup .d-flex a {
    width: 100%;
}

textarea.form-control {
    height: 99px;
    padding: 10px 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.tuvanbaogia_popup ul h4 a {
    display: inline-table;
    color: #f9f9f9;
    padding: 0px 50px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 46px;
    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;
    background: #444;
    margin-top: 20px;
}

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

.tuvanbaogia_popup ul li.mess {
}

.tuvanbaogia_popup ul h4 {
    clear: both;
}

.tuvanbaogia_popup ul h4 a i {
    padding-left: 7px;
}

.tuvanbaogia_popup ul {
    margin: 0 -10px;
    float: right;
    width: 45%;
}

.tuvanbaogia_popup h3 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #bf1925;
    padding-left: 20px;
    border-left: 5px #bf1925 solid;
}

.images_popup {
    float: left;
    width: 52%;
}

.images_popup img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.button-sec-id a {
    display: block;
    color: #fff;
    background: #C40D23;
    font-size: 18px;
    padding: 12px 30px;
    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;
    font-weight: 700;
    text-align: center;
}

.button-sec-id a:hover {
    color: #fff;
    background: #333;
}

.pro_id_3.pro_id_3_slider ul {
    width: calc(100% / 1 - 20px);
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.owl-prev, .owl-next {
    border: none !important;
    font-size: 35px !important;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    background: #3a3a3cb3 !important;
}

.pro_id_3.pro_id_3_slider {
    margin-bottom: 10px;
}

.pro_id_2.pro_id_2_slider ul {
    width: calc(100% / 1 - 20px);
    margin: 0 10px;
}

.pro_id_news.pro_id_news_slider ul {
    width: calc(100% / 1 - 20px);
}

.with_footer.footer_lienhe figure.image {
    margin-bottom: 15px;
}

.with_footer.footer_lienhe p {
    padding-bottom: 15px;
    color: #333;
}

.with_footer.footer_lienhe .fa {
    width: 25px;
    color: #BF1925 !important;
}

.with_footer.footer_lienhe a {
    color: #333;
}

.with_footer.footer_lienhe a:hover {
    color: #BF1925;
}

.showText figure.image {
    padding-bottom: 15px;
}

.showText img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.showText h2 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}

.link_load i {
    display: none;
}

.link_load span {
    display: inline-block;
    padding: 0 10px;
    color: #333 !important;
    font-weight: normal !important;
}

.nums ul {
    display: inline-block;
}

.nums ul li {
    float: left;
    margin: 0 2px;
}

.nums ul li a {
    font-size: 15px !important;
    line-height: 32px;
}

.showText.move_xemthem {
    max-height: 140px;
    overflow: hidden;
}

.dv-tn-gr {
    margin-bottom: 10px;
}

.dv-tn-gr .dv-span-tn {
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}

label.lb_chekli {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

label.lb_chekli input {
    position: absolute;
    opacity: 0;
}

label.lb_chekli li {
    list-style: none;
    float: left;
    list-style: none;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
}

#bridal_images_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viewRight .desc li u {
    display: inline-block;
    text-decoration: none;
    min-width: 155px;
}

.tuvanbaogia_popup ul li {
    list-style: none !important;
}

.tuvanbaogia_popup ul,.tuvanbaogia_popup li {
    list-style: none;
}

.tuvanbaogia_popup li input,.tuvanbaogia_popup li textarea {
    display: block;
    width: 100%;
    height: 42px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    border-radius: 0;
}

ul.tags {
    list-style: none;
}

ul.tags li {
    list-style: none;
    display: inline-block;
    float: left;
}

.showText.showText_lienhe p {
    margin-top: 10px;
}

.showText.showText_lienhe {
    padding: 10px 0;
}

.showText.showText_lienhe .fa {
    margin-right: 7px;
}

.right_contact h3 {
    padding: 0 10px;
}

ul.tags li i {
    margin-right: 8px;
}

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

ul.tags li a:hover {
    color: #c11925;
}

.tuvanbaogia_popup li textarea {
    height: 100px;
}

.dv-alienhe a {
    display: block;
    color: #fff;
    background: #C40D23;
    font-size: 18px;
    padding: 12px 30px;
    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;
    font-weight: 700;
    text-align: center;
}

.dv-alienhe a:hover {
    color: #fff;
    background: #333;
}

.contact .left li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    float: left;
}

.contact .right {
    padding: 0 10px;
    margin: 0;
}

.contact .right {
}

.right_contact {
    padding-left: 30px;
}

.hotline_header ul h3 u {
    text-decoration: none;
    display: block;
    padding: 0 0 5px;
}

.hide {
    display: none
}

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

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

    .menu {
        display: inline-block;
    }

    div#nav-mobile {
        text-align: center;
    }

    .timkiem_top {
        margin: 0 auto;
        width: 340px;
        position: relative;
    }

    .hotline_header {
        margin: 0 0 0 auto;
        float: right;
    }

    .input_search {
        width: 100%;
    }

    .search a {
        position: absolute;
        right: 0;
    }

    .header_top {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .logo_top {
        margin: 0 auto 0 0;
    }

    .header_top .clr {
        display: none;
    }

    .pagiBanner {
        position: absolute;
        bottom: 25px;
    }

    .title_page_all ul h3:before {
        display: none;
    }

    div#bridal_images_list {
        width: 120px;
    }

    #bridal_images_list li {
        width: 100%;
        height: 100px;
    }

    div #bridal_images {
        width: calc(100% - 120px);
    }

    .viewRight {
        width: 40%;
        padding-left: 25px;
    }

    .dathang_id a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 991px) {
    a.a_trangchu_mb {
        display: none;
    }

    .header_top {
    }

    .hotline_header > li {
        display: none;
    }

    .hotline_header ul {
        padding: 0;
    }

    .hotline_header ul h3 a {
        font-size: 22px;
        padding: 6px 0 0;
    }

    .menu-bar.hidden-md.hidden-lg {
        background: #bf1925;
    }

    .menu-bar.hidden-md.hidden-lg {
        top: 10px;
        right: 10px;
    }

    .hotline_header {
        margin-right: 60px;
        white-space: nowrap;
    }

    .hotline_header ul {
        margin: 0;
    }

    .timkiem_top {
        width: 300px;
    }

    .logo_top li img {
        height: 50px;
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        display: block;
        background: #bf1925;
    }

    div#mm-0 {
        background: none !important;
    }

    .mm-opened div#mm-0 {
        background: #fff !important;
    }

    .pro_id_2 ul {
        margin: 0 10px;
        width: calc(100% / 3 - 20px);
        margin-bottom: 15px;
    }

    .tuvanbaogia_popup.tuvanbaogia_popup1 {
        width: 100%;
        padding: 30px;
    }

    .viewRight {
        width: 100%;
        padding: 20px 0 0;
    }

    .left_pro_view {
        width: 100%;
    }

    #bridal_images {
        margin-bottom: 10px;
    }

    #pro_img_main {
        margin-bottom: 0;
    }

    .box_thietkekientruc_home {
        padding: 40px 0;
    }

    .top_new_left {
        width: 100%;
    }

    .top_new_right {
        width: 100%;
        margin-top: 20px;
    }

    .pro_id_news ul {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .images_popup {
        width: 100%;
    }

    .tuvanbaogia_popup ul {
        width: 100%;
        margin: 0;
    }

    .gioithieu_sp_them ul h3 {
        font-size: 25px;
        line-height: 1.4;
    }

    .timkiem_top {
        width: 44px;
        border-radius: 100px;
        overflow: hidden;
        height: 44px;
    }

    .title_page_all ul h3 {
        font-size: 30px;
        width: 100%;
    }

    .title_page_all ul p {
        width: 100%;
        padding: 15px 0 0;
    }

    .box_duan_home {
        padding-top: 30px;
    }

    .title_page_one ul h3 {
        font-size: 30px;
    }

    .box_thietkekientruc_home_2 {
        padding: 30px 0;
    }

    .with_footer {
        width: calc(100% / 2 - 40px);
        margin-bottom: 20px;
    }

    .search a {
        width: 44px;
        height: 44px;
    }

    .timkiem_top {
        position: absolute;
        right: 62px;
    }

    .hotline_header {
        margin: 0 115px 0 0;
    }

    .hotline_header ul h3 u {
        display: none;
    }

    .hotline_header ul p {
        font-size: 25px;
    }

    .hotline_header ul {
        line-height: 1.2;
    }

    .search {
        display: none;
    }

    .timkiem_top > a {
        display: flex;
        background: #bf1925;
        color: #fff;
        width: 100%;
        height: 100%;
        align-items: center;
    }

    .timkiem_top {
        right: 65px;
    }

    .timkiem_top.acti {
        width: 300px;
    }

    .timkiem_top.acti > .hide {
        display: none;
    }

    .timkiem_top.acti .search {
        display: block;
    }

    .search a {
        width: 54px;
    }

    .titile_link ul h3 {
        font-size: 40px;
        line-height: 1.3;
        font-weight: 500;
    }

    .bg_link_page {
        height: 0;
        padding: 100px 0;
    }

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

    .left_gioithieu_home {
        width: 100%;
    }

    .title_gioithieu_home ul h3 {
        font-size: 25px;
        line-height: 1.5;
    }

    .pro_id_2 ul {
        margin: 0 10px;
        width: calc(100% / 2 - 20px);
        margin-bottom: 15px;
    }

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

    .top_new_left li {
        width: 50%;
    }

    .top_new_left ul {
        width: 50%;
        padding: 20px;
    }

    .left_conten {
        width: 100%;
        padding: 20px;
    }

    .right_conten {
        width: 100%;
        padding: 20px 0 0;
    }

    .baiviet_right ul li {
        width: 30%;
    }

    .baiviet_right h3:before {
        display: none;
    }

    .page_conten_page.page_conten_page_cont {
        padding: 30px 0;
    }

    .left_contact {
        width: 100%;
    }

    .map_contact iframe {
        height: 300px;
    }

    .box_contact {
        padding: 30px 0;
    }

    .right_contact {
        padding: 20px 0 0;
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .baiviet_right ul p, .baiviet_right ul h4 {
        width: 70%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .pro_id_3.pro_id_2.flex {
        margin: 0 -5px;
    }

    .pro_id_2 ul {
        margin: 0 5px;
        width: calc(100% / 2 - 10px);
        margin-bottom: 12px;
    }

    .hotline_header {
        position: absolute;
        right: 10px;
    }

    .with_footer {
        width: calc(100% / 1 - 40px);
        margin: 0 20px 15px;
    }

    .titile_link ul h3 {
        font-size: 30px;
        line-height: 1.3;
        font-weight: 500;
    }

    .huongdan_id ul {
        width: 100%;
        margin: 0;
        margin-top: 12px;
        border: none;
        padding: 0;
    }

    .huongdan_id {
        margin-top: 30px;
    }

    .pro_id_news ul {
        width: calc(100% / 1 - 20px);
    }

    .top_new_left li {
        width: 100%;
    }

    .top_new_left ul {
        width: 100%;
    }

    .pro_id_3 ul h3 {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 0 5px;
    }

    .pro_id_3 ul p {
        font-size: 16px;
    }

    .pa_pro {
        padding-top: 5px;
    }

    .bg_link_page {
        height: 0;
        padding: 60px 0;
    }

    .title_page_one {
        padding-bottom: 50px;
    }

    .dathang_id a {
        width: 100%;
        margin: 0 0 10px 0 !important;
        text-align: center;
    }

    .title_page_one ul h3 {
        font-size: 27px;
    }

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

    div#bridal_images_list {
        width: 60px;
        padding-right: 0;
    }

    #bridal_images_list li {
        height: 60px;
        margin: 0 0 10px 0;
    }

    div #bridal_images {
        width: calc(100% - 70px);
        float: right;
    }
}
