UTMport url("my_css/my_effect.css"); @import url("my_css/my_css_common.css"); /*================== end import =================*/
#full {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.prev_cm, .next_cm {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #cdcdcd; */
    /* background: #fff; */
}

.prev_cm {
    left: -25px;
}

.next_cm {
    right: -25px;
}

.prev_cm img, .next_cm img {
    border-radius: 50%;
}

.row_p {
    margin-left: -15px;
    margin-right: -15px;
}

.my_alert {
    z-index: 100;
    line-height: 21px;
    margin-bottom: 10px;
}

.alert a {
    margin-left: 10px;
}

.contain_alert {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 100;
}

/*======================================================*/
@font-face {
    font-family: Montserrat-Regular;
    src: url( Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(./fonts/Montserrat-Bold.otf);
}

body {
    /* font-family: Montserrat-Regular; */
}

/*TOP*/
#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 100;
    display: none
}

#top:hover {
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

.tablelienhe {
}

.title_tablelienhe {
    color: #025397;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #f00;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.title_tablelienhe span {
    display: inline-block;
    position: relative;
}

.title_tablelienhe span:after {
    content: "";
    width: 1000px;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 10px;
}

.tablelienhe span {
    color: #F00;
}

.tablelienhe .my_cell {
    padding: 5px 0px;
    vertical-align: top;
}

.tablelienhe .my_cell label {
    font-size: 12px;
    color: #404040;
    font-weight: bold;
}

.tablelienhe .cell_title {
    text-align: right;
    padding-right: 15px;
}

.tablelienhe .input_form {
    height: 32px;
    padding: 5px;
    border: 1px solid #d1d1d1;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    outline: none;
    background: #fdfdfd;
    padding-left: 30px;
    width: 100%;
    font-family: Montserrat-Regular;
}

.tablelienhe textarea.input {
    padding: 10px;
}

.tablelienhe .input:focus {
    border-color: #33a3b3
}

.tablelienhe textarea {
    padding: 5px;
}

.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.button {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    background: #f0f0f0;
    color: #000;
    font-family: Montserrat-Regular;
}

.button:hover {
    border: 1px solid #3399ff;
}

.left_lienhe {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
}

.right_lienhe {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
}

.box_input_form .fa {
    width: 33px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 32px !important;
    font-size: 18px !important;
    text-align: center;
    color: #CCC1C1;
}

.box_input_form {
    position: relative;
    margin-bottom: 10px;
}

.contain_map_lienhe {
    margin-top: 20px;
}

.tablelienhe .box_not_valid .fa {
    color: #CC3333;
}

.notify_form {
    font-size: 11px;
    color: #CC3333;
    margin-top: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px !important;
    height: 16px !important;
}

.notify_form .fa {
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    color: #CC3333;
}

.notify_form span {
    position: absolute;
    right: 20px;
    top: 0px;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.notify_form:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

/*notify_input*/
.notify_input {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/commont/icon_tip.png) top left no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    cursor: pointer;
}

.content_notify_input {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background: #F2F2F2;
    padding: 2px 5px;
    border: 1px solid #999;
    top: -5px;
    display: none;
    margin-right: 3px;
}

.notify_input:hover .content_notify_input {
    display: block;
}

.fa-contact {
    position: absolute;
    left: 0px;
    top: 0px;
}

/*style form 2*/
.row_input_form:not(:last-child) {
    margin-bottom: 15px;
}

.row_input_form > label {
    display: table-cell;
    text-align: right;
    color: #808080;
    font-weight: normal;
    min-width: 120px;
    font-size: 13px;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 5px;
}

.row_input_form .box_input_form {
    display: table-cell;
    width: 100%;
}

.row_input_form .box_input_form .input_form {
    padding-left: 5px;
}

.row_input_form .box_input_form .input_form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
}

.row_input_form .box_input_form .input_form::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

.row_input_form .box_input_form .input_form:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}

.row_input_form .box_input_form .input_form:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

.row_input_form_mg0 {
    margin-bottom: 0px !important;
}

/*inner*/
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*header*/
#header {
    position: relative;
    margin: 0px auto;
    height: 68px;
    background-position: top center;
    background-repeat: no-repeat;
    background: #3030309e;
}

#languages {
    position: absolute;
    top: 0px;
    right: 0px;
}

#user_header {
    position: absolute;
    right: 0px;
    top: 40px;
}

/*banner*/
#banner {
    height: auto;
}

#banner h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

#language {
    position: absolute;
    top: 10px;
    right: 0px;
}

.logo {
    position: relative;
    float: left;
    margin-top: 8px;
}

.hotline_top {
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    position: fixed;
    left: 5px;
    bottom: 0px;
    font-family: Montserrat-Bold;
    display: none;
}

.social_top {
    position: absolute;
    right: 0;
    top: 10px;
}

/*menu top*/
#menu {
    height: 52px;
    float: right;
    margin-top: 8px;
}

#menu ul {
    list-style: none;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

#menu ul li {
    float: left;
    position: relative;
}

#menu ul li a {
    line-height: 52px;
    font-size: 13px;
    padding: 0px 10px;
    color: #fff;
    display: block;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    text-decoration: none;
}

#menu ul li.menu_active a, #menu ul li:hover a {
    background: url(../images/li_acti.png) bottom center no-repeat;
    color: #1cb9c8;
}

#menu ul li ul {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
    padding-left: 0;
}

#menu ul li ul li {
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    float: none;
    /* border-bottom: 1px dotted #fff; */
}

#menu ul li ul li:last-child {
    border-bottom: none;
}

#menu ul li ul li a {
    background: none !important;
    color: #fff !important;
    line-height: normal !important;
    padding: 10px 15px;
    text-transform: lowercase;
}

#menu ul li ul li a:hover {
    color: #1cb9c8 !important;
}

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

.contain_menu {
    position: relative;
    height: 68px;
    width: 100%;
    /* z-index: 123; */
    /* left: 0; */
    /* top: 0; */
    float: left;
}

.menu_fixed {
    position: fixed !important;
    width: 100% !important;
    left: auto !important;
    top: 0px !important;
    z-index: 300;
    max-width: 100%;
}

/*menu bootstrap*/
#btn_menu_bootstrap {
    z-index: 999;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 24px;
    width: 30px;
    display: none;
}

#btn_menu_bootstrap span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

#btn_menu_bootstrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

#btn_menu_bootstrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

#btn_menu_bootstrap:before, #btn_menu_bootstrap:after {
    transform-origin: left 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.move_btn_bootstrap:before {
    transform: rotate(45deg);
}

.move_btn_bootstrap:after {
    transform: rotate(-45deg);
}

.move_btn_bootstrap span {
    left: -200% !important;
}

#btn_menu_bootstrap2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center transparent;
    display: block;
    height: 32px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 36px;
    padding: 0px;
    margin: 0px;
    *border-radius: 5px;
    background-color: #CD8D39;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/*search*/
#timkiem {
    width: 196px;
    height: 28px;
    background: url(../images/bg_search.png) 0px 0px no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
}

#timkiem input[type="text"] {
    outline: none;
    background: none;
    border: none;
    height: 28px;
    width: 155px;
    padding-left: 10px;
}

#timkiem #btn {
    height: 28px;
    width: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    outline: none;
    border: none;
}

/*slider*/
#slider {
    margin: auto;
    position: relative;
    box-shadow: none;
    width: 100%;
    float: left;
}

.contain_slider {
    position: relative;
}

.hotline_slider {
    position: absolute;
    top: 80px;
    right: 10%;
    z-index: 9999;
}

.hotline_slider p {
    background: url(../images/hotline.png) left center no-repeat;
    color: #ff0000;
    font-size: 20px;
    padding: 10px 60px;
    font-family: Montserrat-Bold;
}

/*left*/
#left {
    float: right;
}

.sub_left {
    margin-bottom: 20px;
}

.title_left {
    font-family: ' Montserrat-Regular';
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.title_left:after {
    position: absolute;
    top: 98%;
    left: 0;
    width: 130px;
    height: 3px;
    background: #bbb333;
    content: "";
}

.item_tooltip {
    position: relative;
}

.my_tooltip {
    position: absolute;
    bottom: 100%;
    background: #353535;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    left: 0;
    margin-bottom: 5px;
    display: none;
}

.my_tooltip:after {
    content: "";
    position: absolute;
    border-top: 5px solid #353535;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

/*css simplycroll*/
.contain_list_news_left .vert, .contain_list_news_left .vert .simply-scroll-clip {
    height: 500px !important;
    width: 100% !important;
}

.contain_list_news_left .vert .simply-scroll-list li {
    width: 100% !important;
    height: 62px !important;
    padding: 10px 0px;
}

.contain_list_news_left .vert .simply-scroll-list li img {
    max-width: 100% !important;
}

/*menu left*/
.menu_left ul {
    list-style: none;
    padding-left: 0;
}

.menu_left ul li {
    position: relative;
}

.menu_left ul li a i {
    margin-right: 10px;
}

.menu_left ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    position: relative;
}

.menu_left ul li a:before {
    content: "";
    width:
}

.menu_left ul li ul {
    display: none;
    width: 100%;
    background: red;
}

/*main*/
.child #container {
    margin-top: 68px;
}

#container {
    margin-bottom: 10px;
}

#main {
    width: 100%;
}

.sub_main {
    margin-bottom: 20px;
}

.title_main {
    background: url(../images/title_main.png) bottom center no-repeat;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 60px;
}

.title_main span, .title_main h2 {
    color: #167ac6;
    line-height: 35px;
    font-weight: normal;
    display: block;
    font-size: 31px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
}

.title_main1 {
    background: url(../images/title_main.png) bottom center no-repeat;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 40px;
}

.title_main1 span, .title_main1 h2 {
    color: #1cb9c8;
    line-height: 35px;
    font-weight: normal;
    display: block;
    font-size: 31px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
}

/*product*/
.box_p {
    float: left;
    margin-bottom: 15px;
    outline: 1px solid red;
}

.img_p {
    text-align: center;
    overflow: hidden;
}

.name_p {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
}

.name_p h2 {
    font-size: 12px;
    color: #f00;
}

.gia_p {
    text-align: center;
}

.gia_p span {
    color: #f00;
    font-family: 'Arial';
    font-weight: bold;
}

.more_p {
    text-align: center;
    margin-top: 5px;
}

.more_p a {
    background: #2A8FED;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font-weight: bold;
}

.more_p a:hover {
    color: #000;
    background: #ff0;
}

.list_sub_img_detail {
    position: relative;
}

.prev_sub_detail, .next_sub_detail {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon_next_prev_common_owl.png);
    z-index: 10;
    top: 50%;
    margin-top: -14px;
}

.prev_sub_detail {
    background-position: 0px -28px;
    left: 0px;
}

.prev_sub_detail:hover {
    background-position: 0px 0px;
}

.next_sub_detail {
    background-position: -28px -28px;
    right: 0px;
}

.next_sub_detail:hover {
    background-position: -28px 0px;
}

#sub_img_detail {
    margin-top: 5px;
}

.item_owl_sub {
    padding: 0px 2px;
}

.item_owl_sub a {
    display: block !important;
}

.btn_like_p {
    cursor: pointer;
}

/*album*/
.box_album {
    margin-bottom: 20px;
}

.box_album .name_album h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

/*product detail*/
.bottom_detail {
    margin-top: 30px;
}

.img_detail {
    width: 50%;
    float: left;
    text-align: center;
}

.info_detail {
    width: 50%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.item_info_detail {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.item_info_detail span {
    font-weight: bold;
}

.item_info_detail.name_detail {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}

.item_info_detail.gia_detail span {
    font-size: 18px;
    color: #f00;
}

/*p_like*/
.table_p_like {
    width: 100%;
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
    font-size: 13px;
}

.table_p_like .my_cell {
    border: 1px solid #F0F0F0;
    padding: 10px;
}

.table_p_like .my_row_title .my_cell {
    background: #F0F0F0;
    color: #3a4346;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
}

.table_p_like .img_p_like {
    float: left;
    margin-right: 10px;
}

.table_p_like .name_p_like {
    color: #199cb7;
    font-size: 13px;
    font-weight: bold;
}

.table_p_like .remove_p_like {
    margin-top: 5px;
    cursor: pointer;
}

.table_p_like .remove_p_like .fa {
    margin-right: 5px;
}

.table_p_like .remove_p_like:hover {
    color: #199cb7;
    text-decoration: underline;
}

/*tab*/
.content_tab_cm {
    display: none;
}

.content_tab_cm.active {
    display: block;
}

.item_tab {
    display: inline-block;
    padding: 10px 25px 10px 25px;
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid #fff;
    border-top: 4px solid rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
    font-size: 12px;
    border-left: 1px solid rgb(245, 245, 245);
    border-right: 1px solid rgb(245, 245, 245);
    position: relative;
    font-size: 15px;
}

.item_tab:hover, .item_tab.active {
    background: #fff;
    border-top; border-top: 4px solid #1cb9c8;
    border-left: 1px solid #1cb9c8;
    border-right: 1px solid #1cb9c8;
    bottom: -2px;
    border-radius: 10px 10px 0 0;
}

.contain_content_tab {
    padding: 10px 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top-color: #1cb9c8;
}

.content_tab {
    display: none;
}

.content_tab.active {
    display: block;
}

/*news*/
h1.tieude {
    font-size: 25px;
    margin-bottom: 10px;
}

.box_news {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    box-shadow: 0px 5px 5px -3px #d2cfcf;
    padding-bottom: 15px;
}

.box_news_date {
    margin-top: 5px;
    font-style: italic;
    color: #7b7b7b;
    font-size: 12px;
}

.box_news_date i {
    margin-right: 5px;
}

.box_news_img {
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.box_news_img img {
    width: 100%;
    transition: all 0.5s;
}

.box_news_img img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.box_news_img a {
    display: block;
    position: relative;
}

.box_news_name h3 {
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    text-align: center;
}

.box_news_name h3 a {
    color: #000;
    font-size: 13px;
    font-family: Montserrat-Bold;
    display: block;
    padding: 10px 0px;
    line-height: 22px;
}

.box_news_name h3 a:hover {
    color: #f00;
}

.box_news_mota {
    text-align: justify;
    line-height: 22px;
    margin-top: 5px;
    font-size: 13px;
    font-family: Montserrat-Regular;
    /*height: 66px;overflow: hidden;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.box_news_readmore {
    text-align: center;
    margin-top: 15px;
}

.box_news_readmore a:hover {
    color: #434345;
    background: #fff;
    border: 1px solid #434345;
    text-decoration: none;
}

.box_news_readmore a {
    font-size: 12px;
    border: 1px solid transparent;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background: #434345;
    border-radius: 2px;
}

.box_news_readmore a i {
    margin-left: 7px;
}

.date_page {
    float: left;
}

.xem_page {
    float: right;
}

/*news other*/
.title_news_other {
    font-size: 18px;
    color: #222;
    margin: 15px 0px;
}

.item_news_other {
    padding: 10px 0px;
    border-bottom: 1px dashed #e8e8e8;
}

.name_news_other {
    margin: 0;
    padding: 0;
}

.name_news_other a {
    font-size: 14px;
    line-height: 20px;
    color: #3b3b3b;
}

.name_news_other a:hover {
    color: #1f7ebd;
}

.name_news_other .fa {
    margin-right: 5px;
}

.name_news_other:hover {
    color: #f00;
}

.img_news_other {
    width: 40%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.img_news_other img {
    float: left;
}

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

/*news two column*/
/*doitac*/
#doitac {
    background: #f6f6f6;
    padding: 15px 0px;
}

.item_doitac {
    padding: 10px;
}

.item_doitac img {
    border: 1px solid #cdcdcd;
}

.contain_owl_doitac {
    position: relative;
    padding: 0px 25px;
}

/*main sub news*/
.main_news {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.sub_news {
    width: 50%;
    float: left;
}

.main_news .img_main_news {
}

.main_news .name_main_news a {
    font-size: 15px;
    font-weight: bold;
    color: #ff0;
}

.item_sub_news {
    overflow: hidden;
    height: 100px;
    padding-bottom: 12px;
}

.item_sub_news .img_sub_news {
    width: 40%;
    float: left;
}

.name_sub_news {
    line-height: 22px;
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name_sub_news a {
    font-size: 14px;
}

.des_sub_news {
    font-size: 13px;
    height: 66px;
    overflow: hidden;
    line-height: 22px;
}

.next_v_cm, .prev_v_cm {
    position: absolute;
    left: 50%;
    z-index: 100;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.next_v_cm {
    background: url(../images/next_v.png);
    top: 0px;
    margin-left: -20px;
}

.prev_v_cm {
    background: url(../images/prev_v.png);
    bottom: 0px;
    margin-left: -20px;
}

.sub_news .next_v_cm, .sub_news .prev_v_cm {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub_news:hover .next_v_cm, .sub_news:hover .btn_prev_v_cm {
    opacity: 1;
}

/*bottom*/
.bottom {
    text-align: justify;
    overflow: hidden;
}

.item_bottom {
    width: 30%;
    min-height: 100px;
    float: left;
    background: #f00;
}

.item_bottom:first-child {
    margin-right: 5%;
}

.item_bottom:last-child {
    margin-left: 5%;
}

.title_bottom {
    border-bottom: 1px solid #cdcdcd;
}

.title_bottom span {
    display: inline-block;
    font-weight: bold;
    color: #ff0;
    position: relative;
    padding: 5px 0px;
}

.title_bottom span:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 100%;
}

/*footer*/
#footer {
    margin: 0px auto;
    position: relative;
}

.name_footer {
    font-family: 'UTMSwiss721BlackCondensed';
    font-size: 20px;
    color: #fcff00;
    font-weight: normal;
}

.left_footer {
    width: 450px;
    float: left;
    position: absolute;
    top: 113px;
    left: 0.75%;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 4px 15px;
}

/*thong ke*/
.list_thongke {
    margin: 0px auto;
    list-style: none;
}

.list_thongke li {
    padding: 5px 0px;
    font-size: 15px;
    padding-left: 25px;
}

.list_thongke li.tk_online {
    background: url(../images/icon_online.png) left center no-repeat;
}

.list_thongke li.tk_week {
    background: url(../images/icon_week.png) left center no-repeat;
}

.list_thongke li.tk_today {
    background: url(../images/icon_month.png) left center no-repeat;
}

.list_thongke li.tk_all {
    background: url(../images/icon_all.png) left center no-repeat;
}

.list_thongke2 {
    margin: 0px auto;
    list-style: none;
}

.list_thongke2 li {
    padding: 0px 10px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.list_thongke2 li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 10px;
    background: #fff;
}

#copyright {
    padding: 10px 0px;
    background: #002863;
    color: #fff;
}

/*pagination*/
.my_pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
    margin-top: 40px;
}

.my_pagination>li {
    display: inline-block;
}

.my_pagination>li:first-child>a, .my_pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.my_pagination>li:last-child>a, .my_pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my_pagination>li>a, .my_pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}

.my_pagination>li>a:focus, .my_pagination>li>a:hover, .my_pagination>li>span:focus, .my_pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.my_pagination>li>a:focus, .my_pagination>li>a:hover, .my_pagination>li>span:focus, .my_pagination>li>span:hover, .my_pagination>li>a.current {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/*register*/
.box_register {
    max-width: 400px;
    margin: 0px auto;
}

.row_register {
    margin-bottom: 15px;
}

.label_register {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
    margin-bottom: 5px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 0px;
    cursor: pointer;
}

.input_register {
    float: left;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

/*register*/
#header_register {
    background: #da251d;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.logo_register {
    height: 50px;
}

.logo_register img {
    height: 100%;
}

.title_register h2 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.contain_box_register {
    max-width: 600px;
    margin: 0px auto;
}

.box_register {
    max-width: 400px;
    margin: 0px auto;
}

.row_register {
    margin-bottom: 15px;
}

.label_register {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
    margin-bottom: 5px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 0px;
    cursor: pointer;
}

.input_register {
    float: left;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.dieuhuong img {
    vertical-align: middle;
}

.dieuhuong ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.dieuhuong ul li a {
    color: #333;
    text-decoration: underline !important;
}

.thongtin-dn {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/tintuc.png)no-repeat left center;
    padding-left: 30px;
}

.thongtin-dn a {
    color: red;
    text-transform: uppercase;
}

.thongtin-dn a:after {
    height: 1px;
    width: 1000%;
    border-top: thin solid red;
    top: 50%;
    content: '';
    position: absolute;
    z-index: 1;
    margin-left: 10px;
}

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

.notify_check_pass {
    position: relative;
}

.notify_check_pass .fa {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.notify_check_pass .fa span {
    font-size: 13px;
    font-family: 'Arial';
    position: relative;
    right: 100%;
    white-space: nowrap;
    top: 5px;
    width: 0px;
    overflow: hidden;
    margin-right: 3px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.notify_check_pass .fa:hover span {
    width: auto;
}

.notify_check_pass .fa.text_success {
    color: #5cb85c;
}

.dangnhap {
    border-radius: 5px;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-weight: bold;
    border: 1px solid red;
    box-shadow: 1px 1px 1px #666;
}

#actions a {
    color: red;
    padding: 0px 10px;
    font-weight: bold;
}

#inputs div {
    margin-bottom: 10px;
}

.title_main3 h3 {
    color: #fff;
}

.title_main3 h3:after {
    background: #fff;
}

/*login*/
.full_bglightbox {
    background: rgba(34, 34, 34, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    overflow-y: scroll;
    padding: 0px 10px;
}

.contain_box_form {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    background: #fff;
    margin-top: 50px;
    border-radius: 5px;
    font-family: 'RobotoRegular';
}

.contain_box_form label {
    font-weight: normal;
}

.title_other_login {
    text-align: center;
    overflow: hidden;
    max-width: 90%;
    margin: 0px auto;
    font-family: 'RobotoRegular';
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item_other_login {
    font-size: 13px;
    color: #333;
    display: block;
}

.item_other_login.btn_other_login {
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    display: block;
}

.item_other_login {
    margin-bottom: 10px;
}

.item_other_login.btn_other_login.login_facebook {
    background: #2f4b93;
}

.item_other_login.btn_other_login.login_google {
    background: #c43a30;
}

.box_input_form .item_other_login.btn_other_login {
    width: 100%;
    text-align: center;
    position: relative;
}

.box_input_form .item_other_login.btn_other_login .fa {
    position: relative;
    color: #fff;
}

.title_other_login span {
    display: inline-block;
    position: relative;
}

.title_other_login span:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: 10px;
}

.title_other_login span:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 10px;
}

.header_login {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #dbdbdb !important;
    position: relative;
}

.header_login h3 {
    font-family: 'RobotoBold';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
}

.close_form {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.close_form .fa {
    line-height: 25px;
}

.close_form:hover {
    background: rgba(0, 0, 0, 0.1);
}

.body_login {
}

.left_body_form {
    width: 65%;
    padding: 8px 10px 30px 15px;
    border-right: #dbdbdb solid 1px;
    float: left;
}

.right_body_form {
    width: 35%;
    padding: 8px 10px 30px 15px;
    float: right;
}

.notify_login {
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.notify_login span {
    color: #f00;
}

.table_form {
    width: 100%;
}

.table_form .my_cell {
    vertical-align: middle;
    padding: 5px 0px;
}

.table_form .my_cell_title {
    color: #333;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}

.table_form .input_form {
    border: 1px solid #c7c7c7;
    color: #333333;
    font-size: 12px;
    padding: 7px 5px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    height: 32px;
    line-height: 32px;
    width: 100%;
    outline: none;
}

.input_form_normal {
    padding-left: 5px !important;
}

.table_form .input_form:visited, .table_form .input_form:focus {
    border-color: #2882bc;
}

input.checkbox_form {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: url(../images/commont/bg_check_radio.png) 0px -26px no-repeat;
    vertical-align: middle;
    margin: 0px 10px 2px 0px;
    outline: none;
    border: none;
}

input.checkbox_form:checked {
    background-position: 0px -52px;
}

label.label_check_box_form {
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.left_table_form {
    width: 50%;
    float: left;
}

.right_table_form {
    width: 50%;
    float: right;
    text-align: right;
}

.href_table_form {
    color: #0689ba;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.btn_form {
    border: none;
    background: #2582be;
    border: 1px solid #2582be;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    padding: 8px 32px 8px 32px;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.btn_form:hover, .btn_form:focus {
    background: #fff;
    color: #2582be;
}

/*hoi dap*/
.cauhoimoi {
    font-family: 'OpenSansBold';
    color: rgba(0, 51, 153, 1);
    font-size: 20px;
    text-transform: uppercase;
}

.faq {
    padding-top: 10px;
}

.box1 {
    border: 1px solid #DFDCDC;
    padding: 2px;
    margin-bottom: 10px;
}

.faq .box1 h2 {
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 15px 5px 15px 8px;
    margin: 0;
}

.box1 h2 {
    color: #b00241;
    font-weight: normal;
    text-transform: uppercase;
    background: #f7f7f7;
    padding: 6px 10px;
    font-size: 13px;
    margin-bottom: 2px;
    position: relative;
    padding-right: 30px !important;
}

.faq .box1 h2 span {
    float: right;
    background: url(../images/plus.png) 0 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
}

.faq .cont {
    display: none;
    margin-top: 2px;
}

.box1 .cont {
    background: #f7f7f7;
    padding: 10px;
    color: #616161;
}

.traloi {
    color: #f00;
    font-size: 14px;
    text-decoration: underline;
}

.form_tv div {
    margin-bottom: 10px;
}

/*album*/
.box_fotorama {
    max-width: 700px;
    margin: 0px auto;
}

/*video*/
.box_video {
    position: relative;
}

#list_video {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

/*video owl*/
#sub_video_owl {
    margin-top: 10px;
    position: relative;
}

.item_video {
    padding-right: 10px;
    cursor: pointer;
}

.next_video, .prev_video {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 42px;
    z-index: 100;
    margin-top: -21px;
}

.next_video {
    position: absolute;
    right: 0px;
    background: url(../images/next.png);
}

.prev_video {
    position: absolute;
    left: 0px;
    background: url(../images/prev.png);
}

/*hotrotructuyen popup bottom*/
.hotrotructuyen_popup {
    position: fixed;
    width: 250px;
    z-index: 100;
    right: 0px;
    bottom: 0px;
}

.title_hotrotructuyen_popup {
    padding: 5px;
    background: #ff0;
}

.body_hotrotructuyen_popup {
    background: #f00;
    height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.box_hotrotructuyen_popup {
    padding: 10px;
}

/*hotrotructuyen popup left*/
.hotrotructuyen_popup_left {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 100px;
}

.title_hotrotructuyen_popup_left {
    padding: 5px;
    background: #ff0;
    width: 30px;
    height: 250px;
    float: left;
    box-sizing: border-box;
}

.body_hotrotructuyen_popup_left {
    background: #f00;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    min-height: 250px;
    float: left;
    width: 0px;
}

.box_hotrotructuyen_popup_left {
    padding: 10px;
    width: 220px;
    box-sizing: border-box;
}

/*facebook popup left*/
.facebook_popup_left {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 100px;
}

.title_facebook_popup_left {
    padding: 5px;
    background: #ff0;
    width: 30px;
    height: 250px;
    float: left;
    box-sizing: border-box;
}

.body_facebook_popup_left {
    background: #f00;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    min-height: 250px;
    float: left;
    width: 0px;
}

.box_facebook_popup_left {
    padding: 10px;
    width: 220px;
    box-sizing: border-box;
}

/*news scroll*/
.list_news_scroll {
    list-style: none;
}

.img_news_scroll {
    width: 135px;
    float: left;
}

.right_news_scroll {
    width: 220px;
    float: right;
}

.contain_news_scroll .vert, .contain_news_scroll .vert .simply-scroll-clip {
    height: 315px !important;
    width: 100% !important;
}

.contain_news_scroll .vert .simply-scroll-list li {
    width: 100% !important;
    height: 115px !important;
    padding: 10px 0px;
}

.contain_news_scroll .vert .simply-scroll-list li img {
    max-width: 100% !important;
}

.name_news_scroll a {
    font-size: 13px;
    color: #6c6c6c;
    line-height: 15px;
    font-weight: bold;
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
}

.des_news_scroll {
    color: #939494;
    font-size: 13px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-align: justify;
    margin-top: 5px;
}

.date_news_scroll {
    margin: 3px 0px;
}

/*popup*/
#my_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
    text-align: center;
    display: none;
}

.my_box_popup {
    display: inline-block;
    height: 85%;
    margin-top: 7%;
    max-width: 96%;
    position: relative;
}

.content_popup {
    position: relative;
    top: 50%;
    max-height: 100%;
}

.inner_content_popup * {
    max-width: 100%;
}

.close_my_popup {
    position: absolute;
    width: 53px;
    height: 18px;
    background: url(../images/commont/close_popup.png);
    display: block;
    top: -25px;
    right: 0px;
    cursor: pointer;
}

/*social sharethis*/
#share_social * {
    vertical-align: top;
}

#share_social span {
    margin-top: 0px !important;
    margin-bottom: 3px !important;
}

.stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 21px !important;
    box-sizing: border-box;
    vertical-align: top !important;
}

/*dknhantin*/
.dangkymail {
    width: 100%;
    background: #fff;
}

#email_dknhantin {
    width: 80%;
    height: 32px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    outline: none;
    border: none;
    float: left;
}

#button_dknhantin {
    width: 20%;
    height: 32px;
    background: #ed1c24;
    text-align: center;
    font-weight: bold;
    outline: none;
    border: none;
    line-height: 32px;
    color: #fff;
    float: left;
}

.notify_nhantin {
    font-family: 'RobotoRegular';
    color: #202020;
    font-size: 14px;
}

.box_dkemail {
    padding: 5px;
    border: 1px dashed #b26671;
}

.box_dkemail .dangkymail {
    background: #a00d25;
    padding: 10px;
}

.box_dkemail .notify_nhantin {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.box_dkemail #email_dknhantin {
    width: 80%;
}

.box_dkemail #button_dknhantin {
    width: 19%;
    float: right;
    background: #2c2c2c;
    text-transform: uppercase;
}

/*gioithieu*/
#index_about {
    padding: 20px 0px;
    margin-top: 20px;
}

.content_index_about {
    /* font-family: Montserrat-Regular; */
    font-size: 15px;
    width: 100%;
    float: left;
    padding: 0 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    height: 540px;
}

.title_index_about {
    margin-bottom: 10px;
    text-align: center;
}

.title_index_about h2 {
    font-size: 20px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

/*multimap*/
.contain_tab_map ul {
    list-style: none;
}

.contain_tab_map ul li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccdcdc;
    cursor: pointer;
}

/*index cat img*/
.left_index {
    width: 260px;
    float: left;
}

.right_index {
    width: 500px;
    float: right;
}

/*facebook chat*/
#facebook_chat {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    width: 250px;
}

.title_facebook_chat {
    background: #3b5998;
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    position: absolute;
    bottom: 100%;
    right: 0px;
    border: 1px solid #E9EAED;
    cursor: pointer;
    cursor: pointer;
    white-space: nowrap;
}

.body_facebook_chat {
    width: 250px;
    height: 0px;
    overflow: hidden;
}

/*bread*/
#breadcrumb a {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    background: #f00;
    padding: 0px 10px 0px 10px;
    position: relative;
    margin: 0px 16px 5px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-color: #f00;
}

#breadcrumb a:after {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid #f00;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 100%;
    top: 0px;
}

#breadcrumb a:not(:first-child):before {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #f00;
    border-bottom: 15px solid #f00;
    position: absolute;
    right: 100%;
    top: 0px;
    margin-right: -15px;
}

.background_index {
    background: #ebeded;
    padding: 30px 0px 70px;
    margin-bottom: 70px;
}

.background_index .title-index {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Montserrat-Bold;
    font-size: 45px;
}

.desc_main {
    text-align: center;
    font-size: 17px;
    font-family: Montserrat-Regular;
    color: #000;
    padding-bottom: 40px;
}

.img_dichvu {
    position: relative;
}

.desc_dichvu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
}

.name_dichvu {
    -webkit-transform: skew(40deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 7px;
}

.name_dichvu a h3 {
    -webkit-transform: skew(-40deg);
    text-transform: uppercase;
    color: #fff;
    /* font-family: Montserrat-Regular; */
    font-size: 20px;
}

.box_dichvu {
    margin-bottom: 20px;
}

.name_video {
    text-align: center;
}

.name_video a h3 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #000;
    padding: 12px 0px;
    margin-top: 0;
    line-height: 25px;
}

.background_album {
    background: #f5f6f9;
    padding: 50px 0px;
    margin-bottom: 20px;
}

.img_muiten {
    text-align: center;
    padding: 30px 0px;
}

.img_dichvu {
    overflow: hidden;
    text-align: center;
}

.img_dichvu:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.img_dichvu img {
    transition: all 0.5s;
}

.content_detail {
    padding: 10px;
}

.clear {
    clear: both;
}

.right_news {
    display: inline-block;
    width: 100%;
}

.img_hinhanh img {
    width: 100%;
}

.contain_tab a {
    text-decoration: none;
}

.main-right {
    margin-top: 80px;
}

.khung_noidungquangcao {
    color: #fff;
    max-width: 600px;
    position: absolute;
    left: 15%;
    margin: auto;
    border-left: 3px solid #1cb9c8;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-family: Montserrat-Regular;
    font-size: 18px;
    text-align: left;
    padding: 15px;
}

.khung_noidungquangcao * {
    margin: 0;
    padding: 0
}

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

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

.baokhungsp {
    height: 810px;
    width: 100%;
    overflow: auto;
}

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

.baokhungsp::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.baokhungsp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

.bannerdichvu {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

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

/*Icon hotline on Mobile*/
.call_now {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    position: fixed;
    bottom: 50px;
    right: -5px;
    z-index: 999;
}

.call_now_circle {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    border: 2px solid #1182fc;
    opacity: .5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
    -o-animation: call-circle-anim 1.2s infinite ease-in-out;
    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}

.call_now_circle_fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    opacity: .75;
    background: #1182fc none;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}

.call_now_icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-size: 24px 24px !important;
    background: #1182fc;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    animation: call-icon-anim 1s infinite ease-in-out;
    -o-animation: call-icon-anim 1s infinite ease-in-out;
    -moz-animation: call-icon-anim 1s infinite ease-in-out;
    -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}

.call_now_icon:before {
    content: "\f095";
    font-family: FontAwesome;
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 23px;
    color: #fff;
}

@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

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

@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

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

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

@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

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

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

.ar-fb {
    position: fixed;
    bottom: 106px;
    right: -5px;
    z-index: 999;
}

.call_now1 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.call_now_circle1 {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    position: absolute;
    border: 2px solid #1182fc;
    opacity: .5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
    -o-animation: call-circle-anim 1.2s infinite ease-in-out;
    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}

.call_now_circle_fill1 {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    position: absolute;
    opacity: .75;
    background: #1182fc none;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}

.call_now_icon1 {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-size: 24px 24px !important;
    background: #1182fc;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    animation: call-icon-anim 1s infinite ease-in-out;
    -o-animation: call-icon-anim 1s infinite ease-in-out;
    -moz-animation: call-icon-anim 1s infinite ease-in-out;
    -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}

/*.call_now_icon1:before { content: "09a"; font-family: FontAwesome; line-height: 28px; text-align: center; display: block; font-size: 23px; color: #fff; }*/
.call_now_icon1 img.messenger {
    width: 100%;
}

@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

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

@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

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

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

@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

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

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

/*chat facebook*/
.chat-facebook {
    position: fixed;
    bottom: 70px;
    right: 0px;
    z-index: 9999999;
    right: 5px;
}

.i-facebook {
    cursor: pointer;
}

.ar-chat {
    padding: 10px;
    margin-top: 12px;
    width: 350px;
    display: none;
}

.ar-price:hover h3.name-price a {
    color: #fdc566;
}

.ar-ct:hover {
    background: #fff;
    transition: all 0.5s;
}

.ar-ct:hover h3.name-ct a {
    color: #fdc566;
}

.boxImages {
    width: calc(100% + 6px);
    float: left;
    margin: 0 -3px;
}

.boxImages span {
    width: 50%;
    float: left;
    padding: 0 3px;
    margin-bottom: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

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

.boxItemContent {
    width: 100%;
    float: left;
    background: #1cb9c8;
    box-sizing: border-box;
    color: #fff;
    /* text-align: center; */
    height: 602px;
}

.boxItemContent .scroll-group {
    height: 100%;
    width: 100%;
    position: relative;
}

.slickDC {
    width: calc(100% + 20px);
    float: left;
    margin: 0 -10px;
}

.slickDC > .slick-next {
    background: url('../images/next_index.png')no-repeat top center;
    width: 41px;
    height: 41px;
}

.slickDC > .slick-prev {
    background: url('../images/next_index.png')no-repeat top center;
    width: 41px;
    height: 41px;
    transform: rotate(-180deg);
}

.detail_right {
    width: 280px;
    float: right;
    padding-top: 95px;
}

.detail_left {
    width: calc(100% - 300px);
    float: left;
}

.rowDetail h3 {
    font-weight: normal;
    font-family: 'RobotoRegular';
}

.rowDetail h3 a {
    text-decoration: none;
    color: #000;
}

.rowDetail h3:hover a {
    color: #f00;
}

.boxImages img:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    transition: all 0.8s ease;
    opacity: 0.5;
}

.hotline {
    position: fixed;
    bottom: 40px;
    left: 5px;
    width: 242px;
    padding-left: 70px;
    height: 57px;
    background: url(../images/hot.png) no-repeat;
    display: block;
    overflow: hidden;
}

.hotline span {
    font-size: 22px;
    line-height: 15px;
    color: #ed1c24;
    font-family: Montserrat-Bold;
}

.hotline p {
    display: block;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 3px;
    font-family: 'RobotoRegular';
    color: #000;
}

@media screen and (min-width: 1200px) {
    .wrap-scroll {
        height: 510px;
    }
}

@media screen and (min-width: 992px) {
    .wrap-scroll {
        height: 406px;
    }
}

@media screen and (min-width: 768px) {
    .wrap-scroll {
        max-height: none;
        height: 185px;
    }
}

.wrap-scroll {
    width: 100%;
    max-height: 495px;
    overflow: hidden;
    position: relative;
    height: 145px;
    position: absolute;
    bottom: 10px;
}

.wrap-scroll .content-desc {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.boxItemContent .content_index_about::-webkit-scrollbar {
    width: 3px;
}

.boxItemContent .content_index_about::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.boxItemContent .content_index_about::-webkit-scrollbar-track {
    background: transparent;
}

.absolute-link {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(0deg, #000 10%, transparent 100%);
    background: -moz-linear-gradient(0deg, #000 10%, transparent 100%);
    background: -o-linear-gradient(0deg, #000 10%, transparent 100%);
    background: linear-gradient(0deg, #000 10%, transparent 100%);
    text-align: center;
    padding: 60px 15px 15px;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    color: #fff;
    line-height: 1.4;
    pointer-events: none;
}

.boxItemContent:hover .absolute-link {
    opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    padding-top: 160px;
    padding-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    color: #fff;
}

.absolute-link a {
    display: block;
    pointer-events: auto;
}

.slickDetailKhac .rowDetail {
    clear: both;
    /* margin: 10px 0; */
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 4px;
}

.slickDetailKhac .rowDetail img {
    width: 35%;
    float: left;
}

.slickDetailKhac .rowDetail h3 {
    width: 65%;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 0px 10px;
    position: relative;
    z-index: 400
}

.slickDetailKhac .rowDetail:before {
    background: rgba(0, 0, 0, 0.1);
    width: 1px;
}

.slickDetailKhac .rowDetail:after {
    background: #ff2d41;
    z-index: -1;
}

.slickDetailKhac .rowDetail:before, .slickDetailKhac .rowDetail:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff2d41;
    width: 0;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.06, 1);
    -moz-transition: all 0.6s cubic-bezier(1, 0, 0.06, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0.06, 1);
    z-index: 300;
    opacity: 0.1;
}

.slickDetailKhac .rowDetail.active:before, .slickDetailKhac .rowDetail:hover:before {
    width: 4px;
    background: #000;
}

.slickDetailKhac .rowDetail.active a, .slickDetailKhac .rowDetail:hover a {
    color: #4f6677;
}

.slickDetailKhac .rowDetail.active:after, .slickDetailKhac .rowDetail:hover:after {
    width: 100%;
}

.rowDetail img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.item_dmsp {
    background: -moz-linear-gradient(90deg, #F7F7F7 0, #e3e3e3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, F7F7F7), color-stop(100%, e3e3e3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #F7F7F7 0, #e3e3e3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #F7F7F7 0, #e3e3e3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #F7F7F7 0, #e3e3e3 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(90deg, #F7F7F7 0, #e3e3e3 100%);
    /* W3C */
    padding: 16px 5px 16px 5px;
    float: left;
    width: 100%;
}

.img_dmsp {
    float: left;
    width: 51.7%;
}

.img_dmsp img {
    display: block;
}

.nd_dmsp {
    float: right;
    width: 44%;
}

.ten_dmsp a {
    font-size: 17px;
    font-family: Montserrat-Bold;
    text-decoration: none;
    color: #000;
}

.ten_dmsp a:hover {
    color: #bc772a;
    transition: 0.5s;
}

.mota_dmsp {
    overflow: hidden;
    height: 38px;
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #878787;
    margin: 5px 0;
}

.chitiet_dmsp {
    margin-top: 6px;
}

.chitiet_dmsp a {
    font-family: 'RobotoRegular';
    font-size: 12px;
    color: #fff;
    background: #8c8c8c;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 22px;
}

.chitiet_dmsp a:hover {
    background: #167ac6;
    transition: 0.5s;
}

.img_dmsp img {
    display: inline-block !important;
}

.active_tieudetrong {
    margin-top: 0;
    padding-top: 0
}

.slick_album {
    width: calc(100% + 30px);
    float: left;
    margin: 0 -15px;
}

.slick_album img {
    max-width: 100%;
}

.boxAlbum {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.boxAlbum h3 {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    bottom: -100%;
    transition: all 0.6s;
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoRegular';
    font-weight: normal;
    margin: 0;
    line-height: 30px;
    color: #fff;
    padding: 5px;
}

.boxAlbum:hover h3 {
    bottom: 0;
    transition: all 0.6s;
}

.boxAlbum h3 a {
    text-decoration: none;
    color: #fff
}

.slick_album > .slick-next {
    background: url('../images/next_index.png')no-repeat top center;
    width: 41px;
    height: 41px;
}

.slick_album > .slick-prev {
    background: url('../images/next_index.png')no-repeat top center;
    width: 41px;
    height: 41px;
    transform: rotate(-180deg);
}
.flex-news{
    display: flex;
    flex-wrap: wrap;
}
.flex-news > div{}