/*==========font-face==========*/
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Thin.otf);
    font-style: normal;
    font-weight: 200
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Light.ttf);
    font-style: normal;
    font-weight: 300
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Book.otf);
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Book-Italic.otf);
    font-style: italic;
    font-weight: 400
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Regular.otf);
    font-style: normal;
    font-weight: 500
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Bold.ttf);
    font-style: normal;
    font-weight: 600
}
@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Bold-Italic.otf);
    font-style: italic;
    font-weight: 600
}
@font-face {
    font-family: UTM-Swiss-Condensed;
    src: url(../fonts/UTM-Swiss-Condensed.ttf);
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: UTM-Swiss-Condensed;
    src: url(../fonts/UTM-Swiss-Condensed.ttf);
    font-style: normal;
    font-weight: 500
}
@font-face {
    font-family: UTM-Swiss-Condensed;
    src: url(../fonts/UTM-Swiss-CondensedBold.ttf);
    font-style: normal;
    font-weight: 600
}
body,html{
    font-family: UTM-Swiss-Condensed;
    color: #555;
    font-weight: 400;
    font-size: 16px;
}
a,a:hover{
    text-decoration: none;
}
a:hover{
    color: #ec5f2c;
}
/*==========#font-face==========*/

/*==========header==========*/
#header{
    width: 100%;
    box-shadow: 0 0 20px #00000045;
    position: relative;
}
#header .top-nav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#header .top-nav ul{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .top-nav li{
    float: left;
    margin-left: 30px;
}
#header .top-nav,#header .top-nav li,#header .top-nav li a,#header .top-nav button{
    color: #6f6f6f;
    font-size: 0.6875rem;
    font-weight: 500;
}
#header .top-nav .dropdown button{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
#header .top-nav .dropdown .dropdown-item{
    padding: 5px 10px;
}
#header .top-nav .dropdown .dropdown-menu{
    padding: 0px;
}
#header .top-nav .dropdown .dropdown-toggle::after{
    position: relative;
    top: 2px;
}
#header .main-nav{
    padding: 5px 0 0;
    background-color: #fff;
    border-bottom: 3px solid #313131;
}
.back-top{
    padding: 10px 0;
    background-image: url(../img/back-top.png);
    background-size: 100% 100%;
}
#header .main-nav .body-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .main-nav .body-nav ul{
    list-style: none;
    padding-left: 0px;
}
#header .main-nav .body-nav ul li{
    float: left;
    padding: 5px 20px;
}
#header .main-nav .main-menu > ul > li, #header .main-nav .main-menu > ul > li a{
    color: #333;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
}
#header .main-nav .main-menu > ul > li:first-child{
    padding-left: 0px;
}
#header .main-nav .main-menu > ul > li:nth-last-child(3){
    padding-right: 0px !important;
}
#header .main-nav .main-menu > ul > li a:hover{
    color: #f77220 !important;
}
#header .main-nav .main-menu > ul > li.active a{
    color: #f77220 !important;
    font-weight: bold;
}
#header .main-nav .main-menu > ul > li:hover{
    border-radius: 20px;
}
#header .main-nav .main-menu > ul > li:hover a{
    color: #f77220 !important;
}
#header .main-nav .main-menu > ul > li.hot{
    background-color: #e88960;
    border-radius: 3px;
    margin-left: 15px;
    border-radius: 20px;
}
.button-hot{
    background-color: #e88960;
    border-radius: 3px;
    margin-left: 15px;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.button-hot:hover{
    background-color: red;
}
#header .main-nav .main-menu > ul > li.hot a{
    color: #fff !important;
}
#header .main-nav .main-menu > ul > li.hot:hover{
    background-color: red;
}
#header .main-nav .main-menu > ul > li.hot a:hover{
    color: #fff;
}
#header.header-fix{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
#header.header-fix .top-nav{
    
}
#header.header-fix .top-nav .li-hotline a{
    color: #fff !important;
}
#header.header-fix .main-nav{
   /* background-color: #000000b0;*/
}
#header .logo img{
    transition: 0.3s;
    height: 57px;
}
#header.header-fix .logo img{
    /*height: 44px;*/
}
.h-fix{
    width: 100%;
    z-index: 9;
}
#header.h-fix .main-nav .main-menu > ul > li, #header.h-fix .main-nav .main-menu > ul > li a{
    color: #636466;
    font-weight: bold;
}
#header.header-fix .main-nav .main-menu > ul > li a{
    /*color: #fff;*/
}
/*==========#header==========*/

/*==========footer==========*/
footer{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#footer{
    background-image: url(../img/bg-fot.png);
    background-size: 100% 100%;
}
#footer h3{
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 17px;
}
#footer p{
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
}
#footer ul{
    padding-left: 0;
}
#footer ul li{
    margin-bottom: 7px;
}
#footer ul li,#footer ul li a{
    color: #fff;
    font-size: 15px;
}
#footer ul li,#footer ul li a:hover{
    color: #999797;
}
.main-fot ul{
    list-style: none;
}
.main-fot ul li,.main-fot ul li a,.main-fot p,.main-fot a{
    color: #403e3e;
    font-size: 0.6875rem;
}
.main-fot ul li:before{
    /*content: "\2022";
    color: #f17b23;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 1rem;
    margin-left: -1em;
    position: relative;
    top: 3px;*/
}
/*==========#footer==========*/


/*==========main==========*/
.owl-stage{
    display: flex;
}
.owl-stage-outer{
    overflow: hidden;
}
.box1-slide .owl-stage{
    display: flex;
}
.box1-slide .owl-stage-outer{
    overflow: hidden;
}
.box1-slide .owl-nav{
    display: none;
}
.owl-carousel-cus .owl-stage{
    display: flex;
}
.owl-carousel-cus .owl-stage-outer{
    overflow: hidden;
}
.owl-carousel-cus .owl-dots{
    display: none;
}
.owl-carousel-cus .owl-dots{
    text-align: center;
}
.owl-carousel-cus .owl-dots button{
    background-color: transparent;
    border: none;
    outline: none;
}
.owl-carousel-cus .owl-dots button span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #dadada;
}
.owl-carousel-cus .owl-dots button.active span{
    width: 30px;
    background-color: #f17b23;
}

.owl-carousel-cus2 .owl-stage{
    display: flex;
}
.owl-carousel-cus2 .owl-stage-outer{
    overflow: hidden;
}
.owl-carousel-cus2 .owl-dots{
    display: none;
}
.owl-carousel-cus2 .owl-dots{
    text-align: center;
}
.owl-carousel-cus2 .owl-dots button{
    background-color: transparent;
    border: none;
    outline: none;
}
.owl-carousel-cus2 .owl-dots button span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #dadada;
}
.owl-carousel-cus2 .owl-dots button.active span{
    width: 30px;
    background-color: #f17b23;
}
.img-cus{
    display: inline-block;
}
.img-cus img{
    width: 179px;
    height: 179px;
    border-radius: 50%;
    overflow: hidden;
}
.cus-item h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
.cus-item p{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.owl-carousel-cus{
    position: relative;
}
.owl-carousel-cus .owl-prev,.owl-carousel-cus .owl-next{
    font-size: 100px;
    line-height: 100px;
    border: none;
    background-color: transparent;
    outline: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #e1e1e1;
}

.owl-carousel-cus2{
    position: relative;
}
.owl-carousel-cus2 .owl-prev,.owl-carousel-cus2 .owl-next{
    font-size: 100px;
    line-height: 100px;
    border: none;
    background-color: transparent;
    outline: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #e1e1e1;
}
#id-dkn{
    background-image: url(../img/cus-dk.png);
    background-size: 100% 100%;
}
.owl-carousel-cus .owl-prev{
    left: -70px;
}
.owl-carousel-cus .owl-next{
    right: -70px;
}
.owl-carousel-cus2 .owl-prev{
    left: -70px;
}
.owl-carousel-cus2 .owl-next{
    right: -70px;
}
h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.h2-des{
    font-size: 17px;
    color: #999;
}
.box-img{
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
}
.box-img img{
    transition: 0.3s;
    max-width: 100%;
}
.box-img img:hover{
    /*transform: scale(1.1);*/
}
.more-box2{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
    background-color: #707070;
}
.more-box2:hover{
    color: #fff;
    background-color: #f7ce0c;
}
.item-box5{
    display: flex;
}
.box-des h3,.box-des h3 a{
    color: #999;
    font-size: 17px;
}
.box-des p{
    font-size: 14px;
    color: #999;
}
.des-status a{
    font-size: 10px;
    color: #666;
    border-right: 1px solid #666;
    margin-right: 10px;
    padding-right: 10px;
}
.des-status a:nth-child(1){
    font-weight: bold;
}
.des-status a:nth-child(2){
    color: #999;
}
.des-status a:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    color: #ccc;
}
.more-box5{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
    background-color: #b48b29;
}
.more-box5:hover{
    background-color: #707070;
    color: #fff;
}
.ul-list-dv{
    list-style: none;
    padding-left: 0px;
}
.ul-list-dv li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
}
.ul-list-dv li img{
    margin-right: 15px;
}
.ul-list-dv li h3{
    font-size: 20px;
    color: #666;
}
.ul-list-dv li p{
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
}
.back-gray-box5{
    background-color: #ebebeb;
}
.ul-list-dv .active:before{
    content: '';
    border-right: 10px solid #555;
    z-index: 9;
}
.ul-list-dv li:before{
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 10px;
}
.ul-list-dv li.active{
    background-color: #555;
}
.ul-list-dv li.active h3,.ul-list-dv li.active p{
    color: #fff;
}
.d6-flex{
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap-reverse;
    display: flex;
}
.box6-back{
    background-image: url(../img/bnh.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.box6-back h2,.box6-back p{
    color: #fff;
}
.div-local{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.div-local a{
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    padding: 11px 15px;
    background-color: #b48b29;
}
.form-home input{
    height: 35px;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.he-100{
    height: 100%;
}
.content-dk{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.form-home{
    padding-bottom: 50px;
}
.form-home textarea{
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #000;
    font-weight: 400;
}
.form-home button{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
    border: none;
}
.slide-item{
    position: relative;
}
.slide-item img{
    object-fit: cover;
    width: 100%;
}
.content-slide{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-slide p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.content-slide .h2{
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.box1-slide .owl-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
.box1-slide .owl-dots button{
    padding: 0px;
    border: none;
    box-shadow: none;
    margin: 3px 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.disp{
    display: flex;
}
.modal-header{
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}
.box1-slide .owl-dots button span{
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #161617;
}
.box1-slide .owl-dots button.active{
    background-color: #eb4b25;
}
.box1-slide .owl-dots button.active span{
    background-color: #eb4b25;
}
.content-banner{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30%;
}
.content-banner h3{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.content-banner p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.side-right{
    margin-bottom: 25px;
}
.right-search {
    height: auto;
    overflow: hidden;
    border: 1px solid #cdcccc;
    border-radius: 2px;
}
.right-search .form-group {
    margin-bottom: 0px !important;
}
.right-search button {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 8px 12px;
    margin-top: 1px;
    color: #707070;
}
.right-search button:before{
    content: '';
    height: 20px;
    width: 3px;
    background-color: #ffb600;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.right-search .form-control {
    height: 40px !important;
    border: none;
    box-shadow: none;
    margin-bottom: 0px !important;
}
.matb5 {
    margin-bottom: 5px !important;
}
.side-cate {
    list-style: none;
    padding-left: 0px;
}
.side-cate > li {
    border-bottom: 1px dashed #d9d8d8;
    padding-top: 8px;
    padding-bottom: 3px;
}
.side-cate > li, .side-cate >li >a {
    font-size: 17px;
    color: #999;
    display: inherit;
    position: relative;
}
.side-tit {
    font-size: 20px !important;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.side-cate >li >a span{
    color: #fff;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffc73c;
    font-size: 14px;
    float: right;
}
.item-news-r h3,.item-news-r h3 a{
    color: #999;
    font-size: 15px;
}
.item-news-r p{
    color: #666;
    font-size: 14px;
}
.item-list-news h3,.item-list-news h3 a{
    color: #999;
    font-size: 20px;
}
.more{
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background-color: #707070;
}
.item-list-news p{
    font-size: 14px;
    color: #999;
}
.pagin a, .pagin strong{
    color: #161617;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    border-radius: 22px;
    padding: 3px 11px;
    margin-left: 10px;
    margin-right: 10px;
}
.pagin strong{
    color: #f77220;
    position: relative;
}
.pagin strong:after{
    content: '';
    height: 2px;
    width: 25px;
    background-color: #f77220;
    display: inherit;
    position: absolute;
    bottom: 9px;
}
.ul-status {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.ul-status li{
    font-size: 15px;
    float: left;
    margin-right: 15px;
}
.item-list-news{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}
/*==========#main==========*/
.content-text,.content-text p{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 28px;
    color: #1c2534;
}
p,a{
   color: #1c2534; 
}
.ul-content-text{
    list-style: none;
}
.ul-content-text li,.ul-content-text a{
    font-weight: bold;
    font-size: 16px;
} 
.f32{
    font-size: 28px !important;
}
.f40{
    font-size: 40px !important;
}
.f24{
    font-size: 24px !important;
}
.f18{
    font-size: 18px !important;
}
.f30{
    font-size: 30px !important;
}
.clf{
    color: #fff !important;
}
.cl333{
    color: #333 !important;
}
.back-box-1{
    background-color: #f17b23;
    padding: 45px 0 0 0;
    background-repeat: no-repeat;
}
.box2-left{
    padding: 200px 0;
}
.p-fix{
    line-height: 32px;
}
.back-box-2{
    background-image: url(../img/bg-h2.png);
    background-size: cover;
    padding: 150px 0 150px 0;
    background-repeat: no-repeat;
}
.back-box-2 p, .back-box-2 a, .back-box-2 li{
    color: #fff;
}
.box-line-product{
    margin-top: 15px;
    background-color: #1c2534;
    padding: 25px 15px 5px 15px;
    height: 100%;
}
.box-line-product p{
    font-size: 14px;
    font-weight: 400;
}
.box-line-product p:first-child{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.box-line-product p:first-child span{
    font-size: 28px;
}
.d-flex{
    display: flex;
}
.box-line-product p:last-child{
    margin-bottom: 0px;
}
.back-cam{
    background-color: #e88960;
    padding: 140px 110px;
}
.back-cam-rule{
    background-color: #24211f;
}
.back-cam-rule p{
    color: #fff;
    font-size: 13px !important;
    font-weight: 300;
}
.back-cam p{
    color: #fff;
}
.fot-rule{
}
.fot-rule ul{
    list-style: none;
    margin-bottom: 0;
}
.fot-rule ul li{
    float: left;
}
.fot-rule-left{
    display: flex;
    align-items: center;
}
.fot-rule ul li a,.fot-rule ul li{
    font-size: 0.719rem !important;
    color: #fff;
}
.fot-rule ul li{
    margin: 0 !important;
    padding: 11px 5px;
}
.fot-rule img{
    width: 23px;
    object-fit: contain;
}
.fot-rule ul li:hover{
    
}
.fot-rule-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form-home input::placeholder,.form-home textarea::placeholder {
  color: #000
}

.form-home input:-ms-input-placeholder,.form-home textarea:-ms-input-placeholder {
  color: #000
}

.form-home input::-ms-input-placeholder,.form-home textarea::-ms-input-placeholder {
  color: #000
}
.mt35{
    margin-top: 35px !important;
}
.mt124{
    margin-top: 124px !important;
}
.back-xam{
    background-color: #f7f7f7;
    padding: 50px 0;
}
.wraper{
    overflow: hidden;
    background-color: #fff;
}
.giuseart-mobile-contact-bar {
    display: none
}

.giuseart-pc-contact-bar {
    right: 13px;
    bottom: 70px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0
}

.giuseart-pc-contact-bar li {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    list-style: none;
    background-repeat: no-repeat !important;
    background-size: contain;
    margin-bottom: 8px;
    background-position: center !important;
    cursor: pointer;
    position: relative;
}

.giuseart-pc-contact-bar li:hover{
}

.giuseart-pc-contact-bar li.facebook {
    background: url(../img/r-mes.svg);
}

.giuseart-pc-contact-bar li.hotline {
    background: url(../img/r-phone.svg);
}

.giuseart-pc-contact-bar li.email {
    background: url(../img/r-email.svg);
}

.giuseart-pc-contact-bar li.zalo {
    background: url(../img/r-zalo.svg);
}

.giuseart-pc-contact-bar li.down {
    background: url(../img/r-down.svg);
}

.giuseart-pc-contact-bar li.facebook:hover {
    background: url(../img/r-mes-h.svg);
}

.giuseart-pc-contact-bar li.hotline:hover {
    background: url(../img/r-phone-h.svg);
}

.giuseart-pc-contact-bar li.email:hover {
    background: url(../img/r-email-h.svg);
}

.giuseart-pc-contact-bar li.zalo:hover {
    background: url(../img/r-zalo-h.svg);
}

.giuseart-pc-contact-bar li.down:hover {
    background: url(../img/r-down-h.svg);
}

.giuseart-pc-contact-bar li a {
    display: inline-block;
    height: 30px;
    width: 30px;
}
.bread-crumb{
    padding: 30px 0;
}
.giuseart-pc-contact-bar li span{
    display: none;
    position: absolute;
    white-space: nowrap;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 20px;
    background-color: #ec5f2c;
    color: #fff;
    border-radius: 8px;
}
.giuseart-pc-contact-bar li:hover span{
    display: inline-block;
}
.ul-da{
    list-style: none;
    padding-left: 0px;
}
.ul-da li,.ul-da li a{
    font-size: 24px;
    font-family: SVN-Gotham;
}
.ul-da li{
    margin-bottom: 10px;
}
.item-da{
    position: relative;
}
.fot-rule .rule-icon li {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    list-style: none;
    background-repeat: no-repeat !important;
    background-size: contain;
    margin-bottom: 8px;
    background-position: center !important;
    cursor: pointer;
    position: relative;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.rule-icon li a {
    display: inline-block;
    height: 30px;
    width: 30px;
}
.rule-icon li.behance{
    background: url(../img/Behance.svg);
}
.rule-icon li.facebook{
    background: url(../img/Facebook.svg);
}
.rule-icon li.instagram{
    background: url(../img/Instagram.svg);
}
.rule-icon li.linkedin{
    background: url(../img/Linkedin.svg);
}
.rule-icon li.pinterest{
    background: url(../img/Pinterest.svg);
}
.rule-icon li.youtube{
    background: url(../img/Youtube.svg);
}
.rule-icon li.behance:hover{
    background: url(../img/Behance-h.svg);
}
.rule-icon li.facebook:hover{
    background: url(../img/Facebook-h.svg);
}
.rule-icon li.instagram:hover{
    background: url(../img/Instagram-h.svg);
}
.rule-icon li.linkedin:hover{
    background: url(../img/Linkedin-h.svg);
}
.rule-icon li.pinterest:hover{
    background: url(../img/Pinterest-h.svg);
}
.rule-icon li.youtube:hover{
    background: url(../img/Youtube-h.svg);
}
.content-ida{
    position: absolute;
    top: 40px;
    left: 55px;
    right: 55px;
    bottom: 40px;
    background-color: #0000009e;
    color: #fff;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    display: none;
}
.item-da.fix .content-ida{
    background-color: #ec5f2cc9;
}
.content-ida p{
    color: #fff;
    font-size: 12px;
}
.content-ida h3{
    font-size: 20px;
}
.item-da:hover .content-ida{
    display: flex;
}
.nm{
    font-weight: 400;
    margin-right: 7px;
}
.fw400{
    font-weight: 400 !important;
}

@media only screen and (max-width:499px) {
    .giuseart-mobile-contact-bar {
        left: 10px;
        bottom: 10px;
        position: fixed;
        z-index: 998;
        margin-bottom: 0;
        display: block !Important
    }
    .giuseart-mobile-contact-bar li {
        display: inline-block;
        float: left;
        margin-right: 7px;
        list-style: none
    }
    .giuseart-mobile-contact-bar li.facebook {
        margin-bottom: 8px;
        background: url(https://giuseart.com/wp-content/uploads/2020/03/fb.png);
        background-repeat: no-repeat
    }
    .giuseart-mobile-contact-bar li.zalo {
        background: url(https://giuseart.com/wp-content/uploads/2020/03/zl.png);
        background-repeat: no-repeat
    }
    .giuseart-mobile-contact-bar li a {
        display: block;
        width: 44px;
        height: 44px
    }
    .giuseart-mobile-contact-bar li.hotline {
        background: url(https://giuseart.com/wp-content/uploads/2020/03/p2.gif);
        background-repeat: no-repeat;
        background-size: 44px
    }
}
.box1-slide{
    position: relative;
}
.pl35{
    padding-left: 35px;
}
.pr35{
    padding-right: 35px;
}
.disi{
    display: inline-block;
}
@media screen and (max-width: 1199px){
    #footer {
        background-size: cover;
    }
    .container-fluid.p-0{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hehe-mb{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .main-nav{
        position: relative;
    }
    .main-menu{
        position: static;
    }
    .main-menu > ul{
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 9999;
        background-color: #000;
        width: 100%;
        padding: 20px 0;
        display: none;
        height: calc(100vh - 60px);
    }
    .main-menu > ul li a{
        color: #fff !important;
    }
    .main-menu > button{
        border: none;
        padding-top: 4px;
        float: right;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .main-menu > button span{
        width: 100%;
        display: inline-block;
        height: 2px;
        background-color: #000;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    #header .logo img{
        height: 50px;
        margin-bottom: 10px;
    }
    #header .main-nav .body-nav ul li{
        float: none !important;
    }
    #header .main-nav .body-nav ul li:first-child{
        display: inline-block;
        margin-left: 15px;
    }
    #header .main-nav .main-menu > ul > li.hot{
        display: inline-block;
        margin-top: 10px;
    }
    .back-cam{
        padding: 30px 10px;
    }
    .ul-content-text{
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    br{
        display: none;
    }
    .back-box-1 {
        background-size: cover;
        background-position: top;
    }
    .box2-left{
        padding: 20px 15px;
    }
    .back-box-2{
        background-size: cover;
    }
    .pl-mb-5{
        padding-left: 0px !important;
    }
    .logo-fot{
        display: inline-block;
        margin-bottom: 30px;
    }
    .p-f{
        padding: 10px 15px !important;
        text-align: center;
    }
    .mt124{
        margin-top: 20px !important;
    }
    .tjm{
        text-align: justify;
    }
    .mtb0{
        margin-top: 0px !important;
    }
    .text-center-mobile{
        text-align: center !important;
    }
    .pl35{
        padding-left: 15px !important;
    }
    .pr35{
        padding-right: 15px !important;
    }
    .pl-5{
        padding-left: 15px !important;
    }
    .text-right{
        text-align: left !important;
    }
    #id-dkn{
        background-size: cover;
    }
    .content-dk{
        padding-top: 20px;
    }
    .mbm-15{
        margin-bottom: 15px;
    }
    .form-home.pl-0{
        padding-right: 0px;
    }
    .owl-carousel-cus .owl-prev{
        left: 0px;
    }
    .owl-carousel-cus .owl-next {
        right: 0px;
    }
    .text-box .container.mb-10{
        margin-bottom: 3rem!important;
    }
    .text-box.mt-10{
        margin-top: 3rem!important;
    }
    .search-mobile input{
        min-width: 250px;
    }
    #header .main-nav .body-nav ul li{
        padding: 13px 15px;
    }
    #header .main-nav .body-nav ul li:last-child{
        position: relative;
    }
    .fot-rule-left{
        flex-direction: column;
    }
    .fot-rule{
        padding: 15px 0;
    }
    #header .main-nav .body-nav ul li.active a:after{
        height: 1px !important;
    }
}
@media screen and (max-width: 572px){
    .dispm{
        display: block !important;
    }
    .after-red:after{
        left: 0px;
        right: unset;
    }
    .modal-dialog{
        margin-top: 50px;
    }
    .modal-content button.close{
        right: 20px !important;
        top: -20px !important;
    }
    .modal-content .modal-body,.modal-content .modal-header{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .prm-0{
        padding-right: 0px;
    }
    .form-modal .button-hot{
        float: right;
    }
    .item-down img{
        margin-left: 10px !important;
    }
    .item-down img{
        margin-right: 10px !important;
    }
    .box-download-body{
        padding: 10px !important;
    }
}
.box-fix-space-lg .row{
    margin-left: -5px;
    margin-right: -5px;
}
.box-fix-space-lg .col-6,.box-fix-space-lg .col-12{
    padding-left: 5px;
    padding-right: 5px;
}
.li-form .form-group{
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.li-form .form-group input{
    height: 33px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 270px;
    background-color: #ebebeb;
    color: #666666;
    font-size: 18px !important;
}
.li-form  button{
    padding: 0.26rem 0.7rem !important;
    background-color: #464646;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #464646;
    margin-bottom: 0px !important;
    color: #fff !important;
}
.li-hotline a{
    color: #333 !important;
    font-size: 18px !important;
}
.box-slide{
    position: relative;
}
.nut-in-slide{
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    background-color: #ff000f;
    line-height: 45px;
    display: inline-block;
    padding: 0 50px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.ul-check{
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}
.ul-check li{
    text-align: left;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ul-check li:before{
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 15px;
}
.title-quangba{
    font-size: 95px !important;
    color: #ff9933 !important;
    line-height: 100px !important;
}
.title-slogan{
    font-size: 30px !important;
    color: #666 !important;
    font-weight: 600;
    margin-bottom: 40px !important;
}
.ul-check:after{
    content: "\f175";
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    color: #a1a1a1;
    margin-top: 20px;
}
.item-p{
    overflow: hidden;
    position: relative;
}
.des-p{
   padding: 0 10px 10px;
}
.more-catalog{
    color: #93908f;
    font-size: 0.8125rem;
    font-weight: normal;
    display: inline-block;
    box-shadow: 0 0 10px #ccc , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1);
    border-radius: 22px;
    padding: 6px 20px;
    background-color: #fff;
}
.more-catalog-2{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    box-shadow:0 0 10px #ccc , 0 0 15px #ccc , 0 0 20px #ccc;
    border-radius: 22px;
    padding: 9.4px 20px;  
    background-color: #fff;
}
.more-catalog-3{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    box-shadow:0 0 10px #ccc , 0 0 15px #ccc , 0 0 20px #ccc;
    border-radius: 22px;
    padding: 9.4px 20px;  
    background-color: #ff3333;
}
.more-catalog-3:hover{
    color: #fff;
}
.id-p{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 23px;
}
.title-p,.title-p a{
    color: #666;
    font-size: 18px;
    font-weight: 600;
}
.price-p{
    font-size: 25px;
    color: #333 !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.price-p span{
    color: #ff3333;
    font-weight: bold;
}
.buy-now-p{
    display: inline-block;
    font-size: 17px;
    color: #fff;
    border-radius: 14px;
    background-color: #898989;
    padding: 5px 15px;
    line-height: 18px;
    font-weight: 500;
}
.buy-now-p:hover{
    color: #fff;
    background-color: #69a62f;
}
.cl666{
    color: #666 !important;
}
.line-t{
    border-top: 1px solid #333;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.line-tt{
    border-top: 1px solid #333;
}
.clredi{
    color: #ff3333 !important;
    font-style: italic;
}
.clred{
    color: #ff3333 !important;
}
.content-fot,.content-fot p{
    color: #666;
    font-size: 18px !important;
}
.content-fot .f24{
    font-size: 24px !important;
}
.back-xam-co{
    background-color: #464646;
    padding: 20px 5px;
}
.back-xam-co p{
    font-size: 18px;
    color: #777;
}
.content-fot .p-icon a{
    font-size: 24px;
    color: #666;
    margin-left: 10px;
}
.backeb{
    background-color: #ebebeb;
}
.box-detail .ul-check:after{
    content: unset !important;
}
.box-detail .ul-check li:before{
    font: normal normal normal 28px/1 FontAwesome;
    position: relative;
    top: 4px;
}
.box-detail .ul-check li{
    font-weight: bold;
}
.owl-carousel-cus .owl-stage-outer{
    padding-bottom: 20px;
}
.content-itnvtoi img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.modal-content button.close{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px 4px 5px 4px !important;
    line-height: 15px;
    position: absolute;
    right: -20px;
    top: -10px;
    color: #fff;
    opacity: 1;
}
.max-w240{
    max-width: 240px;
}
.ttck p{
    color: #666;
}
.after-red{
    position: relative;
    margin-bottom: 30px;
}
.after-red::after{
    height: 4px;
    content: '';
    width: 50px;
    display: inline-block;
    background-color: #ff3333;
    position: absolute;
    bottom: -10px;
    right: 0px;
}
.mb-3-1, .my-3-1 {
    margin-bottom: 1.1rem!important;
}
.form-modal .button-hot{
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #ff3333;
}
.box-main-tag{
    background-image: url(../img/backslt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 3.125rem 0;
}
.arrow-r{
    display: inline-block;
    height: 0.6875rem;
    width: 0.6875rem;
    background-image: url(../img/arrow-r-h.png);
    background-size: 100% 100%;
}
.item-tag{
    background-color: #fff;
    padding: 15px 0 25px 0;
}
.head-tag{
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.head-tag img{
    height: 80px;
}
.head-tag h3,.head-tag h3 a{
    font-size: 1.0625rem;
    font-weight: bold;
    color: #505050;
}
.head-tag h3{
    margin-top: 1rem;
    margin-bottom: 0;
}
.head-tag p{
    font-size: 0.889rem;
    color: #6f6f6f;
}
.body-tag{
    padding-top: 15px;
}
.body-tag ul{
    list-style: none;
    padding: 0 15px 0 30px;
}
.body-tag ul li::before {
  content: "\2022";  
  color: #fbbc94; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  font-size: 1rem;
  margin-left: -1em;
  position: relative;
  top: 3px;
}
.body-tag ul li,.body-tag ul li a{
    font-size: 0.75rem;
    color: #414141;
}
.foot-tag{
    text-align: center;
}
.button-st1{
    border-radius: 15px;
    border: 1px solid #f77220;
    color: #0d0c0c;
    font-size: 0.8125rem;
    padding: 6px 15px 8px;
    box-shadow: 0 0 20px #0000001a;
}
.button-st1:hover{
    background-color: #f77220;
    color: #fff;
}
.button-st1:hover .arrow-r{
    background-image: url(../img/arrow-r.png);
}
.button-st1.fix{
    background-color: #f77220 !important;
    color: #fff !important;
}
.button-st1.fix:hover{
    background-color: #fff !important;
    color: #0d0c0c !important;
}
.button-st1.fix .arrow-r{
    background-image: url(../img/arrow-r.png) !important;
}
.button-st1.fix:hover .arrow-r{
    background-image: url(../img/arrow-r-h.png) !important;
}
.button-icon{
    display: flex;
    height: 3.125rem;
    width: 3.125rem;
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 20px #0000001a;
}
.button-icon.fix{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.arrow-d{
    display: inline-block;
    height: 1.125rem;
    width: 1.125rem;
    background-image: url(../img/arrow-d.png);
    background-size: 100% 100%;
}
.arrow-d.fix-11{
    height: 0.6875rem;
    width: 0.6875rem;
}
.ic-pro{
    display: inline-block;
    height: 1.5rem;
    width: 1.45rem;
    background-image: url(../img/ic-pro.png);
    background-size: 100% 100%;
}
.ic-ques{
    background-image: url(../img/ic-ques.png);
}
.ic-too{
    display: inline-block;
    height: 1.5rem;
    width: 1.45rem;
    background-size: 100% 100%;
}
.ic-news{
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(../img/ic-news.png);
    background-size: 100% 100%;
}
.ic-com{
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(../img/ic-com.png);
    background-size: 100% 100%;
}
.d-flex{
    display: flex;
}
.j-center{
    justify-content: center;
    align-items: center;
}
.item-p .content{
    background-color: #f77220;
    width: 12.75rem;
    height: 12.75rem;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.0);
    align-items: center;
    display: flex;
    transition: 0.3s;
}
.item-p:hover .content{
    transform: translate(-50%,-50%) scale(1);
}
.item-p .content .content-child{
    display: flex;
    position: absolute;
    flex-direction: column;
}
.item-p .content h3,.item-p .content h3 a{
    font-size: 1.8125rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}
.item-p .content p{
    font-size: 1.0625rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}
.cus-item{
    padding: 20px !important;
}
.item-tag.fix-cus img{
}
.item-tag.fix-cus .head-tag h3,.item-tag.fix-cus .head-tag p{
    text-align: left;
}
.item-tag.fix-cus .head-tag h3{
    font-size: 1.0625rem;
    font-weight: normal;
    color: #f17b23;
}
.item-tag.fix-cus .head-tag p{
    font-size: 0.5625rem;
    font-weight: normal;
    color: #a6a6a5;
}
.item-tag.fix-cus .head-tag{
    padding: 0 20px 0; 
}
.item-tag.fix-cus .body-tag{
    padding: 15px 20px 0;
}
.item-tag.fix-cus .body-tag p{
    font-size: 0.7rem;
    font-weight: normal;
    color: #414141;
    text-align: justify;
}
.item-nb-cty{
    text-align: center;
}
.item-nb-cty img{
    height: 66px;
}
.item-nb-cty h3{
    font-size: 2.9275rem;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}
.item-nb-cty p{
    margin-bottom: 0px;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.item-p img{
    height: 17.25rem;
    object-fit: cover;
}
.item-p.fix-news{
    
}
.item-p.fix-news img{
    height: 11.5rem;
    border-radius: 30px;
}
.item-p.fix-news h3,.item-p.fix-news h3 a{
    font-weight: bold;
    color: #535252;
    font-size: 0.9375rem;
}
.item-p.fix-news h3{
    margin-top: 8px;
}
.item-p.fix-news p{
    margin-top: 8px;
    font-size: 0.75rem;
    color: #666363;
    margin-bottom: 0px;
}
.item-p.fix-news p.date-news{
    font-size: 0.625rem;
    color: #aaaaaa;
}
.cl-cam{
    color: #f17b23;
}
.hotline img{
    position: relative;
    top: 5px;
}
.box-main-contact{
    background-image: url(../img/back-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: calc(100vh - 104px);
    padding-bottom: 50px;
}
.ic-close{
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(../img/ic-close.png);
    background-size: 100% 100%;
}
.main-contact{
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.box-main-contact div,.box-main-contact p, .box-main-contact a, .box-main-contact li,.box-main-contact label,.box-main-contact input,.box-main-contact textarea{
    font-size: 0.8125rem;
    color: #535456;
}
.box-main-contact input::placeholder,.box-main-contact textarea::placeholder{
    font-size: 0.625rem;
    color: #aaa7a7;
}
.box-main-contact input,.box-main-contact textarea{
    border: 2px solid #f48424;
    border-radius: 18px;
}
.box-main-contact .button-icon{
    position: absolute;
    top: 30px;
    right: 30px;
}
.box-main-contact button{
    font-size: 0.856rem;
    font-weight: bold;
    color: #fff;
    background-color: #f47920;
    border-radius: 18px;
    box-shadow: 0 0 20px #0000001a;
}
.borb-2{
    border-bottom: 2px solid #f48424;
}
.he32{
    height: 2rem;
}
.he58{
    height: 3.625rem;
}
.he30{
    height: 33px;
}
.box-line-contact{
    display: flex;
    align-items: center;
}
.box-line-contact p:nth-child(1){
    font-size: 0.625rem;
    margin-bottom: 3px !important;
}
.f10{
    font-size: 0.625rem !important;
}
.box-line-contact a{
    color: #fff;
    background-color: #f47920;
    border-radius: 15px;
    padding: 1px 10px 4px;
}
.box-search-da .form-group.fix .form-control{
    border-radius: 18px;
    box-shadow: 0 0 20px #0000001a;
    font-size: 0.81rem;
    line-height: 1rem;
    border: none;
}
.box-search-da select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.box-search-da .form-group.fix{
    position: relative;
}
.box-search-da .form-group.fix:after{
    content: '';
    background-image: url(../img/down-da.png);
    background-size: 100% 100%;
    width: 14px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
}
.box-search-da .form-inline .form-group{
    width: calc(100% - 39px);
    border-radius: 18px;
}
.box-search-da .form-inline .form-group input{
    width: 100%;
    font-size: 0.81rem;
    line-height: 1rem;
    height: calc(2.25rem + 2px);
    border-radius: 0;
    border: none;
}
.box-search-da .form-inline button{
    border-radius: 0;
    background-color: #fff;
    outline: none;
    color: #f47920;
    border: none;
    height: calc(2.25rem + 2px);
}
.box-search-da .form-inline{
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 20px #0000001a;
}
.item-p.lis-da img{
    height: 13.058rem !important;
}
.item-p.lis-da img.fix{
    height: 27.6rem !important;
}
.ul-lis-da{
    background-color: #fff;
    list-style: none;
    border-radius: 15px;
    padding: 10px 0;
}
.ul-lis-da li{
    padding: 0 15px;
}
.ul-lis-da li,.ul-lis-da li a{
    font-size: 0.81rem;
    color: #414141;
    line-height: 1.65rem;
}
.ul-lis-da li.active{
    border-bottom: 1px solid #fbb185;
    background-color: #feebe0;
}
.ul-lis-da li.active a{
    color: #f77220;
}
.item-p.lis-da{
    position: relative;
    height: 100%;
}
.item-p.lis-da .box-img{
    margin-bottom: 0px;
    display: block;
}
.item-p.lis-da .content{
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 0;
    left: 15px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    transform: unset;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #e396647a;
    display: none;
    padding: 15px;
}
.item-p.lis-da:hover .content{
    display: flex;
}
.item-p.lis-da h3,.item-p.lis-da h3 a{
    font-size: 1.315rem;
}
.item-p.lis-da .content p{
    font-size: 0.766rem;
}
.button-down-da{
    width: 165px;
    height: 88px;
    background-image: url(../img/back-nut-da.png);
    display: inline-block;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.icon-down-da{
    display: inline-block;
    height: 1.375rem;
    width: 1.375rem;
    background-image: url(../img/nut-da.png);
    background-size: 100% 100%;
}
.main-detail-pro h1{
    font-size: 1.067rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f47421;
    margin-bottom: 0;
}
.main-detail-pro p,.main-detail-pro li,.main-detail-pro li a{
    color: #6f6f6f;
    font-size: 0.8rem;
}
.cl-den{
    color: #000 !important;
}
.den-totan{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px #0000001a;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.line-den-p{
    border-bottom: 2px solid #ccc;
}
.den-totan ul{
    padding-left: 15px;
}
.no-radirus,.no-radirus img{
    border-radius: 0 !important;
}
h2.fix{
    color: #414141;
    font-size: 1.066875rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}
.fix-right img{
    height: 14.15rem !important;
    object-fit: cover;
}
.bor-top{
    border-top: 1px solid #f77220;
    position: relative;
}
.bor-top:before{
    height: 2px;
    width: 30%;
    background-color: #f77220;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fix-right-2 p{
    margin-top: 0 !important;
    font-size: 0.7rem !important;
}
.fix-right-2 img{
    height: 100px !important;
}
.fix-right-2 .date-news{
    border-top: 1px solid #ccc;
    margin-top: 10px !important;
    padding-top: 10px;
}
.ul-year{
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.ul-year li,.ul-year li a{
    font-weight: bold;
}
.ul-year li{
    padding-bottom: 12px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.ul-year li:last-child{
    border-bottom: 1px solid #ccc;
}
.ul-year li a:hover{
    color: #f58220;
}
.ul-year li a:hover i{
    color: #f58220;
}
.ul-year li a i:first-child{
    font-size: 8px;
    position: relative;
    bottom: 3px;
    margin-right: 15px;
}
.ul-year li a i:last-child{
    float: right;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.item-slide-box-news{
    box-shadow: 0 0 20px #0000001a;
    margin-top: 60px;
}
.item-slide-box-news p{
    margin-top: 8px;
    font-size: 0.8rem;
    color: #666363;
    margin-bottom: 30px;
    margin-top: 30px;
}
.item-slide-box-news h3,.item-slide-box-news h3 a{
    font-size: 16px;
    margin-top: 40px;
}
.item-slide-box-news img{
    height: 378px; 
    object-fit: cover;
}
.bs-zui{
    box-shadow: 0 0 20px #0000001a;
}
.owl-carousel-blog .owl-stage{
    display: flex;
    padding-bottom: 20px;
}
.owl-carousel-blog .owl-stage-outer{
    overflow: hidden;
}
.owl-carousel-blog .owl-dots{
    text-align: center;
    width: 100%;
}
.owl-carousel-blog .owl-nav{
    display: none;
}
.owl-carousel-blog .owl-dots button{
    background-color: transparent;
    border: none;
    outline: none;
}
.owl-carousel-blog .owl-dots button span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #dadada;
}
.owl-carousel-blog .owl-dots button.active span{
    background-color: #fff;
    outline: 3px solid #f77220;
}
.menu-main-blog{
    border-bottom: 1px solid #f47920;
    background-color: #fff;
    margin-top: 20px;
}
.menu-main-blog .row{
    text-align: right;
}
.menu-main-blog ul.m{
    margin-bottom: -6px;
}
.menu-main-blog ul{
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.menu-main-blog ul li {
    float: left;
    margin-left: 20px;
}
.menu-main-blog ul li,.menu-main-blog ul li a{
    font-size: 0.8rem;
    position: relative;
    white-space: nowrap;
}
.menu-main-blog ul li a:hover{
    color: #f47920;
}
.menu-main-blog ul.m > li > a{
    padding-bottom: 20px;
}
.menu-main-blog ul.m >  li > a:after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.menu-main-blog ul ul{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0 0 10px #0000001a;
    z-index: 9;
    display: none;
}
.menu-main-blog ul li:hover ul{
    display: block;
}
.menu-main-blog ul ul li{
    padding-left: 0px;
    margin-left: 0;
}
.menu-main-blog ul.m > li > a{
    display: inline-block;
}
.menu-main-blog ul ul li{
    padding: 3px;
}
h1.detail{
    font-size: 18px;
}
.ul-tag{
    padding-left: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.ul-tag li{
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    float: left;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
}
.line{
    border-bottom: 1px solid #ccc;
}
.box-share{
    border-top: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-share p{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.ul-share{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.ul-share li{
    float: left;
    margin-left: 15px;
}
.ul-share .ic{
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    top: 2px;
}
.ul-share .ic-like{
    background-image: url(../img/like.png);
}
.ul-share .ic-face{
    background-image: url(../img/face.png);
}
.ul-share .ic-in{
    background-image: url(../img/in.png);
}
.ul-share .ic-goo{
    background-image: url(../img/goo.png);
}
.ul-tag.w li{
    background-color: #f2f2f2;
}
.ul-tag.w li a{
    font-weight: bold;
}
.ul-tag.w li:hover{
    background-color: #feebe0;
}
.ul-tag.w li:hover a{
    color: #f1721d;
}
.box-contact{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}
.box-contact input, .box-contact textarea{
    border-radius: 15px;
    font-size: 0.8125rem;
    background-color: #fff;
    border-color: #f2f2f2;
}
.box-contact button{
    display: inline-block;
    background-color: #f77220;
    border-radius: 15px;
    border: 1px solid #f77220;
    padding: 5px 15px;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
}
.box-contact button:last-child{
    background-color: #fff;
    color: #414141;
}
.box-contact h3{
    font-size: 1rem;
}
.box-contact p{
    font-size: 0.8rem;
}
.main-blog-download p{
    font-size: 0.8rem;
}
.ul-share.fix-left li{
    float: unset !important;
    margin-left: 0px;
    margin-bottom: 10px;
}
.ul-cate-down{
    list-style: none;
    padding-left: 0px;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #0000001a;
}
.ul-cate-down li,.ul-cate-down li a{
    font-size: 0.8rem;
    font-weight: bold;
}
.ul-cate-down li{
    padding: 7px 20px;
    border-left: 2px solid #fff;
}
.ul-cate-down li:hover,.ul-cate-down li.active{
    border-left: 2px solid #f77220;
    background-color: #f2f2f2;
}
.header-list{
    background-color: #f2f2f2;
    font-size: 0.8rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}
.header-list > div{
    padding: 10px 0;
    text-align: center;
}
.header-list > div:nth-child(2){
    background-color: #e1e1e1;
}
.header-list.old,.header-list.old > div{
    background-color: #fff !important;

}
.header-list.eld,.header-list.eld > div{
    background-color: #f2f2f2 !important;
}
.header-list h3{
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.header-list p{
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 0px;
}
.header-list.old > div:nth-child(2),.header-list.eld > div:nth-child(2){
    text-align: left;
}
.box-contact label{
    font-size: 0.8rem;
}
.box-contact .form-check{
    display: flex;
    margin-bottom: 1rem;
}
#form-download .modal-dialog{
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%);
}
#form-download .modal-body,#form-download .modal-header{
    padding: 0;
}
.ul-share.fix-pr li{
    margin-left: 0px;
    margin-right: 15px;
}
.ul-list-td{
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    list-style: none;
}
.ul-list-td li{
    border-top: 1px solid #ccc;
    padding-bottom: 9px;
    padding-top: 7px;
}
.ul-list-td li:last-child{
    border-bottom: 1px solid #ccc;
}
.ul-list-td li h4{
    font-size: 0.7rem;
    color: #ccc;
    margin-bottom: 0;
    font-weight: normal;
}
.ul-list-td li p{
    font-size: 0.75rem;
    margin-bottom: 0px;
}
.item-slide-box-news.fix{
    padding: 15px !important;
    border-radius: 10px;
}
.item-slide-box-news.fix .pl-0{
    padding-left: 15px !important;
}
.line-img-bottom{
    position: relative;
    padding-bottom: 15px;
}
.line-img-bottom:after{
    content: '';
    display: inline-block;
    height: 1px;
    width: 400px;
    background-image: url(../img/bor-bot-img.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.ul-list-td.fix li:nth-child(odd){
    background-color: #ffede2;
}
.ul-list-td.fix li:nth-child(even){
    background-color: #ffe3d2;
}
.ul-list-td.fix li h3{
    font-size: 0.9rem;
    margin-bottom: 0px;
}
.ul-list-td.fix li div{
    display: flex;
    align-items: center;
}
.ul-list-td .button-st1{
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
    color: #6f6f6f;
}
.ul-list-td .button-st1:hover{
    border-color: #f77220;
    background-color: #f77220;
    color: #fff;
}
.ic-but{
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-size: 100% 100%;
}
.ic-but-ut{
    background-image: url(../img/ic-ut.png);
}
.ul-list-td .button-st1:hover .ic-but-ut{
    background-image: url(../img/ic-ut-h.png);
}
.button-st1.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul-list-td.fix li{
    padding: 7px 15px 9px;
    border-left: 4px solid transparent;
}
.ul-list-td.fix li:hover{
    border-left: 4px solid #f76e1a;
}
.ul-list-td.fix li div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}
.ul-list-td.fix li{
    border-color: #fff;
}
.item-p.fix-news .img-number{
    height: 101px !important;
    border-radius: 0 !important;
    max-width: 100%;
}
.item-p.fix-news .box-img{
    text-align: center;
}
.content-news.fix-h3 h3,.content-news.fix-h3 h3 a{
    font-size: 1.2rem;
    text-align: center;
}
.item-tag.fix{
    box-shadow: none;
    padding-bottom: 0px;
}
.item-tag.fix .head-tag{
    border-bottom: none;
}
.item-tag.fix .body-tag{
    display: flex;
    justify-content: center;
}
.item-tag.fix .body-tag ul{
    display: inline-block;
}
.item-tag.fix .head-tag img{
    height: 150px;
}
.item-tag.fix .head-tag h3{
    color: #6f6f6f;
}
.item-p.radius{
    box-shadow: 0 0 20px #0000001a;
    padding: 15px 15px 9px !important;
    border-radius: 15px;
}
.item-p.radius .box-img{
    margin-bottom: 0;
}
.item-p.radius img{
    border-radius: 0;
    height: 7.5rem;
}
.list-down-service{
    padding-left: 0px;
    list-style: none;
}
.list-down-service li,.list-down-service li a{
    font-weight: 500;
    color: #282828;
    position: relative;
}
.list-down-service li{
    padding: 3px 30px;
    width: 50%;
    float: left;
}
.list-down-service li:before{
    content: '';
    height: 20px;
    width: 18px;
    display: inline-block;
    background-image: url(../img/ic-ques.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 5px;
}
.list-quest{
    list-style: none;
    padding-left: 0;
    box-shadow: 0 0 20px #0000001a;
    padding: 20px;
}
.box-quest{
    display: flex;
    align-items: center;
}
.list-quest li{
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px 10px 0;
}
.list-quest li:after{
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ef740a;
    position: absolute;
    right: 0px;
    top: 12px;
}
.list-quest li:last-child{
    position: relative;
    border-bottom: 1px solid #ccc;
}
.list-quest li h3{
    font-size: 1rem;
    margin-bottom: 13px;
}
.list-quest li p{
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.list-quest .content-quest{
    display: none;
}
.list-quest li.open .content-quest{
    display: block;
}
.list-quest li.open:after{
    content: "\f0d8";
}
.item-p.fix-news .heau{
    height: auto !important;
}
.item-tag.fix-nd h3{
    padding-left: 13px;
    font-size: 1.5rem;
    color: #403e3e !important;
}
.item-tag.fix-nd .body-tag{
    justify-content: flex-start;
}
.item-tag.fix-nd li,.item-tag.fix-nd li a{
    font-size: 0.8rem;
}
.item-tag.fix-nd li:before{
    font-size: 1.2rem;
    color: red;
}
.item-tag.fix-nd .footer-tag{
    padding-left: 13px;
}
.item-slide-box-news.vct{
    margin-top: 0px;
    box-shadow: none;
}
.box1-slide .owl-stage {
    transition: 1s !important;
}
.title-after{
    position: relative;
    padding-bottom: 17px;
}
.title-after:after{
    content: '';
    height: 2px;
    width: 95px;
    background-color: #eb4b25;
    display: initial;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.about-content p{
    font-size: 14px;
    color: #282828;
    font-family: SVN-Gotham;
}
.but-hcn{
    display: inline-block;
    padding: 5px 20px 8px;
    color: #fff !important;
    background-color: #ec5f2c;
    box-shadow: 0 0 5px #ccc, 0 0 10px rgb(255 255 255), 0 0 1px rgb(255 255 255);
}
.but-hcn i{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.but-hcn:hover{
    background-color: #24211f;
}
.about-content ul{
    padding-left: 0px;
    list-style: none;
}
.about-content ul li,.about-content ul a{
    font-family: SVN-Gotham;
    color: #282828;
    font-size: 14px;
}
.about-content ul li{
    margin-bottom: 7px;
    color: #282828;
}
.box-main-da{
    background-color: #f2f2f3;
    position: relative;
}
.box-ul-cate{
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.box-ul-cate li{
    float: left;
    padding: 0px 20px;
    position: relative;
}
.box-ul-cate li:after{
    content: '';
    height: 30px;
    width: 1px;
    display: inline-block;
    background-image: url(../img/ul-bor.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    top: -2px;
}
.box-ul-cate li:last-child:after{
    content: unset;
}
.box-ul-cate li,.box-ul-cate li a{
    font-size: 16px;
    color: #000;
}
.box-ul-cate li.active a{
    color: #e94b24;
    font-weight: bold;
}
.box-ul-cate li a:hover{
    color: #e94b24;
}
.swiper-container {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}
.box-main-da:after{
    content: '';
    height: 40%;
    width: 100%;
    background-color: #fff;
    display: inherit;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.box-main-da .container{
    position: relative;
    z-index: 2;
}
.box-main-dn{
    position: relative;
}
.content-main-dn{
    position: absolute;
    left: 0px;
    top: 10%;
    right: 0px;
    padding-bottom: 50px;
}
.content-main-dn .title-after:after{
    background-color: #fff;
    width: 60px;
}
.box-main-dn:before{
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #00000052;
    position: absolute;
}
.content-main-dn h2,.content-main-dn a{
    color: #fff;
}
.content-main-dn a{
    font-size: 14px;
}
.cus-item .item-tag{
    position: relative;
    padding: 0;
}
.cus-item .item-tag .cus-content{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.cus-item .item-tag:before{
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #00000052;
    position: absolute;
}
.cus-item .item-tag h3{
    color: #fff;
    font-size: 18px;
}
.nd-slidem p{
    font-size: 18px;
    color: #595858;
    font-weight: 500;
}
.box-main-dt{
    background-image: url(../img/bdtm.png);
    background-size: 100% 100%;
}
.h-fot{
    background-color: #fff;
    width: 250px;
    padding: 0 10px;
    border-radius: 20px;
}
.h-fot input{
    font-size: 13px;
    border: none;
}
.h-fot .form-group{
    width: calc(100% - 42px);
}
.h-fot .form-control{
    padding: 5px 20px 5px 10px;
}
.h-fot button{
    padding: 5px 12px;
}
.h-fot button i{
    position: relative;
    top: -1px;
}
.h-fot .form-group input{
    width: 100%;
}
.h-fot button i{
    color: #ef6b4b;
}
.h-fot button{
    background-color: transparent;
    border: none;
}
.fot-rule{
    position: relative;
    padding-bottom: 6px;
}
.fot-rule ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fot-rule:after{
    content: "";
    display: inline-block;
    height: 6px;
    width: 58%;
    background-color: #eb4b25;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}
.ul-da.fix li,.ul-da.fix li a{
    font-size: 30px;
    font-family: 'SVN-Gotham';
    font-weight: 300;
    color: #161617;
}
.ul-da.fix li a{
    padding-left: 10px;
    padding-right: 10px;
}
.ul-da.fix li a span{
    font-size: 26px;
    font-weight: 400;
    font-family: system-ui;
}
.ul-da.fix li.active a,.ul-da.fix li:hover a{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.ul-da.fix li.active a:before,.ul-da.fix li:hover a:before{
    content: '';
    height: 20px;
    width: 100%;
    display: inline-block;
    background-color: #dedede;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}


.ul-da li.active a,.ul-da li:hover a{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.ul-da li.active a:before,.ul-da li:hover a:before{
    content: '';
    height: 15px;
    width: 100%;
    display: inline-block;
    background-color: #dedede;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

.ul-da.fix2 li,.ul-da.fix2 li a{
    font-size: 30px;
    color: #161617;
}
.ul-da.fix2 li a{
    padding-left: 10px;
    padding-right: 10px;
}
.ul-da.fix2 li a span{
    font-size: 26px;
    font-weight: 400;
    font-family: system-ui;
}
.ul-da.fix2 li.active a{
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #9c9b9b;
}
.ul-da.fix2 li.active a:before{
    content: '';
    height: 20px;
    width: 100%;
    display: inline-block;
    background-color: #dedede;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.item-ul-ld h3{
    color: #9c9b9b;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 40px;
    display: flex;
    white-space: nowrap;
}
.item-ul-ld h3:after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #9c9b9b;
    display: inherit;
    position: relative;
    top: 16px;
    margin-left: 5px;
}
.item-ul-ld ul{
    list-style: none;
    padding-left: 0px;
}
.item-ul-ld ul li,.item-ul-ld ul li a{
    font-size: 17px;
    color: #161617;
    font-family: SVN-Gotham;
}
.item-ul-ld ul li{
    border-bottom: 1px solid #161617;
    line-height: 40px;
}
.box-main-dn.fix h2{
    font-size: 60px !important;
    font-family: SVN-Gotham;
}
.box-main-dn.fix p{
    font-size: 60px !important;
    font-family: SVN-Gotham;
    font-weight: 300;
    color: #Fff;
}
.box-main-dn.fix p.after{
    display: flex;
    white-space: nowrap;
}
.box-main-dn.fix p.after:after{
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    display: inherit;
    margin-left: 30px;
    top: 64px;
    position: relative;
}
.box-main-dn.fix .content-main-dn img{
    margin-bottom: -120px;
}
.nav-tabs li,.nav-tabs li a{
    color: #9b9a9a;
    font-family: SVN-Gotham;
}
.nav-tabs li a{
    padding: 5px 40px 5px 10px;
}
.nav-tabs li a.active{
    border-bottom: 4px solid #9b9a9a;
    margin-bottom: -4px;
}
.nav-tabs li{
    padding-bottom: 4px;
}
.nav-tabs li a.active{
    font-weight: 500;
}
.item-da-new p{
    font-size: 16px;
    color: #161617;
    font-family: SVN-Gotham;
    margin-bottom: 0px;
}
.item-da-new h3,.item-da-new h3 a{
    font-size: 20px;
    font-weight: 500;
    font-family: SVN-Gotham;
}
.img-p{
    display: inline-block;
    overflow: hidden;
}
.img-p img{
    transition: 0.3s;
}
.img-p img:hover{
    transform: scale(1.2);
}
.content-nd img{
    max-width: 100% !important;
    height: auto !important;
}
.tit-desn{
   font-weight: bold;
   font-size: 24px;
   white-space: nowrap;
   color: #161617;
   display: flex;
}
.tit-desn:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #161617;
    display: inherit;
    margin-left: 5px;
    position: relative;
    top: 23px;
}
.item-dant{
    position: relative;
}
.item-dant .cus-content{
    background-color: #000;
    background-image: url(../img/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    display: none;
}
.item-dant .cus-content p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
}
.item-dant .cus-content h3,.item-dant .cus-content h3 a{
    margin-top: 0px;
    color: #fff;
    font-size: 20px;
}
.item-dant:hover .cus-content{
    display: flex;
}

.content-da-nhe p{
    font-weight: bold;
    color: #605f5f;
    margin-bottom: 0px;
}
.content-da-nhe p span{
    color: #000;
}
.title-da{
    font-size: 30px;
    font-weight: bold;
    color: #161617 !important;
}
.ul-da.fix2 li a{
    font-family: UTM-Swiss-Condensed;
}
.ul-list-news{
    list-style: none;
    padding-left: 0px;
}
.ul-list-news li{
    border-bottom: 1px solid #000;
    padding: 11px 20px;
}
.ul-list-news li,.ul-list-news li a{
    font-family: SVN-Gotham;
    font-weight: bold;
    font-size: 14px;
}
.ul-list-news li.active,.ul-list-news li:hover{
    background-color: #f1f1f1;
}
.ul-list-news li.active a,.ul-list-news li:hover a{
    color: #9c9b9b;
}
.borb-ul{
    height: 100%;
    border-bottom: 1px solid #000;
}
.item-news h3{
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.item-news p{
    font-family: SVN-Gotham;
    font-size: 14px;
}
.item-news .but-hcn{
    background-color: #fff;
    color: #ec5f2c !important;
    border: 1px solid #ec5f2c;
}
.item-news .but-hcn:hover{
    background-color: #ec5f2c;
    color: #fff !important;
}
.tit-h1{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.item-dant2{
    text-align: left;
}
.item-dant2 p{
    margin-bottom: 0px;
    font-size: 14px;
    font-family: SVN-Gotham;
    font-weight: 400;
}
.item-dant2 h3{
    font-size: 16px;
    font-family: SVN-Gotham;
}
.ul-news {
    list-style: none;
    padding-left: 0;
}
.ul-news li::before{
    content: "\2022";
    color: #f77220;
    font-weight: bold;
    display: inline-block;
    /* width: 1em; */
    font-size: 1rem;
    position: relative;
    top: 3px;
    left: -15px;
}
.ul-news li{
    background-color: #f0f0f1;
    padding: 8px 15px 8px 25px;
}
.ul-news li,.ul-news li a{
    font-size: 13px;
    font-family: SVN-Gotham;
    text-align: left;
    display: flex;
}
.ul-news li:hover{
    background-color: #4d4d4e;
}
.ul-news li:hover a{
    color: #fff !important;
}
.box-line-contact h3{
    font-size: 16px;
    font-weight: bold;
    color: #ec5f2c;
    margin-bottom: 0px;
}
.box-line-contact p{
    font-size: 13px;
}
.ul-contact{
    list-style: none;
    padding-left: 0px;
    border-bottom: 1px solid #000;
}
.ul-contact li{
    margin-bottom: 20px;
}
.ul-contact h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}
.ul-contact p{
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 10px;
}
.contact-body .form-control{
    border-radius: 0px;
    background-color: #ececec;
    border: none;
    color: #6f6f6e;
    font-size: 13px;
}
.contact-body .form-control:focus{
    outline: 2px solid #ec5f2c;
}
.contact-body .form-group{
}
.box-map-contact {
    background-image: url(../img/bg-mapct.png);
    background-size: 100% 100%;
}
.box-map-contact h3,.box-map-contact p{
    color: #fff;
}
.contact-body button{
    height: 45px;
    font-weight: 500;
}
.contact-body button.active,.contact-body button:hover{
    color: #fff;
    background-color: #ec5f2c;
}
.box-download h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}
.tit-down{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.box-download-body{
    background-color: #ebebeb;
    padding: 10px 20px;
}
.item-down{
    display: inherit;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.item-down img{
    height: 40px;
    margin-left: 20px;
    position: relative;
    top: -10px;
    margin-right: 20px;
}
.fot-rule img:hover{
    opacity: 0.6;
}
.item-down:hover{
    background-color: #000;
    color: #fff !important;
}
.item-down.fix{
    background-color: #000;
    color: #fff !important;
}
.item-down.fix:hover{
    background-color: #ec5f2c;
}
.box-slide .owl-dots{
    display: none;
}
.about-content.fix p{
    font-weight: 400;
}
.content-ida h3 a{
    color: #fff;
}
.box-main-dn.fix2 p,.box-main-dn.fix2 h2{
    color: #161617;
}
.box-main-dn.fix2 p{
    font-weight: 400;
}
.box-main-dn.fix2:before{
    content: unset !important;
}
.box-main-dn.fix2 .title-after:after{
    background-color: #eb4b25;
}
.box-main-dn.fix2{
    padding-bottom: 0px;
}
.box-line-contact.fix-sev img{
    height: 43px;
}
.box-line-contact.fix-sev p{
    color: #787878;
}
.box-line-contact.fix-sev h3{
    color: #161617;
}
.box-af-slide{
    box-shadow: 0 0 20px #00000045;
}
.box-line-contact.fix-sev{
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.box-line-contact.fix-sev:hover{
    background-color: #e6e7e8;
    border-bottom: 3px solid #030303;
}
.content-sev p{
    font-size: 14px;
}
.sev-action{
    list-style: none;
    padding-left: 0px;
}
.sev-action li{
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    box-shadow: 0 0 20px #0000001a;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: #fff;
}
.sev-action li:after{
    content: '';
    width: 15px;
    height: 20px;
    background-image: url(../img/icdvli.png);
    background-size: 100% 100%;
    display: inherit;
}
.sev-action li img{
    margin-right: 15px;
}
.sev-action li a{
    font-size: 22px;
    color: #a3a2a2 !important;
}
.sev-action li:hover a{
    color: #161617 !important;
}
.box-main-da.sev{
    position: sticky;
}
.box-main-dvb{
    background-color: #282828;
}
.box-main-dvb li{
    border: 1px solid #7a7777;
    background-color: transparent;
}
.box-main-dvb li:hover a{
    color: #c44326 !important;
}
.box-main-dvb li a img{
    filter: brightness(0);
    -webkit-filter: brightness(20);
    opacity: 0.5;
}
.box-main-dvb li:hover a img{
    filter: unset;
    -webkit-filter: unset;
    opacity: 1;
}
#footer .ul-da li a{
    font-size: 30px !important;
}
#footer .ul-da li:nth-child(2) a{
    font-size: 35px !important;
}
#footer .ul-da li:nth-child(3) a{
    font-size:40px !important;
}
#footer .ul-da.fix li.active a:before, #footer .ul-da.fix li:hover a:before{
    background-color: #282828;
}
.ul-brochu li a{
    font-size: 18px;
    font-family: SVN-Gotham;
}
.ul-brochu li:after{
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../img/icdvli2.png);
    background-size: 100% 100%;
    display: inherit;
}
.ul-brochu li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
    cursor: pointer;
}
.ul-list-news.sev li{
    border-bottom: none;
}
.ul-list-news.sev li a{
    color: #737373;
    text-transform: uppercase;
    font-family: UTM-Swiss-Condensed;
    font-size: 18px;
}
.ul-list-news.sev  li.active, .ul-list-news.sev  li:hover{
    background-color: #060606;
}
.ul-list-news.sev  li.active a, .ul-list-news.sev  li:hover a{
    color: #fff
}
.posi{
    position: relative;
}
.boxdv3{
    padding-top: 20px !important;
}
.boxdv3:after{
    content: "";
    position: absolute;
    left: -100%;
    right: -30px;
    bottom: -50px;
    border: 5px solid #000;
    top: -10px;
    z-index: 1;
}
.boxdv3.fix:after{
    content: "";
    position: absolute;
    left: -30px;
    right: -100%;
    bottom: -50px;
    border: 5px solid #000;
    top: -10px;
    z-index: 1;
}
.posi img{
    position: relative;
    z-index: 2;
}
.item-da-new.fix h3{
    padding-bottom: 15px;
}
.item-da-new.fix h3:hover{
    border-bottom: 1px solid #000;
}
.item-da-new.fix h3:hover a{
    color: #1c2534;
}
.borh2t{
    border-top: 2px solid #eb4b25;
    padding-top: 10px;
}
.list-quest li h3 {
    font-size: 20px;
}
#header .main-nav .body-nav ul li.active a{
    position: relative;
}
#header .main-nav .body-nav ul li.active a:after{
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -6px;
}
.partner-show a{
    cursor: pointer;
}
.partner-slide .owl-nav,.partner-slide .owl-dots{
    display: none;
}
.box1-slide.fix2 .owl-dots{
    display: none;
}
.box-gif{
    position: relative;
}
.owl-stage{
    transition: 1s !important;
}
.ul-sev{
    list-style: none;
    padding-left: 0px;
}
.ul-sev li,.ul-sev li a{
    font-size: 24px;
    font-weight: bold;
    color: #949292;
}
.ul-sev li.active{
    background-color: #0f0e0e;
}
.ul-sev li.active a,.ul-sev li.active{
    color: #fff;
}
.ul-sev li{
    padding: 5px 20px;
}
.list-quest.fix{
    box-shadow: none;
    padding: 0px;
}
.list-quest.fix li{
    box-shadow: 0 0 20px #0000001a;
    padding: 10px 10px 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-quest.fix li:after{
    right: 10px;
    top: 15px;
}
.item-down i{
    float: right;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    color: red;
    font-weight: bolder;
}
.muiten{
    height: 40px !important;
}
.title-after{
    align-items: center;
}
.title-after img{
    margin-left: 15px;
}
#footer.denxi{
    background-image: unset;
    background-color: #150a0a;
}
.modal-dialog{
    top: 50%;
    transform: translateY(-50%) !important;
}
@media screen and (min-width: 1200px){
    .box-gif{
        position: relative;
    }
    .con-gif{
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .fot-rule .rule-icon{
        padding-left: 40px !important;
    }
    .box-dvgh{
        background-color: #fff;
        padding: 5px 30px;
        box-shadow: 0 0 20px #0000001a;
        position: absolute;
        bottom: -40%;
        left: 50%;
        right: -50%;
    }
    .box-main-dn.fix2 .content-main-dn img{
        margin-bottom: -160px;
    }
    .container {
        max-width: 1200px;
    }
    #header .logo img{
        height: 59px;
        position: relative;
    }
    #header .main-nav{
        padding-top: 0;
    }
    #header .main-nav .body-nav ul{
        margin-bottom: 0px;
        margin-top: 33px;
    }
    .logo{
        margin: 10px 0;
    }
    #header .main-nav .main-menu > ul > li a{
        padding-bottom: 11px;
    }
    #header .main-nav .main-menu > ul > li:hover a,#header .main-nav .main-menu > ul > li.active a{
        border-bottom: 3px solid #ec5f2c;
    }
    .swiper-container.two .swiper-slide-active{
        width: 70% !important;
        transform: unset !important;
    }
    .swiper-container.two .swiper-slide-prev,.swiper-container.two .swiper-slide-next{
        width: 15% !important;
        transform: unset !important;
    }
    .swiper-container.two .swiper-slide-active img{
        height: 540px;
        object-fit: cover;
    }
    
    .swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{
        background-image: none;
    }
    .swiper-container.two .swiper-slide{
        transform: unset !important;
        transition: 1s;
    }
    .swiper-container.two .swiper-slide:not(.swiper-slide-active) img,.swiper-container.two .swiper-slide:not(.swiper-slide-prev) img,.swiper-container.two .swiper-slide:not(.swiper-slide-next) img{
        margin-top: 80px !important;
    }
    .swiper-container.two .swiper-slide.swiper-slide-prev img,.swiper-container.two .swiper-slide.swiper-slide-next img{
        height: 380px;
        object-fit: cover;
        position: relative;
        margin-top: 80px !important;
    }
    .swiper-container.two .swiper-slide.swiper-slide-active img{
        margin-top: 0px !important;
    }
    
}
@media screen and (min-width: 1600px){
    .container {
        max-width: 1574px;
    }
}
@media screen and (min-width: 1093px){
    .logo-fot{
        
    }
}
@media screen and (min-width: 1200px){
    .main-nav .container-fluid{
        padding-left: 35px;
        padding-right: 35px;
    }
    
    .mh84{
        min-height: 112px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .logo-fot{
        margin-top: 5px;
    }
}
@media screen and (min-width: 992px){
    .modal-dialog {
        max-width: 700px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .mh84{
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1366px){
    .main-menu{
        width: 100%;
    }
    .main-menu ul{
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}

@media screen and (min-width: 1700px){
    .container{
        min-width: 1520px;
    }
    #header .main-nav .main-menu > ul > li, #header .main-nav .main-menu > ul > li a{
        font-size: 1rem;
    }
    #header .logo img{
    }
    #header .main-nav{
        padding: 5px 0 15px;
    }
    #header .top-nav, #header .top-nav li, #header .top-nav li a, #header .top-nav button{
        font-size: 0.875rem;
    }
    .back-top{
        padding: 17px 0;
    }
    .main-menu{
        padding: 0 25px !important;
    }
    .head-tag img{
        height: 106px;
    }
    .item-tag{
        padding: 40px 0 40px 0;
    }
    .button-icon{
        height: 4.375rem;
        width: 4.375rem;
    }
    .arrow-d{
        height: 1.5625rem;
        width: 1.5625rem;
    }
    .head-tag h3{
        margin-top: 1.5rem;
        font-size: 1.5rem;
    }
    .head-tag p{
        font-size: 1.25rem;
    }
    .body-tag ul li, .body-tag ul li a{
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .button-st1{
        font-size: 1.125rem;
        padding: 6px 20px;
        border-radius: 20px;
    }
    .arrow-r{
        height: 1rem;
        width: 1rem;
    }
    .body-tag ul{
        margin-bottom: 1.8rem;
    }
    h2{
        font-size: 2.25rem;
    }
    .ic-pro{
        height: 2.375rem;
        width: 2rem;
    }
    .ic-too{
        height: 2.375rem;
        width: 2rem;
    }
    .item-p img{
        height: 23.375rem;
    }
    .item-p .content{
        height: 17.75rem;
        width: 17.75rem;
    }
    .item-p .content h3, .item-p .content h3 a{
        font-size: 2.276rem;
    }
    .item-p .content p{
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .more-catalog{
        font-size: 1.125rem;
    }
    .arrow-d.fix-11{
        height: 1.125rem;
        width: 1.125rem;
    }
    .ic-com{
        height: 2rem;
        width: 2rem;
    }
    .item-tag.fix-cus img{
        height: 400px;
        width: 80px;
        object-fit: cover;
    }
    .item-tag.fix-cus .head-tag{
        padding-bottom: 20px;
    }
    .item-tag.fix-cus{
        padding: 0;
    }
    .item-tag.fix-cus .head-tag h3{
        font-size: 1.5rem;
    }
    .item-tag.fix-cus .head-tag p{
        font-size: 0.75rem;
    }
    .item-tag.fix-cus .body-tag p{
        font-size: 0.77rem;
    }
    .item-nb-cty img{
        height: 95px;
    }
    .item-nb-cty h3{
        font-size: 4.07rem;
    }
    .item-nb-cty p{
        font-size: 1.136rem;
    }
    .ic-news{
        height: 2rem;
        width: 2rem;
    }
    .item-p.fix-news img{
        height: 16.625rem;
    }
    .item-p.fix-news h3, .item-p.fix-news h3 a{
        font-size: 1.25rem;
    }
    .item-p.fix-news p,.item-p.fix-news p.date-news{
        font-size: 1rem;
    }
    #footer h3{
        font-size: 1.75rem;
        margin-bottom: 1.2rem;
    }
    #footer{
        padding-top: 1rem;
    }
    .main-fot ul li, .main-fot ul li a, .main-fot p, .main-fot a{
        font-size: 0.9375rem;
    }
    #footer ul li{
        margin-bottom: 0.5rem;
    }
    #footer p{
        margin-bottom: 0.4rem;
    }
    .back-cam-rule p{
        font-size: 0.8rem !important;
    }
    .fot-rule img{
        height: 23px;
    }
    .fot-rule ul li a, .fot-rule ul li{
        font-size: 1rem !important;
    }
    .fot-rule ul li{
        padding: 13px 5px;
    }
    .box-main-contact{
        min-height: calc(100vh - 166px);
    }
    .box-main-contact div,.box-main-contact p, .box-main-contact a, .box-main-contact li,.box-main-contact label,.box-main-contact input,.box-main-contact textarea{
        font-size: 1.125rem;
    }
    .box-main-contact input::placeholder,.box-main-contact textarea::placeholder{
        font-size: 0.875rem;
    }
    .box-main-contact button{
        font-size: 1.2rem;
    }
    .f10{
        font-size: 0.875rem !important;
    }
    .box-line-contact p:nth-child(1){
        font-size: 0.875rem;
    }
    .item-p.lis-da h3,.item-p.lis-da h3 a{
        font-size: 1.85rem;
    }
    .item-p.lis-da .content p{
        font-size: 1.07625rem;
    }
    .box-search-da .form-group.fix .form-control{
        font-size: 1.125rem;
        height: 2.875rem;
        border-radius: 25px;
    }
    .box-search-da .form-inline .form-group input{
        font-size: 1.125rem;
        height: 2.875rem;
    }
    .box-search-da .form-inline{
        border-radius: 25px;
    }
    .ul-lis-da li, .ul-lis-da li a{
        font-size: 1rem;
        line-height: 2.235rem;
    }
    .item-p.lis-da img{
        height: 17.7578rem !important;
    }
    .item-p.lis-da img.fix{
        height: 36.9rem !important;
    }
    .box-search-da .form-inline button{
        height: 2.875rem;
    }
    .box-search-da .form-group.fix:after{
        top: 20px;
    }
    h2.fix{
        font-size: 1.5rem;
    }
    .fix-right img{
        height: 20.125rem !important;
    }
    .fix-right-2 img{
        height: 120px !important;
    }
    .item-slide-box-news img {
        height: 514px;
    }
    .item-p.fix-news .img-number{
        height: 131px !important;
    }
    .content-news.fix-h3 h3,.content-news.fix-h3 h3 a{
        font-size: 1.6rem;
    }
    .item-tag.fix .head-tag img{
        height: 150px;
    }
    .item-p.radius img{
        height: 10rem;
    }
    .item-p.fix-news .heau{
        height: auto !important;
    }
    .menu-main-blog ul li, .menu-main-blog ul li a{
        font-size: 1rem;
    }
    .hotline{
        display: flex !important;
        justify-content: flex-end;
    }
    .ul-tag li{
        font-size: 0.875rem;
    }
    .fix-right-2 p{
        font-size: 1rem !important;
    }
    .ul-year li, .ul-year li a{
        font-size: 1.5rem;
    }
    .box-share p{
        font-size: 1.125rem;
    }
    .box-contact h3{
        font-size: 1.5rem;
    }
    .box-contact p{
        font-size: 1rem;
    }
    .box-contact input, .box-contact textarea{
        font-size: 1rem;
    }
    .form-control{
        padding: .6rem 1.5rem;
    }
    .box-contact input, .box-contact textarea, .box-contact select{
        border-radius: 23px;
        border-color: #fff;
    }
    .box-contact select{
        padding: .6rem 1.5rem;
        height: auto !important;
    }
    .box-contact button{
        font-size: 1rem;
        padding: 9px 25px;
        border-radius: 23px;
    }
    .hotline img{
        height: 82px;
    }
    #header .main-nav .main-menu > ul > li.active a{
        font-size: 1rem;
    }
    .item-slide-box-news h3, .item-slide-box-news h3 a{
        font-size: 2.25rem;
        color: #6f6f6f;
    }
    .item-slide-box-news p{
        font-size: 1.125rem;
    }
    .item-slide-box-news .date-news{
        font-size: 0.875rem;
    }
    .item-tag.fix-nd li, .item-tag.fix-nd li a{
        font-size: 1rem;
        line-height: 2rem;
    }
    .ul-list-td li h4{
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }
    .ul-list-td li p{
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    .box-contact label{
        font-size: 1rem;
    }
    .ul-cate-down li, .ul-cate-down li a{
        font-size: 1rem;
        line-height: 2.5rem;
    }
    h1.detail{
        font-size: 1.25rem;
    }
    .main-blog-download p{
        font-size: 1rem;
    }
    .header-list{
        font-size: 1rem;
    }
    .header-list h3{
        font-size: 1.1rem;
    }
    .ul-share .ic{
        height: 35px;
        width: 35px;
    }
    .pagin a, .pagin strong{
        font-size: 16px;
        padding: 6px 14px;
    }
    #header .main-nav .main-menu > ul > li a{
        padding-bottom: 25px;
    }
    .swiper-slide-active img{
    	
    }
}
.mh84o{
    min-height: 84px;
}
.footer .f32{
    font-size: 24px !important;
}
.logo-fot{
}
.mt-10{
    margin-top: 6rem!important;
}
.mb-10{
    margin-bottom: 6rem!important;
}
@media screen and (max-width: 771px) {
    .fot-rule ul{
        display: flex;
        justify-content: space-between;
    }
    .content-sev h2{
    	margin-top: 10px;
    }
    .container.p-0{
    	padding-left: 15px !important;
    	padding-right: 15px !important;
    }
    img{
    }
    .content-main-dn{
    	position: static;
    }
    .box-main-dn img{
    	margin-bottom: 15px;
    }
    .content-main-dn{
    	padding-bottom: 0;
    }
    .text-box.mt-10{
    	margin-top: 30px !important;
    }
    .box-ul-cate{
    	margin-left: 0px;
    	padding-left: 0px;
    }
    .box-main-dt{
    	background-size: cover !important;
    	padding-bottom: 0px !important;
    }
    .box-main-dt .container{
    	margin-bottom: 0px !important;
    }
    .modal-header{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .modal-body{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .item-ul-ld h3{
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
.modal-header{
    padding-bottom: 0px !important;
}
.modal-body{
    padding-top: 0px !important;
}