/*-------------- Loading ---------------*/
#loading {
    background: #72C7F0;
    padding: 8px 5px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
}

#loading a {
    display: block;
    background: url("images/loading_2.gif") no-repeat center left;
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.bg_loading {
    background: url("images/bg_loading.gif") no-repeat center;
    width: 100%;
    height: 200px;
}

.header_container {
    width: 100%;
}

.header_container .header_top {
    height: 30px;
    line-height: 30px;
    background: #edeeee;
    border-bottom: 3px solid #f6f7f7;
}
.dropbtn {
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.dropdown img{
    height: 20px;
    max-height: 20px;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 150%;
    padding: 5px 10px;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}

.top_menu{
    padding-right: 20px;
}
.country {
    padding-top: 6px;
}
.country i{
    margin-top: 30px;
}
.country i a{
    display: block;
    width: 100%;
    height: 100%;
}

.country .icon_vietnam {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("images/icon_web.png") no-repeat 0px -33px;
    margin-right: 10px;
}

.icon_select_country {
    background: #a5a5a5;
    border: 2px solid #f6f8f7;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}
.hotline {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
}

.icon_hotline {
    display: block;
    background: url("images/icon_web.png") no-repeat top left;
    height: 30px;
    width: 30px;
    margin: 10px 5px 10px 0px;
    background-position: 0px 0px;
    vertical-align: text-bottom;
}

.hotline .text_hotline b {
    color: #007fc3;
    padding-left: 10px;
    font-size: 25px;
}

.hotline {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    display: none;
}

.hotline .icon_hotline {
    display: block;
    background: url("images/icon_web_2.png") no-repeat top left;
    height: 30px;
    width: 30px;
    margin: 3px 5px 10px 0px;
    background-position: 0px 0px;
    vertical-align: text-bottom;
}

.hotline .text_hotline {
    color: #ad2729;
}

.hotline .text_hotline b {
    color: #007fc3;
    padding-left: 10px;
    font-size: 20px;
}

.header_container .header_top .hotline {
    display: block;
    margin-top: 0px;
}
.header_container .header_top .hotline .icon_hotline{
    margin: 10px 5px 10px 0px;
}

.header_container .header_bottom {
    background: #007fc3;
}
.header_content{
    padding: 10px 0px;
    background: #FFF;
}

.header_logo{
    width: 70%;
}
.header_logo a {
    display: block;
}

.header_logo a img {
    max-height: 100px;
    display: block;
}
.header_text{
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}
.header_text .text{
    width: 49%;
    line-height: 150%;
    vertical-align: middle;
}
.header_text .text_left{

}
.header_text .text_right{
    border-left: 1px solid #DDD;
}
.intro_header{
    font-size: 13px;
    background: url("/css/images/icon_star.png") no-repeat center left;
    padding-left: 26px;
    background-size: 20px;
}
.header_search {
    width: 30%;
    margin-top: 28px;
    /* position: relative; */
    cursor: pointer;
}
.header_search form{
    position: relative;
}
.header_search .icon_search {
    background: url("images/icon_web.png") no-repeat top left;
    background-position: 0px -53px;
    width: 17px;
    height: 17px;
    display: block;
}

.header_search .form_input {
    border: 1px solid #DDD;
    border-radius: 18px;
    background: #FFFFFF;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    color: #9b8177;
    display: inline-block;
    vertical-align: middle;
}

.form_button {
    outline: none;
    cursor: pointer;
    position: absolute;
    /* width: 30px; */
    /* height: 40px; */
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.header_container #header_menu{
    z-index: 2000000 !important;
}
.header_container .header_menu {
    position: relative;
}

.header_container .header_menu .list_menu .menu_parent {
    display: inline-block;
    margin: 0px;
}

.header_container .header_menu .list_menu .menu_parent > a {
    display: block;
     text-transform: uppercase;
    padding: 0px 20px;
    line-height: 40px;
    color: #FFF;
    font-size: .9em;
    font-weight: 700;
}
.header_container .header_menu .list_menu .menu_parent:first-child a{
    padding-left: 0px;
}

.header_container .header_menu .list_menu .menu_parent a:hover {
    color: #c01217;
}

.header_container .header_menu .list_menu .menu_parent .list_menu_child {
    display: none;
    width: 1080px;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 10;
}

.header_container .header_menu .list_menu .menu_parent:hover .list_menu_child {
    display: block;
}

.header_container .header_menu .list_menu .menu_parent .content_menu_child {
    position: relative;
    background: #FFF;
    border: 1px solid #dfe5e8;
    padding: 20px;
}

.header_container .header_menu .list_menu .menu_parent .content_menu_child > img {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.header_container .header_menu .menu_child_colum {
    float: left;
    margin-right: 60px;
}

.header_container .header_menu .menu_item_1 {
    /*text-transform: uppercase;*/
}

.header_container .header_menu .menu_item_1.has_child {
    border-bottom: 1px solid #007fc3;
}

.header_container .header_menu .menu_item_1 a, .header_container .header_menu .menu_item_2 a {
    padding: 12px 0px;
    color: #333333;
    display: block;
}

.header_container .header_menu .menu_item_1 a {
    font-weight: bold;
}
.breadcrumbs{
    white-space: nowrap;
    overflow: hidden;
    height: 47px;
    line-height: 47px;
}
.home_banner {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: auto;
    display: block;
    background: #FFFFFF;
}

.home_banner_opacity {
    opacity: 0.5;
}

.home_product {
    background: #f5f5f5;
    padding: 20px 0px;
}

.list_product .box_title {
    text-transform: uppercase;
    color: #007fc3;
    font-size: 30px;
    padding: 10px 0px;
}

.list_product .box_product .product_item {
    background: #FFF;
    float: left;
    border: 1px solid #f5f5f5;
    width: 368px;
    height: 472px;
    margin: 14px 30px 14px 0px;
}

.list_product .box_product .product_item:hover {
    border: 1px solid #007fc3;
}

.list_product .box_product .product_item .product_img {
    height: 208px;
    width: 100%;
    overflow: hidden;
}

.list_product .box_product .product_item img {
    width: 100%;
}

.list_product .box_product .margin_0 {
    margin-right: 0px;
}

.list_product .box_product .product_item .product_name {
    background: #FFFFFF;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.list_product .box_product .product_item .product_name a {
    color: #333333;
    font-size: 18px;
}

.list_product .box_product .product_item .product_attribute {
    height: 207px;
    overflow: hidden;
    padding: 20px 18px;
}

.list_product .box_product .product_item .attribute_item {
    padding: 12px 0px;
    color: #333333;
}

.list_product .box_product .product_item .attribute_item .attribute_icon {
    display: none;
}

.list_product .box_product .product_item .attribute_item .attribute_name {
    width: 175px;
}

.list_product .box_product .product_item .attribute_item .attribute_name .space {
    display: none;
}

.list_product .box_product .product_item .attribute_item .attribute_value {
    /*width: 155px;*/
}

.home_follow_register {
    padding: 30px 0px;
    background: #FFFFFF;
}

.home_follow_register .title {
    text-transform: uppercase;
    color: #333333;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 30px;
}

.home_follow_register .background {
    width: 700px;
}

.home_follow_register .info {

}

.home_follow_register .info .description {
    padding: 20px 0px;
    color: #333333;
    line-height: 20px;
}

.home_follow_register .info .button_view a {
    display: block;
    width: 150px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    background: #007fc3;
    height: 52px;
    line-height: 52px;
}

.home_follow_register .info .button_view a:hover {
    background: #ae080a;
}

.home_news {
    background: #f5f5f5;
    padding: 30px 0px;
}

.home_news .colum_new {
    background: #FFFFFF;
    padding: 20px;
}

.home_news .colum_new_1 {
    margin-right: 30px;
}

.home_news .title_category {
    border-top: 1px solid #007fc3;
    margin: 30px 0px;
}

.home_news .title_category .title {
    float: left;
    position: relative;
    background: #007fc3;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    top: -20px;
    left: 50px;
}

.home_news .title_category .title .arrow_left {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #007fc3; /* Tam giác phải được đổ màu */
    z-index: 10;
}

.home_news .title_category .title .arrow_right {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #007fc3; /* Tam giác phải được đổ màu */
    z-index: 10;
}

.home_news .title_category .title a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.home_news .new_item {
    padding: 8px 0px;
}

.home_news .new_item .title a {
    color: #333333;
}

.home_news .new_item .date {
    width: 100px;
    color: #a9948b;
    font-size: 14px;
}

.home_news .new_item .date a {
    color: #0066ff;
}

.home_news .new_item_big .img {
}

.home_news .new_item_big .img img {
    width: 100%;
}

.home_news .new_item_big .info {
    width: 290px;
    color: #333333;
}

.home_news .new_item_big .info .title a {
    color: #333333;
    text-transform: uppercase;
}

.home_news .new_item_big .info .date {
    padding: 10px 0px;
    color: #a9948b;
    font-size: 14px;
}

.home_news .new_item_big .info .short_des {
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.home_list_new{
    padding: 20px 0px;
}
.home_list_new .title{
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 2px solid #0081c3;
    width: 325px;

}
.home_list_new .left{
    padding-right: 10px;
}
.list_new_top{
    padding: 0px;
    padding-top: 5px;
    background: #FFF;
}
.list_new_top .new_item{
    padding: 5px 0px;
}
.list_new_top .new_item .img{
    padding-bottom: 0px;
}
.list_new_top .new_item .info{
    padding: 0px;
}
.list_new_top .new_item .info .title a{
    text-transform: none;
    font-size: 0.9em;
}
.swiper-container{
    border-radius: 0px;
}
.home_menu_center{
    padding-bottom: 30px;
}
.home_menu_center ul li{
    list-style: none;
    line-height: 50px;
    /*font-weight: bold;*/
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.home_menu_center ul li:hover{
    text-transform: uppercase;
}
.home_about {
    background: #FFFFFF;
    padding: 30px 0px;
}

.home_about .title {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}

.home_about .about_item {
    text-align: center;
}
.home_about .about_item .des{
    text-align: justify;
}

.home_about .about_item .background {
    border-radius: 50%;
    margin: 30px auto;
    background: #007fc3;
    height: 167px;
    width: 167px;
    text-align: center;
    line-height: 167px;
    position: relative;
}

.home_about .about_item .background .icon {
    margin: 0px auto;
    display: block;
    position: absolute;
}

.home_about .about_item .background .icon_dambao {
    background: url("images/icon_dambao.png") no-repeat top left;
    width: 54px;
    height: 64px;
    top: 51px;
    left: 56px;
}

.home_about .about_item .background .icon_uytin {
    background: url("images/icon_uytin.png") no-repeat top left;
    width: 71px;
    height: 66px;
    top: 50px;
    left: 48px;
}

.home_about .about_item .background .icon_support {
    background: url("images/icon_support.png") no-repeat top left;
    width: 71px;
    height: 66px;
    top: 50px;
    left: 48px;
}

.home_about .about_item .background .icon_hoply {
    background: url("images/icon_hoply.png") no-repeat top left;
    width: 72px;
    height: 72px;
    top: 48px;
    left: 48px;
}

.home_about .about_item .name {
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    padding: 10px 0px;
}
.home_partner{
    background: #f5f5f5;
    padding-top: 30px;
}
.home_partner .home_partner_wap{
    background: #fff;
}

.home_about .about_item .des {
    color: #333333;
    padding: 15px;
    line-height: 19px;
}
.box_chuyengia .name{
    background: #ff9b00;
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    margin-bottom: 10px;
}

.footer {
    background: #f5f5f5;
    padding: 0px;
    margin-top: 30px;
}

.footer .footer_static {
    padding: 40px 0px;
    border-bottom: 1px solid #c2c1c1;
}

.footer_static table {
    width: 100%;
}

.colum_static {
    padding-right: 80px;
}

table td.colum_static:last-child {
    padding-right: 0px;
}

.colum_static .chungchi_img {
    height: 280px;
}

.colum_static .chungchi_text {
    text-align: center;
    padding-top: 20px;
    width: 270px;
    color: #333333;
}

.footer_static .menu_parent {
    text-transform: uppercase;
    padding: 8px 0px;
    font-weight: bold;
}

.footer_static .menu_parent a, .menu_child a {
    color: #333333;
    font-size: 14px;
}

.footer_static .menu_child {
    padding: 5px 0px;
}

.footer_static .menu_child .icon {
    background: url("images/icon_web.png") no-repeat top left;
    background-position: 0px -72px;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}

.footer_bottom {
    color: #333333;
    font-size: 13px;
    padding-top: 15px;
}

.footer_bottom .info_company {
}

.footer_bottom .info_company .rows {
    width: 47%;
}

.footer_bottom .contact {
    margin-top: 25px;
    border-top: 1px solid #c2c1c1;
}

.footer_bottom .name_company {
    padding: 15px 0px 5px 0px;
    color: #333333;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

.footer_bottom .info_title {
    padding: 15px 0px 8px 0px;
    font-size: 15px;
}

.footer_bottom .info_content {
    padding: 2px 0px;
}

.footer_bottom .contact .title_contact {
    padding: 30px 0px 15px 0px;
    color: #333333;
    font-size: 18px;
}

.footer_bottom .contact .item {
    padding: 4px 0px;
}

.footer_bottom .contact .rows {
    width: 30%;
    padding-right: 3%;
}

.footer_bottom .follow_me {
    padding: 4px 0px 15px 0px;
}

.footer_bottom .follow_me .icon {
    width: 43px;
    height: 43px;
    margin-right: 10px;
    display: block;
    background: url("images/icon_web.png") no-repeat top left;
}

.footer_bottom .follow_me ul {
}

.footer_bottom .follow_me .icon a {
    display: block;
    width: 43px;
    height: 43px;
}

.footer_bottom .follow_me .icon_facebook {
    background-position: -33px 0px;
}

.footer_bottom .follow_me .icon_youtube {
    background-position: -83px 0px;
}

.footer_bottom .follow_me .icon_google {
    background-position: -133px 0px;
}

.footer_bottom .follow_me .icon_twitter {
    background-position: -183px 0px;
}

.received_email {
    padding: 4px 0px 15px 0px;
}

.footer_bottom .received_email .item {
    padding-bottom: 15px;
}

.received_email .text_email {
    border: none;
    border-radius: 3px 0px 0px 3px;
    background: #eaeaea;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    margin-right: 3px;
    color: #9b8177;
}

.received_email .button_receive_email {
    border: none;
    border-radius: 0px 3px 3px 0px;
    background: #ff9900;
    width: 72px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
}

.wap_breadcrumb {
    /*background: #f6f6f6;*/
    height: 47px;
    line-height: 47px;
}

.product_detail .product_name {
    color: #007fc3;
    font-size: 30px;
    padding: 15px 0px;
    font-weight: normal;
}

.product_detail .product_content_top {
    margin-left: -15px;
}
.product_detail .product_image {

}

.product_detail .product_image .images_main {
    width: 100%;
    overflow: hidden;
    height: 460px;
    cursor: zoom-in;
}

.product_detail .product_image .images_main img {
    width: 100%;
}

.product_detail .product_image .images_child {
    margin: 10px 0px;
}
.product_detail .product_image .images_child .swiper-slide{
    border: 1px solid #FFF;
    cursor: pointer;
    height: 130px;
    padding: 2px;
    overflow: hidden;
}
.product_detail .product_image .images_child .swiper-slide:hover{
    border: 1px solid #0081c3;
}

.product_detail .product_image .images_child .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 70px;
}
.product_detail .product_image .images_child .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 70px;
}
.product_detail .title {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 2px solid #0081c3;
    width: 325px;
}

.product_detail .product_info {
    width: 370px;
}

.product_detail .product_info .title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 20px;
}

.product_detail .product_info .product_attribute .attribute_item {
    color: #333333;
    line-height: 180%;
}

.product_detail .product_info .attribute_item .attribute_name {
    width: 190px;
}

.product_detail .product_info .attribute_item .attribute_value {
    width: 155px;
    color: #007fc3;
}

.product_detail .product_info .product_buy {
    padding: 55px 0px;
}

.product_detail .product_info .product_buy .button_buy {
    height: 57px;
    line-height: 57px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    background: #007fc3;
    font-size: 18px;
    border-radius: 10px;
}

.product_detail .product_info .product_buy .contact_us {
    background: #ee7502;
    margin-left: 10px;
}

.product_detail .product_attribute_detail {
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid #e5e5e5;
}

.product_detail .product_attribute_detail .product_attribute_colum {
    width: 360px;
    margin-right: 30px;
}

.attribute_main {
    color: #007fc3;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0px;
}

.product_detail .product_attribute_colum .attribute_item {
    line-height: 180%;
    color: #333333;
}

.product_detail .product_attribute_colum .attribute_name {
    width: 190px;
}

.product_detail .product_attribute_colum .attribute_value {
    width: 155px;
}

.product_detail .button_support {
    width: 500px;
    margin: 0px auto;
    top: -25px;
    left: 350px;
    height: 50px;
    background: #0081c3;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 30px;
    border-radius: 6px;
}
#form_search_thuoc{
    margin-bottom: 10px;
}
.form_search_thuoc .searchform-wrapper{
    float: right;
    padding-bottom: 0px;
}

.product_follow_regis {
    padding: 30px 0px;
}

.product_follow_regis .title {
    color: #007fc3;
    font-size: 25px;
    padding: 10px 0px;
}

.product_follow_regis .background {
    padding: 20px 0px;
}

.product_follow_regis .background .items {
    background: #007fc3;
    height: 68px;
    position: relative;
}

.product_follow_regis .background .items:first-child .items_stt {
    margin-left: 5px;
}

.product_follow_regis .background .items_le {
    background: #795441;
}

.product_follow_regis .background .items_stt {
    width: 58px;
    height: 58px;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 30px;
    display: block;
    margin-left: 36px;
    margin-right: 4px;
}

.product_follow_regis .background .items_text {
    width: 78px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    display: block;
}

.product_follow_regis .background .items_text .arrow_right {
    position: absolute;
    top: 0px;
    right: -34px;
    width: 0px;
    height: 0px;
    border-bottom: 34px solid transparent;
    border-top: 34px solid transparent;
    border-left: 34px solid #007fc3; /* Tam giác phải được đổ màu */
    z-index: 10;
}

.product_follow_regis .background .items_le .items_text .arrow_right {
    border-left: 34px solid #795441;
}

.product_follow_regis .link_detail {
    color: #795442;
    font-size: 14px;
}

.product_follow_regis .link_detail a {
    color: #2a99e1;
}

.product_picture_orther {
    padding: 0px 0px 30px 0px;
}

.product_picture_orther .title {
    color: #007fc3;
    font-size: 25px;
    padding: 10px 0px 20px 0px;
}

.product_picture_orther .swiper-container {
    margin: 0px;
}

.product_picture_orther .join_us {
    color: #7a5342;
}

.product_picture_orther .join_us a {
    color: #299ade;
}

.bg_regis_now {
    background: #cbbab3;
}

.product_detail .product_other {
    background: #f5f5f5;
}

.product_detail .list_product .box_title {
    text-transform: none;
    color: #007fc3;
    font-size: 25px;
    padding: 14px 0px 0px 0px;
}

.list_product_type .col {
    padding: 0 10px 10px 10px;
}
.list_product_type .product_item {
    padding: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.list_product_type .product_item:hover {
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.list_product_type .product_item .product_name {
    padding-top: 10px;
    color: #0081c3;
    height: 60px;
}

#catalogues{
    margin-bottom: 15px;
}
.catalogues{
    background: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
}
.catalogues h3{
    font-size: .9em;
    font-weight: normal;
    color: #333;
}
.catalogues h3:hover{
    color: #0081c3;
}
.catalogues li{
    line-height: 180%;
    margin: 0px !important;
    padding: 0px !important;
}

.category_content .cat_info {
    padding: 35px 0px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.category_content .cat_info .cat_picture {
    width: 570px;
    margin-right: 30px;
}

.category_content .cat_info .cat_description {
    width: 570px;
}

.category_content .title_cat {
    padding: 20px 0px 10px 0px;
}

.category_content .title_cat h1 {
    color: #007fc3;
    text-transform: uppercase;
    font-weight: normal;
}

.category_content .paging_product {
    border-top: 1px solid #e5e5e5;
    position: relative;
    margin: 50px 0px;
}

.category_content .paging_product .button_load {
    position: absolute;
    margin: 0px auto;
    top: -25px;
    left: 420px;
    height: 50px;
    background: #007fc3;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 30px;
    border-radius: 6px;
    cursor: pointer;
}

.list_new {
    background: #fff;
    padding-top: 10px;
}

.list_new .wap {
    padding: 20px 0px;
}

.list_new .title {
    color: #007fc3;
    font-size: 16px;
    padding: 5px;
    background: #f5f5f5;
}

.list_new .box_new .news_detail_info {
    width: 268px;
    height: 342px;
    background: #FFFFFF;
}

.list_new .box_new .margin_0 {
    margin-right: 0px;
}

.list_new .box_new .news_detail_info .info h2 {
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.list_new .box_new .news_detail_info .info h2 a {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.list_new .box_new .news_detail_info .info h3 {
    padding: 5px 10px;
    height: 95px;
    overflow: hidden;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
}

.list_new .box_new .news_detail_info .info h3 a {
    color: #333333;
}

.list_new .box_new .thumb {
    height: 152px;
    width: 100%;
    overflow: hidden;
}

.list_new .box_new .thumb img {
    width: 100%;
}

.list_new .box_new .entry-meta {
    display: none;
}

.list_new .box_new .view_news {
    display: block;
    text-align: right;
    padding: 5px 10px;
}

.list_new .box_new .view_news a {
    color: #0a69e0;
    font-size: 14px;
}

.home_menu_static {
    padding: 20px 0px;
    background: #efefef;
}

.home_menu_static .about_us {
    width: 360px;
    margin-right: 30px;
}

.home_menu_static .about_us .title {
    color: #007fc3;
    font-size: 25px;
    padding: 10px 0px;
}

.home_menu_static .about_us .content {
    color: #333333;
    line-height: 19px;
    font-size: 13px;
}

.home_menu_static .menu_static_parent {
    width: 360px;
    margin-right: 30px;
}

.home_menu_static .menu_static_parent > a {
    display: block;
    color: #007fc3;
    font-size: 25px;
    padding: 10px 0px;
}

.home_menu_static .menu_item_1 {
    margin-left: 5px;
    padding: 8px 0px 8px 6px;
    list-style: circle;
}

.home_menu_static .menu_item_2 {
    padding: 8px 0px 8px 20px;
    display: none;
}

.home_menu_static .menu_item_1 a {
    display: inline-block;
    padding: 4px 0px;
    color: #333333;
    font-weight: bold;
}

.home_menu_static .menu_item_2 a {
    display: inline-block;
    padding: 4px 0px;
    color: #333333;
}

.home_menu_static .list_menu_child .icon {
    color: #333333;
}

.home_menu_static .list_menu_child .has_child {
    border-top: 1px dashed #333333;
}

.home_menu_static .list_menu_child .has_child:first-child {
    border: none;
}

.home_menu_static .list_menu_child .has_child .icon {
    font-style: normal;
    display: inline-block;
    padding-right: 8px;
    cursor: pointer;
    font-size: 12px;
}

.home_menu_static .list_menu_child .menuActive {
    background: #333333;
}

.home_menu_static .list_menu_child .menuActive .icon {
    color: #fff;
}

.home_menu_static .list_menu_child .menuActive a {
    color: #FFF;
}

.home_student {
    padding: 10px 0px;
}

.home_student .title {
    color: #007fc3;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    padding: 30px 0px;
    text-align: center;
}

.home_student .content .avatar {
    width: 140px;
    height: 140px;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

.home_student .content .avatar img {
    height: 140px;
}

.home_student .content .name {
    text-transform: uppercase;
    padding: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.home_student .content .description {
    padding: 10px 30px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.home_doitac {
    background: #efefef;
    padding: 30px 0px;
}

.home_doitac .img {
    width: 170px;
    height: 80px;
    background: #FFFFFF;
    overflow: hidden;
    text-align: center;
}

.home_doitac .img img {
    width: 150px;
}

.container_news{
    background: #FFF;
}
.container_news .container_new {
    padding: 0px;
    background: #FFF;
}

.container_news .left_sidebar {
    border-right: 1px solid #DDD;
    background: #f7f7f7;
    padding: 0px;
}

.container_news .left_sidebar h3 {
    background: #edefef;
    padding-left: 15px;
}

.container_news .left_sidebar .list_unstyled {

}
.static .left_sidebar .list_unstyled li{
    padding-left: 10px;
}

.container_news .list_unstyled li.active > a {
    text-transform: uppercase;
    color: #007fc3;
    padding-left: 4px;
}

.container_news .list_unstyled li a {
    display: block;
    padding: 10px 0px;
    padding-left: 4px;
    color: #000000;
    border-bottom: 1px solid #FFF;
}

.container_news .list_unstyled li a:hover {
    color: #007fc3;
}

.container_news .list_unstyled li.active > a:hover {
    color: #007fc3;
}

.container_news .list_unstyled li .cat_active a {
    color: #007fc3;
}
.container_news .list_unstyled li.level_0 {
    background: #edefef;
}
.container_news .list_unstyled li.level_0 a{
    padding-left: 10px;
}

.container_news .main_section {
    width: 70%;
}

.container_news .new_title {
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0px;
    font-size: 18px;
}

.container_news .new_date {
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: 1px solid #efefef;
    color: #999;
}

.container_news .new_description {
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
}

.container_news .cat_title {
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0px;
    font-size: 18px;
}

.container_news .list_new {
    width: 100%;
    padding-right: 15px;
}

.container_news .list_new .news_detail_info {
    padding: 15px 0px;
    border-bottom: 1px dotted #dcdcdc
}
.container_news .list_new .news_detail_info:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.container_news .list_new .news_detail_info .thumb {
    width: 30%;
    float: left;
}

.container_news .list_new .news_detail_info .info {
    width: 70%;
    float: left;
    padding-left: 15px;
}

.container_news .list_new .news_detail_info .info h2 {
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.container_news .list_new .news_detail_info .info h3 {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
}

.container_news .list_new .news_detail_info .info .entry-meta {
    color: #999;
}

.container_news .list_new a {
    color: #333;
}

.regis_order {
    padding: 20px;
}

.regis_order h1.title {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 0px 0px 10px 0px;
    color: #007fc3;
    font-size: 24px;
}

.regis_order .name_product {
    color: #333333;
    padding: 5px 0px;
}

.regis_order .name_product h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.regis_order .note {
    font-size: 13px;
    color: #999;
    padding: 8px 0px;
}

.regis_order table td {
    color: #333333;
}

.regis_order .form_control {
    width: 300px;
    padding: 8px;
    color: #333333;
    border: 1px solid #dcdcdc;
}

.regis_order textarea.form_control {
    resize: none;
    height: 35px;
}

.regis_order .error_msg {
    font-size: 13px;
    padding-top: 5px;
    color: red;
}

.regis_order .form-button {
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0px 20px;
    background: #ee7502;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.box_detail {
    margin-bottom: 20px;
    line-height: 180%;
}

.box_detail #box_detail {
    padding-top: 20px;
}

.box_detail #btnShowDetail {
    display: block;
    padding: 10px 0px;
    background: #ee7502;
    border-radius: 5px;
    width: 210px;
    color: #FFF;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}

.left_menu_news .level_0{
    font-weight: bold;
}

.left_menu_news .level_1{
    padding-left: 10px;
}

.product-detail__sidebar {
    background-color: #eff2f6;
    border-top: 1px solid #b4bcc4;
    padding: 16px;
    width: 270px;
    margin-left: 18px;
}
.product-detail__sidebar .product-detail__sidebar__features{
    border-top: 1px dashed #aaa;
    padding-top: 12px;
}
.product-detail__sidebar .product-detail__sidebar__title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    padding-left: 35px;
}
.product-detail__sidebar .product-detail__sidebar__title span {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.product-detail__sidebar .text-green {
    color: #60a222!important;
}
.product-detail__sidebar .product-detail__sidebar__title i.icon-box {
    background-image: url(images/icon-box.png);
}
.product-detail__sidebar .product-detail__sidebar__title i {
    width: 30px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.notice_right{
    margin-bottom: 30px;
}
.notice_right .title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #0081c3;
}
.notice_right .notice_item{
    line-height: 150%;
    padding-left: 40px;
    background: url(images/icon_notice.png) no-repeat center left;
    background-size: 30px;
    margin-bottom: 15px;
}
.calendar_right{
    /*margin-bottom: 20px;*/
}
.calendar_right .title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #0081c3;
}
.calendar_right .calendar_item{
    line-height: 150%;
    padding-left: 40px;
    background: url(images/icon_calendar.png) no-repeat center left;
    background-size: 30px;
    margin-bottom: 15px;
}
.home_center_menu_1 li, .home_center_menu_2 li{
    width: calc((100% - 5px)/5);
}
#section_90114344 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0081c3;
}
.home_container{
    background: #FFF;
}
.slider{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.slider .swiper-button-prev, .slider .swiper-button-next{
    background: none;
}
.flickity-prev-next-button:hover {
    box-shadow: none;
    opacity: 1;
}
.flickity-button{
    opacity: 1 !important;
}
#home_top{
    padding: 5px 0px;
}
.section{
    padding: 0px;
}

.hotline-fixed{
    display: block;
    position: fixed;
    left: 0px;
    bottom: 20px;
    z-index: 99;
}
.hotline-fixed:hover .number {
    margin-left: 24px;
    transform: rotateX(0deg);
    background: #fd9e01;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 0 10px 10px 0;
}
.phone_animation{
    background-color: transparent;
    height: 110px;
    width: 100px;
    margin: 0;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible;
}
.phone_animation_circle{
    width: 100px;
    height:100px;
    top: 30px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.5;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #00aff2;
}
.phone_animation_circle_fill{
    width: 60px;
    height: 60px;
    top: 50px;
    left: 20px;
    position: absolute;
    background-color: #00aff2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img{
    width: 50px;
    height: 50px;
    top: 55px;
    left: 26px;
    position: absolute;
    background: rgba(30,30,30,0.1) url("/css/images/iconphone.png") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #d50717;
    background-size: 70%;
}
.phone_animation_circle_fill_img:hover{
    background-color: #d50717;
}
.number {
    position: absolute;
    bottom: 17px;
    left: 48px;
    transition: all .5s;
    transform: rotateX(90deg);
}
@-webkit-keyframes my-color {
    25% { color: #424242; }
    50% { color: #ed3237;  }
    75% { color: #ffab00;  }
}
@-moz-keyframes my-color {
    25% { color: #424242;  }
    50% { color: #ed3237;  }
    75% { color: #ffab00;  }
}
@-o-keyframes my-color {
    25% { color: #424242; }
    50% { color: #ed3237; }
    75% { color: #ffab00;  }
}
@keyframes my-color {
    25% { color: #424242;  }
    50% { color: #ed3237;  }
    75% { color: #ffab00;  }
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
#wPromptOverlay{
    z-index: 2000000001;
}
#wPrompt{
    z-index: 2000000002;
}

.btn-more {
    font-size: 18px;
    background: #0076c0;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.btn-more:hover {
    text-decoration: unset;
    box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    color: #fff;
}
.new_description iframe{
    height: 500px !important;
}
@media ( max-width: 768px) {
    .header_top, .header_bottom, .header_search, .list_new_top { display : none; }
    .header_content{
        padding: 0px 15px;
    }
    .container_news .list_new .news_detail_info .thumb {
        width: 100%;
    }
    .container_news .list_new .news_detail_info .info {
        width: 100%;
        padding-top: 10px;
        padding-left: 0px;
    }
    .product_picture_orther .title{
        text-align: center;
    }
    .maps{
        display: none;
    }
    .footer_bottom{
        margin: 0px !important;
    }
    .footer_bottom .info_company {
        text-align: center;
        padding: 0px;
    }
    .footer_bottom .info_title {
        padding: 0px;
        font-size: 15px;
        line-height: 180%;
    }
    .home_list_new .title{
        width: auto;
    }
    .title{
        font-size: 1.5em !important;
    }
    .follow_me ul{
        width: 220px;
        margin: 0 auto;
    }
    .wap_breadcrumb {
        white-space: nowrap;
        overflow: scroll;
    }
    #row-1036102420 .col {
        padding-bottom: 20px !important;
    }
    .swiper-pagination{
        display: none;
    }
    .sticky-wrapper{
        height: 0px;
        display: none;
    }
    #section_664866980 .text-center a{
        margin-bottom: 10px;
    }
}