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

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

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

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

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

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

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

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

.padding_pagewrap {
    padding: 0 10px;
}

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

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

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

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

.header {
    padding: 15px 0 15px;
    background: #fff;
}

.logo_top {
    position: absolute;
    left: 0px;
    top: -12px;
    z-index: 1;
}

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

.header_top {
    padding-top: 10px;
    background: #bb971a;
    color: #fff;
    padding-bottom: 5px;
}

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

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

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

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

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

.company_time ul li span {
    color: #f60;
    font-size: 14px;
}

.company_time ul.right_header {
    float: right;
    position: relative;
}

a.a_lang {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    /* border: 1px solid #ddd; */
    color: #333;
}

.lang {
    position: absolute;
    top: 30px;
    background: #fff;
    z-index: 999;
    left: 0px;
    right: 0px;
    border: 1px solid #ddd;
}

.lang a {
    display: block;
    padding: 5px 10px;
    color: #333;
}

.company_time ul li span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

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

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

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

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

.company_time ul li img:hover {
    border: solid #ed3235 2px;
}

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

.company_time.company_time_mb ul li {
    line-height: 40px;
}

.right_top_id {
    float: right;
    margin-top: 6px;
}

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

.right_top_id ul h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    border: solid #CCC 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    background: #fff;
    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;
    border-radius: 4px;
}

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

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

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

.timkiem_top {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    width: 690px;
}

.timkiem_top ul h3 a {
    float: right;
    display: block;
    color: #fff;
    background: #ef711d;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding: 12px 15px;
    border-radius: 4px;
    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;
}

.timkiem_top ul h3 a:hover {
    color: #fff;
    background: #ED3235;
}

.box_menu {
    background: #5b5231;
}

.menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    /* margin: 0 18px; */
}

.menu > li {
    display: inline-table;
    position: relative;
    /* padding: 0 14px; */
}

.menu > li > a {
    display: block;
    line-height: 50px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    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;
    padding: 0 21px;
}

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

.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}

.menu > li:hover > a {
    color: #333;
    background: #fff;
}

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

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

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

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

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

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #ed3235;
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    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 {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #ffffff;
}

.menu > li > ul > 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 {
    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 {
    border: none;
}

.menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    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: 17px;
    text-align: left;
    border-bottom: solid 1px rgba(212, 212, 212, 0.5);
    color: #333;
}

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

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

.menu > li > ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    background: #bb971a;
    color: #fff;
}

.menu > li > a, .menu > li > a:after, .menu > 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;
    /* color: #333; */
}

.projects-menu {
    background: #ffffff;
    width: 1150px;
    left: -415px;
    position: absolute;
    content: "";
    right: 0;
    top: 100%;
    z-index: 3;
    padding: 10px 10px 20px 10px;
}

.projects-menu li a {
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    border-bottom: solid 1px rgba(212, 212, 212, 0.5);
    padding-bottom: 5px;
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 16px;
    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;
    display: block;
    float: left;
    width: 243px;
    margin: 0 10px;
    list-style: none;
    text-align: left;
}

.projects-menu li a:hover {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    background: #ed711e;
    color: #fff;
}

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

.footer_top ul {
    float: left;
    margin: 0 10px;
    width: 360px;
    /* padding: 10px; */
}

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

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

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

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

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

.footer_top ul li a {
    color: #000;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
}

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

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

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

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

.sharelink img:hover {
    background: #ef711d;
    opacity: 10;
    border: solid #ffffff 3px;
}

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

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

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

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

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

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

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

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

.tintuc_home_id ul {
    margin: 0 1%;
    float: left;
    /* text-align: center; */
    width: 31%;
}

.tintuc_home_id.tintuc_home_slide ul {
    margin: 0 1%;
    float: left;
    /* text-align: center; */
    width: 98%;
}

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

.tintuc_home_id ul li img {
    height: 250px;
    object-fit: cover;
}

.tintuc_home_id ul h3 a {
    color: #333;
    font-weight: normal;
    font-size: 20px;
    /* padding: 0 10px; */
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 7px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
}

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

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

.tintuc_home_id ul p {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    text-transform: none;
    line-height: 27px;
}

.placeNav_2, .placeNav_3, .placeNav_4 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 50px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    background: #2b2b2b;
    opacity: 0;
    border-radius: 50%;
}

.placeNav {
    position: absolute;
    top: 140px;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.24);
    text-align: center;
    /* opacity: 0; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

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

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

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

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

.placeNav:hover {
    color: #fff;
    background: #ff4c3b;
}

.placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #ef711d;
}

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

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

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

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

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

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

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

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

.title_id {
    padding-left: 20px;
    line-height: 35px;
    color: #bb971a;
    font-size: 27px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

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

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

.mail_home {
    width: 80%;
}

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

.mail_home li img {
    height: 53px;
    width: auto;
}

.mail_home ul {
    float: left;
    padding-left: 30px;
}

.mail_home h4 a {
    float: left;
    margin-left: 30px;
    display: block;
    color: #fff;
    background: #ff4c3b;
    padding: 5px 30px;
    line-height: 35px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 17px;
    -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background 0.3s, border 0.3s;
    -o-transition: color 0.3s, background 0.3s, border 0.3s;
    transition: color 0.3s, background 0.3s, border 0.3s;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    margin-top: 5px;
}

.mail_home h4 a i, .left_gt_video_home ul h4 a i {
    padding-left: 7px;
    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;
}

.mail_home h4 a:hover {
    color: #fff;
    background: #171C2B;
}

.mail_home h4 a:hover i, .left_gt_video_home ul h4:hover a i {
    padding-left: 20px;
}

.mail_home ul h3 {
    line-height: 30px;
    color: #ff4c3b;
    font-weight: normal;
    font-size: 20px;
    text-transform: none;
}

.mail_home ul p {
    color: #666;
    font-size: 18px;
}

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

.newsletter_home h3 {
    text-transform: uppercase;
    line-height: 35px;
    font-size: 27px;
    text-align: center;
    font-weight: normal;
    color: #ef711d;
    padding-bottom: 0;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.newsletter_home p {
    line-height: 40px;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    color: #333;
}

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

.newsletter_home ul h2 a {
    float: right;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 38px;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #ef711d;
    transition: .3s ease-out;
    text-transform: uppercase;
    display: inline-block;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.newsletter_home ul h2 a:hover, .home_out_services ul li a:hover, .box_title_banner ul h4 a:hover, .more_pro h3 a:hover {
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: #2b2b2b;
}

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

.col-md-2 {
    width: 54%;
    float: left;
    margin-left: 10px;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    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;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
}

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

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

.auoutus_home {
    padding: 30px 0;
    text-align: center;
    background: url(../images/bg_2.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
}

.auoutus_home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: .3s all ease;
    z-index: 0;
}

.auoutus_home ul h4 a {
    display: inline-table;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
    padding: 5px 30px;
    background: none;
    border: solid #fff 3px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    margin-top: 30px;
    letter-spacing: 2px;
}

.auoutus_home ul h3 {
    padding-bottom: 20px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    letter-spacing: 2px;
}

.auoutus_home ul li {
    position: relative;
    overflow: hidden;
    display: block;
    list-style: none;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 230px;
    height: 230px;
    border: solid #FFF 10px;
    margin-bottom: 30px;
}

.auoutus_home ul li img {
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 230px;
    height: 230px;
}

.auoutus_home ul h4 a:hover {
    color: #fff;
    background: #ef711d;
}

.auoutus_home ul {
    width: 70%;
}

.auoutus_home ul p {
    font-size: 18px;
    line-height: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_news h2 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
    color: #ef711d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

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

.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 380px;
    background: #5b5231;
    padding: 25px;
    min-height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.titBox {
    /* display: inline-table; */
    margin: 0 auto 30px auto;
    /* text-transform: uppercase; */
}

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

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

.titBox .tit_2 {
    /* display: block; */
    font-size: 27px;
    color: #bb971a;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

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

.titBox.left {
    /* margin-left: 10px; */
    text-align: center;
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    width: 100%;
}

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

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

.titBox .sub_2 {
    /* display: block; */
    color: #888;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

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

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

.tintuc_home_id ul h3 a:hover {
    color: #ef711d;
}

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

.menu_left ul h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    background: #5b5231;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro_home_id ul:hover, .pro_home_id_2 ul:hover {
    transform: translateY(-10px);
}

.pro_home_box {
    padding-bottom: 30px;
    /* background: #eee; */
}

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

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

.pro_home_id_2 ul {
    float: left;
    margin: 10px 0.5%;
    width: 24%;
    -webkit-transition: all .3s ease;
    text-align: center;
    position: relative;
    min-height: 260px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.pro_home_id_2.pro_home_slide ul {
    width: 98%;
}

.pro_home_id ul p, .pro_home_id_2 ul p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

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

.pro_home_id ul h3, .pro_home_id_2 ul h3 {
    color: #171C2B;
    font-weight: normal;
    font-size: 20px;
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 27px;
    padding-bottom: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

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

.pro_home_id ul:hover h3, .pro_home_id_2 ul:hover h3, .tintuc_home_id ul h3 a:hover, .list_pro_id ul:hover, .hinhanh_id ul:hover h3, .video_id ul:hover h3, .download_style_id ul h3 a:hover, .right_style_id ul h3 a:hover {
    color: #ef711d;
}

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

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

.discount-tag {
    top: 5px;
    right: 15px;
    position: absolute;
    background: #ed3235;
    width: auto;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;
    font-size: 15px;
    line-height: 20px;
    max-width: 35px;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 25px;
}

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

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

.bg_gt {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: auto;
}

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

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

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

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

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #00000061;
    text-indent: -100000px;
    margin: 0 4px;
    -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;
    border-radius: 50%;
    -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: #ef711d;
}

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

.viewLeft {
    width: 400px;
    float: left;
    margin-bottom: 30px;
}

.viewRight {
    width: 475px;
    float: right;
    margin-bottom: 30px;
}

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

.viewRight .desc b {
    display: block;
    margin-bottom: 10px;
}

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

.viewRight .desc li a {
    color: #2384c8;
    font-size: 14px;
    font-weight: bold;
}

.viewRight .desc li a:hover {
    color: #f60;
    text-decoration: underline;
}

#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;
    height: 30px;
    /* margin-top: 10px; */
}

#sharelink img {
    /* background: rgba(148, 148, 148, 0.41); */
}

#sharelink img:hover {
    background: #2793e6;
}

#sharelink spam {
    padding-top: 0px;
}

#proCont {
    padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listDesc {
    margin-bottom: 20px;
    box-shadow: inset 0 -5px #EC1F26;
    margin-top: 0;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    /* padding-bottom: 5px; */
    /* box-shadow: inset 0 -5px #B30505; */
    color: #fff;
    font-weight: bold;
    background: #EC1F26;
    padding: 5px 20px;
}

.titleView {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 25px;
    color: #ef711d;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: dotted #CCCCCC 1px;
    padding-bottom: 10px;
}

.viewRight h2 {
    font-size: 18px;
    color: #2384c8;
    line-height: 26px;
    font-weight: bold;
    /* border-bottom:dotted #CCCCCC 1px; */
    padding-bottom: 5px;
    /* margin-bottom:5px; */
}

.viewRight h1 {
    font-size: 22px;
    color: #ed3235;
    line-height: 30px;
    font-weight: 500;
    /* border-bottom:dotted #CCCCCC 1px; */
    padding-bottom: 5px;
    /* margin-bottom:5px; */
}

.viewRight h1 span {
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-decoration: line-through;
}

.viewRight h2 span {
    font-size: 15px;
    position: relative;
    font-weight: normal;
    color: #f00;
    line-height: 26px;
    float: right;
    padding-right: 160px;
    text-align: right;
}

.viewRight h3 {
    font-size: 14px;
    position: relative;
    color: #8DC540;
    line-height: 26px;
}

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

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

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

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

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

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

.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: 135px;
    width: 30px;
    height: 23px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: #2b2b2b;
    line-height: 19px;
}

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

.quantity .plus {
    bottom: 27px;
}

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

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

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

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

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

.add_more_2 ul h3 {
    list-style: none;
    font-size: 17px;
    background: #0087ca;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    margin-left: 5px;
    font-weight: normal;
    margin-top: 5px;
    /* margin-bottom: 10px; */
    float: left;
    text-transform: uppercase;
}

.add_more ul h2:hover, .add_more ul h3:hover, .add_more_2 ul h2:hover, .add_more_2 ul h3:hover {
    background: #6d6d6d;
    color: #fff;
}

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

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

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

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

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

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

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

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

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

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

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

#cart_list tr {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tencongty {
    color: #5b5231;
}

.lang a img {
    width: 20px;
    height: auto;
}

a.close {
    background-color: #f00;
    border-radius: 50%;
    color: rgb(255,255,255);
    display: block;
    font-size: 18px;
    position: absolute;
    top: 1.25rem;
    transition: all 400ms ease;
    right: 1.25rem;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

a.close:hover {
    background-color: #1bc5b3;
    cursor: pointer;
}

div.overlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

div.overlay > div.login-wrapper {
    align-self: center;
    background-color: rgba(0,0,0,.25);
    border-radius: 2px;
    padding: 6px;
    width: 450px;
}

div.overlay > div.login-wrapper > div.login-content {
    background-color: rgb(255,255,255);
    border-radius: 2px;
    padding: 24px;
    position: relative;
}

div.frm_lienhe {
    margin: 10px 0px 10px 0px;
    font-size: 13px;
    position: relative;
}

.thongbao {
    font-size: 20px;
    color: red;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.thongbao p {
    text-align: center;
}

div.frm_lienhe .item_lienhe {
    margin: 8px 0px;
}

div.frm_lienhe .item_lienhe_b {
    text-align: center;
}

div.frm_lienhe .item_lienhe p {
    margin-bottom: 5px;
}

div.dangky .item_lienhe p {
    clear: both;
    float: none;
}

#reset_capcha img {
    float: left;
    margin: 5px 10px;
}

.baove {
    float: left !important;
}

div.frm_lienhe .item_lienhe span {
    color: red;
    margin-left: 3px;
}

div.frm_lienhe .item_lienhe input[type='text'],div.frm_lienhe .item_lienhe input[type='date'],div.frm_lienhe .item_lienhe textarea,div.frm_lienhe .item_lienhe input[type='password'],div.frm_lienhe .item_lienhe select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    transition: 0.3s;
    font-family: 'body';
}

div.dangky_frm .item_lienhe input[type='text'],div.dangky_frm .item_lienhe textarea,div.dangky_frm .item_lienhe input[type='password'],div.dangky_frm .item_lienhe select {
    width: 100%;
}

div.frm_lienhe .item_lienhe input[type='button'],div.frm_lienhe .item_lienhe input[type='reset'],div.frm_lienhe .item_lienhe input[type='submit'] {
    padding: 10px 25px;
    background: #ee0303;
    border: 1px solid #ee0303;
    color: #fff;
    margin: 10px 0px;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: 0.3s;
}

div.frm_lienhe .item_lienhe input[type='button']:hover,div.frm_lienhe .item_lienhe input[type='reset']:hover,div.frm_lienhe .item_lienhe input[type='submit']:hover {
    background: none;
    color: #ee0303
}

div.frm_lienhe .item_lienhe input[type='text']:focus,div.frm_lienhe .item_lienhe input[type='date']:focus,div.frm_lienhe .item_lienhe textarea:focus {
    background: #c8e8ff;
    padding-left: 10px;
    border-color: #2298ef;
}

.btn_dangnhap {
    padding: 7px 25px;
    background: #ee0303;
    border: none;
    display: block;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

.wowbook {
    position : relative;
    zoom: 1; }

.wowbook-page {
    zoom: 1; }

.wowbook-page-content {
    position : absolute;
    overflow : hidden;
    zoom: 1; }

.wowbook-page-content img {
    max-width: 100%;
    height: auto;
}

.wowbook-loading .wowbook-page-content {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

img.wowbook-lazy {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* marker class */
.wowbook-left {
}

.wowbook-right {
}

.wowbook-disabled {
}

.wowbook-handle {
    cursor : pointer;
    height : 100%;
    position : absolute;
    top : 0;
    width : 50px;
    z-index : 10000;
    /* without this Chrome will mess the zindex of hardcover when it flips, making
       the cover to jump when the "curl page corner on hover" is enabled */
    -webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
    display : none;
}

.wowbook-unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.wowbook-page-content.wowbook-double-page {
    padding: 0;
}

/* shadows */
.wowbook-shadow-clipper {
    position : absolute;
    overflow : hidden;
    z-index : 999;
    /* 1 a menos do que o verso da pagina sendo foldada */
    zoom: 1; -webkit-backface-visibility: hidden;
    /* eliminate jagged edges */
}

.wowbook-shadow-container {
    display : none;
    position : absolute;
    z-index : 999;
    /* 1 a menos do que o verso da pagina sendo foldada */
    zoom: 1; }

.wowbook-shadow-internal {
    background : url(../images/shadow_internal_fold.png) repeat-y;
    height : 500px;
    width : 200px;
    position : absolute;
    zoom: 1; -webkit-backface-visibility: hidden;
    /* eliminate jagged edges */
}

.wowbook-shadow-fold {
    background : url(../images/shadow_fold.png) right top repeat-y;
    height : 500px;
    width : 100px;
    position : absolute;
    zoom : 1; -webkit-backface-visibility: hidden;
    /* eliminate jagged edges */
}

.wowbook-shadow-fold-flipped {
    background-image : url(../images/shadow_fold_flip_h.png);
}

.wowbook-fold-gradient {
    background : url(../images/fold_gradient.png) right top repeat-y;
    height : 500px;
    width : 125px;
    position : absolute;
    top : 0;
    zoom: 1; -webkit-backface-visibility: hidden;
    /* eliminate jagged edges */
}

.wowbook-fold-gradient-flipped {
    background-image : url(../images/fold_gradient_flip_h.png);
}

.wowbook-fold-gradient-container {
    position : absolute;
    z-index : 1001;
    /* 1 a mais que o verso da pagina sendo foldada */
}

.wowbook-gutter-shadow {
    height : 100%;
    width : 40px;
    position : absolute;
    top : 0;
}

.wowbook-left .wowbook-gutter-shadow {
    background : url(../images/gutter_shadow_left.png) right top repeat-y;
    right : 0;
    width : 70px;
}

.wowbook-right .wowbook-gutter-shadow {
    background : url(../images/gutter_shadow_right.png) right top repeat-y;
    left : 0;
}

.wowbook-hard-page-shadow {
    background : #888;
    position : absolute;
    top : 0;
    z-index : 999;
    /* 1 a menos do que o verso da pagina sendo foldada */
}

.wowbook-page-number {
    bottom : 0;
    padding-bottom: 0.3em;
    position : absolute;
}

.wowbook-left .wowbook-page-number {
    left : 0;
    padding-left: 0.5em;
}

.wowbook-right .wowbook-page-number {
    right : 0;
    padding-right: 0.5em;
}

.wowbook-book-shadow {
    -moz-box-shadow: 0 0 7px #666;
    -ms-box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    -o-box-shadow: 0 0 7px #666;
    box-shadow: 0 0 7px #666;
    /* if you change this, change the .wowbook-hard-page-shadow too */
}

.wowbook-hard-page-shadow {
    background : #888;
    box-shadow: 0 0 2px 0px #666;
    background: rgba(96, 96, 96, 0.5);
    position : absolute;
    top : 0;
    z-index : 999;
}

.wowbook-page-holded {
}

.wowbook-page-holded object {
    /* visibility: hidden; */
}

.control {
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.control a {
    background: #1e90cc;
    color: #fff;
    font-size: 2em;
    padding: 2px 15px;
}

.item_son {
    float: left;
    width: 100%;
    margin: 0px;
}

.item_son .img_son {
}

.item_son .img_son img {
    width: 100%;
    height: auto;
}

.item_son .title_son a {
    color: #333;
    text-align: center;
    display: block;
}

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

.cs-action-button-container.desktop {
    top: calc(50% - ((55px*5)/2));
}

.cs-action-button-container {
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: 80px;
}

.cs-action-button {
    overflow: hidden;
    /* box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.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;
    border-radius: .25rem 0 0 .25rem;
}

.bg-white {
    /* background-color: #fff!important; */
}

.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 .text {
    display: none;
    font-size: 14px;
    line-height: 14px;
}

.text-muted {
    color: #6c757d!important;
}

.cs-bg-fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    height: auto;
}

.cs-action-button .action-item.zalo .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    50px: 26px;
    height: 50px;
}

.cs-action-button .action-item .icon {
    font-size: 26px;
}

.cs-action-button .action-item:hover {
    background: #393166
}

.fix_tel {
    position: fixed;
    bottom: 12px;
    left: 0;
    z-index: 999;
}

.fix_tel a {
    text-decoration: none;
}

.tel {
    background: rgba(230, 8, 8, 0.75);
    width: 205px;
    height: 40px;
    position: relative;
    overflow: hidden;
    background-size: 40px;
    border-radius: 28px;
}

.bor-left, .bor-top, .bor-right, .bor-bottom {
    position: absolute;
    background-color: #EDCB67;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.bor-left {
    height: 50%;
    width: 3px;
    left: 0;
    bottom: -100%;
    animation: transtop 5s ease-in-out infinite;
}

.bor-right {
    height: 50%;
    right: 0;
    top: -100%;
    width: 3px;
    animation: transbot 5s ease-in-out infinite;
}

.bor-top {
    width: 50%;
    left: -100%;
    top: 0;
    height: 3px;
    animation: transleft 5s ease-in-out infinite;
}

.bor-bottom {
    width: 50%;
    height: 3px;
    right: -100%;
    bottom: 0;
    animation: transright 5s ease-in-out infinite;
}

.fone {
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
    padding-left: 50px;
    font-family: arial;
}

.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}

.ring-alo-phone.ring-alo-show {
    visibility: visible;
    left: -20px;
    bottom: -3px;
}

.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    //opacity: 0.7;
    opacity: 1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #f00;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    width: 25px
}

.hidden {
    display: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.inline-desktop {
    display: inline-block;
}

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

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

@media (max-width: 1280px) {
    .pagewrap {
        width:100%;
    }
}

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

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

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .pagewrap {
        width: 100%;
    }

    .header_mobile {
        display: block;
    }

    #menu_mobile {
        visibility: visible;
    }

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

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

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

    nav {
        display: none;
        position: fixed;
    }

    .menu {
        display: none;
    }

    .header_top {
        display: none;
    }

    .timkiem_top {
        width: 660px;
    }
}

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

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

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

@media(max-width: 854px) {
    .timkiem_top {
        width: 58%;
    }
}

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

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

@media(max-width: 768px) {
    .bannerMain {
        height: 250px;
    }

    .banner li {
        height: 250px;
    }

    .inline-desktop {
        display: none;
    }

    .logo_top {
        position: relative;
        top: unset;
        float: left;
        left: 10px;
    }

    .logo_top img {
        height: 60px;
    }

    .left_conten {
        display: none;
    }

    .right_conten {
        width: 100%;
    }

    #bridal_images_list {
        width: 100%;
    }

    .timkiem_top {
        width: 55%;
    }

    .pro_home_id_2 ul {
        width: 48%;
    }
}

@media(max-width: 740px) {
    .timkiem_top {
        display: none;
    }
}

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

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

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

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

@media(max-width: 668px) {
    .link_page ul {
        display: none;
    }
}

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

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

@media(max-width: 568px) {
    .viewLeft {
        width: 100%;
    }

    .viewRight {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .timkiem_top {
        display: none;
    }

    .footer_top ul.contact_footer,.footer_top ul {
        width: 100%;
        margin: unset;
        padding: 10px;
    }

    .auoutus_home ul {
        width: 90%;
    }

    .tintuc_home_id ul {
        width: 98%;
    }

    .pro_home_id_2 ul {
        width: 98%;
    }
}

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

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

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

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

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