@font-face {
    font-family: "UTM-Avo";
    src: url("font/UTM/UTMAvo.ttf");
}
@font-face {
    font-family: "UTM AvoBold";
    src: url("font/UTM/UTMAvoBold.ttf");
}
    @font-face {
    font-family: "UTMKabelKT";
    src: url("font/UTMKabelKT.ttf");
}
    @font-face {
    font-family: "Montserrat-Light";
    src: url("font/Montserrat-Light.ttf");
}

:root {
    --primary-color: #0865fc;
    --second-color: #ffffff;
    --third-color: #000000;
    --primary-font: "UTM-Avo";
    --bold-font: "UTM AvoBold";
    --second-font: "UTMKabelKT";
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    box-sizing: border-box !important;
}
body {
    font-family: var(--primary-font);
    line-height: 24px;
    width: 100%;
    height: 100%;
    font-size: 16px;
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
ul li {
    list-style-type: none;
}
a{
   color: var(--primary-color);
}
a:hover {
    text-decoration: none;
    color: #ffc50b;
}
.clear-fix {
    clear: both;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: var(--primary-color);
}
.text-yellow {
    color: #ffc50b;
}
.text-black{
    color: #000000;
}
.bg-blue {
    background-color: var(--primary-color);
}
.d-flex {
    display: flex;
}
.text-bold {
    font-weight: bold;
}
.text-upper {
    text-transform: uppercase;
}
.font-montserrat-bold {
    font-family: "Montserrat-bold";
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.pulse:hover {
    animation: pulse 1.5s ease-in infinite;
}
p.seemore {
    line-height: normal;
    margin-top: 4%;
}
.section{
    /*margin-top: 5%;*/
}
@keyframes pulse {
    25% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.1);
    }
}
@keyframes push {
    50% {
        transform: scale(0.8);
    }
}
@keyframes pop {
    50% {
        transform: scale(1.2);
    }
}

.has-underline {
    position: relative;padding-bottom: 8px;
}
.has-underline:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 45%;
    height: 2px;
    background-color: var(--primary-color);
    transition: 0.5s all ease-out;
}
.has-underline:hover:after {
    width: 100%;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.three_ugly {
    background-color: #000000;
    color: #fff;
    padding-bottom: 50px;
}
.around_trietly {
    border: 1.5px solid #fff;
    padding: 20px;
    min-height: 425px;
    margin-bottom: 20px;
}
.around_trietly {
    border: none;
    padding: 30px;
    border-radius: 10px;
    min-height: 400px;
    background-color: #2e2e2e;
    margin-bottom: 20px;
}
.around_trietly h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.three_ugly .col-sm-4:last-child .around_trietly h3:after {
    background: #25aae1;
}

.around_trietly p.tieude {
    font-size: 20px;
    font-family: "Montserrat-Bold";
    text-align: justify;
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px) {
    .three_ugly {
        padding-bottom: 20px;
    }
    .around_trietly {
        min-height: 200px;
    }
    .around_trietly h3 {
        font-size: 2rem;
    }
}
.col-logo {
    text-align: left;
}
header {
    width: 100%;
    z-index: 99999;
    padding: 20px 0;
    background-color: #ffffff;
}
.baoquanh_header {
    max-width: 90%;
    margin: 0 auto;
}
nav#main-menu {
    position: relative;
    margin-right: 15px;
}
.lang-switcher{padding-top: 10px;}
header.scrollq {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    left: 0;
    padding: 10px 0;
}
header.scrollq .col-logo img {
    max-width: 150px;
    transition: 0.8s;
}
#main-menu ul {
    text-align: right;
    margin-bottom: 0;
    padding: 5px 0; /* margin-top: 20px; */
}
#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a,
#main-menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
}
#main-menu:after,
#main-menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#main-menu #head-mobile {
    display: none;
}
#main-menu > ul > li {
    display: inline-flex;
    align-items: center;
}
#main-menu > ul > li > a {
    padding: 10px 10px;
    font-size: 16px;
    text-decoration: none;
    color: var(--third-color);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
}
.col2_header {
    display: inline-flex;align-self: center;justify-content: flex-end;
}
.col3_header {
    padding-top: 20px;
    text-align: right;
}
.col3_header ul {
    display: inline-flex;
}
.col3_header > ul > li.language {
    border: 2px solid #0046af;
    background: #0046af;
    border-radius: 5px;
    margin-right: 8px;
    padding: 7px 0;
}
.col3_header > ul > li.language > a {
    padding: 10px 7px;
    color: #fff;
    font-family: "Montserrat-Bold";
}
.col3_header > ul > li.language.active {
    background: #fff;
}
.col3_header > ul > li.language.active a {
    color: #414042;
}
.col3_header > ul > li > a img {
    max-width: 25px;
    border: 1px solid #0046ae2e;
}
.col3_header > ul > li > a img:hover {
    max-width: 30px;
    transition: 1s;
}
#main-menu > ul > li:hover > a {
    color: var(--primary-color);
}
#main-menu ul > li.active > a {
    color: var(--primary-color);
}
#main-menu > ul > li:hover,
#main-menu ul li.active:hover,
#main-menu ul li.active,
#main-menu ul li.has-sub.active:hover {
    /* background-color: #337ab7; */
    /*border-radius: 19px;*/
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#main-menu > ul > li.has-sub > a {
    /* padding-right: 30px; */
}
/* #main-menu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#0078eb;content:''} */
/* #main-menu > ul > li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#0078eb;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease} */
#main-menu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#main-menu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99999;
    top: 36px;
}
#main-menu ul ul li {
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    background: #fff;
    transition: all 0.25s ease;
}
#main-menu ul ul li:hover {
}
#main-menu li:hover > ul {
    left: auto;
}
#main-menu li:hover > ul > li {
    /*border-bottom: 1px solid #fff;*/
    border: 1px solid #d9d9d9;
}
#main-menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#main-menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    line-height: 24px;
    padding: 11px 15px;
    width: 280px;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
#main-menu ul ul li:last-child > a,
#main-menu ul ul li.last-item > a {
    border-bottom: 0;
}
#main-menu ul ul li:hover > a,
#main-menu ul ul li a:hover {
    color: #ffc50b;
}
#main-menu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}
#main-menu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#main-menu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#main-menu ul ul ul li.active a {
    border-left: 1px solid #fff;
}
#main-menu > ul > li.has-sub > ul > li.active > a,
#main-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #fff;
}
#main-menu .submenu-button {
    display: none;
}
#main-menu > ul > li:last-child {
    /*border:1px solid #fff;*/
    /*margin-left: 10px;*/
    background-color: var(--primary-color);
    border-radius: 21px;
    /* color: var(--second-color); */
}
#main-menu > ul > li:last-child:hover {
    /*border: 1px solid var(--primary-color);*/
    background-color: var(--second-color);
}
#main-menu > ul > li:last-child:hover a {
    color: var(--primary-color);
}

#main-menu > ul > li:last-child a {
    color: var(--second-color);
}
@media (min-width: 1001px) and (max-width: 1300px) {
    #main-menu ul {
        margin-right: 0px;
    }
}
@media (max-width: 1000px) {
    nav#main-menu {
        width: 100%;
    }
    #main-menu {
        width: 100%;
    }
    #main-menu ul {
        width: 100%;
        display: none;
    }
    #main-menu ul li {
        width: 100%;
        display: inline-grid;
    }
    #main-menu ul li:hover {
        background: #fef3f8;
        min-height: 46px;
    }
    #main-menu > ul > li > a {
        text-align: left;
        text-transform: none;
    }
    #main-menu ul ul li,
    #main-menu li:hover > ul > li {
        height: auto;
    }
    #main-menu ul li a,
    #main-menu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #main-menu > ul > li {
        float: none;
    }
    #main-menu ul ul {
        top: 0;
        padding-bottom: 0;
    }
    #main-menu ul ul li a {
        padding-left: 25px;
    }
    #main-menu ul ul li {
        background: #fff !important;
    }
    #main-menu ul ul li:hover {
        background: #fef3f8 !important;
    }
    #main-menu ul ul ul li a {
        padding-left: 35px;
    }
    #main-menu ul ul li a {
        color: #fff;
        background: none;
    }
    #main-menu ul ul li:hover > a,
    #main-menu ul ul li.active > a {
        color: #ffac00;
    }
    #main-menu ul ul,
    #main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #main-menu > ul > li.has-sub > a:after,
    #main-menu > ul > li.has-sub > a:before,
    #main-menu ul ul > li.has-sub > a:after,
    #main-menu ul ul > li.has-sub > a:before {
        display: none;
    }
    #main-menu #head-mobile {
        display: block;
        padding: 0px;
        color: #1f4a36;
        font-size: 18px;
        font-weight: 700;
    }
    #main-menu .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    #main-menu .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 3px solid #0046ae;
        border-bottom: 3px solid #0046ae;
        content: "";
    }
    #main-menu .button:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 3px;
        width: 20px;
        background: #0046ae;
        content: "";
    }
    #main-menu .menu-opened:after {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #0046ae;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #main-menu .menu-opened:before {
        top: 23px;
        background: #0046ae;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #main-menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #main-menu .submenu-button.submenu-opened {
        background: #ded7da;
    }
    #main-menu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #main-menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
        content: "";
    }
    #main-menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #main-menu .submenu-button.submenu-opened:after {
        background: #ffc50b;
    }
    #main-menu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        content: "";
    }
    #main-menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #main-menu .submenu-button.submenu-opened:before {
        display: none;
    }
    #main-menu ul ul ul li.active a {
        border-left: none;
    }
    #main-menu > ul > li.has-sub > ul > li.active > a,
    #main-menu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
    .col2_header {
        padding: 0;
    }
    #main-menu ul {
        background-color: #ffc50b;
    }
    #main-menu > ul > li:last-child {
        border: 0px solid #fff;
        margin-left: 0px;
    }
}
.btn-white {
    color: #ffffff;
    background-color: var(--primary-color);
    border: 0px solid #ffffff;
    border-radius: 22px;
    padding: 5px 20px;
}
.btn-blue {
    color: var(--second-color);
    background-color: var(--primary-color);
    border: 2px solid var(--second-color);
    border-radius: 22px;
    padding: 5px 16px;
}
/* end menu */
@media (max-width: 767px) {
    nav#main-menu {
        margin-top: 0px;
    }
    #main-menu .button {
        right: auto;
        top: -40px;
        left: 0;
    }
    .col-logo img {
        max-width: 50%;
    }
}
/*.col-logo img{margin-top: 20px;    max-width: 135px;    margin-left: 15px;}*/

/*slide partials*/
.first_news {
    padding: 0 15px;
}
.first_news .first_news-image {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    /*    padding: 10px;*/
}

.first_news .first_news-image .first_news-title {
    position: absolute;
    bottom: 20px;
    width: 95%;
    font-family: "Montserrat-Bold";
    left: 18px;
    padding: 25px;
    border-radius: 20px;
}
.first_news .first_news-image .first_news-title p {
    margin-bottom: 0;
}
.first_news .first_news-image .first_news-title a.text-white.text-bold {
    line-height: 23pt;
    font-size: 18pt;

    display: block;
    margin-bottom: 13px;
}
.first_news .first_news-image p small.text-white {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
}
.first_news .first_news-image .first_news-title p a {
    font-family: "Montserrat-SemiBold";
    margin-bottom: 0px !important;
    font-size: 12pt !important;
}
.slideshow_tintuchome {
    background-color: #f4f4f6;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 13px;
    max-height: 536px;
}
.slideshow_tintuchome-more {
    padding: 30px 20px;
    border-radius: 25px;
}
.slideshow_tintuchome-more .more_link {
    font-family: "Montserrat-ExtraBold";
    font-size: 18pt;
}
.box-slides {
    /* margin-bottom: 5%; */
}
/*end slide partials*/
.scrollq .col-logo img {
    margin-top: 5px;
}

.trietly_img {
    width: 50px;
    margin-right: 12px;
    padding: 2%;
    border-radius: 8px;
}
.slide_home {
    position: relative;
}
.slide_home img {
    width: 100%;
}

.slide_home .slide_home-info {
    padding: 5%;
    top: 0;
    z-index: 99;
    position: absolute;
}
.slide_home .slide_home-info .info-title {
    z-index: 9999;
    color: #fff;
    font-size: clamp(2em, 4vw, 9em);
    font-family: var(--primary-font);
}
.slide_home .slide_home-info .info-des {
    color: #fff;
    font-size: clamp(.9em, 4vw, 9em);
    font-family: var(--bold-font);
line-height: 1.2;
}
.slide_home .slide_home-info .info-des span{
    font-size: 1.8em;
}
.slide_home .slide_home-info .info-des2{
padding:0;margin-top: 30px;text-align: justify;
}
.slide_home .slide_home-info .info-des2 p{margin-bottom: 20px;}

@media(max-width: 1430px){
    .slide_home .slide_home-info .info-des span {
    font-size: 1.4em;
}
.slide_home .slide_home-info {
    padding: 3% 5%;
}

}
@media(max-width: 1320px){
    .slide_home .slide_home-info .info-des span {
    font-size: 1.2em;
}
.slide_home .slide_home-info {
    padding: 1.5% 5%;
}


}





.img-intro{overflow: hidden;}
.hover-img2 img{
    transition: 1s all;
}
.hover-img2:hover img{
    transform: scale(1.1);
}


    .btn-white{padding-bottom: 8px;transition: 0.5s all;}
    .btn-white:hover{letter-spacing: 1px}
  


.productions_title-link{
        font-family: var(--second-font);
}
.product_item-name a{
        font-family: var(--bold-font);
}


    h4.footer-item_title{margin-bottom: 15px;}
    .form_footer-input {
    background: #f5f5f5;
}
.btn-blue{
    border:3px solid var(--second-color);    padding-bottom: 7px;transition: 0.5s all;
}
.contact form {

    margin-bottom: 15px;
}
.btn-blue:hover{letter-spacing: 1px}

.tintuc_slide_home {
    max-width: 90%;
    margin: 0 auto;
}
/*.tintuc_slide_home .cot1{padding-top: 10%;}*/
.tintuc_slide_home .cot1 h2 {
    color: #0046ae;
    font-family: "Montserrat-ExtraBold";
    font-size: 56pt;
}
.tintuc_slide_home .cot1 h3 {
    color: #0046ae;
    font-family: "Montserrat-Medium";
    font-size: 26pt;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    border-radius: 8px;
    overflow: hidden;
}
.content_tintuc_home {
    border: 2px solid #c5c6cb;
    padding: 15px;
    border-radius: 0 20px 20px 0;
}
.content_tintuc_home {
    color: #0046ae;
    font-weight: bold;
}
.img_slide_home {
    padding: 20px 0;
    padding-bottom: 30px;
    background: 0% 0% / cover rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.slideshow .slick-list.draggable {
    overflow: hidden;
}
.icon_readmore {
    text-align: right;
    color: #414042;
    font-family: "Montserrat-SemiBold";
}
.icon_readmore span {
    border: 2px solid #0046af;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
}
.icon_readmore span:hover {
    background: #0046af;
    color: #fff;
}
.icon_readmore img {
    max-width: 50px;
}

.slideshow_tintuchome .slick-arrow {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    padding: 2px 10px;
    background: #fff0;
    border-radius: 50%;
    border: 3px solid #fff;
}
.slideshow_tintuchome .slick-arrow:hover {
    cursor: pointer;
}
.slideshow_tintuchome .slick-arrow.prev {
    bottom: -14%;
    right: 14%;
}
.slideshow_tintuchome .slick-arrow.next {
    right: 5%;
    bottom: -14%;
}
.slideshow_tintuchome .slick-arrow i {
    font-size: 34px;
    color: #fff;
}

/*start productions*/
#productions {
    padding: 2% 0;
    margin-bottom: 1%;
}
#productions .productions_title p a {
}

.productions_title-link {
    text-align: center;
    color: var(--second-color);
    /* margin: 0; */
    font-family: var(--primary-font);
    font-size: clamp(1.5em,4vw,3em);
    text-wrap: balance;
    line-height: 1.5;
}
.wrapper_productions {

     
}
.around_product{
   border-radius: 20px;
    margin-bottom: 12%;
    background:url('../images/bg__pr.png')top no-repeat ;
background-size: cover;
    background-color: var(--third-color);    padding: 40px;
}
.around_product .row.row_product1{
    margin-bottom: -16%;
    margin-top: 3%;
}
#productions .productions_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#productions .productions_title h1 {
    font-family: var(--primary-font);
    font-size: 3em;
    color: var(--second-color);
}
#productions .productions_title h4 {
    font-family: "Montserrat-SemiBold";
    font-size: 36pt;
}
.productions_title-arrow {
    margin-bottom: 10px;
}
.product_item {
    background-color: #f5f5f5;
    background-image: url("../../images/background-product.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    min-height: 319px;
    border-radius: 20px;
    margin-bottom: 20px;


}
.safari .product_item{
    min-height: 337px;
}
.product_item-image img {
    width: 30%;
}

.product_item-name {
    text-align: center;
    margin-top: 5%;
    min-height: 48px;
}
.product_item-name a {
    color: var(--third-color);
    font-weight: 700;
}
.product_item-name a:hover {
    color: #ffc50b;
}

.product_item-title {
    background-color: #69606078;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    padding: 5%;
    width: 100%;
    height: 36%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Montserrat-Medium";
    /* align-items: baseline; */
}
.product_item-title a {
    font-size: 14px;
}

.product_item-image {
    text-align: center;
    max-height: 190px;
    min-height: 176px;
    overflow: hidden;
}
.des_product {
    padding: 6%;
    background-color: #e9e8ed;
    border-radius: 20px;
}
.des_product .faq-title {
    font-family: var(--bold-font);
    font-size: clamp(1.3em,4vw,2em);
    line-height: 1.3;
}
.des_product .faq-des {
    font-weight: bold;
    line-height: 1.4;
    font-family: var(--bold-font);
}
.des_product .des_company {
}
.content_thongdiep_news {
    padding-top: 20px;
}
/*end productions*/
@media (max-width: 1600px) {
    .tintuc_slide_home .cot1 h2 {
        font-size: 42pt;
    }
    .tintuc_slide_home .cot1 h3 {
        font-size: 24pt;
    }
}
.title_news_home {
    margin-bottom: 20px;
}
.name_tintuc_home {
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 20px;
    margin: 0 auto;
    color: #414042;
    font-family: "Montserrat-ExtraBold";
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.time_tintuc_home {
    color: #414042;
    font-family: "Montserrat-SemiBold";
}
.box-slides{margin-bottom: 20px;}
.intro_home {margin-top: 4%;}
.intro_home .title_intro_home {
    text-align: left;
    margin: 0;margin-bottom: 30px;
}

.intro_home .title_intro_home a {
    color: var(--primary-color);
    /*display: grid;*/
    text-transform: uppercase;
    font-family: var(--bold-font);
    /*font-size: clamp(3rem, 8vw, 6rem);*/
}
.intro_home .title_intro_home a {
position: relative;
    margin-bottom: 20px;
}

.intro_home .title_intro_home a span {
    font-size: 30pt;
}
.intro_home .title_intro_home a span:before{
    content: '';
    position: absolute;bottom:-15px;width: 50%;height: 4px;background-color: var(--primary-color);transition: 1s all;
}
.title_intro_home a:hover span:before{
    width: 100%;transition: all 1s ease-out;
}
.intro_home .cot1 p {
    position: absolute;
    right: 8%;
    top: 7px;
}
.description_intro_home {
    color: var(--third-color);
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 20px;
}
.readmore_intro_home {
    margin: 30px 0;
}

.readmore_intro_home a {
    border: 2px solid #fff;
    padding: 10px 25px;
    color: #fff;

    text-transform: uppercase;
    transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: all 0.2s linear 0s;
    font-weight: bold;
    position: relative;
}
.readmore_intro_home a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.readmore_intro_home a:hover {
    background-color: #25aae1;
    box-shadow: inset 200px 0 0 0 #0468914a;
    color: #fff;
    padding: 14px 40px 10px 30px;
}
.readmore_intro_home a:hover:before {
    opacity: 1;
}
.service_home {
    padding: 70px 0;
    background-color: #000000;
}
.service_home-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.service_item {
    border: 2px solid #ffffff;
    border-radius: 22px;
    margin-bottom: 20px;
}

.img-service {
    text-align: center;
    min-height: 184px;
    position: relative;
}
.img-service img {
    position: absolute;
    top: -18%;
    left: 0;
    max-height: 205px;
    max-width: 68%;
    right: 0;
    margin: 0 auto;
}
.title_service {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat-Black";
    font-size: 6.813rem;
    margin-bottom: 30px;
}
.service_home.tin2 .service_home-title {
    margin-bottom: 20px;
}
.name-service {
}
.name-service h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    font-size: 2.813rem;
    margin: 0 auto;
    text-align: center;
    line-height: 24pt;
    margin-bottom: 25px;
}
.tintuc_image {
    border-radius: 8px;
    overflow: hidden;
}

.tintuc {
    padding: 20px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.service_home.tin2 .dong_tinhome .col-md-6 .tintuc {
    border-bottom: none;
}
.service_home.tin2 .icon_readmore {
    margin: 40px 0;
}
.service_home.tin2 .icon_readmore span {
    border: 2px solid #fff;
}
.service_home.tin2 .icon_readmore a {
    color: #fff;
}
.col-service {
    overflow: hidden;
    position: relative;
}
/*.col-service:hover::before{
  background-color: #000;height: 100%;width: 100%;position: absolute;z-index: 99999
}
*/
.col-service img {
    filter: brightness(50%);
}
.col-service img {
    transition: all 1s;
}
.col-service img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.col-service:hover .name-service h3 {
}

.logo_company {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 40px auto;
}
.col-service:first-child .logo_company {
    max-width: 120px;
    margin: 20px auto;
}
.col-service:last-child .logo_company {
    max-width: 180px;
}
.contact_home {
    background-color: #2e2e2e;
    padding: 70px 0;
}
.title_contact {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
    font-size: 2.813rem;
    margin-bottom: 30px;
    text-align: center;
}
#form_contact_home {
    text-align: center;
}
#form_contact_home input {
    background-color: #393939;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
    min-height: 34px;
}
#form_contact_home input::-webkit-input-placeholder {
    font-family: "Montserrat-Light";
}
#form_contact_home button {
    background: #fff0;
    color: #fff; /* font-family: 'Montserrat-Bold'; */
    border: 2px solid #fff;
    padding: 2% 7%;
    margin: 0 auto;
}
#form_contact_home button:hover {
    background: #ffc50b;
}
.research {
    background: url("../../images/research-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;
    /* margin-bottom: 5%; */
}
.research-title {
    font-size: clamp(2em, 4vw, 3em);
    font-weight: 700;
    border-bottom: 4px solid var(--third-color);
    color: var(--second-color);
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-family: var(--primary-font);
}
.research-des {
    text-align: justify;
    color: var(--second-color);
}

footer {
    padding: 5% 0;
}
.footer-logo {
    margin-bottom: 3%;
}
#form_footer {
    margin-top: 5%;
}
.footer-line_bottom {
    width: 20%;
    height: 5px;
    background-color: var(--primary-color);
}
ul.list-item {
    margin-top: 5%;
}

a.item-footer-link {
    color: var(--third-color);
}

h4.footer-item_title {
    font-weight: bold;
}
/* CSS cho form */
.contact form {
    display: flex; /* SÃ¡ÂºÂ¯p xÃ¡ÂºÂ¿p cÃƒÂ¡c phÃ¡ÂºÂ§n tÃ¡Â»Â­ thÃƒÂ nh hÃƒÂ ng ngang */
    align-items: center; /* CÃ„Æ’n giÃ¡Â»Â¯a theo chiÃ¡Â»Âu dÃ¡Â»Âc */
}

/* CSS cho input */
.form_footer-input {
    flex: 1; /* ChiÃ¡ÂºÂ¿m toÃƒÂ n bÃ¡Â»â„¢ khÃƒÂ´ng gian cÃƒÂ²n lÃ¡ÂºÂ¡i */
    padding: 15px;
    border: none;
    border-radius: 25px 0 0 25px; /* Bo trÃƒÂ²n gÃƒÂ³c trÃƒÂ¡i */
    outline: none; /* LoÃ¡ÂºÂ¡i bÃ¡Â»Â viÃ¡Â»Ân khi focus */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* HiÃ¡Â»â€¡u Ã¡Â»Â©ng Ã„â€˜Ã¡Â»â€¢ bÃƒÂ³ng nhÃ¡ÂºÂ¹ */
}

/* CSS cho button */
.contact button {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 0 25px 25px 0; /* Bo trÃƒÂ²n gÃƒÂ³c phÃ¡ÂºÂ£i */
    cursor: pointer;
    transition: background-color 0.3s ease; /* HiÃ¡Â»â€¡u Ã¡Â»Â©ng chuyÃ¡Â»Æ’n mÃƒÂ u khi hover */
}

.contact button:hover {
    color: var(--primary-color);
    background-color: var(--second-color);
    border: 1px solid var(--primary-color);
}
a.item-footer-link:hover {
    color: var(--primary-color);
}
.footer-detail {
    padding-left: 11%;
}
@media (max-width: 767px) {
    .slide_home .slide_home-info .info-des2{
        display: none;
    }
    .col3_header {
        padding: 0;
    }
    .col3_header ul {
        position: absolute;
        top: -34px;
        right: 0;
    }
    .col3_header > ul > li.language {
        padding: 0;
    }
    .col3_header > ul > li.language > a {
        padding: 8px 4px;

        font-size: 12px;
    }
    header.scrollq .col-logo img {
        max-width: 54%;
        transition: 0.3s;
    }
    .col3_header > ul > li.language {
        max-width: 37px;
        float: left;
    }
    .col-logo {
        text-align: center;
    }
    .img_slide_home {
        padding: 10px 0;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .first_news {
        padding: 0 !important;
    }
    .first_news .first_news-image .first_news-title a.text-white.text-bold {
        line-height: 16pt;
        font-size: 12pt !important;
    }
    .first_news .first_news-image .first_news-title p a.text-white.text-bold {
        font-size: 9pt !important;
        padding: 5px 10px;
    }
    .first_news .first_news-image .first_news-title p {
        align-items: baseline;
    }
    .first_news .first_news-image .first_news-title {
        left: 3%;
        width: 94%;
        bottom: 10px;
        padding: 10px;
    }
    .first_news .first_news-image {
        min-height: 350px !important;
    }
    .tintuc_slide_home {
        max-width: 100%;
    }
    .slideshow .slick-list.draggable {
        /* min-height: 250px; */
    }
    .tintuc_slide_home .cot1 h2 {
        font-size: 20pt;
        margin-bottom: 5px;
        text-align: center;
    }
    .tintuc_slide_home .cot1 h3 {
        font-size: 14pt;
        margin-top: 0;
        text-align: center;
    }
    .tintuc_slide_home .cot1 {
        padding-top: 0;
        margin: 15px 0;
    }
    .tintuc_slide_home .cot2 .img_tintuc_home {
        min-height: 150px !important;
    }
    .name_tintuc_home {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 20px;
    }
    .time_tintuc_home {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .icon_readmore span {
        padding: 6px 14px;
        font-size: 12px;
    }
    .slideshow_tintuchome-more {
        padding: 20px 20px;
    }
    .slideshow_tintuchome-more .more_link {
        font-size: 14pt;
    }
    .slideshow_tintuchome .slick-arrow i {
        font-size: 20px;
        color: #fff;
    }
    .slideshow_tintuchome .slick-arrow.prev {
        bottom: -17%;
        right: 19%;
    }
    .slideshow_tintuchome .slick-arrow.next {
        /* left: 57%; */
        bottom: -17%;
    }
    .slideshow_tintuchome .slick-arrow {
        padding: 5px 12px;
    }
    .icon_readmore img {
        max-width: 30px;
    }
    .intro_home .title_intro_home a {
        font-size: 24pt;
        margin: 10px 0;
    }
    .around_trietly {
        padding: 22px;
    }
    #productions .productions_title h1 {
        font-size: 24pt;
        text-align: center;
    }
    #productions .productions_title h4 {
        font-size: 15pt;
    }

    .product_item-image {
    max-height: 350px;
    min-height: 120px;
    }
    .product_item {
        margin-bottom: 8%;
        padding: 4% 10%;
        background-position: center;

    }
    .product_item-title {
        position: absolute;
        width: 90%;
        bottom: 0;
        left: 5%;
        background-color: #69606078;
        height: auto;
        border-radius: 10px;
        line-height: 17px;
    }
    #productions .productions_title {
        display: block;
        text-align: center;
        margin: 0;margin-bottom: 10px;
        /* color: var(--second-color); */
    }
    .product_item-title a {
        font-size: 12px;
        padding: 0 !important;
        text-transform: capitalize;
    }
    .safari .product_item {
    min-height: 100px;
}
    .title_service {
        font-size: 36pt;
        margin-bottom: 10px;
    }
    .slide_home span.item-title {
        top: auto;
        bottom: 5%;
    }
    .intro_home {
        padding: 20px 0;
    }
    .slide_home span.item-title {
        font-size: 3rem;
        margin: 0 auto;
        left: 0;
        line-height: 36px;
        right: 0;
        text-align: center;
    }
    .col-service {
        margin-bottom: 15px;
    }
    #form_contact_home button {
        width: 100%;
    }
    .footer_top .row:first-child {
        margin-left: 0px;
        margin-right: 0px;
    }
    .img-service {
        min-height: 163px;
    }
    .baoquanh_productions {
        margin-bottom: 20px;
    }
    .service_home {
        padding: 20px 0;
    }
    .tintuc_image img {
        margin-bottom: 15px;
    }

    .title_news_home {
        margin-bottom: 10px;
    }
    .service_home.tin2 .icon_readmore {
        margin: 20px 0;
        text-align: center;
    }

    .baoquanh_ft_top {
        padding: 20px 0;
    }
    .footer_top .dong2 .cot1_dong2 p.ketnoi span {
        font-size: 32pt;
    }
    .footer_top .dong2 .cot1_dong2 p {
        font-size: 2em;
        line-height: 36pt;
    }
    .footer_top .row:first-child {
        margin-top: 5px;
    }
    .footer-detail {
        padding-left: 0;
    }
    .title_ft {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .social-network {
        justify-content: center !important;
    }
    .research-title {
        text-wrap: balance;
        font-size: 22px;
    }
    .btn-white{
    padding: 5px 14px;
}
    .btn-blue{}
    .product_item-name a{}
    .product_item-name{
        min-height: 36px;
    }
    #productions .productions_title p a{
        display: none;
    }
    .wrapper_productions{

    }


.around_product {

    padding: 0 15px;margin-bottom: 0;
}
.research {
    background: url('../../images/research-background.png') right;
    background-size: cover;position: relative;
}
.research:before{
content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0865fc85;
        top: 0;
}

p.seemore{text-align: center;}

.around_product .row.row_product1 {
    margin-bottom: 0;
}
.productions_title-link {
    font-size: clamp(1.5em,7vw,3em);

}
}
