.box-wrap-cat{

}
.box-wrap-cat .f-title-cat{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.box-wrap-cat .f-title-cat::after{
    content: '';
    width: 20%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #333;
}
.box-wrap-cat .f-title-cat a{
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-decoration: unset;
}
.box-wrap-cat .f-title-cat a:hover{
    color: #f8ae41;
}
.box-wrap-cat .view-all-cat{
    margin:  15px 0px;
    margin-bottom: 20px;
}
.box-wrap-cat .view-all-cat a{
    /* color: #000; */
}

.l-wrapper {
    max-width: 1202px;
    margin: 0 auto;
}
.fancybox1-slide{
  padding: 20px;
}

#services-sub {
    background: white;
}

#services-sub div#services-a.t-container.sub {
   padding-top: 60px;
}

/*TITLE BG WHITE*/
.t-container .title h3 {
    color: #333333;

}

.t-container .title h3 span {
    font-weight: normal;
    color: #f8ae41;

}

.t-container.sub .title h3 span {
    font-weight: 300;
    color: #f8ae41;
}

.t-container .title p {
    color: #888888;

}

.t-container .title:before,
.t-container .title:after,
.t-container .title > :first-child:before,
.t-container .title > :first-child:after {

    border-color: #444444;
    /* or whatever colour */

}

/*TITLE BG WHITE*/
/*TAB*/
#services-sub .sub .vnt-btn-tab {

    margin-right: 5px;
    margin-left: 5px;

}

.s-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.recent-view .s-container{
    display: block;
     
}
.recent-view .slick-track{
    margin-left: initial;
    margin-right: initial;
}
#related-video{
    padding-bottom: 50px;
}
.s-box {
    padding: 15px;
    /* background: #f2f2f2; */
    flex: 0 0 33%;
    margin-left: 0.6px;
    margin-right: 0.6px;
    margin-bottom: 1px;
    opacity: 0;
}
.recent-view .s-box{
    opacity: 1;
    margin-right: initial;
}
.s-box:hover .s-img .s-btn {
    opacity: 1;
}

.s-img {
    position: relative;

}
.s-img a{
    position: relative;
    display: block;
    padding-top: 66.75675675675676%;
}
.s-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s-img .s-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;

    background: rgba(248, 174, 65, 0.7);
    opacity: 0;
    transition: 0.3s ease
}

.s-img .s-btn a.btn {
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 0;
    font-size: 16px;
    border: 1px solid white;
    color: #666666;

}

.s-img .s-btn a.btn p {
    padding: 8px 40px;
    background: white;
}

.s-content {
    margin-top: 15px;
    padding-bottom: 0px;
}

.s-content .t h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 24px;
    /* fallback */
    max-height: 24px;
}

.s-content .t p.address {
    text-transform: uppercase;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 26px;
    max-height: 26px;
}

.s-line {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
    height: 1px;
    background: #f8ae41;
}

.s-content .c p {
    color: #666666;
    font-size: 14px;

    font-weight: 300;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-height: 24px;
    /* fallback */
    max-height: 96px;
}

/*TAB*/

/*SLICK SLIDE NEWS*/
.s-ex-wrapper{
    position: relative;
}
#slideFor {
    margin-bottom: 20px;
}

#slideFor .item {
    background: #f6f6f6;
    position: relative;
}

#slideFor .item:after {
    content: "";
    display: block;
    clear: both;
}

#slideFor .img {
    height: 450px;
    float: left;
}

#slideFor .img img {
    height: 100%;
}

.s-ex-wrapper .caption {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 15px 20px;

}

.s-ex-wrapper .caption .content-scroll {
    overflow-y: scroll;
    max-height: 260px;
}

/*SCROLL*/
.s-ex-wrapper .caption .content-scroll::-webkit-scrollbar {
    width: 5px;

}

/* Track */
.s-ex-wrapper .caption .content-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.s-ex-wrapper .caption .content-scroll::-webkit-scrollbar-thumb {
    background: #f8ae41;
    border-radius: 10px;

}

/* Handle on hover */
.s-ex-wrapper .caption .content-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*SCROLL*/
.s-ex-wrapper .log {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
}

.s-ex-wrapper .log:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.s-ex-wrapper .log span {
    display: inline-block;
    max-width: 150px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    /*  padding: 0 15px;*/
    padding-right: 35px;
    padding-left: 10px;
}

.s-ex-wrapper .log span img {
    max-width: 135px;
}

.s-ex-wrapper .name {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.s-ex-wrapper .name:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    width: 75px;
    bottom: 0;
}

.s-ex-wrapper .des {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 30px;
    padding: 0 20px;

}

#slideFor .link {
    text-align: center;
}

#slideFor .link a {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    color: #ed1c24;
}

#slideFor .link a span {
    padding-right: 20px;
    position: relative;
}

#slideFor .link a span:before {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slideFor .link a:hover {
    color: #333333;
}

#slideFor .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

#slideFor .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#slideFor .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    border: none;
}

#slideFor .slick-dots li.slick-active button {
    background: #f8ae41;
}

#slideFor .slick-dots li button:before {

    font-size: 0px;
}

/*=========================================================*/
#slideNav {
    padding: 0 65px;
}

#slideNav .slick-list {
    margin: 0 -8px;
}

#slideNav .item {
    padding: 0 8px;
}

#slideNav .item .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border: solid 3px transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#slideNav .slick-current .item .img{
   

}

#slideNav .item .img img {

    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: initial;
    max-width: initial;
    height: 100%;

    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#slideNav .item.slick-current .img{
      border: solid 3px #f8ae41;
}
#slideNav .item.slick-current .img img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
   
}

#slideNav .slick-arrow {
    width: 55px;
    height: 55px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #898989;
    border: solid 1px #c9c9c9;
    border-radius: 100%;
}

#slideNav .slick-prev {
    left: -15px;

}

#slideNav .slick-next {
    right: -15px;
}

#slideNav .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 40px;
    color: #898989;
}

#slideNav .slick-prev:before {
    content: "\f104";
}

#slideNav .slick-next:before {
    content: "\f105";
}

#slideNav .slick-arrow:hover {
    color: #f8ae41;
    background: white;
}

/*========================================================*/
.the-content .img-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}



/*DETAIL*/
#services-sub {
    padding-top: 0px;
}

#services-sub .s-wrapper {
    margin: 0 auto;
    max-width: 1045px;


}

#services-sub .detail {

    margin-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}

#services-sub .detail .col {
    width: 50%;
}

#services-sub .detail .col ul li {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
}

#services-sub .detail .col ul li span {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

#services-sub .detail .col .add1 {
    border-right: 1px solid #e5e5e5;
}

#services-sub .detail .col .add2 {
    padding-left: 30px;
}

#services-sub .social {
    margin-top: 20px;
}

#services-sub .social ul li {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 5px;

}

#services-sub .social ul a {
    color: white;
}

#services-sub .social ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#services-sub .social ul {
    position: relative;
    padding-left: 70px;
}

#services-sub .social ul::before {
    content: "Chia sẻ :";
    color: #666666;
    position: absolute;

    left: 0px;
    font-size: 16px;
    top: 5px;
}

#services-sub .social ul li#fb {
    background: #3b5998;
}

#services-sub .social ul li#gg {
    background: #dc4e41;
}

#services-sub .social ul li#tt {
    background: #1da1f2;
}

#services-sub .social ul li#pr {
    background: #cb2027;
}

#services-sub .social a.btn {
    margin-top: 20px;
    background-color: #f8ae41;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 16px;
    padding: 9px 85px;
}

#services-sub .social a.btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2a0";
}

/*DETAIL*/

/*ROW FORM - POPUP*/
.fancybox1-iframe, .fancybox1-video {
     padding: 20px;
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: initial;
   
    width: 100%;
}
#services-sub .popup {
    margin-top: 50px;
    width: 470px;

    border: 3px solid #e7e7e7;
    display: none;
}

.fancybox1-content {
    max-width: 470px;
    padding: 40;
  
}

.fancybox1-slide--html .fancybox1-close-small {
    border: 2px solid #f8ae41;
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0px;
    border-radius: 50%;

}

.fancybox1-content .div_form .info_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #f8ae41;
}

.fancybox1-content .div_form .info_title p {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

.row-form {

    margin-bottom: 10px;
}

.w_textarea #content {
    width: 100%;
    height: 111px;
}

.row-form label {
    width: 140px;
    padding-right: 16px;
    font-size: 14px;

    line-height: 20px;
    color: #333333;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.row-form label span {
    color: #ff0000;
}

.row-form textarea {
    resize: vertical;
}

.row-form .form-control {
    height: 38px;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    background: #f5f5f5;

}

.row-form textarea.form-control {
    height: 111px;
}

.row-form .input-group .input-group-text {
    display: table-cell;
    padding-left: 15px;
    white-space: nowrap;
    vertical-align: middle;
}

.row-form .input-group .input-group-text .refresh {
    padding-left: 25px;
    background: url("../images/contact/icon-refresh.png") no-repeat 0 50%;
}

.row-form .form-control#staff {
    padding-left: 5px;
}



.form-control:focus {
    border-color: #c0c0c0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(192, 192, 292, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(192, 192, 292, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(192, 192, 192, 1)
}

.row-form #security_code.form-control {
    width: 200px;
    display: inline-block;
}

.row-form *[class^=fa-].div_input {
    position: relative;
    width: 100%;
}

.row-form *[class^=fa-].div_input .form-control {
    padding-left: 34px;
}

.row-form *[class^=fa-].div_input:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 3;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    left: 8px;
    width: 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b0b0b0;
    pointer-events: none;
}

.row-form *[class^=fa-].div_input.w_textarea:before {
    top: 8px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.row-form .fl,
.row-form .fr {
    width: 49%;
}

.row-form.c-button {
    margin-top: 25px;
}

#clgrey {
    background: #333333;
}

.row-form button.btn {
    height: auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    outline: 0;
    background: #018e42;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: normal;
}

.row-form button.btn.btnreset {
    background: #333333;
}

.w-button {
    margin: 0 3px;
}

.w-button .fl,
.w-button .fr {
    padding: 0 3px;
}

.row-form button.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.row-form button.btn:hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.row-form button.btn span {
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    position: relative;
    z-index: 1;
}

.row-form .btn:active:focus,
.row-form .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #ffffff;
}

.btn-send .btn {
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    height: 47px;
    padding: 0;
    width: 100%;
    background: #f8ae41;
    font-weight: 500;
    font-size: 20px;
}

.btn-send .btn::before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

/*ROW FORM*/

/*RECENT VIEW*/
.recent-view {
   

}

.recent-view .r-title {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
}

.recent-view .r-title::before {
    border-bottom: 2px solid #f8ae41;
    width: 70px;
    position: absolute;
    bottom: -2px;
    content: " ";
}

.recent-view .r-title h3 {
    color: #414143;
    font-size: 28px;
    font-weight: 300;
}

/*SLICK*/
#related-video .slick-prev,
#related-video .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

#related-video .slick-prev:hover,
#related-video .slick-next:hover {
    background: rgba(248, 174, 65, 0.3);
}

#related-video .slick-prev:before,
#related-video .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#related-video .slick-next {
    right: -75px;
}

#related-video .slick-prev {
    left: -75px;
}

#related-video .slick-next::before {
    content: "\f054";
}

#related-video .slick-prev::before {
    content: "\f053";
}





#recent-view .slick-prev,
#recent-view .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

#recent-view .slick-prev:hover,
#recent-view .slick-next:hover {
    background: rgba(248, 174, 65, 0.3);
}

#recent-view .slick-prev:before,
#recent-view .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#recent-view .slick-next {
    right: -75px;
}

#recent-view .slick-prev {
    left: -75px;
}

#recent-view .slick-next::before {
    content: "\f054";
}

#recent-view .slick-prev::before {
    content: "\f053";
}



/*SLICK*/
/*RECENT VIEW*/

/*PAGE DICHVU*/
.bb-more {
    display: flex;
    margin-top: 60px;
}

.bb-more img {
    margin-left: 20px;
    margin-top: 15px;

}

.bb-more:hover #img-more {

    animation: leftright 1.3s linear infinite;

}

@keyframes leftright {

    0%,
    100% {
        margin-left: 20px;
    }

    50% {
        margin-left: 30px;
    }
}

.bb-service-container .img {

    float: left;
}


#service .bb-service {
    margin-top: 45px;
}

#service .bb-wrapper-small {
    margin: 0 auto;
    max-width: 1100px;
    height: 260px;
    position: relative;
    border: 7px solid #f5f5f5;
    overflow: none;
    top: 30px;
}

#service .bb-wrapper-smaller {

    max-width: 980px;
    position: absolute;
    z-index: 9999;
    height: 315px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;


}

.bb-wrapper-smaller .bb-service-slider .item .right {
    float: right;
}

.bb-wrapper-smaller .bb-service-slider .item .right-btn {
    position: absolute;

    right: 40px;

}

.bb-wrapper-smaller .bb-service-slider .item .left {
    text-align: right;

}

#service .bb-service-container {
    background: transparent;
    max-height: 315px;
    margin-bottom: 40px;
    opacity: 0;

    width: 100%;
    height: 650px;
    overflow: hidden;
}

#service .bb-service-slider {
    opacity: 1;
}

.bb-wrapper-smaller .bb-service-slider .item .img {
    overflow: hidden;
    max-width: 470px;
}

.bb-wrapper-smaller .bb-service-slider .item .img img {
    transition: 0.5s ease;
}

.bb-wrapper-smaller .bb-service-slider .item .img img:hover {
    transform: scale(1.03);
}

#service .bb-service-container .content {
    width: calc(100% - 470px);
    position: relative;
    float: left;

    padding-left: 40px;
    padding-top: 50px;

}

#service .bb-service-container .content.left {
    padding-left: 0px;
    padding-right: 40px;
}

#service .bb-service-container .content h3 {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
}

#service .bb-service-container .content h4 {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 26px;
}

#service .bb-service-container .content .date p {
    font-size: 13px;
    color: #bbbbbb;
}

#service .bb-service-container .content .date p::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #f8ae41;
}

#service .bb-service-container .content p {
    font-size: 15px;

    margin-top: 2px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 22px;
    /* fallback */
    max-height: 50px;
}

#service .bb-service-container .content a.btn {
    width: 180px;
    height: 40px;
    padding-top: 10px;
    color: #333333;
    background-color: white;
    border-radius: 0px;
    border: 1px solid #888888;
    font-size: 15px;
    transition: 0.3s ease;

}

#service .bb-service-container .content a.btn:hover {

    color: #333333;
    background-color: #f8ae41;
    border: 1px solid #f8ae41;



}

#service .bb-more {
    display: flex;
    margin-top: 20px;
}

#service .bb-service-container .img {}

#service .bb-service-container .img img {
    width: 100%;

}

#service .pagination {
    margin-top: 0px;
    margin-bottom: 45px;
}

/*PAGE DICHVU*/





/*==BEGIN: PAGE - DETAIL NEWS==*/
 #detail-service {
    margin-bottom: 30px;
    background: white;
}

.news-banner-title {
    position: relative;
    max-width: 877px;
    overflow: hidden;
    max-height: 190px;
}

.news-banner-title img {

    width: 100%;
    position: relative;
    top: 100%;


}

.news-banner-title .title {
    position: absolute;
    left: 40px;
    top: 40px;
    color: white;

}

.line-news-big {
    width: 80px;
    height: 1px;
    background-color: #111111;
    margin-top: 16px;
    margin-bottom: 0px;
}

.news-banner-title .title h5 {
    font-size: 18px;
    font-weight: normal;


}

.news-banner-title .title h2 {
    font-size: 45px;
    font-weight: bold;

}

.vnt-detail-news {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 60px;

}

p.detail-news-title {
    font-size: 35px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.big-detail-news-col li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #afafaf;
    margin-left: 5px;
}

.big-detail-news-col li.fa-calendar-alt {

    color: #f8ae41;
}

.long-content .img-group {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;

}

.long-content .img-group p {
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    color: #666666;
    font-style: italic;

}

.long-content .img-group .left {
    display: inline-block;
    max-width: 580px;
}

.long-content .img-group .right {
    display: inline-block;
    max-width: 280px;
}

.long-content .img-group .right img {
    margin-bottom: 9px;
}

.detail-news-social li {

    background-color: aqua;
    list-style: none;
    float: left;
    margin-right: 5px;
    color: white;
}

.detail-btn-social {
    width: 40px;
    height: 40px;
    position: relative;

}

.detail-news-social .fa-calendar {
    margin-right: 15px;
    background-color: #0092df;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
}

.detail-news-social i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cfb {
    background-color: #3b5998;
}

#cgg {
    background-color: #dc4e41;
}

#ctt {
    background-color: #1da1f2;
}

#cpr {
    background-color: #cb2027;
}

.detail-news-content {
    max-width: 877px;
}

.detail-news-content .short-content p {
    font-size: 15px;
    font-weight: 500;
}

.detail-news-content .long-content {
    max-width: 877px;
    margin-top: 26px;
    color: #565656;
    margin-bottom: 30px;

}

.detail-news-content .long-content p {
    font-size: 15px;
}

.detail-news-content .long-content p.medium {
    font-weight: 500;
}

.detail-news-content .long-content img {
    width: 100%;
}

.short-content p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.long-content .author {
    text-align: right;
    font-size: 16px;
}

.long-content p {

    color: #565656;
    font-size: 17px;
    line-height: 24px;
}

.big-detail-news-col {
    width: calc(100% - 300px);
    float: left;
    margin-right: 30px
}

.small-detail-news-col {
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 270px;
 

}
.small-detail-news-col.news-sidebar-fixed{
    position: fixed;
    top: 95px;
   
    right: 13%;
}

.small-col-news-img img {
    width: 100%;

}


.small-detail-news-col img {
    width: 100%;

}

#small-col-news .item {
    margin-top: 10px;
    margin-bottom: -5px;
}

#small-col-news1 {}


.small-col-news {


    margin-bottom: 15px;
}

.small-col-news .title {
    text-align: left;

}

.small-col-news .title h5 {
    font-size: 16px;
    font-weight: bold;
    color: #018e42;
}

.line-news-small {
    margin-top: 15px;
    width: 50px;
    height: 1px;
    background: #555555;
    margin-bottom: 10px;
}

.small-col-news-text {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #666666;
}

#small-col-news .small-col-news-text {
    margin-top: 15px;
    padding-bottom: 15px;
}

.small-col-news-text h4 {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}

.small-col-news-text h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}


.vnt-related-news {

    margin: 0 auto;
    padding-bottom: 20px;
}

p.related-news-title {

    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #ec390f;
}

.line-ralated {
    width: 50px;
    height: 1px;
    background: #dd0000;
}

.list-related-news span {
    margin-right: 65px;
    color: #888888;
    font-size: 13px;
}

.list-related-news {

    margin-top: 15px;
}

.list-related-news span i {
    margin-right: 5px;
}

.list-related-news a {
    color: #222222;
    font-size: 15px;
    text-transform: uppercase;
}

.list-related-news a:hover {
    color: #018e42;
}

.list-related-news hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.small-wrapper {
    max-width: 870px;
    float: left;
}

/*RELATED NEWS*/
.slick-related-news .item .n-box {
    border: 7px solid #f5f5f5;
    max-width: 370px;
}

.slick-related-news .item .n-box .img {
    max-width: 360px;

}

.slick-related-news .item .n-box .img img {
    width: 100%;

}

.slick-related-news .item .n-box .text {
    padding: 5px 10px 20px 10px;
}

.slick-related-news .item .n-box .text p.date {

    font-size: 13px;
    color: #bbbbbb;
    font-weight: 300;
    333333
}

.slick-related-news .item .n-box .text p.title {

    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #333333;
}

.slick-related-news .item .n-box .text p.date::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ae41;
}


.slick-related-news .slick-prev,
.slick-related-news .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

.slick-related-news .slick-prev:hover,
.slick-related-news .slick-next:hover {
    background: rgba(248, 174, 65, 0.3);
}

.slick-related-news .slick-prev:before,
.slick-related-news .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-related-news .slick-next {
    right: -75px;
}

.slick-related-news .slick-prev {
    left: -75px;
}

.slick-related-news .slick-next::before {
    content: "\f054";
}

.slick-related-news .slick-prev::before {
    content: "\f053";
}


/*RELATED NEWS*/
/*==END: PAGE - DETAIL NEWS==*/


/*=======================BOX SIDEBAR===============*/
.box_news_sidebar {
    margin-bottom: 20px;
}
.box_news_sidebar .a-sub{
    margin-bottom: 10px;
}
.box_news_sidebar .bn_title {

    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px ;
    padding-right: 0px;
    margin-bottom: 2px;

}

.box_news_sidebar .button-tab {
    height: auto;
    margin-top: 0;
    text-align: center;

}
.box_news_sidebar .bn_title a{
  padding-right: 0;
}
.box_news_sidebar .bn_title a h3{
    
    font-size: 14px;
    
    text-transform: uppercase;
   font-weight: normal;
    background: #f2f2f2;
    margin-bottom: 2px;
   
    
    color: #666666;
}

.box_news_sidebar .bn_title h3 {

    font-size: inherit;
    line-height: inherit;
    text-align: left;
    font-weight: 500;
    color: #f8ae41;
}

.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}

.box_news_sidebar .bn_content .item .i-image {
    overflow: hidden;
    margin-bottom: 10px;
}

.box_news_sidebar .bn_content .item .i-image a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
}

.box_news_sidebar .bn_content .item .i-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box_news_sidebar .bn_content .item .i-image:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.box_news_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.box_news_sidebar .bn_content .item .i-title a {
    color: #333333;
}

.box_news_sidebar .bn_content .item .i-title a:hover {
    color: #ec390f;
}

/*=======================BOX SIDEBAR===============*/
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/



/*NEWS*/
@media only screen and (max-width: 1200px) {
  .detail-news-content .long-content img {
    width: 100%;
    margin-bottom: 10px;
}
  .long-content .img-group {
    margin-top: 20px;
    display: block;
    width: 100%;
    flex-wrap: initial;
    
}
  .long-content .img-group .left {
    display: inline-block;
    width: 100%;
    max-width: initial;
}
  .long-content .img-group .right {
    display: inline-block;
    width: 100%;
    max-width: initial;
}
}
@media all and (max-width: 768px) {
    .mid-content {
    padding-top: 30px;
}
  .small-detail-news-col {
  display: none;
}
  .big-detail-news-col {
   width: 100%;
    margin-right: 0;
}
  p.detail-news-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
   
}

}
/*NEWS*/


@media all and (max-width: 1375px) {
    #recent-view .slick-next {
        right: 0px;
    }

    #recent-view .slick-prev {
        left: 0px;
    }

    #related-video .slick-next {
        right: -0px;
    }

    #related-video .slick-prev {
        left: -0px;
    }

    .slick-related-news .slick-next {
        right: -20px;
    }

    .slick-related-news .slick-prev {
        left: -20px;
    }
}

@media all and (max-width: 991px) {
    #slideFor .img {
        height: initial;
        float: none;
    }

    #slideFor .img img {
        width: 100%;
    }

    .s-ex-wrapper .caption {
        position: initial;
        max-width: initial;
    }

    #slideFor .des {
        /*
        height: 92px;
        overflow: hidden;
*/
    }
}

/*SLICK SLIDE NEWS*/




@media only screen and (max-width: 1230px) {
    .l-wrapper {
        max-width: 1202px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .s-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s-box {
        flex: 0 0 48%;
        max-width: initial;
        margin-right: 1.1%;
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 920px) {
    #service .bb-service-container {

        max-height: initial;
        overflow: initial;
        height: initial;
        margin-bottom: 0;

    }



    #service .bb-wrapper-small {
        margin: 0 auto;
        max-width: 1100px;
        height: initial;
        position: relative;
        border: none;
        top: 0;

    }

    #service .bb-wrapper-smaller {
        max-width: 980px;
        position: initial;

        height: initial;

    }

    .bb-wrapper-smaller .bb-service-slider .item .left {
        text-align: initial;

    }

    #service .bb-service-container .content.left {
        padding-left: 0px;
        padding-right: 0px;
        float: initial;
        padding: 10px;
    }

    #service .bb-service-container .content {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 10px;
        border: 5px solid #f5f5f5;
        width: 80%;
        float: initial;



    }

    .bb-wrapper-smaller .bb-service-slider .item .right-btn {


        right: auto;


    }

    .bb-wrapper-smaller .bb-service-slider .item .img {
        overflow: hidden;
        max-width: initial;
        width: 80%;
        margin: 0 auto;

        float: initial;
    }

    .bb-wrapper-smaller .bb-service-slider .item .img.right {
        float: initial;

    }

    #service .bb-more {
        display: flex;
        margin-top: 20px;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
  #services-sub {
    padding-top: 0px;
}
    .button-tab {
        display: none;
    }

    .select-j {
        margin-top: 20px;
        display: block;
    }

    .t-container.sub .title h3 span {
        display: block;
    }
}

@media only screen and (max-width: 550px) {
    #service .bb-service {
        margin-top: 0;
    }

    .s-box {
        flex: 0 0 100%;
        max-width: initial;
        margin-right: 0%;
        margin-bottom: 2px;
        padding: 10px;
    }

    #service .bb-service-container .content {

        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
        border: 5px solid #f5f5f5;
        width: 100%;
        float: initial;
        margin-bottom: 20px;
    }

    #service .bb-service-container .content.left {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
        float: initial;

    }

    .bb-wrapper-smaller .bb-service-slider .item .img {

        width: 100%;

    }

    #service .bb-service-container .content h4 {
        font-size: 16px;
        font-weight: 300;
        color: #333333;
        margin-top: 5px;
        text-transform: uppercase;
        line-height: 26px;
    }

    #services-sub {
        padding-top: 30px;
    }

    #services-sub div#services-a.t-container.sub {
        margin-top: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    #services-sub .social a.btn {
        margin-top: 20px;
        background-color: #f8ae41;
        border: none;
        border-radius: 0;
        color: white;
        font-size: 16px;
        padding: 9px 78px;
    }

    #services-sub .detail {
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        padding-top: 30px;
        display: block;
    }

    #slideFor .caption {

        padding: 15px 5px;
    }

    #slideFor .name {
        font-size: 22px;

    }

    #slideFor .des {

        line-height: 24px;

    }

    #services-sub .detail .col {
        width: 100%;
    }

    #services-sub .detail .col .add1 {
        border-right: none;
    }

    #services-sub .detail .col .add2 {
        padding-left: 0px;
    }

    #services-sub .detail .col ul li {

        font-size: 14px;

    }

    .recent-view .r-title h3 {

        font-size: 22px;

    }

    #recent-view .slick-prev,
    #recent-view .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        z-index: 9999;
        display: block;
        width: 40px;
        height: 50px;
        padding: 0;
    }

    #related-video .slick-prev,
    #related-video .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        z-index: 9999;
        display: block;
        width: 40px;
        height: 50px;
        padding: 0;
    }
}

.s-box:hover .s-img:before{
    display: none;
}
.s-img{
    position: relative;
}
.s-img:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/i-video.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 1;
}

@media only screen and (max-width: 330px) {
    #services-sub .social a.btn {

        padding: 9px 63px;
    }
}