@import "font.css";
body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif, Open Sans;
    font-weight: normal;
    color: #000;
    background: #fff;
}
* {
    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: #0a3380;
    color: #fff;
}
::-webkit-selection {
 background-color:#0a3380;
 color: #fff;
}
-webkit-::selection {
    background-color: #0a3380;
    color: #fff;
}
::-moz-selection {
 background-color:#0a3380;
 color: #fff;
}
.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.showText h1 {
    color: #0d0d3c;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
    margin: 10px 0;
    text-transform: initial;
}
.showText h2 {
    color: #0d0d3c;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 8px;
    margin: 10px 0;
    text-transform: initial;
}
.showText h3 {
    color: #0d0d3c;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 6px;
    margin: 5px 0;
    text-transform: initial;
}
.showText p{
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}
.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: #0a3380; */
    /* color: white; */
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
tr:hover {
    background-color: #f5f5f5;
}
th, td {
    border-bottom: 1px solid #ddd;
}
th, td {
    padding: 5px 15px;
    /* text-align: left; */
}
td {
    height: 30px; /* vertical-align: bottom; */
}
td a {
    color: #333;
    text-align: center;
}
td a i{
    padding-left: 5px;

}
td a:hover {
    color: #0a3380;
}
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: none;
}

.header_top {

position: absolute;

z-index: 3;

top: 0;

left: 0;

right: 0;

width: 100%;

align-items: center;

justify-content: space-between;

border-bottom: 1px solid rgba(255,255,255,0.3);

padding-bottom: 20px;

padding-top: 20px;
}
.timkiem_header {
    float: left;
    border: solid #ffffff 1px;
    background: #ffffff00;
    /* margin-top: 7px; */
    width: 230px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.input_search {
    padding: 0px 15px;
    height: 30px;
    width: 180px;
    float: right;
    color: #fff;
    background: none;
    border: none;
    font-size: 13px;
    line-height: 30px;
}
.input_search:focus {
    color: #fff;
}
.search a {
    width: 40px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
}

.logo_top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    width: fit-content;
    top: -5px;
}

.logo_top img {
    height:58px; 
    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;
}
.right_top {
    float: right;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_top>div {
    float: left;
    line-height: 0;
    margin-left: 20px;
    color: #fff;
    line-height: 30px;
}
.right_top div a {
    color: #fff;
    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;
}
.right_top div a i {
    font-size: 18px;
    color: #fff;
    padding-right: 5px;
}
.right_top div a:hover, .right_top div a:hover i {
    color: #f9d50b;
}
.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    padding: 15px 0;
    margin-top: 0;
    z-index: 4;
}

.box_menu.fixed .menu {
    top: 0;
    margin-top: 0px;
}
.box_menu.fixed .menu > li > a {
    color: #000;
    font-weight: 700;
}
.box_menu.fixed #menu > li > a {
    padding: 0 20px;
}
.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;
}
.box_menu {
    position: absolute;
    /* padding: 40px 0; */
    z-index: 4;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
}
.menu {
    text-align: center;
    margin-top: 0;
}
.menu * {
    list-style: none;
}
.menu * {
    list-style: none;
}
.menu > li + li {
    position: relative;
}
.menu > li + li:after {
    border-left: #209f50;
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    bottom: 0;
}
.menu > li {
    display: inline-table;
}
.menu > li > a {
    display: block;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 0 16px;
}
.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: #f9d50b;
}
.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: 170%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    z-index: 3;
    margin: 0;
    padding: 0;
    /* padding-top: 7px; */
    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;
    /* background: rgba(0, 0, 0, 0.05); */
}
.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
}
.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 10px;
    /* border-radius: 3px 3px 0 0; */
    /* -webkit-border-radius: 3px 3px 0 0; */
    -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;
    /* border-radius: 0 0 3px 3px; */
    /* -webkit-border-radius: 0 0 3px 3px; */
    -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;
    font-size: 14px;
}
.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: #778899;
    color: #fff;*/
}
.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;
}
.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 0px);
}
.bannerMain {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 0px);
}
.bannerMain:before {
        background-image: linear-gradient(to right bottom,#0d0d3c,#0d0d3c,#0d0d3c,#0d0d3c,#0d0d3c,#301249,#501553,#701859,#b32b58,#e55746,#fe9329,#f9d50b);
    opacity: .9;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.banner li {
    float: left;
    width: 100%;
    height: calc(100vh - 0px);
    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: 70px;
    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: 12px;
    height: 12px;
    background: #000000b5;
    text-indent: -100000px;
    margin: 0 3px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    /* -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); */
    /* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
    border: solid #fff 4px;
    -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: #1F9CBB;
}
.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: 2;
    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: 35%;
    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: 45%; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.box_title_banner h1 p:nth-child(1) {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
}

.box_title_banner h1 p:nth-child(2) {
    font-size: 53px;
    line-height: 65px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.box_title_banner h1 p:nth-child(2) span{

font-weight: 700;
}
.box_title_banner .text-center-buttom{
    float: left;
    margin-right: 20px;
    margin-top: 50px;
    text-align: center;
}
.box_title_banner .text-center-buttom .button{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.875rem 1.75rem;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #343a40;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
}
.box_title_banner .text-center-buttom .button:hover, .box_from_tuvan_right .button:hover, .popup_tuvan .button:hover, .title_page_home li a:hover, .title_video_home li a:hover, .title_video_home li.video_yotu a:hover, .title_page_home li.video_yotu a:hover, .more_other li a:hover, .tuvan_id_r ul li a:hover, .tuvan_id_r ul li a:hover.clor_tv{
    /*background: linear-gradient(90deg, #ffae14 -20.95%, #f9d50b  102.22%);*/
    /*color: #000;*/
    background: #778899;
    color: #fff;
}
.box_title_banner .text-center-buttom .button.color_01{color: #fbf7ff !important;border: 1px solid #fbf7ff;background: #f9d50b00;}

.box_title_banner .text-center-buttom b{


        font-size: 16px;
    line-height: 24px;
    font-weight: 300;

}

.placeNav_2, .placeNav_3, .placeNav {
    position: absolute;
    top: 35%;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    width: 38px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    background: #000000a8;
    opacity: 0;
    border-radius: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 10px;
}
.placeNav_2.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
    font-size: 35px;
}
.placeNav.next {
    right: 10px;
    text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}
.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover {
    color: #ffffff;
    background: #f9d50b99;
}
.placeSlide_main {
    position: relative;
    overflow: hidden;
}
.placeSlide, .placeSlide_3, .placeSlide_doiac {
    width: 1300px;
}
.about_contac_home{
    padding: 50px 0;
    /*background: #eee;*/
}
.about_contac_home ul{
    float: left;
    width: 50%;
    margin: 0;
}
.about_contac_home .title{
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #3c3469;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.about_contac_home ul p{
    padding-bottom: 15px;
}
.about_contac_home li{
    float: right;
    list-style: none;
    line-height: 0;
    width: 45%;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
}
.about_contac_home li iframe{
    height: 340px;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.box_from_tuvan_home{
    padding: 50px 0;
    position: relative;
    background: url(../contents_images/files/bg_tuvan.webp) center center no-repeat fixed; 
    background-color: #323035;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.box_from_tuvan_home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d0d3c6e;
    transition: .3s all ease;
    z-index: 0;
}
.box_from_tuvan_left{
    /* float: left; */
    width: 35%;
    color: #fff;
    top: 30%;
    position: absolute;
    left: 0;
}
.box_from_tuvan_left ul p{
    font-size: 20px;
    line-height: 35px;
}
.box_from_tuvan_left .title{
        padding-bottom: 15px;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 600;
        color: #f9d50b;
}
.box_from_tuvan_right{
    float: right;
    width: 60%;
}
.box_from_tuvan_right ul, .popup_tuvan ul{
    padding: 40px;
    background: #ffffffb3;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
}
.box_from_tuvan_right ul li, .popup_tuvan ul li{
    list-style: none;
    
}
.box_from_tuvan_right .button, .popup_tuvan .button{
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.875rem 2.75rem;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #343a40;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    float: right;
    text-transform: capitalize;
    
}
.center_column {
display: flex;
flex-wrap: unset;
}
.col1-top {
padding: 50px 40px;
}
.sign_col1 {
width: 40%;
text-align: center;
background: #d4d5d6;
color: #464646;
}
.col1_subheading {
font-size: 30px;
margin: 15px 0;
font-weight: 300;
}
.sign_col2 {
background: #efefef;
padding: 30px 40px;
color: #464646;
width: 50%;
position: relative;
}
.sign_input {width: 100%;border-width: 0 0 2px 0;padding: 13px 13px 13px;font-size: 15px;font-family: 'Montserrat', sans-serif, Open sans-serif;background: #ffffff;border: none;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);margin: 6px 0;border-radius: 5px;line-height: 25px;}

.col1_des {
line-height: 25px; margin-top: 10px;
}
.link_login {margin-bottom: 5px;}
.button_sign {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 35px;
    margin: 10px 0;
    height: 45px;
    line-height: 45px;
    color: #000;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);
    font-weight: 600;
}
.button_sign:hover {
    color: #000;
    background: linear-gradient(90deg, #ffae14 -20.95%, #f9d50b 102.22%);
}
.sign_col2 h3 {color: #0d0d3c;font-size: 23px;line-height: 25px;padding-bottom: 20px;text-transform: uppercase;font-weight: 500;margin: 0;}
.link_login a {
color: #0d0d3c;
}
.link_login a:hover {
    color: #f9d50b;
text-decoration: underline;
}
.footer{
    padding: 50px 0;
    position: relative;
    background: url(../contents_images/files/bg_footer.webp) center center no-repeat fixed;
    background-color: #323035;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d0d3b6e;
    transition: .3s all ease;
    z-index: 0;
}
.add_footer{
    background: #ffffffb3;
    /* padding: 15px; */
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    margin-bottom: 50px;
}
.add_footer .col{
    float: left;
    width: 27.333%;
    margin: 3%;
}
.add_footer ul li{
    list-style: none;
    line-height: 0;
    margin-top: 20px;
}
.add_footer img{
    height: 70px;
    width: auto;
    margin: 0;
}
.add_footer ul li {
    position: relative;
    padding-left: 27px;
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}

.add_footer ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 7.5px;
    width: 8px;
    height: 8px;
    background: #0d0d3c;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 100px;
    z-index: 2;
}
.add_footer ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3.5px;
    width: 16px;
    height: 16px;
    background: rgba(13,13,60,.25);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 100px;
    z-index: 1;
}
.add_footer .title{
        padding-bottom: 15px;
        text-transform: uppercase;
        color: #3c3469;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
}
.link_footer .col{
    float: left;
    width: 25%;
}
.link_footer .title {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #f9d50b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.link_footer ul li{
    list-style: none;
    padding-bottom: 5px;
}
.link_footer ul li a{
    color: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 14px;
}
.link_footer ul li a:hover, .copyright_bottom ul li a:hover, .lienhe_tuvan_right_1 ul li a:hover, .lienhe_tuvan_right_1 p a:hover, .copyright_bottom a:hover{ 
    color: #f9d50b; 
}
.link_footer ul li a i{
    padding-right: 10px;    
}
.copyright_bottom{
    border-top: 1px solid #ffffff4a;
    padding-top: 20px;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}
.copyright_bottom ul p{
    float: left;
}
.copyright_bottom ul li{
    float: right;
    list-style: none;
}
.copyright_bottom ul li a, .copyright_bottom a{
    color: #fff;
}
.box_home_w{
    padding: 50px 0;
}
.box_home_b{
    background: #eee;
    padding: 50px 0;
}
.title_page_home{
    margin-bottom: 20px;
}
.title_page_home ul{
    float: left;
    margin: 0;
}
.title_page_home .title{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #3c3469;
}
.title_page_home li{
    float: right;
    list-style: none;
}
.title_page_home li i, .title_video_home li i{
    padding-left: 10px;

}
.title_page_home li a{
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    background: #fff;
}
.pro_list, .pro_id, .video_id, .new_home_id{
    /*margin: 0 -15px;*/
    margin: 0;
}
.pro_list ul{
    float: left;
    width: 380px;
    margin: 0 15px 30px 15px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
}
.pro_list ul h3{
    /*background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);*/
    background: linear-gradient(90deg, #f9d50b00 -20.95%, #f9d50b 102.22%);
    -webkit-transition: .3s ease;-moz-transition: .3s ease;-ms-transition: .3s ease;-o-transition: .3s ease;transition: .3s ease;text-align: center;font-size: 18px;text-transform: uppercase;font-weight: 600;color: #333;border-radius: 10px 10px 0px 0px;padding: 12px 0;margin: 0;}
.pro_list ul li{
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0px 0px 10px 10px;
}
.pro_list ul li img {
    transition: 0.5s;
    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);
}
.pro_list ul:hover li img, .pro_id ul:hover li img, .video_id ul:hover li img, .new_home_id ul:hover li img {
    transform: scale(1.1);
    transition: 0.5s;
}
.pro_list ul:hover h3 {
    /*background: linear-gradient(90deg, #3c3469 -20.95%, #0d0d3c 102.22%);*/
    background: #778899;
    color: #fff;
}
.pro_id ul{
    float: left;
    width: 277px;
    background: #fff;
    padding: 10px;
    margin: 0 15px 30px 15px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.pro_id.pro_id_page ul{
    width: 248px;
}
.pro_id ul:hover{
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
}
.pro_id ul:hover h3{
    color: #000;
}
.pro_id ul h3{text-transform: capitalize;font-size: 15px;font-weight: 600;color: #333;padding: 10px;line-height: 22px;padding-top: 15px;margin: 0;}
.pro_id ul h4{text-transform: none;font-size: 18px;font-weight: 600;color: #cc3d3d;padding: 0 10px;line-height: 25px;}
.pro_id ul h4 span{
    font-size: 15px;
    font-weight: 500;
    color: #666;
    padding: 0 10px;
    padding-left: 10px;
    text-decoration: line-through;
    display: block;
    }
.pro_id ul p{
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    display: contents;
    }
.pro_id ul li{
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.pro_id ul li img {
    transition: 0.5s;
    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);
}
.badge-danger{
    color: #fff;
    background-color: #dc3545;
    border-radius: 10px 5px 5px 5px;
    padding: 5px 20px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
}
.badge-danger i{
    padding-right: 10px;

}
.video_id ul .cs-btn-play{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
    z-index: 1;
    color: #000000b3;
    font-size: 60px;
    line-height: 60px;
}
.video_id ul:hover .cs-btn-play{
    
color: #ff00009e;
}
.video_id ul:hover, .new_home_id ul:hover {
box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
}
.video_id.video_id_right ul{
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.video_id.video_id_right {
    margin: 0;

}
.video_id ul{
    position: relative;
    float: left;
    width: 380px;
    margin: 0 15px 30px 15px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.video_id ul h3{background: #000;-webkit-transition: .3s ease;-moz-transition: .3s ease;-ms-transition: .3s ease;-o-transition: .3s ease;transition: .3s ease;text-align: center;font-size: 14px;text-transform: none;font-weight: normal;color: #fff;border-radius: 0px 0px 10px 10px;padding: 12px 0;}
.video_id ul li{
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0px 0px;
}
.video_id ul li img {
    transition: 0.5s;
    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);
}
.popup_video{
    padding: 30px;
    width: 900px;
}
.popup_video iframe{
    width: 100%;
    height: 550px;
}
.title_video_home{
    margin-bottom: 30px;
}
.title_video_home .title{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #3c3469;
    float: left;
}
.title_video_home .title i, .title_page_home .title i  {
    background: #f00;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50px;
    height: 40px;
    text-align: center;
    width: 40px;
    margin-right: 10px;
}
.title_video_home ul{
    float: right;
    margin: 0;
}
.title_video_home ul li{
    float: left;
    list-style: none;
    margin-left: 30px;
}
.title_video_home li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    background: #fff;
}
.title_video_home li.video_yotu a, .title_page_home li.video_yotu a {

    color: #fff;

    border: 1px solid #f00;
    background: #f00;
}
.title_video_home li.video_yotu i, .title_page_home li.video_yotu i {
    padding-right: 10px;
}
.new_home_id.new_home_id_right ul {
    float: none;
    width: auto;
    margin: 0 0 30px 0;

}
.new_home_id.new_home_id_right ul li{
    width: 40%;
}
.new_home_id.new_home_id_right ul h3{
    width: 60%;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.new_home_id.new_home_id_right ul h3 span{
    display: block;
    font-size: 17px;
    padding-top: 5px;
    line-height: 22px;
    font-weight: 600;
    color: #cc3d3d;

}
.new_home_id ul {
    position: relative;
    float: left;
    width: 585px;
    margin: 0 15px 30px 15px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
}
.new_home_id ul li{
    float: left;
    width: 45%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 0 0 10px;
}
.new_home_id ul li img {
    transition: 0.5s;
    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);
}
.new_home_id ul h3{
    float: left;
    width: 55%;
    padding: 30px;
    text-transform: none;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.new_home_id ul:hover h3{

    color: #3c3469;
}
.bg_link_page {
    height: 350px;
    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-image: linear-gradient(to right bottom,#0d0d3c,#0d0d3c,#0d0d3c,#0d0d3c,#0d0d3c,#301249,#501553,#701859,#b32b58,#e55746,#fe9329,#f9d50b); transition: .3s all ease;
    opacity: .9;
}
.page_conten_page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.titile_link{
    padding-top: 230px;
}
.titile_link ul .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #f9d50b;
    font-size: 35px;
    line-height: 40px;
    display: inline-table;
}
.titile_link ul .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: #209f50;
    z-index: 2;
    display: none;
}
.titile_link ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: capitalize;
    opacity: 0.8;
}
.titile_link ul li  a{
    color: #fff;
}
.titile_link ul li  a:hover{
    color: #f9d50b;
}
.titile_link ul li i {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
}


.imges_gt{
    float: right;
    width: 45%;
}
.imges_gt img{
    width: auto;
    height:100%;
}
.left_gt {
    float: left;
    width: 50%;
}
.services_home{
    position: absolute;
    z-index: 3;
    top: -160px;
    left: 0;
    right: 0;
}
.services_home_bs{
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
.services_home ul{
    float: left;
    width: 33.333%;
    padding: 3%;
    background: #0d0d3c;
    color: #000;
    text-align: center;
}
.services_home ul.color_bg_2{

background: #ffae14;
}
.services_home ul li{
    list-style: none;
    line-height: 0;
    
}
.services_home ul li img{
    height: 70px;
    width: auto;
}
.services_home ul h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    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;
}
.services_home ul:hover h3 {

color: #f9d50b;
}
.services_home ul p {
    color: #ffffffbf;
}
.left_contact {
    float: left;
    width: 40%;
    /* background: #fff; */
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    /* padding: 20px; */
}
.left_contact ul {
    padding-top: 15px;
}
.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: #0d0d3c;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 0;
    text-transform: capitalize;
}
.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 h2,.right_contact h3 {
    text-transform: capitalize;
    color: #0d0d3c;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}
.right_contact {
    float: right;
    width: 60%;
}
.map_cotact iframe {

    display: block;
    width: 100%;
    height: 430px;
    margin-top: 20px;
}
.contact {
    /* padding-bottom: 20px; */
    /* padding-top: 10px; */
    /* padding-right: 10px; */
}
.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: 0;
}
.formBox li {
    display: block;
    /* position: relative; */
    margin-bottom: 10px;
}
.formBox li.left_ct {
    float: none;
    width: auto;
    margin-left: 0;
}
.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 50px;
    color: #333;
    padding: 0 10px 0 20px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif, Open Sans;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.formBox li textarea {
    padding: 20px;
    height: 220px;
    font-family: 'Montserrat', sans-serif, Open Sans;
}
.contact .left input {
    width: 100%;
}
.contact .right input, .contact .right textarea {
    width: 100%;
    /* position: relative; */
}
.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 35px;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    color: #000;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    font-weight: 600;
}
.formBox .button:hover {
    background: #778899;
color: #fff;
}
.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;
}
.more_other{
    text-align: center;
}
.more_other ul li{
    list-style: none;
    display: inline-table;
}
.more_other ul li i{
    padding-right: 10px;
    font-weight: 400;
    font-size: 15px;
}
.more_other li a {
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333;
    text-transform: capitalize;
    border: 1px solid #ccc;
}
.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}
.title_news .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0d0d3c;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.title_news li {
    font-size: 14px;
    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: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    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;
    text-align: left;
    padding-top: 15px;
    height: 35px;
    border-top: solid #CCC 1px;
    margin-top: 10px;
}
.left_conten_page{
    float: left;
    width: 67%;
}
.right_conten_page{
    float: right;
    width: 30%;
}
.menu_right{
    margin-bottom: 30px;
        box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
}
.menu_right h3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    background:#0d0d3c;
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
    line-height: 30px;
}
.menu_right ul {
    padding: 15px;
}
.menu_right ul li{
    list-style: none;
    border-bottom: dashed #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menu_right ul li i{

    margin-right: 10px;
}
.menu_right ul li a{
    display: block;
    color: #333;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.menu_right ul li a:hover{
    color: #ffae14;
}
.new_home_id_right, .pro_id_right{
    margin: 0 0px;
}
.title_right{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #3c3469;
    margin-bottom: 20px;
}

.viewLeft {
width: 47%;
float: left;
position: relative;
z-index: 0;
}
.viewRight {
width: 50%;
float: right;

}
.box_home_2 {
background: #fff;
padding-top: 10px;
}
.box_home_2 #pro_tabs {
    margin-bottom: 30px;
    width: 100%;
    /*float: left;*/
    margin-top: 20px;
    }
.box_home_2 #pro_tabs .listtabs {    text-align: left;}
#pro_tabs {
       margin: 0;
    /*float: right;*/
    border: 1px solid #dbdbdb;
    width: 100%;
    padding: 15px 0;
}
 #pro_tabs.pro_tabs_2 {
    float: none;
    border: 0;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    /*background: #0d0d3c;*/
    background: linear-gradient(90deg, #f9d50b00 -20.95%, #f9d50b 102.22%);
    border-radius: 10px 10px 0 0;
    line-height: 30px;
}

.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {color: #cc3d3d;}
.listtabs.listtabs_2 li a:hover, .listtabs.listtabs_2 li a.selected, .listtabs.listtabs_2 li a.selected:hover {
    color: #333;
    border-bottom: #333 solid 3px;}
.listtabs {
    overflow: hidden;
    text-align: center;
}
.listtabs li {
display: inline-table;
list-style: none;
margin: 0 0px;
position: relative;
}
.listtabs.listtabs_2 li {
display:inherit;
    float: left;

}
.listtabs li:last-child:before {display: none;}
.listtabs li:before {
    position: absolute;

    content: '';
    right: -3px;
    bottom: 0px;
    height: 50px;
    width: 1px;
    background-color: #dbdbdb;
    top: -7px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.listtabs.listtabs_2 li:before {
    display: none;
}
.listtabs li a {
        color: #2b2b2b;
    text-decoration: none;
    display: block;
    padding: 3px 23px 2px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin: 0 4px;
    /*border-radius: 50px;*/
    background: transparent;}

.listtabs.listtabs_2 li a {
        color: #fff;
        display: block;
        margin: 0 15px 0;
        line-height: 60px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        background: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        padding: 0;
        border-radius: 0;
        background: none;
        }
.code_pro {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #22232b;
    font-weight: normal;
}

.viewRight .desc li {
line-height: 20px;
    margin-bottom: 10px;
    text-indent: 20px;
    list-style: none;
    background: url(../images/icon-check-pink.png) no-repeat left 7px;
    margin-left: 10px;
    font-size: 15px;
}
.viewRight p{
/* color:#666; */


/* padding-left:15px; */

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;
/* float: left; */
/* right: 0; */
/* bottom: -1px; */
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: #f5111a;
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.html");
}
#proView .link a.b_share:after {
background-image: url("images/icon-share.html");
}
#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;
}
.product-color-variation .btn {
    width: 20px;
    height: 20px;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;



    transition: .3s;
    border: 1px solid #ccc;
    padding: 0; margin: 5px 0; margin-left: 5px;
}
.bg-primary {
    background-color: #fff !important;
}
.bg-danger {
    background-color: #d6cbb5 !important;
}
.bg-dark {
    background-color: #212121 !important;
}
.bg-success {
    background-color: #0D6EFD !important;

}

.product-size a {
    font-weight: 600;
    margin-left: 5px;
}

.titleView {background: url(../images/title-line.png) repeat-x left bottom;position: relative;padding: 0px 0 15px 0;line-height: 35px;font-size: 30px;color: #333;font-weight: 600;text-transform: uppercase;}
.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 #ebebeb;
    background: #fff;
    padding: 5px;
    width: 100%;
    overflow: hidden;

    position: relative;
    z-index: 0;
    float: left;
}
#bridal_images img {
border: none;
width: 100%;
height: auto;
margin: 0px auto;
}
#bridal_images_list {
display: block;
    float: right;
    width: 100%;
    position: relative;
}
#bridal_images_list li {
        list-style: none;
    height: 160px;
    width: 160px;
    border: 1px solid #CCC;
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin: 10px 0px 5px 20px;
    float: left;
}
#bridal_images_list li:hover {
border: 1px solid #999;
background: #fff;
}
#bridal_images_list img {
width: 100%;
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;/* margin-left: 10px; *//* margin-right: 10px; */
}
.dathang_id{
border-top: solid #ccc 1px;
padding-top: 15px;
margin-top: 5px;
}
.dathang_id a{
display: block;
color: #fff;
float: left;
background: #C26431;
font-size: 18px;
padding: 8px 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;
text-transform: capitalize;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
}
.dathang_id a i{
padding-right: 10px;
font-size: 20px;

}
.dathang_id a:hover{
background: #f5111a;
}
.ct_add .sc_item_button {
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-left: 15px;
}
.ct_add ul h3 {
float: left;
margin-right: 10px;
}
.number-up {float: right;}
span.number-down:hover, .number-up:hover {cursor: pointer;}
.ct_add ul h3 a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 28px;
    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;
    font-weight: 600;
    border: 1px solid #4c4c4c;

}
.ct_add ul h3 a i {padding-right: 5px; font-size: 16px;}
.ct_add ul h3 a.clor_01 {




        background: #ffd4d4;

    color: #C26431;
}
.ct_add ul h3 a.clor_02 {
    background: #C26431;
}

.ct_add ul h3 a:hover,.ct_add>h3>a:hover {background: #C26431; color: #fff; border: 1px solid}
.ct_add ul {clear: both;margin-top: 15px;}
.ct_add>h3>a {    display: block;
    color: #4c4c4c;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 34px;
    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: solid 1px #ccc;
    float: left;
    margin-left: 10px;}
.ct_add {/* margin-top: 15px */}
.view_pro {font-size: 22px;color: #cc3d3d;line-height: 30px;font-weight: 500;background: url(../images/title-line.png) repeat-x left bottom;padding: 15px 0 15px;margin-bottom: 10px;}
.view_pro span {font-size: 17px;padding-left: 10px;font-weight: normal;color: #666;text-decoration: line-through;}
.product-size {
    margin: 15px 0;
}
.viewRight .desc {
    margin: 10px 0 20px 0;
}

.cart_summary tr td {
    padding: 15px 15px 15px;
    border: 1px solid #eaebf3;
}
table .c-th-sp a.sp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background: #fff;
    margin: 0;
    float: left;
    margin-right: 15px;
}
table .c-th-sp a.sp img {
    max-width: 100%;
    max-height: 100%;
}
table .c-th-sp a {
    color: #222;
    text-decoration: none;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.so-luong-mua {
    display: -webkit-inline-box;
    float: left;
}
.number-down, .number-up {
    border: 1px solid #eaebf3;
    outline: none;
    background: transparent;
    height: 45px;
    width: 43px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #222;
    font-size: 17px;
    line-height: 40px;
    float: left;
    cursor: pointer;
}
#number, #quantity {
    border: 1px solid #eaebf3;
    border-left: 0;
    border-right: 0;
    height: 45px;
    font-size: 17px;
    text-align: center;
    width: 55px;
    vertical-align: top;
    min-height: 33px;
    padding: 0;
    float: left;
}
table .c-th-sp a.del {
    color: #d4272c;
    cursor: pointer;
}
table .c-th-sp {
    text-align: left;
}
.sc_button.sc_button_style_2 {
    color: #000!important;
    background-color: #F7E9E3;
    padding: 14px 30px;
}
.sc_button.sc_button_style_2:hover, .bout_us_home ul h4 a:hover {
    color: #ffffff !important;
    background-position: right bottom !important;
    background: #c26431;
}

.sc_button {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #000;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    font-weight: 600;
    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;
}
.sc_button:hover {
    background: #778899;
    color: #fff;
}

.sidebar .sidebar__title {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
}
.discount-code {
    padding: 0 20px;
}
.edit_checkout {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.field__input-wrapper input {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif, Open Sans;
    font-size: 14px;
    width: 77%;
    float: left;
}
.order-summary__section {
    border-top: 1px solid rgba(175,175,175,.34);
}
table.total-line-table {
    width: 100%;
    border: none;
}
table.total-line-table td:last-child{
    text-align: right;
    border: none;
}
table.total-line-table th {
    line-height: 33px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
}
.payment-due__price {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1em;
    color: #d4272c;
}
#chitiet_news {
    width: 30%;
    float: left;
}
.thanhtoan-2 {
    width: 30%;
    float: left;
    margin: 0 20px;
}
#page_dathang .sidebar {
    width: 35%;
    float: right;
    border-left: 1px solid #ccc;
}
.thanhtoan-2 h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.alert--info {
    color: #ffffff;
    background: #0d0d3c;
    border-color: #e1686c;
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.dv-gr-vanchuyen {
    border-radius: 4px;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    line-height: 18px;
}
.dv-gr-vanchuyen.dv-gr-thanhtoan label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.dv-gr-vanchuyen .blank-slate {
    background-color: #ececec;
    padding: 15px 20px;
    margin: 5px -20px -15px;
    line-height: 25px;
}
.radio__input {
    float: left;
}
input.lb_ghdck, .input_style_1 {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background: transparent;
    line-height: normal;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #bbbbbb inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
    border-color: #bbbbbb;
    margin-right: 8px;
    float: left;
    overflow: hidden;
}
.input_style_radio {
    border-radius: 100px;
}
input.lb_ghdck:checked, .input_style_1:checked {
    border: none;
    box-shadow: 0 0 0 10px #C26431 inset;
}
.input_style_radio:checked:after {
    background: none;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}
input.lb_ghdck:checked:after, .input_style_1:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.top_td select, .top_td input, .top_td textarea {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif, Open Sans;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}
.total-cart-page {
    display: flex;
    font-size: 15px;
    padding: 5px 15px;
}
.title-cart-page-left {
    flex-basis: 70%;
}
.number-cart-page-right {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price {
    text-align: right;
    margin: 0;
}
.border-product {
    width: 95%;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
    border-bottom-style: solid;
}
.top_td textarea {
    height: 80px;
}
.total-cart-page {
    display: flex;
    font-size: 15px;
    padding: 5px 15px;
}
.title-final-total {
    font-weight: 650;
    margin: 10px 0;
}
.title-final-total .number-cart-page-right .price {
    color: #d4272c;
    font-size: 15px;
}
.block-total-left {
    width: 68%;
    float: left;
}
.block-total-cart {
    float: right;
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 37px 0;
}
.heading-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    color: #222;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 0;
}
.heading-counter .count_cart {
    color: #d4272c;
}
.cart_summary tr:first-child th {
    border: none;
    color: #222;
    font-weight: 500;
    padding: 7px 15px;
    background: #ececec;
    font-size: 16px;
    border: 1px solid #eaebf3;
}

table .c-th-sp a.sp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 85px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background: #fff;
    margin: 0;
    float: left;
    margin-right: 15px;
}
table .c-th-sp a.sp img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
table .c-th-sp a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
table .c-th-ttien b, table .c-th-gia b {
    color: #d4272c;
}
.so-luong-mua {
    display: -webkit-inline-box;
    float: left;
}
.nums {table-layout: auto;margin-top: 10px;text-align: center;}
.nums li {
list-style: none;
display: inline-table;
}
.nums a {font-size: 14px;display: block;margin: 0 6px 0 0;padding: 5px;line-height: 20px;height: 30px;width: 40px;table-layout: inherit;text-align: center;color: #000;background: transparent;border: #ccc 1px solid;text-decoration: none;font-weight: 400;border-radius: 10px;}
.nums a:hover, .nums a.active, .nums a.stay:hover {background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);color: #333;}
.nums a.stay {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
}
.lienhe_tuvan_right{
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
}
.lienhe_tuvan_right_1{
    padding:  20px
}
.lienhe_tuvan_right_1 ul li, .lienhe_tuvan_right_1 p{
    list-style: none;
    border-bottom: dashed #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.lienhe_tuvan_right_1 ul li i, .lienhe_tuvan_right_1 p i{

    color: #666;
    font-size: 20px;
    padding-right: 10px
}
.lienhe_tuvan_right_1 ul li a, .lienhe_tuvan_right_1 p a{
    color: #5a8ef7;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.tuvan_id_r{
    padding: 20px 0;
    text-align: center;
}
.tuvan_id_r ul li{
    list-style: none;
    display: inline-table;
    margin: 0 4px;
}
.tuvan_id_r ul li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 19px;
    border-radius: 1.875rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    background: linear-gradient(90deg, #38debb -20.95%, #00b493 102.22%);
    }
.tuvan_id_r ul li a.clor_tv{
    color: #000;
    background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);
}
#back-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 1;
    display: block;
}
#back-top a {
    display: inline-flex;
    width: 48px;
    height: 48px;
    /*background: #3c3469cc;*/
    background: linear-gradient(90deg, #f9d50b00 -20.95%, #f9d50b 102.22%);
    outline: none;
    color: #ffffff;
    text-align: center;
    -box-shadow: 0 .46875rem 2.1875remrgba(90,97,105,.1),0 .9375rem 1.40625remrgba(90,97,105,.1),0 .25rem .53125remrgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
    border-radius: 15px 0 0 15px;
}
#back-top a i {
    line-height: 44px;
    font-size: 26px;
}
#back-top a:hover {
    /*background: #3c3469;*/
    background: #778899
}

/*Edit*/
.cs-action-button-container {
    position: fixed;
    right: 0;
    z-index: 99;
    top: calc(50% - ((55px*6)/2));
}
.bg-white {
    background-color: #fff!important;
}
.rounded-left {
    border-radius: 1rem 0 0 1rem !important;
}
.cs-action-button {
    overflow: hidden;
    box-shadow: 0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.cs-action-button .action-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-bottom: 1px solid #dee2e6;
}
.cs-action-button .action-item.hotline {
    color: #dc3545;
}
.cs-action-button .action-item.price-quote {
    color: #28a745;
}
.cs-action-button .action-item.call-advisor {
    color: #fe9329;
}
.cs-action-button .action-item.email {
    color: #dc3545;
}
.cs-action-button .action-item.messenger {
    color: #02a6ff;
}
.cs-action-button .action-item:last-child {
    border-bottom: 0;
}
.text-muted {
    color: #6c757d!important;
}
.cs-action-button .action-item .title-inner {
    display: none;
}
.cs-action-button .action-item .animate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-action-button .action-item.hotline .animate {
    -webkit-animation: swing ease-in-out .2s infinite alternate;
    -moz-animation: swing ease-in-out .2s infinite alternate;
    -ms-animation: swing ease-in-out .2s infinite alternate;
    -o-animation: swing ease-in-out .2s infinite alternate;
    animation: swing ease-in-out .2s infinite alternate;
}
.cs-action-button .action-item i {
    font-size: 20px;
}
@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1,.1);-moz-transform:scale(.1,.1);-ms-transform:scale(.1,.1);-o-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}
.cs-ringring {
    position: absolute;
    border: 2px solid #dc3545;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}
.cs-action-button .action-item.hotline .animate .cs-ringring {
    border: 2px solid #dc3545;
    width: 45px;
    height: 45px;
}
.cs-action-button .action-item.hotline:hover .animate .cs-ringring {
    border: 2px solid #f9d50b;
}
.d-lg-none {
    display: none!important;
}
.cs-action-button .action-item:hover {
    background: #0d0d3c;
    /*background: -webkit-linear-gradient(-45deg,#0d0d3c,#3c3469);
    background: -moz-linear-gradient(-45deg,#0d0d3c,#3c3469);
    background: -ms-linear-gradient(-45deg,#0d0d3c,#3c3469);
    background: -o-linear-gradient(-45deg,#0d0d3c,#3c3469);
    background: linear-gradient(-45deg,#0d0d3c,#3c3469);*/
    background: #778899;
    color: #f9d50b;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.cs-action-button .action-item .icon-inner {
    display: inline-block;
    font-size: 24px;
}
.cs-action-button .action-item.price-quote .icon-inner, .cs-action-button .action-item.messenger .icon-inner {
    font-size: 26px;
}
.cs-action-button .action-item.zalo .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon/zalo-icon-3.png)
}
.cs-action-button .action-item.messenger .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon/messenger-icon-2.png)
}
.cs-bg-fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    height: auto;
}
.popup_tuvan {
    width: 600px;
    background: #fff;
}
.popup_tuvan ul {
    padding: 10px 20px;
}
.popup_tuvan .header {
    background: #f9f9f9;
}
.popup_tuvan .title {
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    color: #333 !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600;
}
.popup_tuvan .desc {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 30px;
}
.popup_tuvan .sign_input {
    border: 1px solid #00000033;
}
.bannerMain {
    height: calc(70vh - 0px);
}
.bannerMain:before {
    background-image: linear-gradient(to right bottom,#0d0d3c7a,#0d0d3c75,#0d0d3c73,#0d0d3c78,#0d0d3c73,#30124975,#50155378,#70185973,#70185973,#70185973,#70185973,#70185973);
    opacity: .9;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.pro_list {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 30px) !important;
}
.pro_list ul {
    float: none;
    width: auto;
    margin: 0 30px 30px 0;
    box-shadow: initial;
}
.pro_id.grid {
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% + 20px) !important;
}
.pro_id.grid ul {
    float: none;
    width: auto;
    margin: 0 20px 20px 0;
}
.pro_id ul .price {text-align: center;}
.pro_id ul .price_new {
        text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #cc3d3d;
    padding: 0 10px;
    line-height: 25px;
}
.pro_id ul .price_old {
        font-size: 15px;
    font-weight: 500;
    color: #666;
    padding: 0 10px;
    padding-left: 10px;
    text-decoration: line-through;
    display: block;
}
.pro_id_page.grid {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 20px) !important;
}
.video_id.grid {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 30px) !important;
}
.video_id.grid ul {
    float: none;
    width: auto;
    margin: 0 30px 30px 0;
    background: #000;
}
.new_home_id.grid {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% + 30px) !important;
}
.new_home_id.grid ul {
    float: none;
    width: auto;
    margin: 0 30px 30px 0;
}
.link_footer {
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% + 10px) !important;
}
.link_footer .col {
    float: none;
    width: auto;
    margin: 0 10px 20px 0;
}
.add_footer {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 10px) !important;
}
.add_footer .col {
    float: none;
    width: auto;
    margin: 30px;
}
.add_footer a{color: #000;}
.add_footer a:hover{text-decoration: underline;}
.video_id_top {
        box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    padding: 20px;
    margin: 20px 0;
}
.video_id_top iframe {
    width: 100%;
    height: 32vw;
}
.page_conten_page {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.sort-cate-left {margin: 10px 0 20px 0;color: #333;}
.select_search {
    float: left;
}
.select_search select {
    border-radius: 4px;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    float: left;
    margin: -6px 20px 0 5px;
}
#bridal_images_list li {
    height: 97px;
    width: 97px;
}
#bridal_images_list img {
float: left;
}
.so-luong-mua {
    display: block;
    float: none;
    margin-bottom: 10px;
}
.ct_add .sc_item_button {
    float: none;
    margin-left: 0;
}
.co_lang img {
    float: left;
    width: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    opacity: .7;
    margin-left: 5px;
}
.co_lang.active img, .co_lang img:hover {
    opacity: 1;
}
#pro_slide1.owl-carousel .owl-stage {
    display: flex !important;
    padding-bottom: 20px;
}
#pro_slide1.owl-carousel ul {
    width: 100%;
    height: 100%;
    margin: 10px 0 0 0;
}
.pro_id.owl-carousel ul p {
    overflow: hidden;
    display: flow-root;
    font-size: 0.8vw;
    line-height: 1vw;
}
.pro_id.owl-carousel ul h3 {
    font-size: 1vw;
    line-height: 1.4vw;
}
.pro_id.owl-carousel ul .price {
    display: flex;
    flex-direction: column;
}
.pro_id.owl-carousel ul .price_new, .pro_id.owl-carousel ul .price_old {
    font-size: 1vw;
    line-height: 1.4vw;
}
.pro_id ul p {
    display: none !important;
}
/*End Edit*/

/*Báo giá nhanh*/
.fix_baogianhanh {
    position: fixed;
    background: #ed3235;
    right: 10px;
    bottom: 25px;
    z-index: 200000 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -webkit-box-shadow: 0 0 5px #0000004d;
    box-shadow: 0 0 5px #0000004d;
    transition: all .3s;
}
.fix_baogianhanh p{
    color: #fff;
    padding: 0 10px 0 18px;
    font-size: 18px;
    line-height: 45px;
    text-transform: capitalize;
}
#popup_baogianhanh .popup_content {
    background: #f9f9f9;
}
#popup_baogianhanh .title{
    /*background: #0d0d3c;*/
    /*color: #fff !important;*/
    background: linear-gradient(90deg, #f9d50b00 -20.95%, #f9d50b 102.22%);
    color: #333 !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
#popup_baogianhanh ul{
    background: #fff;
    margin-bottom: 10px;
    padding:6px 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
}
#popup_baogianhanh ul:hover {
    transform: translateY(-4px);
}
#popup_baogianhanh ul:nth-last-child(1){margin-bottom:0}
#popup_baogianhanh ul img{
    width: 54px;
    height: auto;
    margin-right: 20px;
    border-radius: 50%; 
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
}
#popup_baogianhanh ul p{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 54px;
    margin-right: 0;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
/*End Báo giá nhanh*/

/*Nút Call mặc định - widget.css*/
.dmd-phone .hotline {color: #fff;font-size: 21px;font-weight: 500;position: fixed;background: #1ec42a;left: 80px;bottom: -4px;text-align: center;padding-left: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-o-border-radius: 50px;-ms-border-radius: 50px;line-height: 45px;padding-right: 20px;}.dmd-phone .hotline a{color: #fff;}
.dmd-phone{position:fixed;visibility:hidden;background-color:transparent;width:120px;height:120px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;left:-40px;bottom:42px}.dmd-phone.dmd-show{visibility:visible}.dmd-phone:hover{opacity:1}.dmd-ph-circle{width:120px;height:120px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:dmd-circle-anim 1.2s infinite ease-in-out;-moz-animation:dmd-circle-anim 1.2s infinite ease-in-out;-ms-animation:dmd-circle-anim 1.2s infinite ease-in-out;-o-animation:dmd-circle-anim 1.2s infinite ease-in-out;animation:dmd-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-circle{border-color:#bf202f;opacity:.5}.dmd-phone.dmd-green:hover .dmd-ph-circle{border-color:#555;opacity:.5}.dmd-phone.dmd-green .dmd-ph-circle{border-color:#048d0e;opacity:.5}.dmd-ph-circle-fill{width:80px;height:80px;top:60px;left:60px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-circle-fill{background-color:rgba(240,95,160,.5);background-color:#bf202f 9;opacity:.75!important}.dmd-phone.dmd-green:hover .dmd-ph-circle-fill{background-color:rgba(0,0,0,.5);background-color:#baf5a7 9;opacity:.75!important}.dmd-phone.dmd-green .dmd-ph-circle-fill{background-color:red;opacity:0!important}.dmd-ph-img-circle{width:40px;height:40px;top:80px;left:80px;position:absolute;background:rgba(30,30,30,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;-webkit-background-size:80%;background-size:80%;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.9;-webkit-animation:dmd-circle-img-anim 1s infinite ease-in-out;-moz-animation:dmd-circle-img-anim 1s infinite ease-in-out;-ms-animation:dmd-circle-img-anim 1s infinite ease-in-out;-o-animation:dmd-circle-img-anim 1s infinite ease-in-out;animation:dmd-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-img-circle{background-color:#bf202f}.dmd-phone.dmd-green:hover .dmd-ph-img-circle{background-color:#f60}.dmd-phone.dmd-green .dmd-ph-img-circle{background-color:#048d0e}@-moz-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-webkit-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-o-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
/*Nút Call mặc định - widget.css*/

/*rightNav*/
#rightNav{position:fixed;bottom:100px;right:0px;;z-index:9999}#rightNav a{display: block;}#rightNav img {float:left;width: 45px;height: 45px;margin-top: 5px;}
/*End rightNav*/

/*Search Popup*/
#popup_search .search{position: relative;}
#popup_search .input_search {
    padding: 5px 20px 5px 70px;
    height: 40px;
    width: 100%;
    color: #999;
    background: none;
    border: none;
    font-size: 15px;
    box-sizing: border-box;
}
#popup_search .input_search:focus {
    color: #000;
}
#popup_search .search a {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    box-sizing: border-box;
    text-indent: -10000px;
    background: url(../images/icon/search-trang.png) no-repeat center center;
    background-color: #f60;
    background-size: 22px;
    border-left: 0px;
    padding: 10px;
    border-radius: 5px 0 0 5px;
}
#popup_search .search a:hover {
    background-color: #f9d50b;
}
/*END Search Popup*/

/*Nút Button More*/
.button_more a {
        text-transform: uppercase;
    font-size: 15px;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    color: #000;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);
    font-weight: 600;
    display: inline-block;
}
.button_more a:hover {color: #000;background: linear-gradient(90deg, #ffae14 -20.95%, #f9d50b 102.22%);}
/*End Nút Button More*/

/*-------- Custom --------*/
input.class_do:focus,textarea.class_do:focus,select.class_do:focus{border:1px solid red!important;box-shadow:0 0 2px red!important;-moz-box-shadow:0 0 2px red!important;-webkit-box-shadow:0 0 2px red!important;outline-color:red!important}
.hidden{display: none !important;}.show{display: block !important;}.grid{display:grid!important;width:100%}.inline{display: inline !important;}.inline_block{display: inline-block !important;}.cur,.cursor{cursor: pointer;}.left{float: left;}.right{float: right;}.clr,.clear{clear: both;}.dmd-phone{left: -60px !important;bottom: 30px !important;}
.w100{width: 100px;}.w120{width: 120px;}.w140{width: 140px;}.w160{width: 160px;}.w180{width: 180px;}.w200{width: 200px;}.w300{width: 300px;}.w400{width: 400px;}.w500{width: 500px;}.wfull{width:100%!important}
.fsize10{font-size: 10px!important;}.fsize12{font-size: 12px!important;}.fsize14{font-size: 14px!important;}.fsize16{font-size: 16px!important;}.fsize18{font-size: 18px!important;}.fsize20{font-size: 20px!important;}.fsize25{font-size: 25px!important;}.fsize30{font-size: 30px!important;}.fsize40{font-size: 40px!important;}.fsize50{font-size: 50px!important;}.fsize60{font-size: 60px!important;}
.padding0{padding:0px !important;}.padding5{padding:5px;}.padding10{padding:10px;}.padding15{padding:15px;}.padding20{padding:20px;}
.paddingleft0{padding-left:0px !important;}.paddingleft5{padding-left:5px !important;}.paddingleft10{padding-left:10px !important;}.paddingleft15{padding-left:15px !important;}.paddingleft20{padding-left:20px !important;}
.paddingright0{padding-right:0px !important;}.paddingright5{padding-right:5px !important;}.paddingright10{padding-right:10px !important;}.paddingright15{padding-right:15px !important;}.paddingright20{padding-right:20px !important;}.paddingright25{padding-right:25px !important;}.paddingright30{padding-right:30px !important;}
.paddingbottom0{padding-bottom:0px !important;}.paddingbottom5{padding-bottom:5px !important;}.paddingbottom10{padding-bottom:10px !important;}.paddingbottom15{padding-bottom:15px !important;}.paddingbottom20{padding-bottom:20px !important;}
.paddingtop0{padding-top:0px !important;}.paddingtop5{padding-top:5px !important;}.paddingtop10{padding-top:10px !important;}.paddingtop15{padding-top:15px !important;}.paddingtop20{padding-top:20px !important;}
.margin0{margin:0px !important;}.margin5{margin:5px;}.margin10{margin:10px;}.margin15{margin:15px;}.margin20{margin:20px;}.margin25{margin:25px;}.margin30{margin:30px;}
.margintop0{margin-top:0px !important;}.margintop5{margin-top:5px !important;}.margintop10{margin-top:10px !important;}.margintop15{margin-top:15px !important;}.margintop20{margin-top:20px !important;}.margintop25{margin-top:25px !important;}.margintop30{margin-top:30px !important;}
.marginleft0{margin-left:0px !important;}.marginleft5{margin-left:5px !important;}.marginleft10{margin-left:10px !important;}.marginleft15{margin-left:15px !important;}.marginleft20{margin-left:20px !important;}.marginleft25{margin-left:25px !important;}.marginleft30{margin-left:30px !important;}
.marginright0{margin-right:0px !important;}.marginright5{margin-right:5px !important;}.marginright10{margin-right:10px !important;}.marginright15{margin-right:15px !important;}.marginright20{margin-right:20px !important;}.marginright25{margin-right:25px !important;}.marginright30{margin-right:30px !important;}
.marginbottom0{margin-bottom:0px !important;}.marginbottom5{margin-bottom:5px !important;}.marginbottom10{margin-bottom:10px !important;}.marginbottom15{margin-bottom:15px !important;}.marginbottom20{margin-bottom:20px !important;}.marginbottom25{margin-bottom:25px !important;}.marginbottom30{margin-bottom:30px !important;}
.marginauto{margin: 0 auto!important}.text_center{text-align:center;}
.rong10{width:10px !important;}.rong12{width:12px !important;}.rong14{width:14px !important;}.rong16{width:16px !important;}.rong18{width:18px !important;}.rong20{width:20px !important;}.rong25{width:25px !important;}.rong30{width:30px !important;}.rong35{width:35px !important;}.rong40{width:40px !important;}.rong45{width:45px !important;}.rong50{width:50px !important;}
.border_none{border: none !important;}.border_red{border:solid 1px #f73409!important}.no_margin{margin: 0 !important;}.text_linethrough{text-decoration: line-through;}
.blue{color: blue !important;}.red{color: red !important;}.cam{color:#F60!important;}.hong{color:#E71D66!important}.trang{color:#fff!important}.den{color:#333!important}.green{color: green!important}.bold{font-weight: bold!important;}
.color1{color: #0d0d3c!important;}.color2{color: #f9d50b!important;}.color3{color: #000000!important;}.bgcolor1{background: #0d0d3c!important;}.bgcolor2{background: #f9d50b!important;}.bgcolor3{background: #000000!important;}.bgtrang{background: #fff!important;}.bgcam{background: #F60!important}.bgxam{background: #eee!important;}
.flex_wrap,.flex-wrap{display: flex;flex-wrap: wrap;display: -webkit-flex;-webkit-flex-wrap: wrap;}.menu_mb,.cart_mb{display: none;}.search-empty{text-align: center;font-size: 20px;margin: 30px 0;}.dis_per{text-decoration: none!important;}
#sort{margin: 0!important;background: none;padding: 10px 0;padding-top: 0}#sortby{height: 30px;background: #fff;color: #444;font-weight: 500;font-style: italic;padding: 0 5px;}#sort .left p {display: inline-block;margin-right:10px;font-size:15px}
.code{display: block;position: relative;margin-bottom: 10px;}.code span{position:absolute;right:0;top:0;line-height:42px;padding:0 10px;font-weight:700;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;line-height:0;padding-right: 10px;padding-top: 12px!important;z-index: 1!important;}.code span img{width: 100%;height: auto;}
.relative{position:relative!important}.absolute{position:absolute!important}img#kytu_mail{display:inline;}.showText p a{color:#0d0d3c;display:inline-block;word-break: break-all;}.showText p a:hover,.showText p u{text-decoration: underline;}#back-top a svg {display: block;padding:0;font-size: 30px;color: #fff;}
.text_trans_ini{text-transform: initial;}.overflow_x{overflow-x:hidden}.img_auto{width: 100%;height: auto;}.showText img{margin-bottom: 10px;}
@keyframes nhapnhay{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}
#bridal_images .mousetrap{cursor: zoom-in!important;}.table_scroll th, .table_scroll td {border: 1px solid #ccc;}
input#ip_sentmail{text-transform: initial;}
.title_search{font-size: 20px;line-height: 35px;}
/*Ảnh-Video Content*/
.showText figure,.showText iframe {display: inline-block;padding: 10px;box-sizing: border-box;border: 1px solid #eee;margin:20px 0;-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.15);box-shadow: 1px 1px 4px 0 rgba(0,0,0,.15);-webkit-transition: all .3s ease;}.showText figcaption {font-size:15px;line-height: 18px;padding-top: 10px;max-width:800px;color:#555}
/*End -Video Content*/
/*Video Youtube*/
.showText #video_youtube{margin: 10px 0;padding: 10px;box-sizing: border-box;background: #fff;max-width: 100%;-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.15);box-shadow: 1px 1px 4px 0 rgba(0,0,0,.15);-webkit-transition: all .3s ease}
/*End Video Youtube*/
/*Menu C2*/
/*.menu > li > ul > li:hover {z-index: 3;}.menu > li > ul > li:hover > a {padding: 0 5px;background: rgba(255, 255, 255, 0.2);border-color: transparent;}.menu > li > ul > li:hover > ul {opacity: 1;visibility: visible;transform: none;-webkit-transform: none;-moz-transform: none;}.menu ul ul {position:absolute;top:15px;left: 104%;width:auto;min-width: 140px;margin: 0;padding: 0;padding-top: 0;visibility:hidden;opacity:0;z-index:9999;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);-webkit-box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4);-moz-box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4);box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4)}.menu ul li:hover ul {visibility:visible;opacity:1}.menu ul li:hover ul li:hover {z-index: 3;}.menu ul li:hover ul li:hover > a {padding: 0 12px 0 12px;background: rgba(255, 255, 255, 0.2);border-color: transparent;}.menu ul li ul:before {content: "";border: solid 7px transparent;border-right-color: #ed3235;width: 0;height: 0;position: absolute;top: 12px;left: -14px;z-index: 2;}.menu ul ul li {position: relative;margin: 0;color: #fff;font-weight: 500;font-size: 14px;padding: 0 15px;background: #ed3235;}.menu ul ul li:first-child {padding-top: 5px;border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;}.menu ul ul li:last-child {padding-bottom: 5px;border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;-moz-border-radius: 0 0 3px 3px;-o-border-radius: 0 0 3px 3px;-ms-border-radius: 0 0 3px 3px;}.menu ul ul li:last-child > a {border: none;}.menu ul ul li a {display: block;white-space: nowrap;color: inherit;line-height: 32px;background: rgba(255, 255, 255, 0);border-bottom: solid 1px rgba(255, 255, 255, 0.2);padding: 0 24px 0 0;text-decoration: none !important;text-transform: capitalize;font-size: 13px;text-align: left;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 C2*/
/*Menu Mobile*/
.menu_mb{right:10px}.menu_mb .dl-trigger{text-align:center;font-size:25px;color:#fff;background:#f60;border-radius:5px;border:1px solid rgba(253,253,253,.45);padding: 4px 10px 5px 10px;
    display: inline-block;
    position: absolute;
    right: 5px;}
.menu_widget{display:none;width:300px;position:fixed;top:0;bottom:0;left:0;z-index:999999;overflow-y:auto;max-height:100%;height:100%;padding:10px;background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);}.menu_widget .closewindows{display:block!important;top:0;right:0;line-height:20px;height:24px;width:24px;font-size:18px}#menu_widget ul{margin-left:10px;list-style:none}#menu_widget>ul{margin-left:0}#menu_widget ul ul{display:none}#menu_widget ul li{font-size:18px;line-height:24px;margin:18px 0;padding-bottom:8px;border-bottom:1px solid #ccc}#menu_widget ul li:last-child{margin-bottom:0}#menu_widget>ul ul{margin-top:15px;margin-bottom:-5px}#menu_widget>ul ul li{font-size:17px;margin:6px 0;border-bottom:none}#menu_widget ul li a{color:#333;font-weight: 600;}#menu_widget .icon_menu{float:right;width:35px;text-align:right}
/*End Menu Mobile*/
/*Phân trang*/
.phantrang {text-align:center; padding:0px;}
.phantrang a {
    font-size: 14px;
    display: inline-table;
    margin: 0 6px 0 0;
    padding: 3px;
    line-height: 24px;
    height: 30px;
    width: 40px;
    table-layout: inherit;
    text-align: center;
    color: #000;
    background: #fff;
    border: #ccc 1px solid;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
.phantrang a.stay{ background: #fff;font-size: 14px;line-height: 24px;}
.phantrang a.vuong2{background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);}.phantrang a:hover {background: linear-gradient(90deg, #f9d50b -20.95%, #ffae14 102.22%);}.total_item_page{position: absolute;top: 4%;right: 0px;color: #999;font-size: 15px;}#search .total_item_page{top:110px;}p.require {display: inline-block;color: red;}
/*End Phân trang*/

/*Wishlist Chi tiết Sản Phẩm*/
.wishlist_link{text-align:center;border-top:4px double #e0e0e0;padding-top:5px}.wishlist_link ul{text-align:left}.wishlist_link ul li{display:inline-table;list-style:none;color:#323232;font-size:17px;margin:0 5px}.wishlist_link ul li a{color:#323232}.wishlist_link ul li a:hover{color:#363738}.wishlist_link ul li i{padding-right:5px}
/*End Wishlist Chi tiết Sản Phẩm*/
/*Ưu đãi Widget Chi tiết Sản Phẩm*/
.uudai_widget{margin:5px 0;border:1px dashed #ff4c3b}.uudai_widget .title{border-bottom:1px dashed #ff4c3b;padding:8px 10px;background:#ff4c3b;color:#fff;font-size:15px;font-weight:400;line-height:16px}.uudai_widget .content{padding:10px 10px 5px 10px;background:#f5f5f5;font-size:15px;color:#333}.uudai_widget .content li{list-style:none;line-height:18px;margin-bottom:5px}.uudai_widget .content a{color:#0e57b7}.uudai_widget .content a:hover{text-decoration:underline}
/*End Ưu đãi Widget Chi tiết Sản Phẩm*/
/*Menu Account Show*/
.icon_user{height: 30px;list-style: none;position: relative;padding-right: 0px !important;}.icon_user .alert_num{position: absolute;left: 7px;top: 0px;padding: 0;text-align: center;}.icon_user .alert_num span{background: red;color:#fff!important;line-height: 12px;font-size: 11px!important;padding: 1px 2px;border-radius: 3px;height: 12px;display: block;}.icon_user p{line-height: 30px;display:inline;text-transform: capitalize;}.icon_user img{float:left;width:25px!important;height:auto!important;border:solid #999 1px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-right:5px!important;background:#fff;padding:1px;margin-top:0!important;}.login_popup{position:absolute;z-index:99999;right:0;top:30px;font-family:'Roboto Condensed',Arial,Helvetica,Tahoma,sans-serif}.muitenlen{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ed3235}.question_in{border:1px solid #ed3235;background:#FFF;width:200px;border-radius:7px 0 7px 7px}a.question_a,a.question_a:link,a.question_a:visited{border-radius:5px;width:100%;font-size:16px;border-bottom:1px dotted #999;background:#FFF;outline:none!important;color:#ed3235!important;text-decoration:none;box-sizing:border-box;padding:10px;float:left;text-align:left;text-transform:capitalize;font-weight:400;line-height:20px}a.question_a:hover{color:#fff!important;background:#ed3235;text-decoration:none!important}a.question_a svg{color:#ed3235;}a.question_a:hover svg{color:#fff;}
/*End Menu Account Show*/
/*Cart*/
#full_content {width: 100%;border: solid #CCC 1px;padding: 15px;margin-bottom: 20px;background: #fff;position: relative;box-sizing: border-box;}.conten_page_sp{padding-top:30px;padding-bottom:30px;}.cart-sec {padding: 15px;}.cart-item {width: 90px;float: left;margin-right: 10px;}
.cart-item img {width: 100%;float: left;    border-radius: 5px;}.cart-item-info {width: 100%;float: none;font-size: 15px;}.check {margin-top: 0;padding: 0;}.cart-item-info h3 {font-size: 1.2em;font-weight: 600;line-height: 24px;padding-bottom: 5px;}
.cart-item-info h3 a {font-weight: normal;color: #0d0d3c;font-size: 18px;}.cart-item-info h3 a:hover {color: #f9d50b;}.cart-item-info h3 span {display: block;font-weight: 400;font-size: 13px;line-height: 17px;margin: 3px 0;}.size_3 {width: 100%;}span.tb_tong, span.discount, span.ship_cost {text-align: right;}.last_price span.tb_tongtien {float: right;}.delivery {margin-top: 5px;}.delivery p {color: #666;font-size: 15px;font-weight: 400;}.delivery span {color: #666;font-size: 1em;font-weight: bold;color: #f00;}.cart-item-info h4 span {font-size: 0.65em;font-weight: 400;}
.close1,.close2,.close3,.close4 {text-align: center;cursor: pointer;width: 20px;height: 22px;position: absolute;right: 2px;top: 2px;-webkit-transition: color 0.2s ease-in-out;-moz-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.cart-header{position: relative;margin-bottom: 15px;background: #fff;-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.cart-header path{color: red}
a.order{background: #ff4c3b;padding: 8px 20px;box-sizing: border-box;font-size: 16px;color: #fff;text-decoration: none;display: inline-block;font-weight: 400;text-align: center;margin-top: 20px;text-transform: capitalize;border-radius: 5px;}a.order:hover {color:#fff;background: #ed1b24;}.total-item, .cart-items {margin-top: 0em;padding-bottom: 2em;}.total-item h3 {color: #333;font-size: 1.1em;margin-bottom: 1em;}.total-item h4 {font-size: 0.8em;font-weight: 600;color: #9C9C9C;display: inline-block;margin-right: 6em;}a.cpns {background: #EF5F21;color: #fff;font-family: 'Lato', sans-serif;padding: 10px;font-size: 0.8em;font-weight: 600;}a.cpns:hover {background: #000;}.total-item p {font-size: 0.9em;font-weight: 400;margin-top: 1em;}.total-item p a {color: #727272;}.total-item p a:hover {color: #000;text-decoration: underline;}a.continue {background: #f60;padding: 8px 10px;/*font-family: 'Lato', sans-serif;*/font-size: 16px;color: #fff;text-decoration: none;text-transform: capitalize;display: block;font-weight: 400;text-align: center;margin-bottom: 15px;}a.continue:hover {color:#fff;background: #000;}ul.total_price {padding: 0;margin: 10px 0 0 0;list-style: none;}ul.total_price li.last_price {width: 50%;float: left;font-size: 18px;color:#333;}ul.total_price li.last_price span{padding: 0;color: #f00;font-size: 18px;font-weight: 400;line-height: 24px;}.price-details {border-bottom: 1px solid #DDD9D9;padding-bottom: 10px;}
.price-details h3{color: #0d0d3c;font-size: 18px;margin-bottom: 10px;font-weight: 500;}
.price-details span {width: 50%;float: left;color: #000;line-height: 30px;font-size: 17px;margin-bottom: 10px;}.check h1 {font-size: 1.5em;margin-bottom: 2em;font-family: 'Lato', sans-serif;}
.title_cart{text-transform: capitalize;color: #000;font-size: 22px;line-height: 28px;padding-bottom: 10px;font-weight: normal;margin-bottom: 10px;border-bottom: 4px double #ccc;}.refresh_form{line-height: 18px;text-align: right;font-size:15px;color:blue;cursor:pointer;}
a.item_add1 {border-top-left-radius: 0;border-top-right-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-bottom-left-radius: 0;padding: 10px 15px;background: url(0.html) #f54d56;}a.item_add1:hover {background: rgb(3, 193, 167);text-decoration: none;color: #fff;}.btn_5 {padding: 25px 40px;font-size: 1.1em;}ul.qty {padding: 0;margin: 0;list-style: none;}ul.qty li {display: inline-block;margin-right: 2%;}ul.qty li:nth-child(3){margin-right: 0;}ul.qty li p {font-size: 16px;color: #333;line-height: 25px;}ul.qty li p span{margin-right: 5px;}
.col-md-9.cart-items{position: relative;min-height: 1px;float: left;width: 70%;}.col-md-4.cart-total {box-sizing: border-box;width: 28%;padding: 16px;margin:0;float: right;position: relative;min-height: 1px;background: #fff;padding-top: 15px;-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.col-md-4.cart-total .sc_button {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 1;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    color: #000;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    font-weight: 600;
    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: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.col-md-4.cart-total .sc_button:hover{
    background: #778899;
color: #fff;
}
ul.qty input { width: 45px; text-align: center; padding: 5px;}.delivery p.left { float: left; }.delivery p.right { float: right; }.continue-shopping { padding-bottom: 30px; }#payment_method {float: left;width: 56%;margin-bottom: 30px;}#payment_method h3 {font-size: 16px;color: #00549d;font-weight: bold;padding-bottom: 0px;}#payment_method .payment_method_input {list-style: none;float: left;width: 100%;height: 25px;margin-bottom: 0px;cursor:pointer;}#payment_method .payment_method_input .radio_check {float: left;width: 20px;}.formBox #payment_method ul li input {border: solid 1px #E1E1E1;height: 38px;color: #999;padding: 0 10px 0 45px;}
#cart_list td .pro_del {background: #1b1851;font-size: 13px;padding: 8px 14px;font-weight: normal;color: #fff;}#cart_list td .pro_del:hover, .button a:hover, .continue-shopping a:hover {background: #6f6d6d;}.button.cart {margin: 15px 0;text-align: center;margin-bottom: 50px;}.button a {line-height: 35px;padding: 10px 20px;color: #ffffff;font-size: 15px;text-transform: uppercase;text-decoration: none;font-weight: lighter;background: #ffb700;}
.cart-empty {text-align: center;font-size: 20px;color: red;padding-top: 30px;}.continue-shopping {text-align: center;margin-top: 25px;}.continue-shopping a {background: #363738;font-size: 16px;padding: 10px 15px;font-weight: 400;color: #fff;text-transform: uppercase;}
.heading-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    color: #222;
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
}
/*End Cart*/
/*Checkout*/
.content_checkout h3.title{text-transform: uppercase;font-size: 25px;line-height: 30px;font-weight: normal;color: #363738;padding-bottom: 20px;}
.content_checkout{display:table; width: 100%;box-sizing: border-box;}
.content_checkout_two{display:table-header-group;}
.content_checkout_firth .cart-header{float: left;width: 49.5%;margin-left: 0}
.content_checkout_firth .cart-header:nth-child(2n+1){margin-right: 10px;}
.content_checkout_firth .cart-sec{padding: 10px;}
.content_checkout_firth ul.qty li p{font-size: 16px;}
.content_checkout_firth .cart-item.cyc {width: 14%;margin-right: 10px;}
.content_checkout_firth .cart-item-info {width: 100%;float: none;}
.content_checkout_firth #color{float: left;margin-right: 10px;}
.content_checkout_firth #size{float: right;}
/*.content_checkout_firth .cart-item-info h3{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}*/
.content_checkout_firth a.continue{width: 162px;}span.tb_tong, span.discount, span.ship_cost {float:right;text-align: right; }.last_price span.tb_tongtien { float: right; }
.right_contact .cart-total {width: 100%;box-sizing: border-box;}.right_contact ul.total_price {box-shadow: none;border: none;}#payment_method {float: none;width: 100%;margin-bottom: 0;}
#payment_method .payment_method_input span {position: initial;width: initial;float: left;margin: 0;width: 90%;background: none;font-weight: normal;color: #333;}#payment_method .content_payment {display: none;margin-top: 15px;width: 100%;}#payment_method .content_payment.show {display: inline-block;}#payment_method .content_payment li{display: list-item;}#checkout .formBox .button {display: inline-block; float: none; margin-left: 0; margin-right: 10px;}#checkout .formBox li.code {display: none;}#payment_method li .showText {padding: 10px;border: 1px solid #1b1851;margin-left: 30px;}#payment_method li .showText p {line-height: 20px;padding-bottom: 5px;text-align: left;}#payment_method li .showText span {position: initial;line-height: initial;letter-spacing: initial;font-weight: initial;padding: 0;}#payment_method li .showText img { display: inline-block; }
/*.submit_err { color: red; text-align: center; }*/
.border_red { border: solid 1px #f73409 !important; }
/*Mã giảm giá*/
.coupon{margin-top: 10px; }.coupon a{text-transform: initial;font-size: 15px;padding: 5px 15px;;margin-left: 0px;color: #FFF;background: #f60;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;}.coupon a:hover { background: #999; }
/*#coupon, #diemtl {width: 60%;display: inline-block;margin: 0 5px 10px 0;}*/
.coupon-error,.diemtl-error {color: red;display: inline-block;line-height: 22px;padding-top: 5px;}.coupon-success,.diemtl-success {color: #004394; font-weight: bold;display: inline-block;line-height: 22px;padding-top: 5px;}.coupon span{display: inline-block;font-size: 14px; line-height: 22px}
#diemtl_html ul.total_price{margin-top: 0}#diemtl_html ul.total_price li.last_price{margin-bottom: 0}#diemtl_html .tb_khautru{color:blue;font-size: 15px;letter-spacing: -1px}#diemtl_html .tb_khautru,#diemtl_html .tb_thanhtien{text-align: right;display: block;}
.title_tl{color:blue;line-height:18px;border-top: 1px solid #DDD9D9;padding-top: 10px;}.coupon .form-control {display: block;width: 92%;height: 40px;padding: 0px 10px;font-size: 14px;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;}
/*End Mã giảm giá*/
/*Phí vận chuyển*/
.select_local select {height: 46px;width: 48%;box-shadow: 0 0 0 1px #d9d9d9;transition: all 0.2s ease-out;background-color: white;color: #333333;border-radius: 4px;display: block;box-sizing: border-box;padding: 0.94em 2.8em 0.94em 0.8em;word-break: normal;}.select_local select:nth-child(1) { float: left; }.select_local select:nth-child(2) { float: right; }
/*End Phí vận chuyển*/
#checkout .left_contact {float: left;width: 748px;}#checkout .right_contact {float: right;width: 450px;}#checkout .contact .left, #checkout .contact .right {width: auto;float: none;}#checkout .contact .left input, #checkout .contact .right input, #checkout .contact .right textarea {width: 100%;box-sizing: border-box;}.note_cart {margin-top: 15px;font-size: 16px;line-height: 22px;}
/*End Checkout*/
/*Order Info*/
#order_info { margin: 10px 0 0 0;}.order_info { margin-bottom: 30px; }.order_info h1,.order_info h3, .hoidap_title { text-transform: uppercase;font-size: 20px;line-height: 25px;font-weight: 500;color: #ed3235;padding-bottom: 20px;padding-top: 20px;text-align: center;}.order_info .left {width: 48%;float: left;}.order_info .right {width: 47%;float: right;padding-left: 30px;border-left: #ccc 2px solid;text-align: left;}.order_info p svg {color: #363738;}#ddsp p{font-size: 14px!important;width: 100px!important}
/*Hỏi đáp đơn hàng*/
.hoidap_dh .items {padding: 10px 0;margin-bottom: 10px;border-bottom: 1px solid #eee;}.hoidap_dh .left_content {display: table-cell;width: 36px;vertical-align: top;}.hoidap_dh .left_content img {background: #fff;border: solid #999 1px;border-radius: 50%;padding: 2px;width: 30px;height: 30px;}.hoidap_dh .right_content{display: table-cell;padding-left: 15px;color: #808080;font-size: 15px;line-height: 15px;}.hoidap_dh .content_item {line-height: 17px;font-size: 16px;color: #202020;margin-bottom: 10px;}.hoidap_dh .content_item a{color: #202020;}.hoidap_dh .question {overflow: hidden;background: #f5f5f5;padding: 20px;margin-bottom: 20px;}.question .title {font-size: 16px;color: #000;line-height: 30px;font-weight: 500;}.question textarea {width: 100%;padding: 10px;height: 82px;resize: none;background-color: #fff;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;transition: all 0.2s liner;box-sizing: border-box;}.question button {width: 70px;height: 30px;margin-top: 5px;background: #fff;border: 1px solid #e1e1e1;border-radius: 2px;line-height: 30px;cursor: pointer;}.question textarea:focus, .question button:hover {-webkit-box-shadow: 0 0 4px #0164ff;box-shadow: 0 0 4px #0164ff;}
/*End Order Info*/
/*Order Check*/
.check_order {border: 4px double #aeaeae;border-radius: 5px;padding: 15px;width: 360px;box-sizing: border-box;}.check_order .col-md-3 {width: 100%;margin: 0;}
/*End Order Check*/
/*Form Login*/
#form_login.center_column {
    display: block;
    flex-wrap: initial;
    padding: 20px 0;
}
#form_login .sign_col2 {
    background: #efefef;
    padding: 30px 40px;
    color: #f9d50b;
    width: 60%;
    position: relative;
    box-sizing: border-box;
}
#form_login .sign_col2 h3 {
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
#form_login .sign_input {
    width: 100%;
    border-width: 0 0 2px 0;
    padding: 10px 10px 10px 20px;
    margin-bottom: 5px;
    font-size: 15px;     font-family: 'tahoma', sans-serif;
    background: #ffffff;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    margin: 6px 0;
    box-sizing: border-box;
}
#form_login .link_login {margin-bottom: 5px;}
#form_login .button_sign {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 35px;
    margin: 10px 0;
    height: 45px;
    line-height: 48px;
    color: #333;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%);
    font-weight: 600;
    border: 0;
    cursor: pointer;
}
#form_login .button_sign:hover {
    background: #778899;
color: #fff;
}
#form_login .link_login a {
    color: #0d0d3c;
}
.agree-term a {color: #0d0d3c;}
/*End Form Login*/
/*Account*/
#account {margin: 0;}
.account_info {margin-bottom: 20px; }
.account_info h2 {text-align: center;font-size: 18px;text-transform: capitalize;color: #004394;line-height: 32px;margin-bottom: 10px;}
.account_info .content {width: 420px;margin: auto;padding: 10px;border: 4px double #aeaeae;border-radius: 5px;box-sizing: border-box;}
.account_info select {width: 28%;margin-right: 5px;background: #fff;border: 1px solid #e8e8e8;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-top-left-radius: 2px;-moz-border-top-right-radius: 2px;-moz-border-bottom-right-radius: 2px;-moz-border-bottom-left-radius: 2px;-moz-border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;-moz-background-clip: padding-box;-webkit-background-clip: padding-box;background-clip: padding-box;color: #414141;padding: 7px 10px;height: 38px !important;box-sizing: border-box;font-size: 14px;}
.account_info .bt-save {list-style-type: none;text-align: center;padding: 10px 0;}
.account_info .bt-save a {width: 120px;padding: 8px 14px;border-radius: 2px;text-transform: capitalize;background: linear-gradient(90deg, #fff -20.95%, #f9d50b 102.22%) !important;color: #333;font-weight: 600;}
.account_info .bt-save a:hover {background: #7d7a7a;}
.account_info label {color: #333;}
.account_info .other_color {color: red;margin-left: 5px;}
.account_info table {width: 100%;border-collapse: separate;border-spacing: 0 10px;}
.account_info table, .account_info th, .account_info td{border: none;padding: 0;height: initial;}
.account_info tr:nth-child(even),.account_info tr:hover{background: none}
.account_info table tr td.left {width: 120px;}
.account_info table tr td {line-height: 22px;vertical-align: baseline;text-align: left;}
.account_info .form-control {box-sizing: border-box;width: 100%;border: 1px solid #ccc;padding: 10px;font-size: 14px;color: #444;border-radius: 2px;}
.account_info .field_sex {margin-right: 10px;}
.account_info .err span {color: red;}
.account_info .copy_link{position: absolute;top: 8px;right: 5px;font-size: 22px;}
#account #left_conten {float: left;width: 18%;}
#account #left_conten #box_id_left {margin-bottom: 10px;border: solid #CCC 1px;}
#account #left_conten #title_left_conten h4 {text-align: center;color: #fff;font-size: 16px;line-height: 35px;text-transform: uppercase;background: #ed3235;}
#account #left_conten #title_left_conten h4 p {padding: 10px;line-height: 18px;text-transform: capitalize;}
#account .account_name {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
}
#account .account_name img {
    border-radius: 50%;
    width: 40px;
    margin: 0 10px 0 0;
}
#account #left_conten #menu_left {padding: 5px;background: #fff;}
#account #left_conten #menu_left > ul {padding: 5px;border-bottom: 1px solid #CCC;}
#account #left_conten #menu_left > ul.active {background:#e0e0e0}
#account #left_conten #menu_left ul .cata_name {position: relative;line-height: 18px;padding: 4px 0;color: #333;list-style: none;font-size: 14px;font-weight: 700;text-transform: uppercase;}
#account #left_conten #menu_left ul .cata_name a {color: #000;text-transform: capitalize;font-size: 16px;font-weight: 400;}
#account #left_conten #menu_left ul .cata_name a:hover, #account #left_conten #menu_left ul .cata_name.active a {color: #ed3235;}
#account #left_conten #menu_left ul .cata_name a .fa {color: #000 !important;}
#account #right_conten {float: right;width: 80%;border: solid #CCC 1px;padding: 15px;margin-bottom: 20px;background: #fff;position: relative;}
#account #right_conten .title{text-transform: uppercase;font-size: 25px;line-height: 30px;font-weight: normal;color: #000;padding-bottom: 10px;}
#account #left_conten .title_page {position: relative;z-index: 1;line-height: 40px;background: #0b8342;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;}
#account #left_conten .title_page p {color: #fff;font-size: 15px;font-weight: bold;text-align: left;padding: 0 10px;text-align: center;}
#account #left_conten .boder_right {border: solid #004394 1px;padding: 10px;border-top: none;margin-bottom: 10px;background: #fff;border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;}
#account #left_conten .timkiem_id p a {color: #004394;line-height: 25px;}
#account #left_conten .timkiem_id p a:hover { text-decoration: underline; }
/*--Quản Lý Đơn Hàng, Mã giảm giá, thông báo--*/
#cart_list #pro_tabs {margin: 10px 0;}
#cart_list .listtabs {display: block;overflow: hidden;border-bottom: solid #ed3235 4px;}
#cart_list .listtabs li {
    float: left;
    list-style: none;
    border: none;
    border-top: 2px solid #fff;
    width: auto;
    margin-left: 1px;
}
#cart_list .listtabs li:before {display: none;}
#cart_list .listtabs li a {color: #fff;text-decoration: none;margin-right: 2px;display: block;padding: 0 10px;line-height: 30px;font-size: 14px;font-weight: 400;text-transform: initial;background: #555;border: solid #555 1px;}
#cart_list .listtabs li a:hover, #cart_list .listtabs li a.selected, #cart_list .listtabs li a.selected:hover {color: #FFF;background: #ed3235;border: solid #ed3235 1px;}
.danhsachdoonhang {text-align: center;/*max-height: 555px;overflow-x: hidden;*/}
.danhsachdoonhang ul {border-bottom: solid #CCC 1px;padding-bottom: 5px;margin-bottom: 5px;color: #666;}
.danhsachdoonhang ul .desc{padding: 10px;border: 3px double #aeaeae;line-height: 20px;}
.danhsachdoonhang .stt {min-height: 44px;width: 8%;float: left;display: table;}
.danhsachdoonhang .ngaythanhtoan, .danhsachdoonhang .hoadon, .danhsachdoonhang .chietkhau, .danhsachdoonhang .thanhtien {float: left;min-height: 44px;display: table;width: 23%;}
.danhsachdoonhang .stt p, .danhsachdoonhang .ngaythanhtoan p, .danhsachdoonhang .hoadon p, .danhsachdoonhang .chietkhau p, .danhsachdoonhang .thanhtien p {display: table-cell;vertical-align: middle;line-height: 15px;font-size: 14px;}
.alert_chuaxem{background:#edf2fa}.ngaythanhtoan.tieude{width: 68%;}.hoadon.ngaygui,.thanhtien.thaotac{width: 12%;}
#menu_left ul .cata_name{position: relative;}span.thongbao{position: absolute;background: red;color: #fff!important;top: -4px;right: -5px;margin: 0!important;padding: 0px 3px;float: none!important;font-size: 12px;line-height: 14px;border-radius: 3px;}#title_home2 li a span.thongbao{right: -15px;}
/*--End Quản Lý Đơn Hàng, Mã giảm giá, thông báo--*/
/*--Sản phẩm yêu thích--*/ #account .page_pro_id{margin-top: 30px;}#account .total_item_page{top:0;right:10px;} /*--End Sản phẩm yêu thích--*/
/*--Nạp tiền tài khoản--*/
#method{margin-top: 15px;border-bottom: 1px solid #aaa;}#method .tieude{color: blue;font-weight: bold;text-transform: capitalize;font-size: 18px;line-height: 24px;margin-bottom: 15px;}#nganluong .menhgia{text-align: center;margin-bottom: 20px}#nganluong .menhgia a{border: 1px solid #aaa;padding: 5px 15px;border-radius: 5px;margin-top: 5px;font-weight: bold;color:#f00;display: inline-block;}#nganluong .menhgia a:hover{background:#eee;border: 1px solid red;}
/*--End Nạp tiền tài khoản--*/
/*End Account*/
/*Table Responsive*/
#table_responsive{background: #fff;}#table_responsive table, #table_responsive th, #table_responsive td{border: 1px solid #ccc}#table_responsive tr {background: #ffffff;}#table_responsive th {background: #00A3F0;color: #fff;font-weight: normal;padding: 5px;font-size: 17px;text-align: center;text-transform: capitalize;}#table_responsive tr:nth-child(even) {background-color: #f9f9f9;}#table_responsive td {padding: 5px;text-align: center;color: #444;font-size: 16px;line-height: 26px;}#table_responsive tr:hover {background-color: #f8f8f8;}#table_responsive td a{color:#444;text-transform: capitalize;}#table_responsive td a:hover{color:#ffb700}#table_responsive td a.pro_del {background: #363738;font-size: 15px;padding: 4px 10px 5px 10px;font-weight: normal;color: #fff;border-radius: 5px;text-transform: capitalize;}#table_responsive td a.pro_del:hover{background:#ffb700}#table_responsive .col_2, #table_responsive .col_3{width:120px}#table_responsive .col_4{width:300px}#table_responsive .col_5, #table_responsive .col_6{width: 90px}#table_responsive .price_old{color: #444;font-weight: normal;text-decoration: line-through;font-size: 15px;display: block;line-height: 18px;}
#table_responsive .mobile{display: none;}#table_responsive .mobile td:nth-child(1){width:120px;background: #00A3F0;color: #fff;}#table_responsive .mobile td{text-align: left;}#table_responsive .mobile.border_none td{background: #ffffff;height: 20px;}
/*End Table Responsive*/
/*Mục lục nội dung*/
.showText .muc_luc_noi_dung{color: #333;font-size: 16px;border-radius: 5px;margin-bottom: 20px;background: #eeeeee;border: 1px solid #cccccc;padding: 5px 10px;-webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease;
    max-width: 100%;
    min-width: 500px;
    display: inline-block;
    box-sizing: border-box;
}
.showText .muc_luc_noi_dung > div, .showText .muc_luc_noi_dung > p {
    line-height: 32px;
    padding: 0 20px 0 25px;
    margin: 5px 0;
    text-transform: uppercase;
    border-bottom: 3px double #ccc;
    cursor: pointer;
    background: url(library/images/icon/up-down-arrow_64.png) right center no-repeat;
    background-size: 18px;
    position: relative;

}
.showText .muc_luc_noi_dung > div:after, .showText .muc_luc_noi_dung > p:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    background: url(library/images/icon/list-menu.png) left center no-repeat;
    background-size: inherit;
}
.showText .muc_luc_noi_dung ol{margin: 5px 0 10px 2px;padding-left: 20px;display: none;}.showText .muc_luc_noi_dung ol ol{list-style: none;}
.showText .muc_luc_noi_dung ul{margin-left: 20px;padding-bottom: 0;}
.showText .muc_luc_noi_dung>ul{margin-left: 28px;padding-bottom: 0;}
.showText .muc_luc_noi_dung li{line-height:28px;margin-left: 0;}.showText .muc_luc_noi_dung li a,.showText .muc_luc_noi_dung p a{color:#333}.showText .muc_luc_noi_dung li a:hover,.showText .muc_luc_noi_dung p a:hover{text-decoration: underline;}
/*.showText .muc_luc_noi_dung p{margin-left: 10px;padding-bottom: 5px;}*/
/*End Mục lục nội dung*/
/*link_tuy_chinh*/
.link_tuy_chinh{
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    padding: 20px 20px 10px 60px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.link_tuy_chinh:before {
    content: '';
    font-weight: 700;
    font-family: Font Awesome;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 100%;
    background-color: #eee;
    background-image: url(../images/icon/quote_left.png);
    background-repeat: no-repeat;
    background-position: center;
}
.link_tuy_chinh ul{list-style: circle;padding-bottom: 5px;}.link_tuy_chinh p {padding-bottom: 10px;line-height: 20px;}
/*End link_tuy_chinh*/
/*Sao đánh giá*/
.ratings{padding:5px 10px 0 10px}
.rating-box{background:url(../images/rating_2.png) repeat-x scroll 0 0 rgba(0,0,0,0);font-size:0;height:15px;line-height:0;overflow:hidden;text-indent:-999em;width:75px}
.ratings .rating-box{width:90px!important;float:left;margin-right:8px}
.rating-box .rating{background:url(../images/rating_2.png) repeat-x scroll 0 100% rgba(0,0,0,0);float:left;height:14px}
.rating.sao10{width: 10%}.rating.sao20{width: 20%}.rating.sao30{width: 30%}.rating.sao40{width: 40%}.rating.sao50{width: 50%}.rating.sao60{width: 60%}.rating.sao70{width: 70%}.rating.sao80{width: 80%}.rating.sao90{width: 90%}.rating.sao100{width: 100%}
#rating_page_list {padding: 0 10px;}#rating_page_view .rating-box, #rating_page_list .rating-box {float: left;width: 88px;margin-top: 10px;}#rating_page_view .rating_qty, #rating_page_list .rating_qty {font-size: 14px;margin: 6px 0 0 5px;float: left;}#rating_page_view .rating_qty a, #rating_page_list .rating_qty a{color: #333;}
/*End Sao đánh giá*/
/*Thuộc Tính Sản Phẩm*/
#more_sp_mau ul{border-bottom:none!important;margin-bottom:0!important;padding:5px 0!important}
#more_sp_mau ul{border-bottom:dotted 1px #ddd;margin-bottom:5px;padding-bottom:10px;padding-top:10px}
#more_sp_mau ul p{float:left;font-size:15px;font-weight:400;min-width:70px;line-height:30px;text-align: left;color: #f9d50b;padding: 5px 0 0 0;}
#more_sp_mau #color,#more_sp_mau #size{margin-bottom:0px}
#color li,#size li{float:left;margin-right:5px;height:24px;min-width:42px;list-style:none;border:2px solid #ccc;color:#222;text-align:center;background:#fff;position:relative;cursor:pointer;font-weight:700}
#size li{padding:0 5px;line-height:26px;font-weight:700;min-width:32px;font-size:14px}
#more_sp_mau ul li.active{border:2px solid #e4393c!important}
span.tick{background:url(library/images/tick.png) no-repeat;width:13px;height:13px;position:absolute;bottom:0;right:0;cursor:pointer}
#more_sp_mau #color li{height:20px;min-width:35px;margin-bottom:0}
#more_sp_mau #size li {
    line-height: 25px;
    min-width: 25px;
    font-size: 14px;
    height: auto;
    color: #333;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 2px 10px 0 10px;
    text-indent: 0;
    margin-top: 5px;
}
#more_sp_mau ul li:hover{
    border: 2px solid #e4393c!important;
}
/*End Thuộc Tính Sản Phẩm*/
/*-------- End Custom --------*/

/*-------- Responsive --------*/
@media screen and (max-width: 1220px){
.pagewrap{width:100%;padding:0 10px;box-sizing:border-box}
.box_title_banner {
    top: 30%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.box_title_banner h1 p {
    font-size: 4vw !important;
    line-height: 5vw !important;
}
.box_home_w {
    padding: 30px 0;
}
.pro_list {
    width: calc(100% + 15px) !important;
}
.pro_list ul {
    margin: 0 15px 15px 0;
}
.pro_id.grid {
    width: calc(100% + 10px) !important;
}
.pro_id.grid ul {
    margin: 0 10px 20px 0;
}
.video_id.grid {
    width: calc(100% + 10px) !important;
}
.video_id.grid ul {
    margin: 0 10px 15px 0;
}
.box_from_tuvan_home {
    padding: 30px 0;
}
.box_from_tuvan_left {left: 10px;}
.new_home_id.grid {
    width: calc(100% + 15px) !important;
}
.new_home_id.grid ul {
    margin: 0 15px 15px 0;
}
.about_contac_home {
    padding: 30px 0;
}
.about_contac_home ul {
    width: 54%;
}
.about_contac_home li iframe {
    height: 36vw;
    padding: 10px;
}
.footer {
    padding: 30px 0;
}
.footer .pagewrap {
    overflow: hidden;
}
.add_footer {
    width: 100% !important;
}
.add_footer .col {
    margin: 20px 15px;
}
.link_footer {
    width: 100% !important;
}
.page_conten_page {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.right_conten_page {
    width: 32%;
}
.so-luong-mua {
    float: none;
    margin-bottom: 10px;
}
.ct_add .sc_item_button {
    float: none;
    margin-left: 0;
}
#bridal_images_list .caroufredsel_wrapper {width: 100% !important;}
.map_contact iframe {
    height: 40vw;
}
.box_contact {
    padding-top: 30px;
}
.left_contact {
    width: 51%;
}
.right_contact {
    width: 48%;
}

    /*useall*/
    .table_scroll{overflow-x: scroll;}.table_scroll table{min-width: 600px;}
    .table_scroll th, .table_scroll td, .table_scroll p {font-size: 1.4vw;line-height: 1.4em;}.table_scroll td, .table_scroll p {padding-left: 5px;padding-right: 5px;}
    #account{margin-bottom: 10px}ul.qty li p{line-height:30px}ul.qty input{margin-left: 12px;}#checkout .col-md-9{width: 64%;}#checkout .col-md-4{width: 31%}.content_checkout_firth .cart-header{width: 49.4%;}#account #left_conten{width: 20%;}#account #right_conten{float: right;width: 75.6%;margin-left: 0;}.price-details span{width:46%}.price-details span.tb_tong{width: 52%;}ul.total_price li.last_price{width:37%;font-size: 17px;}ul.total_price li.last_price span{font-size: 17px;}ul.total_price li.last_price:nth-child(2){width:62%;float:right;}.check_order{margin-bottom: 20px}.icon_user span{left:0}.total_item_page{right: 10px;}#search .total_item_page{top: 90px;}
    /*End useall*/
}   
@media screen and (max-width: 1024px){
.right_top div a span {display: none;}
.right_top>div {margin-left: 5px;}
.menu,.timkiem_header {display: none;}
.search_mb {
    display: block !important;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-top: 3px;
}
.menu_mb {display: block !important;}
.menu_mb .dl-trigger {
    float: left;
    position: initial;
    margin: 0 10px 0 0 !important;
    background: #ffffff00 !important;
    width: 40px;
}
.box_menu {
    top: 18px;
    width: 90px;
    right: initial;
}
.box_menu.fixed{display: none;}
#popup_search .input_search {
    padding: 5px 20px 5px 30px;
    height: 50px;
    width: 92%;
    color: #999;
    background: none;
    border: none;
    font-size: 17px;
    box-sizing: border-box;
    border-left: 1px solid #999;
    margin: 10px 0;
}
#popup_search .search a {
        background: url(library/images/icon/search-den.png) no-repeat center center;
    background-size: 22px;
}
#popup_search .search a:hover {
    background-color: #ccc;
}
.box_from_tuvan_left {width: 44%;}
.box_from_tuvan_right {
    width: 54%;
}
.box_from_tuvan_right ul, .popup_tuvan ul {
    padding: 20px;
}
.left_conten_page {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.right_conten_page {
    width: 400px;
    float: none;
}
.new_home_id.new_home_id_right ul li {
    width: 28%;
}
.new_home_id.new_home_id_right ul h3 {
    width: 100%;
}
.pro_id_page.grid {
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% + 10px) !important;
}
.video_id_top iframe {
    height: 54vw;
    float: left;
}
.video_id_top {padding: 10px;}
.viewLeft {
    width: 558px;
    float: none;
}
#bridal_images_list, #bridal_images {float: none;}
.viewRight {
    width: 100%;
    float: none;
}
#bridal_images_list img {
    float: left;
}
.pro_id.owl-carousel ul h3 {
    font-size: 2vw;
    line-height: 2.4vw;
    padding: 10px 0 5px 0;
}
.pro_id.owl-carousel ul .price_new, .pro_id.owl-carousel ul .price_old {
    font-size: 2vw;
    line-height: 2.4vw;
}
.pro_id.owl-carousel ul p {
    font-size: 1.6vw;
    line-height: 2vw;
    margin-top: 5px;
}
#pro_cont {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-areas: initial;
}
#pro_cont .showText {
    width: 100%;
    margin-top: 30px;
    grid-area: initial;
    grid-row-start: 4;
}


    /*useall*/
    .col-md-9.cart-items{width: 65%;}.col-md-4.cart-total {width: 34%;}
    /*End useall*/
}
@media screen and (max-width: 991px){
.add_footer {
    grid-template-columns: repeat(1, 1fr);
}
.add_footer .col {margin-bottom: 0;}
.link_footer {
    grid-template-columns: repeat(2, 1fr);
}
.cs-action-button-container {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.cs-action-button {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 0 !important;
    border-top: #f1f1f1 solid 1px;
}
.cs-action-button .action-item {
    width: calc(100%/3);
    height: auto;
    flex-direction: column;
    border-bottom: 0;
    border-right: 1px solid #dee2e6;
    padding: 10px;
}
.cs-action-button .action-item .icon-inner {
    font-size: 22px;
}
.cs-action-button .action-item.call-advisor .icon-inner, .cs-action-button .action-item.messenger .icon-inner {
    font-size: 24px;
}
.cs-action-button .action-item .title-inner {
    display: block;
    margin-top: .25rem;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #333 !important;
}
.cs-action-button .action-item.email, .cs-action-button .action-item.price-quote, .cs-action-button .action-item.zalo, #back-top a {
    display: none;
}
.cs-action-button .action-item.hotline {order: 1;}
.cs-action-button .action-item.call-advisor {order: 3;}
.cs-action-button .action-item.messenger {order: 2;}
.cs-action-button .action-item:hover .text-muted {color: #fff !important;}
.dmd-phone {display: none;}

    /*useall*/
    .check {margin-top: 10px;padding: 0;}.col-md-9{width: 76%;}.col-md-4{width: 20.5%;padding: 8px;}ul.total_price li.last_price span{font-size: 18px;line-height: 30px;}
    .col-md-9{width: 72.5%;}.col-md-4{width: 24%}a.continue,a.order{font-size:14px}.price-details span{line-height: 26px;font-size: 15px;}ul.total_price li.last_price span{font-size: 15px}    
    /*End useall*/
}
@media screen and (max-width: 960px){
.bannerMain {
    height: 65vh;
}
.new_home_id ul li {
    width: 40%;
    margin-right: 10px;
}
.new_home_id ul h3 {
    float: none;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
}
.copyright_bottom ul p, .copyright_bottom ul li {
    float: none;
    width: 100%;
}
.bg_link_page {
    height: 200px;
}
.bg_link_page .pagewrap {
    position: absolute;
    bottom: 20px;
}
.titile_link {
    padding-top: 0;
}
.titile_link ul .title {
    font-size: 25px;
    line-height: 35px;
}
.titile_link ul li {
    font-size: 13px;
    padding-bottom: 5px;
}

    /*useall*/
    .price-details span,ul.total_price li.last_price{letter-spacing:-1px}
    .content_checkout_firth .cart-header{width: 49.3%;}
    #account #left_conten{display:none}#account #right_conten{float:none;width:100%;padding:20px 10px;margin-left:0;box-sizing:border-box;border:none}
    #title_home2{display:block!important;background: #fff;margin-bottom: 15px;margin-top: 10px;padding: 10px;border-bottom: 1px #ddd solid;}#title_home2 .title{font-size: 20px;text-transform: capitalize;line-height: 32px;margin-bottom: 15px;border-bottom: 3px double #aaa;}#title_home2 li{float: left;list-style: none;font-weight: 400;margin-right: 20px;width:169px;}
    #title_home2 li a{position: relative;font-weight: normal;color: #333}#title_home2 li.active a{color: #ed3235;}#title_home2 li a .fa {color: #000 !important;}
    .danhsachdoonhang .stt p, .danhsachdoonhang .ngaythanhtoan p, .danhsachdoonhang .hoadon p, .danhsachdoonhang .chietkhau p, .danhsachdoonhang .thanhtien p{font-size: 14px}
    #account .total_item_page{top:-40px;right:0}
    /*End useall*/
}
@media screen and (max-width: 767px){
.logo_top {top: 0;}
.logo_top img {
    height: 30px;
}
.bannerMain {
    height: 42vh;
}
.box_title_banner {top: 25%;}.box_title_banner .text-center-buttom {margin-top: 10px;}
.box_title_banner h1 p {
    font-size: 18px !important;
    line-height: 22px !important;
}
.box_title_banner .text-center-buttom .button {
    font-size: 13px;
    line-height: 15px;
    padding: 10px 15px;
    margin-bottom: 0;
}
.pro_list {
    grid-template-columns: repeat(2, 1fr);
}
.pro_list ul h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 5px;
}
.pro_id.grid {
   grid-template-columns: repeat(3, 1fr);
}
.title_page_home ul {
    float: none;
}
.title_page_home li {
    float: left;
    margin: 0 10px 0 0 !important;
}
.title_page_home li a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.video_id.grid {
    grid-template-columns: repeat(2, 1fr);
}
.box_from_tuvan_left {
    width: 100%;
    position: initial;
    text-align: center;
    margin-bottom: 20px;
}
.box_from_tuvan_right {
    width: 100%;
}
.new_home_id.grid {
    grid-template-columns: repeat(1, 1fr);
    width: 100% !important;
}
.new_home_id.grid ul {margin-right: 0;}
.new_home_id ul li {
    width: 28%;
}
.about_contac_home ul {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.about_contac_home li {
    float: none;
    width: 100%;
}
.about_contac_home li iframe {
    height: 52vw;
}
.about_contac_home .title {font-size: 25px;}
.bg_link_page .pagewrap {
    bottom: 10px;
}
.titile_link ul .title {
    font-size: 18px;
    line-height: 25px;
}
.titile_link ul li {
    line-height: 18px;
}
.pro_id_page.grid {
    grid-template-columns: repeat(3, 1fr);
}
.pro_id_page.grid ul {
    min-width: 0;
}
.new_home_id.new_home_id_right ul h3 {
    padding: 0 10px;
}
.title_news .title {
    font-size: 22px;
    line-height: 30px;
}
.viewLeft {
    width: 460px;
}
#bridal_images_list li {
    width: 127px;
    height: auto;
}
.titleView {
    line-height: 32px;
    font-size: 27px;
}
.map_contact iframe {
    height: 50vw;
}
.left_contact {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.right_contact {
    width: 100%;
    float: none;
}
#popup_search .input_search {
    padding: 5px 10px 5px 10px;
    width: 84%;
}
#popup_tuvan, #popup_baogianhanh {
    max-width: 600px !important;
}
#popup_baogianhanh .title {
    font-size: 17px !important;
    line-height: 24px !important;
}
#popup_baogianhanh ul p {
    font-size: 15px;
}
#form_login .sign_col2 {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}
.pro_list ul.hide_colum2, .video_id.home_page ul.hide_colum2 {
    display: none;
}

    /*useall*/
    .showText iframe{max-width: 100%;height: 60vw;}
    .price-details span,ul.total_price li.last_price,ul.total_price li.last_price span{letter-spacing:0;font-size: 16px;}
    .col-md-9{float:none;width:100%}.cart-sec{padding:10px!important}.close1,.close2,.close3,.close4{width:15px;height:15px;right:10px;top:0px}.close1 svg{font-size:15px}.cart-item-info{width:100%;float:none}.cart-item-info h3 a{font-size:16px}.cart-item-info h3 span{font-size:12px}ul.qty li p{font-size:13px}ul.qty li p span.fsize18{font-size:16px}#more_sp_mau ul p{font-size:12px;width:62px}#color li,#size li{height:22px;min-width:38px;line-height:20px;font-size:12px;box-sizing:border-box}
    /*#more_sp_mau #size li{min-width: 35px;height: 22px;}*/
    #more_sp_mau #color li{height: 22px;}.col-md-4{width:100%;padding:16px;float:none;box-sizing:border-box}.content_checkout_firth{margin-top:20px}.content_checkout_firth .cart-header{float:none;width:100%;margin-right:0!important}.cart-item{width:15%}#checkout .col-md-9,#checkout .col-md-4{width:100%}
    #order_info{margin:0}.order_info .left{width:100%;float:none}.order_info .right{width:100%;float:none;padding-left:0;border-left:none;margin-top:30px}.question .title{line-height:20px;margin-bottom:10px}
    .hoidap_dh .right_content{padding-left: 10px;}
    .title_search {font-size: 17px;line-height: 32px;}
    .col-md-9.cart-items {width: 100%;float: none;}.col-md-4.cart-total {width: 100%;float: none;}#form_login .sign_col2{width: 100%;padding: 20px;}
    /*End useall*/
} 
@media screen and (max-width: 665px){


    /*useall*/
    .total_item_page {position: initial;background: #fff;text-align: center;margin-bottom: 10px;}
    .listtabs li{margin-top: 2px}.listtabs li a{padding: 5px;line-height: 24px;font-size: 15px;text-transform: capitalize;}
    .table_scroll table {width: 100% !important;min-width: 162%;}.table_scroll th, .table_scroll td, .table_scroll p {font-size: 2vw;}
    /*End useall*/
}
@media screen and (max-width: 548px){
.pro_id.owl-carousel ul h3 {
    font-size: 2.4vw;
    line-height: 3vw;
}
.pro_list ul h3 {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 4px;
}

    /*useall*/
    .showText .muc_luc_noi_dung {width: 100%;min-width: initial;}
    /*End useall*/
}
@media screen and (max-width: 480px){
.bannerMain {
    height: 30vh;
}
.box_title_banner {display: none;}
.header_top{
        padding: 10px 0 0 0;
}
.logo_top img {
    height: 20px;
}
.right_top, .box_menu {top: 45px;}
.pro_id.grid {
   grid-template-columns: repeat(2, 1fr);
}
.link_footer {
    grid-template-columns: repeat(1, 1fr);
}
.link_footer .col {margin-right: 0;}
.viewLeft {
    width: 100%;
}
#bridal_images_list li {
    width: 27%;
    height: auto;
    margin: 10px -10px 0 20px;
}
#bridal_images_list #pro_img_slide {width: 100% !important;}
.popup_build .title {
    font-size: 18px !important;
    line-height: 22px !important;
}
.popup_tuvan .desc {
    padding: 0 10px 10px 10px;
    font-size: 15px;
    line-height: 24px;
}
.popup_tuvan ul {
    padding: 10px !important;
}
.popup_tuvan .sign_input {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.pro_list ul h3 {
    font-size: 13px;
        line-height: 17px;
}

    /*useall*/
    .showText img{width: 100%;}.showText figcaption{font-size: 13px;line-height: 15px;margin-top: 5px;}
    #checkout .formBox .button{font-size:16px}
    .account_info .content{width:100%;box-sizing:border-box}.account_info table tr td {letter-spacing: -1px}.account_info table tr td.left{width:104px}.account_info select{width:25%;padding:0}.account_info input[type="file"]{width:100%;box-sizing:border-box}.dang_nhap .content .forget_pass{width:75%}.doi_mat_khau_moi{width:100%}.doi_mat_khau_moi .bt-save{float:none;display:block;width:120px;text-align:center;margin:auto}#forget_pass{width:73%}
    #thanhvien_alert p{font-size: 12px;line-height: 16px;letter-spacing: -1px}.ngaythanhtoan.tieude{width: 56%;}.hoadon.ngaygui,.thanhtien.thaotac{width: 18%;}
    .title_cart{font-size: 22px !important;}
    .dmd-phone {left: -75px !important;bottom: 10px !important;}.rightNav .button{width: 32px;height: 32px;line-height: 32px;}.rightNav .button img {margin-top: 3px !important;width: 80% !important;height: auto !important;}
    /*End useall*/
}
@media screen and (max-width: 465px){


    /*useall*/
    #payment_method .payment_method_input .radio_check{margin-right: 5px}#payment_method .payment_method_input span{float:none;line-height: 18px;display: block;padding-left: 20px;padding-top: 10px;}#payment_method .payment_method_input{margin-bottom:20px}.cart-item-info h3{width:94%;margin-left: 0;}
    #cart_list .listtabs li a{padding: 0 5px;line-height: 24px;font-size: 12px;}    
    /*End useall*/
}
@media screen and (max-width: 406px){
    .right_conten_page {
    width: 100%;
}

    /*useall*/
    .check_order{width:100%;box-sizing:border-box}.login_social img{width:100%;}
    #coupon{width:53%}.list_star img{width:25px!important}
    .phantrang a{font-size:12px;margin:0 2px 0 0;padding:1px;line-height:18px;height:20px;width:20px}.phantrang a.stay {font-size: 12px;line-height: 20px;}
    /*End useall*/
}
@media screen and (max-width: 368px){
.pro_list {
    grid-template-columns: repeat(1, 1fr);
    width: 100% !important;
}
.pro_list ul {
    margin: 0 0 15px 0;
}
.video_id.grid {
    grid-template-columns: repeat(1, 1fr);
    width: 100% !important;
}
.video_id.grid ul {
    margin-right: 0;
}
.titile_link ul li {display: none;}
.pro_list ul.hide_colum2, .video_id.home_page ul.hide_colum2 {
    display: block;
}

    /*useall*/
    #coupon{width:45%}
    .account_info table tr td.left{width: 90px}
    #cart_list .listtabs li a{font-size: 11px;}.danhsachdoonhang .stt,.danhsachdoonhang .ngaythanhtoan, .danhsachdoonhang .hoadon, .danhsachdoonhang .chietkhau, .danhsachdoonhang .thanhtien{min-height:34px;}.danhsachdoonhang .stt p, .danhsachdoonhang .ngaythanhtoan p, .danhsachdoonhang .hoadon p, .danhsachdoonhang .chietkhau p, .danhsachdoonhang .thanhtien p{font-size: 11px;line-height: 14px;}
    .listtabs li a{line-height: 22px;font-size: 13px;}
    /*End useall*/
}
@media screen and (max-width: 328px){
.pro_id.grid {
   grid-template-columns: repeat(1, 1fr);
   width: 100% !important;
}
.pro_id.grid ul {
    margin: 0 0 15px 0;
}

    /*useall*/
    .listtabs li a{letter-spacing: -1px;}
    /*End useall*/  
}
@media screen and (max-width: 320px){

}
@media screen and (max-width: 312px){

}
@media screen and (max-width: 298px){
    
}

.category_title {
    font-size: 16px;
}