/* Main */
:root {
    --color-red: #f00;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    /* custom color */
    --font-title: 'NunitoBold';
    --font-title-card: 'NunitoRegular';
    --color-title: #c31829;
    --color-hover-text: #c31829;
}

.header-lang a {
    display: inline-block;
    width: fit-content;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    border-radius: 5px;
}

.header-lang a.active {
    background-color: #2078b5 !important;
    color: #fff;
}

.header-lang a:nth-child(1) {
    background: url(../images/flag/Vietnam-flag.png) no-repeat;
    background-position: 5px center;
    margin-bottom: 5px;
}

.header-lang a:nth-child(2) {
    background: url(../images/flag/Great-Britain-flag.png) no-repeat;
    background-position: 5px center;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.box_news.tinchia2 .sp_name {
    float: left;
    width: 100%;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.box_container .content {
    padding: 10px 0px;
}

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

.dangky_frm {
    padding: 10px 20px;
    position: relative;
    border: 1px solid #D6D6D6;
    margin-top: 10px;
    box-sizing: border-box;
}

div.dangnhap {
    float: right;
    width: 49%;
    position: relative;
}

div.dangnhap .title_khac {
    display: block;
    color: #f00;
    font-size: 16px;
    font-family: 'roboto-r';
}

div.tieude_dangky {
    position: absolute;
    background: #F7F7F7;
    padding: 3px 15px;
    top: -16px;
    left: 20px;
    border: 1px solid #D6D6D6;
    font-size: 13px;
}

div.tieude_dangnhap {
    border-bottom: 1px solid #D6D6D6;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 13px;
}

.popup_thongbao {
    width: 300px;
    background: #fff;
    text-align: center;
    border: 1px solid #D0CFCF;
    font-size: 13px;
}

.popup_thongbao .tieude_tb {
    background: #000;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.popup_thongbao .popup_kq {
    padding: 10px;
    font-weight: bold;
    color: #4C4C4C;
    min-height: 70px;
    align-items: center;
    font-size: 13px;
}

/*Form liÃªn há»‡*/
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;
    clear: both;
}

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

div.frm_lienhe .item_lienhe p {
    float: left;
    width: 90px;
}

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='email'],
div.frm_lienhe .item_lienhe input[type='text'],
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 #D6D6D6;
    box-sizing: border-box;
    background: #fff;
}

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: 7px 25px;
    background: #ee0303;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid #f00;
    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: #f00;
}

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

.date {
    background: #F7F7F7 url(../images/i_date.png) 98% center no-repeat !important;
    padding-right: 8%;
    cursor: pointer;
}

#tendangnhap {
    background: #F7F7F7 url(../images/i_user.png) 2% center no-repeat !important;
    padding-left: 8%;
}

#matkhau,
#nhaplaimatkhau,
#matkhaucu {
    background: #F7F7F7 url(../images/i_pass.png) 2% center no-repeat !important;
    padding-left: 8%;
}

/*Form liÃªn há»‡*/

/*css tin tá»©c*/
.box_news {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: justify;
    font-size: 13px;
    margin-bottom: 2%;
}

.box_news:nth-child(2n) {
    margin-right: 0;
}

.box_news:nth-child(2n+1) {
    clear: both;
}

.box_news .ngaytao {
    color: #5a5a5a;
    margin-bottom: 4px;
    font-style: italic;
}

.box_news .ngaytao span {
    margin-left: 15px;
}

.box_news .ngaytao i {
    margin-right: 5px;
}

.box_news a.chitiet {
    color: #00F;
}

.box_news a {
    text-decoration: none;
}

.img_tt {
    float: left;

    margin-right: 10px;
}

.box_news .xemthem {
    display: block;
    width: 89px;
    height: 26px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #000;
    background: #000;
    transition: 0.4s;
    float: right;
    margin-top: 10px;
    box-shadow: 2px 2px 6px #585454;
}

.box_news .xemthem:hover {
    color: #af0008;
    background: none;
}

.othernews {
    border: 1px solid #DEDEDE;
    padding: 5px;
    background: #F7F7F7;
}

.othernews .cactinkhac {
    font-size: 15px;
    color: #000;
}

.othernews ul.khac {
    list-style: none;
    margin-left: 15px;
}

.othernews ul.khac li {
    background: url(../images/i_tinkhac.png) left 4px no-repeat;
    padding: 3px 5px 3px 18px;
    color: #AAAAAA;
}

.othernews ul.khac li a {
    color: #4A4A4A;
    text-decoration: none;
    transition: 0.4s;
}

.othernews ul.khac li a:hover {
    color: red;
    padding-left: 10px;
    transition: 0.4s;
}


/*css tin tá»©c*/

/*----------css báº£n Ä‘á»“-------------*/
#map_canvas {
    height: 500px;
    width: 99%;
    margin: 0px auto;
    border: 1px solid #BBB;
}

#map_canvas iframe {
    width: 100%;
    height: 100%;
}

.map_description {
    color: #000000;
    overflow: auto;
    max-width: 300px;
}

.map_title {
    color: #30A602;
    font-weight: bold;
}

/*----------css báº£n Ä‘á»“-------------*/

/*----------PhÃ¢n trang-------------*/
.pagination {
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 10px;
}

.pagination .pages li.prev {
    margin-right: 15px;
}

.pagination .pages li.next {
    margin-left: 15px;
}

.pagination .pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pagination .pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    font-size: 11px;
    border-radius: 5px;
}

.pagination .pages li a:hover {
    background: #000;
}

.pagination .pages li .active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/*----------PhÃ¢n trang-------------*/

/*----------PhÃ¢n trang ajax-------------*/
.pages_ajax {
    display: inline-block;
}

.pages_ajax li {
    display: inline-block;
    margin: 5px 2px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    border: 1px solid #ddd;
    font-size: 11px;
    box-sizing: border-box;
    min-width: 30px;
    cursor: pointer;
    border-radius: 5px;
}

.pages_ajax li.actived,
.pages_ajax li:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

span.total {
    display: none;
}

/*----------PhÃ¢n trang ajax-------------*/

/*----------ÄÃ¡nh giÃ¡ sao-------------*/
.danhgiasao {
    cursor: pointer;
}

.danhgiasao span {
    background: url(../images/star.gif) center top no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.danhgiasao span.active {
    background: url(../images/star.gif) center -48px no-repeat;
}

.danhgiasao span.hover,
.danhgiasao span.default {
    background: url(../images/star.gif) center -32px no-repeat;
}

/*----------ÄÃ¡nh giÃ¡ sao-------------*/

/*----------Loading-------------*/
#pre-loader {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

/*----------Loading-------------*/

/*----------css hieu ung san pham-------------*/
.hover_sang1 {
    position: relative;
    overflow: hidden;
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.hover_sang1:hover:before {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

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

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%;
}

.hinh_mo {
    position: relative;
    z-index: 2;
}

.hinh_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    ;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.trang_den {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.trang_den:hover {
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.zoom_hinh {
    overflow: hidden;
}

.zoom_hinh img {
    transition: all 0.3s ease 0s;
}

.zoom_hinh:hover img {
    transform: scale(1.1);
}

.xoay_hinh {
    overflow: hidden;
}

.xoay_hinh img {
    transition: all 1s ease 0s;
}

.xoay_hinh:hover img {
    transform: rotate(360deg);
}

.zoom_mo {
    position: relative;
}

.zoom_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: ease-in-out 500ms;
    -o-transition: ease-in-out 500ms;
    transition: ease-in-out 500ms;
    z-index: 1;
}

.zoom_mo:hover:before {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}


/*----------css hiá»‡u á»©ng-------------*/
div#tags {
    margin-top: 10px;
}

div#tags a {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 5px;
    text-decoration: none;
    color: #222222;
}

div#tags a:hover {
    color: red;
}

div#tags span {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 5px;
    text-decoration: none;
    color: #222222;
    background: #DDDDDD;
}

/*div.left_gh{width:65%;float:left;}
div.right_gh{width:33%;float:right;}*/
div.td_gh {
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}

div.wap_load {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.line-scale {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0 infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0 infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div {
    background-color: #ff630c;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

/*---------- catchuoi----------------*/
.catchuoi1 {
    -webkit-line-clamp: 1;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi2 {
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi3 {
    -webkit-line-clamp: 3;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi4 {
    -webkit-line-clamp: 4;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi5 {
    -webkit-line-clamp: 5;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi6 {
    -webkit-line-clamp: 6;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi7 {
    -webkit-line-clamp: 7;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi8 {
    -webkit-line-clamp: 8;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}

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

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickvideo {
    width: 100%;
    padding: 4px 0;
    margin: 3px 0%;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.addthis_native_toolbox {
    margin: 10px 0px;
    width: 100%;
    clear: both;
    border: 1px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #f7f6f6;
    box-sizing: border-box;
}

.addthis_native_toolbox b {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px
}

#toptop {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 50px;
    left: calc(50% + 620px);
    text-indent: -99999px;
    cursor: pointer;
    background: url(../images/back_to_top.png) top center no-repeat;
    transition: 0.5s;
    z-index: 200;
}

#toptop:hover {
    background: url(../images/back_to_top.png) bottom center no-repeat;
    transition: 0.5s;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}

a:hover {
    color: #f00 !important;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100% !important;
    height: auto;
}

div.tt_lh {
    width: 38%;
    float: left;
}

div.bando {
    width: 60%;
    float: right;
}

div.bando img {
    max-width: none !important;
}

@font-face {
    font-family: 'roboto-r';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'roboto-b';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'UTMAvoBold';
    src: url('../fonts/UTM%20AvoBold.ttf');
}

@font-face {
    font-family: 'roboto-l';
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'roboto-conr';
    src: url('../fonts/RobotoCondensedRegular.ttf');
}

@font-face {
    font-family: 'roboto-conb';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

@font-face {
    font-family: 'utm-avo';
    src: url('../fonts/UTM%20Avo.ttf');
}

@font-face {
    font-family: 'utm-avob';
    src: url('../fonts/UTM%20AvoBold.ttf');
}

@font-face {
    font-family: 'UVNSangSong_N';
    src: url('../fonts/UVNSangSong_N.ttf');
}


@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold/HelveticaBold.eot') format('embedded-opentype'), url('../fonts/HelveticaBold/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold/HelveticaBold.svg#HelveticaBold') format('svg');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica.eot');
    src: url('../fonts/Helvetica/Helvetica.eot') format('embedded-opentype'), url('../fonts/Helvetica/Helvetica.woff') format('woff'), url('../fonts/Helvetica/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica/Helvetica.svg#Helvetica') format('svg');
}

@font-face {
    font-family: 'UTMBeautifulCaps';
    src: url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.eot');
    src: url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.eot') format('embedded-opentype'), url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.html') format('woff2'), url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.woff') format('woff'), url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.ttf') format('truetype'), url('../fonts/UTMBeautifulCaps/UTMBeautifulCaps.svg#UTMBeautifulCaps') format('svg');
}

@font-face {
    font-family: 'SFUHelveticaBold';
    src: url('../fonts/SFUHelveticaBold/SFUHelveticaBold.eot');
    src: url('../fonts/SFUHelveticaBold/SFUHelveticaBold.eot') format('embedded-opentype'), url('../fonts/SFUHelveticaBold/SFUHelveticaBold.html') format('woff2'), url('../fonts/SFUHelveticaBold/SFUHelveticaBold.woff') format('woff'), url('../fonts/SFUHelveticaBold/SFUHelveticaBold.ttf') format('truetype'), url('../fonts/SFUHelveticaBold/SFUHelveticaBold.svg#SFUHelveticaBold') format('svg');
}

body {
    font-family: 'roboto-r';
    font-size: 12px;
    line-height: 1.5;
}

div#wapper {
    margin: auto;
    min-width: 1300px;
    max-width: 100%;
    overflow: hidden;
}

div.wap_1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.effect {
    display: block;
    overflow: hidden
}

.effect img {
    transition: all 1s !important;
    width: 100%;
}

.effect:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    transition: all 1s
}


/*------------ div#header ----------------*/
div#header {
    position: relative;
    margin: auto;
}

.header_right {
    width: calc(100% - 200px);
}

.header_top {
    margin: 15px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 1s;
}

.header_top p {
    margin-bottom: 0;
    color: #292929;
    font-family: 'Helvetica';
    font-size: 18px;
    width: fit-content;
}

.header_top p:nth-child(1) {
    background: url('../images/hotline.png') no-repeat left 4px;
    text-indent: 25px;
}

.header_top p:nth-child(2) {
    background: url('../images/email.png') no-repeat left 4px;
    text-indent: 25px;
}

.header_top p span {
    color: #EC0000;
    font-family: 'HelveticaBold';
}

#header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
    box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
}

.logos img {
    height: 130px;
    transition: all 1s
}

#header.fix .logos img {
    height: 90px;
    transition: all 1s
}

#header.fix .header_top {
    margin: 5px 0 0
}


.logos {
    position: relative;
    display: block;
}

.menu_login {
    list-style: none;
    position: absolute;
    bottom: 20px;
    right: 70px;
    background: #fff;
}

.menu_login li {
    display: inline-block;
}

.menu_login li a {
    text-decoration: none;
    color: #000;
    border-right: 1px solid #fff;
    padding: 0px 5px;
    cursor: pointer;
}

.menu_login li a:hover {
    color: #f00;
}

div#lang {
    position: absolute;
    top: 5px;
    right: 10px;
}

div#lang a img {
    margin-left: 3px;
    max-width: 30px !important
}

/*------------ div#header ----------------*/
div.menu_m {
    display: none;
}

div.wap_menu {
    position: relative;
    line-height: 50px;
    margin: auto;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
}

div.menu {
    position: relative;
    margin: auto;
    width: 100%;
}

div.menu ul {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

div.menu ul li {
    float: left;
    position: relative;
    z-index: 50;
}

div.menu ul li.line {
    background: url(../images/line.png) center no-repeat;
    height: 56px;
    width: 10px;
}

div.menu ul li a {
    color: #666666;
    font-size: 15px;
    padding: 0px 5px;
    text-transform: uppercase;
    display: block;
    font-family: 'HelveticaBold';
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
    color: #1E64AD !important;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 250px;
    background: #3574b4;
    line-height: 1.5;
}

div.menu ul li ul li {
    float: none;
}

div.menu ul li ul li a {
    padding: 8px 15px;
    text-transform: none;
    display: block;
    border-bottom: 1px solid #3a7fc5;
    color: #fff;
}

div.menu ul li ul li a:hover {
    color: yellow !important
}

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

div.search {
    border: 1px solid #898989;
    border-radius: 500px;
    line-height: 40px;
    width: 280px;
}

div.search input {
    padding: 0px 15px;
    border: none;
    background: none;
    width: calc(100% - 40px);
    outline: none;
    color: #777;
    line-height: 40px;
}

div.search i {
    float: right;
    color: #222;
    font-size: 20px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

div#slider {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: fit-content;
}

div#left {
    width: 22.5%;
    float: left;
}

div.tieude {
    color: #fff;
    text-align: left;
    font-size: 17px;
    /* background: red; */
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    font-family: 'roboto-b';
    */ padding-left: ;
    padding-left: 57px;
}

div#danhmuc {
    border-bottom: none;
}

div.danhmuc {
    /* border:1px solid #d6d6d6; */
    margin-bottom: 15px;
    /* background: #fff; */
    /* border-top-left-radius: 19px; */
}

div.danhmuc:last-child {
    margin-bottom: 0;
}

div#danhmuc ul {
    list-style: none;
}

div#danhmuc ul li {}

div#danhmuc ul li a {
    color: #454545;
    font-family: 'roboto-r';
    font-size: 14px;
    transition: 0.4s;
    display: block;
    border-bottom: 1px dashed #DDD;
    padding: 10px 5px;
    padding-left: 45px;
    background: url(../images/muiten.png) 33px 15px no-repeat;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
}

div#danhmuc ul li ul li a {
    background: url(../images/muiten.png) 22px 15px no-repeat;
    padding: 10px 5px;
    padding-left: 40px;
}

div#danhmuc ul li ul {
    display: none;
}

div#hotro {}

.phone {
    color: #000000ba;
    font-size: 15px;
    padding-left: 84px;
    background: url(../images/dt_dt.png)no-repeat;
    padding-bottom: 15px;
    margin-top: 15px;
}

div#hotro ul {
    list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    margin: 0px 10px;
    font-size: 13px;
}

div#hotro ul li {
    clear: both;
    padding: 6px 0;
    color: #555555;
}

div#hotro ul li i {
    font-size: 17px;
    margin-right: 8px;
    clear: both;
}

div#hotro ul li span {
    color: #3853a4;
    font-weight: bold;
    font-size: 15px;
    margin-top: 3px;
    float: left;
    padding-right: 13px;
}

div#main_content {
    width: 1200px;
    margin: 20px auto;
}

div#right {
    width: 75%;
    float: right;
}

div.tieude_giua {
    color: #256DB7;
    font-size: 24px;
    background: url(../images/dong_acong.png) center bottom no-repeat;
    text-transform: uppercase;
    font-family: 'UTMAvoBold';
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 14px;
}

div.wap_item {
    text-align: left;
    position: relative;
}

div.item {
    width: 32%;
    text-align: center;
    float: left;
    position: relative;
    margin-bottom: 2%;
    margin-right: 2%;
}

div.item:nth-child(3n) {
    margin-right: 0;
}

div.item:nth-child(3n+1) {
    clear: both;
}

/*--------ChÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ng rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ng sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m cao thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥p--------*/
.sp_img {
    overflow: hidden;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 3px;
    background: #fff;
}

.sp_img a {
    display: block;
    line-height: 0;
}

.sp_img a img {
    width: 100%;
    height: 100%;
}

.box_news.frm_lienhe tinchia2 .sp_name {
    float: left;
    width: 100%;
}

.sp_name a {
    color: #3E3D3B;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'roboto-b';
}

.giacu {
    color: #666666;
    text-decoration: line-through;
    float: left;
}

.thumb-them {
    display: none;
}


/* --------------------- Phan trang ------------------*/

/*----------------------------------------------------*/
.themthanhcong {
    background: #000;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    box-shadow: 0px 0px 12px #575151;
    position: fixed;
    right: 10px;
    top: 149px;
    z-index: 999999;
    opacity: 0;
    transition: 0.3s;
    font-family: 'roboto-r';
    font-size: 14px;
}

div.wap_pro {
    margin: 15px auto;
}

.zoom_slick {
    width: 45%;
    float: left;
    text-align: center;
}

.zoom_slick .slick2 {
    border: 1px solid #DDD;
}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
}

.zoom_slick .slick img:hover {
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    float: right;
    list-style: none;
    width: 52%;
}

.product_info li {
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 0;
}

.product_info li.ten {
    color: #000;
    font-size: 18px;
}

.product_info li.giakm,
.product_info li.gia {
    font-size: 15px;
    color: red;
    position: relative;
}

.product_info li.giacu {
    text-decoration: line-through;
    color: #222222;
}

.product_info li.giakm .tinh_phantram {
    background: red;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 50%;
    top: 0;
}

.product_info li .dathang {
    background: #e93b35;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
    float: left;
    margin-right: 10px;
    padding: 0px 14px;
}

.product_info li .dathang i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 3px;
}

.product_info li .dathang:hover {
    background: #000 !important;
}

.product_info li b {
    font-weight: normal;
    font-size: 14px;
}

.product_info li .themgiohang {
    color: #f00;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
    float: left;
    margin-right: 10px;
    padding: 0px 5px;
    border: 1px solid #f00;
}

.product_info li .themgiohang i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 3px;
}

.product_info li .themgiohang:hover {
    border: 1px solid #000;
    color: #000;
}

.xemgiohang {
    color: #000;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}

.product_info li .dathang {
    background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}

.product_info li .dathang i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 3px;
}

.product_info li .dathang:hover {
    transition: 0.4s;
    background: #E00;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    padding: 3px 0;
    width: 55px;
    border: 1px solid #dedede;
    text-align: center;
}

.left_gh {
    width: 63%;
    float: right;
}

.right_gh {
    width: 35%;
    float: left;
}

.tbl_giohang {
    text-align: center;
    background: #f1f1f1;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-collapse: collapse;
    padding: 1px;
}

.tbl_giohang td {
    border: 1px solid #f1f1f1;
}

.tbl_giohang .dong_gh {
    background: #fff;
}

.tbl_giohang .img_gh {
    height: 50px;
}

.tbl_giohang .xoa_gh {
    cursor: pointer;
    color: #000;
    padding: 9px 8px 4px 8px;
    border-radius: 4px;
    transition: 0.3s;
}

.tbl_giohang .xoa_gh i {
    font-size: 20px;
}

.tbl_giohang .xoa_gh:hover {
    text-decoration: underline;
    background: #000;
    color: #fff;
}

.tbl_giohang .sl_gh {
    text-align: center;
    border: 1px solid #DDD;
    padding: 3px 5px;
    width: 60px;
}

.tbl_giohang .tongtien_gh {
    background: #F0F0F0;
    text-align: right;
    line-height: 50px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.tbl_giohang input.btn,
.click_ajax {
    background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0) scale(0);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
    }
}

@-o-keyframes star {
    0% {
        -o-transform: rotate(0) scale(0);
    }

    50% {
        -o-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -o-transform: rotate(360deg) scale(0);
    }
}

@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0) scale(0);
    }

    50% {
        -moz-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -moz-transform: rotate(360deg) scale(0);
    }
}

.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }

    50% {
        transform: rotate(180deg) scale(1.5);
    }

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

.menu_baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}

.icon_menu_mobi {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0px 8px;
    cursor: pointer;
    display: block;
    height: 100%;
    background: rgb(175, 0, 7);
    height: 38px;
    line-height: 44px;
    cursor: pointer;
}

.icon_menu_mobi i.fa-bars {
    float: left;
    margin-right: 7px;
    margin-top: 14px;
}

.icon_menu_mobi .tel-mobile {
    display: table;
    position: absolute;
    right: 10px;
    top: 0px;
    text-decoration: none;
    color: #fff;
    line-height: 38px;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.icon_menu_mobi .tel-mobile i {
    margin-right: 7px;
}

@-webkit-keyframes my {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes my {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes my {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes my {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

div.menu_mobi_add {
    position: fixed;
    left: -100%;
    top: 0;
    background: #d81c1c;
    z-index: 99999;
    color: #fff;
    height: 100vh;
    overflow: auto;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

div.menu_mobi_active {
    left: 0;
    transition: 0.5s;
}

div.menu_mobi_add ul {
    list-style: none;
}

div.menu_mobi_add ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0px 10px 0px;
    margin-left: 20px;
    font-size: 13px;
}

div.menu_mobi_add ul ul {
    display: none;
}

div.menu_mobi_add ul li ul li a {
    padding-left: 20px;
}

div.menu_mobi_add ul li ul li ul li a {
    padding-left: 40px;
}

.close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.2);
    width: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.box-tim {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.capdanhmuc {
    float: left;
    height: 30px;
    line-height: 30px;
}

.capdanhmuc li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.capdanhmuc li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 12px;
    font-family: 'roboto-b';
    cursor: pointer;
}

.capdanhmuc li:first-child a {
    padding-left: 0px;
}

.capdanhmuc li a:hover,
.capdanhmuc li a.act-dm {
    color: #f00 !important;
    text-decoration: underline;
}

.select-tim {
    float: right;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-left: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.thongbao-het {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-family: 'roboto-b';
}

div.kichthuoc {
    width: 20%;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

div.box-noi-size {
    width: 100%;
    background: #f3f2f2;
    padding: 6px 6px 0 6px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0px;
    transition: 0.3s;
    height: 0px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 1px 6px #343131;
}

.item-size {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 2px 1.2%;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    background: #5b5b5b;
    line-height: 32px;
}

.item-size:hover,
.act {
    background: #F60 !important;
}

.wap_mnfix {
    position: fixed !important;
    top: 0;
    z-index: 99 !important;
    transition: 0.5s !important;
}

.bandoft {
    float: left;
    width: 23%;
    margin-left: 4%;
}

.bandoft iframe {
    height: 200px;
    width: 100%;
    display: block;
    line-height: 0;
}

.fanpage {
    float: right;
    width: 25%;
}

.cauhoi i {
    position: absolute;
    right: 0%;
    top: 90%;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.cauhoi p {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fcfcfc 48%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(48%, #fcfcfc), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #fcfcfc 48%, #fafafa 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #fcfcfc 48%, #fafafa 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #fcfcfc 48%, #fafafa 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #fcfcfc 48%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fafafa', GradientType=0);
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    color: #3f3860;
    font-size: 28px;
    padding: 7px 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

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

.traloi {
    display: none;
    padding: 2%;
}

.pagination {
    list-style: none;
}

.pagination li {
    display: inline-block;
}

.pagination li a.page {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #777;
    background: #fff;
    margin: 0 3px;
    border-radius: 4px;
}

.pagination li.active a.page,
.pagination li a.page:hover {
    background: #000;
    color: #fff;
}

.bghl span {}

.gioithieu {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/momo.png)center bottom no-repeat;
    width: 88%;
    margin: auto;
}

.noidunggt {
    width: 49%;
    float: right;
    text-align: justify;
    font-size: 13px;
}

.hinhgt {
    float: left;
    width: 48%;
    box-shadow: 10px 10px #BDCEDE;
    border: none;
    padding: 0;
}

.p1 {
    color: #256DB9;
    font-size: 26px;
    font-family: 'UVNSangSong_N';
}

.p2 {
    color: #FE0000;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'roboto-conb';
    margin-bottom: 20px;
}

.p3 {}

.pxt {
    margin-top: 6%;
}

.pxt a {
    color: #333333d6;
    transition: 0.5s;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/xemthem.png)no-repeat;
}

.td {
    font-family: 'roboto-b';
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 32px;
    background: url(../images/nut_xd.png)15px 16px no-repeat;
    border-bottom: 1px dashed #DDD;
}

.phone span {
    color: #FE0000;
    font-weight: bold;
    font-size: 22px;
}

.email {}

#hotro span {}

#hotro strong {
    color: #FE0000;
    font-size: 18px;
}

.item_tt {
    border-bottom: 1px dashed #ddd !important;
    margin-bottom: 10px;
}

.img_tt {}

.item_tt .sp_name a {
    font-size: 12px;
    text-transform: none;
    font-family: 'roboto-r';
    font-weight: normal;
}

#hotro .tieude {}

#tinmoi .tieude {}

.sp_gia span {
    color: #256DB7;
    font-size: 13px;
    font-family: 'roboto-b';
}

.p5 {
    text-align: center;
    color: #ffffffeb;
    font-size: 14px;
    margin-bottom: 25px;
}

.cop-r a {
    color: #fff;
}

#frm_dknt textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #fff;
    /* margin:  auto; */
    margin-top: 10px;
    height: 97px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 9px;
    font-size: 14px;
}

.banner a {
    display: block;
    line-height: 0;
}

.banner a img {
    width: 100%;
}

.bghl {
    background: url(../images/dt.png)0px 6px no-repeat;
    /* font-weight:  bold; */
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 5.8%;
    padding-left: 53px;
}

.bghl p span {
    color: #EA3637;
    font-size: 22px;
    font-family: 'roboto-b';
}

.b_1 {
    background: url(../images/dmsp.png)no-repeat;
}

.b_2 {
    background: url(../images/dmsp_dt.png)no-repeat;
}

.b_3 {
    background: url(../images/dmsp_pp.png)no-repeat;
}

.sp_img_1 {
    overflow: hidden;
    margin-bottom: 10px;
}

.wap_danhmuc {
    border-left: 3px solid #175797;
    border-bottom-left-radius: 14px;
    border-bottom: 3px solid #175797;
    border-top: 3px solid #175797;
    background: #fff;
    padding: 0 5px;
}

div#hotro ul li img {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}

.muc_op3 {
    padding: 15px 5px;
}

.muc_op2 {
    padding-bottom: 15px;
}

.sp_img_3 {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

.sp_img_3 img {
    display: block;
}

div.tieude_giua_1 {
    color: #fff;
    font-size: 24px;
    background: url(../images/dong_acong.png) center bottom no-repeat;
    text-transform: uppercase;
    font-family: 'UTMAvoBold';
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 14px;
}

.wap_1200_dknt {
    width: 63%;
    margin: auto;
}

.chua_tex {
    margin-bottom: 10px;
    width: 99%;
    margin: auto;
    margin-bottom: 10px;
}

.lopp {
    text-align: center;
}

.wap_1200_ft {
    width: 88%;
    margin: auto;
}

.hinhanh_left {
    float: left;
    width: 66.4%;
}

.hinhanh_right {
    float: right;
    width: 33%;
}

.hinhanh_left img {
    display: block;
    transition: 0.5s;
}

.hinhanh_right img {
    display: block;
    transition: 0.5s;
}

.tr_left {
    width: 49.5%;
    float: left;
}

.tr_right {
    width: 49.5%;
    float: right;
}

.wap_1200_ha {
    width: 1200px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 50px;
}

.bao_hhh {
    margin-top: 8px;
}

.ite_ko {
    width: 33.1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.hinhanh_left img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.hinhanh_right img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.wap_1200_ko {
    width: 88%;
    margin: auto;
}

.axt {
    text-align: center;
    display: block;
    color: #256db7;
    font-size: 15px;
    margin-top: 10px;
}



/* footer */
.maps_ft iframe {
    display: block;
    height: 500px;
    width: 100%
}

.footer {
    background: #185B9D;
    padding: 40px 0;
}

.title_ft {
    font-family: 'HelveticaBold';
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
}

.title_footer {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'HelveticaBold';
    margin-bottom: 20px;
}

.des_newsletter {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 13px;
    margin-bottom: 10px;
}

.des_newsletter span {
    font-family: 'HelveticaBold';
}

#frm_dknt input:not(#submit_nhantin) {
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    outline: none;
    font-family: 'Helvetica';
    font-size: 14px;
}

#submit_nhantin {
    width: 100%;
    line-height: 40px;
    background: #D10116;
    color: #fff;
    font-family: 'HelveticaBold';
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none
}

.content_ft {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 15px;
}

.copyright {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 15px;
}

.copyright span {
    font-family: 'HelveticaBold';
}

.social span {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
}

.social li {
    margin-left: 5px;
}

.social li a {
    display: block;
    transition: all 1s
}

.social li a:hover {
    transition: all 1s;
    transform: rotate(360deg);
}

/* partner */
.partner {
    background: #F7F7F7;
    padding: 35px 0;
}

.item_partner {
    background: #fff;
    margin: 0 8px;
}

/* center */
.center {
    padding: 55px 0;
    background: url('../images/bg_body.png') no-repeat center;
    background-size: cover
}

.title-main {
    text-align: center;
    margin-bottom: 30px;
    background: url('../images/title.png') no-repeat center bottom;
    padding-bottom: 20px;
}

.title-main span {
    color: #292929;
    font-family: 'HelveticaBold';
    font-size: 30px;
    text-transform: uppercase;
}

.title-main p {
    font-size: 17px;
    color: #292929;
    text-transform: capitalize;
    margin-bottom: 0;
}

.item_certified {
    margin: 0 10px;
    border: 1px solid #C2C2C2;
}

.certified {
    overflow: hidden
}

.slick_certified {
    margin-left: -10px;
    margin-right: -10px;
    /* display: none */
}

.item_certified img {
    width: 100%
}

/* process */
.process {
    background: url('../images/bg_process.png') no-repeat center;
    background-size: cover;
    padding: 60px 0 0;
}

.title_process {
    margin-bottom: 25px;
    text-align: center
}

.title_process h3 {
    color: #0C4374;
    font-family: 'HelveticaBold';
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin-bottom: 5px;
}

.title_process span {
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    color: #0C4374;
    font-size: 20px;
    font-family: 'HelveticaBold';
}

.box_process .slick-list {
    overflow: unset;
}

.item_info {
    background: #1E64AD;
    padding: 30px;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.item_process {
    position: relative
}

.top_cons,
.list_item_cons {
    /* display: none; */
}

.item_process h3 {
    width: 220px;
    height: 220px;
    background: #1E64AD;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-family: 'HelveticaBold';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 35px;
    position: relative
}

.item_process.slick-current h3 {
    background: none;
    border: 2px solid #fff;
}

.box_process {
    overflow: hidden
}

.list_item_cons {
    margin-bottom: 50px;
    padding-bottom: 45px;
    border-bottom: 2px solid #fff;
}

.item_process.slick-current::after {
    position: absolute;
    top: 100%;
    height: 45px;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
    content: "";
}

/* album_home */
.album_home {
    padding: 40px 0;
    background: url('../images/bg_body.png') no-repeat center;
    background-size: cover;
}

.grid_album {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.item_album:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
}

.item_album:nth-child(2) {
    grid-area: 1 / 4 / 2 / 7;
}

.item_album:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.item_album:nth-child(4) {
    grid-area: 2 / 3 / 3 / 5;
}

.item_album:nth-child(5) {
    grid-area: 2 / 5 / 3 / 7;
}

.item_album {
    cursor: pointer
}

.slick_advertise {
    /* display: none */
}

.img_gallery_hidden {
    display: none;
}

.slick_advertise img {
    width: 100%
}

.more_album {
    margin-top: 20px;
    width: 220px;
    line-height: 45px;
    background: #175B9D;
    border-radius: 500px;
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaBold';
    text-transform: uppercase;
    display: inline-block
}

.more_album:hover {
    color: yellow !important
}

/* criteria */
.criteria {
    padding: 20px 0;
}

.slick_criteria {
    /* display: none */
}

.item_criteria {
    text-align: center;
    margin: 0 10px
}

.img_criteria {
    margin-bottom: 12px;
}

.img_criteria a {
    display: inline-block;
    transition: all 1s
}

.item_criteria:hover .img_criteria a {
    transition: all 1s;
    transform: rotate(360deg)
}

.img_criteria img {
    width: auto
}

.info_criteria h3 {
    font-size: 18px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-family: 'HelveticaBold';
    text-transform: capitalize;
}

.info_criteria h3 a {
    color: #292929;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_criteria:hover .info_criteria h3 a {
    color: #D61B08;
}

.info_criteria span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #4F4F4F;
    font-size: 15px;
    font-family: 'Helvetica';
}

/* about_home */
.about_home {
    padding: 60px 0 30px;
    background: url('../images/bg_about.png') no-repeat center top;
    background-size: cover
}

.title_about {
    margin-bottom: 10px;
}

.title_about>span {
    color: #565656;
    font-family: 'UTMBeautifulCaps';
    font-size: 48px;
}

.title_about h3 {
    text-align: center;
    color: #D61B07;
    font-size: 36px;
    font-family: 'HelveticaBold';
}

.title_about h3 span {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'SFUHelveticaBold';
    margin-top: -10px;
}

.des_about {
    color: #1D1C1B;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.more_about {
    background: #1E64AD;
    width: 170px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-family: 'HelveticaBold';
}

.more_about:hover {
    color: yellow
}

.img_about a img {
    width: 100%
}

.img_about a:nth-child(1) {
    width: 78%;
    float: left;
}

.img_about a:nth-child(2) {
    width: 76%;
    float: right;
    margin-top: -180px;
    position: relative
}

/* service */
.service {
    padding: 30px 0 40px;
}

.item_service {
    margin: 0 20px;
}

.box_service {
    overflow: hidden
}

.slick_service {
    margin-left: -20px;
    margin-right: -20px;
    /* display: none */
}

.item_service {
    text-align: center;
}

.img_service>a {
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    position: relative;
}

.img_service>a img {
    border-radius: 50%
}

.item_service span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #262626;
    font-size: 15px;
    font-family: 'Helvetica';
}

.img_service h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -85px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
}

.img_service h3::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 25px;
    background: url('../images/bf_service.png') no-repeat;
    bottom: 100%;
    left: 0;
}

.img_service h3::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 25px;
    background: url('../images/af_service.png') no-repeat;
    bottom: 100%;
    right: 0;
}

.img_service h3 a {
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
    line-height: 55px;
    background: #256DB5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_service:hover .img_service h3 a {
    color: yellow !important
}

/* product_home */
.product_home {
    padding: 40px 0;
}

.row12 {
    margin-left: -12px;
    margin-right: -12px;
}

.row12 .col-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.item_product {
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center
}

.img_product {
    margin-bottom: 15px;
}

.item_product h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-family: 'HelveticaBold';
    text-transform: capitalize;
}

.item_product h3 a {
    color: #1E1E1E;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_product:hover h3 a {
    color: #D61B07;
}

.box_cat {
    padding: 0;
    margin: 0 0 15px;
    white-space: nowrap;
    overflow-x: overlay;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.box_cat li {
    display: inline-block;
    padding: 0 25px;
    color: #363636;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'HelveticaBold';
    background: #F6F6F6;
    line-height: 38px;
    margin: 0 3px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
}

.box_cat li:hover,
.box_cat li.active {
    color: #fff;
    background: #1E64AD;
    border: 1px solid #1E64AD;
}

.content-tabs {
    display: none;
}

.content-tabs.active {
    display: block;
}

.box_cat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.box_cat::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.box_cat::-webkit-scrollbar-thumb {
    background-color: #FDC932;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: red;
    background-color: red;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}



.grid_album1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.item_album1 {
    cursor: pointer
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #185B9D;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #185B9D;
    opacity: .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-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: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

#main-cube {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: #000000c9;
    z-index: 9999999999999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.logo_phee {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 210px;
    height: 210px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.logo_phee img {
    padding: 20px;
}

.loading-css {
    position: absolute;
    margin: auto;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 200px;
    height: 200px;
    border: 2px solid #2B80BB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-animation: spin 500ms infinite linear;
    -moz-animation: spin 500ms infinite linear;
    -o-animation: spin 500ms infinite linear;
    -ms-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.login-popup {
    position: fixed;
    z-index: 999;
    display: none;
    width: 90%;
    min-width: 250px;
    max-width: 700px;

    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

div.close-popup {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    right: -30px;
    top: -30px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    background-size: 40% 40%;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .2);
    content: 'x';
    font-size: 29px;
    color: #cbcbcb;
}

div.close-popup:hover {
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 0 20px rgba(255, 255, 255, .8);
}

div#baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
}

/*----------------- thông báo mới -----------------*/
.baophu-2 {
    background: none;
    z-index: 998;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
}

.popup_thongbao-2 {
    padding-bottom: 50px;
}

div.close-popup-2 {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 143px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.popup_thongbao .popup_kq_2 {
    padding: 10px;
    font-weight: bold;
    color: #4C4C4C;
    min-height: 53px;
    align-items: center;
    font-size: 13px;
    padding-top: 77px;
    background: url(../images/chamthan.png) no-repeat center 12px;
    background-size: auto 54px;
}

div.close-popup-2:hover {
    background-color: #000;
    box-shadow: 0 0 20px rgba(255, 255, 255, .8);
    color: #fff;
}

/*----------------- thông báo mới -----------------*/
div#tabs {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#tabs ul#ultabs {
    list-style: none;
    border-bottom: 1px solid #d0d0d0;
}

div#tabs ul#ultabs li {
    float: left;
    color: #000;
    background: #fff;
    padding: 8px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
}

div#tabs ul#ultabs li.active {
    color: #000;
    border: 1px solid #d0d0d0;
    border-bottom: 1px solid #fff;
}

div#content_tabs {
    border-top: none;
    padding: 10px 0px;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split-3 {
    -webkit-line-clamp: 3;
}

.text-split-5 {
    -webkit-line-clamp: 5;
}

.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb a {
    color: #333333;
}

.contact-group {
    position: fixed;
    z-index: 999999;
}

.contact-group .icon,
.btn-icon-facebook .icon-fb {
    width: 48px;
    height: 48px;
    background: var(--background);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.contact-group .icon:after,
.btn-icon-facebook .icon-fb:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

.contact-group .icon:before,
.btn-icon-facebook .icon-fb:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
    border: 1px solid rgba(243, 113, 33, 0.2);
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    z-index: -1;
    background: transparent;
    -webkit-animation-fill-mode: forwards;
}

.contact-group .icon span {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 240ms linear;
}

.contact-group .icon.active span:first-child {
    transform: rotate(45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon.active span:nth-of-type(2) {
    transform: scale(0);
}

.contact-group .icon.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon span:first-child {
    top: 17px;
}

.contact-group .icon span:nth-of-type(2) {
    top: 24px;
}

.contact-group .icon span:nth-of-type(3) {
    top: 31px;
}

.btn-icon-facebook {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
}

.contact-group .button-action-group {
    position: absolute;
    right: -160px;
    bottom: 55px;
    min-width: 210px;
}

.contact-group .button-action-group:not(.active) a {
    display: none;
}

.contact-group .button-action-group a {
    display: block;
    opacity: 1;
    padding: 5px 10px;
    background: var(--backgroundText);
    margin-bottom: 15px;
    color: var(--color);
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 1px;
    -webkit-animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
    animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.contact-group .button-action-group a+a {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.contact-group .button-action-group a i {
    width: 48px;
    height: 48px;
    background: var(--background);
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin: -10px 10px -10px -10px;
    box-shadow: 2px 0 7px -2px #00000078;
    position: relative;
}

.contact-group .button-action-group a i:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    border-width: 1px;
    border-left-color: #f1f1f1;
    border-style: solid;
    border-right-color: #f1f1f1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@keyframes app-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes turn-circle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    75% {
        transform: rotate(330deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Animation keyframes */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0;
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0;
    }
}