@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

@font-face {
    font-family: 'UTM Swiss Condensed';
    src: url('../fonts/UTM Swiss Condensed.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTM Swiss CondensedBold.ttf');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'UTMAlexander';
    src: url('../fonts/UTM_Alexander/UTM-Alexander.ttf');
}
@font-face {
    font-family: 'UTMbebas';
    src: url('../fonts/UTM_bebas/UTM-Bebas.ttf');
}
@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.ttf');
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular_0.ttf');
}

@font-face {
    font-family: 'RCR';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RCB';
    src: url('../fonts/RobotoCondensedBold.eot');
    src: url('../fonts/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedBold.woff2') format('woff2'),
         url('../fonts/RobotoCondensedBold.woff') format('woff'),
         url('../fonts/RobotoCondensedBold.ttf') format('truetype'),
         url('../fonts/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}
body{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #333;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
ul li{
	list-style: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1,h2,h3,h4{
    margin: 0;
}
b, strong{
    font-family: 'Roboto-Bold';
}
.clearfix{
	clear: both;
}
.right-n {
    overflow: hidden;
    display: block;
   float: right;
   padding-right: 25px;
}

.hotline {
    color: #c00;
}
.hotline {
    width: auto;
    
    position: relative;
    text-align: center;
    margin: 0;
    border-right: 0px dashed #fff;
    padding-right: 0px;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: inline-block;
}
.hotline a {
    width: auto;
    margin-right: 20px;
    font-style: italic;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    /* text-shadow: 1px 1px 0 rgb(0 0 0 / 30%); */
    transition: all .3 sease-in-out;
}
.mail, .mail i {
    color: #fff !important;
}
.img-n {
    color: #fff;
    font-size: 15px;
    padding: 0;
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    line-height: 0;
    font-size: 18px;
    padding-top: 12px !important;
}
.timkiem {
        width: 350px;
    float: right;
    position: absolute;
    top: 40px;
    right: 6%;
    display: none;
    z-index: 1000;
}
.timkiem form {
    position: relative;
    width: auto;
    vertical-align: middle;
    padding: 0;
    border: 1px solid #f4f4f4;
}
.timkiem input {
    height: 34px;
    color: #7c7c7c;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
    outline: none;
    position: relative;
    transition: .3slinear;
    border-radius: 0;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    border: none;
}
.timkiem button {
    height: 34px;
    width: 40px;
    color: #fff;
    background: #003579;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    transition: .3s all;
}
.hotline span.call {
    /* background: url(../images/call.png) center center no-repeat; */
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-flex
;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    animation: tada 1slinear infinite;
    -webkit-animation: tada 1slinear infinite;
    padding: 5px;
}
.logo img{
    
   margin-left: auto;
   margin-right: auto;
   display: block;
}
.nav-right{
    float: right;
}
.topbar {
   
    background: #fff;
    height: 40px;
    border-bottom: solid 1px #ebebeb;
}
.f-right {
    float: right !important;
}
    .navbar-header {
        float: left;
    }
.navbar-brand{
    height: 0;
    padding: 0;
}
.danhmuc-sp li a{
    color: #666;
    padding:12px 8px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    transition: all .5s ease-out;
}
.danhmuc-sp li a:hover{
    color: #00357a;
}
.danhmuc-sp li a i{
    margin-right: 8px;
}
.social-footer {
    padding-top: 25px;
}
ul.danhmuc-sp{
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}
.p-0{
    padding: 0;
}
.col-inner img{
   width: 80px;
   height: 80px;
   background: #0ec1cc;
   padding: 10px;
   border-radius: 20px;
}
.logo-wrapper  img{
    height: 80px;
}
.col-inner ul li {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    display: flex;
    padding: 10px 20px;
}
.col-inner .col-text{
    padding-left: 20px;
}
.col-inner .col-text b{
        font-size: 18px;
    color: #0ec1cc;
}
.department-item-title{
        position: relative;
    margin-bottom: 15px;
    color:#0ec1cc ;
}

.h2-1 h2{
    font-size: 20px;
    color: #073479;
    font-family: Roboto-Bold;
    padding-bottom: 12px;
}
a.more-btn {
    background: aliceblue;
    padding: 12px;
    display: block;
    margin-top: 30px;
    width: 200px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid;
    position: relative;
      /*  --borderWidth: 3px;
    background: #fff;
    position: relative;
    border-radius: var(--borderWidth);
    border-color: transparent;*/
}
/*a.more-btn:after{
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}*/

a.more-btn:hover{
    border: 1px solid #c62630;
    background: rgb(198 38 48 / 20%);
    color: #c62630;
    transition: all .5s ease-out;
}
.department-item-title:before {
    left: -5px;
}
.title-dm {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #00357a;
    padding:19px 20px;
    font-family: Roboto-Bold;
}
.topbar ul li {
    display: inline-block;
    width: 25px;
    height: 40px;
    line-height: 40px;
    list-style: none;
    margin-right: 0px !important;
    margin-left: 15px;
    padding-top: 12px;
}
.topbar span, .topbar a {
    line-height: 40px;
    color: #737e95;
    text-decoration: none;  
}
.topbar ul li a .fa {
    font-size: 16px;
    color: #737e95;
}
.topbar ul li a {
    display: block;
    text-align: right;
    text-decoration: none;
}
h1.h1title{
    position: absolute;
    font-size: 0;
    opacity: 0;
}
.service_head .wrap {
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.service_head .wrap .img {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
}
.service_head .wrap .content {
    margin-left: 15px;
    display: block;
    float: left;
    width: calc(100% - 50px - 15px);
    -moz-width: calc(100% - 50px - 15px);
    -webkit-width: calc(100% - 50px - 15px);
    -o-width: calc(100% - 50px - 15px);
    -os-width: calc(100% - 50px - 15px);
}
.service_head .wrap .content p {
    font-family: "Roboto-Bold",sans-serif;
    color: #737e95;
    line-height: 24px;
    height: unset;
    margin-bottom: 0px;
}
.service_head .wrap .content span, .service_head .wrap .content a { 
    font-size: 14px;
    color: #737e95;
    line-height: 24px;
    height: unset;
}
header.header-n{
   
    background: #0b7878;
}
.service_head .wrap .content a {
    font-size: 18px;
    color: #f33f62;
    text-decoration: none;
}
.navbar-default{
    background: #0b7878;
   border-color: #fff;
}
.navbar-default .navbar-nav>li>a{
    transition: all .5s ease-in;
    color: #fff;
    font-size: 17px;
    font-family: "Roboto-Bold",sans-serif;
    padding: 30px 25px;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
}

.awe-section-2 {
    padding: 50px 0 50px 0;
    position: relative;
   
}
section.awe-section-4 {
    overflow: hidden;
    display: block;
    background: #0b7878;
}
.section_about .department-tabs2 {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0;
}
.section_about .department-tab2 {
    padding: 41px 30px;
    transition: 0.2s;
    box-shadow: 0 8px 22px rgb(0 0 0 / 4%);
}
.section_about .department-tabs2>* {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin: 15px;
    background-color: #ffffff;
}
.section_about .department-tab2-number {
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    color: #073479;
}
.section_about .department-tab2-text {
    font-size: 16px;
    line-height: initial;
    font-family: "Roboto-Bold",sans-serif;
    color: #444;
    padding: 10px 0;
}
.section_about .department-tab2-decor {
    width: 33px;
    height: 3px;
    background-color: #073479;
}
.section_about .department-tabs2-bg {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.section_about .department-carousel2 {
    color: #444;
}
.h-sub {
    font-family: Roboto-Bold;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 1.2em;
    color: #073479;
}
.title {
    font-family: Roboto-Bold;
    line-height: 1.22em;
    margin-bottom: 30px;
    font-size: 36px;
    
}
.white{
    color: #fff !important;
    font-size: 25px !important;
    text-transform: uppercase;
} 
.title span {
    color: #073479;
}
.btn-main {
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    border-radius: 45px;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px;
    background: #073479;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    border: none;
}
.btn-main i{
    padding-left: 10px;
}
.btn-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #073479;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 45px;
}
.btn-main:hover {
    color: #fff;
}
.btn-main:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.section_about .department-tab2 {
    padding: 41px 30px;
    transition: 0.2s;
    box-shadow: 0 8px 22px rgb(0 0 0 / 4%);
}
.section_about .department-tab2.active, .section_about .department-tab2:hover {
    background-color: #073479;
    color: #ffffff;
    box-shadow: none;
}
.section_about .department-tab2:hover .department-tab2-number, .section_about .department-tab2:hover .department-tab2-text {
    color: #ffffff;
}
.section_about .department-tab2:hover .department-tab2-decor {
    background-color: #fff;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.section_about .department-carousel2 ul li {
    line-height: 30px;
}
.col-inner .col-text{
    width: 75%;
}
.section_about .department-carousel2 ul li i{
    padding-right: 10px;
    color: #073479;
}
.department-item p{
    line-height: 30px;
}
.section_quytrinh {
    width: 100%;
    float: left;
    padding: 3em 0 4em 0;
    position: relative;
    
    margin-top: 0px;
}
.section_quytrinh .wrap_quytrinh {
    width: 100%;
    float: left;
    text-align: center;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: static;
    background: transparent;    
    padding: 0 40px;
    padding-bottom: 25px;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position #073479 {
    position: relative;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position #073479:before {
    content: "";
    position: absolute;
    left: -48px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 38px 10px;
    border-color: transparent transparent #073479 transparent;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position #073479:after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 0 10px;
    border-color: transparent transparent transparent #073479;
}
.title_module_main {
    display: inline-block;
    position: relative;
    font-family: "Roboto-Bold",sans-serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 28px;
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
/*.green{
    color: #073479 !important;
}*/
.blue{
    color: #073479 !important;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position #073479 {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto-Bold",sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 60px;
}
.section_quytrinh .content_feature {
    text-align: center;
    padding-top: 20px;
}
.section_quytrinh .content_feature span {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}
.step_quytrinh {
    display: flex;
}
.col-qt {
    padding: 5px 10px;
}
#073479 a {
    color: #073479;
    display: block;
    text-decoration: none;
}
.awe-section-5{
    padding: 3em 0 1em 0;
}
.a-center {
    text-align: center;
}
.a-center p{
    font-size: 18px;
}
.blog-img img {
    border-radius: 15px;
    transition: all .5s ease-in;
}
.content__ {
    margin-top: 20px;
}
.content__ h2, .content__ h3, .title-h3 {
    font-family: "Roboto-Bold",sans-serif;
    padding: 0px;
    margin: 0px 0 12px;
    line-height: 24px;
    font-size: 17px;
    color: #343f5b;
    width: 100%;
    margin: 0;
    transition: all .5s ease-in-out;
}
.content__ h2 a, .content__ h3 a, .title-h3 a{
    color: #333;
    transition: all .5s ease-in-out;
}
.content__ h2:hover a, .content__:hover h3 a, .title-h3:hover a{
    color: #c62630;
}
.blog-img{
    position: relative;
}
img.img_re { min-height: 185px; }
.title-re {
    min-height: 69px; 
}
.blog-inner:hover img{
    transform: scale(1.1);
}
.item.item_wrap_blog_ p{
    color: #8b8b8b;
}
.content__ h3 a {
    color: #333;
}
.content__ p {
    width: 100%;
    float: left;    
    color: #8b8b8b;    
    padding: 0px;
    margin: 0px 0 15px;   
    display: block;
    line-height: 24px;
}
p.price{
    color: #F30;
    font-size: 16px;
    font-family: "Roboto-Bold",sans-serif;
}
p.price .price_goc {
    padding-right: 20px;
    text-decoration: line-through;
    color: #fd7c84;
    font-size: 18px;
}
p.price .price_km{
    text-decoration: none;
}
.item_wrap_blog .link {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #073479;
    font-weight: 400;
}
.item_dv {
    padding-top: 2em;
    padding-bottom: 2em;
}
.content_danhgia {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 40px;
    background: radial-gradient(#35c7df 50%, #4d8bd7);
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    color: #fff;
    text-align: center;
}
 .img_danhgia {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.img_danhgia span {
    display: block;
    width: 80px;
    height: 80px;
    border: solid 4px #fff;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0ec1cc;
}
.img_danhgia span img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 12px;
}
 .content_danhgia p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 16px;
    font-family: Roboto-bold;
}
#owl-demo-img,#owl-demo-tt {
    overflow: hidden;
}
.item.all-list-news {
    padding: 0 40px;
    margin-bottom: 30px;
        margin-top: 30px;
}
.owl-pagination{
    display: none;
}
section.awe-section-6{
    padding: 4em 0 3em 0;
    background-image: url(../images/bg_danhgia_update.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.content__ .time_post {
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 400;
    color: #acacac;
    font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
}
.blog-img.not_radius img {
    border-radius: 0px;
   
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.item.item_wrap_blog_ {
    padding: 15px;
}
section.awe-section-7{
    padding: 3em 0;
}
.section_subscribe {
    background: #073479;
    padding: 30px 0;
    position: relative;
    margin-top: 80px;
}
.section_subscribe:before {
    content: "";
    background-image: url(../images/bg_footer_subscribes.png);
    background-size: contain;
    width: 100%;
    min-height: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top left;
}
.section_subscribe:before {
    left: -270px;
}
.section_subscribe .wrap_.wrap_left {
    position: relative;
}
.section_subscribe .wrap_.wrap_left .block_position {
    width: 55%;
    float: right;
    margin-right: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -75px;
}
.section_subscribe .wrap_.wrap_left .block_position .textleft {
    font-size: 20px;
    font-family: "Roboto-Bold",sans-serif;
    color: #ffcf28;
    text-transform: uppercase;
    
}
.section_subscribe .wrap_.wrap_left .block_position p {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.section_subscribe .wrap_.wrap_left .block_position .button_sub {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #073479;
    font-family: "Roboto-Bold",sans-serif;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    background: #fff;
    border: solid 1px #073479;
    text-decoration: none;
}
.section_subscribe .wrap_.wrap_right {
    padding-left: 80px;
}
.section_subscribe .wrap_.wrap_right .textright {
    font-size: 25px;
    color: #fff;
    line-height: 26px;
    display: block;
    margin-bottom: 20px;
}
.section_subscribe .wrap_.wrap_right .form_km form {
    width: 90%;
    float: left;
    margin-bottom: 0px;
}
.section_subscribe .wrap_.wrap_right .form_km form input {
    width: 70%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-radius: 3px;
    color: #abb2c3;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    border: 0;
    padding: 0 20px;
}
.section_subscribe .wrap_.wrap_right .form_km form .button_subscribe {
    width: calc(100% - 70% - 10px);
    -moz-width: calc(100% - 70% - 10px);
    -webkit-width: calc(100% - 70% - 10px);
    -o-width: calc(100% - 70% - 10px);
    -os-width: calc(100% - 70% - 10px);
    margin-left: 10px;
    box-shadow: none;
    border: solid 1px #fec03c;
    background: #fec03c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-family: "Roboto-Bold",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
footer{
    border-bottom: 1px solid #2f2e2e;
    padding: 30px 0 0 0;
    background: #0b7878;
}
.title-menu-first {
    font-size: 15px;
    font-family: "Roboto-Bold",sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.form_register {
    position: relative;
    display: inline-block;
    width: 80%;
}
.form_register input {
    border-radius: 4px;
    width: 100%;
    background: #263036;
    font-size: 14px;
    color: #e2e2e1;
    border: 1px solid #263036;
    margin: 0;
    min-height: 40px;
    padding: 0 10px;
}
.form_register .button_subscribe {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #073479;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
}
.social-footer .follow_option li {
    display: inline-block;
}
.social-footer .follow_option li a {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.title-menu {
    font-family: "Roboto-Bold",sans-serif;
    margin: 0 0 20px;
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.widget-ft .cont .r {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.widget-ft .cont .r i {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    float: left;
    background: #c62630;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.widget-ft .cont .r .contact-ft {
    display: block;
    float: left;
    width: calc(100% - 35px);
    padding-left: 10px;
    line-height: 27px;
}
.mid-footer {
    padding: 30px 0 35px;
    color: #fff;
}
.mid-footer a{
    color: #fff;
}
.coppyright {
    background: #333;
    color: #aeaeae;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #181414;
}
.coppyright p{
    margin: 0;
}
ul.list-menu li{
    padding: 5px 0;
}
.switchboard{
    padding-bottom: 15px;
}
.top-footer {
    border-bottom: 1px solid #2f2e2e;
    padding: 30px 0 25px;
}

.collapsible,.collapsible-2 {
  background-color: #c62630;
  color: #fff;
  cursor: pointer;
  padding: 14px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 17px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid #eaeaea; 
  text-transform: none;
}

/*.active, .collapsible:hover {
  background-color: #073479;
  color: #fff;
}*/

.collapsible:after,.collapsible-2:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

 .collapsible.active:after {
  content: "\2212";
  color: #fff;
}
.collapsible-2:after{
    color: #0e7fad;
}
.collapsible:hover:after,.active:hover:after{
    color: #fff;
}
.content-ques{
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffe4e6;
}
.content-address {
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}
.content-ques p{
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.itemquestion.item_js.col-click.clicked {
    margin-bottom: 10px;
}
.answer{
    padding: 20px;
}
.item-why h3 {
    font-size: 18px;
    text-align: center;
}
button.collapsible-2 {
    border-color: #0e7fad;
    color: #0e7fad;
    background: #c0e9fa;
    background-position: 30px 20px;
    margin: 10px 0;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 4px 3px 5px rgba(000,000,000,0.5),inset 0 0 10px rgba(46,46,46,0.4);
    -webkit-box-shadow: 4px 3px 5px rgba(000,000,000,0.5), inset 0 0 10px rgba(46,46,46,0.4);
    box-shadow: 4px 3px 5px rgba(000,000,000,0.5), inset 0 0 10px rgba(46,46,46,0.4);
    border: 3px dashed;
}
/*.wrap_question_js{
    padding-top: 30px;
}*/
.breadcrumb>li+li:before{
    display: none;
}
.breadcrumb>li {
    display: inline-block;
    font-style: italic;
}

.breadcrumb{
        background-color: transparent;
        margin-bottom: 0px;
            padding: 15px 0px;
}
.entry-posts ul li::marker {
    font-size: 150%;
    color: #2e7a7a;
}
.contact{
    padding: 30px 0;
}
.page_contact {
    position: relative;
    z-index: 1;
}
/*.page_contact:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg_contact_1.png);
    height: 880px;
    width: 320px;
    position: absolute;
    right: 0;
    top: 0;
}*/
.left_contact ul li{
    padding: 8px 0;
    font-size: 18px;
}
.page_contact .left_contact {
    padding: 45px 0;   
}
.page_contact .title_contact {
    font-family: 'Roboto-Bold', sans-serif;
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 35px;
}
.page_contact .des_contact {
    line-height: 24px;
    color: #808080;
    margin-bottom: 40px;
    display: block;
}
.single-contact {
    margin-bottom: 30px;
    padding: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}
.single-contact .contact-icon i {
    line-height: 50px;
}
.single-contact .title-contact {
    color: #263036;
    font-size: 15px;
    
    margin-bottom: 15px;
    text-transform: uppercase;
}
.page_contact .right_contact {
    background: #f9fafb;
    padding: 45px 40px 30px;
    text-align: center;
}

.group_contact .form-group .form-control {
    border-radius: 0px !important;
    font-size: 14px;
    color: #263036;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.group_contact .btn-lienhe {
    border-radius: 3px;
    font-family: "Roboto",sans-serif;
    border: 1px #c62630 solid;
    background: #c62630;
    color: #fff;
    padding: 0px 20px;
    font-size: 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 0px;
}
.price-wrapper span {
    font-size: 25px;
}
span.woocommerce-Price-amount.amount {
    color: #cc0026;
    font-size: 21px;
    font-weight: 400;
}
.single-contact .contact-icon {
    border-radius: 50%;
    color: #fff;
    background: #073479;
    font-size: 20px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    display: block;
    width: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.group_contact .btn-lienhe:hover {
    background: #fff;
    color: #35c6df;
    border-color: #35c6df;
}
.group_contact .form-group {
    padding: 0px 15px;
    margin-bottom: 15px;
    color: #263036;
}
.group_contact .form-group .content-area {
    min-height: 100px;
    padding: 10px 15px;
    border-radius: 0 !important;
    resize: none;
    margin-bottom: 15px;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 8px;
    text-align: center;
    color: #333;
    padding: 9px 0;
    width: 40px;
    height: 40px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
     border-color: #000; 
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination .active:after{
    display: none;
}
.page-bot {
    text-align: center;
}
.m-3{
    margin-bottom: 20px;
    overflow: hidden;
}
.title-right {
    color: #fff;
    margin: 0;
    padding: 11px 15px;
    font-weight: normal;
    background-color: #c62630;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}
ul.tow-menu li a{
    display: block;
    padding: 10px;
    list-style-type: none;
    margin: 0 10px;
    padding-left: 0px;
    position: relative;
   
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #ffffff;
    color: #333;
    transition: all .5s ease;
}
ul.tow-menu li a:hover{
    color: #003579;
}
.group-menu {
    display: inline-block;
    width: 100%;
    border: 1px solid #c62630;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog_inner_n {
    margin-bottom: 7px;
}
.blog-l {
    max-width: 95px;
    vertical-align: top;
    padding: 5px 0;
}
.blog-l a,.blog-c a {
    color: #000;
    font-size: 14px;
    font-family: Roboto-Bold;
    margin: 0px;
}
.latest-blog img {
    display: block;
    position: relative;
    width: 100%;
}
.blog-c {
    max-width: calc(100% - 110px);
    margin-left: 7px;
}
.blog-l, .blog-c {
    display: inline-block;
}
.tag-item a {
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    color: #263036;
    font-family: "Roboto",sans-serif;
    padding: 7px 15px;
    line-height: normal;
    margin: 0 5px 5px 0;
    display: inline-block;
    word-break: break-all;
    position: relative;
    border-radius: 3px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.aside-content.list-tags,.list-news-latest.layered{
    padding-top: 20px;
}

.title-right-1 {
    font-family: "Roboto",sans-serif;
    margin: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    font-size: 14px;
    padding: 0 0 15px;
    margin-top: 20px;
}
.title-right-1 span {
    color: #c62630;
    font-family: "Roboto-Bold",sans-serif;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    display: inline-block;
    
}
.title-right-1 span:before {
    content: "";
    width: 70px;
    bottom: -16px;
    height: 2px;
    position: absolute;
    background: #c62630;
    left: 0;
}
.item_product_main .product-item-main {
    padding: 0 10px;
}
.item_product_main .product-item-main .product-thumbnail {
    position: relative;
}
.item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: 250px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.item_product_main .product-item-main .product-thumbnail .image_thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(6 108 235 / 70%);
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.item_product_main .product-item-main .button_views {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
}
.item_product_main .product-item-main .button_views img {
    max-width: 100%;
    margin: 0 auto;
}
.item_product_main .product-item-main .product-bottom {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0px 15px;
    position: relative;
}
.item_product_main .product-item-main .product-bottom .product-name {
    font-family: "Roboto-Bold",sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 24px;
}
.item_product_main .product-item-main .product-bottom .product-name a {
    color: #073479;
    text-decoration: none;
}
.item_product_main .product-item-main:hover .product-thumbnail .button_views {
    opacity: 1;
}
.item_product_main .product-item-main:hover .product-thumbnail .image_thumb:before {
    opacity: .6;
}
.title_page_h1 {
    font-family: "Roboto-Bold",sans-serif;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    line-height: 35px;
}
.page-detail .entry-meta span {
    color: #2e7a7a;
    font-weight: bold;
}
.page-detail .entry-meta .left {
    float: left;
}
.page-detail .entry-meta {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.page-detail .entry-meta .right {
    float: right;
}
.page-detail .entry-meta .right span {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 10px;
}
.page-detail .entry-posts {
    margin: 20px 0;
    text-align: justify;
}
.page-detail .entry-posts p{
    line-height: 28px;
}
.page-detail .entry-posts h3 {
    font-size: 18px;
    padding: 10px 0 5px 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #d5c4a9;
    color: #333;
    line-height: 1.5;
    position: relative;
    font-family: Roboto-Bold;
}
.page-detail .entry-posts h2 {
    font-family: Roboto-Bold;
    font-size: 20px;
    position: relative;
    
    color: #00347b;
    
}
.page-detail .entry-posts ul li{
    list-style: disc;
    margin-left: 20px;
}
.blog-inner {
    overflow: hidden;
}
.entry-title {
    text-transform: uppercase;
    color: #2e7a7a;
    font-family: "Roboto-Bold";
    position: relative;
    margin: 30px 0;
    font-size: 15px;
}
.entry-title i {
    font-size: 22px;
    margin-right: 10px;
}
.page-title h1, .page-title h2 {
    display: inline-block;
    position: relative;
    font-family: "Roboto-Bold",sans-serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 32px;
    padding-bottom: 20px;
}
.entry-posts-n p {
    font-size: 16px;
    line-height: 30px;
}
.entry-posts-n ul li{
    list-style: disc;
    margin-left: 20px;
    padding: 10px 0;
}
a.link{
    float: right;
    color: #c62630;
}
.entry-date {
    font-size: 13px;
    color: #acacac;
}
.entry-date i{
    padding-right: 5px;
}
.navbar-default{
    margin-bottom: 0;
}
.dropdown-menu{
    font-size: 17px;
}
.dropdown-menu>li>a{
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #c62630;
}
.dropdown-menu>li>a{
    color: #fff;
}
.dropdown-menu>li>a:hover{
    color: #000;
    background-color: #fff;
}
.navbar-nav ul.sm-nowrap > li > a{
    text-transform: uppercase;
}
.dropdown-menu{
    padding: 0;
    min-width: 174px !important;
    background: #c62630;
    color: #fff;

}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background-color: #c62630;
}
.entry-content .time_post {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #abb2c3;
   
}
.breadcrumb_background { 
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
   background: #e2e2e2;
}
.breadcrumb_background .title_page_breadcrumb, .breadcrumb_background h1 {
    font-size: 15px; 
    line-height: 26px; 
}
.list-blogs .content__ h2{
    font-size: 18px;
    padding-bottom: 8px;
}
.bread-crumb {
    background: transparent;
    margin-bottom: 0px;
}
.a-left {
    text-align: left !important;
}
.breadcrumb {
    
    margin: 0;
    font-size: 15px;
    padding: 15px 0px 15px;
    border-radius: 0;
    
    line-height: 24px;
    background-color: transparent;
    
}

.breadcrumb li .mr_lr {
    padding: 0px 0px;
    color: #c62630;
}
.breadcrumb li span{
    color: #000;
}
.breadcrumb li a span {
    color: #c62630;
}
.navbar{
    border-radius: 0;
    border:0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
#toTop {
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #003579;
    z-index: 888;
    position: fixed;
    right: 30px;
    bottom: 50px !important;
    top: auto !important;
    border-radius: 100%;
    text-align: center;
    padding-top: 12px;
    transition: all .5s ease-in;
}
#toTop:hover{
    background: #073479;
}
.img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
 .box-inner {
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    transition: all .4s ease-in;
}

/*.box-inner:before {
    content: '1';
    bottom: -48px;
    left: 2px;
    font-size: 180px;
    color: rgb(255 255 255 / 10%);
    position: absolute;
    display: inline-block;
    font-family: UTM-Isadora;
}*/
.box-inner .title {
    text-align: center;
    margin: 35px auto 5px;
    z-index: 10;
    position: relative;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-family: Roboto-Bold;
}
.box-inner .title a{
    color:#fff;
}
.box-inner .caption span {
    display: block;
    color: #fff;
    font-size: 17px;
}
.box-inner .caption {
    position: relative;
    z-index: 999;
}

.section-5 {
    background: url(../images/bg-pp.jpg) no-repeat;
    background-size: cover;
    padding: 3em 0;
}
.section-5 .col-inner {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    background: #fff;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    min-height: 580px;
}
.section-5 .col-inner .entry-title {
    background: #073479;
    border-radius: 10px 10px 0 0;
    padding: 30px 5px;
    color: #fff;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.white-n{
    color: #fff !important;
}
.section-5 .col-inner .entry-desc {
    padding: 0 20px;
    text-align: justify;
    line-height: 25px;
}
.section-5 .col-inner .btn-readmore {
    
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 30px 0;
    
}
.section-5 .col-inner .btn-readmore i {
    font-size: 16px;
    margin: 0 10px;
}
.bg-nn{
    background: #fafafa;
}
.item_wrap_blog{
    box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 20px;
    transition: all .5s ease-out;
}
.item_wrap_blog:hover{
    box-shadow: 0 0 1px 1.5px rgb(198 38 48);
}
#h1-page {
    overflow: hidden;
    color: #333;
    line-height: 40px;
    display: block !important;
    font-family: 'Roboto-Bold';
    font-size: 22px;
    padding-bottom: 10px;
}
.area_price strong {
    display: inline-block;
    overflow: hidden;
    font-size: 24px;
    color: #ee3137;
    vertical-align: middle;
    margin-right: 5px;
}
button#buy-now {
    background: #ee3137;
    color: #fff;
    border-color: #ee3137;
    font-size: 16px;
    text-transform: uppercase;  
    padding: 10px 20px;
    border:0;
}
button#buy-now:hover{
    background: #333;
    transition: all .5s ease-in-out;
}
a#buy-now {
    background: #ee3137;
    color: #fff;
    border-color: #ee3137;
    font-size: 16px;
    text-transform: uppercase;  
    padding: 10px 20px;
    border:0;
}
a#buy-now:hover{
    background: #333;
    transition: all .5s ease-in-out;
}
.product-price-container.is-normal {
    padding: 10px 0;
}
.wrap-addcart {
    padding-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #c62630;
    color: #fff;
}
.thongtin-ct .nav-tabs > li > a {
    transform: skew(0deg);
    padding: 10px 20px;
    font-family: 'Roboto-Bold';
}
.tab-content{
    padding-top: 10px;
}
.mark-links p {
    line-height: 28px;
    
    
}
.item_dv_ {
    padding-top: 10px;
    padding-bottom: 2em;
}
.s-content p{
    line-height: 28px;
}
.s-content ul li{
    padding: 8px 0;
    list-style: disc;
    margin-left: 20px;
}
.s-content ul {
    list-style: disc;
}
.title-box-news{
    font-size: 22px;
}
.about_right img.main_img {
/*    width: 65%;*/
    position: relative;
    /*border: 4px solid #4CAF50;
    padding: 1em;*/
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.about_right img.top_img1 {
   /* width: 65%;
    position: absolute;
    left: 30%;
    top: 90%;*/
   /* border: 4px solid #2196F3;
    padding: 1em;*/
}
.about_right img.top_img2 {
    width: 65%;
    position: absolute;
    left: 35%;
    top: 25%;
   /* border: 4px solid #F44336;
    padding: 1em;*/
}
.position {
    position: absolute;
    top: -60px;
}
.top-header {
    padding: 4px 0;
    position: relative;
    background: #000;
}
.title_module_main_{
    position: relative;
    padding-bottom: 0em;
}
/*.title_module_main_:before {
    content: "";
    width: 80px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
   
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    background-image: url(../images/wave-left.png);
}*/
.li_menu_mb{
    display: none !important;
}
.all-price {
    overflow: hidden;
    display: block;
    padding: 10px 0;
    text-align: center;
}
.product-item-price {
    font-size: 15px;
    color: #7d0404;
    font-weight: 700;
    margin-bottom: 2px;
    overflow: hidden;
    line-height: 1;
    padding-top: 5px;
}
span.price-sale {
    color: #7d0404;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 15px;
    float: none;
    padding-right: 30px;
}
.xem-nhanh, .mua-hang {
    width: 50%;
    float: left;
    text-align: center;
    background: #f2f2f2;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.mua-hang {
    background: #c62630;
    transition: all .5s ease-in-out;
}
.mua-hang a {   
    color: #fff;
}
.mua-hang:hover{
    background: #333;
    color: #fff;
}
.mua-hang:hover a {   
    color: #fff;
}
.xem-nhanh:hover{
    color: #fff;
    background: #333;
}
.sale-all {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.sale-tour {
    position: relative;
}
.sale-tour span {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    left: 13px;
    bottom: 8px;
}
.col-img-ha {
    padding-bottom: 11px;
}
.list-img-ha .m-1:nth-child(4n+1) {
    clear: both;
}
.list-img-ha img {
    
    border-radius: 10px;
}
.list-img-ha .m-1 {
    padding: 5px;
}
.note_dv_kh {
    color: #000;
    border: dashed 1px #000;
    border-radius: 20px;
    padding: 20px 10px;
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 2em;
    font-family: Roboto-Bold;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.mini-cart {
    z-index: 10;
    text-align: center;
    position: absolute;
    right: 60px;
    top: 10px;
}
.navbar-right{
    margin-right: 0;
}
.header-main .heading-cart>a {
    color: #818181;
    position: relative;
    display: inline-block;
    width: 40px;
}
.heading-cart>a i {
    font-size: 26px;
    vertical-align: -6px;
}
.heading-cart #cart-total {
    position: absolute;
    top: -6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fa360a;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    left: 12px;
    font-weight: 300;
}
.heading-cart a{
    color: #fff;
}
.section-3{
    background: #fafafa;
    padding: 4em 0 1em 0;
}
.section-3>.container{
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
 .clear:nth-child(4n+1){
        clear: both;
    }
 .clear-n:nth-child(3n+1){
        clear: both;
    }
.quantity.buttons_added input {
    height: 32px;
    min-height: inherit;
    line-height: 32px;
    min-width: 32px;
    margin: 0 -2px;
}
.quantity.buttons_added{
    width: 100%;
    display: block;
    padding-bottom: 25px;
}
.modal-body{
    padding: 30px 20px;
}
.screen-reader-text{
        clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.quantity input[type="number"]{
    border: 1px solid #ddd;
}
.run-bar{
    background: #E9E9E9;
    height: 2px;
    width: 100%;
    position: relative;
    border-radius: 30px;
    margin: 0 0 23px 0;
    transition: 0.5s;
}
.run-bar::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: #073479;
    color: #073479;
    border-radius: 10%;
    -webkit-animation: run-bar-vertical 6s linear infinite alternate;
    -moz-animation: run-bar-vertical 6s linear infinite alternate;
    -o-animation: run-bar-vertical 6s linear infinite alternate;
    animation: run-bar-vertical 6s linear infinite alternate;
    opacity: 1;
    z-index: 1;
    transition: 0.5s;
}
.pagination{
    margin: 10px 0;
}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
   
    .section_subscribe:before{
        min-height: 240px;
        left: -280px;
    }
    .content_danhgia{
        padding: 30px;
    }
   
    .danhmuc-sp li a{
        padding: 9px 10px;
    }
    .navbar-default .navbar-nav>li>a{
        padding: 30px 15px;
        font-size: 16px;
    }
    .content_danhgia p{
        font-size: 14px;
    }
    .item_dv{
        padding-bottom: 0;
    }
    .mini-cart{
        right: 42px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .item_dv {

    padding-bottom: 0em;
}
     .clear:nth-child(2n+1){
        clear: both;
    }
    .content_danhgia{
        padding: 30px;
    }
    .content_danhgia p{
        font-size: 14px;
    }
    .about_right img.top_img1{
        display: none;
    }
    .about_right img.main_img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .white{
        font-size: 20px !important;
    }
    .topbar ul li{
        margin-left: 10px;
    }
    .logo {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav>li>a{
   padding: 20px 10px;
    font-family: Roboto;
    transition: all .5s ease-in-out;
    font-size: 14px;
}
.navbar{
    padding: 10px 0;
}
.logo-wrapper img {
    height: 60px;
}
.navbar-collapse,header.header-n .container{
    padding: 0;
}
.col-qt {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
.col-qt:nth-child(3n+1) {
    clear: both;
}
.step_quytrinh {
    display: block;
}
.section_subscribe .wrap_.wrap_left .block_position{
    width: 100%;
    margin-right: 0;
    position: static;
}
.section_subscribe:before{
    display: none;
}
.section_subscribe .wrap_.wrap_right .textright{
    text-align: center;
    padding-top: 30px;
}
.section_subscribe .wrap_.wrap_right {
    padding-left: 0px;
}
.section_subscribe .wrap_.wrap_right .form_km form{
    width: 100%;
}

.blocklogo {
    text-align: center;
    padding-bottom: 30px;
}
.widget-ft {
    padding-bottom: 20px;
}
.page-title h1, .page-title h2{
    font-size: 30px;
}
.item_product_main .product-item-main .product-thumbnail .image_thumb{
    height: 325px;
}
.box-inner{
    margin-bottom: 15px;
}
.about_right img.main_img{
    margin-bottom: 20px;
}
.awe-section-2 {
    padding: 30px 0 30px 0;
   
}
.section-3 {
    
    padding: 2em 0 1em 0;
}
    .department-item {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 20px;
}
 .mail i{
    display: none;
 }
.nav-right{
    float: none;
}
.li_menu_mb{
    display: block !important;
}
.news-n .blog-inner{
        padding-bottom: 25px;
    }
}
@media (max-width: 767px){
    .item_wrap_blog{
        margin: 10px -10px;
    }
    .awe-section-2 {
    padding: 10px 0 0px 0;
    
}
    .about_right img.main_img{
        margin-bottom: 20px;
    }
    .content__ h2 {
    font-size: 15px;
   
}
    .news-n .blog-inner{
        padding-bottom: 15px;
    }
    .page_contact .title_contact{
        font-size: 18px;
    }
        .xem-nhanh {
        display: none;
    }
     .clear-n:nth-child(3n+1){
        clear: none;
    }
     .clear-n:nth-child(2n+1){
        clear: both;
    }
    
    .xem-nhanh{
        display: none;
    }
.section-3>.container{
    margin-bottom: 10px;
}
    .clear:nth-child(2n+1){
        clear: both;
    }
    .logo-wrapper img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    button.navbar-toggle{
        padding-top: 22px;
    }
    .collapse {
    display: block !important;

}

    .li_menu_mb{
    display: block !important;
}
    .blog-img.not_radius img{
        height: auto;
    }
    .thongtin-ct {
    padding-top: 20px;
}
    .awe-section-5{
        padding: 1em 0;
    }
    .col-inner ul li{
        float: none;
        width: 100%;
    }
    .about_right img.top_img1{
        position: static;
    }
    .hotline span.call{
        margin: 0;
    }
    .navbar-header,.nav-right{
    float: none;
}
    .position{
        position: static;
        padding-top: 20px;
    }
    .right-n{
        float: none;
        padding-right: 0;
        text-align: center;
        padding-top: 0;
    }
    .logo img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
   
    .item_dv {
    padding-top: 0em;
}
.xem-nhanh, .mua-hang{
    width: 100%;
    float: none;
}
.item_dv{
    padding: 0;
}
.pic-img img {
    height: 94px;
}
    .note_dv_kh{
    margin: 20px 0 0 0;
}
.wrap_question_js {
    padding-top: 0;
}
span.price-sale{
    padding-right: 0;
    padding-bottom: 10px;
    display: block;
}
.title_module_main{
    font-size: 22px;
    padding-bottom: 20px;
}
    .box-inner{
        margin-bottom: 15px;
    }
    .section_quytrinh{
        padding: 2em 0;
    }
    .section_about{
            padding: 20px 0 20px 0;
    }
    .department-item {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 20px;
}
    .page_contact:before{
        top: 0;
    }
    .group_contact .btn-lienhe{
        margin-bottom: 20px;
    }
    .page_contact .right_contact{
        padding: 0;
    }
    .section_subscribe{
        margin-top: 0;
    }
    .entry-posts-n p{
        text-align: justify;
    }
    .topbar{
        height: auto;
    }
    .logo{
        padding: 10px 0;
        text-align: center;
    }
    .step_quytrinh {
     display: block; 
    }
    .section_about .department-tab2{
        padding: 10px;
    }
    .section_about .department-tab2-text{
        font-size: 15px;
    }
    .section_quytrinh .wrap_quytrinh .wrap_title_position{
    line-height: 35px;
    padding: 0;
    padding-bottom: 20px;
    }
    .white{
        font-size: 18px !important;
    }
    .col-qt{
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
    .col-qt:nth-child(2n+1){
        clear: both;
    }
    .item.all-list-news{
        padding: 0 15px;
    }
    .content_danhgia{
        padding: 20px;
    }
    section.awe-section-6{
        padding: 2em 0;
    }
    .section_subscribe .wrap_.wrap_left .block_position{
        position: static;
        margin-right: 0;
        width: 100%;
    }
    .section_subscribe .wrap_.wrap_right{
        padding-left: 0;
        padding-top: 20px;
    }
    .section_subscribe .wrap_.wrap_right .textright{
        font-size: 22px;
        text-align: center;
    }
    .section_subscribe .wrap_.wrap_right .form_km form{
        width: 100%;
    }
    .section_subscribe:before{
        display: none;
    }
    .blocklogo {
    text-align: center;
    padding-bottom: 30px;
}
.form_register{
    width: 100%;
}
.social-footer{
    padding-top: 20px;
}
.widget-ft {
    padding-top: 15px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #000;
        width: 40px;
        height: 1px;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 8px;
    }
    .change .icon-bar.bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .icon-bar.bar2 {opacity: 0;}

.change .icon-bar.bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -5px);
  transform: rotate(45deg) translate(-8px, -5px);
}
   .navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    margin: 5px 0;
    float: left;
}
header.header-n{
    height: auto;
}
.navbar-default .navbar-nav>li>a{
    padding: 10px 25px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 20px;
    
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #000;
    text-transform: capitalize;
}
.hotline a{
    font-size: 18px;
    margin-right: 5px;
}
.icon_search {
    padding-top: 10px;
}
.title-dm{
    padding: 12px 20px;
    font-size: 15px;
}
}

@media (max-width: 767px) {
    footer{
        padding-bottom: 100px;
    }
    div#call,div#call3,div#call2,div#call4 {
    display: none;
}
    #footer1{
        display: block !important;
    }
    .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
}
#footer1 a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
#footer1 img {
    width: 30%;
    max-width: 30px;
    min-width: 20px;
    vertical-align: middle;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}
 .table > tbody > tr > td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    width: 33.33%;
}
th, td {
    border: 1px solid rgba(255,255,255,.8);
    padding: 5px;
    border-width: 0 1px 1px 0;
}
.tb_call > td {
    background: none !important;
}
div.show{
        opacity: 1 !important;
}