/***********************
*Create by Pham Phuong *
************************/
:root{
    --color-orange: #07575B;
    --color-orange-two: #f7ab01;
    --color-shadow: hsla(0, 0%, 0%, 0.2);
}
body{
    background-color: #f3f4ff;
    font-family:'Roboto', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family:'Roboto', sans-serif;
}
.site-navbar{
    background: url(../images/bg-header.png) no-repeat;
    padding: 16px 0 !important;
}
.site-navbar .site-navigation .site-menu>li>a{
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu .active{
    border-bottom: 2px solid;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu>li>a{
    color: #666;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.copyright{
    background-color: #151D28;
    font-size: 0.8rem;
}
.site-navbar .site-navigation .site-menu>li>a.nav-link.btn-tel {
    background: var(--color-orange);
    display: inline-block;
    padding: 5px 10px !important;
    border-radius: 10px;
    color: #ffffff !important;
}
#footer{
    background-color: #192433!important;
}
#more_1, #more_2 {
    display: none;
    transition: display 0.5s linear;
}
.top-0{
    top: 0;
}
.box-shadow{
    box-shadow: 0 4px 6px 0 var(--color-shadow);
}

.title--line_bottom {
    border-bottom: 4px solid var(--color-orange);
}
.title--orange {
    color: var(--color-orange)
}

.title-dashed {
    position: relative;
    border-bottom: 2px dashed var(--color-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-dashed__icon {
    position: absolute;
    border: 2px dashed var(--color-orange);
    border-radius: 50%;
    padding: 5px;
    width: 60px;
    height: 60px;
    background-color: #f3f4ff;
    background-image: url(../images/28.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
}

.gioithieu--content p {
    background-color: #ffffff;
}
.gioithieu--content {
    border: 2px solid #487D85;
    margin: 5px 0 0 5px;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    box-sizing: border-box;
}
.gioithieu--content::before {
    border: 2px solid #487D85;
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
}
.noidung--wrap {
    border: 2px solid #487D85;
    border-bottom: 0;
}
.noidung--wrap__item p {
    border-right: 2px solid #487D85;
}
.muctieu--wrap {
    border: 2px solid #487D85;
    border-radius: 20px;
}
.noidung--wrap .noidung--wrap__col:last-child .noidung--wrap__item p{
    border-right: 0;
}
#noidung {
    background: url('../images/6.jpg') no-repeat center center;
    background-size: cover;
}
#noidungchitiet {
    background: url('../images/5.jpg') no-repeat center center;
    background-size: cover;
}

.mouse-icon::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -10px;
    background-image: url(../images/9.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.text-orange {
    color: var(--color-orange);
}
.bg-black-custom {
    background-color: #333;
}
.bg-oval {
    background-color: var(--color-orange);
    color: #ffffff;
}

.bg-oval-2 {
    background-color: #487D85;
}
.column-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr)) ;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 5px;
}
.icon-animation {
    animation: elementMoveY 1s infinite;
    -moz-animation: elementMoveY 1s infinite;
    -webkit-animation: elementMoveY 1s infinite;
    -o-animation: elementMoveY 1s infinite;
    left: 50%;
    transition: all 100ms ease-in-out;
}
.icon-rotate {
    transform: rotateZ(180deg);
}
.card-orange {
    border: 1px solid var(--color-orange);
}
.card-orange .card-header {
    border-bottom: 1px solid var(--color-orange);
    background-color: var(--color-orange);
    padding: 0;
}
.card-orange .card-header a {
    padding: 0.75rem 1.25rem;
    display: block;
    color: #ffffff !important;
}
.card-link {
    position: relative;
}
.card-orange .card-link[aria-expanded=true]:after {
    content: "\f0d8";
}
.card-orange .card-link:after {
    content: "\f0d7";
    font-family: 'icomoon' !important;
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tag-url-custom {
    background-color: var(--color-orange);
    color: #ffffff;
    border: 0;
    animation: elementPulse 1s infinite;
    -moz-animation: elementPulse 1s infinite;
    -webkit-animation: elementPulse 1s infinite;
    -o-animation: elementPulse 1s infinite
}
.tag-url-custom:hover {
    background-color: #487D85;
    color: white;
}
.social {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.social .social__custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #15489d;
    color: #15489d;
    border-radius: 50%;
    margin: 5px;
    width: 50px;
    height: 50px;
    transition: background-color 0.1s;
    text-decoration: none;
}
.social .social__custom:hover {
    background-color: #102152;
}
.social .social__custom:hover i{
    color: white!important;
}
.social .social__custom i {
    font-size: 1.5rem;
}
#lienhe h3,
#lienhe h4,
#lienhe i,
#lienhe strong {
    color: #16479c;
}
.bold {
    font-weight: bold;
}
.site-navbar .site-navigation .site-menu .active, .site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--color-orange) !important;
}
@keyframes elementMoveY {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -5px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes elementPulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes elementMoveY {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -5px;
    }
    100% {
        bottom: 0;
    }
}

@media (min-width: 992px){
}
@media (max-width: 992px){
    .site-logo img {
        width: 100px;
    }
    .site-mobile-menu .site-nav-wrap>li>a{
        font-size: 16px;
    }
}
@media screen and (max-width: 800px) {
    .column-grid {
        flex: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px){
    .title--line_bottom {
        border: none;
    }
    .mouse-icon::after {
        right: 0;
        bottom: 0;
    }
    .mouse-icon {
        text-align: center;
    }
    .noidung--wrap__item p {
        border-right: 0;
        border-bottom: 2px solid #487D85;;
    }
    .noidung--wrap .noidung--wrap__col:last-child .noidung--wrap__item p{
        border-bottom: 0;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-grid {
        flex: 100%;
        max-width: 100%;
    }
}